/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300);

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	background-color: #171717;
	color: #fff;
	*margin: 0px;
	/*margin: 0 0 10px;*/
}
html {
	position: relative;
	min-height: 100%;
}
footer {
	left: 0;
	bottom: 100px;
	height: 100px;
	width: 100%;
}
.footer {
	position: relative;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 100%;
}
#visualizarVideo {
	padding: 10px;
	margin-bottom: 20px;
	border: 2px solid #fff;
	width: 359px;
	border-radius: 12px;
	text-align: left;
}
#emailNotificacao {
    margin-left: 95px;
    margin-top: -26px;
}

#tutorial {
	margin-top: 15px !important;
}

.box-email {
    /*margin: 10px 20px 20px 20px;*/
    margin-bottom: 15px;
    padding: 15px;
    font-family: Arial;
    font-weight: 100;
    color: #545354;
    background: #fff;
}

.blurred-accept {
	-webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.modal-gray,
.modal-gray .modal-footer,
.modal-gray .modal-header {
	background-color: #333 !important;
	border-top: 1px solid #333 !important;
	border-bottom: 1px solid #333 !important;
}

@media all and (orientation: portrait) {
		#bgvwrap {
			min-height: 470px;
		}
	}

@media screen and (max-height: 690px){
	#botao-novo-projeto {
    	max-width: 170px !important;
    	min-width: 130px !important;
    	padding-top: 2%;
	}
	#box2 {
		height: 62% !important;
	}
	#bgvwrap {
		min-height: 470px;
	}
}
@media screen and (max-width : 1024px){
   footer {
     position: relative;
     margin-top: 40px;
   }
}
@media screen and (max-width : 768px){
   footer {
     position: relative;
     margin-top: 40px;
   }
   #visualizarVideo {
   	width: 100%;
   }
}
@media screen and (max-width : 480px){
   footer {
     position: relative;
     margin-top: 40px;
   }
   #botao-novo-projeto {
    	padding-top: 40%;
	}
}

/* Ajustes */
.clear{width: 100%;position: relative;display: block;height: 45px;}
/* --- */

/* Makers*/
.maker-screen{background-color: #191919;}
.full-height{position: absolute;}
.no-padding{margin-left: 0;margin-right: 0;padding-left: 0;	padding-right: 0;}
.dev div, .dev ul, .dev li{
	/*background-color: rgba(255,255,255,0.2);*/
}
#countdown { font-size: 12px; font-weight: normal;}
.exactCenter { font-size: 33px !important;}
#maker_menu{border-left-width: 2.5px;border-right-width: 2.5px;color: #787878;}
#maker_menu .titulo{display: inline-block;font-size: 1.0em;margin-left: 5px;min-height: 54px;}
#maker_menu .titulo p{display: inline-block;}
#maker_menu .titulo b{font-size: 1.7em;}
#maker_menu .titulox {display: inline-block;font-size: 1.0em;margin-left: 5px;min-height: 53px;}
#maker_menu .titulox p{display: inline-block;}
#maker_menu .titulox b{font-size: 1.7em;}

#maker_menu ul li{
	border-style: solid;
	border-color: #191919;
	border-left-width: 2.5px;
	border-right-width: 2.5px;
	border-top-width: 0px;
	border-bottom-width: 5px;
	background-color: #232323;
}
#maker_menu .mak-opc{padding: 22px 0;cursor: pointer;}
#maker_menu .mak-opc ul {display: none;position: absolute;z-index: 100;min-width: 150px;text-align:left;right: 0px;top:70px;}
#maker_menu .mak-opc ul li{background-color: #191919;border: 0;padding: 15px 20px;}
#maker_menu .passo-video-logo{display: inline-block;}
#maker_menu .mak-opc ul li a { text-decoration: none; color: #787878;}
#maker_menu .mak-opc ul li a:hover { text-decoration: none; color:#CCC;}

#maker_menu .mak-opc-exportar{padding: 22px 0;cursor: pointer;}
#maker_menu .mak-opc-exportar ul {display: none;position: absolute;z-index: 100;min-width: 150px;text-align:left;right: 0px;top:70px;}
#maker_menu .mak-opc-exportar ul li{background-color: #191919;border: 0;padding: 15px 20px;}
#maker_menu .mak-opc-exportar ul li a { text-decoration: none; color: #787878;}
#maker_menu .mak-opc-exportar ul li a:hover { text-decoration: none; color:#CCC;}

ul.lista_comentario{padding-bottom: 60px;}
*, *:hover, *:active, *:focus{outline:none !important;}

.btn, .mak-opc, .mak-opc-exportar {
	cursor: pointer;
    -moz-transition : all 0.2s;
    -o-transition : all 0.2s;
    -ms-transition : all 0.2s;
    -webkit-transition : all 0.2s;
}

.mak-opc-exportar{padding: 22px 0;cursor: pointer;}
#btnExportarComentarios ul {display: none;position: absolute;text-align:center;z-index: 100;width: 157px;border: 1px solid #cccccc !important;border-radius:5px;right: 0px;background-color: #eeeeee !important;top:38px;}
#btnExportarComentarios ul li{padding: 12px 5px !important;}
#btnExportarComentarios ul li a { text-decoration: none !important; color: #777777 !important;}
#btnExportarComentarios ul li a:hover { text-decoration: none !important; color:#999999 !important;}

