@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900"); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Lato';
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,
html {
  height: auto;
  overflow: hidden;
}

body {
  font-family: 'Lato';
  -webkit-font-smoothing: antialiased;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.blur {
	filter: blur(15px);
}

.container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.container:before, .container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 980px;
	}
}

@media (min-width: 1220px) {
	.container {
		width: 1200px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	height: calc(100% - (27px + 27px));
	position: relative;
}

.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.wrapper {
	height: calc(100% - 50px);
}

.rw:before, .rw:after {
	content: " ";
	display: table;
}

.rw:after {
	clear: both;
}

.cl-xs-1, .cl-sm-1, .cl-md-1, .cl-lg-1, .cl-xl-1, .cl-xs-2, .cl-sm-2, .cl-md-2, .cl-lg-2, .cl-xl-2, .cl-xs-3, .cl-sm-3, .cl-md-3, .cl-lg-3, .cl-xl-3, .cl-xs-4, .cl-sm-4, .cl-md-4, .cl-lg-4, .cl-xl-4, .cl-xs-5, .cl-sm-5, .cl-md-5, .cl-lg-5, .cl-xl-5, .cl-xs-6, .cl-sm-6, .cl-md-6, .cl-lg-6, .cl-xl-6, .cl-xs-7, .cl-sm-7, .cl-md-7, .cl-lg-7, .cl-xl-7, .cl-xs-8, .cl-sm-8, .cl-md-8, .cl-lg-8, .cl-xl-8, .cl-xs-9, .cl-sm-9, .cl-md-9, .cl-lg-9, .cl-xl-9, .cl-xs-10, .cl-sm-10, .cl-md-10, .cl-lg-10, .cl-xl-10, .cl-xs-11, .cl-sm-11, .cl-md-11, .cl-lg-11, .cl-xl-11, .cl-xs-12, .cl-sm-12, .cl-md-12, .cl-lg-12, .cl-xl-12, .cl-xs-13, .cl-sm-13, .cl-md-13, .cl-lg-13, .cl-xl-13, .cl-xs-14, .cl-sm-14, .cl-md-14, .cl-lg-14, .cl-xl-14, .cl-xs-15, .cl-sm-15, .cl-md-15, .cl-lg-15, .cl-xl-15, .cl-xs-16, .cl-sm-16, .cl-md-16, .cl-lg-16, .cl-xl-16, .cl-xs-17, .cl-sm-17, .cl-md-17, .cl-lg-17, .cl-xl-17, .cl-xs-18, .cl-sm-18, .cl-md-18, .cl-lg-18, .cl-xl-18, .cl-xs-19, .cl-sm-19, .cl-md-19, .cl-lg-19, .cl-xl-19, .cl-xs-20, .cl-sm-20, .cl-md-20, .cl-lg-20, .cl-xl-20 {
	position: relative;
	min-height: 1px;
}

.cl-xs-1, .cl-xs-2, .cl-xs-3, .cl-xs-4, .cl-xs-5, .cl-xs-6, .cl-xs-7, .cl-xs-8, .cl-xs-9, .cl-xs-10, .cl-xs-11, .cl-xs-12, .cl-xs-13, .cl-xs-14, .cl-xs-15, .cl-xs-16, .cl-xs-17, .cl-xs-18, .cl-xs-19, .cl-xs-20 {
	float: left;
}

.cl-xs-1 {
	width: 5%;
}

.cl-xs-2 {
	width: 10%;
}

.cl-xs-3 {
	width: 15%;
}

.cl-xs-4 {
	width: 20%;
}

.cl-xs-5 {
	width: 25%;
}

.cl-xs-6 {
	width: 30%;
}

.cl-xs-7 {
	width: 35%;
}

.cl-xs-8 {
	width: 40%;
}

.cl-xs-9 {
	width: 45%;
}

.cl-xs-10 {
	width: 50%;
}

.cl-xs-11 {
	width: 55%;
}

.cl-xs-12 {
	width: 60%;
}

.cl-xs-13 {
	width: 65%;
}

.cl-xs-14 {
	width: 70%;
}

.cl-xs-15 {
	width: 75%;
}

.cl-xs-16 {
	width: 80%;
}

.cl-xs-17 {
	width: 85%;
}

.cl-xs-18 {
	width: 90%;
}

.cl-xs-19 {
	width: 95%;
}

.cl-xs-20 {
	width: 100%;
}

.cl-xs-pull-0 {
	right: auto;
}

.cl-xs-pull-1 {
	right: 5%;
}

.cl-xs-pull-2 {
	right: 10%;
}

.cl-xs-pull-3 {
	right: 15%;
}

.cl-xs-pull-4 {
	right: 20%;
}

.cl-xs-pull-5 {
	right: 25%;
}

.cl-xs-pull-6 {
	right: 30%;
}

.cl-xs-pull-7 {
	right: 35%;
}

.cl-xs-pull-8 {
	right: 40%;
}

.cl-xs-pull-9 {
	right: 45%;
}

.cl-xs-pull-10 {
	right: 50%;
}

.cl-xs-pull-11 {
	right: 55%;
}

.cl-xs-pull-12 {
	right: 60%;
}

.cl-xs-pull-13 {
	right: 65%;
}

.cl-xs-pull-14 {
	right: 70%;
}

.cl-xs-pull-15 {
	right: 75%;
}

.cl-xs-pull-16 {
	right: 80%;
}

.cl-xs-pull-17 {
	right: 85%;
}

.cl-xs-pull-18 {
	right: 90%;
}

.cl-xs-pull-19 {
	right: 95%;
}

.cl-xs-pull-20 {
	right: 100%;
}

.cl-xs-push-0 {
	left: auto;
}

.cl-xs-push-1 {
	left: 5%;
}

.cl-xs-push-2 {
	left: 10%;
}

.cl-xs-push-3 {
	left: 15%;
}

.cl-xs-push-4 {
	left: 20%;
}

.cl-xs-push-5 {
	left: 25%;
}

.cl-xs-push-6 {
	left: 30%;
}

.cl-xs-push-7 {
	left: 35%;
}

.cl-xs-push-8 {
	left: 40%;
}

.cl-xs-push-9 {
	left: 45%;
}

.cl-xs-push-10 {
	left: 50%;
}

.cl-xs-push-11 {
	left: 55%;
}

.cl-xs-push-12 {
	left: 60%;
}

.cl-xs-push-13 {
	left: 65%;
}

.cl-xs-push-14 {
	left: 70%;
}

.cl-xs-push-15 {
	left: 75%;
}

.cl-xs-push-16 {
	left: 80%;
}

.cl-xs-push-17 {
	left: 85%;
}

.cl-xs-push-18 {
	left: 90%;
}

.cl-xs-push-19 {
	left: 95%;
}

.cl-xs-push-20 {
	left: 100%;
}

.cl-xs-offset-0 {
	margin-left: 0%;
}

.cl-xs-offset-1 {
	margin-left: 5%;
}

.cl-xs-offset-2 {
	margin-left: 10%;
}

.cl-xs-offset-3 {
	margin-left: 15%;
}

.cl-xs-offset-4 {
	margin-left: 20%;
}

.cl-xs-offset-5 {
	margin-left: 25%;
}

.cl-xs-offset-6 {
	margin-left: 30%;
}

.cl-xs-offset-7 {
	margin-left: 35%;
}

.cl-xs-offset-8 {
	margin-left: 40%;
}

.cl-xs-offset-9 {
	margin-left: 45%;
}

.cl-xs-offset-10 {
	margin-left: 50%;
}

.cl-xs-offset-11 {
	margin-left: 55%;
}

.cl-xs-offset-12 {
	margin-left: 60%;
}

.cl-xs-offset-13 {
	margin-left: 65%;
}

.cl-xs-offset-14 {
	margin-left: 70%;
}

.cl-xs-offset-15 {
	margin-left: 75%;
}

.cl-xs-offset-16 {
	margin-left: 80%;
}

.cl-xs-offset-17 {
	margin-left: 85%;
}

.cl-xs-offset-18 {
	margin-left: 90%;
}

.cl-xs-offset-19 {
	margin-left: 95%;
}

.cl-xs-offset-20 {
	margin-left: 100%;
}

@media (min-width: 768px) {
	.cl-sm-1, .cl-sm-2, .cl-sm-3, .cl-sm-4, .cl-sm-5, .cl-sm-6, .cl-sm-7, .cl-sm-8, .cl-sm-9, .cl-sm-10, .cl-sm-11, .cl-sm-12, .cl-sm-13, .cl-sm-14, .cl-sm-15, .cl-sm-16, .cl-sm-17, .cl-sm-18, .cl-sm-19, .cl-sm-20 {
		float: left;
	}

	.cl-sm-1 {
		width: 5%;
	}

	.cl-sm-2 {
		width: 10%;
	}

	.cl-sm-3 {
		width: 15%;
	}

	.cl-sm-4 {
		width: 20%;
	}

	.cl-sm-5 {
		width: 25%;
	}

	.cl-sm-6 {
		width: 30%;
	}

	.cl-sm-7 {
		width: 35%;
	}

	.cl-sm-8 {
		width: 40%;
	}

	.cl-sm-9 {
		width: 45%;
	}

	.cl-sm-10 {
		width: 50%;
	}

	.cl-sm-11 {
		width: 55%;
	}

	.cl-sm-12 {
		width: 60%;
	}

	.cl-sm-13 {
		width: 65%;
	}

	.cl-sm-14 {
		width: 70%;
	}

	.cl-sm-15 {
		width: 75%;
	}

	.cl-sm-16 {
		width: 80%;
	}

	.cl-sm-17 {
		width: 85%;
	}

	.cl-sm-18 {
		width: 90%;
	}

	.cl-sm-19 {
		width: 95%;
	}

	.cl-sm-20 {
		width: 100%;
	}

	.cl-sm-pull-0 {
		right: auto;
	}

	.cl-sm-pull-1 {
		right: 5%;
	}

	.cl-sm-pull-2 {
		right: 10%;
	}

	.cl-sm-pull-3 {
		right: 15%;
	}

	.cl-sm-pull-4 {
		right: 20%;
	}

	.cl-sm-pull-5 {
		right: 25%;
	}

	.cl-sm-pull-6 {
		right: 30%;
	}

	.cl-sm-pull-7 {
		right: 35%;
	}

	.cl-sm-pull-8 {
		right: 40%;
	}

	.cl-sm-pull-9 {
		right: 45%;
	}

	.cl-sm-pull-10 {
		right: 50%;
	}

	.cl-sm-pull-11 {
		right: 55%;
	}

	.cl-sm-pull-12 {
		right: 60%;
	}

	.cl-sm-pull-13 {
		right: 65%;
	}

	.cl-sm-pull-14 {
		right: 70%;
	}

	.cl-sm-pull-15 {
		right: 75%;
	}

	.cl-sm-pull-16 {
		right: 80%;
	}

	.cl-sm-pull-17 {
		right: 85%;
	}

	.cl-sm-pull-18 {
		right: 90%;
	}

	.cl-sm-pull-19 {
		right: 95%;
	}

	.cl-sm-pull-20 {
		right: 100%;
	}

	.cl-sm-push-0 {
		left: auto;
	}

	.cl-sm-push-1 {
		left: 5%;
	}

	.cl-sm-push-2 {
		left: 10%;
	}

	.cl-sm-push-3 {
		left: 15%;
	}

	.cl-sm-push-4 {
		left: 20%;
	}

	.cl-sm-push-5 {
		left: 25%;
	}

	.cl-sm-push-6 {
		left: 30%;
	}

	.cl-sm-push-7 {
		left: 35%;
	}

	.cl-sm-push-8 {
		left: 40%;
	}

	.cl-sm-push-9 {
		left: 45%;
	}

	.cl-sm-push-10 {
		left: 50%;
	}

	.cl-sm-push-11 {
		left: 55%;
	}

	.cl-sm-push-12 {
		left: 60%;
	}

	.cl-sm-push-13 {
		left: 65%;
	}

	.cl-sm-push-14 {
		left: 70%;
	}

	.cl-sm-push-15 {
		left: 75%;
	}

	.cl-sm-push-16 {
		left: 80%;
	}

	.cl-sm-push-17 {
		left: 85%;
	}

	.cl-sm-push-18 {
		left: 90%;
	}

	.cl-sm-push-19 {
		left: 95%;
	}

	.cl-sm-push-20 {
		left: 100%;
	}

	.cl-sm-offset-0 {
		margin-left: 0%;
	}

	.cl-sm-offset-1 {
		margin-left: 5%;
	}

	.cl-sm-offset-2 {
		margin-left: 10%;
	}

	.cl-sm-offset-3 {
		margin-left: 15%;
	}

	.cl-sm-offset-4 {
		margin-left: 20%;
	}

	.cl-sm-offset-5 {
		margin-left: 25%;
	}

	.cl-sm-offset-6 {
		margin-left: 30%;
	}

	.cl-sm-offset-7 {
		margin-left: 35%;
	}

	.cl-sm-offset-8 {
		margin-left: 40%;
	}

	.cl-sm-offset-9 {
		margin-left: 45%;
	}

	.cl-sm-offset-10 {
		margin-left: 50%;
	}

	.cl-sm-offset-11 {
		margin-left: 55%;
	}

	.cl-sm-offset-12 {
		margin-left: 60%;
	}

	.cl-sm-offset-13 {
		margin-left: 65%;
	}

	.cl-sm-offset-14 {
		margin-left: 70%;
	}

	.cl-sm-offset-15 {
		margin-left: 75%;
	}

	.cl-sm-offset-16 {
		margin-left: 80%;
	}

	.cl-sm-offset-17 {
		margin-left: 85%;
	}

	.cl-sm-offset-18 {
		margin-left: 90%;
	}

	.cl-sm-offset-19 {
		margin-left: 95%;
	}

	.cl-sm-offset-20 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {
	.cl-md-1, .cl-md-2, .cl-md-3, .cl-md-4, .cl-md-5, .cl-md-6, .cl-md-7, .cl-md-8, .cl-md-9, .cl-md-10, .cl-md-11, .cl-md-12, .cl-md-13, .cl-md-14, .cl-md-15, .cl-md-16, .cl-md-17, .cl-md-18, .cl-md-19, .cl-md-20 {
		float: left;
	}

	.cl-md-1 {
		width: 5%;
	}

	.cl-md-2 {
		width: 10%;
	}

	.cl-md-3 {
		width: 15%;
	}

	.cl-md-4 {
		width: 20%;
	}

	.cl-md-5 {
		width: 25%;
	}

	.cl-md-6 {
		width: 30%;
	}

	.cl-md-7 {
		width: 35%;
	}

	.cl-md-8 {
		width: 40%;
	}

	.cl-md-9 {
		width: 45%;
	}

	.cl-md-10 {
		width: 50%;
	}

	.cl-md-11 {
		width: 55%;
	}

	.cl-md-12 {
		width: 60%;
	}

	.cl-md-13 {
		width: 65%;
	}

	.cl-md-14 {
		width: 70%;
	}

	.cl-md-15 {
		width: 75%;
	}

	.cl-md-16 {
		width: 80%;
	}

	.cl-md-17 {
		width: 85%;
	}

	.cl-md-18 {
		width: 90%;
	}

	.cl-md-19 {
		width: 95%;
	}

	.cl-md-20 {
		width: 100%;
	}

	.cl-md-pull-0 {
		right: auto;
	}

	.cl-md-pull-1 {
		right: 5%;
	}

	.cl-md-pull-2 {
		right: 10%;
	}

	.cl-md-pull-3 {
		right: 15%;
	}

	.cl-md-pull-4 {
		right: 20%;
	}

	.cl-md-pull-5 {
		right: 25%;
	}

	.cl-md-pull-6 {
		right: 30%;
	}

	.cl-md-pull-7 {
		right: 35%;
	}

	.cl-md-pull-8 {
		right: 40%;
	}

	.cl-md-pull-9 {
		right: 45%;
	}

	.cl-md-pull-10 {
		right: 50%;
	}

	.cl-md-pull-11 {
		right: 55%;
	}

	.cl-md-pull-12 {
		right: 60%;
	}

	.cl-md-pull-13 {
		right: 65%;
	}

	.cl-md-pull-14 {
		right: 70%;
	}

	.cl-md-pull-15 {
		right: 75%;
	}

	.cl-md-pull-16 {
		right: 80%;
	}

	.cl-md-pull-17 {
		right: 85%;
	}

	.cl-md-pull-18 {
		right: 90%;
	}

	.cl-md-pull-19 {
		right: 95%;
	}

	.cl-md-pull-20 {
		right: 100%;
	}

	.cl-md-push-0 {
		left: auto;
	}

	.cl-md-push-1 {
		left: 5%;
	}

	.cl-md-push-2 {
		left: 10%;
	}

	.cl-md-push-3 {
		left: 15%;
	}

	.cl-md-push-4 {
		left: 20%;
	}

	.cl-md-push-5 {
		left: 25%;
	}

	.cl-md-push-6 {
		left: 30%;
	}

	.cl-md-push-7 {
		left: 35%;
	}

	.cl-md-push-8 {
		left: 40%;
	}

	.cl-md-push-9 {
		left: 45%;
	}

	.cl-md-push-10 {
		left: 50%;
	}

	.cl-md-push-11 {
		left: 55%;
	}

	.cl-md-push-12 {
		left: 60%;
	}

	.cl-md-push-13 {
		left: 65%;
	}

	.cl-md-push-14 {
		left: 70%;
	}

	.cl-md-push-15 {
		left: 75%;
	}

	.cl-md-push-16 {
		left: 80%;
	}

	.cl-md-push-17 {
		left: 85%;
	}

	.cl-md-push-18 {
		left: 90%;
	}

	.cl-md-push-19 {
		left: 95%;
	}

	.cl-md-push-20 {
		left: 100%;
	}

	.cl-md-offset-0 {
		margin-left: 0%;
	}

	.cl-md-offset-1 {
		margin-left: 5%;
	}

	.cl-md-offset-2 {
		margin-left: 10%;
	}

	.cl-md-offset-3 {
		margin-left: 15%;
	}

	.cl-md-offset-4 {
		margin-left: 20%;
	}

	.cl-md-offset-5 {
		margin-left: 25%;
	}

	.cl-md-offset-6 {
		margin-left: 30%;
	}

	.cl-md-offset-7 {
		margin-left: 35%;
	}

	.cl-md-offset-8 {
		margin-left: 40%;
	}

	.cl-md-offset-9 {
		margin-left: 45%;
	}

	.cl-md-offset-10 {
		margin-left: 50%;
	}

	.cl-md-offset-11 {
		margin-left: 55%;
	}

	.cl-md-offset-12 {
		margin-left: 60%;
	}

	.cl-md-offset-13 {
		margin-left: 65%;
	}

	.cl-md-offset-14 {
		margin-left: 70%;
	}

	.cl-md-offset-15 {
		margin-left: 75%;
	}

	.cl-md-offset-16 {
		margin-left: 80%;
	}

	.cl-md-offset-17 {
		margin-left: 85%;
	}

	.cl-md-offset-18 {
		margin-left: 90%;
	}

	.cl-md-offset-19 {
		margin-left: 95%;
	}

	.cl-md-offset-20 {
		margin-left: 100%;
	}
}

@media (min-width: 1220px) {
	.cl-lg-1, .cl-lg-2, .cl-lg-3, .cl-lg-4, .cl-lg-5, .cl-lg-6, .cl-lg-7, .cl-lg-8, .cl-lg-9, .cl-lg-10, .cl-lg-11, .cl-lg-12, .cl-lg-13, .cl-lg-14, .cl-lg-15, .cl-lg-16, .cl-lg-17, .cl-lg-18, .cl-lg-19, .cl-lg-20 {
		float: left;
	}

	.cl-lg-1 {
		width: 5%;
	}

	.cl-lg-2 {
		width: 10%;
	}

	.cl-lg-3 {
		width: 15%;
	}

	.cl-lg-4 {
		width: 20%;
	}

	.cl-lg-5 {
		width: 25%;
	}

	.cl-lg-6 {
		width: 30%;
	}

	.cl-lg-7 {
		width: 35%;
	}

	.cl-lg-8 {
		width: 40%;
	}

	.cl-lg-9 {
		width: 45%;
	}

	.cl-lg-10 {
		width: 50%;
	}

	.cl-lg-11 {
		width: 55%;
	}

	.cl-lg-12 {
		width: 60%;
	}

	.cl-lg-13 {
		width: 65%;
	}

	.cl-lg-14 {
		width: 70%;
	}

	.cl-lg-15 {
		width: 75%;
	}

	.cl-lg-16 {
		width: 80%;
	}

	.cl-lg-17 {
		width: 85%;
	}

	.cl-lg-18 {
		width: 90%;
	}

	.cl-lg-19 {
		width: 95%;
	}

	.cl-lg-20 {
		width: 100%;
	}

	.cl-lg-pull-0 {
		right: auto;
	}

	.cl-lg-pull-1 {
		right: 5%;
	}

	.cl-lg-pull-2 {
		right: 10%;
	}

	.cl-lg-pull-3 {
		right: 15%;
	}

	.cl-lg-pull-4 {
		right: 20%;
	}

	.cl-lg-pull-5 {
		right: 25%;
	}

	.cl-lg-pull-6 {
		right: 30%;
	}

	.cl-lg-pull-7 {
		right: 35%;
	}

	.cl-lg-pull-8 {
		right: 40%;
	}

	.cl-lg-pull-9 {
		right: 45%;
	}

	.cl-lg-pull-10 {
		right: 50%;
	}

	.cl-lg-pull-11 {
		right: 55%;
	}

	.cl-lg-pull-12 {
		right: 60%;
	}

	.cl-lg-pull-13 {
		right: 65%;
	}

	.cl-lg-pull-14 {
		right: 70%;
	}

	.cl-lg-pull-15 {
		right: 75%;
	}

	.cl-lg-pull-16 {
		right: 80%;
	}

	.cl-lg-pull-17 {
		right: 85%;
	}

	.cl-lg-pull-18 {
		right: 90%;
	}

	.cl-lg-pull-19 {
		right: 95%;
	}

	.cl-lg-pull-20 {
		right: 100%;
	}

	.cl-lg-push-0 {
		left: auto;
	}

	.cl-lg-push-1 {
		left: 5%;
	}

	.cl-lg-push-2 {
		left: 10%;
	}

	.cl-lg-push-3 {
		left: 15%;
	}

	.cl-lg-push-4 {
		left: 20%;
	}

	.cl-lg-push-5 {
		left: 25%;
	}

	.cl-lg-push-6 {
		left: 30%;
	}

	.cl-lg-push-7 {
		left: 35%;
	}

	.cl-lg-push-8 {
		left: 40%;
	}

	.cl-lg-push-9 {
		left: 45%;
	}

	.cl-lg-push-10 {
		left: 50%;
	}

	.cl-lg-push-11 {
		left: 55%;
	}

	.cl-lg-push-12 {
		left: 60%;
	}

	.cl-lg-push-13 {
		left: 65%;
	}

	.cl-lg-push-14 {
		left: 70%;
	}

	.cl-lg-push-15 {
		left: 75%;
	}

	.cl-lg-push-16 {
		left: 80%;
	}

	.cl-lg-push-17 {
		left: 85%;
	}

	.cl-lg-push-18 {
		left: 90%;
	}

	.cl-lg-push-19 {
		left: 95%;
	}

	.cl-lg-push-20 {
		left: 100%;
	}

	.cl-lg-offset-0 {
		margin-left: 0%;
	}

	.cl-lg-offset-1 {
		margin-left: 5%;
	}

	.cl-lg-offset-2 {
		margin-left: 10%;
	}

	.cl-lg-offset-3 {
		margin-left: 15%;
	}

	.cl-lg-offset-4 {
		margin-left: 20%;
	}

	.cl-lg-offset-5 {
		margin-left: 25%;
	}

	.cl-lg-offset-6 {
		margin-left: 30%;
	}

	.cl-lg-offset-7 {
		margin-left: 35%;
	}

	.cl-lg-offset-8 {
		margin-left: 40%;
	}

	.cl-lg-offset-9 {
		margin-left: 45%;
	}

	.cl-lg-offset-10 {
		margin-left: 50%;
	}

	.cl-lg-offset-11 {
		margin-left: 55%;
	}

	.cl-lg-offset-12 {
		margin-left: 60%;
	}

	.cl-lg-offset-13 {
		margin-left: 65%;
	}

	.cl-lg-offset-14 {
		margin-left: 70%;
	}

	.cl-lg-offset-15 {
		margin-left: 75%;
	}

	.cl-lg-offset-16 {
		margin-left: 80%;
	}

	.cl-lg-offset-17 {
		margin-left: 85%;
	}

	.cl-lg-offset-18 {
		margin-left: 90%;
	}

	.cl-lg-offset-19 {
		margin-left: 95%;
	}

	.cl-lg-offset-20 {
		margin-left: 100%;
	}
}

@media (min-width: 1380px) {
	.cl-xl-1, .cl-xl-2, .cl-xl-3, .cl-xl-4, .cl-xl-5, .cl-xl-6, .cl-xl-7, .cl-xl-8, .cl-xl-9, .cl-xl-10, .cl-xl-11, .cl-xl-12, .cl-xl-13, .cl-xl-14, .cl-xl-15, .cl-xl-16, .cl-xl-17, .cl-xl-18, .cl-xl-19, .cl-xl-20 {
		float: left;
	}

	.cl-xl-1 {
		width: 5%;
	}

	.cl-xl-2 {
		width: 10%;
	}

	.cl-xl-3 {
		width: 15%;
	}

	.cl-xl-4 {
		width: 20%;
	}

	.cl-xl-5 {
		width: 25%;
	}

	.cl-xl-6 {
		width: 30%;
	}

	.cl-xl-7 {
		width: 35%;
	}

	.cl-xl-8 {
		width: 40%;
	}

	.cl-xl-9 {
		width: 45%;
	}

	.cl-xl-10 {
		width: 50%;
	}

	.cl-xl-11 {
		width: 55%;
	}

	.cl-xl-12 {
		width: 60%;
	}

	.cl-xl-13 {
		width: 65%;
	}

	.cl-xl-14 {
		width: 70%;
	}

	.cl-xl-15 {
		width: 75%;
	}

	.cl-xl-16 {
		width: 80%;
	}

	.cl-xl-17 {
		width: 85%;
	}

	.cl-xl-18 {
		width: 90%;
	}

	.cl-xl-19 {
		width: 95%;
	}

	.cl-xl-20 {
		width: 100%;
	}

	.cl-xl-pull-0 {
		right: auto;
	}

	.cl-xl-pull-1 {
		right: 5%;
	}

	.cl-xl-pull-2 {
		right: 10%;
	}

	.cl-xl-pull-3 {
		right: 15%;
	}

	.cl-xl-pull-4 {
		right: 20%;
	}

	.cl-xl-pull-5 {
		right: 25%;
	}

	.cl-xl-pull-6 {
		right: 30%;
	}

	.cl-xl-pull-7 {
		right: 35%;
	}

	.cl-xl-pull-8 {
		right: 40%;
	}

	.cl-xl-pull-9 {
		right: 45%;
	}

	.cl-xl-pull-10 {
		right: 50%;
	}

	.cl-xl-pull-11 {
		right: 55%;
	}

	.cl-xl-pull-12 {
		right: 60%;
	}

	.cl-xl-pull-13 {
		right: 65%;
	}

	.cl-xl-pull-14 {
		right: 70%;
	}

	.cl-xl-pull-15 {
		right: 75%;
	}

	.cl-xl-pull-16 {
		right: 80%;
	}

	.cl-xl-pull-17 {
		right: 85%;
	}

	.cl-xl-pull-18 {
		right: 90%;
	}

	.cl-xl-pull-19 {
		right: 95%;
	}

	.cl-xl-pull-20 {
		right: 100%;
	}

	.cl-xl-push-0 {
		left: auto;
	}

	.cl-xl-push-1 {
		left: 5%;
	}

	.cl-xl-push-2 {
		left: 10%;
	}

	.cl-xl-push-3 {
		left: 15%;
	}

	.cl-xl-push-4 {
		left: 20%;
	}

	.cl-xl-push-5 {
		left: 25%;
	}

	.cl-xl-push-6 {
		left: 30%;
	}

	.cl-xl-push-7 {
		left: 35%;
	}

	.cl-xl-push-8 {
		left: 40%;
	}

	.cl-xl-push-9 {
		left: 45%;
	}

	.cl-xl-push-10 {
		left: 50%;
	}

	.cl-xl-push-11 {
		left: 55%;
	}

	.cl-xl-push-12 {
		left: 60%;
	}

	.cl-xl-push-13 {
		left: 65%;
	}

	.cl-xl-push-14 {
		left: 70%;
	}

	.cl-xl-push-15 {
		left: 75%;
	}

	.cl-xl-push-16 {
		left: 80%;
	}

	.cl-xl-push-17 {
		left: 85%;
	}

	.cl-xl-push-18 {
		left: 90%;
	}

	.cl-xl-push-19 {
		left: 95%;
	}

	.cl-xl-push-20 {
		left: 100%;
	}

	.cl-xl-offset-0 {
		margin-left: 0%;
	}

	.cl-xl-offset-1 {
		margin-left: 5%;
	}

	.cl-xl-offset-2 {
		margin-left: 10%;
	}

	.cl-xl-offset-3 {
		margin-left: 15%;
	}

	.cl-xl-offset-4 {
		margin-left: 20%;
	}

	.cl-xl-offset-5 {
		margin-left: 25%;
	}

	.cl-xl-offset-6 {
		margin-left: 30%;
	}

	.cl-xl-offset-7 {
		margin-left: 35%;
	}

	.cl-xl-offset-8 {
		margin-left: 40%;
	}

	.cl-xl-offset-9 {
		margin-left: 45%;
	}

	.cl-xl-offset-10 {
		margin-left: 50%;
	}

	.cl-xl-offset-11 {
		margin-left: 55%;
	}

	.cl-xl-offset-12 {
		margin-left: 60%;
	}

	.cl-xl-offset-13 {
		margin-left: 65%;
	}

	.cl-xl-offset-14 {
		margin-left: 70%;
	}

	.cl-xl-offset-15 {
		margin-left: 75%;
	}

	.cl-xl-offset-16 {
		margin-left: 80%;
	}

	.cl-xl-offset-17 {
		margin-left: 85%;
	}

	.cl-xl-offset-18 {
		margin-left: 90%;
	}

	.cl-xl-offset-19 {
		margin-left: 95%;
	}

	.cl-xl-offset-20 {
		margin-left: 100%;
	}
}

.img-box {
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	overflow: hidden;
	width: 30px;
}

.img-box img {
	height: 100%;
	width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

@-webkit-keyframes lds-dual-ring {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes lds-dual-ring {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lds-dual-ring {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.lds-dual-ring {
	height: 15px;
	margin: 0 auto;
	position: relative;
	width: 15px;
}

.lds-dual-ring div {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 10px;
	left: 0;
	border-radius: 50%;
	border: 2px solid #000;
	border-color: #02a3cc transparent #02a3cc transparent;
	-webkit-animation: lds-dual-ring 0.5s linear infinite;
	-ms-animation: lds-dual-ring 0.5s linear infinite;
	animation: lds-dual-ring 0.5s linear infinite;
}

header {
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.07);
	height: 27px;
	text-align: center;
  display: none;
}

header .webcast-title {
	color: #000000;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 27px;
	padding: 0 0 0 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 35px);
}

header nav {
	float: right;
	height: 27px;
	margin-top: -27px;
	text-align: left;
}

header .actions-bts {
	height: 100%;
	padding: 4px 0 6px;
}

header .actions-bts li {
	display: inline-block;
	height: 100%;
	padding: 3px 11px;
}

header .actions-bts li:nth-child(3) {
	border-left: 1px solid #b2b2b2;
	padding-right: 0;
}

header .actions-bts li a {
	display: inline-block;
	height: 11px;
	text-indent: -9999px;
	width: 13px;
}

header .actions-bts li a.share {
	background: url(../img/icone-share.png) no-repeat center;
}

header .actions-bts li a.email {
	background: url(../img/icone-mail.png) no-repeat center;
}

header .actions-bts li a.sinal {
	background: url(../img/icone-sinal.png) no-repeat center;
}

header .preview-warning {
	margin-right: 5px;
	color: #ff0000;
	font-weight: bold;
	display: none;
}

header #invite-box {
	max-width: 500px;
	width: calc(100% - 20px);
	border: 1px solid #ccc;
	position: absolute;
	top: 30px;
	right: 10px;
	margin-left: -250px;
	display: none;
	z-index: 999999999;
	background: #fff;
	padding: 10px
}

header #invite-box .title {
	font-size: 19px;
	margin-bottom: 10px;
}

header #invite-box p {
	margin-bottom: 10px;
	font-size: 14px;
}

header #invite-box textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #ccc;
	font-family: 'Lato';
	font-size: 14px;
	resize: none;
	width: 100%;
}

