/*
Theme Name: Estreia 2017
Theme URI: http://www.estreia.net
Author: ESTREIA New Media
Author URI: http://www.estreia.net
Description: Custom theme for Meet West, 2017
Version: 2.0
License: Proprietary
License URI: http://www.estreia.net
Tags: 
Text Domain: estreia
*/

/* -- global -- */

html {
	font-family: sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background-color: #276fb7;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 1.5rem; /* 15px */
	color: #444444;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
	color: #e66600;
	text-decoration: none;
	background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

form {
	margin: 0;
}

.divClear {
	height: 0;
	clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.handCursor:hover {
	cursor: pointer !important;
}









/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }












/* -- header -- */

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #ffffff;
	text-align: center;
	z-index: 1000;
}

#divTop {
	width: 100%;
	height: 90px;
	margin: 0 auto;
}

@media (max-width: 1023px) {
	#divTop {
		width: auto;
		padding: 0 10px;
	}
}

@media (max-width: 799px) {
	#divTop {
		width: auto;
		padding: 0;
	}
}

#divLogo {
	height: 90px;
	text-align: left;
	float: left;
	overflow: hidden;
}

@media (max-width: 799px) {
	#divLogo {
		width: auto;
		white-space: nowrap;
		float: none;
	}
}

#logo {
	width: 250px;
	height: 65px;
	margin: 12px 15px 13px 30px;
}

@media (max-width: 1279px) {
	#logo {
		margin-left: 20px;
	}
}

@media (max-width: 1023px) {
	#logo {
		width: 160px;
		height: 42px;
		margin: 24px 15px 24px 20px;
	}
}

@media (max-width: 799px) {
	#logo {
		width: 250px;
		height: 65px;
		margin: 12px 15px 13px 30px;
	}
}

@media (max-width: 479px) {
	#logo {
		width: 200px;
		height: 52px;
		margin: 19px 15px 19px 10px;
	}
}











/* -- menu -- */

#navbar {
	height: 90px;
	text-align : center;
	margin: 0 auto;
}

@media (max-width: 799px) {
	#navbar {
		height: auto;
	}
}

ul.navbar-nav {
	margin: 0;
	padding: 0;
}

ul.navbar-nav li {
	position: relative;
	background-color: transparent;
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.navbar-nav li.current-menu-ancestor {
	background-color: #f0f0f0;
}

ul.navbar-nav li.current-menu-item {
	background-color: #f0f0f0;
}

ul.navbar-nav li:hover {
	background-color: #f0f0f0;
}

@media (max-width: 799px) {
	ul.navbar-nav li {
		background-color: #ffffff;
		border-top: 1px solid #f0f0f0;
		display: block;
	}
}

ul.navbar-nav li.mobileMenu {
	display: none;
}

@media (max-width: 799px) {
	ul.navbar-nav li.mobileMenu {
		width: 25%;
		display: inline-block;
	}
	ul.navbar-nav li.mobileMenu:first-child {
		width: calc(25% - 1px);
		border-right: 1px solid #f0f0f0;
	}
}

ul.navbar-nav li a {
	height: 90px;
	background-color: transparent;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 17px;
	color: #999999;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 90px;
	text-align : center;
	display: block;
	padding: 0 25px;
	text-decoration: none;
	white-space: pre;
}

@media (max-width: 1439px) {
	ul.navbar-nav li a {
		padding: 0 20px;
	}
}

@media (max-width: 1350px) {
	ul.navbar-nav li a {
		font-size: 15px;
		padding: 0 15px;
	}
}

@media (max-width: 1279px) {
	ul.navbar-nav li a {
		font-size: 14px;
		padding: 0 10px;
	}
}

@media (max-width: 1023px) {
	ul.navbar-nav li a {
		font-size: 13px;
		padding: 0 8px;
	}
}

@media (max-width: 799px) {
	ul.navbar-nav li a {
		height: 45px;
		font-size: 15px;
		line-height: 45px;
		padding: 0 8px;
	}
}

ul.navbar-nav li:hover a {
	color: #666666;
}

.dropup {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown > li {
  display : inline-block;
}

/* submenus */

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #f0f0f0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	display: none;
	z-index: 1000;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.dropdown-menu li {
	width: 300px !important;
	height: auto !important;
	background-color: #f0f0f0;
	border-top: 1px solid #ffffff;
	padding: 0 !important;
	display: block !important;
}

@media (max-width: 799px) {
	.dropdown-menu li {
		width: auto !important;
		background-color: #f0f0f0 !important;
		border-top: 1px solid #ffffff !important;
	}
}

.dropdown-menu li .current-menu-item {
	background-color: #ffffff;
}

.dropdown-menu li:hover {
	background-color: #ffffff !important;
}

.dropdown-menu li a {
	height: auto !important;
	font-size: 15px !important;
	color: #666666 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	line-height: 24px !important;
	text-align: left !important;
	padding: 10px 20px 10px 30px !important;
	display: block;
	white-space: normal !important;
}

@media (max-width: 799px) {
	.dropdown-menu li a {
		font-size: 13px !important;
		text-align: center !important;
	}
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

/* collapsing */

@media (max-width: 799px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
  }
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}

.navbar-collapse.in {
	overflow-y: auto;
}

.navbar-collapse {
	max-height: 340px;
}

@media (min-width: 800px) {
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}
}

/* toggle button */

.navbar-toggle {
	position: relative;
	margin: 28px 15px 26px 0;
	padding: 9px 10px;
	background-color: transparent;
	border: 1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
}

@media (min-width: 800px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-toggle:hover {
	background-color: #dddddd;
}

.navbar-toggle:focus {
	background-color: #ffffff;
	outline: 0;
}

.navbar-toggle .icon-bar {
	width: 22px;
	height: 2px;
	background-color: #888888;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: block;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
 









/* -- langs -- */

#divMeteoLangs {
	height: 90px;
	text-align: right;
	margin-right: 30px;
	float: right;
}

@media (max-width: 1279px) {
	#divMeteoLangs {
		margin-right: 20px;
	}
}

@media (max-width: 1023px) {
	#divMeteoLangs {
		display: none;
	}
}

