/* Minification failed. Returning unminified contents.
(661,232): run-time error CSS1034: 
(661,232): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
/*-----------------------------------------------
	Grid System
-----------------------------------------------*/
html { overflow-y: scroll; }
* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }

#content { clear: both; }
.linha { width:100%; max-width:960px; margin:0 auto; }
.linha .linha { width:auto; max-width:none; min-width:0; margin-right:-10px; margin-left:-10px; }

.colxs-1, .colxs-2, .colxs-3, .colxs-4, .colxs-5, .colxs-6, .colxs-7, .colxs-8, .colxs-9, .colxs-10, .colxs-11, .colxs-12,
.colsm-1, .colsm-2, .colsm-3, .colsm-4, .colsm-5, .colsm-6, .colsm-7, .colsm-8, .colsm-9, .colsm-10, .colsm-11, .colsm-12,
.colmd-1, .colmd-2, .colmd-3, .colmd-4, .colmd-5, .colmd-6, .colmd-7, .colmd-8, .colmd-9, .colmd-10, .colmd-11, .colmd-12,
.collg-1, .collg-2, .collg-3, .collg-4, .collg-5, .collg-6, .collg-7, .collg-8, .collg-9, .collg-10, .collg-11, .collg-12 { position:relative; min-height:1px; padding-right:10px; padding-left:10px; }

/* Clearfix */
.linha:before, .linha:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.linha:after, .clearfix:after { clear: both; }
.linha, .clearfix { zoom: 1; }

.colxs-1, .colxs-2, .colxs-3, .colxs-4, .colxs-5, .colxs-6, .colxs-7, .colxs-8, .colxs-9, .colxs-10, .colxs-11, .colxs-12 { float:left; }

.alinha-centro { text-align:center; }
.alinha-centro div[class^="col"] { float:none !important; display: inline-block; margin-right:-4px; }

.alinha-direita { float:right !important; }

/* Grid - Extra Small - xm */
.colxs-1 { width:8.33333333% }
.colxs-2 { width:16.66666667% }
.colxs-3 { width:25% }
.colxs-4 { width:33.33333333% }
.colxs-5 { width:41.66666667% }
.colxs-6 { width:50% }
.colxs-7 { width:58.33333333% }
.colxs-8 { width:66.66666667% }
.colxs-9 { width:75% }
.colxs-10 { width:83.33333333% }
.colxs-11 { width:91.66666667% }
.colxs-12 { width:100% }

/* Deslocar a Coluna */
.colxs-mov-0 { margin-left:0; }
.colxs-mov-1 { margin-left:8.33333333%; }
.colxs-mov-2 { margin-left:16.66666667%; }
.colxs-mov-3 { margin-left:25%; }
.colxs-mov-4 { margin-left:33.33333333%; }
.colxs-mov-5 { margin-left:41.66666667%; }
.colxs-mov-6 { margin-left:50%; }
.colxs-mov-7 { margin-left:58.33333333%; }
.colxs-mov-8 { margin-left:66.66666667%; }
.colxs-mov-9 { margin-left:75%; }
.colxs-mov-10 { margin-left:83.33333333%; }
.colxs-mov-11 { margin-left:91.66666667%; }
.colxs-mov-12 { margin-left:100%; }

/* Flutuar a Esquerda */
.colxs-esq-12 { right: 100%; }
.colxs-esq-11 { right: 91.66666667%; }
.colxs-esq-10 { right: 83.33333333%; }
.colxs-esq-9 { right: 75%; }
.colxs-esq-8 { right: 66.66666667%; }
.colxs-esq-7 { right: 58.33333333%; }
.colxs-esq-6 { right: 50%; }
.colxs-esq-5 { right: 41.66666667%; }
.colxs-esq-4 { right: 33.33333333%; }
.colxs-esq-3 { right: 25%; }
.colxs-esq-2 { right: 16.66666667%; }
.colxs-esq-1 { right: 8.33333333%; }
.colxs-esq-0 { right: auto; }

/* Flutuar a Direita */
.colxs-dir-12 { left: 100%; }
.colxs-dir-11 { left: 91.66666667%; }
.colxs-dir-10 { left: 83.33333333%; }
.colxs-dir-9 { left: 75%; }
.colxs-dir-8 { left: 66.66666667%; }
.colxs-dir-7 { left: 58.33333333%; }
.colxs-dir-6 { left: 50%; }
.colxs-dir-5 { left: 41.66666667%; }
.colxs-dir-4 { left: 33.33333333%; }
.colxs-dir-3 { left: 25%; }
.colxs-dir-2 { left: 16.66666667%; }
.colxs-dir-1 { left: 8.33333333%; }
.colxs-dir-0 { left: auto; }

/* Margem - xs */
.mb-0-xs { margin-bottom:0; }
.mb-10-xs { margin-bottom:10px; }
.mb-15-xs { margin-bottom:15px; }
.mb-20-xs { margin-bottom:20px; }
.mb-30-xs { margin-bottom:30px; }
.mb-40-xs { margin-bottom:40px; }
.mb-50-xs { margin-bottom:50px; }
.mb-60-xs { margin-bottom:60px; }

/* Margem - xs */
.mt-0-xs { margin-top:0; }
.mt-10-xs { margin-top:10px; }
.mt-15-xs { margin-top:15px; }
.mt-20-xs { margin-top:20px; }
.mt-30-xs { margin-top:30px; }
.mt-40-xs { margin-top:40px; }
.mt-50-xs { margin-top:50px; }
.mt-60-xs { margin-top:60px; }

@media only screen and (min-width: 480px) {
	.colsm-1, .colsm-2, .colsm-3, .colsm-4, .colsm-5, .colsm-6, .colsm-7, .colsm-8, .colsm-9, .colsm-10, .colsm-11, .colsm-12 { float:left }

	/* Grid - Small - sm */
	.colsm-1 { width:8.33333333% }
	.colsm-2 { width:16.66666667% }
	.colsm-3 { width:25% }
	.colsm-4 { width:33.33333333% }
	.colsm-5 { width:41.66666667% }
	.colsm-6 { width:50% }
	.colsm-7 { width:58.33333333% }
	.colsm-8 { width:66.66666667% }
	.colsm-9 { width:75% }
	.colsm-10 { width:83.33333333% }
	.colsm-11 { width:91.66666667% }
	.colsm-12 { width:100% }

	/* Deslocar a Coluna */
	.colsm-mov-0 { margin-left:0; }
	.colsm-mov-1 { margin-left:8.33333333%; }
	.colsm-mov-2 { margin-left:16.66666667%; }
	.colsm-mov-3 { margin-left:25%; }
	.colsm-mov-4 { margin-left:33.33333333%; }
	.colsm-mov-5 { margin-left:41.66666667%; }
	.colsm-mov-6 { margin-left:50%; }
	.colsm-mov-7 { margin-left:58.33333333%; }
	.colsm-mov-8 { margin-left:66.66666667%; }
	.colsm-mov-9 { margin-left:75%; }
	.colsm-mov-10 { margin-left:83.33333333%; }
	.colsm-mov-11 { margin-left:91.66666667%; }
	.colsm-mov-12 { margin-left:100%; }

	/* Flutuar a Esquerda */
	.colsm-esq-12 { right: 100%; }
	.colsm-esq-11 { right: 91.66666667%; }
	.colsm-esq-10 { right: 83.33333333%; }
	.colsm-esq-9 { right: 75%; }
	.colsm-esq-8 { right: 66.66666667%; }
	.colsm-esq-7 { right: 58.33333333%; }
	.colsm-esq-6 { right: 50%; }
	.colsm-esq-5 { right: 41.66666667%; }
	.colsm-esq-4 { right: 33.33333333%; }
	.colsm-esq-3 { right: 25%; }
	.colsm-esq-2 { right: 16.66666667%; }
	.colsm-esq-1 { right: 8.33333333%; }
	.colsm-esq-0 { right: auto; }

	/* Flutuar a Direita */
	.colsm-dir-12 { left: 100%; }
	.colsm-dir-11 { left: 91.66666667%; }
	.colsm-dir-10 { left: 83.33333333%; }
	.colsm-dir-9 { left: 75%; }
	.colsm-dir-8 { left: 66.66666667%; }
	.colsm-dir-7 { left: 58.33333333%; }
	.colsm-dir-6 { left: 50%; }
	.colsm-dir-5 { left: 41.66666667%; }
	.colsm-dir-4 { left: 33.33333333%; }
	.colsm-dir-3 { left: 25%; }
	.colsm-dir-2 { left: 16.66666667%; }
	.colsm-dir-1 { left: 8.33333333%; }
	.colsm-dir-0 { left: auto; }
	
	/* Margem - sm */
	.mb-0-sm { margin-bottom:0; }
	.mb-10-sm { margin-bottom:10px; }
	.mb-15-sm { margin-bottom:15px; }
	.mb-20-sm { margin-bottom:20px; }
	.mb-30-sm { margin-bottom:30px; }
	.mb-40-sm { margin-bottom:40px; }
	.mb-50-sm { margin-bottom:50px; }
	.mb-60-sm { margin-bottom:60px; }
	
	.mt-0-sm { margin-top:0; }
	.mt-10-sm { margin-top:10px; }
	.mt-15-sm { margin-top:15px; }
	.mt-20-sm { margin-top:20px; }
	.mt-30-sm { margin-top:30px; }
	.mt-40-sm { margin-top:40px; }
	.mt-50-sm { margin-top:50px; }
	.mt-60-sm { margin-top:60px; }
}

@media only screen and (min-width: 768px) {
	.colmd-1, .colmd-2, .colmd-3, .colmd-4, .colmd-5, .colmd-6, .colmd-7, .colmd-8, .colmd-9, .colmd-10, .colmd-11, .colmd-12 { float:left }

	/* Grid - Medium - md */
	.colmd-1 { width:8.33333333% }
	.colmd-2 { width:16.66666667% }
	.colmd-3 { width:25% }
	.colmd-4 { width:33.33333333% }
	.colmd-5 { width:41.66666667% }
	.colmd-6 { width:50% }
	.colmd-7 { width:58.33333333% }
	.colmd-8 { width:66.66666667% }
	.colmd-9 { width:75% }
	.colmd-10 { width:83.33333333% }
	.colmd-11 { width:91.66666667% }
	.colmd-12 { width:100% }

	/* Deslocar a Coluna */
	.colmd-mov-0 { margin-left:0; }
	.colmd-mov-1 { margin-left:8.33333333%; }
	.colmd-mov-2 { margin-left:16.66666667%; }
	.colmd-mov-3 { margin-left:25%; }
	.colmd-mov-4 { margin-left:33.33333333%; }
	.colmd-mov-5 { margin-left:41.66666667%; }
	.colmd-mov-6 { margin-left:50%; }
	.colmd-mov-7 { margin-left:58.33333333%; }
	.colmd-mov-8 { margin-left:66.66666667%; }
	.colmd-mov-9 { margin-left:75%; }
	.colmd-mov-10 { margin-left:83.33333333%; }
	.colmd-mov-11 { margin-left:91.66666667%; }
	.colmd-mov-12 { margin-left:100%; }

	/* Flutuar a Esquerda */
	.colmd-esq-12 { right: 100%; }
	.colmd-esq-11 { right: 91.66666667%; }
	.colmd-esq-10 { right: 83.33333333%; }
	.colmd-esq-9 { right: 75%; }
	.colmd-esq-8 { right: 66.66666667%; }
	.colmd-esq-7 { right: 58.33333333%; }
	.colmd-esq-6 { right: 50%; }
	.colmd-esq-5 { right: 41.66666667%; }
	.colmd-esq-4 { right: 33.33333333%; }
	.colmd-esq-3 { right: 25%; }
	.colmd-esq-2 { right: 16.66666667%; }
	.colmd-esq-1 { right: 8.33333333%; }
	.colmd-esq-0 { right: auto; }

	/* Flutuar a Direita */
	.colmd-dir-12 { left: 100%; }
	.colmd-dir-11 { left: 91.66666667%; }
	.colmd-dir-10 { left: 83.33333333%; }
	.colmd-dir-9 { left: 75%; }
	.colmd-dir-8 { left: 66.66666667%; }
	.colmd-dir-7 { left: 58.33333333%; }
	.colmd-dir-6 { left: 50%; }
	.colmd-dir-5 { left: 41.66666667%; }
	.colmd-dir-4 { left: 33.33333333%; }
	.colmd-dir-3 { left: 25%; }
	.colmd-dir-2 { left: 16.66666667%; }
	.colmd-dir-1 { left: 8.33333333%; }
	.colmd-dir-0 { left: auto; }

	/* Margem - md */
	.mb-0-md { margin-bottom:0; }
	.mb-10-md { margin-bottom:10px; }
	.mb-15-md { margin-bottom:15px; }
	.mb-20-md { margin-bottom:20px; }
	.mb-30-md { margin-bottom:30px; }
	.mb-40-md { margin-bottom:40px; }
	.mb-50-md { margin-bottom:50px; }
	.mb-60-md { margin-bottom:60px; }
	
	.mt-0-md { margin-top:0; }
	.mt-10-md { margin-top:10px; }
	.mt-15-md { margin-top:15px; }
	.mt-20-md { margin-top:20px; }
	.mt-30-md { margin-top:30px; }
	.mt-40-md { margin-top:40px; }
	.mt-50-md { margin-top:50px; }
	.mt-60-md { margin-top:60px; }
}