header #invite-box input[type=button] {
	background-color: #02a3cc;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
	padding: 0 20px;
	float: right;
}

footer {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	height: 27px;
  display: none;
}

footer a {
	color: #000000;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 25px;
}

footer nav {
	float: right;
}

footer .links li {
	display: inline-block;
	padding: 0 40px;
}

footer .links li:nth-child(3) {
	padding-right: 0;
}

.webcast-left-bar {
	display: inline-block;
	height: 100%;
	margin-right: 9px;
	overflow: hidden;
	padding-left: 5px;
	vertical-align: top;
	width: 324px;
}

.video-content {
	background-color: #000;
	border: 1px solid #e6e6e6;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
	height: 45px;
	margin-bottom: 4px;
}

.tooltip-muted {
	display: flex;
	border-radius: 8px;
	margin-top: 10px;
	background: #ffea56;
	padding: .6rem;
	position: absolute;
	z-index: 1;
	box-shadow: 1px 1px 4px #867a24;
	opacity: 0;
	transition: opacity 500ms ease-in-out;
}

.tooltip-muted > button {
	background: #d6c33f;
  border: none;
	border-radius: 5px;
	cursor: pointer;
}

.tooltip-muted > button:hover {
	background: #d6c23fdc;
}

.tooltip-muted > button:active {
	background: #d6c23f66;
}