.wpml-ls-legacy-dropdown-click {
    position: relative;
	width: 115px !important;
	height: 42px;
    background: #f0f0f0 url("media/bg_langs.png") left top no-repeat;
	background-size: 115px 42px;
	font: 17px Verdana, Arial, Geneva;
	line-height: 42px;
	text-align: center;
	color: #808080;
	margin: 24px 0 24px 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

@media (max-width: 1279px) {
	.wpml-ls-legacy-dropdown-click {
		width: 100px !important;
		height: 36px;
		background-size: 100px 36px;
		font-size: 15px;
		line-height: 36px;
		margin: 28px 0 26px 15px;
	}
}

.wpml-ls-legacy-dropdown-click a {
	height: 42px !important;
	background-color: transparent !important;
	font: 17px Verdana, Arial, Geneva !important;
	color: #808080 !important;
	line-height: 42px !important;
	text-align: center !important;
	padding: 0 15px !important;
    border: none !important;
}

@media (max-width: 1279px) {
	.wpml-ls-legacy-dropdown-click a {
		height: 36px !important;
		line-height: 36px !important;
	}
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-right: 15px !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: none !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	height: 36px !important;
	background-color: #f0f0f0 !important;
	line-height: 36px !important;
	border-top: 1px solid #ffffff !important;
    border-width: 1px 0 0 0 !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
	background-color: #ffffff !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	background-color: #ffffff !important;
	content: none !important;
}

/* linguas por escolher, no dropdown */
.wpml-ls-display {
		font-size: 15px !important;
}






/* -- meteo -- */

#divMeteo {
	width: 90px;
	height: 90px;
	font-family: 'Yantramanav', Verdana, Geneva, Arial;
	font-size: 29px;
	font-weight: 300;
	color: #999999;
	line-height: 94px;
	float: right;
 }

@media (max-width: 1350px) {
	#divMeteo {
		width: 82px;
		font-size: 24px;
	}
}

@media (max-width: 1279px) {
	#divMeteo {
		display: none;
	}
}

#divMeteo img {
	width: 36px;
	height: 36px;
	margin: 28px 0px 26px 6px;
	vertical-align: top;
	opacity: 1;
 }

@media (max-width: 1350px) {
	#divMeteo img {
		width: 32px;
		height: 32px;
		margin: 30px 0px 24px 6px;
	}
}

.wu-copyright {
	display: none !important;
}






/* -- Intro -- */

#divIntro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	clear: both;
	opacity: 0;
}

#divSubIntro {
	position: relative;
	top: 50%;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	margin: 0 auto;
	-ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 300;
	opacity: 0;
}
 
#divSubIntro img {
	margin: 0 auto;
}
 
#divSubIntro p {
	margin: 0 auto;
}

@media (max-width: 1279px) {
	#divSubIntro img {
		max-width: 450px;
		height: auto;
	}
}

@media (max-width: 799px) {
	#divSubIntro img {
		max-width: 400px;
		height: auto;
	}
}

@media (max-width: 479px) {
	#divSubIntro img {
		max-width: 300px;
		height: auto;
	}
}

#divSubIntro h1 {
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 32px;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	margin: -10px auto 0 auto;
	text-shadow:
		0 0 20px #333333,
		0 0 40px #666666;
}

@media (max-width: 479px) {
	#divSubIntro h1 {
		font-size: 26px;
	}
}

 .introImg {
	position: fixed;
	top: 50%;
    left: 50%;
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	margin-top: 90px;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	z-index: 50;
 }
 
 .introButtons {
	position: absolute;
	height: 22px;
	background-color: #ffffff;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 17px;
	color: #444444;
	font-weight: 300;
	text-transform: lowercase;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 10px 15px;
	margin: 20px auto 0 auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	-ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform 2000ms ease-in-out;
	-moz-transition: transform 2000ms ease-in-out;
	-o-transition: transform 2000ms ease-in-out;
	transition: transform 2000ms ease-in-out;
	z-index: 900;
 }

@media (max-width: 1023px) {
	.introButtons {
		display: none !important;
	}
}
 
#introButton1 {
	top: 62%;
	left: 43%;
	opacity: 0;
 }
 
#introButton2 {
	top: 40%;
	left: 24%;
	opacity: 0;
 }
 