#btnExportarComentarios .fa-chevron-circle-down {
	color: #777777 !important;
}

#btnExportarComentarios {
	border-radius: 5px;
	color: rgb(119, 119, 119);
    border: 1px solid rgb(204, 204, 204);
    padding: 10px;
    width: 130px;
    height: 40px !important;
    margin-top: 9px;
    z-index:100;
}

.btnGreen, .btnGreen:hover{background-color: #608058 !important;color: #fff !important;}

.mak-titulo{
	/*white-space: nowrap;
    overflow: hidden;
    padding-right: 300px;
    float: left;
    text-overflow: ellipsis;*/
}
.mak-titulo2{
	padding-bottom: 5px;
}
.mak-video{padding:10px;overflow: hidden;margin: 0 auto;display: block;}
.mak-input{padding: 0px;border-left-width: 5px;border-right-width: 5px;border-style: solid;border-color: #171717;position: absolute !important;bottom:0;}
.mak-input form{position: relative;background-color: #323232;padding: 10px;}
.mak-input form input{height:45px;background-color: #5A5A5A;padding-right: 130px;padding-left: 10px;}
.mak-input form button{height:45px;position: absolute;top: 0;right: 0;margin: 10px;padding: 10px 30px;border-radius: 0px;color: #323232;background-color: #5A5A5A;border:0px;border-left: 10px solid #323232;}
.mak-input form button:hover, .mak-input form button:active, .mak-input form button:visited{border-color: #323232 !important;background-color: #608058 !important;color: #fff;}
.video-js{padding-top: 0px !important;height: 100%;width: 100%;}
.mak-comentario{padding-left: 0px;padding-right: 0px;background-color: #232323;}
.mak-comentario .btn{    border-radius: 0px;
    width: 100%;
    text-align: right;
    color: #fff;
    position: absolute;
    right: 0;}
.mak-comentario .head{padding: 10px;color:#787878;}

@media screen and (max-width : 991px){
	.mak-input,.btn-continuar,.full-height{position: relative !important;}
	.lista_comentario{height: auto;}
	.video-js{height: 420px !important;}
	#bgvwrap{
		height: 74%;
		margin-bottom: 290%;
	}
}

@media screen and (max-width : 460px){.video-js{height: 320px;}}

@media screen and (max-width : 991px){
	.text-center-sm {
		text-align: center;
	}
	.titulox{
		margin-top: 15px;
	}	
}

.bloco{
	border-style: solid;
	border-color: #191919;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.epics-menu {
    width: 33%;
    float: right;
    padding-left: 20px;
}
.epics-menu-left {
    width: 33%;
    float: left;
    padding-left: 20px;
}
.epics-conteudo {
    overflow: hidden;
}
.linha-preta {
	position: absolute;
	float: left;
	height: 30px;
	background: #000;
	left: 0;
	right: 0;
}
.comentario-item {
	background: #323232;
	/*box-shadow: 2px 2px 8px rgba(0,0,0,0.4);*/
	width: 100%;
	/*padding:28px 14px 10px;*/
	color: #090909;
	float: left;
	border-left: 3px solid #A864B7;
	padding: 10px !important;
	position: relative;
	margin: 0;
	margin-bottom: 3px;
	cursor: pointer;
	color: #fff;
}
.comentario-item>strong.nome { width: 90%}
/*
.comentario-item>a {
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none;
    background:rgb(160,0,70);
    cursor: pointer; top: 0;
    left: 10px;
    position: absolute;
    padding:2px 6px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
}
.comentario-item>a:hover { background:rgb(256,0,50); }
*/
.comentario-item a {
    text-decoration: none;
    cursor: pointer; top: 0;
    left: 5px;
    /*position: absolute;*/
    /*padding:4px 8px;*/
    font-family: Arial;
    font-size: 14px;
    color: #787878;
}

.preto {
	color: #000;
}
.home-video-logo {
	position: relative;
	top: -3px;
	width: 90px;
	padding: 19px 0 0;
}
.home-video {
        width: 100%;
    border: 1px solid #322f29;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.passo-video-logo {
	position: relative;
/*	top: -4px;
	left: -5px;*/
	width: 67px;
	height: 67px;
}
.img-video {
	margin-top: 0;
	margin-bottom: -10px;
	margin-left: -2px;
	width: 123px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}
.autor {
	font-size: 15px;
	color: #f0f0f0;
	font-weight: 100;
	margin-top: 10px;
}
.box-titulo-autor {
	height: 80px;
}

.titulo-autor {
	position: absolute;
	top: -3px;
	padding-left: 80px;
}
.passo {
	position: absolute;
	top: 0px;
	right: -62px;
	width: 250px;
}
.box-circle {
	position: relative;
	float: right;
	margin-right: -35px;
	top: -28px;
	right: 0;
}
.box-help {
	position: relative;
	float: right;
	margin-right: -15px;
}
.circle {
	width:20px;
	height:20px;
	border-radius:50%;
	font-size: 12px;
	line-height:20px;
	text-align:center;
	color: #858585;
	background: #272727;
}
.ico-play {
	position: relative;
	width:24px;
	height:24px;
	left: 3px;
}
.ico-pause {
	position: relative;
	width:24px;
	height:24px;
	left: 0px;
}
.circle-active {
	color: #171717;
	background: #fff;
}
.circle-line {
	margin-top: 9px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 2px solid #444;
}
#container_vimeo .btn-secondary {
	background-color: #ccc !important;
}

#conteudo {
	color: #fff;
	border: 2px solid #373737;
	background-color: #000000;
}
*{margin:0;padding:0;}
ol.timeline{
list-style:none;font-size:1.2em;
}
ol.timeline li{
display:none;position:relative;
padding:.7em 0 .6em 0;
border-bottom:1px dashed #000;
line-height:1.1em;
background-color:#D3E7F5;
height:45px}
ol.timeline li:first-child{
border-top:1px dashed #000;}


.btn-comentario-excluir {
	color: #787878;
/*	margin-top: -10px;
	margin-right: -10px;*/
}
.btn-comentario-excluir:hover {
	color: gray;
}
.play-console {
	display: none;
}
.oculto {
	display: none;
}
#timeline,
#imgVideo {
	cursor: pointer;
}

.video-grande{
	min-height: 550px;
	    height: 550px;
}


@media screen and (max-width : 1680px){
   .video-grande {
     min-height: 500px !important;
   }
}

@media screen and (max-width : 1440px){
   .video-grande {
     min-height: 440px !important;
   }
}

@media screen and (max-width : 1280px){
   .video-grande {
     min-height: 390px !important;
   }
}

@media screen and (max-width : 1024px){
   .video-grande {
     min-height: 310px !important;
   }
}
@media screen and (max-width : 768px){
   .video-grande {
     min-height: 250px !important;
   }
}
@media screen and (max-width : 480px){
   .video-grande {
     min-height: 280px !important;
   }
   .text-center-xs{
   	text-align: center;
   }
}


.ico-play-size {
	margin-top: -1px;
	margin-left: 9px;
	width: 30px;
	height: 30px;
}
.well-nice {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin-top: -10px;
	margin-right: 15px;
	cursor: pointer;
	border-radius: 0px;
}
.well-nice-passo2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cfcfcf;
	background: #1c1c1c;
	margin-top: -13px;
	cursor: pointer;
	border-radius: 0px;
	padding: 0 0 0 0;
	border: 0px solid #000;
}
.well-nice:hover {
	background: #d3d3d4;
}
.label-primary {
	position: relative;
	top: -3px;
	font-size: 12px;
}
.caixa-comentario {
	border-radius: 4px;
	box-shadow: inset 0px 0px 2px #cccccc;
}
.comentario {
	padding: 5px;
	padding-left: 12px;
}
.progress-posicao {
	position: relative;
	margin-left: 58px;
	top: -83px;
}
.comentario-marker{
	margin-top: 13px;
	height:13px;
	width:3px;
	display:block;
	position:absolute;
	cursor: pointer;
	box-shadow: 0 0 1px #000;
}
.play-bar {
	display: none;
}
.ico {
	width: 18px;
	height: 18px;
}
.link2 {
	/*color: #fff;*/
	text-decoration: none;
	margin-right: 8px;
	font-weight: 100;
	cursor: pointer;
}
.link2:hover {
	color: #f8f8f8;
	text-decoration: none;
}
.link3 {
	color: #fff;
	text-decoration: none;
	margin-right: 8px;
}
.link3:hover {
	color: #fff;
	text-decoration: underline;
}
.lista_comentario {
	float: left;
	width: 100%;
	min-height: 120px;
	/*margin-top: 55px;*/
	/*margin-left: 0;*/
	/*height: 100%;*/
	overflow-x: hidden;
	overflow-y: auto;
	/*max-height: 65vh;*/
}
.unico_comentario {
	margin-top: 55px;
	margin-left: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 80vh;
}
.button-play, .button-pause {
	width:36px;
	height:36px;
	border-radius:50%;
	font-size: 15px;
	line-height:36px;
	text-align:center;
	background:#fff;
	cursor: pointer;
}
.box-progress {
	margin-top: 6px;
	margin-left: 28px;
}
.box-progress-1 {
	width: auto;
}
.progresso {
	position: relative;
	top: -52px;
	margin-left: 60px;
}
.comentario {
	font-size: 14px;
	color: #fff;
	background: #000;
	border: 0px solid #000;
	width: 100%;
	height: 45px;
	padding: 14px;
}
.arrow_box {
    position: relative;
    background: #000000;
    top: 4px;
    border: 1px solid #464646;
    width: 50%;
    border-radius: 10px;
    padding: 4px;
    margin-left: 80px;
}
/*
.arrow_box:after, .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000000;
    border-width: 10px;
    margin-top: -10px;
}
.arrow_box:before {
    border-color: rgba(245, 245, 245, 0);
    border-left-color: #464646;
    border-width: 11px;
    margin-top: -11px;
}
*/
.seta {
	position: relative;
	float: right;
	width: 16px;
	top: -20px;
	left: 20px;
}
.btn-adicionar {
	position: absolute;
	float: left;
	top: 28px;
	margin-left: 56%;
	padding-top: 7px;
	width: 80px;
	height: 35px;
	border-radius: 6px;
}
.btn-continuar {
	position: absolute;
	/*margin-top: 80px;*/
	border-radius: 0px;
	border: 0;
	background-color: #66486F;
	height: 72px;
	width: 100%;
	color: #fff;
	/*right: 15px;*/

	border-top-width: 5px;
	border-bottom-width: 2px;
    border-style: solid;
    border-color: #171717;
    position: absolute !important;
    bottom: 0;
}
.btn-continuar:hover{border-color: #171717;}
.btn-salvar {
	position: relative;
	margin-top: 10px;
	border-radius: 6px;
	left: 0;
}
.current-time {
	position: absolute;
	float: right;
	color: #a8a7a7;
	font-size: 22px;
	top: -3px;
	margin-left: 56%;
}

.label-achou-video {
	position: relative;
	margin-top: 20px;
}
.btn-play, .btn-pause {
	width:41px;
	height:41px;
	border-radius:50%;
}
.passo2-titulo {
	font-size: 28px;
	color: #424242;
}
#player_1 {
	position: relative;
	top: -14px;
	left: 0px;
}
.box-achou-video {
	margin-left: 90px;
}
.btn-botao {
	border-radius: 14px;
	height: 28px;
	border: 0px solid #fff;
	background: #75a779;
	margin-top: 13px;
	margin-left: 0px;
}
.btn-aprovado, .btn-solicitar{
	border-radius: 0px !important;
	border: 0;
	background-color: #66486F;
	height: 72px;
	width: 100%;
	color: #fff;
    bottom: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-aprovado {
	/*border-radius: 14px;*/
	/*height: 32px;*/
	/*width: 180px;*/
	/*border: 0px solid #fff;*/
	background: #608058;/*
	margin-top: 13px;
	margin-left: 0px;*/
}
.btn-aprovado:hover {
    background: #405a3a;
}
.btn-solicitar {
	/*border-radius: 14px;*/
	/*height: 32px;*/
	/*width: 180px;*/
	/*border: 0px solid #fff;*/
	font-size: 11px;
    color: #9e9e9e !important;
	background: #252525;
	margin-top: 2px;
}
.btn-solicitar:hover{
	background-color: #1f1f1f;
}
.rodape {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    position:absolute;
    bottom: -20px;
    text-align: center;
    color: #fff;
}
.login-logo {
	 margin-top: 50px;
	 margin-bottom: 20px;
	 width: 200px;
}
.home-nome {
	margin-top: 70px;
	color: #393939;
}
@media only screen and (max-width : 480px) {
.thumb {
	border: 1px solid #322f29;
	/*
	opacity: 0.5;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	*/
}
}
.thumb:hover {
	opacity: 1;
}
.home-play {
	position: absolute;
	z-index: 10;
	opacity: 0;
}
/*
.home-play {
	position: absolute;
	margin-top: 166px;
	margin-left: 335px;
	z-index: 10;
	opacity: 0;
}
*/
.home-play:hover {
	opacity: 1;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}
.home-status {
	position: absolute;
	z-index: 10;
	right: 15px;
	background: #000;
	margin-top: 20px;
	font-size: 16px;
	padding: 8px 8px 3px 20px;
	border: 1px solid #322f29;
	font-weight: 100;
}
.verde {
	color: #72b452;
}
.vermelho {
	color: #e45c55;
}
.amarelo {
	color: #D8A909;
}
.branco {
	color: #FFF;
}

.home-titulo-xs {
	margin-top: 14px;
	color: #cccccc;
	font-size: 12px;
	font-weight: 100;
}
.home-titulo-sm {
	margin-top: 14px;
	color: #cccccc;
	font-size: 14px;
	font-weight: 100;
}
.home-titulo-md {
	margin-top: 14px;
	color: #cccccc;
	font-size: 14px;
	font-weight: 100;
}
.home-titulo-lg {
	margin-top: 14px;
	color: #cccccc;
	font-size: 20px;
	min-height: 70px;
	font-weight: 100;
}

.home-data-xs {
	color: #cccccc;
	font-size: 12px;
	font-style: italic;
	margin-bottom: -40px;
	font-weight: 100;
}
.home-data-sm {
	color: #cccccc;
	font-size: 14px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: -80px;
	font-weight: 100;
}
.home-data-md {
	color: #cccccc;
	font-size: 14px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: -50px;
	font-weight: 100;
}
.home-data-lg {
	color: #cccccc;
	font-size: 16px;
	font-style: italic;
	margin-top: -10px;
	margin-bottom: -40px;
	font-weight: 100;
}

.home-cliente {
	position: absolute;
	margin-top: -130px;
	margin-left: 36%;
}
.home-compartilhar-xs {
	float: right;
	margin-top: 18px;
	font-size: 12px;
}
.home-compartilhar-sm {
	float: right;
	margin-top: 15px;
	font-size: 12px;
}
.home-compartilhar-md {
	float: right;
	margin-top: 15px;
	font-size: 12px;
}
.home-compartilhar-lg {
	float: right;
	margin-top: 18px;
}

.ico-compartilhar-xs {
	margin-top: -6px;
	margin-left: 10px;
}
.ico-compartilhar-sm {
	margin-top: -6px;
	margin-left: 10px;
}
.ico-compartilhar-md {
	margin-top: -6px;
	margin-left: 10px;
	width: 18px;
}
.ico-compartilhar-lg {
	margin-top: -6px;
	margin-left: 10px;
}
.ico-facebook {
	margin-top: -6px;
	width: 20px;
}
.link-compartilhar {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.link-compartilhar:hover {
	color: #6d6969;
	text-decoration: none;
}
.aprovado-nome {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	opacity: 1;
}
.nao-aprovado-nome {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 80px;
	opacity: 1;
	padding: 20px;
}
.aprovado-compartilhar-lg {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-top: 125px;
}
.aprovado-compartilhar-lg:hover {
	color: #bdbfbf;
	cursor: pointer;
}
.nao-aprovado-compartilhar-lg {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-top: 125px;
}
.aprovado-compartilhar-md, .aprovado-compartilhar-sm {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 200px;
}
.nao-aprovado-compartilhar-md, .nao-aprovado-compartilhar-sm {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 200px;
}
.aprovado-compartilhar-xs {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
}
.nao-aprovado-compartilhar-xs {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 125px;
}
.aprovado-facebook {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.aprovado-facebook:hover {
	color: #fff;
	text-decoration: underline;
}
.nao-aprovado-facebook {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.aprovado-box-titulo {
	margin-top: 100px;
}
.aprovado-titulo-lg {
	color: #bebebe;
	font-size: 42px;
	font-weight: 100;
	border: 2px solid #bebebe;
	padding: 20px 120px 10px 20px;
	cursor: pointer;
	opacity: .7;
}
.nao-aprovado-titulo-lg {
	color: #bebebe;
	font-size: 42px;
	font-weight: 100;
	border: 2px solid #bebebe;
	padding: 20px 120px 10px 20px;
	cursor: pointer;
	opacity: .7;
}
.aprovado-titulo-md {
	color: #bebebe;
	font-size: 32px;
	font-weight: 100;
	border: 2px solid #fff;
	padding: 20px 80px 10px 20px;
	margin-bottom: 30px;
	cursor: pointer;
	opacity: .7;
}
.nao-aprovado-titulo-md {
	color: #bebebe;
	font-size: 32px;
	font-weight: 100;
	border: 2px solid #fff;
	padding: 20px 80px 10px 20px;
	margin-bottom: 30px;
	cursor: pointer;
	opacity: .7;
}
.aprovado-titulo-sm {
	color: #bebebe;
	font-size: 22px;
	font-weight: 100;
	border: 2px solid #fff;
	padding: 20px 80px 10px 20px;
	margin-bottom: 30px;
	cursor: pointer;
	opacity: .7;
}
.nao-aprovado-titulo-sm {
	color: #bebebe;
	font-size: 22px;
	font-weight: 100;
	border: 2px solid #fff;
	padding: 20px 80px 10px 20px;
	margin-bottom: 30px;
	cursor: pointer;
	opacity: .7;
}
.aprovado-titulo-xs {
	color: #bebebe;
	font-size: 20px;
	font-weight: 100;
	border: 2px solid #fff;
	padding: 10px;
	margin: 10px;
	margin-bottom: 30px;
	cursor: pointer;
	opacity: .7;
}
.nao-aprovado-titulo-xs {
	color: #bebebe;
	font-size: 20px;
	font-weight: 100;
	border: 2px solid #fff;
	padding: 10px;
	margin: 10px;
	margin-bottom: 30px;
	cursor: pointer;
	opacity: .7;
}
.aprovado-botao {
	float: right;
	position: relative;
	right: 0;
	background: #fff;
	width: 100px;
	height: 100px;
}
.nao-aprovado-botao {
	float: right;
	position: relative;
	right: 0;
	background: #fff;
	width: 100px;
	height: 100px;
}
.aprovado-titulo-lg:hover {
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0px 0px 12px rgba(255,255,255,0.4);
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.aprovado-titulo-md:hover {
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0px 0px 12px rgba(255,255,255,0.4);
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.aprovado-titulo-sm:hover {
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0px 0px 12px rgba(255,255,255,0.4);
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.aprovado-titulo-xs:hover {
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0px 0px 12px rgba(255,255,255,0.4);
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.nao-aprovado-titulo-lg:hover {
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0px 0px 12px rgba(255,255,255,0.4);
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.nao-aprovado-titulo-md:hover {
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0px 0px 12px rgba(255,255,255,0.4);
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.nao-aprovado-titulo-sm:hover {
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0px 0px 12px rgba(255,255,255,0.4);
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.nao-aprovado-titulo-xs:hover {
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0px 0px 12px rgba(255,255,255,0.4);
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.aprovado-data {
	font-size: 18px;
	font-style: italic;
	margin-top: 16px;
}
.nao-aprovado-data {
	font-size: 18px;
	font-style: italic;
	margin-top: 16px;
}
.aprovado-nome2 {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    position:absolute;
    bottom: 0px;
    text-align: center;
    color: #fff;
}
/*
.footer {
	position:relative;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    bottom: 0px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}
.footer1 {
	position:absolute;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    bottom: -20px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}
.rodape {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    position:absolute;
    bottom: -20px;
    text-align: center;
    color: #fff;
}
*/
.nao-aprovado-nome2 {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    position:absolute;
    bottom: -20px;
    text-align: center;
    color: #fff;
}
.ico-aprovado-play {
	margin-top: 30px;
	width: 42px;
}
.ico-nao-aprovado-play {
	margin-top: 30px;
	width: 42px;
}
.btn-play2 {
	position: absolute;
	margin-left: -78px;
	margin-top: -11px;
	width: 72px;
	height: 72px;
}
.btn-play2-md {
	position: absolute;
	margin-left: -67px;
	margin-top: -13px;
	width: 62px;
	height: 62px;
}
.btn-play2-sm {
	position: absolute;
	margin-left: -56px;
	margin-top: -15px;
	width: 51px;
	height: 51px;
}
.aprovado-video-logo {
	position: relative;
	top: -3px;
	width: 36px;
	height: 36px;
	margin-right: 10px;
}
.nao-aprovado-video-logo {
	position: relative;
	top: -3px;
	width: 36px;
	height: 36px;
	margin-right: 10px;
}
.lista {
	min-height: 530px;
}

ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.li_circulo {
	float: left;
	margin: 0 12px;
}
.titulo {
/*	font-size: 26px;
	color: #f0f0f0;
	font-weight: 100;
	margin-top: 5px;*/
}
.label-prosseguir {
/*	position: relative;
	float: right;
	margin-top: 20px;
	margin-right: -18px;*/
}
#icone-download {
    font-size: 20px;
    height: 100%;
    margin-right: 20px;
    margin-top: 20px;
}
#download_icon_mobile{
	display: none;
}
@media screen and (max-width : 1140px){
	#titulo_menu {
		display: none;
	}
	#titulo_menu_dashboard {
		display: none;
	}
}
@media screen and (max-width : 760px){
	#titulo_menu {
		display: block;
		left: 45%;
    	position: absolute;
	}
	#titulo_menu_dashboard {
		display: none;
	}
	#download_icon{
		display: none;
	}
	#download_icon_mobile{
		display: block;
		margin-bottom: 10px;
	}
}
@media screen and (max-width : 1200px){
	.titulo {
		font-size: 25px;
	}
	.autor {
		font-size: 14px;
		margin-top: 16px;
	}
	.lista_comentario {
		/*max-height: 25vh;	*/
	}
}
@media screen and (max-width : 768px){
	.unico_comentario {
		margin-top: -30px;
	}
	.comentario {
		padding-left: 0px;
	}
	.label-prosseguir {
		margin-top: 10px;
		font-size: 12px;
	}
	.titulo {
		font-size: 20px;
	}
	.autor {
		font-size: 12px;
		margin-top: 0;
	}
	.lista_comentario {
		/*max-height: 45vh;	*/
	}
}
@media screen and (max-width : 720px){
	.titulo-autor {
		padding-top: 10px;
		padding-left: 0px;
	}
	.autor {
		margin-left: 65px;
	}
	.video-logo {
		display: none;
	}
	.sair2 {
		display: none;
	}
	.titulo {
		/*padding-left: 64px;*/
		font-size: 14px;
		/*margin-top: 2px;*/
	}
}
@media screen and (max-width : 480px){
	.titulo-autor {
		padding-top: 10px;
	}
	.titulo {
		/*padding-left: 64px;*/
		font-size: 14px;
		/*margin-top: 2px;*/
	}
	.autor {
		font-size: 12px;
		margin-top: 8px;
	}
	.mak-video {
		position: relative;
		/*top: -70px;*/
	}
	.arrow_box {
		margin-top: -70px;
	}
	.epics-menu {
		position: absolute;
		margin-left: -15px;
		margin-top: 95%;
		width: 100%;
	}
}
.mak-video {
	/*margin-top: 80px;*/
}
.painel-titulo-lg {
	font-size: 55px;
}
.painel-titulo-md {
	font-size: 30px;
}
.painel-titulo-xs {
	font-size: 20px;
}
.linha {
	border-bottom: 1px solid #42313e;
	margin-top: 10px;
}
.video-thumb {
	width: 180px;
	margin-bottom: 10px;
}
.label {
	display: none !important;
}
.sem_cadastro {
	font-size: 30px;
	font-weight: 100;
	color: #b6b6b6;
}
.dashboard-logo {
	width: 240px;
	height: 80px;
}
@media screen and (max-width : 1024px){
	.sem_cadastro {
		font-size: 20px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width : 768px){
	.dashboard_video_play {
		margin-top: -100px;
	}
	.sem_cadastro {
		font-size: 20px;
		padding-bottom: 40px;
	}
	.dashboard-logo {
		margin-top: -30px;
		width: 120px;
		height: 40px;
	}

}
@media screen and (max-width : 480px){
	.sem_cadastro {
		font-size: 20px;
		padding-bottom: 40px;
	}
	.dashboard-logo {
		margin-top: -30px;
		width: 120px;
		height: 40px;
	}
	#botao-novo-projeto {
		position: relative;
		top: -90px;
	}
	#box-interno {
		position: relative;
		top: -70px;
		left: 10px;
	}
}
.dashboard-espaco {
	margin-top: 150px;
}
@media screen and (max-width : 1024px){
	.dashboard-espaco {
		margin-top: 40px;
	}
}
@media screen and (max-width : 768px){
	.passo {
		right: -52px;
	}
	.box-circle {
		margin-right: -25px;
	}
	.dashboard-espaco {
		margin-top: 40px;
	}
}
@media screen and (max-width : 480px){
	.dashboard-espaco {
		margin-top: 20px;
	}
}
.clickmarca1:hover {
	border: 1px solid red;
}
.play-compartilhar {
	cursor: pointer;
	color: #fff;
	margin-left: 10px;
}
.play-compartilhar:hover {
	color: #b6b6b6;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.play-compartilhar:active {
	color: #fff;
}
.play-titulo {
	color: #fff;
	font-size: 32px;
	font-weight: 100;
	margin: 0 0px 10px 0px;
	text-align: left;
}
.play-compartilar {
	font-size: 12px;
	margin-top: 10px;
}
.box-passos {
	padding-top: 5px;
	margin-left: -10px;
}
@media screen and (max-width : 1024px){
	.play-titulo {
		font-size: 28px;
	}
	.play-compartilar {
		font-size: 12px;
		margin-top: 4px;
	}
}
@media screen and (max-width : 768px){
	.play-titulo {
		font-size: 20px;
	}
	.play-compartilar {
		font-size: 16px;
		margin-top: -2px;
		margin-right: 3px;
		float: right;
	}
}
@media screen and (max-width : 480px){
	.play-titulo {
		font-size: 14px;
	}
	.play-compartilar {
		font-size: 8px;
		margin-top: 2px;
		float: right;
	}
	.box-passos {
		margin-top: -305px;
		border: 1px solid red;
	}
	.aprovado-video-logo {
		width: 20px;
		height: 20px;
	}
}

.dashboard-clientes {
	font-size: 23px;
}
.dashboard-home {
	/* min-height: 480px; */
	margin: 0 0 10px;
}
.dashboard-nome-box{
	height:80px;
}
.dashboard-nome {
	font-size: 20px;
	margin-left: 4px;
	margin: 6px 4px 0;
}
.dashboard-data {
	font-size: 16px;
	margin: 0 4px;
}
.dashboard-nome-prazo {
	float: right;
	position: absolute;
	top: 6px;
	right: 21px;
	background: rgba(0, 0, 0, 0.7);
	text-align: right;
	padding: 4px;
	border-radius: 4px;
}
.lista_dashboard_comentario {
	margin-top: 0px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 40vh;
}
#dashboard-video {
	padding-right:20px;
	padding-bottom:40px;
	width: 640px;
	height: 360px;
}

.dashboard-comentario {
	font-size: 20px;
	padding: 2px 10px 2px 10px;
}
@media screen and (max-width : 1800px){
	.dashboard-video {
		min-height: 400px;
	}
	.dashboard-nome {
		font-size: 18px;
	}
	.dashboard-data {
		font-size: 14px;
	}
}
@media screen and (max-width : 1400px){
	.dashboard-video {
		min-height: 300px;
	}
	.dashboard-nome {
		font-size: 16px;
	}
	.dashboard-data {
		font-size: 13px;
	}
}
@media screen and (max-width : 1200px){
	.dashboard-video {
		min-height: 320px;
	}
	.dashboard-nome {
		font-size: 16px;
	}
	.dashboard-data {
		font-size: 13px;
	}
}
@media screen and (max-width : 1024px){
	.btn-adicionar {
		margin-left: 63%;
	}
	.current-time {
		margin-left: 62%;
	}
	#dashboard-video {
		float: right;
		max-width: 520px;
		max-height: 292px;
		margin-right: 10px;
	}
}
@media screen and (max-width : 768px){
	.btn-adicionar {
		margin-left: 67%;
	}
	.current-time {
		margin-left: 65%;
	}
	.dashboard-home {
		min-height: 390px;
	}
	#dashboard-video {
		float: right;
		max-width: 380px;
		max-height: 214px;
		margin-right: 10px;
		margin-top: 30px;
	}
}
@media screen and (max-width : 480px){
	.btn-adicionar {
		margin-left: 64%;
		width: 60px;
	}
	.current-time {
		margin-left: 60%;
	}
	.lista_dashboard_comentario {
		width: 350px;
		max-height: 22vh;
	}
	.dashboard-home {
		min-height: 280px;
	}
	.dashboard-video {
		min-height: 140px;
	}
	.dashboard-nome {
		font-size: 14px;
	}
	.dashboard-data {
		font-size: 12px;
	}
	.dashboard-clientes {
		font-size: 16px;
	}
	.dashboard-comentario {
		width: 200px;
	}
}
.VideoMaker-home, .Usuarios-home {
	color: #fff;
	margin-top: 5px;
	font-size: 25px;
	font-weight: 100;
}
.Usuarios-home {
	color: #fff;
	margin-top: 5px;
	font-size: 25px;
	font-weight: 100;
	padding-bottom: 10px;
}
.Videomaker-site {
	color: #fff;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 100;
}
.home-endereco {
	float: right;
	position: relative;
	margin-top: 70px;
}
.rodape1 {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.vincular-tooltip {
	position: absolute;
	color: #fff;
	margin-left: 280px;
	margin-top: 8px;
	cursor: pointer;
}
.nao-aprovado-box-titulo {
	margin-top: 60px;
}
.circle_play{
	position: absolute;
	width:60px;
	height:60px;
	border-radius:50px;
	font-size:20px;
	color:#000;
	line-height:100px;
	text-align:center;
	background:#fff;
	cursor: pointer;
}
.circle_play:hover {
	background: #ccc;
	cursor: pointer;
}

a,
.dropdown-menu a {
	cursor:pointer !important;
}

#novoCliente {
	display: inline-block !important;
	cursor:pointer !important;
	height:24px;
	width:24px;
	margin-top: -4px;
}

.setaSlide {
    display: inline-block !important;
    float: left;
    font-size: 20px !important;
    padding-left: 5px;
    padding-right: 10px;
    cursor:pointer !important;
}

#dashboardClientes .fa-sort-desc,
#dashboardVideos .fa-sort-desc {
	margin-top: 7px;
}

#dashboardClientes .fa-sort-asc,
#dashboardVideos .fa-sort-asc {
	margin-top: 15px;
}

@media screen and (max-width : 1200px){
	.rodape1 {
		position: relative;
	}
	.vincular-tooltip {
		top: 0;
	}
}
@media screen and (max-width : 768px){
	.nao-aprovado-box-titulo {
		margin-top: 60px;
	}
	.VideoMaker-home {
		font-size: 20px;
	}
	.Usuarios-home {
		font-size: 18px;
	}
	.home-endereco {
		font-size: 12px;
	}
	.rodape1 {
		position: relative;
	}
	.vincular-tooltip {
		top: 0;
	}
}
@media screen and (max-width : 480px){
	.nao-aprovado-box-titulo {
		margin-top: 120px;
	}
	.VideoMaker-home {
		font-size: 14px;
	}
	.Usuarios-home {
		font-size: 14px;
	}
	.home-endereco {
		font-size: 12px;
	}
	.Videomaker-site {
		font-size: 12px;
	}
	.rodape1 {
		position: relative;
	}
	.vincular-tooltip {
		top: 28px;
	}
}

.toolbar {
	margin-left: 280px;
}

@media screen and (max-width : 768px){
	.toolbar {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0px;
	}
	#dashboard_video_play, #dynamic-demo {
		margin-top: 0px;
	}
}
@media screen and (max-width : 740px){
	#dashboard_video_play, #dynamic-demo {
		/*margin-top: -70px;*/
	}
}
@media screen and (max-width : 480px){
	#dashboard_video_play, #dynamic-demo {
		margin-top: 0px;
	}
	.label-achou-video {
		/*margin-top: -90px;*/
	}
}
.dropdown-menu {
	z-index: 1000;
}
.labelEmail {
	color: #000000;
	font-weight: 100;
}
.salvo {
	float: right;
    margin-right: 7px;
    margin-top: -23px;
	z-index: 10;
	text-wrap: none;
}
.floppy {
	color: #9c9c9c;
}
.senhaMensagem {
	display: none;
	margin-left: 102px;
}
.emailMensagem {
	display: none;
	margin-left: 100px;
}

