/*
	Azul escuro: #0c3e6f;
	Azul claro: #2383c4;
	Laranja: #f17d00;


    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
*/
* {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 10pt;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

body {
	background-color: #f1f1f1;
}

h1, h2, h3, h4, h5 {

	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 270%;
}

h2 {
	font-size: 200%;

}

h3 {
	font-size: 120%;
	font-weight: 400;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 100%;
}

a {
	text-decoration: none;
}

.hide {
	display: none !important;
}

.footer-fixed {
	background: #0c3e6f url("../images/background_dark_blue.jpg");
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #dadada;
}

.mercado {
	background-color: transparent;
	padding: 6px;
	display: table;
	margin: 0 auto;
	max-width: 1280px;
}

.mercado h1, .mercado h2, .mercado h3, .mercado h4, .mercado span, .mercado small  {

	color: #ffeb00;
}

.mercado > div {
	display: inline-block;
	padding: 0 20px;
	vertical-align: top;
}

.mercado > div:last-child {
	border-left: 2px solid #cacaca;
}

.mercado h3 {
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
}

.mercado-header {
	display: inline-block;
	text-align: right;
	position: relative;
}

.last-update-date:before {
	content: "Atualizado em::";
	position: absolute;
	left: -32px;
	top: 0;
/*	color: #d2c05e;*/
	color: #ffeb00;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.last-update-date {
	position: relative;
	display: block;
	font-size: 85%;
}

.last-update-time {
	display: block;
	font-size: 85%;
}

.mercado-container {
	display: inline-block;
	vertical-align: top;
}

.mercado .mercado-container > div {
	display: inline-block;
	margin-left: 30px;
}

.mercado .mercado-container h4 {
	text-transform: uppercase;
	font-weight: 400;
	display: block;
}

.mercado .mercado-container span {
	display: inline-block;
	padding: 0 7px 0 0;
}

.mercado .mercado-container .red {
	color: #ff7e00;
}

.mercado .mercado-container .blue {
	color: #2383c4;
}

.marquee {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 100%;
	height: 30px;
	padding: 6px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.marquee .js-marquee {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

.marquee .js-marquee strong {
	font-weight: 900;
/*	AMARELO ANTIGO*/
/*	color: #fff09d;*/
	color: #ffeb00;
}

.container {
	display: block;
	/*max-width: 1280px;*/
	margin: 0 auto;
	width: 100%;
}

#menuButton {
	width: 30px;
	display: none;
}

.logo_left_blue {
	display: none;
}

.container .header {
	background: #0c3e6f url('../images/header_background.jpg') no-repeat bottom center;
	background-size: cover;
	position: fixed;
	padding-bottom: 10px;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.container .header .main {
	display: flex;
    justify-content: space-between;
	margin: 0 auto;
	padding: 0 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

}

.container .header .logo_left {
	margin: 30px;
    height: 90px;
}

.container .header .logo_right {
	float: right;
	margin: 38px 0;
}

.container .header .actions {
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.container .header .actions > div {
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.container .header .actions ul {
	list-style: none;
}

.container .header .actions li {
	display: table-cell;
	padding-right: 30px;
}

.container .header .actions li a {
/*	color: #fff;*/
	color: #2480c2;
	line-height: 38px;
	white-space: nowrap;
}

.container .header .actions li img {
	margin-right: 7px;
	margin-bottom: -3px;
}

.container .header .actions #search {
	position: absolute;
	top: 3px;
	right: 40px;
	display: inline-block;
	border: 1px solid #e5e5e5;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.container .header .actions #search input[type="text"] {
	display: inline-block;
	vertical-align: top;
	border: none;
	padding: 0 10px;
	margin: 0;
	height: 30px;
	width: 300px;
	outline: none;
    -moz-transition: width .2s ease;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.container .header .actions #search .clear {
	border-radius: 100%;
	width: 20px;
	height: 20px;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
	color: #ffffff;
	visibility: hidden;
}

.container .header .actions #search input[type="text"]:focus {
	width: 350px;
}

.container .header .actions #search button {
	margin: 0;
	padding: 0;
	border:none;
	width: 41px;
	height: 30px;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	outline: none;
	cursor: pointer;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.content-container, .eventos-content-container {
	margin: 0 auto 0;
	max-width: 1280px;
}

.eventos-content-header {
	background-color: rgba(255,255,255, .7);
	padding: 30px 30px 0;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
}

.eventos-content-header h3 {
	padding-bottom: 4px;
	margin-bottom: 20px;
	border-bottom: 2px solid #e5e5e5;
}

.eventos-content-header h1 {
	font-weight: 300;
	border-bottom: 1px solid #333;
	margin-bottom: 40px;
}

.content-container .content-header {
	background-color: rgba(255,255,255, .7);
	padding: 0 30px 0;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	text-align: center;
}

.content-container .content-header h3 {
	margin-right: 30px;
	display: inline-block;
}

.content-container .content-header .actions {
	list-style: none;
	display: inline-block;
	border-spacing: 15px 0;
	border-collapse: separate;
	margin: 0 auto 20px;
    text-align: center;
}

.content-container .content-header .actions li {
	display: inline-block;
	margin: 20px 20px 0 0;
}

.content-container .content-header .actions li:last-child {
	margin-right: 0;
}

.content-container .content-header .actions li div {
	color: #fff;
	/*background: #f17d00;*/
	background-color: #2a99e4;
	border-radius: 4px;
	padding: 8px;
	min-width: 150px;
	/*border: 1px solid #e5e5e5;*/
	text-align: center;
}

.content-container .content-header .actions .empty-filter {
	display: none;
}

.content-container .content-header .actions .empty-filter div {
	/*display: none;*/
	background-color: #fff;
	color: #f17d00;
	border: 1px solid #f17d00;
}

.container .content {
	padding-bottom: 50px;
	min-height: 700px;
}

.content-body h2, .eventos-content-body h2 {
	border-bottom: 1px solid #373737;
	margin: 30px 20px;
}

.content-body .loading, .eventos-content-body .loading {
	height: 300px;
	background: rgba(255,255,255,.4); /*url('../images/item_avatar.png') no-repeat center center*/
	border: 1px solid #fff;
	border-radius: 3px;
	margin: 10px auto;
	padding: 130px 0 0;
	display: block;
	width: 100%;
	text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.footer {
	background: #0c3e6f url("../images/background_dark_blue.jpg") repeat scroll 0 0;
	position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.footer-body {
	background-color: #2383c4;
	padding: 10px 80px;
}

.footer-body ul {
	list-style: none;
}

.footer-body h4 {
	color: #fff;
	margin-bottom: 15px;
}

.footer-body a {
	color: #fff;
	padding: 7px 0;
	display: block;
}

.footer-body > div {
	display: table;
	width: 100%;
}

.footer-body > div > div {
	display: table-cell;
	width: 33%;
	vertical-align: top;
	white-space: nowrap;
	padding: 0 20px;
}

.footer-body .follow {
	text-align: center;
}

.footer-body .social-buttons a {
	margin: 0;
	padding: 0;
}

.footer-body .social-buttons li {
	display: inline-block;
	margin-right: 15px;
}

.footer-body .social-buttons li:last-child {
	margin-right: 0;
}

.footer-body .social-buttons div {
	width: 36px;
	height: 36px;
	border-radius: 3px;
}

.footer-body .social-buttons .facebook div {
	background: transparent url("../images/social-icons-footer.png") no-repeat scroll -3px 1px;
}

.footer-body .social-buttons .linkedin div {
	background: transparent url("../images/social-icons-footer.png") no-repeat scroll -44px 1px;
}

.footer-body .news {
	margin-bottom: 7px;
}

.footer-body .stores-actions {
	display: table;
}

.footer-body .stores-actions li {
	display: table-cell;
	padding-right: 10px;
}

.footer-body .social-buttons {
	margin-top: 20px;
}

.footer-copyright {
	padding: 15px;
	margin: 0 auto;
	max-width: 1280px;
}

.footer-copyright span {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #ffffff;
	display: table-cell;
	width: 1%;
}

.footer-copyright a {
	text-decoration: underline;
	color: inherit;
	font-family: inherit;
	font-weight: 300;
}

.footer-copyright .left {
	text-align: left;
}

.footer-copyright .right {
	text-align: right;
}


.publicacao-item {
	display: table;
	background-color: #fff;
	padding: 20px;
	margin-top: 40px;
	border-radius: 10px;
	box-shadow: 5px 5px 15px rgba(0,0,0,.1);
	width: 100%;
	position: relative;
	overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.publicacao-item-details {
	display: block;
	background-color: #fff;
	box-shadow: inset 0px 5px 15px rgba(0,0,0,.1);
	margin: 0 20px;
	overflow: hidden;
	height: 0;
    -moz-transition: height .2s ease;
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    position: relative;
}

.close-details {
	position: absolute;
	top: 7px;
	right: 16px;
}

.close-details > span {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	background: transparent url('../images/close-icon.png') no-repeat;
}

.publicacao-item-details > div {
	margin: 20px;
}

.publicacao-item-details p {
	font-size: 140%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.publicacao-item-details strong {
	min-width: 150px;
	display: inline-block;
	font-weight: 700;
}

.publicacao-item .content-right {
	width: 1%;
	white-space: nowrap;
}

.publicacao-item .content-left, .publicacao-item .content-center, .publicacao-item .content-right {
	display: table-cell;
	vertical-align: top;
}

.publicacao-item .content-left {
	width: 1%;
}

.publicacao-item .content-left .pub-thumb {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	padding: 0;
	margin: 0;
}

.publicacao-item .content-left > div {
	background: #e5e5e5;
	background-size: 70%;
	height: 150px;
	min-width: 100px;
	width: 200px;
	padding: 10px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

.publicacao-item .content-left img {
	height: 100%;
	box-shadow: 2px 2px 5px rgba(0,0,0,.3);
	display: block;
	margin: 0 auto;
}

.publicacao-item .content-center > div {
	padding: 0 20px 20px;
}

.publicacao-item .content-center h1 {
	line-height: 1;
	font-size: 200%;
	margin-bottom: 15px;
	display: block;
}

.publicacao-item .content-center span {
	text-transform: uppercase;
	margin: 0 0 15px;
	display: block;
}

.content-buttons > li {
	display: inline-block;
	margin-right: 30px;
}

.publicacao-item .content-center p {
	padding-bottom: 30px;
}

.content-buttons > li > a > div {
	width: 126px;
	height: 34px;
	background: #2a99e4;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 34px;
}

.publicacao-item .active h1, .publicacao-item .active span, .publicacao-item .active p, .publicacao-item .active .informations div {
	opacity: .4;
}

#publicacao-details-clonable {
	height: 0;
}

/* TIPO DE PUBLICACOES */

.tipo_publicacoes_container {
	display: block;
	width: 100%;
	height: 0;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
    -moz-transition: height .2s ease;
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.periodo_container > div, .tipo_publicacoes_container > div {
	
	padding: 20px 30px;
}

.tipo_publicacoes_container h1 {
	border-bottom: 1px solid #333;
	font-weight: 300;
}

.tipo_publicacoes_container label {
	display: block;
	font-size: 100%;
	cursor: pointer;
}

.tipo_publicacoes_container input {
	zoom: 1.1;
	outline-color: none;
	pointer-events: none;
	margin-right: 10px;
}

.tipo_publicacoes_container .selectAll {
	text-transform: uppercase;
	border-bottom: 1px solid #f1f1f1;
}

.tipo_publicacoes_container .column-left, .tipo_publicacoes_container .column-right {
	width: 49%;
	display: inline-block;
	text-align: left;
	padding-left: 20%;
	padding-top: 10px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tipo_publicacoes_footer div {
	display: block;
	margin: 0 auto;
	width: 126px;
	height: 34px;
	background: transparent url('../images/botao_azul.png') no-repeat;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 34px;
}

/* JORNAIS */

.jornais_container {
	display: block;
	width: 100%;
	height: 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
    -moz-transition: height .2s ease;
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.jornais_container > div {
	
	padding: 20px 30px;
}

.jornais_container h1 {
	border-bottom: 1px solid #333;
	font-weight: 300;
}

.jornais_container label {
	display: block;
	font-size: 150%;
	cursor: pointer;
}

.jornais_container input {
	width: 20px;
	height: 20px;
	zoom: 1.1;
	margin: 10px;
	outline-color: none;
	vertical-align: middle;
	pointer-events: none;
}

.jornais_container .itemPaperType input:focus {
	outline: 0;
}

.jornais_container img {
	vertical-align: middle;
}

.jornais_container .selectAll {
	text-transform: uppercase;
	border-bottom: 1px solid #f1f1f1;
}

.jornais_container .jornais_body img {
	opacity: .1;
}

.jornais_container .jornais_body .selected img {
	opacity: 1;
}




.jornais_footer div {
	display: block;
	margin: 0 auto;
	width: 126px;
	height: 34px;
	background: transparent url('../images/botao_azul.png') no-repeat;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 34px;
}

/* COORDENADORES */

.coordenadores_container {
	display: block;
	width: 100%;
	height: 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
    -moz-transition: height .2s ease;
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.coordenadores_container > div {
	
	padding: 20px 30px;
}

.coordenadores_container h1 {
	border-bottom: 1px solid #333;
	font-weight: 300;
}

.coordenadores_container label {
	display: block;
	font-size: 150%;
	cursor: pointer;
}

.coordenadores_container input {
	width: 20px;
	height: 20px;
	zoom: 1.1;
	margin: 10px;
	outline-color: none;
	vertical-align: middle;
	pointer-events: none;
}

.coordenadores_container .selectAll {
	text-transform: uppercase;
	border-bottom: 1px solid #f1f1f1;
}

.coordenadores_container .coordinator input:focus {
	outline: 0;
}

.coordenadores_container img {
	vertical-align: middle;
}

.coordenadores_container .selectAll {
	text-transform: uppercase;
	border-bottom: 1px solid #f1f1f1;
}

.coordenadores_container .coordenadores_body img {
	opacity: .1;
}

.coordenadores_container .coordenadores_body .selected img {
	opacity: 1;
}


.coordenadores_footer div {
	display: block;
	margin: 0 auto;
	width: 126px;
	height: 34px;
	background: transparent url('../images/botao_azul.png') no-repeat;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 34px;
}

/* PERIODO */

.periodo_container {
	display: block;
	width: 100%;
	height: 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
    -moz-transition: height .2s ease;
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.periodo_container h1 {
	border-bottom: 1px solid #333;
	font-weight: 300;
}

.periodo_container label {
	display: inline-block;
	margin: 0 0 20px 30px;
	font-size: 130%;
	font-weight: 300;
}

.periodo_container input {
	padding: 5px 10px;
	font-size: 100%;
	width: 200px;
	font-weight: 300;
}

.periodo_body div {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto 20px 30px;
	width: 126px;
	height: 34px;
	background: transparent url('../images/botao_azul.png') no-repeat;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 34px;
}

.filtrar_empty_button div {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto 20px 30px;
	width: 126px;
	height: 34px;
	/*background: transparent url('../images/botao_silver.png') no-repeat;*/
	/*background-color: #2a99e4;*/
	background: #c6c6c6;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 34px;
}

.items-empty, .eventos-empty {
	border-radius: 10px;
	background-color: rgba(255,255,255,.5);
	padding: 150px;
}

.items-empty h1, .eventos-empty h1 {
	text-align: center;
	color: #999;
}

/* EVENTOS */

.eventos-content-header label {
	display: inline-block;
	margin: 0 0 20px 30px;
	font-size: 130%;
	font-weight: 300;
}

.eventos-content-header input {
	padding: 5px 10px;
	font-size: 100%;
	width: 200px;
	font-weight: 300;
}

.filtrar-eventos-button div, .empty-eventos-button div {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto 20px 30px;
	width: 126px;
	height: 34px;
	background: transparent url('../images/botao_azul.png') no-repeat;
	font-weight: 700;
	text-align: center;
	line-height: 34px;
	color: #fff;
}

.evento-item {
	display: block;
	background-color: #fff;
	padding: 30px 40px;
	margin-top: 40px;
	border-radius: 10px;
	box-shadow: 5px 5px 15px rgba(0,0,0,.1);
	position: relative;
}

.evento-item h1 {
	line-height: 1;
	font-size: 200%;
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.evento-item strong {
	min-width: 70px;
	font-weight: 700;
	display: inline-block;
}

.evento-item p {
	font-size: 120%;
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 150%;
}

.evento-item > a {
	width: 126px;
	height: 34px;
	background: transparent url('../images/botao_azul.png') no-repeat;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 34px;
	display: inline-block;	
	margin-right: 20px;
	margin-top: 20px;
}

.evento-item input {
	display: block;
}

.evento-item .maps-container {
	display: none;
	margin-top: 30px;
	width: 100%;
	height: 0;
	border: 1px solid #dadada;
	background: #e5e5e5 url('../images/thumb_avatar.png') no-repeat center center;
    -moz-transition: height .2s ease;
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    position: relative;
}

.pagination {
	display: flex;
    justify-content: center;
	margin: 30px auto 15px;
	position: relative;
	list-style: none;
    width: -moz-max-content;
    width: -o-max-content;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	padding: 10px 10px;
	display: block;
}

.pagination .active a {
	cursor: default;
	background-color: #2383c4;
	color: #fff;
}

.marqueeItem {
/*	AMARELO ANTIGO*/
/*	color: #fff09d;*/
	color: #ffeb00;
	font-size: 20px;
	font-weight: 700;
	margin: 0 10px;
	margin-bottom: 5px;
}

.marquee-tooltip {
	position: fixed;
	display: block;
	left: 0;
	bottom: 0;
	width: 230px;
	z-index: 99999;
	pointer-events: none;
}

.marquee-tooltip-header,
.marquee-tooltip-body,
.marquee-tooltip-footer {
	display: block;
	overflow: hidden;
}

.marquee-tooltip-header {
	height: 26px;
	width: 100%;
	background: transparent url('../images/marquee-tooltip-header.png') no-repeat;
}

.marquee-tooltip-body {
	min-height: 30px;
	background: transparent url('../images/marquee-tooltip-content.png') repeat-y;
}

.marquee-tooltip-body span {
	color: #fff000;
	display: block;
	text-align: center;
	margin: 4px 0;
}
.marquee-tooltip-body p {
	display: block;
	color: #fff;
	text-align: center;
	padding: 0 30px 15px 20px;
	width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.marquee-tooltip-footer {
	background: transparent url('../images/marquee-tooltip-footer.png') no-repeat;
	height: 30px;
	width: 100%;
}

.jornais_footer, .coordenadores_footer, .tipo_publicacoes_footer {
	background-color: rgba(255,255,255,.5);
	border-top: 1px solid #f1f1f1;
	margin: 0 30px;
}

/*
    Ajustes do componente Scroll.
*/

.share {
	width: 126px;
	height: 34px;
/*	background: #0c3e6f url("../images/background_dark_blue.jpg") repeat scroll 0 0;*/
	background-color: #2a99e4;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 34px;
	position: relative;
	display: inline-block;
}

.share > ul {
	display: none;
	position: absolute;
	top: -6px;
	left: 0px;
	width: 136px;
	background-color: #2a99e4;
	padding: 10px;
	height: 25px;
	border-radius: 4px;
	box-shadow: inset 0 0 10px rgba(0,0,0, .4);
	overflow: hidden;
}

.share:hover ul {
	display: block;
}

.share > ul > li {
	margin-left: 3px;
	margin-right: 3px;
	display: inline-block;
}

.share > ul > li div {
	width: 26px;
	height: 26px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0,0,0, .4);
}

.share .facebook {
	background: #3b5999 url("../images/social-icons.png") no-repeat scroll -137px 6px;
}

.share .twitter {
	background: #00aced url("../images/social-icons.png") no-repeat scroll -95px 1px;
}

.share .g {
	background: #dd4e41 url("../images/social-icons.png") no-repeat scroll -56px 1px;
}

.share .linkedin {
	background: #0080b2 url("../images/social-icons.png") no-repeat scroll -16px 2px;
}

.share .mail {
	background: #444444 url("../images/social-icons.png") no-repeat scroll -174px 2px;
}

.share .copy-url {
	background: #ffffff url("../images/social-icons.png") no-repeat scroll -211px 2px;
}

.share-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent url('../images/share-icon.png') no-repeat;
	position: relative;
	top: 5px;
}

.filter-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent url('../images/filter-icon.png') no-repeat;
	position: relative;
	top: 5px;
}

.close-filter {
	display: block;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	position: absolute;
	background: transparent url('../images/close-icon.png') no-repeat center center;
	top: 0;
	right: 0;
	cursor: pointer;
}

.owl-carousel {
	max-width: 1280px;
	margin: 0 auto;
	display: block;
}

.owl-controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

}

.owl-nav {
	position: relative;
}

.owl-nav > div {
	width: 48px;
	height: 48px;
	display: block;
	cursor: pointer;
	border-radius: 100%;
	position: absolute;
}

.owl-prev {
	left: 20px;
	top: 80px;
	background: rgba(255,255,255,.5) url('../images/arrow-left.png') no-repeat center center;
}

.owl-next {
	right: 20px;
	top: 80px;
	background: rgba(255,255,255,.5) url('../images/arrow-right.png') no-repeat center center;
}

.close-map {
	width: 40px;
	height: 40px;
	background: transparent url('../images/close-icon.png') no-repeat;
	position: absolute;
	top: -65px;
	right: 0;
	cursor: pointer;
}

.closePDF {
	width: 40px;
	height: 40px;
	background: transparent url('../images/close-icon.png') no-repeat;
	position: absolute;
	top: -50px;
	right: 0;
	cursor: pointer;
}

.contact-page {
	max-width: 1280px;
	margin: 25px auto 0;
	display: block;
	position: relative;
	padding: 35px 30px 20px;
	border-radius: 15px;
	background-color: rgba(255,255,255,.8);

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.contact-page h1 {
	font-weight: 300;
	border-bottom: 1px solid #cacaca;
}

.contact-page form {
	margin: 60px 0 0 0;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 500px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.contact-page form textarea {
	height: 200px;
}

.city-details {
	margin-top: 50px;
}

.contact-page form > div {
	display: block;
	margin-bottom: 15px;
}

.contact-page form textarea, .contact-page form input {
	display: block;
	border: 1px solid #999999;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	padding: 10px 15px;
	width: calc(100% - 30px);
}

.contact-page form label {
	font-size: 14pt;
	font-weight: 300;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.contact-page form button {
	background-color: #ed7e31;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	padding: 10px 50px;
	cursor: pointer;
    font-weight: 700;
}

.contact-page .button-container {
	text-align: right;
}

.loading-container {
	position: absolute;
	background-color: rgba(12,62,111,.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
	display: none;
}

.loading-container img {
	display: block;
	margin: 100px auto 0;
	width: 300px;
	border-radius: 10px;
}

.contact-page .maps-container {
	margin: 30px 30px 0 0;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	position: absolute;
	left: 0;
}

#contactForm {
	position: absolute;
	width: 50%;
	right: 15px;
}

.contact-page {
	position: relative;
	height: 750px;
}

.contact-page .maps-container {
	margin: 30px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	position: absolute;
	left: 0;
}

.contact-page .maps-container .maps-window {
	text-align: right;
	position: relative;
	overflow: hidden;
}

.contact-page .maps-container .maps {
	width: 100%;
}

.contact-page .maps-container .maps img {
	width: 100%;
}

#mapContainer {
	background-color: rgba(0,0,0,.0);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#mapContainer .map {
	background-color: rgba(0,0,233,0);
	border: 1px solid rgba(255,0,0,0);
	display: block;
	position: absolute;
	width: 100%;
}

#mapContainer .map-df {
	bottom: 42%;
    right: 29%;
    width: 15%;
    height: 8%;
}

#mapContainer .map-rj {
	bottom: 20%;
    right: 4%;
    width: 18%;
    height: 11%;
}

#mapContainer .map-mg {
	bottom: 31%;
    right: 11%;
    width: 20%;
    height: 11%;
}

#mapContainer .map-pa {
	bottom: 0%;
    right: 21%;
    width: 28%;
    height: 7%;
}

#mapContainer .map-cs {
	bottom: 7%;
    right: 21%;
    width: 26%;
    height: 9%;
}

#mapContainer .map-sp {
	bottom: 20%;
    right: 22%;
    width: 20%;
    height: 11%;
}

.city-details {
	background: transparent url('../images/pin.png') no-repeat center top;
	padding-top: 140px;
	text-align: center;
	display: none;
}

.city-details h1 {
	color: #2384c6;
	border: none;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;

}

.city-details strong {
	font-weight: bold;
	color: #444444;
}

.city-details .back {
	color: #2384c6;
	margin-top: 7px;
	display: block;
	font-size: 90%;
}

#goTop {
	width: 50px;
	height: 50px;
	/*background: rgba(12,62,111,.1) url('../images/go-top.png') no-repeat center center;*/
	background: rgba(255,255,255,.2) url('../images/go-top.png') no-repeat center center;
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	position: fixed;
	bottom: 40px;
	right: 10px;
	border-radius: 100%;
	cursor: pointer;
	display: none;
}

.stores-actions-mobile {
	display: none;
}

.stores-actions-mobile a {
	margin: 0;
	padding: 0;
}

.stores-actions-mobile li {
	display: inline-block;
	margin-right: 15px;
}

.stores-actions-mobile li:last-child {
	margin-right: 0;
}

.stores-actions-mobile div {
	width: 36px;
	height: 36px;
	border-radius: 3px;
}

.stores-actions-mobile .google-play div {
	background: transparent url("../images/icons-play-stores.png") no-repeat scroll -3px 1px;
}

.stores-actions-mobile .app-store div {
	background: transparent url("../images/icons-play-stores.png") no-repeat scroll -44px 1px;
}

.filter-selected {
	color: #f17d00;
	vertical-align: middle;	
}