#introButton3 {
	top: 53%;
	left: 26%;
	opacity: 0;
 }
 
#introButton4 {
	top: 53%;
	right: 26%;
	opacity: 0;
 }
 
#introButton5 {
	top: 40%;
	right: 24%;
	opacity: 0;
 }
 
 .introButtons:hover {
	-webkit-transition: transform 500ms ease-in-out;
	-moz-transition: transform 500ms ease-in-out;
	-o-transition: transform 500ms ease-in-out;
	transition: transform 500ms ease-in-out;
	-ms-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
	transform: scale(1) !important;
	opacity: 1 !important;
 }

 /*
Vars
n = number of images = 5
a = presentation time for one image = 5
b = duration for cross fading 1
Total animation-duration t=(a+b)*n = 30
Animation-delay = t/n or = a+b

Percentage for keyframes
1 = 0%
2 = a/t*100%
3 = (a+b)/t*100% = 1/n*100%
4 = 100%-(b/t*100%)
5 = 100%
*/
@-webkit-keyframes cf4FadeInOut {
	0% {opacity:1;}
	16% {opacity:1;}
	20% {opacity:0;}
	96% {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes cf4FadeInOut {
	0% {opacity:1;}
	16% {opacity:1;}
	20% {opacity:0;}
	96% {opacity:0;}
	100% {opacity:1;}
}

@-o-keyframes cf4FadeInOut {
	0% {opacity:1;}
	16% {opacity:1;}
	20% {opacity:0;}
	96% {opacity:0;}
	100% {opacity:1;}
}

@keyframes cf4FadeInOut {
	0% {opacity:1;}
	16% {opacity:1;}
	20% {opacity:0;}
	96% {opacity:0;}
	100% {opacity:1;}
}

#divIntro .introImg {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 30s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 30s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 30s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 30s;
}

#divIntro .introImg:nth-of-type(1) {
  -webkit-animation-delay: 27s;
  -moz-animation-delay: 27s;
  -o-animation-delay: 27s;
  animation-delay: 27s;
}

#divIntro .introImg:nth-of-type(2) {
  -webkit-animation-delay: 21s;
  -moz-animation-delay: 21s;
  -o-animation-delay: 21s;
  animation-delay: 21s;
}

#divIntro .introImg:nth-of-type(3) {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  animation-delay: 15s;
}

#divIntro .introImg:nth-of-type(4) {
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  -o-animation-delay: 9s;
  animation-delay: 9s;
}

#divIntro .introImg:nth-of-type(5) {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
 
#goToNewsButton {
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 54px;
	height: 30px;
	background-color: transparent !important;
	margin: 0 auto;
	-ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 300;
	display: block;
	opacity: 0;
 }






/* -- Home Events -- */

#divHome {
	position: absolute;
	top: 990px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
	clear: both;
	z-index: 200;
	opacity: 0;
 }

#divHome .homeTitle {
	font-family: 'Yantramanav', Verdana, Geneva, Arial;
	font-size: 60px;
	color: #ffffff;
	font-weight: 100;
	line-height: 140%;
	display: block;
 }

@media (max-width: 799px) {
	#divHome .homeTitle {
		font-size: 50px;
		padding: 0 5px;
	}
}

@media (max-width: 479px) {
	#divHome .homeTitle {
		font-size: 40px;
		padding: 0 5px;
	}
}
 
#divSlideshow {
 	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	}

@media (max-width: 1023px) {
	#divSlideshow {
		height: 400px !important;
	}
}

@media (max-width: 499px) {
	#divSlideshow {
		height: 345px !important;
	}
}
 
 #divSlide {
 	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
 	background-image: url("media/bg_footer.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 auto;
	overflow: visible !important;
	cursor: default;
	}

@media (max-width: 1023px) {
	#divSlide {
		height: 400px !important;
	}
}

@media (max-width: 499px) {
	#divSlide {
		height: 345px !important;
	}
}
 
 #divSlide .slide {
	width: calc(100% - 16%);
	height: 420px;
 	background-color: #ffffff;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 19px;
	color: #555555;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
	margin: 30px auto;
	padding: 20px 8% 0 8%;
	overflow: visible !important;
	}

@media (max-width: 1023px) {
	#divSlide .slide {
		height: 320px !important;
	}
}

@media (max-width: 799px) {
	#divSlide .slide {
		text-align: center;
	}
}

@media (max-width: 499px) {
	#divSlide .slide {
		height: 265px !important;
	}
}

#divSlide h2 {
	font-family: 'Yantramanav', Verdana, Geneva, Arial;
	font-size: 42px;
	color: #666666;
	font-weight: 100;
	line-height: 100%;
	margin: 0 0 15px 0;
	display: block;
	}

@media (max-width: 1023px) {
	#divSlide h2 {
		font-size: 36px;
		display: block;
	}
}

@media (max-width: 799px) {
	#divSlide h2 {
		display: none;
	}
}

#divSlide h2 a {
	color: #e66600;
	}

#divSlide h2:hover a {
	color: #666666;
	}

#divSlide h3 {
	font-weight: 300;
	margin: 0 0 15px 0;
	}