@media only screen and (min-width: 960px) {
	.collg-1, .collg-2, .collg-3, .collg-4, .collg-5, .collg-6, .collg-7, .collg-8, .collg-9, .collg-10, .collg-11, .collg-12 { float:left }

	/* Grid - Large - lg */
	.collg-1 { width:8.33333333%; }
	.collg-2 { width:16.66666667%; }
	.collg-3 { width:25%; }
	.collg-4 { width:33.33333333%; }
	.collg-5 { width:41.66666667%; }
	.collg-6 { width:50%; }
	.collg-7 { width:58.33333333%; }
	.collg-8 { width:66.66666667%; }
	.collg-9 { width:75%; }
	.collg-10 { width:83.33333333%; }
	.collg-11 { width:91.66666667%; }
	.collg-12 { width:100%; }

	/* Deslocar a Coluna */
	.collg-mov-0 { margin-left:0; }
	.collg-mov-1 { margin-left:8.33333333%; }
	.collg-mov-2 { margin-left:16.66666667%; }
	.collg-mov-3 { margin-left:25%; }
	.collg-mov-4 { margin-left:33.33333333%; }
	.collg-mov-5 { margin-left:41.66666667%; }
	.collg-mov-6 { margin-left:50%; }
	.collg-mov-7 { margin-left:58.33333333%; }
	.collg-mov-8 { margin-left:66.66666667%; }
	.collg-mov-9 { margin-left:75%; }
	.collg-mov-10 { margin-left:83.33333333%; }
	.collg-mov-11 { margin-left:91.66666667%; }
	.collg-mov-12 { margin-left:100%; }

	/* Flutuar a Esquerda */
	.collg-esq-12 { right: 100%; }
	.collg-esq-11 { right: 91.66666667%; }
	.collg-esq-10 { right: 83.33333333%; }
	.collg-esq-9 { right: 75%; }
	.collg-esq-8 { right: 66.66666667%; }
	.collg-esq-7 { right: 58.33333333%; }
	.collg-esq-6 { right: 50%; }
	.collg-esq-5 { right: 41.66666667%; }
	.collg-esq-4 { right: 33.33333333%; }
	.collg-esq-3 { right: 25%; }
	.collg-esq-2 { right: 16.66666667%; }
	.collg-esq-1 { right: 8.33333333%; }
	.collg-esq-0 { right: auto; }

	/* Flutuar a Direita */
	.collg-dir-12 { left: 100%; }
	.collg-dir-11 { left: 91.66666667%; }
	.collg-dir-10 { left: 83.33333333%; }
	.collg-dir-9 { left: 75%; }
	.collg-dir-8 { left: 66.66666667%; }
	.collg-dir-7 { left: 58.33333333%; }
	.collg-dir-6 { left: 50%; }
	.collg-dir-5 { left: 41.66666667%; }
	.collg-dir-4 { left: 33.33333333%; }
	.collg-dir-3 { left: 25%; }
	.collg-dir-2 { left: 16.66666667%; }
	.collg-dir-1 { left: 8.33333333%; }
	.collg-dir-0 { left: auto; }

	/* Margem - lg */
	.mb-0-lg { margin-bottom:0; }
	.mb-10-lg { margin-bottom:10px; }
	.mb-15-lg { margin-bottom:15px; }
	.mb-20-lg { margin-bottom:20px; }
	.mb-30-lg { margin-bottom:30px; }
	.mb-40-lg { margin-bottom:40px; }
	.mb-50-lg { margin-bottom:50px; }
	.mb-60-lg { margin-bottom:60px; }
	
	.mt-0-lg { margin-top:0; }
	.mt-10-lg { margin-top:10px; }
	.mt-15-lg { margin-top:15px; }
	.mt-20-lg { margin-top:20px; }
	.mt-30-lg { margin-top:30px; }
	.mt-40-lg { margin-top:40px; }
	.mt-50-lg { margin-top:50px; }
	.mt-60-lg { margin-top:60px; }
}
/*-----------------------------------------------
	Reset
-----------------------------------------------*/
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: inherit;
	vertical-align: baseline; }

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,
q:before, q:after { content: ''; content: none; }

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

input:focus,
select:focus,
textarea:focus,
button:focus { outline: none; }

input, textarea { border:0; }