#link_email_404{
	color: #d6ce5b;
}

.iMensagem,
.emailMensagem {
  display: none;
  float: left;
  font-size: 12px;
  margin-left: 105px;
  margin-top: 5px;
}
@media screen and (max-width : 740px){

	.emailMensagem {
		margin-left: 0;
	}
	.senhaMensagem {
		margin-left: 0;
	}
}
@media screen and (max-width : 480px){
	.btnReenviar {
		margin-top: 10px;
	}
}
.sem_limite {
	position: absolute;
	margin-top: -27px;
	margin-left: 180px;
	width: 310px;
}
@media screen and (max-width : 480px){
	.sem_limite {
		position: relative;
		margin-top: 10px;
		margin-left: -1px;
	}
}
.playModal {
	background: #e6e6e6;
}
.btn-primario {
	color: #fff;
	background: #42506c;	
	border: 1px solid #42506c;
}
.btn-primario:hover {
	color: #fff;
	background: #2e3a50;	
	border: 1px solid #2e3a50;
}
.playVideo {
	width: 100%;
	height: 130px;
}
#loadFeed{
	z-index: 99999;
	position: fixed;
	top: 50%;
	left: 50%;
}

.btn-comentario-excluir{
	width: 25px !important;
}

.sk-circle {
  margin: 100px auto;
  width: 90px;
  height: 90px;
  position: relative;
  margin-top: -45px;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