@media (max-width: 1023px) {
	#divSlide h3 {
		display: none;
	}
}

#divSlide p {
	margin: 0;
	}

#divSlide .eventImg {
	-ms-transform: scale(1) rotate(5deg) !important; /* IE 9 */
    -webkit-transform: scale(1) rotate(5deg) !important; /* Chrome, Safari, Opera */
    transform: scale(1) rotate(5deg) !important;
	margin: -20px 0 0 70px;
 	float: right;
	}

@media (max-width: 1023px) {
	 #divSlide .eventImg {
	 	width: 330px;
		height: auto;
		margin: -15px 0 0 50px !important;
	 	float: right;
	}
}

@media (max-width: 799px) {
	 #divSlide .eventImg {
	 	margin: -20px auto 0 auto !important;
	 	float: none;
	}
}

@media (max-width: 499px) {
	 #divSlide .eventImg {
	 	width: 280px;
		height: auto;
	}
}
 
#divSlide .moreButton {
	height: 22px;
	background: #f0f0f0 url("media/botao_mais.png") center right no-repeat;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 17px;
	color: #666666;
	font-weight: 400;
	line-height: 22px;
	border: 1px solid #f0f0f0;
	padding: 10px 40px 10px 15px;
	margin: 20px auto 0 auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow:
		0 0 5px #ffffff,
		0 0 5px #ffffff,
		0 0 10px #ffffff,
		0 0 10px #ffffff,
		0 0 10px #ffffff,
		0 0 20px #ffffff,
		0 0 20px #ffffff;
	display: inline-block;
	clear: both;
 }

@media (max-width: 1023px) {
	 #divSlide .moreButton {
		margin-top: 0;
	}
}

@media (max-width: 799px) {
	 #divSlide .moreButton {
		display: none;
	}
}
 
#divSlide .moreButton:hover {
	background-color: #ffffff;
 }

#previousSlide {
	position: absolute;
	top: 225px !important;
	left: 30px;
	width: 28px;
	height: 52px;
	cursor: pointer;
	background: url("media/seta_esq.png") center center no-repeat;
	opacity: 0.5;
	display: block;
}

@media (max-width: 1279px) {
	#previousSlide {
		left: 20px;
	}
}

@media (max-width: 1023px) {
	#previousSlide {
		top: 175px !important;
		left: 15px;
	}
}

@media (max-width: 799px) {
	#previousSlide {
		left: 10px;
	}
}

@media (max-width: 479px) {
	#previousSlide {
		left: 5px;
	}
}

#previousSlide:hover {
	opacity: 1;
}

#nextSlide {
	position: absolute;
	top: 225px !important;
	right: 30px;
	width: 28px;
	height: 52px;
	cursor: pointer;
	background: url("media/seta_dir.png") center center no-repeat;
	opacity: 0.5;
	display: block;
}

@media (max-width: 1279px) {
	#nextSlide {
		right: 20px;
	}
}

@media (max-width: 1023px) {
	#nextSlide {
		top: 175px !important;
		right: 15px;
	}
}

@media (max-width: 799px) {
	#nextSlide {
		right: 10px;
	}
}

@media (max-width: 479px) {
	#nextSlide {
		right: 5px;
	}
}

#nextSlide:hover {
	opacity: 1;
}






/* -- page title -- */

 #bgContent {
	position: fixed;
	top: 90px;
    left: 50%;
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	-ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 50;
 }

#divMain {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
    background-attachment: fixed;
	text-align: center;
	clear: both;
	z-index: 200;
 }

#divMain h1 {
	font-family: 'Yantramanav', Verdana, Geneva, Arial;
	font-size: 60px;
	color: #ffffff;
	font-weight: 100;
	line-height: 120%;
	padding: 40px 10px;
	margin: 0 auto;
	/* text-shadow: 0 0 10px #333333; */
	opacity: 0;
 }

@media (max-width: 1023px) {
	#divMain h1 {
		font-size: 50px;
	}
}

@media (max-width: 799px) {
	#divMain h1 {
		font-size: 40px;
		font-weight: 300;
	}
}

@media (max-width: 479px) {
	#divMain h1 {
		font-size: 30px;
		font-weight: 300;
	}
}






/* -- Content -- */

#divContent {
	position: relative;
	width: 80%;
	background-color: #ffffff;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 17px;
	color: #555555;
	font-weight: 400;
	text-align: center;
	line-height: 140%;
	margin: 0 auto 60px auto;
	clear: both;
	opacity: 0;
 }

@media (max-width: 1279px) {
	#divContent {
		width: 90%;
	}
}

@media (max-width: 1023px) {
	#divContent {
		width: 100%;
		margin: 0;
	}
}

#divSubContent {
	padding: 30px;
 }

@media (max-width: 1279px) {
	#divSubContent {
		padding: 20px;
	}
}

@media (max-width: 479px) {
	#divSubContent {
		padding: 10px;
	}
}

#divLeft {
	width: 50%;
	text-align: justify;
	padding-bottom: 20px;
	float: left;
 }

@media (max-width: 799px) {
	#divLeft {
		width: 100%;
		text-align: left;
		margin-right: 0;
		float: none;
	}
}