p a { color:#1b569e; text-decoration:none }
p a:hover { text-decoration:underline; }

/*-----------------------------------------------
	Importação de Fontes
-----------------------------------------------*/
@font-face {
	font-family:'league_gothicregular';
	src:url('../fonts/leaguegothic-regular.eot');
	src:url('../fonts/leaguegothic-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/leaguegothic-regular.woff') format('woff'),
		url('../fonts/leaguegothic-regular.ttf') format('truetype'),
		url('../fonts/leaguegothic-regular.svg#league_gothicregular') format('svg');
	font-weight:normal;
	font-style:normal; }


/*-----------------------------------------------
	Definição Geral
-----------------------------------------------*/
body { font-size:0.875em; color:#4b4b4c; font-family:Arial, helvetica, sans-serif; border:0; border-top:3px solid #eeeeee; background-color:#ffffff; }
img { display:block; width: 100%; height: auto; border:0; }

/* Container do site - funcionalidade do menu mobile */
.openNav #page { left:300px; position:fixed; }
#page { width:100%; position:absolute; left:0; transition:500ms ease; }


/*-----------------------------------------------
	Estrutura
-----------------------------------------------*/
/* Títulos Ocultos (apenas para os leitores de tela) */
.tit-marcacao { width:0; height:0; line-height:0; visibility:hidden; text-indent:-9999px; }

/* Rybená */
img#playBtn { position:absolute; width:inherit;}
img#stopBtn { position:absolute; left:26px; width:inherit; }
img#pauseBtn { position: absolute; width:inherit; visibility:hidden; left:-1px; top:-1px; }
img#speedUpBtn { position:absolute; left:52px; width:inherit; }
img#speedDownBtn { position:absolute; left:78px; width:inherit; }
img#playBtnVoz { position:absolute; width:inherit; }
img#rybenaVozImage { width:97%; }

/* Títulos das Seções do Portal */
.tit-secao { line-height:43px; border-bottom:1px solid #dbdbdb; margin-bottom:30px; }
.tit-secao h3 { display:inline-block; vertical-align:middle; margin-right:8px; font-size:2.313em; font-family:'league_gothicregular', Arial, helvetica, sans-serif; text-transform:uppercase; color:#303438; }
.tit-secao span { display:inline-block; padding-left:10px; line-height:23px; border-left:1px solid #c2c7ce; vertical-align:middle; }
.tit-secao span a { display:inline-block; line-height:120%; border-bottom:1px solid transparent; text-decoration:none; color:#636b74; transition:all 0.25s ease-in-out; }
.tit-secao span a:hover { border-bottom:1px solid #636b74; }
.tit-secao > div { float:right; line-height:43px; vertical-align:middle; }
.tit-secao > div div { display:inline-block; }
.tit-secao > div div a { display:block; line-height:28px; padding:0 10px; border-radius:4px; color:#4b4b4c; text-decoration:none; transition:all 0.25s ease-in-out; }
.tit-secao > div div a:hover { background-color:#1b569e; color:#ffffff; }

.tit-secao-azul { background-color:#1b569e; border-radius:3px; padding:8px 10px 7px 10px; margin-bottom:15px; color:#ffffff; }
.tit-secao-azul h3 { display:inline-block; vertical-align:middle; margin-right:8px; font-size:1.857em; font-family:'league_gothicregular', Arial, helvetica, sans-serif; text-transform:uppercase; }
.tit-secao-azul span { display:inline-block; padding-left:10px; line-height:18px; border-left:1px solid #ffffff; vertical-align:middle; }
.tit-secao-azul span a { display:inline-block; line-height:120%; border-bottom:1px solid transparent; text-decoration:none; transition:all 0.25s ease-in-out; color:#ffffff; }
.tit-secao-azul span a:hover { border-bottom:1px solid #ffffff; }

/* Formulários */
.form-portal h3,
.form-portal fieldset legend { display:block; width:100%; font-size:1.857em; font-family:'league_gothicregular', Arial, helvetica, sans-serif; text-transform:uppercase; background-color:#1b569e; color:#ffffff; border-radius:3px; padding:9px 10px 8px 10px; margin-bottom:20px; }
.form-portal input[type=text] { width:100%; line-height:34px; padding:0 10px; border:1px solid #dbdbdb; border-radius:4px; font-size:1em; margin-bottom:20px; transition:500ms ease; }
.form-portal input[type=text]:focus { border:1px solid #2472d1; }
.form-portal input[type=checkbox],
.form-portal input[type=radio] { margin:0 5px 12px 0; }
.form-portal label:last-child input[type=checkbox],
.form-portal label:last-child input[type=radio] { margin-bottom:0; }
.form-portal textarea { width:100%; padding:10px; border:1px solid #dbdbdb; border-radius:4px; margin-bottom:20px; font-family:Arial, helvetica, sans-serif; font-size:1em; transition:500ms ease; }
.form-portal textarea:focus { border:1px solid #2472d1; }
.form-portal select { width:100%; border:1px solid #dbdbdb; margin-bottom:20px; height:34px; border-radius:4px; padding-left:10px; font-size:1em; transition:500ms ease; background:url("../img/cmb-arrow.png") right center no-repeat; -webkit-appearance: none; -moz-appearance: none; text-indent: 0.01px; text-overflow: ''; }
.form-portal select::-ms-expand { display: none; }
.form-portal .select-lg { height:48px; padding-left:20px; }
.form-portal select:focus { border:1px solid #2472d1; }
.form-portal label { display:block; }
.form-portal label span { vertical-align: text-top; }
.form-portal .agrupador-form { padding:10px; border:1px solid #dbdbdb; border-radius:4px; margin-bottom:20px; }
.form-portal .mensagem-form { background-color:#f1f1f1; margin-bottom:20px; padding:10px; border-radius:4px; line-height:120%; font-size:.875em; }
.bt-padrao { display:inline-block; border:0; border-radius:4px; background-color:#1b569e; color:#ffffff; line-height:34px; text-align:center; padding:0 10px; font-size:1em; text-decoration:none; cursor:pointer; white-space: nowrap; transition:500ms ease; }
.bt-padrao:hover { background-color:#2472d1; }
.bt-cinza { display:inline-block; border-radius:4px; background-color:#eeeeee; color:#4b4b4c; border:1px solid #dbdbdb; line-height: 34px; text-align: center; padding: 0 10px; font-size: 1em; text-decoration:none; cursor: pointer; transition: 500ms ease; }
.bt-padrao i[class^="icon-"],
.bt-cinza i[class^="icon-"] { vertical-align:middle; }
.bt-padrao-lg { line-height:46px; padding:0 20px; }
.bt-padrao-sm { line-height:24px; font-size:0.9em; }
.bt-full-size { width: 100%; padding:0 10px; }

/* Submenu Lateral - Páginas internas */
.submenu-lateral { border:1px solid #dbdbdb; border-bottom:2px solid #dbdbdb; border-radius:4px; }
.submenu-lateral ul li { border-bottom:1px solid #dbdbdb; }
.submenu-lateral ul li:last-child { border:0; }
.submenu-lateral ul li:first-child a { border-radius:4px 4px 0 0; }
.submenu-lateral ul li:last-child a { border-radius:0 0 4px 4px; }
.submenu-lateral ul li a { display:block; line-height:120%; padding:12px; text-decoration:none; color:#1b569e; transition:all 0.25s ease-in-out; }
.submenu-lateral ul li a:hover { background-color:#1b569e; color:#ffffff; }
.submenu-lateral .link-ativo { background-color:#1b569e; color:#ffffff; }

/* Abas */
.abas-lista {  vertical-align:middle; border-bottom:1px solid #dbdbdb; margin-bottom:30px; }
.abas-lista li { display:inline-block; }
.abas-lista li a { display:block; line-height:40px; padding:0 10px; border-radius:4px 4px 0 0; border:1px solid #dbdbdb; border-bottom:0; color:#4b4b4c; text-decoration:none; transition:all 0.25s ease-in-out; }
.abas-lista li a:hover { background-color:#1b569e; border:1px solid #1b569e; border-bottom:0; color:#ffffff; }
.abas-lista li[aria-selected='true'] a { background-color:#1b569e; border:1px solid #1b569e; border-bottom:0; color:#ffffff; }
.abas-conteudo[aria-hidden='true'] { display: none; }

/* Menu sanfona */
.menu-sanfona dt { position:relative; border:1px solid #dbdbdb; border-radius:5px; padding:12px 34px 12px 12px; cursor:pointer; margin-bottom:5px; line-height:120%; }
.menu-sanfona dt p { text-indent:-17px; margin-left:17px; }
.menu-sanfona dt p b { font-weight:bold; color:#1b569e; }
.menu-sanfona dt img { display:inline-block; width:auto; height:20px; vertical-align:middle; margin-right:3px; }
.menu-sanfona dt i { position:absolute; top:50%; right:10px; margin-top:-9px; font-family:icomoon; font-size:17px; color:#1b569e; }
.menu-sanfona dd { display:none; }
.menu-sanfona dd .sanfona-conteudo { border:1px solid #dbdbdb; border-radius:5px; padding:16px 12px 22px 12px; margin-bottom:10px; line-height:140%; }


/* YouTube, Vimeo e Flashplayer responsivo */
.embed-player { position:relative; padding-bottom:53.14%; padding-top:25px; height:0; }
.embed-player iframe,
.embed-player object,
.embed-player embed,
.embed-player video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Menu - Canais OAB */
#menu-canais { border-bottom: 2px solid #dfdfdf; background-color: #f1f1f1; }
#menu-canais ul li { display:inline-block; }
#menu-canais ul li a { display:block; padding:10px; font-size:0.750em; text-transform:uppercase; text-decoration:none; color:#303438; font-weight:bold; }
#menu-canais ul li:first-child { border-right:1px solid #dbdbdb; border-left:1px solid #dadada; }
#menu-canais ul li:first-child a { color:#1b569e; }

/* Cabeçalho do Portal */
#cabecalho-oab { padding:25px 0; position:relative; }
#cabecalho-oab h1 { display:inline-block; vertical-align:middle; }
#cabecalho-oab h1 a { height:66px; text-indent:-9999px; overflow:hidden; }
#cabecalho-oab .bt-menu-canais { display:inline-block; vertical-align:middle; color:#3c5068; cursor:pointer; padding:10px; }
#cabecalho-oab .bt-menu-mobile { display:none; position:absolute; right:10px; top:15px; text-decoration:none; z-index:9999; }
#cabecalho-oab .bt-menu-mobile span { display:block; text-indent:-9999px; width:0; height:0; }
#cabecalho-oab .bt-menu-mobile i { display:block; font-size:1.67em; padding:5px 4px 6px 8px; color:#ffffff; border-radius:3px; background-color:#1b569e; }
#cabecalho-oab .bt-menu-mobile:hover i { background-color:#2472d1; }
#cabecalho-oab #frm-pesquisa { width:100%; float:right; position:relative; height:36px; margin-top:15px; border:1px solid #dbdbdb; border-radius:4px; padding:0 10px; }
#cabecalho-oab #frm-pesquisa input[type=text] { display:inline-block; width:250px; height:33px; font-size:1.1em; color:#697179; background-color:transparent; }
#cabecalho-oab #frm-pesquisa label { position:absolute; top:-9999px; left:-9999px; }
#cabecalho-oab #frm-pesquisa > div { position:absolute; top:0; right:34px; z-index:9000; }
#cabecalho-oab #frm-pesquisa > div div { display:inline-block; width:205px; padding-left:10px; font-weight:bold; line-height:34px; height:34px; cursor:pointer; color:4b4b4c; }
#cabecalho-oab #frm-pesquisa > div div a { text-decoration:none; color:#4b4b4c; }
#cabecalho-oab #frm-pesquisa div div i { margin-left:12px; display:inline-block; font-size:0.75em; vertical-align:middle; }
#cabecalho-oab #frm-pesquisa div ul { display:none; background-color:#ffffff; border:1px solid #dbdbdb; border-top:0; box-shadow: 0 2px 3px rgba(0,0,0,.175); border-radius:0 0 4px 4px; }
#cabecalho-oab #frm-pesquisa div ul li { line-height:30px; }
#cabecalho-oab #frm-pesquisa div ul li a { display:block; padding:0 10px; line-height:30px; color:#697179; text-decoration:none; transition:all 0.25s ease-in-out; }
#cabecalho-oab #frm-pesquisa div ul li a:hover,
#cabecalho-oab #frm-pesquisa div ul li a.filtro-selecionado { background-color:#dddddd; }
#cabecalho-oab #frm-pesquisa div ul li:last-child a:hover { border-radius:0 0 4px 4px; }
#cabecalho-oab #frm-pesquisa button { width:34px; height:34px; line-height:34px; border:0; position:absolute; top:1px; right:5px; background-color:transparent; font-size:1.2em; color:#697179; cursor:pointer; }
#cabecalho-oab #frm-pesquisa button:hover { color:#1b569e; }

/* Menu Acessibilidade / Redes Sociais */
#acess-social { position:absolute; margin-top:45px; width:100%; height:36px; }
#acess-social .menu-fixo { position:static; height:40px; width:100%; z-index:7000; border-top:3px solid #1b569e; border-bottom:1px solid #dadada; background-color:#f9f9f9; box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15); }
#acess-social .menu-fixo h2 { float:left; }
#acess-social .menu-fixo ol { width:0; height:0; line-height:0; visibility:hidden; text-indent:-9999px; position:absolute; top:-9999px; left:-9999px; }
#acess-social .menu-fixo dl { display:inline-block; }
#acess-social .menu-fixo dl dt { display:inline-block; font-size:0.875em; color:#394b5e; }
#acess-social .menu-fixo dl dd { display:inline-block; font-size:1.5em; vertical-align:middle; }
#acess-social .menu-fixo dl dd a { display:block; text-decoration:none; color:#697179; transition: all 0.25s ease-in-out; cursor:pointer; }
#acess-social .menu-fixo dl dd a:hover { color:#1b569e; }
#acess-social .menu-fixo dl dd a i { display:block; line-height:36px; }
#acess-social .menu-fixo dl dd a span { display:block; visibility:hidden; height:0; line-height:0; text-indent:-9999px; position:absolute; top:-9999px; left:-9999px; }
#acess-social .menu-fixo .acessibilidade { position:absolute; left:10px; }
#acess-social .menu-fixo .acessibilidade dt { cursor:help; line-height:30px; }
#acess-social .menu-fixo .acessibilidade dt:hover:after { padding:10px 15px; width:320px; position:absolute; top:34px; left:0; z-index:98; line-height:120%; border-radius:3px; color:#ffffff; background-color: rgba(0, 45, 94, 0.7); content:attr(data-title); box-shadow: 0 3px 6px rgba(0,0,0,.25); transition: all 0.25s ease-in-out; }
#acess-social .menu-fixo .acessibilidade dt:hover:before { border:solid; border-color:rgba(0, 45, 94, 0.7) transparent; border-width:0px 6px 6px 6px; content:""; position:absolute; left:25%; bottom:2px; z-index:99; }
#acess-social .menu-fixo .acessibilidade dd:first-of-type { font-size:1.6em; }
#acess-social .menu-fixo .acessibilidade dd { margin-left:3px; font-size:1.4em; }
#acess-social .menu-fixo .acessibilidade dd:last-of-type { font-size:1.3em; }
#acess-social .menu-fixo .redes-sociais { position:absolute; right:10px; }
#acess-social .menu-fixo .redes-sociais dt { width:0; height:0; line-height:0; visibility:hidden; text-indent:-9999px; }

/* Menu do Portal */
#menu-oab { height:48px; margin-bottom:74px; background-color:#1b569e; border-top:1px solid #184d8e; }
#menu-oab a.bt-fechar-menu-mobile { display: none; }
#menu-oab .linha ol { height:48px; }
#menu-oab .linha ol li a { text-decoration:none; }
#menu-oab .linha ol li { position:relative; float:left; line-height:47px; margin-right:16px; text-transform:uppercase; color:#ffffff; cursor:hand; }
#menu-oab .linha ol li:last-child { margin:0; }
#menu-oab .linha ol li a { padding-right:15px; font-size:1.4em; font-family:'league_gothicregular', Arial, helvetica, sans-serif; color:#ffffff; }
#menu-oab .linha ol li a i { position:absolute; top:19px; right:0; font-size:0.4em; z-index:8000; }
#menu-oab .linha ol li div.drop-2col { min-width:450px; }
#menu-oab .linha ol li div.drop-2col ul:first-child { margin-right:20px; padding-right:60px; border-right:1px solid #c2c7ce; }
#menu-oab .linha ol li div { display:none; position:absolute; top:47px; left:0; z-index:8000; min-width:200px; padding:20px; border-bottom:4px solid #1b569e; background-color:#fdfdfd; box-shadow: 0 6px 12px rgba(0,0,0,.175); }
#menu-oab .linha ol li div ul { float:left; }
#menu-oab .linha ol li div ul li { float:none; padding:0 0 10px 0; margin:0; line-height:140%; text-transform:none; color:#4b4b4c; }
#menu-oab .linha ol li div ul li h3 { margin-bottom:5px; font-size:1.4em; font-family:'league_gothicregular', Arial, helvetica, sans-serif; text-transform:uppercase; color:#303438; }
#menu-oab .linha ol li div a { display:block; padding:0; font-size:1em; font-family:Arial, helvetica, sans-serif; color:#4b4b4c; }
#menu-oab.menu-interna {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-top:1px solid #e5e5e5; }
#menu-oab.menu-interna .linha ol li a { color:#394b5e; }


/* Páginas Internas */
.pagina-interna { margin-bottom:60px; }

/* Provisório */
.pagina-interna .boxTitle,
.pagina-interna .boxTitleRedContent { width:100% !imporant; }

.pagina-interna .contentForm { min-width:auto !important; }
.pagina-interna .contentForm .legend { margin-bottom:30px; }
.pagina-interna .contentForm #ddlCodiOcupacao,
.pagina-interna .contentForm #txtCpfCnpjOcrr,
.pagina-interna .contentForm #txtNomeOcorr,
.pagina-interna .contentForm #txtRgOcorr,
.pagina-interna .contentForm #txtOrgaoEmissorOcorr,
.pagina-interna .contentForm #txtEmailOcorr,
.pagina-interna .contentForm #ddlPaisOcorr,
.pagina-interna .contentForm #ddlUfOcorr,
.pagina-interna .contentForm #ddlCodiCiddOcorr,
.pagina-interna .contentForm #ddlCodiTipoAssuntoOcorr,
.pagina-interna .contentForm #ddlSubAssuntoOcorr,
.pagina-interna .contentForm #txtAreaRelatoOcorr,

.pagina-interna .contentForm #txtDDI { width:15%; }
.pagina-interna .contentForm #txtDDI { width:83%; }

.custom-checkbox, .custom-radio { position: relative; margin-bottom: 8px; }
.custom-radio label { margin-left: 15px; background: none; }


/* Breadcrumb */
#sec-breadcrumb h2 { font-size:3.2em; text-transform:uppercase; font-family:'league_gothicregular', Arial, helvetica, sans-serif; }
#sec-breadcrumb nav { padding:6px 0; border-top:1px solid #dbdbdb; margin-bottom:36px; color:#697179; }
#sec-breadcrumb nav ul { }
#sec-breadcrumb nav ul li { display:inline-block; line-height:140%; font-size:0.938em; }
#sec-breadcrumb nav ul li a { text-decoration:none; color:#697179; }
#sec-breadcrumb nav ul li:not(:first-child):before { font-family:"icomoon"; content:"\f105"; padding: 0 8px; color:#cccccc; }
#sec-breadcrumb nav ul li:not(:last-child) a { color:#285996; }
#sec-breadcrumb nav ul li:not(:last-child) a:hover { text-decoration:underline; }

/* OABTV */
#sec-videos { margin-bottom:40px; }
#sec-videos .tv-oab { height:54px; padding:0 0 0 22px; margin-bottom:20px; border-top:3px solid #1b569e; border-bottom:1px solid #babbbc; background-color:#303438; color:#ffffff; }
#sec-videos .tv-oab i { line-height:50px; font-size:1.750em; vertical-align:middle; margin-right:10px; }
#sec-videos .tv-oab h3 { line-height:50px; display:inline-block; font-size:2em; font-family:'league_gothicregular', Arial, helvetica, sans-serif;  vertical-align:middle; }
#sec-videos .tv-oab h3 b { font-size:1.063em; }
#sec-videos .tv-oab a { float:right; margin-right:22px; line-height:50px; display:inline-block; vertical-align:middle; text-decoration:none; color:#ffffff; }
#sec-videos .tv-oab a:hover { color:#1b81ff; }
#sec-videos div article { background-color:#f1f1f1; }
#sec-videos div article h4 { line-height:130%; padding:15px 10px 20px 10px; border-top:3px solid #1b569e; border-bottom:1px solid #b5bcc4; font-size:1.063em; }
#sec-videos div article h4 a { text-decoration:none; color:#303438; transition: all 0.25s ease-in-out; }
#sec-videos article h4 a:hover { color:#1b569e; }

/* Destaques - Slider */
#sec-destaques {  }
#sec-destaques .bjqs { position:relative; list-style:none; overflow:hidden; display:none; }
#sec-destaques .bjqs-slide { position:absolute; display:none; }
#sec-destaques .bjqs-controls { list-style:none; z-index:7000; }
#sec-destaques .bjqs-controls.v-centered li a { position:absolute; }
#sec-destaques .bjqs-controls.v-centered li.bjqs-next a { right:0; }
#sec-destaques .bjqs-controls.v-centered li.bjqs-prev a { left:0; }
#sec-destaques .bjqs-markers { position:absolute; top:0; left:auto !important; right:0; padding:9px 9px 0 0; }
#sec-destaques .bjqs-markers.h-centered { text-align: center; }
#sec-destaques .bjqs-markers li { float:left; background:#ffffff; box-shadow: 0px 0px 3px rgba(0,0,0,.25); border-radius:2px; margin:3px; -moz-opacity:0.65; opacity:0.65; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=65); }
#sec-destaques .bjqs-markers li a { display:block; padding:3px 10px; color:#000000; text-decoration:none; text-indent:-9999px; overflow:hidden; }
#sec-destaques .bjqs-markers .active-marker { background-color:#1b569e; opacity:1; }
#sec-destaques .bjqs-caption {
display:block;
width:100%;
padding:30px 150px 30px 30px;
bottom:0;
position:absolute;
font-size:3em;
font-family:'league_gothicregular', Arial, helvetica, sans-serif;
text-transform:uppercase;
color:#ffffff;
text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.85);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); }
#sec-destaques .bjqs-caption a { color: #fff; text-decoration: none; }

/* Box das Chamadas e Calendário */
.box-chamada,
.box-calendario { border:1px solid #dbdbdb; border-top:4px solid #1b569e; border-radius:5px; }
.box-chamada li { min-height:68px; padding:15px 14px; border-top:1px solid #dbdbdb; }
.box-chamada li:first-child { border-top:none; }
.box-chamada li img { width:32px; height:32px; display:inline-block; margin-right:10px; vertical-align:middle; }
.box-chamada li img { width:32px; height:32px; display:inline-block; margin-right:10px; vertical-align:middle; }
.box-chamada li div { display:inline-block; vertical-align:middle; }
.box-chamada li div p { line-height:135%; }
.box-chamada li div p a { color:#1b569e; text-decoration:none; }

.box-calendario { min-height:300px; padding:16px 14px; margin-bottom:30px; border-bottom: 2px solid #dbdbdb; }
.box-calendario time { display:block; width:100%; height:41px; border-bottom: 1px solid #dbdbdb; margin-bottom:19px; font-size:1.5em; font-family:'league_gothicregular', Arial, helvetica, sans-serif; color:#303438; text-transform:uppercase; }
.box-calendario time div:first-child { float:left; }
.box-calendario time div:last-child { float:right; padding-top:6px; color:#1b569e; }
.box-calendario time div b { font-size:1.375em; }
.box-calendario time span { text-align:right; }
.box-calendario h4 { font-weight:bold; line-height:120%; margin-bottom:15px; }
.box-calendario p { font-size:0.938em; padding-bottom:4px; line-height:130%; }
.box-calendario p b { font-weight:bold; }
.box-calendario p a { display:inline-block; padding-top:10px; color:#1b569e; text-decoration:none; }
.box-calendario p a:hover { text-decoration:underline; }

/* Box Download */
.box-download { border:1px solid #dbdbdb; border-bottom:2px solid #dbdbdb; border-radius:5px; margin-bottom:30px; }
.box-download .icon-file-pdf-o { color:#f5696c; vertical-align:middle; margin-right:4px; }
.box-download .box-download-conteudo { padding:25px 16px 30px 16px; }
.box-download .box-download-conteudo h4 { font-weight:bold; line-height:120%; margin-bottom:20px; font-size:1.1em; }
.box-download .box-download-conteudo .box-download-autor { display:block; font-style:italic; }
.box-download .box-download-conteudo img { width: 100px; float: left; margin-right:10px; }
.box-download .box-download-conteudo p { line-height:130%; margin-bottom:20px; }
.box-download .box-download-rodape { background-color:#f2f2f2;padding:10px; border-radius:0 0 5px 5px; }
.box-download .box-download-rodape span { line-height:24px; }
.box-download .box-download-rodape a { float:right; }


/* Vídeos */
.destaque-video-oab { background-color:#000000; }

.box-video-oab { margin-bottom:30px; }
.box-video-oab figure { position:relative; }
.box-video-oab figure a { display:block; border-radius:4px; }
.box-video-oab figure a img { border-radius:4px; }
.box-video-oab figcaption time { display:block; font-size:0.8em; margin-bottom:8px; }
.box-video-oab figcaption a { line-height:120%; text-decoration:none; font-size:0.938em; color:#4b4b4c; }
.box-video-oab figcaption a:hover { color:#1b569e }
.box-video-oab.assistindo figure a { background-color:#000; }
.box-video-oab.assistindo figure a img { opacity:0.35; }
.box-video-oab.assistindo figure a:after { content:"ASSISTINDO"; color:#ffffff; position:absolute; top:50%; left:50%; margin-top:-6px; margin-left:-40px;   }

/* Box Foto Diretoria */
.box-foto-diretor { margin-bottom:35px; }
.box-foto-diretor figure { display:block; width:57%; padding:5%; margin:0 auto 22px auto; position:relative; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); background-color:#ffffff; }
.box-foto-diretor figure a { display:block; position: relative; overflow: hidden; padding-bottom: 138% }
.box-foto-diretor figure a img { position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; }
.box-foto-diretor figure:before, .box-foto-diretor figure:after { content:""; position:absolute; z-index:-1; box-shadow:0 0 20px rgba(0,0,0,0.8); top:50%; bottom:0; left:10px; right:10px; -moz-border-radius:100px / 10px; border-radius:100px / 10px; }
.box-foto-diretor figure:after { right:10px; left:auto; -webkit-transform:skew(8deg) rotate(3deg); -moz-transform:skew(8deg) rotate(3deg); -ms-transform:skew(8deg) rotate(3deg); -o-transform:skew(8deg) rotate(3deg); transform:skew(8deg) rotate(3deg); }
.box-foto-diretor figcaption { text-align:center; }
.box-foto-diretor figcaption small { display:block; font-size:0.938em; margin-top:5px; }

/* Loader/Spinner */
.spinner { text-align:center; padding:20px 0; }
.spinner img { display:inline-block; width:30px; height:30px; }

/* Texto Padrao - Documentos, Regimentos etc */
.documento-padrao { line-height:150%; }
.documento-padrao b { font-weight:bold; }
.documento-padrao h3 { font-size:1.3em; font-weight:bold }
.documento-padrao h4 { font-size:1.2em; font-weight:bold }
.documento-padrao h5 { font-size:1.1em; font-weight:bold }
.documento-padrao h6 { font-weight:bold }
.documento-padrao p,
.documento-padrao ul,
.documento-padrao ol { margin-bottom:26px; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }

.linha-divisoria { border-bottom:1px solid #dbdbdb; margin-bottom:30px; }


/* Tabela Padrao */
.tabela-padrao { width:100%; border:1px solid #dbdbdb; border-collapse:collapse; }
.tabela-padrao thead th { border-bottom:2px solid #dbdbdb; line-height:150%; padding:12px; font-weight:bold; }
.tabela-padrao tbody td { padding:12px; line-height:150%; vertical-align:middle; }
.alternar-cor tbody tr:nth-child(even) { background-color: #f2f2f2; }
.alternar-cor tbody tr:nth-child(odd) { background-color: #ffffff; }
.tabela-arquivo tbody td:last-child { width:25%; text-align:center; }


/* Paginação OAB */
.paginacao-oab { margin-top:20px; margin-bottom:60px; padding-top:15px; text-align:center; border-top:1px dotted #b5bcc4;  }
.paginacao-oab .bt-paginacao-voltar,
.paginacao-oab .bt-paginacao-avancar { display:inline-block; width:36px; line-height:36px; color:#1b569e; text-align:center; text-decoration:none; vertical-align:middle; }
.paginacao-oab .paginacao-pagina { width:66px; line-height:34px; padding:0 10px; border:1px solid #b5bcc4; border-radius:4px; font-size:1em; margin-left:20px; text-align:center; transition:500ms ease; }
.paginacao-oab .paginacao-pagina:focus { border:1px solid #2472d1; }
.paginacao-oab .paginacao-paginas { display:inline-block; text-align:center; margin:0 20px 0 10px; line-height:36px; vertical-align:middle; }

/* Notícias */
#sec-noticias {  }
#sec-noticias article { min-height:94px; margin-bottom:10px; }
#sec-noticias article time { display:inline-block; width:13.5%; padding:26px 0; margin-right:5%; border-radius:4px; background-color:#f1f1f1; vertical-align:top; text-align:center; color:#636b74; }
#sec-noticias article time b { font-size:1.85em; display:block; }
#sec-noticias article time span { font-weight:bold }
#sec-noticias article div { display:inline-block; vertical-align:top; width:79.5%; }
#sec-noticias article div span { display:block; font-size:0.84em; margin-bottom:6px; text-transform:uppercase; }
#sec-noticias article div h4 { display:inline-block; line-height:115%; font-size:1.20em; font-weight:bold; }
#sec-noticias article div h4 a { text-decoration:none; color:#394b5e; transition: all 0.25s ease-in-out; }
#sec-noticias article div h4 a:hover { color:#7e7e80; }
#sec-noticias ul { line-height:40px; border-top:1px solid #b5bcc4; text-align:right; }
#sec-noticias ul li { display:inline-block; margin-right:10px; }
#sec-noticias ul li i { font-size:1.438em; color:#1b569e; vertical-align:middle; }
#sec-noticias ul li a { display:inline-block; margin-left:6px; line-height:100%; text-decoration:none; color:#1b569e; border-bottom:1px solid transparent; vertical-align:middle; transition: all 0.25s ease-in-out; }
#sec-noticias ul li a:hover { border-bottom:1px solid #1b569e; }
#sec-noticias div[aria-selected='true'] a { background-color:#1b569e; color:#ffffff; }
#sec-noticias div.aba-conteudo[aria-hidden='true'] { display: none; }
#sec-noticias .aba-oculta { display:none; }

/* Banners */
#sec-banners {  }
#sec-banners .banner-carousel { padding:0 5px; }
#sec-banners .banner-carousel .owl-item div,
#sec-banners .banner-carousel .owl-item div img { width:290px !important; height:100px !important; }
#sec-banners .banner-carousel .owl-nav { margin-top: 10px; float:right; -webkit-tap-highlight-color: transparent; }
#sec-banners .banner-carousel .owl-nav .owl-prev,
#sec-banners .banner-carousel .owl-nav .owl-next { width:28px; height:28px; background-color:#1b569e; background-repeat:no-repeat; background-position:center center; text-indent:-9999px; display: inline-block; cursor: pointer; border-radius: 3px; color: #ffffff; font-size: 14px; transition: all 0.25s ease-in-out; }
#sec-banners .banner-carousel .owl-nav .owl-prev { background-image:url("../img/bt-left-arrow.png"); margin-right:10px; }
#sec-banners .banner-carousel .owl-nav .owl-next { background-image:url("../img/bt-right-arrow.png"); }
#sec-banners .banner-carousel .owl-nav .owl-prev:hover,
#sec-banners .banner-carousel .owl-nav .owl-next:hover { background-color:#2472d1; }
#sec-banners .banner-carousel .owl-nav .disabled { opacity: 0.5; cursor: default; }

/* Áreas em Destaque */
#sec-areas-destaque div a { display:block; width:100%; background-size:100% 100%; border:1px solid #dbdbdb; border-radius:4px; transition:all 0.25s ease-in-out; background: #e5e5e5; background: linear-gradient(to bottom, #f8f8f8 0%, #e5e5e5 100%); }
#sec-areas-destaque div a:hover { opacity:0.7; }
#sec-areas-destaque div a img { width:100%; }

/* Rodapé OAB */
#rodape-oab { background-color:#f1f1f1; }
#rodape-oab #sec-oab-web { line-height:52px; background-color:#1b569e; border-bottom:1px solid #ffffff; }
#rodape-oab #sec-oab-web .linha > div h3 { width:16.66%; display:inline-block; line-height:32px; color:#ffffff; font-family:'league_gothicregular', Arial, helvetica, sans-serif; font-size:2.313em; vertical-align:middle; }
#rodape-oab #sec-oab-web .linha > div a { display:inline-block; margin-right:30px; color:#ffffff; text-decoration:none; }
#rodape-oab #sec-mapa-site { padding-top:39px; border-bottom:1px solid #dbdbdb; }
#rodape-oab #sec-mapa-site dl,
#rodape-canal-oab #sec-mapa-site dl { margin-bottom:40px; }
#rodape-oab #sec-mapa-site dl dt,
#rodape-canal-oab #sec-mapa-site dl dt { color:#394b5e; font-weight:bold; font-size:0.938em; margin-bottom:15px; }
#rodape-oab #sec-mapa-site dl dd,
#rodape-canal-oab #sec-mapa-site dl dd { margin-bottom:10px; }
#rodape-oab #sec-mapa-site dl dd a,
#rodape-canal-oab #sec-mapa-site dl dd a { display:block; color:#697179; text-decoration:none; font-size:0.938em; line-height:130%; }
#rodape-oab #sec-endereco-telefone { border-top:1px solid #ffffff; padding:20px 0; }
#rodape-oab #sec-endereco-telefone > div:first-child img { width:93px; height:50px; }
#rodape-oab #sec-endereco-telefone > div:first-child a { display:inline-block; width:93px; height:50px; text-indent:-9999px; overflow:hidden; }
#rodape-oab #sec-endereco-telefone > div:last-child { text-align:right; font-size:0.938em; color:#697179; line-height:135%; }
#rodape-oab #sec-endereco-telefone > div:last-child a { color:#394b5e; text-decoration:none; }

/* Rodapé OAB - Canais Internos */
#rodape-canal-oab { background-color:#f1f1f1; border-top:4px solid #1b569e; padding:39px 0 30px 0;}
#rodape-canal-oab #sec-endereco-telefone { font-size:0.938em; color:#697179; }
#rodape-canal-oab #sec-endereco-telefone > a { display:inline-block; margin-bottom:22px; }
#rodape-canal-oab #sec-endereco-telefone img { width:auto; }
#rodape-canal-oab #sec-endereco-telefone address,
#rodape-canal-oab #sec-endereco-telefone p { line-height:165%; padding-bottom:3px; }
#rodape-canal-oab #sec-endereco-telefone p a { color:#394b5e; text-decoration:none; }


/*-----------------------------------------------
	Media Queries
-----------------------------------------------*/
@media only screen and (max-width: 960px) {
	.ocultar-md { display:none; }

	/* Menu - Canais OAB */
	#menu-canais ul { padding:10px; }
	#menu-canais ul li { display:block; border-bottom:1px solid #d5d5d5; }
	#menu-canais ul li:last-child { border:0; }
	#menu-canais ul li:first-child { border-right:0; border-left:0; }
	#menu-canais ul li a { font-size:1em; font-weight:normal; text-transform:none; }
	#menu-canais ul li a:before { display:inline-block; content:"\f105"; font-size:1em; font-family:icomoon; margin-right:5px; color:#bbb; }

	/* Cabeçalho do Portal */
	#cabecalho-oab a.bt-menu-mobile { display: block; }
	#cabecalho-oab #frm-pesquisa { margin-top:30px; }

	/* Menu Acessibilidade / Redes Sociais */
	#acess-social { position:relative; margin-top:0; margin-bottom:30px; }

	/* Menu do Portal */
	#menu-oab { width:300px; position:absolute; left:-300px; top:0; height:100%; background:#1b569e !important; border:0; margin:0; border-right:3px solid #174986; }
	#menu-oab a.bt-fechar-menu-mobile { position:absolute; width:300px; z-index:9999; background-color:#1b569e; top:-3px; display:block; color:#ffffff; text-decoration:none; text-align:right; padding:9px 15px; border-bottom:1px solid #3267a8; font-size:1.67em; }
	#menu-oab a.bt-fechar-menu-mobile i { vertical-align:middle; }
	#menu-oab .linha ol { overflow-y:auto; width:300px; height:100%; margin-top:39px; position:fixed; padding:0; }
	#menu-oab > .linha > ol > li { float:none; width:297px; text-align:left; padding:0; margin:0; box-sizing:border-box; border-bottom:1px solid #3267a8;  }
	#menu-oab > .linha > ol > li:hover { background-color:#275fa3; }
	#menu-oab .linha ol li a { width:270px; display:block; line-height:normal; padding:13px 15px; font-size:1em; font-family:Arial, helvetica, sans-serif; color:#ffffff !important; }
	#menu-oab .linha ol li a i { top:16px; margin-right:15px; font-size:0.75em; }
	#menu-oab .linha ol li:first-child div { min-width:0; }
	#menu-oab .linha ol li:first-child div ul:first-child { margin:0; padding:0; border-right:0; }
	#menu-oab .linha ol li div { display:none; position:relative; top:auto; left:auto; z-index:8000; min-width:0; padding:0; border:0; background-color:#184c8b; box-shadow:none; }
	#menu-oab .linha ol li div ul { float:none; }
	#menu-oab .linha ol li div ul li:first-child { padding-left:15px; }
	#menu-oab .linha ol li div ul li { float:none; padding:0; margin:0; text-transform:none; color:#ffffff; padding:12px 15px 13px 15px; border-bottom:1px solid #2f5c93; }
	#menu-oab .linha ol li div ul li h3 { margin-bottom:0; text-transform:uppercase; color:#ffffff; font-family:Arial, helvetica, sans-serif; font-size:1em; font-weight:bold; }
	#menu-oab .linha ol li div a { display:block; padding:0 0 0 15px; font-family:Arial, helvetica, sans-serif; color:#ffffff; }
	#menu-oab .linha ol li div a:before { display:inline-block; content:""; width:0; height:0; line-height:0; border:2px solid #ffffff; border-radius:10px; margin-right:5px; vertical-align:middle; }
}

@media only screen and (max-width: 768px) {
	.ocultar-sm { display:none; }
	
	/* Títulos das Seções do Portal */
	.tit-secao h3 { font-size:2.2em; line-height: 100%; }
	.tit-secao span { font-size:0.8em; }
	.tit-secao > div div a { font-size:0.8em; }

	/* Cabeçalho do Portal */
	#cabecalho-oab h1 a { height:56px; width:226px; }
	#cabecalho-oab a.bt-menu-mobile { top:25px; }
	#cabecalho-oab #frm-pesquisa { width:100%; margin:0; height:69px; }
	#cabecalho-oab #frm-pesquisa input[type=text] { border-bottom:1px solid #eeeeee; width:87%; }
	#cabecalho-oab #frm-pesquisa > div { width:87%; position:relative; top:0; right:0; }
	#cabecalho-oab #frm-pesquisa > div div { width:100%; padding:0; }
	#cabecalho-oab #frm-pesquisa button { width:13%; height:68px; top:0; right:0; border-left:1px solid #eeeeee; }

	/* Menu Acessibilidade / Redes Sociais */
	#acess-social .acessibilidade { display:none !important; }

	/* Destaques - Slider */
	#sec-destaques .bjqs-caption { font-size:2.8em !important; padding:30px 100px 30px 30px !important; }

	/* Box das Chamadas e Calendário */
	.box-calendario { min-height:auto; }

	/* Breadcrumb */
	#sec-breadcrumb h2 { font-size:2.8em; }

	/* Rodapé */
	#rodape-oab #sec-oab-web { line-height:140%; }
	#rodape-oab #sec-oab-web .linha > div { padding:0; }
	#rodape-oab #sec-oab-web .linha > div a { width:100%; padding:0 0 15px 0; margin:0; text-align:center; }
	#rodape-oab #sec-oab-web .linha > div h3 { line-height: 52px; width: 100%; text-align: center; margin-bottom: 15px; border-bottom: 1px solid #2472d1; }
	#rodape-oab #sec-endereco-telefone { border:0; }
	#rodape-oab #sec-endereco-telefone > div { text-align:center !important; }
	#rodape-oab #sec-endereco-telefone > div:first-child a { margin-bottom:15px; }
	
	/* Rodapé OAB - Canais Internos */
	#rodape-canal-oab #sec-endereco-telefone { border-top:1px solid #dbdbdb; padding-top:39px; }
	#rodape-canal-oab { text-align:center; }
	
	/* Páginas Internas */
	.pagina-interna .coluna { width:100% !important; float:none; }

	/* Provisório - Botoes Notícia */
	.pagina-interna .styleForm .newUserPrint,
	.pagina-interna .styleForm .newUserTwitter,
	.pagina-interna .styleForm .newUserError,
	.pagina-interna .styleForm .newUserFacebook,
	.pagina-interna .styleForm .newUserMail,
	.pagina-interna .styleForm .newUserGoogle { float: none !important; display: block !important; }
}


@media only screen and (max-width: 480px) {
	.ocultar-xs { display:none; }
	
	/* Títulos das Seções do Portal */
	.tit-secao > div { border-bottom:1px solid #f1f1f1; width:100%; margin-bottom:20px; }

	/* Destaques - Slider */
	#sec-destaques .bjqs-markers { padding:2px 2px 0 0; }
	#sec-destaques .bjqs-caption { font-size: 2em !important; padding: 20px 100px 20px 20px !important; }
	
	/* Breadcrumb */
	#sec-breadcrumb h2 { font-size:2.2em; }
}
/*-----------------------------------------------
	Home CSS
-----------------------------------------------*/

#frm-editais-provas-exame p { line-height: 150%; }

h3.titulo-paginas { font-family: league_gothicregular; text-transform: uppercase; font-size: 2.313em; padding-top: 20px; color:#303438; }
h3.titulo-tabelas { font-family: league_gothicregular; text-transform: uppercase; font-size: 1.85em; color:#303438; }

.texto-exames article h4 { color:#1b569e; font-weight:bold; text-transform:uppercase; margin-bottom:15px; }
.texto-exames article h4 i { margin-right:3px; }
.texto-exames article ol { list-style-type:disc; margin-bottom:28px; padding-left:16px; color:#1b569e; }
.texto-exames article ol li { margin-bottom:10px; line-height:125%; }
.texto-exames article ol li a { color:#1b569e; text-decoration:none; margin-left:-2px; }
.texto-exames article ol li a:hover { text-decoration:underline; }
.texto-exames article dl { margin-bottom:40px; }
.texto-exames article dl dt { font-weight:bold; margin-bottom:5px; }
.texto-exames article dl dd { margin-bottom:15px; line-height:125%; }

#sec-links-home { margin-bottom:30px; }
#sec-links-home a { margin-bottom:30px; display:block; background-color:#e9ebed; border-bottom:3px solid #37579b; text-align:center; }
#sec-links-home a img { display:inline; }

#sec-exame-contato { border-top:1px solid #dbdbdb; padding-top:27px; margin-bottom:27px; }
#sec-exame-contato h4 { font-weight:bold; color:#303438; margin-bottom:6px; }
#sec-exame-contato h5.telefone-exame { font-size:1.438em; font-weight:bold; color:#1e6aa6; margin-bottom:4px; }
#sec-exame-contato p { line-height:150%; }
#sec-exame-contato a { color:#01579b; text-decoration:none; }
#sec-exame-contato a:hover { text-decoration:underline; }
#sec-exame-contato .contato-telefone,
#sec-exame-contato .contato-email,
#sec-exame-contato .contato-fale-conosco,
#sec-exame-contato .contato-faq { padding:0 0 30px 44px ; background-repeat:no-repeat; background-position:top left; }
#sec-exame-contato .contato-telefone { background-image:url("../img/ic-telefone.png"); }
#sec-exame-contato .contato-email { background-image:url("../img/ic-email.png"); }
#sec-exame-contato .contato-fale-conosco { background-image:url("../img/ic-fale-conosco.png"); }
#sec-exame-contato .contato-faq { background-image:url("../img/ic-perguntas-frequentes.png"); }


#sec-calendario-exame h3.titulo-paginas { padding-top: 45px; }


/* Menu Acessibilidade / Redes Sociais */
#acess-social { position:absolute; margin-top:45px; width:100%; height:36px; }
#acess-social .menu-fixo { position:static; height:40px; width:100%; z-index:7000; border-top:3px solid #1b569e; border-bottom:1px solid #dadada; background-color:#f9f9f9; box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15); }
#acess-social .menu-fixo h2 { float:left; }
#acess-social .menu-fixo ol { width:0; height:0; line-height:0; visibility:hidden; text-indent:-9999px; position:absolute; top:-9999px; left:-9999px; }
#acess-social .menu-fixo dl { display:inline-block; }
#acess-social .menu-fixo dl dt { display:inline-block; font-size:0.875em; color:#394b5e; }
#acess-social .menu-fixo dl dd { display:inline-block; font-size:1.5em; vertical-align:middle; }
#acess-social .menu-fixo dl dd a,
#acess-social .menu-fixo dl dd button { display:block; padding:0; text-decoration:none; color:#697179; transition: all 0.25s ease-in-out; cursor:pointer; border:0; background-color:transparent; }
#acess-social .menu-fixo dl dd a:hover,
#acess-social .menu-fixo dl dd button:hover { color:#1b569e; }
#acess-social .menu-fixo dl dd a i,
#acess-social .menu-fixo dl dd button i { display:block; line-height:36px; margin:0; padding:0; }
#acess-social .menu-fixo dl dd a span,
#acess-social .menu-fixo dl dd button span { display:block; visibility:hidden; height:0; line-height:0; text-indent:-9999px; position:absolute; top:-9999px; left:-9999px; }
#acess-social .menu-fixo .acessibilidade { position:absolute; left:10px; }
#acess-social .menu-fixo .acessibilidade dt { cursor:help; line-height:30px; }
#acess-social .menu-fixo .acessibilidade dt:hover:after { padding:10px 15px; width:320px; position:absolute; top:34px; left:0; z-index:98; line-height:120%; border-radius:3px; color:#ffffff; background-color: rgba(0, 45, 94, 0.7); content:attr(data-title); box-shadow: 0 3px 6px rgba(0,0,0,.25); transition: all 0.25s ease-in-out; }
#acess-social .menu-fixo .acessibilidade dt:hover:before { border:solid; border-color:rgba(0, 45, 94, 0.7) transparent; border-width:0px 6px 6px 6px; content:""; position:absolute; left:25%; bottom:2px; z-index:99; }

#acess-social .menu-fixo .acessibilidade dd:first-of-type { font-size:1.6em; }
#acess-social .menu-fixo .acessibilidade dd:first-of-type button i { font-size:0.8em; }

#acess-social .menu-fixo .acessibilidade dd { margin-left:3px; font-size:0.7em; }
#acess-social .menu-fixo .acessibilidade dd button i { font-size:1.5em; }

#acess-social .menu-fixo .acessibilidade dd:last-of-type { font-size:1.3em; }
#acess-social .menu-fixo .acessibilidade dd:last-of-type button i { font-size:1.35em; }

#acess-social .menu-fixo .redes-sociais { position:absolute; right:10px; }
#acess-social .menu-fixo .redes-sociais dt { width:0; height:0; line-height:0; visibility:hidden; text-indent:-9999px; }


/*-----------------------------------------------
	Media Queries
-----------------------------------------------*/
@media only screen and (max-width: 1024px) {
	
}

@media only screen and (max-width: 767px) {
	#sec-links-home a img { width:300px; }
	h3.titulo-paginas { padding-top:0 !important; }
}

@media only screen and (max-width: 480px) {
	h3.titulo-paginas { font-size: 1.9em; }
}

#secoesCP .paginacaoCP
    {
        position: relative;
    }

        #secoesCP .paginacaoCP div
        {
            text-align: center;
        }

            #secoesCP .paginacaoCP div input
            {
                width: 60px;
                padding: 7px 0 6px 0;
                border: 1px solid #d5d5d5;
                text-align: center;
                font-weight: bold;
                font-size: 1.2em;
            }

            #secoesCP .paginacaoCP div strong
            {
                font-weight: bold;
            }

        #secoesCP .paginacaoCP .btCP
        {
            position: absolute;
            top: 0;
            font-size: 1.2em;
        }

        #secoesCP .paginacaoCP .btPrimeira
        {
            left: 0;
        }

        #secoesCP .paginacaoCP .btAnterior
        {
            left: 55px;
        }

        #secoesCP .paginacaoCP .btProximo
        {
            right: 55px;
        }

        #secoesCP .paginacaoCP .btUltima
        {
            right: 0;
        }

        fieldset 
{
    border:1px solid #ddd;
    padding:1em 1em 1em 1em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1em;
    font-weight: bold;
}
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icons.eot?pd4ea8');
    src:    url('../fonts/icons.eot?pd4ea8#iefix') format('embedded-opentype'),
        url('../fonts/icons.ttf?pd4ea8') format('truetype'),
        url('../fonts/icons.woff?pd4ea8') format('woff'),
        url('../fonts/icons.svg?pd4ea8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-glass:before {
    content: "\f000";
}
.icon-music:before {
    content: "\f001";
}
.icon-search:before {
    content: "\f002";
}
.icon-envelope-o:before {
    content: "\f003";
}
.icon-heart:before {
    content: "\f004";
}
.icon-star:before {
    content: "\f005";
}
.icon-star-o:before {
    content: "\f006";
}
.icon-user:before {
    content: "\f007";
}
.icon-film:before {
    content: "\f008";
}
.icon-th-large:before {
    content: "\f009";
}
.icon-th:before {
    content: "\f00a";
}
.icon-th-list:before {
    content: "\f00b";
}
.icon-check:before {
    content: "\f00c";
}
.icon-close:before {
    content: "\f00d";
}
.icon-search-plus:before {
    content: "\f00e";
}
.icon-search-minus:before {
    content: "\f010";
}
.icon-power-off:before {
    content: "\f011";
}
.icon-signal:before {
    content: "\f012";
}
.icon-cog:before {
    content: "\f013";
}
.icon-trash-o:before {
    content: "\f014";
}
.icon-home:before {
    content: "\f015";
}
.icon-file-o:before {
    content: "\f016";
}
.icon-clock-o:before {
    content: "\f017";
}
.icon-road:before {
    content: "\f018";
}
.icon-download:before {
    content: "\f019";
}
.icon-arrow-circle-o-down:before {
    content: "\f01a";
}
.icon-arrow-circle-o-up:before {
    content: "\f01b";
}
.icon-inbox:before {
    content: "\f01c";
}
.icon-play-circle-o:before {
    content: "\f01d";
}
.icon-repeat:before {
    content: "\f01e";
}
.icon-refresh:before {
    content: "\f021";
}
.icon-list-alt:before {
    content: "\f022";
}
.icon-lock:before {
    content: "\f023";
}
.icon-flag:before {
    content: "\f024";
}
.icon-headphones:before {
    content: "\f025";
}
.icon-volume-off:before {
    content: "\f026";
}
.icon-volume-down:before {
    content: "\f027";
}
.icon-volume-up:before {
    content: "\f028";
}
.icon-qrcode:before {
    content: "\f029";
}
.icon-barcode:before {
    content: "\f02a";
}
.icon-tag:before {
    content: "\f02b";
}
.icon-tags:before {
    content: "\f02c";
}
.icon-book:before {
    content: "\f02d";
}
.icon-bookmark:before {
    content: "\f02e";
}
.icon-print:before {
    content: "\f02f";
}
.icon-camera:before {
    content: "\f030";
}
.icon-font:before {
    content: "\f031";
}
.icon-bold:before {
    content: "\f032";
}
.icon-italic:before {
    content: "\f033";
}
.icon-text-height:before {
    content: "\f034";
}
.icon-text-width:before {
    content: "\f035";
}
.icon-align-left:before {
    content: "\f036";
}
.icon-align-center:before {
    content: "\f037";
}
.icon-align-right:before {
    content: "\f038";
}
.icon-align-justify:before {
    content: "\f039";
}
.icon-list:before {
    content: "\f03a";
}
.icon-dedent:before {
    content: "\f03b";
}
.icon-indent:before {
    content: "\f03c";
}
.icon-video-camera:before {
    content: "\f03d";
}
.icon-image:before {
    content: "\f03e";
}
.icon-pencil:before {
    content: "\f040";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-adjust:before {
    content: "\f042";
}
.icon-tint:before {
    content: "\f043";
}
.icon-edit:before {
    content: "\f044";
}
.icon-share-square-o:before {
    content: "\f045";
}
.icon-check-square-o:before {
    content: "\f046";
}
.icon-arrows:before {
    content: "\f047";
}
.icon-step-backward:before {
    content: "\f048";
}
.icon-fast-backward:before {
    content: "\f049";
}
.icon-backward:before {
    content: "\f04a";
}
.icon-play:before {
    content: "\f04b";
}
.icon-pause:before {
    content: "\f04c";
}
.icon-stop:before {
    content: "\f04d";
}
.icon-forward:before {
    content: "\f04e";
}
.icon-fast-forward:before {
    content: "\f050";
}
.icon-step-forward:before {
    content: "\f051";
}
.icon-eject:before {
    content: "\f052";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-plus-circle:before {
    content: "\f055";
}
.icon-minus-circle:before {
    content: "\f056";
}
.icon-times-circle:before {
    content: "\f057";
}
.icon-check-circle:before {
    content: "\f058";
}
.icon-question-circle:before {
    content: "\f059";
}
.icon-info-circle:before {
    content: "\f05a";
}
.icon-crosshairs:before {
    content: "\f05b";
}
.icon-times-circle-o:before {
    content: "\f05c";
}
.icon-check-circle-o:before {
    content: "\f05d";
}
.icon-ban:before {
    content: "\f05e";
}
.icon-arrow-left:before {
    content: "\f060";
}
.icon-arrow-right:before {
    content: "\f061";
}
.icon-arrow-up:before {
    content: "\f062";
}
.icon-arrow-down:before {
    content: "\f063";
}
.icon-mail-forward:before {
    content: "\f064";
}
.icon-expand:before {
    content: "\f065";
}
.icon-compress:before {
    content: "\f066";
}
.icon-plus:before {
    content: "\f067";
}
.icon-minus:before {
    content: "\f068";
}
.icon-asterisk:before {
    content: "\f069";
}
.icon-exclamation-circle:before {
    content: "\f06a";
}
.icon-gift:before {
    content: "\f06b";
}
.icon-leaf:before {
    content: "\f06c";
}
.icon-fire:before {
    content: "\f06d";
}
.icon-eye:before {
    content: "\f06e";
}
.icon-eye-slash:before {
    content: "\f070";
}
.icon-exclamation-triangle:before {
    content: "\f071";
}
.icon-plane:before {
    content: "\f072";
}
.icon-calendar:before {
    content: "\f073";
}
.icon-random:before {
    content: "\f074";
}
.icon-comment:before {
    content: "\f075";
}
.icon-magnet:before {
    content: "\f076";
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-chevron-down:before {
    content: "\f078";
}
.icon-retweet:before {
    content: "\f079";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-folder:before {
    content: "\f07b";
}
.icon-folder-open:before {
    content: "\f07c";
}
.icon-arrows-v:before {
    content: "\f07d";
}
.icon-arrows-h:before {
    content: "\f07e";
}
.icon-bar-chart:before {
    content: "\f080";
}
.icon-twitter-square:before {
    content: "\f081";
}
.icon-facebook-square:before {
    content: "\f082";
}
.icon-camera-retro:before {
    content: "\f083";
}
.icon-key:before {
    content: "\f084";
}
.icon-cogs:before {
    content: "\f085";
}
.icon-comments:before {
    content: "\f086";
}
.icon-thumbs-o-up:before {
    content: "\f087";
}
.icon-thumbs-o-down:before {
    content: "\f088";
}
.icon-star-half:before {
    content: "\f089";
}
.icon-heart-o:before {
    content: "\f08a";
}
.icon-sign-out:before {
    content: "\f08b";
}
.icon-linkedin-square:before {
    content: "\f08c";
}
.icon-thumb-tack:before {
    content: "\f08d";
}
.icon-external-link:before {
    content: "\f08e";
}
.icon-sign-in:before {
    content: "\f090";
}
.icon-trophy:before {
    content: "\f091";
}
.icon-github-square:before {
    content: "\f092";
}
.icon-upload:before {
    content: "\f093";
}
.icon-lemon-o:before {
    content: "\f094";
}
.icon-phone:before {
    content: "\f095";
}
.icon-square-o:before {
    content: "\f096";
}
.icon-bookmark-o:before {
    content: "\f097";
}
.icon-phone-square:before {
    content: "\f098";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-github:before {
    content: "\f09b";
}
.icon-unlock:before {
    content: "\f09c";
}
.icon-credit-card:before {
    content: "\f09d";
}
.icon-rss:before {
    content: "\f09e";
}
.icon-hdd-o:before {
    content: "\f0a0";
}
.icon-bullhorn:before {
    content: "\f0a1";
}
.icon-bell-o:before {
    content: "\f0a2";
}
.icon-certificate:before {
    content: "\f0a3";
}
.icon-hand-o-right:before {
    content: "\f0a4";
}
.icon-hand-o-left:before {
    content: "\f0a5";
}
.icon-hand-o-up:before {
    content: "\f0a6";
}
.icon-hand-o-down:before {
    content: "\f0a7";
}
.icon-arrow-circle-left:before {
    content: "\f0a8";
}
.icon-arrow-circle-right:before {
    content: "\f0a9";
}
.icon-arrow-circle-up:before {
    content: "\f0aa";
}
.icon-arrow-circle-down:before {
    content: "\f0ab";
}
.icon-globe:before {
    content: "\f0ac";
}
.icon-wrench:before {
    content: "\f0ad";
}
.icon-tasks:before {
    content: "\f0ae";
}
.icon-filter:before {
    content: "\f0b0";
}
.icon-briefcase:before {
    content: "\f0b1";
}
.icon-arrows-alt:before {
    content: "\f0b2";
}
.icon-group:before {
    content: "\f0c0";
}
.icon-chain:before {
    content: "\f0c1";
}
.icon-cloud:before {
    content: "\f0c2";
}
.icon-flask:before {
    content: "\f0c3";
}
.icon-cut:before {
    content: "\f0c4";
}
.icon-copy:before {
    content: "\f0c5";
}
.icon-paperclip:before {
    content: "\f0c6";
}
.icon-floppy-o:before {
    content: "\f0c7";
}
.icon-square:before {
    content: "\f0c8";
}
.icon-bars:before {
    content: "\f0c9";
}
.icon-list-ul:before {
    content: "\f0ca";
}
.icon-list-ol:before {
    content: "\f0cb";
}
.icon-strikethrough:before {
    content: "\f0cc";
}
.icon-underline:before {
    content: "\f0cd";
}
.icon-table:before {
    content: "\f0ce";
}
.icon-magic:before {
    content: "\f0d0";
}
.icon-truck:before {
    content: "\f0d1";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-pinterest-square:before {
    content: "\f0d3";
}
.icon-google-plus-square:before {
    content: "\f0d4";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-money:before {
    content: "\f0d6";
}
.icon-caret-down:before {
    content: "\f0d7";
}
.icon-caret-up:before {
    content: "\f0d8";
}
.icon-caret-left:before {
    content: "\f0d9";
}
.icon-caret-right:before {
    content: "\f0da";
}
.icon-columns:before {
    content: "\f0db";
}
.icon-sort:before {
    content: "\f0dc";
}
.icon-sort-desc:before {
    content: "\f0dd";
}
.icon-sort-asc:before {
    content: "\f0de";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-linkedin:before {
    content: "\f0e1";
}
.icon-rotate-left:before {
    content: "\f0e2";
}
.icon-gavel:before {
    content: "\f0e3";
}
.icon-dashboard:before {
    content: "\f0e4";
}
.icon-comment-o:before {
    content: "\f0e5";
}
.icon-comments-o:before {
    content: "\f0e6";
}
.icon-bolt:before {
    content: "\f0e7";
}
.icon-sitemap:before {
    content: "\f0e8";
}
.icon-umbrella:before {
    content: "\f0e9";
}
.icon-clipboard:before {
    content: "\f0ea";
}
.icon-lightbulb-o:before {
    content: "\f0eb";
}
.icon-exchange:before {
    content: "\f0ec";
}
.icon-cloud-download:before {
    content: "\f0ed";
}
.icon-cloud-upload:before {
    content: "\f0ee";
}
.icon-user-md:before {
    content: "\f0f0";
}
.icon-stethoscope:before {
    content: "\f0f1";
}
.icon-suitcase:before {
    content: "\f0f2";
}
.icon-bell:before {
    content: "\f0f3";
}
.icon-coffee:before {
    content: "\f0f4";
}
.icon-cutlery:before {
    content: "\f0f5";
}
.icon-file-text-o:before {
    content: "\f0f6";
}
.icon-building-o:before {
    content: "\f0f7";
}
.icon-hospital-o:before {
    content: "\f0f8";
}
.icon-ambulance:before {
    content: "\f0f9";
}
.icon-medkit:before {
    content: "\f0fa";
}
.icon-fighter-jet:before {
    content: "\f0fb";
}
.icon-beer:before {
    content: "\f0fc";
}
.icon-h-square:before {
    content: "\f0fd";
}
.icon-plus-square:before {
    content: "\f0fe";
}
.icon-angle-double-left:before {
    content: "\f100";
}
.icon-angle-double-right:before {
    content: "\f101";
}
.icon-angle-double-up:before {
    content: "\f102";
}
.icon-angle-double-down:before {
    content: "\f103";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-desktop:before {
    content: "\f108";
}
.icon-laptop:before {
    content: "\f109";
}
.icon-tablet:before {
    content: "\f10a";
}
.icon-mobile:before {
    content: "\f10b";
}
.icon-circle-o:before {
    content: "\f10c";
}
.icon-quote-left:before {
    content: "\f10d";
}
.icon-quote-right:before {
    content: "\f10e";
}
.icon-spinner:before {
    content: "\f110";
}
.icon-circle:before {
    content: "\f111";
}
.icon-mail-reply:before {
    content: "\f112";
}
.icon-github-alt:before {
    content: "\f113";
}
.icon-folder-o:before {
    content: "\f114";
}
.icon-folder-open-o:before {
    content: "\f115";
}
.icon-smile-o:before {
    content: "\f118";
}
.icon-frown-o:before {
    content: "\f119";
}
.icon-meh-o:before {
    content: "\f11a";
}
.icon-gamepad:before {
    content: "\f11b";
}
.icon-keyboard-o:before {
    content: "\f11c";
}
.icon-flag-o:before {
    content: "\f11d";
}
.icon-flag-checkered:before {
    content: "\f11e";
}
.icon-terminal:before {
    content: "\f120";
}
.icon-code:before {
    content: "\f121";
}
.icon-mail-reply-all:before {
    content: "\f122";
}
.icon-star-half-empty:before {
    content: "\f123";
}
.icon-location-arrow:before {
    content: "\f124";
}
.icon-crop:before {
    content: "\f125";
}
.icon-code-fork:before {
    content: "\f126";
}
.icon-chain-broken:before {
    content: "\f127";
}
.icon-question:before {
    content: "\f128";
}
.icon-info:before {
    content: "\f129";
}
.icon-exclamation:before {
    content: "\f12a";
}
.icon-superscript:before {
    content: "\f12b";
}
.icon-subscript:before {
    content: "\f12c";
}
.icon-eraser:before {
    content: "\f12d";
}
.icon-puzzle-piece:before {
    content: "\f12e";
}
.icon-microphone:before {
    content: "\f130";
}
.icon-microphone-slash:before {
    content: "\f131";
}
.icon-shield:before {
    content: "\f132";
}
.icon-calendar-o:before {
    content: "\f133";
}
.icon-fire-extinguisher:before {
    content: "\f134";
}
.icon-rocket:before {
    content: "\f135";
}
.icon-maxcdn:before {
    content: "\f136";
}
.icon-chevron-circle-left:before {
    content: "\f137";
}
.icon-chevron-circle-right:before {
    content: "\f138";
}
.icon-chevron-circle-up:before {
    content: "\f139";
}
.icon-chevron-circle-down:before {
    content: "\f13a";
}
.icon-html5:before {
    content: "\f13b";
}
.icon-css3:before {
    content: "\f13c";
}
.icon-anchor:before {
    content: "\f13d";
}
.icon-unlock-alt:before {
    content: "\f13e";
}
.icon-bullseye:before {
    content: "\f140";
}
.icon-ellipsis-h:before {
    content: "\f141";
}
.icon-ellipsis-v:before {
    content: "\f142";
}
.icon-rss-square:before {
    content: "\f143";
}
.icon-play-circle:before {
    content: "\f144";
}
.icon-ticket:before {
    content: "\f145";
}
.icon-minus-square:before {
    content: "\f146";
}
.icon-minus-square-o:before {
    content: "\f147";
}
.icon-level-up:before {
    content: "\f148";
}
.icon-level-down:before {
    content: "\f149";
}
.icon-check-square:before {
    content: "\f14a";
}
.icon-pencil-square:before {
    content: "\f14b";
}
.icon-external-link-square:before {
    content: "\f14c";
}
.icon-share-square:before {
    content: "\f14d";
}
.icon-compass:before {
    content: "\f14e";
}
.icon-caret-square-o-down:before {
    content: "\f150";
}
.icon-caret-square-o-up:before {
    content: "\f151";
}
.icon-caret-square-o-right:before {
    content: "\f152";
}
.icon-eur:before {
    content: "\f153";
}
.icon-gbp:before {
    content: "\f154";
}
.icon-dollar:before {
    content: "\f155";
}
.icon-inr:before {
    content: "\f156";
}
.icon-cny:before {
    content: "\f157";
}
.icon-rouble:before {
    content: "\f158";
}
.icon-krw:before {
    content: "\f159";
}
.icon-bitcoin:before {
    content: "\f15a";
}
.icon-file:before {
    content: "\f15b";
}
.icon-file-text:before {
    content: "\f15c";
}
.icon-sort-alpha-asc:before {
    content: "\f15d";
}
.icon-sort-alpha-desc:before {
    content: "\f15e";
}
.icon-sort-amount-asc:before {
    content: "\f160";
}
.icon-sort-amount-desc:before {
    content: "\f161";
}
.icon-sort-numeric-asc:before {
    content: "\f162";
}
.icon-sort-numeric-desc:before {
    content: "\f163";
}
.icon-thumbs-up:before {
    content: "\f164";
}
.icon-thumbs-down:before {
    content: "\f165";
}
.icon-youtube-square:before {
    content: "\f166";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-xing:before {
    content: "\f168";
}
.icon-xing-square:before {
    content: "\f169";
}
.icon-youtube-play:before {
    content: "\f16a";
}
.icon-dropbox:before {
    content: "\f16b";
}
.icon-stack-overflow:before {
    content: "\f16c";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-flickr:before {
    content: "\f16e";
}
.icon-adn:before {
    content: "\f170";
}
.icon-bitbucket:before {
    content: "\f171";
}
.icon-bitbucket-square:before {
    content: "\f172";
}
.icon-tumblr:before {
    content: "\f173";
}
.icon-tumblr-square:before {
    content: "\f174";
}
.icon-long-arrow-down:before {
    content: "\f175";
}
.icon-long-arrow-up:before {
    content: "\f176";
}
.icon-long-arrow-left:before {
    content: "\f177";
}
.icon-long-arrow-right:before {
    content: "\f178";
}
.icon-apple:before {
    content: "\f179";
}
.icon-windows:before {
    content: "\f17a";
}
.icon-android:before {
    content: "\f17b";
}
.icon-linux:before {
    content: "\f17c";
}
.icon-dribbble:before {
    content: "\f17d";
}
.icon-skype:before {
    content: "\f17e";
}
.icon-foursquare:before {
    content: "\f180";
}
.icon-trello:before {
    content: "\f181";
}
.icon-female:before {
    content: "\f182";
}
.icon-male:before {
    content: "\f183";
}
.icon-gittip:before {
    content: "\f184";
}
.icon-sun-o:before {
    content: "\f185";
}
.icon-moon-o:before {
    content: "\f186";
}
.icon-archive:before {
    content: "\f187";
}
.icon-bug:before {
    content: "\f188";
}
.icon-vk:before {
    content: "\f189";
}
.icon-weibo:before {
    content: "\f18a";
}
.icon-renren:before {
    content: "\f18b";
}
.icon-pagelines:before {
    content: "\f18c";
}
.icon-stack-exchange:before {
    content: "\f18d";
}
.icon-arrow-circle-o-right:before {
    content: "\f18e";
}
.icon-arrow-circle-o-left:before {
    content: "\f190";
}
.icon-caret-square-o-left:before {
    content: "\f191";
}
.icon-dot-circle-o:before {
    content: "\f192";
}
.icon-wheelchair:before {
    content: "\f193";
}
.icon-vimeo-square:before {
    content: "\f194";
}
.icon-try:before {
    content: "\f195";
}
.icon-plus-square-o:before {
    content: "\f196";
}
.icon-space-shuttle:before {
    content: "\f197";
}
.icon-slack:before {
    content: "\f198";
}
.icon-envelope-square:before {
    content: "\f199";
}
.icon-wordpress:before {
    content: "\f19a";
}
.icon-openid:before {
    content: "\f19b";
}
.icon-bank:before {
    content: "\f19c";
}
.icon-graduation-cap:before {
    content: "\f19d";
}
.icon-yahoo:before {
    content: "\f19e";
}
.icon-google:before {
    content: "\f1a0";
}
.icon-reddit:before {
    content: "\f1a1";
}
.icon-reddit-square:before {
    content: "\f1a2";
}
.icon-stumbleupon-circle:before {
    content: "\f1a3";
}
.icon-stumbleupon:before {
    content: "\f1a4";
}
.icon-delicious:before {
    content: "\f1a5";
}
.icon-digg:before {
    content: "\f1a6";
}
.icon-pied-piper:before {
    content: "\f1a7";
}
.icon-pied-piper-alt:before {
    content: "\f1a8";
}
.icon-drupal:before {
    content: "\f1a9";
}
.icon-joomla:before {
    content: "\f1aa";
}
.icon-language:before {
    content: "\f1ab";
}
.icon-fax:before {
    content: "\f1ac";
}
.icon-building:before {
    content: "\f1ad";
}
.icon-child:before {
    content: "\f1ae";
}
.icon-paw:before {
    content: "\f1b0";
}
.icon-spoon:before {
    content: "\f1b1";
}
.icon-cube:before {
    content: "\f1b2";
}
.icon-cubes:before {
    content: "\f1b3";
}
.icon-behance:before {
    content: "\f1b4";
}
.icon-behance-square:before {
    content: "\f1b5";
}
.icon-steam:before {
    content: "\f1b6";
}
.icon-steam-square:before {
    content: "\f1b7";
}
.icon-recycle:before {
    content: "\f1b8";
}
.icon-automobile:before {
    content: "\f1b9";
}
.icon-cab:before {
    content: "\f1ba";
}
.icon-tree:before {
    content: "\f1bb";
}
.icon-spotify:before {
    content: "\f1bc";
}
.icon-deviantart:before {
    content: "\f1bd";
}
.icon-soundcloud:before {
    content: "\f1be";
}
.icon-database:before {
    content: "\f1c0";
}
.icon-file-pdf-o:before {
    content: "\f1c1";
}
.icon-file-word-o:before {
    content: "\f1c2";
}
.icon-file-excel-o:before {
    content: "\f1c3";
}
.icon-file-powerpoint-o:before {
    content: "\f1c4";
}
.icon-file-image-o:before {
    content: "\f1c5";
}
.icon-file-archive-o:before {
    content: "\f1c6";
}
.icon-file-audio-o:before {
    content: "\f1c7";
}
.icon-file-movie-o:before {
    content: "\f1c8";
}
.icon-file-code-o:before {
    content: "\f1c9";
}
.icon-vine:before {
    content: "\f1ca";
}
.icon-codepen:before {
    content: "\f1cb";
}
.icon-jsfiddle:before {
    content: "\f1cc";
}
.icon-life-bouy:before {
    content: "\f1cd";
}
.icon-circle-o-notch:before {
    content: "\f1ce";
}
.icon-ra:before {
    content: "\f1d0";
}
.icon-empire:before {
    content: "\f1d1";
}
.icon-git-square:before {
    content: "\f1d2";
}
.icon-git:before {
    content: "\f1d3";
}
.icon-hacker-news:before {
    content: "\f1d4";
}
.icon-tencent-weibo:before {
    content: "\f1d5";
}
.icon-qq:before {
    content: "\f1d6";
}
.icon-wechat:before {
    content: "\f1d7";
}
.icon-paper-plane:before {
    content: "\f1d8";
}
.icon-paper-plane-o:before {
    content: "\f1d9";
}
.icon-history:before {
    content: "\f1da";
}
.icon-circle-thin:before {
    content: "\f1db";
}
.icon-header:before {
    content: "\f1dc";
}
.icon-paragraph:before {
    content: "\f1dd";
}
.icon-sliders:before {
    content: "\f1de";
}
.icon-share-alt:before {
    content: "\f1e0";
}
.icon-share-alt-square:before {
    content: "\f1e1";
}
.icon-bomb:before {
    content: "\f1e2";
}
.icon-futbol-o:before {
    content: "\f1e3";
}
.icon-tty:before {
    content: "\f1e4";
}
.icon-binoculars:before {
    content: "\f1e5";
}
.icon-plug:before {
    content: "\f1e6";
}
.icon-slideshare:before {
    content: "\f1e7";
}
.icon-twitch:before {
    content: "\f1e8";
}
.icon-yelp:before {
    content: "\f1e9";
}
.icon-newspaper-o:before {
    content: "\f1ea";
}
.icon-wifi:before {
    content: "\f1eb";
}
.icon-calculator:before {
    content: "\f1ec";
}
.icon-paypal:before {
    content: "\f1ed";
}
.icon-google-wallet:before {
    content: "\f1ee";
}
.icon-cc-visa:before {
    content: "\f1f0";
}
.icon-cc-mastercard:before {
    content: "\f1f1";
}
.icon-cc-discover:before {
    content: "\f1f2";
}
.icon-cc-amex:before {
    content: "\f1f3";
}
.icon-cc-paypal:before {
    content: "\f1f4";
}
.icon-cc-stripe:before {
    content: "\f1f5";
}
.icon-bell-slash:before {
    content: "\f1f6";
}
.icon-bell-slash-o:before {
    content: "\f1f7";
}
.icon-trash:before {
    content: "\f1f8";
}
.icon-copyright:before {
    content: "\f1f9";
}
.icon-at:before {
    content: "\f1fa";
}
.icon-eyedropper:before {
    content: "\f1fb";
}
.icon-paint-brush:before {
    content: "\f1fc";
}
.icon-birthday-cake:before {
    content: "\f1fd";
}
.icon-area-chart:before {
    content: "\f1fe";
}
.icon-pie-chart:before {
    content: "\f200";
}
.icon-line-chart:before {
    content: "\f201";
}
.icon-lastfm:before {
    content: "\f202";
}
.icon-lastfm-square:before {
    content: "\f203";
}
.icon-toggle-off:before {
    content: "\f204";
}
.icon-toggle-on:before {
    content: "\f205";
}
.icon-bicycle:before {
    content: "\f206";
}
.icon-bus:before {
    content: "\f207";
}
.icon-ioxhost:before {
    content: "\f208";
}
.icon-angellist:before {
    content: "\f209";
}
.icon-cc:before {
    content: "\f20a";
}
.icon-ils:before {
    content: "\f20b";
}
.icon-meanpath:before {
    content: "\f20c";
}
.icon-uniE600:before {
    content: "\e600";
}
.icon-uniE601:before {
    content: "\e601";
}
.icon-uniE602:before {
    content: "\e602";
}
.icon-uniE603:before {
    content: "\e603";
}
.icon-uniE604:before {
    content: "\e604";
}
.icon-uniE606:before {
    content: "\e606";
}
.icon-uniE63E:before {
    content: "\e63e";
}
.icon-uniE640:before {
    content: "\e640";
}
.icon-uniE6A1:before {
    content: "\e6a1";
}


/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked,
body.remodal-is-locked { overflow: hidden; }

/* Anti FOUC */

.remodal,
[data-remodal-id] { visibility: hidden; }

/* Necessary styles of the overlay */

.remodal-overlay { position: fixed; z-index: 9999; top: -5000px; right: -5000px; bottom: -5000px; left: -5000px; display: none; }

/* Necessary styles of the wrapper */

.remodal-wrapper { position: fixed; z-index: 10000; top: 0; right: 0; bottom: 0; left: 0; display: none; overflow: auto; text-align: center; -webkit-overflow-scrolling: touch; }
.remodal-wrapper:after { display: inline-block; height: 100%; margin-left: -0.05em; content: ""; }

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper { -webkit-transform: translateZ(0px); }

/* Necessary styles of the modal dialog */

.remodal { position: relative; display: inline-block; }

/* Anti-zoom. Font-size should be >= 16px. */

/*.remodal select,
.remodal textarea,
.remodal input,
.remodal select:focus,
.remodal textarea:focus,
.remodal input:focus { font-size: 16px; }*/

/* ==========================================================================
   Remodal default theme
   ========================================================================== */

/* Default theme font */

/*.remodal,
.remodal * { font-family: "Exo 2", sans-serif; }*/

/* Background for effects */

.remodal-bg { -webkit-transition: -webkit-filter 0.2s ease-out; -moz-transition: -moz-filter 0.2s ease-out; -o-transition: -o-filter 0.2s ease-out; transition: filter 0.2s ease-out; }

body.remodal-is-active .remodal-bg { -webkit-filter: blur(3px); -ms-filter: blur(3px); filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); }

/* Default theme styles of the overlay */

.remodal-overlay { -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; opacity: 0; background: rgba(33, 36, 46, 0.95); }

body.remodal-is-active .remodal-overlay { opacity: 1; }

/* Default theme styles of the modal dialog */

.remodal {
	/*font-size: 16px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: 100%;
	padding: 35px;
	-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
	transition: transform 0.2s ease-out, opacity 0.2s ease-out;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
	color: #182a3c;
	background: #ffffff;
	background-clip: padding-box;
	text-align:left; }

body.remodal-is-active .remodal { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after { vertical-align: middle; }

/* Close button */

.remodal-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 28px;
	height: 28px;
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	text-decoration: none;
	-webkit-border-radius: 6px;
	border-radius: 4px;
	text-align:center; }

.remodal-close:after {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 28px;
	line-height: 28px;
	display: block;
	content: "×";
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration: none;
	color: #1b569e; }

.remodal-close:hover,
.remodal-close:active { background: #1b569e; }

.remodal-close:hover.remodal-close:after,
.remodal-close:active.remodal-close:after { color: #ffffff; }

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
	font-size: 10pt;
	display: inline-block;
	width: 120px;
	margin: 0 0 5px 0;
	padding: 9px 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box; }

.remodal-confirm { color: #16a085; border: 2px solid #16a085; background: #f4f4f4; }
.remodal-confirm:hover,
.remodal-confirm:active { color: #f4f4f4; background: #16a085; }

.remodal-cancel { color: #c0392b; border: 2px solid #c0392b; background: #f4f4f4; }
.remodal-cancel:hover,
.remodal-cancel:active { color: #f4f4f4; background: #c0392b; }

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 40.063em) /* min-width 641px */ {
	.remodal {
		max-width: 440px;
		min-height: 0;
		margin: 20px auto;

		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E); }

.lt-ie9 .remodal { width: 700px; min-height: 0; margin: 20px auto; }

.lt-ie9 .remodal-close:after { margin: auto; text-align: center; }

.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active { background: transparent; }

.lt-ie9 .remodal-close:hover.remodal-close:after,
.lt-ie9 .remodal-close:active.remodal-close:after { color: #3e5368; }