.tooltip-muted:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffea56;
	margin-left: 88px;
	position: absolute;
	top: -7px;
}

#player-message {
	color: #fff;
	text-align: center;
	/* margin-top: 85px; */
	position: relative;
	top: calc(50% - 9px);
	font-size: 14px;
}

.webcast-actions-bts, .show-action-selected {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	display: inline-block;
	/* height: calc(100% - 257px); */
	height: calc(100% - 65px);
	vertical-align: top;
}

.webcast-actions-bts {
	margin-right: 1px;
	width: 49px;
}

.webcast-actions-bts .actions-bt-list {
	padding: 10px 0 0;
}

.webcast-actions-bts .actions-bt-list li {
	padding: 6px 0 4px;
	position: relative;
	text-align: center;
}

.webcast-actions-bts .actions-bt-list li::before {
	background: -moz-radial-gradient(center, circle cover, #c5c5c5 0%, #ffffff 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #c5c5c5), color-stop(100%, #ffffff));
	background: -webkit-radial-gradient(center, circle cover, #c5c5c5 0%, #ffffff 100%);
	background: -o-radial-gradient(center, circle cover, #c5c5c5 0%, #ffffff 100%);
	background: -ms-radial-gradient(center, circle cover, #c5c5c5 0%, #ffffff 100%);
	background: radial-gradient(circle cover at center, #c5c5c5 0%, #ffffff 100%);
	background-color: #c5c5c5;
	content: '';
	display: inline-block;
	height: 1px;
	left: 7px;
	position: absolute;
	right: 7px;
	top: 0;
}

.webcast-actions-bts .actions-bt-list li:first-child::before {
	display: none;
}

.webcast-actions-bts .actions-bt-list a {
	border-right: 2px solid transparent;
	display: inline-block;
	height: 35px;
	text-indent: -9999px;
	width: 100%;
}

.webcast-actions-bts .actions-bt-list a.info {
	background: url(../img/icone-info.png) no-repeat center;
}

.webcast-actions-bts .actions-bt-list a.info.active {
	background: url(../img/icone-info-active.png) no-repeat center;
	border-right-color: #333c40;
}

.webcast-actions-bts .actions-bt-list a.notifications {
	background: url(../img/icone-notification.png) no-repeat center;
}

.webcast-actions-bts .actions-bt-list li.notifications i {
	width: 12px;
	height: 12px;
	/*background: url(../img/green-bullet.gif) no-repeat;*/
	background-color: red;
	border-radius: 50%;
	box-shadow: 0 0 5px red;
	position: absolute;
	top: 3px;
	right: 3px;
	display: none;
	-webkit-animation: blink 0.7s linear infinite;
    -ms-animation: blink 0.7s linear infinite;
    animation: blink 0.7s linear infinite;
}

.webcast-actions-bts .actions-bt-list li.questions i{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	right: 3px;
	display: none;
	-webkit-animation: blink 0.7s linear infinite;
    -ms-animation: blink 0.7s linear infinite;
    animation: blink 0.7s linear infinite;
}

.webcast-actions-bts .actions-bt-list li.questions i.red{
	background-color: red;
	box-shadow: 0 0 5px red;
	display: block;
}

.webcast-actions-bts .actions-bt-list li.questions i.green{
	background-color: #02c43c;
	box-shadow: 0 0 5px #02c43c;
	display: block;
}

/*animate loading*/
@-webkit-keyframes blink {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    50% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@-ms-keyframes blink {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    50% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes blink {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    50% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.webcast-actions-bts .actions-bt-list a.notifications.active {
	background: url(../img/icone-notification-active.png) no-repeat center;
	border-right-color: #333c40;
}

.webcast-actions-bts .actions-bt-list a.ask {
	background: url(../img/icone-ask.png) no-repeat center;
}

.webcast-actions-bts .actions-bt-list a.ask.active {
	background: url(../img/icone-ask-active.png) no-repeat center;
	border-right-color: #333c40;
}

.webcast-actions-bts .actions-bt-list a.files {
	background: url(../img/icone-files.png) no-repeat center;
}

.webcast-actions-bts .actions-bt-list a.files.active {
	background: url(../img/icone-files-active.png) no-repeat center;
	border-right-color: #333c40;
}

.webcast-actions-bts .actions-bt-list a.invitations {
	background: url(../img/icone-email.png) no-repeat center;
}

.webcast-actions-bts .actions-bt-list a.invitations.active {
	background: url(../img/icone-email-active.png) no-repeat center;
	border-right-color: #333c40;
}

.webcast-actions-bts .actions-bt-list a.faq {
	background: url(../img/icone-faq.png) no-repeat center;
}

.webcast-actions-bts .actions-bt-list a.faq.active {
	background: url(../img/icone-faq-active.png) no-repeat center;
	border-right-color: #333c40;
}

.webcast-actions-bts .actions-bt-list a.view-hide {
	background: url(../img/icone-hide.png) no-repeat center;
}

.show-action-selected {
	width: calc(100% - 54.1px);
}

.show-action-selected .header-show {
	background-color: #fafafa;
	border-bottom: 1px solid #e6e6e6;
	border-radius: 6px 6px 0 0;
	padding: 17px 30px 16px 23px;
}

.show-action-selected .header-show .title-selected {
	color: #383737;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 18px;
}

.show-action-selected .header-show .icon.replay {
	background: url(../img/RPL_ICO.png) no-repeat 0 0;
	display: none;
	float: right;
	height: 22px;
    margin: -3px -15px 0 0;
	width: 22px;
}

.show-action-selected .header-show .download-all {
	background: url(../img/icone-zip.png) no-repeat 0 0;
	display: inline-block;
	float: right;
	height: 18px;
	text-indent: -9999px;
	width: 16px;
}

.show-action-selected .scroll {
	height: calc(100% - 52px);
	overflow: auto;
}

.show-action-selected .scroll::-webkit-scrollbar-track {
	background-color: #fff;
}

.show-action-selected .scroll::-moz-scrollbar-track {
	background-color: #fff;
}

.show-action-selected .scroll::-ms-scrollbar-track {
	background-color: #fff;
}

.show-action-selected .scroll::-o-scrollbar-track {
	background-color: #fff;
}

.show-action-selected .scroll::-webkit-scrollbar {
	width: 7px;
	border-radius: 10px;
}

.show-action-selected .scroll::-moz-scrollbar {
	width: 7px;
	border-radius: 10px;
}

.show-action-selected .scroll::-ms-scrollbar {
	width: 7px;
	border-radius: 10px;
}

.show-action-selected .scroll::-o-scrollbar {
	width: 7px;
	border-radius: 10px;
}

.show-action-selected .scroll::-webkit-scrollbar-thumb:hover {
	background: #6e6e6e;
}

.show-action-selected .scroll::-moz-scrollbar-thumb:hover {
	background: #6e6e6e;
}

.show-action-selected .scroll::-ms-scrollbar-thumb:hover {
	background: #6e6e6e;
}

.show-action-selected .scroll::-o-scrollbar-thumb:hover {
	background: #6e6e6e;
}

.show-action-selected .scroll::-webkit-scrollbar-thumb {
	background: #7f7f7f;
	border-radius: 10px;
}

.show-action-selected .scroll::-moz-scrollbar-thumb {
	background: #7f7f7f;
	border-radius: 10px;
}

.show-action-selected .scroll::-ms-scrollbar-thumb {
	background: #7f7f7f;
	border-radius: 10px;
}

.show-action-selected .scroll::-o-scrollbar-thumb {
	background: #7f7f7f;
	border-radius: 10px;
}

.show-action-selected .scroll.questions {
	height: calc(100% - 130px);
}

.show-action-selected .scroll .info {
	color: #565656;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 600;
	padding: 6px 0 0 20px;
}

.show-action-selected .info-content {
	padding: 21px 30px 10px 26px;
}

.show-action-selected .info-content img.logo {
	display: none;
	margin: 0px 10px 5px 0px;
	width: 75px;
	height: 75px;
	border: 1px solid #eee;
	float: left;
}

.show-action-selected .info-content .title {
	color: #333c40;
	font-size: 0.75rem;
	line-height: 15px;
	margin: 0px 0 12px 0px;
	vertical-align: top;
	text-align: justify;
}

.show-action-selected .info-content .descricao {
	color: #565656;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 15px;
	margin-bottom: 20px;
	text-align: justify;
}

.show-action-selected .info-content h7 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #333c40;
	border-bottom: 1px solid #eee;
	display: block;
}

.show-action-selected .info-content .label {
	color: #333c40;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.show-action-selected .info-content .user-box {
	margin-top: 15px;
	margin-right: -20px;
	padding-left: 80px;
}

.show-action-selected .info-content .user-box:before, .show-action-selected .info-content .user-box:after {
	content: " ";
	display: table;
}

.show-action-selected .info-content .user-box:after {
	clear: both;
}

.show-action-selected .info-content .user-box .photo-user {
	float: left;
	height: 66px;
	margin-left: -80px;
	width: 66px;
}

.show-action-selected .info-content .user-box .photo-user img {
	height: 100%;
	width: 100%;
}

.show-action-selected .info-content .user-box p {
	color: #565656;
}

.show-action-selected .info-content .user-box p.name {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 15px;
	margin: 3px 0 2px;
}

.show-action-selected .info-content .user-box p.funcao, .show-action-selected .info-content .user-box p.detalhes {
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 13px;
}

.show-action-selected .mensagens-list {
	padding: 5px 0 5px 14px;
}

.show-action-selected .mensagens-list li {
	border-top: 1px solid #e6e6e6;
	padding: 10px 20px 10px 10px;
	font-size: 11px;
	font-size: 0.6875rem;
	color: #565656;
}

.show-action-selected .mensagens-list li:before, .show-action-selected .mensagens-list li:after {
	content: " ";
	display: table;
}

.show-action-selected .mensagens-list li:after {
	clear: both;
}

.show-action-selected .mensagens-list li:first-child {
	border-top: none;
}

.show-action-selected .mensagens-list li .date-name {
	display: inline-block;
	line-height: 18px;
	margin-bottom: 3px;
}

.show-action-selected .mensagens-list li p {
	line-height: 14px;
	margin-bottom: 8px;
}

.show-action-selected .mensagens-list li .save-note {
	background: url(../img/icone-salvar-como-nota.png) no-repeat 0 0;
	display: inline-block;
	float: right;
	height: 15px;
	text-indent: -9999px;
	width: 20px;
}

.show-action-selected .ask-question-content {
	padding: 10px 20px 5px 10px;
	border-bottom: 1px dashed #eee;
}

.show-action-selected .ask-question-content textarea {
	/* background: url(../img/icone-lapis.png) no-repeat right 3px center; */
	border: none;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	color: #959595;
	font-size: 11px;
	height: 50px;
	padding-top: 5px;
	padding-left: 5px;
	resize: none;
	width: 195px;
	font-family: 'Lato';
}

.show-action-selected .ask-question-content a {
	float: right;
	margin: 38px 0px 10px 0px;
	font-size: 12px;
	color: #aaa;
}

.show-action-selected .ask-question-content a:hover {
	color: #000;
}

.show-action-selected .ask-question-content textarea.placeholder {
	font-size: 11px;
	color: #959595;
	font-family: 'Lato';
}

.show-action-selected .ask-question-content textarea:-moz-placeholder {
	font-size: 11px;
	color: #959595;
	font-family: 'Lato';
}

.show-action-selected .ask-question-content textarea::-moz-placeholder {
	font-size: 11px;
	color: #959595;
	font-family: 'Lato';
}

.show-action-selected .ask-question-content textarea:-ms-input-placeholder {
	font-size: 11px;
	color: #959595;
	font-family: 'Lato';
}

.show-action-selected .ask-question-content textarea::-webkit-input-placeholder {
	font-size: 11px;
	color: #959595;
	font-family: 'Lato';
}

.show-action-selected .questions-list {
	padding: 0 10px 10px 0px;
}

.show-action-selected .questions-list li {
	border-top: 1px solid #e6e6e6;
	padding: 12px 8px 8px 20px;
}

.show-action-selected .questions-list li:before, .show-action-selected .questions-list li:after {
	content: " ";
	display: table;
}

.show-action-selected .questions-list li:after {
	clear: both;
}

.show-action-selected .questions-list li:first-child {
	border-top: none;
}

.show-action-selected .questions-list li .date {
	color: #888;
	display: inline-block;
	font-size: 10px;
	font-size: 0.625rem;
	margin-bottom: 6px;
}

.show-action-selected .questions-list li .ask-by {
	color: #565656;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 18px;
	margin-bottom: 3px;
}

.show-action-selected .questions-list li .question {
	color: #565656;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 16px;
	margin-bottom: 3px;
	text-align: justify;
}

.show-action-selected .questions-list li .answer {
	background: url(../img/icone-resposta.png) no-repeat 0 0;
	color: #06940c;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 14px;
	padding: 5px 0 0 17px;
	text-align: justify;
}

.show-action-selected .questions-list li .status {
	display: inline-block;
	float: right;
}

.show-action-selected .questions-list li .status.enviado {
	background: url(../img/icone-status-enviado.png) no-repeat 0 0;
	height: 12px;
	width: 16px;
}

.show-action-selected .questions-list li .status.reenviar {
	background: url(../img/icone-status-reenviar.png) no-repeat 0 0;
	height: 15px;
	width: 17px;
}

.show-action-selected .questions-list li .status.reenviar-perguntar {
	background: url(../img/icone-status-reenviar-pergunta.png) no-repeat 0 0;
	height: 16px;
	width: 18px;
}

.show-action-selected .list-files > li {
	border-top: 1px solid #e6e6e6;
	padding: 25px 50px 25px 76px;
	position: relative;
}

.show-action-selected .list-files > li:first-child {
	border-top: none;
}

.show-action-selected .list-files > li .icon {
	display: inline-block;
	float: left;
	height: 46px;
	margin: -7px 0 0 -60px;
	width: 43px;
}

.show-action-selected .list-files > li .icon.pdf {
	background: url(../img/icone-pdf.png) no-repeat 0 0;
}

.show-action-selected .list-files > li .icon.doc {
	background: url(../img/icone-doc.png) no-repeat 0 0;
}

.show-action-selected .list-files > li .icon.ppt {
	background: url(../img/icone-ppt.png) no-repeat 0 0;
}

.show-action-selected .list-files > li .icon.file {
	background: url(../img/icone-file.png) no-repeat 0 0;
}

.show-action-selected .list-files > li .name {
	color: #565656;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 14px;
}

.show-action-selected .list-files > li .desc {
	color: #565656;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 14px;
}

.show-action-selected .list-files > li .file-bts {
	margin-top: -22px;
	position: absolute;
	right: 19px;
	top: 50%;
}

.show-action-selected .list-files > li .file-bts li {
	text-align: center;
}

.show-action-selected .list-files > li .file-bts li:first-child {
	margin-top: 5px;
	margin-bottom: 9px;
}

.show-action-selected .list-files > li .file-bts a {
	display: inline-block;
	text-indent: -9999px;
}

.show-action-selected .list-files > li .file-bts a.download {
	background: url(../img/icone-baixar-arquivo.png) no-repeat 0 0;
	height: 21px;
	width: 19px;
}

.show-action-selected .list-files > li .file-bts a.view {
	background: url(../img/icone-visualizar-arquivo.png) no-repeat 0 0;
	height: 13px;
	width: 23px;
}

.show-action-selected .invitations-container  {
	margin: 15px;
}

.show-action-selected .invitations-container p {
	margin-bottom: 10px;
	font-size: 12px;
	color: #565656;
}

.show-action-selected #txtInvitations {
	padding-top: 5px;
	padding-left: 5px;
	width: calc(100%);
	height: 150px;
	color: #959595;
	font-size: 11px;
	resize: none;
	font-family: 'Lato';
	border: 1px solid #dedede;
}

.show-action-selected .invitations-container input[type=button] {
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
	width: 80px;
}

.show-action-selected .pesquisa-list li {
	padding: 15px 20px;
}

.show-action-selected .pesquisa-list li p {
	color: #565656;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 16px;
	margin-bottom: 9px;
}

.show-action-selected .pesquisa-list li .radio {
	display: inline-block;
	position: relative;
	width: 18px;
}

.show-action-selected .pesquisa-list li .radio input {
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

.show-action-selected .pesquisa-list li .radio input ~ span {
	color: #565656;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	padding-top: 20px;
	text-align: center;
}

.show-action-selected .pesquisa-list li .radio input ~ span::before {
	border: 1px solid #878787;
	border-radius: 50%;
	content: '';
	height: 10px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: 0;
	width: 10px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.show-action-selected .pesquisa-list li .radio input ~ span::after {
	background-color: #02a3cc;
	border-radius: 50%;
	content: '';
	height: 4px;
	left: 50%;
	margin-left: -2px;
	opacity: 0;
	position: absolute;
	top: 3px;
	visibility: hidden;
	width: 4px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.show-action-selected .pesquisa-list li .radio input:checked ~ span::before {
	border-color: #02a3cc;
}

.show-action-selected .pesquisa-list li .radio input:checked ~ span::after {
	opacity: 1;
	visibility: visible;
}

.webcast-slides-content {
	display: inline-block;
	height: 100%;
	padding-right: 10px;
	position: relative;
	width: calc(100% - 337.1px);
	float: right;
}

.webcast-slides-content .slide-list {
	display: table;
	height: calc(100% - 43px);
	width: 100%;
}

.webcast-slides-content .slide-list .slide-item {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.webcast-slides-content .slide-list .slide-item img {
	max-height: 100%;
	max-width: 100%;
}

.webcast-slides-content .slide-control {
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.07);
	height: 39px;
	left: 50%;
	margin-left: -112px;
	position: absolute;
	top: 17px;
	width: 224px;
}

.webcast-slides-content .slide-control ul {
	height: 100%;
}

.webcast-slides-content .slide-control ul:before, .webcast-slides-content .slide-control ul:after {
	content: " ";
	display: table;
}

.webcast-slides-content .slide-control ul:after {
	clear: both;
}

.webcast-slides-content .slide-control ul li {
	float: left;
	height: 100%;
	width: 39px;
}

.webcast-slides-content .slide-control ul li.counter {
	color: #1d1d1d;
	font-size: 16px;
	font-size: 1rem;
	line-height: 39px;
	position: relative;
	text-align: center;
	width: 146px;
}

.webcast-slides-content .slide-control ul li.counter::before, .webcast-slides-content .slide-control ul li.counter::after {
	background: -moz-radial-gradient(center, circle cover, #c5c5c5 0%, #ffffff 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #c5c5c5), color-stop(100%, #ffffff));
	background: -webkit-radial-gradient(center, circle cover, #c5c5c5 0%, #ffffff 100%);
	background: -o-radial-gradient(center, circle cover, #c5c5c5 0%, #ffffff 100%);
	background: -ms-radial-gradient(center, circle cover, #c5c5c5 0%, #ffffff 100%);
	background: radial-gradient(circle cover at center, #c5c5c5 0%, #ffffff 100%);
	background-color: #c5c5c5;
	bottom: 5px;
	content: '';
	position: absolute;
	top: 6px;
	width: 1px;
}

.webcast-slides-content .slide-control ul li.counter::before {
	left: 0;
}

.webcast-slides-content .slide-control ul li.counter::after {
	right: 0;
}

.webcast-slides-content .slide-control ul li.counter .atual {
	color: #828282;
}

.webcast-slides-content .slide-control ul li .prev, .webcast-slides-content .slide-control ul li .next {
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}

.webcast-slides-content .slide-control ul li .prev {
	background: url(../img/prev-slide.png) no-repeat center;
}

.webcast-slides-content .slide-control ul li .next {
	background: url(../img/next-slide.png) no-repeat center;
}

.webcast-slides-content .full-screen-content {
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.07);
	height: 39px;
	padding: 9px 10px 7px 11px;
	position: absolute;
	right: 54px;
	top: 17px;
	width: 45px;
}

.webcast-slides-content .full-screen-content .bt-full-screen {
	background: url(../img/icone-full-screen.png) no-repeat center;
	display: block;
	height: 23px;
	text-indent: -9999px;
	width: 24px;
}

.webcast-slides-content .notas-content {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 6px 6px 0 0;
	bottom: 0;
	height: 42px;
	position: absolute;
	right: 54px;
	width: 245px;
}

.webcast-slides-content .notas-content .header-notas {
	height: 40px;
}

.webcast-slides-content .notas-content .header-notas a {
	background: url(../img/open-notas.png) no-repeat right 13px center;
	color: #565656;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 40px;
	padding: 0 13px 0 15px;
}

.invisible {
	display: none;
}

#input-current-slide {
	width: 40px;
	border: 1px solid #eee;
	text-align: center;
	font-family: 'Lato';
	vertical-align: baseline;
	font-size: 100%;
}

#img-current-slide{
	border: 1px solid #e6e6e6;
}

.cadastro-content {
  background: transparent;
  height: 100%;
}

.cadastro-content.cadastro__content {
  background: none;
  height: 100%;
}

.cadastro-content .cadastro-box {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.26);
	margin: 60px auto;
	padding: 32px 56px 21px 55px;
	position: relative;
	width: 100%;
	max-width: 466px;
}
.cadastro-content .cadastro-box::after {
	clear: both;
	content: '';
	display: block;
}

.cadastro-content .cadastro-box .icon.replay {
	background: url(../img/RPL_ICO.png) no-repeat 0 0;
	display: none;
	height: 22px;
	left: 15px;
	position: absolute;
	top: 15px;
	width: 22px;
}

.cadastro-content .cadastro-box .companyName {
	color: #424242;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

.cadastro-content .cadastro-box .name, .cadastro-content .cadastro-box .description {
	color: #424242;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 35px;
	text-align: center;
}

.cadastro-content .cadastro-box .description {
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
}

.cadastro-content .cadastro-box label {
	display: block;
	/* height: 29px; */
	margin-bottom: 9px;
	padding-left: 29px;
}

.cadastro-content .cadastro-box label input {
	border: none;
	border-bottom: 1px solid #888;
	color: #949494;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 16px;
	padding: 0 3px;
	width: calc(100% - 11px);
}

.cadastro-content .cadastro-box label input.placeholder {
	color: #949494;
	font-size: 13px;
	font-size: 0.8125rem;
}

.cadastro-content .cadastro-box label input:-moz-placeholder {
	color: #949494;
	font-size: 13px;
	font-size: 0.8125rem;
}

.cadastro-content .cadastro-box label input::-moz-placeholder {
	color: #949494;
	font-size: 13px;
	font-size: 0.8125rem;
}

.cadastro-content .cadastro-box label input:-ms-input-placeholder {
	color: #949494;
	font-size: 13px;
	font-size: 0.8125rem;
}

.cadastro-content .cadastro-box label input::-webkit-input-placeholder {
	color: #949494;
	font-size: 13px;
	font-size: 0.8125rem;
}

.cadastro-content .cadastro-box label:before {
	content: '';
	display: inline-block;
	height: 29px;
	margin: 0 1px 0 -28px;
	vertical-align: bottom;
	width: 29px;
}

.cadastro-content .cadastro-box label.data:before {
	background: url(../img/time-icon.png) no-repeat left bottom;
}

.cadastro-content .cadastro-box label.data {
	/* margin-bottom: 9px; */
}

.cadastro-content .cadastro-box label.data span {
	font-size: 12px;
	color: #888;
}

.cadastro-content .cadastro-box label.data select {
	padding: 2px;
	margin-right: 8px;
	width: 190px;
	color: #888;
	font-size: 10px;
	font-size: 0.7525rem;
}

.cadastro-content .cadastro-box label.participante:before {
	background: url(../img/participante-icon.png) no-repeat left bottom;
}

.cadastro-content .cadastro-box label.idioma:before {
	background: url(../img/language-icon.png) no-repeat left bottom;
}

.cadastro-content .cadastro-box label.idioma span {
	font-size: 14px;
	color: #888;
	line-height: 29px;
}

.cadastro-content .cadastro-box label.email:before {
	background: url(../img/email-icon.png) no-repeat left bottom;
}

.cadastro-content .cadastro-box label.empresa:before {
	background: url(../img/empresa-icon.png) no-repeat left bottom;
}

.cadastro-content .cadastro-box label.telefone:before {
	background: url(../img/telefone-icon.png) no-repeat left bottom;
}

.cadastro-content .cadastro-box div.eula span {
	font-size: 13px;
    font-size: 0.8125rem;
    display: inline-block;
    width: 90%;
    color: #949494;
    padding-left: 8px;
	vertical-align: -41px;
    line-height: 14px;
}

.cadastro-content .cadastro-box div.eula input {
	margin-left: 7px;
}

.cadastro-content .cadastro-box div.eula {
	padding-top: 13px;
	display: flex;
	align-items: flex-start;
	width: 100%;
}

.cadastro-content .cadastro-box .verifica {
	color: #424242;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 25px;
}

.cadastro-content .cadastro-box .verifica:before {
	background: url(../img/verificando-icon.png) no-repeat 0 0;
	content: '';
	display: inline-block;
	height: 21px;
	margin-right: 4px;
	vertical-align: middle;
	width: 23px;
}

.cadastro-content .cadastro-box .bt-save {
	background: url(../img/bt-save-icon.png) no-repeat 0 0;
	display: inline-block;
	float: right;
	height: 34px;
	margin-top: 13px;
	width: 29px;
}


.cadastro-content #aguardando-container, .cadastro-content #validando-container {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.26);
	top: 50%;
	left: 50%;
	margin-left: -233px;
	margin-top: -200px;
	padding: 32px 56px 21px 55px;
	position: absolute;
	width: 466px;
}

.cadastro-content #aguardando-container p {
	text-align: center;
	line-height: 1.3rem;
}

.cadastro-content #validando-container p {
	text-align: justify;
	margin-bottom: 20px;
}

.cadastro-content #aguardando-container {
	display: none;
}

.cadastro-content #validando-container {
	display: none;
	text-align: left;
}

#preview-water-mark {
	padding: 4px 4px 3px 80px;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-family: 'lato';
    font-weight: bold;
    background: #ff0000;
    z-index: 99999;
    display: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#notifications-empty, #files-empty{
	font-weight: normal;
}

/*ajustes mobile - 14/03/2018 *Zé**/
@media (max-width: 880px) {
	html.webcast, html.webcast body {
		overflow: auto;
	}
	html.webcast #main-wrapper, html.webcast footer {
		float: left;
		width: 100%;
	}
	html.webcast .container-fluid {
		height: auto;
	}
	html.webcast .webcast-left-bar {
		height: auto;
		margin-right: 0;
		padding: 5px;
		vertical-align: top;
		width: 100%;
		float: right;
	}
	html.webcast .webcast-slides-content {
		height: auto;
		padding: 5px;
		position: relative;
		width: 100%;
		float: left;
	}
	html.webcast .webcast-slides-content .slide-list img {
		width: 100%!important;
		height: auto!important;
	}
	html.webcast .webcast-slides-content .slide-control {
		height: 39px;
		left: 0;
		margin: 0 auto 5px auto;
		position: static;
		display: block;
	}
	html.webcast #player-container {
		margin: 0 auto;
	}
	/* html.webcast .show-action-selected .scroll {
		max-height: 350px;
	} */
}
@media all and (max-width: 540px) {
	.cadastro-content .cadastro-box, .cadastro-content #aguardando-container, .cadastro-content #validando-container {
		float: left;
		position: relative;
		top: 0;
		left: 0;
		margin: 15px;
		padding: 15px;
		width: calc(100% - 30px);
		max-width: 540px;
	}
}
@media (max-width: 520px) {
	html, body {
		overflow: auto;
	}
	.cadastro-content {
		float: left;
		width: 100%;
	}
	.container-fluid {
		height: auto;
	}
	footer {
		height: auto;
	}
	footer nav,
	footer .links,
	footer a {
		text-align: center;
    	padding: 0 10px;
    	color: #9f9f9f;
	}
	footer nav,
	footer .links {
    	padding: 0;
	}
	footer .links li {
		display: inline-block;
    	padding: 0;
    	border-left: 1px solid #ddd;
	}
}
@media (max-width: 410px) {
	#formulario-container label {
		float: left;
		width: 100%;
	}
	.cadastro-content .cadastro-box label.data select {
		margin-right: 0;
		width: calc(100% - 10px);
	}
	#webcastDate {
		float: left;
		margin: 10px 0 0;
		padding: 0 5px;
		width: 100%;
	}
}
@media (max-width: 320px) {
	footer nav,
	footer .links,
	footer a {
		text-align: center;
    	padding: 0 5px;
    	color: #9f9f9f;
	}
	footer nav,
	footer .links {
    	padding: 0;
	}
}

/* Dropdown Button */
.dropbtn {
	background-color:#f5f1f1;
	color: black;
	padding: 14px;
	font-size: 14px;
	border: none;
	cursor: pointer;
	border-radius: 3px;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
	background-color: #ddd
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}