@media (max-width: 1023px) {
	#divLeft {
		width: 100%;
		text-align: left;
		margin-right: 0;
		float: none;
	}
}

#divLeftNarrow {
	width: calc(50% - 30px);
	text-align: justify;
	padding: 0 30px 20px 0;
	float: left;
 }

@media (max-width: 1279px) {
	#divLeftNarrow {
		width: calc(50% - 20px) !important;
		padding: 0 20px 20px 0;
	}
}

@media (max-width: 799px) {
	#divLeftNarrow {
		width: 100% !important;
		text-align: center;
		float: none;
	}
}

#divSubContent a {
	color: #e66600;
	line-height: 140%;
}

#divSubContent a:hover {
	color: #444444;
}

#divSubContent h1, #divSubContent h2 {
	font: 400 28px 'Open Sans', Verdana, Arial, Geneva;
	color: #666666;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (max-width: 799px) {
	#divSubContent h1, #divSubContent h2 {
		text-align: center;
	}
}

#divSubContent h3 {
	font: 300 28px 'Open Sans', Verdana, Arial, Geneva;
	color: #666666;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (max-width: 799px) {
	#divSubContent h3 {
		text-align: center;
	}
}
 
#divSubContent ul {
    max-width: 45%;
	list-style-position: outside;
	list-style-image: url("media/icon_list.png");
	text-align: left;
	margin: 15px auto 30px auto;
	display: inline-block;
}

@media (max-width: 1023px) {
	#divSubContent ul {
 	   max-width: 100%;
	 }
}

#divLeftNarrow ul {
    max-width: 100%;
}

#divSubContent hr {
	height: 1px;
	background: #ffffff;
	border: 0;
	border-top: 1px solid #e6e6e6;
	margin: 15px 0;
}

#divSubContent p {
	white-space: normal !important;
}






/* -- contact button -- */
 
#contactBt {
	height: 22px;
	background: #f0f0f0 url("media/seta_contacto.png") center right no-repeat;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 17px;
	color: #666666 !important;
	font-weight: 400;
	line-height: 22px;
	border: 1px solid #f0f0f0;
	padding: 10px 36px 10px 15px;
	margin: 0 auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow:
		0 0 5px #ffffff,
		0 0 5px #ffffff,
		0 0 10px #ffffff,
		0 0 10px #ffffff,
		0 0 10px #ffffff,
		0 0 20px #ffffff,
		0 0 20px #ffffff;
	display: inline-block;
	clear: both;
 }
 
#contactBt:hover {
	background-color: #ffffff;
 }











/* -- gallery -- */

#divLeftNarrow .gallery {
	display: none;
}

#divImage {
	width: calc(50% - 30px);
	margin: 0 0 30px 30px;
	text-align: center;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
	overflow: hidden;
}

@media (max-width: 1279px) {
	#divImage {
		width: calc(50% - 20px);
		margin: 0 0 30px 20px;
	}
}

@media (max-width: 799px) {
	#divImage {
		width: 100%;
		margin: 0 auto 20px auto;
		float: none;
	}
}

#divImage .divBig {
	position: relative;
	width: 100%;
	height: 450px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

@media (max-width: 799px) {
	#divImage .divBig {
		height: 400px;
	}
}

#divImage .divBig .big {
	position: absolute;
	top: 50%;
    left: 50%;
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	z-index: 50;
 }

#divImage .small {
    width: 100px;
    height: 100px;
	margin: 1px 1px 0 0;
	display: inline-block;
	opacity: 1;
 }
 
#divImage .small:hover {
	opacity: 0.4;
 }

#divImage .divBig .iconLupa {
	position: absolute;
	width: 100%;
	height: 450px;
	background-image: url('media/icone_lupa.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	z-index: 1000;
}

@media (max-width: 799px) {
	#divImage .divBig .iconLupa {
		height: 400px;
	}
}






/* -- Ttemplate Lista -- */

#divList {
	width: calc(100% + 60px);
	margin-left: -30px;
	clear: both;
 }

@media (max-width: 1279px) {
	#divList {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}

@media (max-width: 479px) {
	#divList {
		width: calc(100% + 20px);
		margin-left: -20px;
	}
}

#divList .divSubList {
	border-top: 1px solid #e6e6e6;
	padding: 15px 60px;
	margin: 0 auto;
	clear: both;
 }






/* -- Boxes -- */

#divPages {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	border-top: 1px solid #e6e6e6;
	padding: 30px 0 0 0;
	margin: 0 auto;
	clear: both;
 }

 #divPages .pagesHeader {
	font-family: 'Yantramanav', Verdana, Geneva, Arial;
	font-size: 42px;
	color: #666666;
	font-weight: 100;
	line-height: 140%;
	}

 #divPages a.pagesHeader:hover {
	color: #e66600;
	}
 
.divBox {
	position: relative;
	width: 25%;
	background-color: #f0f0f0;
	text-align: center;
	padding-bottom: 25%;
	margin-bottom: -5px;
	overflow: hidden;
	display: inline-block;
	opacity: 0;
 }

@media (max-width: 1439px) {
	.divBox {
		width: 33.33%;
		padding-bottom: 33.33%;
		margin-bottom: -5px;
	}
}

@media (max-width: 1279px) {
	.divBox {
		width: 33.33%;
		padding-bottom: 33.33%;
	}
}

@media (max-width: 1023px) {
	.divBox {
		width: 50%;
		padding-bottom: 50%;
	}
}

@media (max-width: 599px) {
	.divBox {
		width: 100%;
		padding-bottom: 100%;
		margin-bottom: 0;
		display: block;
	}
}
 
.divBox .boxTitle {
	position: absolute;
	top: 50%;
    left: 50%;
	width: 220px;
	height: 220px;
	background-image: url("media/bg_box.png");
	background-size: 203px 203px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	z-index: 500;
 }

@media (max-width: 1279px) {
	.divBox .boxTitle {
		width: 180px;
		height: 180px;
		background-size: 163px 163px;
	 }
}

@media (max-width: 1023px) {
	.divBox .boxTitle {
		width: 180px;
		height: 180px;
		background-size: 163px 163px;
	 }
}

@media (max-width: 799px) {
	.divBox .boxTitle {
		width: 220px;
		height: 220px;
		background-size: 203px 203px;
	 }
}
 
.divBox .boxTitle a {
	width: 150px;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 22px;
	color: #444444 !important;
	font-weight: 300;
	line-height: 125%;
	text-align: center;
	margin: 0 auto;
	display: block;
 }

@media (max-width: 1279px) {
	.divBox .boxTitle a {
		font-size: 19px;
	 }
}

@media (max-width: 799px) {
	.divBox .boxTitle a {
		font-size: 22px;
	 }
}
 
.divBox img {
	position: absolute;
	top: 50%;
    left: 50%;
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	z-index: 300;
	opacity: 1;
 }
 
.divBox:hover img {
	opacity: 0.4;
 }













/* -- form contacto -- */

#divContactForm {
	width: 50%;
	background-color: #f0f0f0;
	font: 15px Verdana, Arial, sans-serif;
	color: #444444;
	line-height: 140%;
	padding: 0;
	margin-bottom: 30px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
 }

@media (max-width: 799px) {
	#divContactForm {
		width: 100%;
		margin-top: 0;
		float: none;
		clear: both;
	}
}

#divContactForm .titleDiv {
	width: 100%;
	min-height: 70px;
	font-family: 'Yantramanav', Verdana, Geneva, Arial;
	font-size: 32px;
	color: #666666;
	font-weight: 300;
	line-height: 70px;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0 auto;
	border-bottom: 1px solid #ffffff;
	display: block;
}

#divContactForm .formBody {
	width: 85%;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 17px;
	color: #555555;
	font-weight: 400;
	line-height: 30px;
	margin: 15px auto 0 auto;
	padding-top: 5px;
	text-align: left;
}

@media (max-width: 1023px) {
	#divContactForm .formBody {
		width: 90%;
		font-family: 'Open Sans', Verdana, Geneva, Arial;
		font-size: 15px;
	}
}

#divContactForm .smallTxt {
	font: 13px Verdana, Arial, sans-serif;
	color: #999999;
	text-align: center;
}

#divContactForm input[type=text] {
	width: 68%;
	height: 30px;
	font: bold 13px Verdana, Arial, sans-serif;
	color: #555555;
	line-height: 29px;
	text-align: left;
	margin: 1px 0 0 0;
	padding: 0 10px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

@media (max-width: 1023px) {
	#divContactForm input[type=text] {
		width: 60%;
	}
}

#divContactForm input[type=email] {
	width: 68%;
	height: 30px;
	font: bold 13px Verdana, Arial, sans-serif;
	color: #555555;
	line-height: 29px;
	text-align: left;
	margin: 1px 0 0 0;
	padding: 0 10px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

@media (max-width: 1023px) {
	#divContactForm input[type=email] {
		width: 60%;
	}
}

#divContactForm textarea {
	width: 68%;
	height: 90px;
	font: bold 13px Verdana, Arial, sans-serif;
	color: #555555;
	text-align: left;
	margin: 1px 0 5px 0;
	padding: 10px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

@media (max-width: 1023px) {
	#divContactForm textarea {
		width: 60%;
	}
}

span.alunos textarea {
	width: 95% !important;
}
 
/* -- captcha -- */

#divContactForm form span.captchaLabel {
	margin: 0 !important;
	display: block;
 }

#divContactForm img.wpcf7-captchac {
	margin: 2px 10px 0 0;
	float: right;
 }
 
#divContactForm form .wpcf7-captchar {
	width: 205px;
	float: right;
 }

@media (max-width: 1023px) {
	#divContactForm form .wpcf7-captchar {
		width: 30%;
	}
}
 /* -- end captcha -- */

#divContactForm .divSubmit {
	width: 100%;
	text-align: center;
	border-top: 1px solid #ffffff;
	margin-top: 10px;
	padding: 10px 0;
	clear: both;
}

#divContactForm input[type=submit] {
	width: 100px;
	height: 44px;
	background-color: #faa61a;
	font: 17px Verdana, Arial, Geneva;
	text-align: center;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 8px 15px;
	margin: 10px auto 0 auto;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#divContactForm input[type=submit]:hover {
	background: #4d4b5b;
	color: #ffffff;
	cursor: pointer;
}

.ajax-loader {
	margin: 2px auto !important;
	display: block !important;
}

#divContactForm .wpcf7-response-output {
	font: 13px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 140%;
	text-align: center;
	margin: 5px 10px 0 10px;
	padding: 5px !important;
	border-color: #e66600 !important;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#divContactForm .wpcf7-not-valid-tip {
	width: auto !important;
	height: 20px !important;
	margin: 1px 0 0 146px !important;
	font: 13px Verdana, Arial, Geneva;
	color: #555555;
	line-height: 20px;
	text-align: center;
	padding: 5px !important;
	border-color: #e66600 !important;
	white-space: nowrap;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}

@media (max-width: 1023px) {
	#divContactForm .wpcf7-not-valid-tip {
		position: absolute !important;
		top: 0 !important;
		left: 60px !important;
		margin: 1px auto 0 auto !important;
	}
}

#divDialog {
	width: calc(50% - 40px);
	background-color: #f0f0f0;
	font: 15px Verdana, Arial, Geneva;
	text-align: center;
	color: #444444;
	line-height: 140%;
	padding: 20px;
	margin-top: 15px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

@media (max-width: 799px) {
	#divDialog {
		width: 100%;
		padding: 20px 0;
		margin-top: 0;
		float: none;
		clear: both;
	}
}

#divDialog strong {
	font: 400 24px 'Open Sans', Verdana, Arial, Geneva;
	color: #555555;
}













/* -- Mapa -- */

#googleMap {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	border: 0;
	clear: both;
	opacity: 0;
}

@media (max-width: 1279px) {
	#googleMap {
		height: 400px;
	}
}

@media (max-width: 1023px) {
	#googleMap {
		height: 300px;
	}
}










/* -- share -- */

#divShare {
	width: 100%;
	height: 42px;
	background-color: #ffffff;
	text-align: center;
	border-top: 1px solid #e6e6e6;
	padding: 30px 0 20px 0;
	margin: 0 auto;
	clear: both;
}

@media (max-width: 1023px) {
	#divShare {
		width: auto;
	}
}

.st_fblike_large span {
	vertical-align: top !important;
}

/* estilos personalizados

.st_sharethis_custom {
	background: url("http://www.escolinhatialo.pt/wp-content/uploads/facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_facebook_custom {
	background: url("http://www.escolinhatialo.pt/wp-content/uploads/facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_twitter_custom {
	background: url("http://www.escolinhatialo.pt/wp-content/uploads/facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_linkedin_custom {
	background: url("http://www.escolinhatialo.pt/wp-content/uploads/facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_email_custom {
	background: url("http://www.escolinhatialo.pt/wp-content/uploads/facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_fblike_custom {
	background: url("http://www.escolinhatialo.pt/wp-content/uploads/facebook_like.png") no-repeat scroll left top transparent;
	padding: 10px 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_plusone_custom {
	background: url("http://www.escolinhatialo.pt/wp-content/uploads/facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
} 

.st_pinterest_custom {
	background: url("http://www.escolinhatialo.pt/wp-content/uploads/facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
}

*/













/* -- bottom -- */

#divBottom {
	width: 100%;
	background-color: #276fb7;
	padding-top: 20px;
	margin: 0 auto;
	clear: both;
	z-index: 2000;
}

#homepage #divBottom {
	padding-top: 0;
}

#divQuotes {
	position: relative;
	width: 100%;
	min-height: 60px !important;
	padding: 10px 0;
	margin: 0 auto;
	-o-transition-property: height .5s ease 0s;
	-webkit-transition-property: height .5s ease 0s;
	-moz-transition-duration: height .5s ease 0s;
	transition: height .5s ease 0s;
	clear: both;
}

#homepage #divQuotes {
	min-height: 80px !important;
}

#divQuotes .tabQuote {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1220px;
	min-height: 52px !important;
	margin: 0 auto 30px auto;
	-ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	display: none;
}

#homepage #divQuotes .tabQuote {
	top: 10px;
}

#divQuotes .tabQuote.current {
	display: block;
}

@media (max-width: 1279px) {
	#divQuotes .tabQuote {
		width: 980px;
	}
}

@media (max-width: 1023px) {
	#divQuotes .tabQuote {
		width: 800px;
	}
}

@media (max-width: 799px) {
	#divQuotes .tabQuote {
		width: 100%;
	}
}

.quoteLeft {
	font-family: 'Yantramanav', Verdana, Geneva, Arial;
	font-size: 45px;
	color: #ffffff;
	font-weight: 100;
	text-align: left;
	white-space: nowrap;
	padding: 2px 30px 0 0;
}

@media (max-width: 479px) {
	.quoteLeft {
		font-size: 40px;
	}
}

@media (max-width: 1023px) {
	.quoteLeft {
		text-align: center;
		display: block;
		padding: 0;
	}
}

.quoteRight {
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 19px;
	color: #ffffff;
	font-weight: 300;
	line-height: 140%;
	text-align: justify;
}

@media (max-width: 1023px) {
	.quoteRight {
		font-size: 15px;
		letter-spacing: 1px;
		text-align: center;
		padding: 15px 5px 0 5px;
		display: block;
	}
}

.quoteRight p {
	margin: 0;
}

.quoteProgressBar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0%;
	height: 1px;
	background: #ffffff;
	z-index: 1000;
}

.backgroundBar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #689acd;
	z-index: 900;
}













/* -- contact bar -- */

#divContact {
	width: 100%;
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 19px;
	color: #ffffff;
	font-weight: 300;
	line-height: 140%;
	text-align: center;
	padding: 30px 0 0 0;
	margin: 0 auto;
	clear: both;
}

@media (max-width: 479px) {
	#divContact {
		font-size: 17px;
	}
}

#divContact a {
	font-family: 'Open Sans', Verdana, Geneva, Arial;
	font-size: 19px;
	color: #ffcc00;
	font-weight: 300;
	line-height: 140%;
}

@media (max-width: 479px) {
	#divContact a {
		font-size: 17px;
	}
}

#divContact a:hover {
	color: #ffffff;
}

#divContact a.contactHeader {
	font-family: 'Yantramanav', Verdana, Geneva, Arial;
	font-size: 60px;
	color: #ffffff;
	font-weight: 100;
	line-height: 140%;
	padding: 30px auto;
	display: block;
}

@media (max-width: 479px) {
	#divContact a.contactHeader {
		font-size: 40px;
	}
}

#divContact img {
	margin: 25px 15px;
	display: inline-block;
}

@media (max-width: 479px) {
	#divContact img {
		margin: 25px 10px;
	}
}

#divContact p {
	margin: 0;
}

#topArrow {
	margin: 0 auto !important;
	display: block !important;
	clear: both;
}













/* -- footer -- */

#divFooter {
	min-height: 48px;
	text-align: center;
	margin: 20px auto;
	display: inline-block;
	clear: both;
}

#divFooter a, #divFooter span {
	font: 15px Verdana, Arial, Geneva;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 10px 15px;
	border: 1px solid #689acd;
	display: inline-block;
	margin-top: -1px;
	margin-left: -1px;
}

@media (max-width: 799px) {
	#divFooter a, #divFooter span {
		letter-spacing: 0px;
	}
}

#divFooter span.first {
	border-right: none !important;
	padding: 10px 0px 10px 15px;
	margin-right: -5px;
}

@media (max-width: 529px) {
	#divFooter span.first {
		padding: 10px 15px !important;
		border-right: 1px solid #689acd !important;
	}
}

#divFooter .textwidget span:first-child {
	border-left: none !important;
}

@media (max-width: 529px) {
	#divFooter .textwidget span:first-child {
		border-left: 1px solid #689acd !important;
	}
}

#divFooter .credits {
	margin-left: -5px !important;
}

#divFooter a {
	text-decoration: none;
}

#divFooter a:hover {
	background-color: #689acd;
	color: #ffffff;
}

#divFooter div {
	display: inline;
}













/* -- admin -- */

#divAdmin {
	min-height: 30px;
	color: #689acd;
	font: 15px Verdana, Arial, Geneva;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

#divAdmin a {
	font: 15px Verdana, Arial, Geneva;
	color: #689acd;
	letter-spacing: 1px;
	line-height: 28px;
}

#divAdmin a:hover {
	color: #ffffff;
}













/* -- ligacoes -- */

#divLigacoes {
	width: 90%;
	font-family: Verdana, Arial, Geneva;
	font-size: 15px;
	font-weight: 100;
	color: #276fb7;
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
	cursor: default;
}

#divLigacoes a {
	color: #276fb7;
}

#divLigacoes a:hover {
	cursor: default;
}
 















/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width: none; max-height: 900px; -ms-interpolation-mode: bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background-color: #ffffff;}
#colorbox{outline:0;}
    #cboxContent{overflow:visible; background:#ffffff;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#ffffff; padding:1px; margin-bottom: 35px;}
        #cboxLoadingGraphic{}
        #cboxLoadingOverlay{background:#ffffff;}
        #cboxTitle{position:absolute; bottom:10px; left:0; text-align:center; width:100%; color:#999999;}
        #cboxCurrent{position:absolute; bottom:10px; left:10px; color:#999999;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; position:absolute; background: transparent;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxSlideshow{display: none !important;}
        #cboxPrevious{position: absolute; top: calc(50% - 40px); left: 10px; background: url("media/bt_anterior.png") top no-repeat; width:48px; height:80px; text-indent:-9999px;}
        #cboxPrevious:hover{background: url("media/bt_anterior.png") bottom no-repeat;}
		#cboxPrevious:focus{outline: none;}
        #cboxNext{position: absolute; top: calc(50% - 40px); right:10px; background: url("media/bt_seguinte.png") top no-repeat; width:48px; height:80px; text-indent:-9999px;}
        #cboxNext:hover{background: url("media/bt_seguinte.png") bottom no-repeat;}
		#cboxNext:focus{outline: none;}
        #cboxClose{position: absolute; bottom: 5px; right: 10px; background: url("media/bt_close.gif") no-repeat; width:25px; height:25px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
		
@media (max-width: 1023px) {
	#cboxLoadedContent{margin: 0;}
	#cboxTitle {display: none;}
	#cboxCurrent {display: none !important;}
}