/**
 * @author ESTREIA New Media - www.estreia.net
 * @copyright Copyright (C) 2016 ESTREIA New Media. All rights reserved.
 * @license Proprietary
 */

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

body {
	background-color: #e2e2e2;
	font: 13px Verdana, Geneva, Arial;
	color: #333333;
	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: #7fcc00;
	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: 1px;
	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;
}






/*!
 * 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 -- */

#divHeaderContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #333333;
	text-align: center;
	z-index: 900;
}

@media (max-width: 799px) {
	#divHeaderContainer {
		height: 135px;
	}
}

#divHeader {
	width: 100%;
	height: 110px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

@media (max-width: 799px) {
	#divHeader {
		height: 95px;
	}
}

#divLogo {
	width: 200px;
	height: 90px;
	text-align: left;
	margin-left: 50px;
	padding-top: 13px;
	float: left;
}

@media (max-width: 1599px) {
	#divLogo {
		margin-left: 30px;
	}
}

@media (max-width: 799px) {
	#divLogo {
		width: 250px;
		height: 80px;
		/*text-align: center;*/
		padding-top: 5px;
		/*margin: 0 auto;*/
		margin: 0 0 0 10px;
		float: none;
	}
}

#logoLA {
	height: 83px;
	width: auto;
}

#divTopRight {
	height: 90px;
	font-family: 'Nunito', Verdana, Geneva, Arial;
	font-size: 13px;
	font-weight: 300;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: right;
	padding: 20px 50px 0 0;
}

@media (max-width: 1599px) {
	#divTopRight {
		padding: 20px 30px 0 0;
	}
}

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

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

#divTopRight a {
	color: #b3d807;
}

#divTopRight form {
	display: inline;
}

#divTopRight select {
	font: 13px Verdana, Geneva, Arial;
	color: #333333;
	padding: 2px 2px 2px 5px;
	border: 0;
}

#divTopRight div {
	display: inline;
}

#divTopRight p {
	margin: 0;
	display: inline;
}






/* -- SP weather -- */

div.weather_sp1 {
	height: 60px !important;
	display: block !important;
	padding: 0 !important;
	margin: 5px 0 0 0 !important;
	overflow: hidden;
	float: right;
}

span.weather_sp1_city {
	font: 18px Verdana, Geneva, Arial;
	color: #666666;
	line-height: 60px;
}	

span.spw_current_temp {
	font: 18px Verdana, Geneva, Arial;
	color: #666666;
	line-height: 60px;
}	

img.spw_icon_big {
	height: 60px !important;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}







/* menu */

nav {
	width: 100%;
	height: 39px;
	background-color: #333333;
	border-top: 1px solid #525252;
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 799px) {
	nav {
		width: auto;
	}
}

#navbar {
	width: 100%;
	height: 39px;
	text-align : center;
}

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

nav ul.navbar-nav {
	text-align : center;
	margin: 0px auto;
	padding: 0;
}

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

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

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

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

@media (max-width: 799px) {
	nav ul.navbar-nav li a.mobileMenu {
		display: block;
	}
}

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

nav ul.navbar-nav li a {
	height: 39px;
	background-color: transparent;
	font-family: "Nunito", Verdana, Geneva, Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 39px;
	text-align: center;
	display: block;
	padding: 0 30px;
	text-decoration: none;
	white-space: pre;
}

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

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

@media (max-width: 799px) {
	nav ul.navbar-nav li a {
		background-color: #ffffff;
		font-size: 14px;
		font-weight: 400;
		color: #333333;
		padding: 0;
	}
}

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

nav ul.navbar-nav li:hover a {
	color: #333333 !important;
}

.dropup {
	position: relative;
}

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

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

/* submenus */

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 280px;
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	padding: 10px 0 10px 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 3px 6px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.20);
}

@media (max-width: 799px) {
	.dropdown-menu {
		width: auto !important;
		border-top: 1px solid #f0f0f0 !important;
		padding: 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
}

.dropdown-menu li {
	height: auto !important;
	border-top: none !important;
	padding: 0 !important;
	display: block !important;
}

@media (max-width: 799px) {
	.dropdown-menu li {
		width: auto !important;
	}
}

.dropdown-menu li a {
	height: auto !important;
	background-color: #ffffff !important;
	font-family: "Open Sans", Verdana, Geneva, Arial !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #333333 !important;
	letter-spacing: 0 !important;
	line-height: 23px !important;
	text-align: left !important;
	text-transform: none !important;
	padding: 7px 5px 7px 30px !important;
	display: block;
	white-space: normal !important;
}

@media (max-width: 1279px) {
	.dropdown-menu li a {
		padding-left: 20px !important;
	}
}

@media (max-width: 1023px) {
	.dropdown-menu li a {
		padding-left: 12px !important;
	}
}

@media (max-width: 799px) {
	.dropdown-menu li a {
		background-color: #f0f0f0 !important;
		font-size: 15px !important;
		text-align: center !important;
		padding: 7px 5px !important;
	}
}

.dropdown-menu li a:hover {
	background-color: #f0f0f0 !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;
	}
}













/* -- menu mobile -- */

.navbar-toggle {
	position: relative;
	width: 52px;
	height: 39px;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 10px 15px 11px 15px;
	display: inline-block;
	overflow: hidden;
}

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

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

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

@media (max-width: 799px) {
	nav:hover .navbar-toggle {
		background-color: #ffffff;
	}
}

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

.navbar-toggle:hover .icon-bar {
	background-color: #555555;
}

@media (max-width: 799px) {
	nav:hover .navbar-toggle .icon-bar {
		background-color: #555555 !important;
	}
}

@media (max-width: 799px) {
	.navbar-toggle:focus .icon-bar {
		background-color: #555555 !important;
	}
}

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

#mobilePhone {
	display: none;
}

@media (max-width: 799px) {
	#mobilePhone {
		height: 39px;
		font-family: "Open Sans", Verdana, Geneva, Arial;
		font-size: 18px;
		color: #ffffff;
		font-weight: 300;
		line-height: 39px;
		text-align: center;
		padding: 0 15px 0 20px;
		display: inline-block;
		vertical-align: top;
	}
}








/* -- top badge -- */

#topBadge {
	position: absolute;
	/*top: 135px;*/
	top: 130px;
	right: 40px;
	z-index: 2000;
}

@media (max-width: 1599px) {
	#topBadge {
		right: 20px;
	}
}

@media (max-width: 1279px) {
	#topBadge {
		right: 0px;
	}
}

@media (max-width: 799px) {
	#topBadge {
		/*display: none;*/
		top: 5px;
		right: 5px;
		height: 85px;
		width: auto;
	}
}








/* -- main div -- */

#divMain {
	position: absolute;
	top: 150px;
	width: 100%;
	text-align: center;
	z-index: 800;
}

@media (max-width: 799px) {
	#divMain {
		top: 135px;
	}
}






/* -- slideshow -- */

#divSlideshow {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	background-color: #bbb9ba;
	text-align: left;
	overflow: hidden;
}

#divSlideshow .divSlide {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 450px;
	overflow: hidden;
}

#divSlideshow .divSlide .slide {
	width: 100%;
	height: 450px;
	background-color: #bbb9ba;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	font: 15px Verdana, Arial, Geneva;
	line-height: 150%;
	color: #666666;
	float: left;
	cursor: pointer;
}

#divSlideshow h1 {
	width: 80%;
	font: 32px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 300;
	color: #333333;
	text-align: left;
	line-height: 38px;
	margin: 15px 0 0 50px;
	text-shadow:
	0px 0px 5px #e6e6e6,
	0px 0px 5px #e6e6e6,
	0px 0px 5px #e6e6e6,
	0px 0px 10px #e6e6e6,
	0px 0px 10px #e6e6e6,
	0px 0px 10px #e6e6e6,
	0px 0px 20px #e6e6e6,
	0px 0px 20px #e6e6e6,
	0px 0px 20px #e6e6e6;
}

@media (max-width: 1599px) {
	#divSlideshow h1 {
		margin: 15px 0 0 30px;
	}
}

@media (max-width: 799px) {
	#divSlideshow h1 {
		text-align: center;
		margin: 15px auto 0 auto !important;
	}
}

#divSlideshow h1 a {
	color: #333333;
}

#divSlideshow h1 a:hover {
	color: #000000;
}

#divSlideshow h2 {
	width: 70%;
	font: 17px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 300;
	color: #333333;
	text-align: left;
	line-height: 22px;
	margin: 0 0 0 50px;
	text-shadow:
	0px 0px 5px #e6e6e6,
	0px 0px 5px #e6e6e6,
	0px 0px 5px #e6e6e6,
	0px 0px 10px #e6e6e6,
	0px 0px 10px #e6e6e6,
	0px 0px 10px #e6e6e6,
	0px 0px 20px #e6e6e6,
	0px 0px 20px #e6e6e6,
	0px 0px 20px #e6e6e6;
}

@media (max-width: 1599px) {
	#divSlideshow h2 {
		margin: 0 0 0 30px;
	}
}

@media (max-width: 1023px) {
	#divSlideshow h2 {
	}
}

@media (max-width: 1023px) {
	#divSlideshow h2 br {
		display: inline;
		content: ' ';
	}
	#divSlideshow h2 br:after {
		display: inline;
		content: ' ';
	}
}

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

#divSlideshow h2 a {
	color: #333333;
}

#divSlideshow strong, #divSlideshow b {
	font-weight: 300;
}

#divSlideshow p {
	display: inline;
	margin: 0;
}

/* jssor slider bullet navigator */
/*
.jssorb21 div           (normal)
.jssorb21 div:hover     (normal mouseover)
.jssorb21 .av           (active)
.jssorb21 .av:hover     (active mouseover)
.jssorb21 .dn           (mousedown)
*/
.jssorb21 {
	position: absolute;
	top: 400px;
	left: 50% !important;
	-ms-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	position: absolute;
	/* size of bullet elment */
	width: 58px;
	height: 36px;
	background: url('../images/navigator.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.jssorb21 div {
	background-position: -5px -5px;
}
.jssorb21 div:hover, .jssorb21 .av:hover {
	background-position: -64px -5px;
}
.jssorb21 .av {
	background-position: -123px -5px;
}
.jssorb21 .dn, .jssorb21 .dn:hover {
	background-position: -182px -5px;
}








/* -- top image -- */

#divTopImage {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background-color: #bbb9ba;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
	z-index: 800;
}

@media (max-width: 1279px) {
	#divTopImage {
		background-position: center top;
	}
}

#divTopImage h1 {
	max-width: 80%;
	font: 32px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 300;
	color: #333333;
	text-align: left;
	line-height: 38px;
	margin: 5px 0 0 50px;
	text-shadow:
	0px 0px 5px #e6e6e6,
	0px 0px 5px #e6e6e6,
	0px 0px 5px #e6e6e6,
	0px 0px 10px #e6e6e6,
	0px 0px 10px #e6e6e6,
	0px 0px 10px #e6e6e6,
	0px 0px 20px #e6e6e6,
	0px 0px 20px #e6e6e6,
	0px 0px 20px #e6e6e6;
}

@media (max-width: 1599px) {
	#divTopImage h1 {
		margin: 15px 0 0 30px;
	}
}

@media (max-width: 1023px) {
	#divTopImage h1 {
		max-width: 70%;
	}
}

@media (max-width: 799px) {
	#divTopImage h1 {
		max-width: 95%;
		text-align: center;
		margin: 15px auto 0 auto !important;
	}
}

#divTopImage h2 {
	width: 940px;
	font: 17px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 300;
	color: #333333;
	text-align: left;
	line-height: 22px;
	margin: 5px 0 0 50px;
	text-shadow:
	0px 0px 5px #e6e6e6,
	0px 0px 5px #e6e6e6,
	0px 0px 5px #e6e6e6,
	0px 0px 10px #e6e6e6,
	0px 0px 10px #e6e6e6,
	0px 0px 10px #e6e6e6,
	0px 0px 20px #e6e6e6,
	0px 0px 20px #e6e6e6,
	0px 0px 20px #e6e6e6;
}

@media (max-width: 1599px) {
	#divTopImage h2 {
		margin: 0 0 0 30px;
	}
}

@media (max-width: 1023px) {
	#divTopImage h2 {
		max-width: 70%;
	}
}

@media (max-width: 1023px) {
	#divTopImage h2 br {
		display: inline;
		content: ' ';
	}
	#divTopImage h2 br:after {
		display: inline;
		content: ' ';
	}
}

@media (max-width: 799px) {
	#divTopImage h2 {
		max-width: 95%;
		text-align: center;
		margin: 5px auto 0 auto !important;
	}
}

#divTopImage h2 a {
	color: #333333;
}

#divTopImage h2 strong, #divTopImage h2 b {
	font-weight: 300;
}

#divTopImage p {
	display: inline;
	margin: 0;
}








/* -- breadcrumbs -- */

#divBreadcrumbs {
	max-width: 80%;
	height: 26px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #555555;
	line-height: 26px;
	text-align: left;
	margin: 15px 0 0 50px;
}

@media (max-width: 1599px) {
	#divBreadcrumbs {
		margin: 15px 0 0 30px;
	}
}

@media (max-width: 1023px) {
	#divBreadcrumbs {
		max-width: 70%;
	}
}

@media (max-width: 799px) {
	#divBreadcrumbs {
		max-width: 100%;
		text-align: center;
		margin: 15px auto 0 auto !important;
		white-space: nowrap;
	}
}

#divBreadcrumbs a {
	height: 26px;
	background: url('../images/bg_breadcrumbs.png') top right no-repeat;
	color: #555555;
	line-height: 26px;
	padding: 0 20px 0 10px;
	margin: 0;
	display: block;
	float: left;
}

@media (max-width: 799px) {
	#divBreadcrumbs a {
		display: inline-block;
		float: none;
	}
}

@media (max-width: 599px) {
	#divBreadcrumbs a:first-child {
		display: none;
	}
}

#divBreadcrumbs a:hover {
	background: url('../images/bg_breadcrumbs.png') bottom right no-repeat;
	color: #000000;
}

#divBreadcrumbs span {
	height: 26px;
	background: url('../images/bg_breadcrumbs.png') top left no-repeat;
	color: #555555;
	line-height: 26px;
	padding: 0 10px;
	margin: 0;
	display: block;
	float: left;
}

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






/* -- body -- */

#divContent {
	width: calc(100% - 100px);
	background-color: #ffffff;
	text-align: left;
	margin: 0 auto;
	padding: 0 50px 2% 50px;
}

@media (max-width: 1599px) {
	#divContent {
		width: calc(100% - 60px);
		padding: 0 30px 2% 30px;
	}
}

@media (max-width: 799px) {
	#divContent {
		width: calc(100% - 30px);
		padding: 0 15px 15px 15px;
	}
}

#divSubMainText {
	font: 15px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
	margin-top: 2%;
}

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

#divSubMainText strong, #divSubMainText b {
	font-weight: 700;
}

#divSubMainText p {
	margin-top: 0;
}

@media (max-width: 799px) {
	#divSubMainText p {
		text-align: center !important;
	}
}

@media (max-width: 799px) {
	#divSubMainText ul {
		text-align: left;
	}
}

#divSubMainText a:hover {
	color: #000000;
}

#divSubMainText hr {
	height: 1px;
	background-color: #f0f0f0;
	color: #f0f0f0;
	border: 0;
	clear: both;
}

#divSubMainText img.pull-right {
	margin: 0 0 10px 15px;
	float: right;
}







/* -- home stats -- */

.divStats {
	width: calc(32% - 40px);
	height: 94px;
	background-color: #009dc9;
	background-image: url('../images/bg_stats.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	font: 15px Verdana, Arial, Geneva;
	color: #ffffff !important;
	line-height: 24px;
	margin-left: 2%;
	padding: 20px;
	overflow: hidden;
	float: right;
}

@media (max-width: 1279px) {
	.divStats {
		width: calc(32% - 24px);
		font-size: 14px;
		padding: 20px 12px;
	}
}

@media (max-width: 1023px) {
	.divStats {
		width: calc(48% - 40px);
	}
}

@media (max-width: 799px) {
	.divStats {
		display: none;
	}
}

.divStats a {
	width: 356px;
	height: 94px;
	font: 15px Verdana, Arial, Geneva;
	color: #ffffff !important;
	line-height: 24px;
	display: block;
}

@media (max-width: 1279px) {
	.divStats a {
		font-size: 14px;
	}
}







/* -- home widgets -- */

.divHomeWidgets {
	width: 32%;
	height: 134px;
	border: 1px solid #e2e2e2;
	text-align: center;
	margin-left: 2%;
	overflow: hidden;
	float: right;
}

@media (max-width: 1023px) {
	.divHomeWidgets {
		display: none;
	}
}

.divHomeWidgets img:first-child {
	vertical-align: middle;
	margin: 20px 20px 20px 40px;
	display: inline-block;
}

@media (max-width: 1365px) {
	.divHomeWidgets img:first-child {
		margin: 20px 10px 20px 20px;
	}
}

@media (max-width: 1279px) {
	.divHomeWidgets img:first-child {
		width: 35%;
		max-width: 137px;
		height: auto;
	}
}

.divHomeWidgets img:last-child {
	vertical-align: middle;
	margin: 20px 40px 20px 20px;
	display: inline-block;
}

@media (max-width: 1365px) {
	.divHomeWidgets img:last-child {
		margin: 20px 20px 20px 10px;
	}
}

@media (max-width: 1279px) {
	.divHomeWidgets img:last-child {
		width: 35%;
		max-width: 137px;
		height: auto;
	}
}







/* -- booking -- */

#divBooking {
	width: 66%;
	height: 38px;
	background-color: #e2e2e2;
	font-size: 15px;
	line-height: 38px;
	margin: 2% 2% 0 0;
	text-align: center;
	overflow: hidden;
	float: left;
}

@media (max-width: 1599px) {
	#divBooking {
		font-size: 13px;
	}
}

@media (max-width: 1279px) {
	#divBooking {
		width: 100%;
		margin: 2% 0 0 0;
		font-size: 15px;
	}
}

@media (max-width: 1023px) {
	#divBooking {
		width: 100%;
		margin: 2% 0 0 0;
		font-size: 13px;
	}
}

@media (max-width: 799px) {
	#divBooking {
		width: 100%;
		height: auto;
		font-size: 15px;
		line-height: 150%;
		margin: 15px 0 0 0;
		overflow: visible;
	}
}

#divBooking table {
	width: 100%;
	min-height: 38px;
	padding: 0;
	border-spacing: 0;
	border: 0;
}

/* Esconder o titulo do module FlexCode */
#divBooking p {
	display: none;
}

#divBooking table .tdBook {
	min-height: 38px;
	background: #333333 url('../images/reservas_seta.gif') center right no-repeat;
	font: 17px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	line-height: 38px;
	padding: 0 15px 0 8px;
}

@media (max-width: 1599px) {
	#divBooking table .tdBook {
		font-size: 15px;
		padding: 0 10px 0 6px;
	}
}

@media (max-width: 1439px) {
	#divBooking table .tdBook {
		font-size: 15px;
		padding: 0 18px 0 8px;
	}
}

@media (max-width: 1279px) {
	#divBooking table .tdBook {
		font-size: 17px;
		padding: 0 15px 0 8px;
	}
}

@media (max-width: 1023px) {
	#divBooking table .tdBook {
		font-size: 14px;
		padding: 0 14px 0 5px;
	}
}

@media (max-width: 799px) {
	#divBooking table .tdBook {
		font-size: 15px;
	}
}

#divBooking form {
	padding: 0;
	margin: 0;
	display: inline;
}

@media (max-width: 799px) {
	#divBooking table .tdForm1 {
		padding: 9px 0;
	}
}

@media (max-width: 799px) {
	#divBooking table .tdForm2 {
		padding: 9px 0;
	}
}

@media (max-width: 799px) {
	#divBooking table .tdForm3 {
		padding: 9px 0;
	}
}

@media (max-width: 699px) {
	#divBooking table .tdForm3 {
		display: none;
	}
}

@media (max-width: 799px) {
	#divBooking table .tdForm4 {
		padding: 9px 0;
	}
}

@media (max-width: 699px) {
	#divBooking table .tdForm4 {
		display: none;
	}
}

@media (max-width: 799px) {
	#divBooking table .tdForm5 {
		display: none;
	}
}

#divBooking input[type="text"] {
	width: 75px;
	height: 19px;
	background: #ffffff;
	color: #333333;
	font: 11px Verdana, Arial, Geneva;
	padding: 0 5px;
	margin: 9px 10px;
	border: 0;
}

@media (max-width: 1599px) {
	#divBooking input[type="text"] {
		width: 70px;
		margin: 9px 5px;
	}
}

@media (max-width: 1439px) {
	#divBooking input[type="text"] {
		width: 65px;
		margin: 9px 5px;
	}
}

@media (max-width: 1279px) {
	#divBooking input[type="text"] {
		width: 75px;
		margin: 9px 5px;
	}
}

@media (max-width: 1023px) {
	#divBooking input[type="text"] {
		width: 65px;
		margin: 9px 3px;
	}
}

@media (max-width: 799px) {
	#divBooking input[type="text"] {
		margin: 0 3px;
	}
}

#divBooking select {
	background: #ffffff;
	color: #333333;
	font: 11px Verdana, Arial, Geneva;
	padding: 2px;
	margin: 9px 10px;
	border: 0;
}

@media (max-width: 1599px) {
	#divBooking select {
		margin: 9px 5px;
	}
}

@media (max-width: 1439px) {
	#divBooking select {
		margin: 9px 5px;
	}
}

@media (max-width: 1279px) {
	#divBooking select {
		margin: 9px 5px;
	}
}

@media (max-width: 1023px) {
	#divBooking select {
		padding: 2px 0;
		margin: 9px 3px;
	}
}

@media (max-width: 799px) {
	#divBooking select {
		margin: 0 3px;
	}
}

#divBooking table .tdSubmit {
	background-color: #c1e708;
	border-left: 2px solid #ffffff;
}

#divBooking table .tdSubmit:hover {
	background-color: #333333;
}

#divBooking .bookingSubmit {
	width: 100%;
	height: 100%;
	min-height: 38px;
	background-color: #c1e708;
	font: 17px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 400;
	color: #333333;
	text-align: center;
	padding: 0 20px;
	margin: 0;
	border: 0;
}

@media (max-width: 1599px) {
	#divBooking .bookingSubmit {
		padding: 0 10px;
	}
}

@media (max-width: 1279px) {
	#divBooking .bookingSubmit {
		padding: 0 20px;
	}
}

@media (max-width: 1023px) {
	#divBooking .bookingSubmit {
		font-size: 15px;
		padding: 0 7px;
	}
}

#divBooking .bookingSubmit:hover {
	background-color: #333333;
	color: #ffffff;
	cursor: pointer;
}






/* -- share -- */

#divShare {
	width: calc(32% - 20px);
	height: 35px;
	background-color: #e2e2e2;
	font: 13px Verdana, Arial, Geneva;
	line-height: 33px;
	color: #333333;
	text-align: center;
	margin: 2% 0 0 0;
	padding: 3px 10px 0 10px;
	overflow: hidden;
	float: left;
}

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

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

/* estilos personalizados

.st_sharethis_custom {
	background: url("http://www.lisbonservicedapartments.com/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.lisbonservicedapartments.com/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.lisbonservicedapartments.com/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.lisbonservicedapartments.com/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.lisbonservicedapartments.com/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.lisbonservicedapartments.com/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.lisbonservicedapartments.com/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.lisbonservicedapartments.com/facebook_like.png") no-repeat scroll left top transparent;
	padding: 0 32px 32px 0;
	margin-right: 15px;
	cursor: pointer;
}

*/






/* -- 3 columns -- */

.divBox3Columns {
	width: 32%;
	height: 228px;
	background-color: #e2e2e2;
	margin: 2% 2% 0 0;
	text-align: left;
	overflow: hidden;
	float: left;
}

@media (max-width: 1279px) {
	.divBox3Columns {
		height: 194px;
	}
}

@media (max-width: 1023px) {
	.divBox3Columns {
		width: 49%;
		height: 218px;
	}
}

@media (max-width: 599px) {
	.divBox3Columns {
		width: 100%;
		height: 218px;
		text-align: center;
		margin: 15px auto 0 auto;
	}
}

.divBox3Columns .title3Columns {
	position: relative;
	width: 100%;
	height: 38px;
	overflow: hidden;
}

.divBox3Columns .title3Columns a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 38px;
	font: 17px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
	text-indent: 10px;
	display: block;
	text-shadow:
	0px 0px 5px #ffffff,
	0px 0px 5px #ffffff,
	0px 0px 5px #ffffff,
	0px 0px 10px #ffffff,
	0px 0px 10px #ffffff,
	0px 0px 10px #ffffff,
	0px 0px 20px #ffffff,
	0px 0px 20px #ffffff,
	0px 0px 20px #ffffff;
}

.divBox3Columns p {
	margin: 0;
}

.divBox3Columns .title3Columns .price3Columns {
	position: absolute;
	top: 0;
	right: 10px;
	height: 38px;
	font: 11px Verdana, Arial, Geneva;
	color: #888888;
	line-height: 38px;
	text-align: right;
}

@media (max-width: 1279px) {
	.divBox3Columns .title3Columns .price3Columns {
		display: none;
	}
}

@media (max-width: 1023px) {
	.divBox3Columns .title3Columns .price3Columns {
		display: block;
	}
}

@media (max-width: 799px) {
	.divBox3Columns .title3Columns .price3Columns {
		display: none;
	}
}

.divBox3Columns .thumb3Columns {
	position: relative;
	width: 100%;
	height: 190px;
	overflow: hidden;
}

@media (max-width: 1279px) {
	.divBox3Columns .thumb3Columns {
		height: 156px;
	}
}

@media (max-width: 1023px) {
	.divBox3Columns .thumb3Columns {
		height: 180px;
	}
}

.divBox3Columns .thumb3Columns 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%);
}

.divBox3Columns:hover {
	background-color: #c1e708;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}

.divBox3Columns:active {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.divBox3Columns:hover a {
	color: #000000;
	text-shadow: none;
}

.divBox3Columns:hover .price3Columns {
	color: #ffffff;
}

.divBox3Columns:nth-child(3n + 0) {
	margin-right: 0 !important;
}

@media (max-width: 1023px) {
	.divBox3Columns:nth-child(3n + 0) {
		margin-right: 2% !important;
	}
}

@media (max-width: 599px) {
	.divBox3Columns:nth-child(3n + 0) {
		margin-right: 0 !important;
	}
}

@media (max-width: 1023px) {
	.divBox3Columns:nth-child(2n + 0) {
		margin-right: 0 !important;
	}
}







/* -- 2 columns -- */

#divLeftColumn {
	width: 66%;
	text-align: left;
	margin: 0 2% 0 0;
	float: left;
}

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

#divLeftColumn .moduletable {
	width: 100%;
	clear: both;
}

.divBox2Columns {
	width: 48.5%;
	height: 228px;
	background-color: #e2e2e2;
	margin: 3% 3% 0 0;
	text-align: left;
	overflow: hidden;
	float: left;
}

@media (max-width: 1279px) {
	.divBox2Columns {
		height: 194px;
	}
}

@media (max-width: 1023px) {
	.divBox2Columns {
		width: 48.5%;
		height: 218px;
	}
}

@media (max-width: 599px) {
	.divBox2Columns {
		width: 100%;
		height: 218px;
		text-align: center;
		margin: 15px auto 0 auto;
	}
}

.divBox2Columns .title2Columns {
	position: relative;
	width: 100%;
	height: 38px;
	overflow: hidden;
}

.divBox2Columns .title2Columns a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 38px;
	font: 17px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
	text-indent: 10px;
	display: block;
	text-shadow:
	0px 0px 5px #ffffff,
	0px 0px 5px #ffffff,
	0px 0px 5px #ffffff,
	0px 0px 10px #ffffff,
	0px 0px 10px #ffffff,
	0px 0px 10px #ffffff,
	0px 0px 20px #ffffff,
	0px 0px 20px #ffffff,
	0px 0px 20px #ffffff;
}

.divBox2Columns p {
	margin: 0;
}

.divBox2Columns .title2Columns .price2Columns {
	position: absolute;
	top: 0;
	right: 10px;
	height: 38px;
	font: 11px Verdana, Arial, Geneva;
	color: #888888;
	line-height: 38px;
	text-align: right;
}

@media (max-width: 1279px) {
	.divBox2Columns .title2Columns .price2Columns {
		display: none;
	}
}

@media (max-width: 1023px) {
	.divBox2Columns .title2Columns .price2Columns {
		display: block;
	}
}

@media (max-width: 799px) {
	.divBox2Columns .title2Columns .price2Columns {
		display: none;
	}
}

.divBox2Columns .thumb2Columns {
	position: relative;
	width: 100%;
	height: 190px;
	overflow: hidden;
}

@media (max-width: 1279px) {
	.divBox2Columns .thumb2Columns {
		height: 156px;
	}
}

@media (max-width: 1023px) {
	.divBox2Columns .thumb2Columns {
		height: 180px;
	}
}

.divBox2Columns .thumb2Columns 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%);
}

.divBox2Columns:hover {
	background-color: #c1e708;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}

.divBox2Columns:active {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.divBox2Columns:hover a {
	color: #000000;
	text-shadow: none;
}

.divBox2Columns:hover .price2Columns {
	color: #ffffff;
}

.divBox2Columns:nth-child(2n + 0) {
	margin-right: 0 !important;
}







/* -- tabs -- */

#tabs {
	width: 100%;
}

#tabs .custom {
	width: calc(100% - 30px);
	padding: 0 15px;
}

#tabs .custom hr {
	height: 1px;
	background-color: #f0f0f0;
	color: #f0f0f0;
	border: 0;
	clear: both;
}

#tabs .custom img.pull-right {
	margin: 0 0 10px 15px;
	float: right;
}








/* -- right column -- */

#divRightColumn {
	width: 32%;
	margin: 2% 0 0 0;
	float: left;
}

@media (max-width: 1023px) {
	#divRightColumn {
		width: 100%;
		margin-top: 15px;
		float: none;
		clear: both;
	}
}

#divRightColumn .moduletable {
	margin-bottom: 6%;
	clear: both;
}

@media (max-width: 1023px) {
	#divRightColumn .moduletable {
		margin-bottom: 15px;
	}
}

#divRightColumn .moduletable h3 {
	min-height: 38px;
	background: #e2e2e2;
	font: 17px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
	padding: 0 5px 0 10px;
	margin: 0;
	text-shadow:
	0px 0px 5px #ffffff,
	0px 0px 5px #ffffff,
	0px 0px 5px #ffffff,
	0px 0px 10px #ffffff,
	0px 0px 10px #ffffff,
	0px 0px 10px #ffffff,
	0px 0px 20px #ffffff,
	0px 0px 20px #ffffff,
	0px 0px 20px #ffffff;
	clear: both;
}

@media (max-width: 1023px) {
	#divRightColumn .moduletable h3 {
		text-align: center;
	}
}

#divRightColumn .moduletable ul {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media (max-width: 1023px) {
	#divRightColumn .moduletable ul {
		text-align: center;
	}
}

#divRightColumn .moduletable ul li {
	border-bottom: 1px solid #f0f0f0;
}

#divRightColumn .moduletable ul li a {
	width: calc( 100% - 15px);
	min-height: 22px;
	background: #ffffff;
	font: 15px 'Nunito', Verdana, Arial, Geneva;
	color: #7fcc00;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 7px 5px 7px 10px;
	display: block;
}

#divRightColumn .moduletable ul li a:hover {
	background: #f0f0f0;
	color: #333333;
}

#divRightColumn .moduletable ul li a.selectedLink {
	color: #333333;
}

#divRightColumn .moduletable ul li.current a {
	color: #333333;
}

#divRightColumn .moduletable .custom {
	border: 1px solid #f0f0f0;
	padding: 10px;
	margin: 1px 0 0 0;
}

#divRightColumn .moduletable .custom p {
	margin: 0;
}

/* style for Youtube videos inside iframes */
#divRightColumn .moduletable iframe {
	border: 1px solid #f0f0f0;
	padding: 10px;
	margin: 1px auto 0 auto;
}

@media (max-width: 1023px) {
	#divRightColumn .moduletable iframe {
		width: calc(100% - 20px);
		min-height: 300px;
	}
}

#divRightColumn .moduletable .divBadges {
	border: 1px solid #f0f0f0;
	padding: 10px;
	margin: 1px 0 0 0;
}

/* reset style for iframes inside badges */
#divRightColumn .moduletable .divBadges iframe {
	width: inherit;
	border: none;
	padding: 0;
	margin: 0;
}

/* style for TripAdvisor badges */
#CDSWIDFRR {
	margin: 8px 0 0 0 !important;
}
#CDSWIDSSP {
	width: 180px !important;
	height: 188px !important;
	margin: 8px 0 0 0 !important;
	overflow: hidden !important;
}
.widSSPData {
	width: 180px !important;
	padding: 0 !important;
	margin: 0 !important;
}








/* -- right slideshow -- */

#divRightColumn .moduletable .divSlideshow {
	width: calc(100% - 2px);
	border-top: 0;
	border: 1px solid #f0f0f0;
	border-top: 0;
	padding: 0;
	margin: 1px 0 0 0;
}

#divRightColumn .moduletable .divSlideshow a.group img {
	width: calc(20% - 1px);
	height: 78px;
	margin: 1px 1px 0 0;
	float: left;
}

#divRightColumn .moduletable .divSlideshow a:first-child img {
	width: 100% !important;
	height: auto;
	margin: 0 !important;
}

#divRightColumn .moduletable .divSlideshow a:nth-child(5n+1) img {
	width: calc(20%);
	margin-right: 0;
}

/* hack para o IE8, faz o mesmo que em cima */
#divRightColumn .moduletable .divSlideshow a:first-child + a + a + a + a + a img {
	margin-right: 0;
}

#divRightColumn .moduletable .divSlideshow a.group:hover img {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}













/*
    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{display: none !important; margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{max-height: 800px; float:left; margin:auto; border:0; display:block; max-width:none; -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: #ffffff;}
#colorbox{
	outline:0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
	}
    #cboxContent{overflow:visible; background:#ffffff;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#ffffff; 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("../images/bt_anterior.png") top no-repeat; width:48px; height:80px; text-indent:-9999px;}
        #cboxPrevious:hover{background:url("../images/bt_anterior.png") bottom no-repeat;}
        #cboxNext{position:absolute; top:calc(50% - 40px); right:10px; background:url("../images/bt_seguinte.png") top no-repeat; width:48px; height:80px; text-indent:-9999px;}
        #cboxNext:hover{background:url("../images/bt_seguinte.png") bottom no-repeat;}
        #cboxClose{position:absolute; bottom:5px; right:10px; background:url("../images/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;}








/* -- bottom -- */

#divBottom {
	width: calc(100% - 100px);
	min-height: 180px;
	text-align: left;
	margin: 0 auto;
	padding: 0 50px 2% 50px;
	clear: both;
}

@media (max-width: 1599px) {
	#divBottom {
		width: calc(100% - 60px);
		padding: 0 30px 2% 30px;
	}
}

@media (max-width: 1023px) {
	#divBottom {
		text-align: center;
	}
}

@media (max-width: 799px) {
	#divBottom {
		width: calc(100% - 30px);
		padding: 0 15px 2% 15px;
	}
}

#divBottom .divBottomBox {
	width: 32%;
	height: 194px;
	margin: 2% 2% 0 0;
	text-align: left;
	float: left;
}

@media (max-width: 1023px) {
	#divBottom .divBottomBox {
		width: calc(50% - 10px);
		margin: 15px 15px 0 0;
		float: none;
		display: inline-block;
	}
}

@media (max-width: 599px) {
	#divBottom .divBottomBox {
		width: 100%;
		height: auto;
		margin: 15px auto 0 auto;
	}
}

#divBottom .divBottomBox:nth-child(3n+0) {
	margin-right: 0;
}

@media (max-width: 1023px) {
	#divBottom .divBottomBox:nth-child(2n+0) {
		margin-right: 0 !important;
	}
}

@media (max-width: 1023px) {
	#divBottom .divBottomBox:nth-child(3n+0) {
		width: 100%;
		margin: 15px 0 0 0;
	}
}

/* hack para o IE8, faz o mesmo que em cima */
#divBottom .divBottomBox:first-child + div + div {
	margin-right: 0;
}

#divBottom .divBottomBox:hover {
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 1);
}

#divBottom .divBottomBox:active {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#divBottom .divBottomBox .titleBox {
	width: 100%;
	height: 38px;
	background-color: #ffffff;
	margin-bottom: 1px;
	overflow: hidden;
}

@media (max-width: 599px) {
	#divBottom .divBottomBox .titleBox {
		text-align: center;
	}
}

#divBottom .divBottomBox .titleBox a {
	width: 100%;
	height: 38px;
	font: 17px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
	text-indent: 10px;
	display: block;
}

#divBottom .divBottomBox .contentBox {
	width: 100%;
	height: 155px;
	background-color: #ffffff;
	font: 15px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 400;
	color: #333333;
	line-height: 140%;
	overflow: hidden;
}

@media (max-width: 1365px) {
	#divBottom .divBottomBox .contentBox {
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	#divBottom .divBottomBox .contentBox {
		font-size: 15px;
	}
}

@media (max-width: 599px) {
	#divBottom .divBottomBox .contentBox {
		height: auto;
		font-size: 15px;
		text-align: center;
		padding-bottom: 15px;
	}
}

@media (max-width: 599px) {
	#divBottom .divBottomBox:first-child .contentBox {
		padding-bottom: 0;
	}
}

#divBottom .divBottomBox .contentBox > strong {
	font-weight: 600;
}

#divBottom .divBottomBox .contentBox p {
	margin: 10px 0 0 10px;
	padding: 0;
}

#divBottom .divBottomBox .contentBox div {
	width: 100%;
	height: 51px;
	font: 15px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 300;
	color: #333333;
	line-height: 51px;
	border-top: 1px solid #e2e2e2;
	padding: 0 10px 0 0;
	float: left;
}

@media (max-width: 1023px) {
	#divBottom .divBottomBox .contentBox div {
		font-size: 14px;
	}
}

#divBottom .divBottomBox .contentBox div:first-child {
	border-top: 0;
}

#divBottom .divBottomBox .contentBox div strong, #divBottom .divBottomBox .contentBox div b {
	width: 51px;
	height: 51px;
	background-color: #15bcff;
	font: 22px 'Nunito', Verdana, Arial, Geneva;
	font-weight: 400;
	color: #ffffff;
	line-height: 51px;
	text-align: center;
	margin-right: 15px;
	display: block;
	float: left;
}

@media (max-width: 599px) {
	#divBottom .divBottomBox .contentBox div strong, #divBottom .divBottomBox .contentBox div b {
		margin-right: 8px;
	}
}

#divBottom .divBottomBox .contentBox a {
	color: #7fcc00;
}

#divBottom .divBottomBox .contentBox .thumbImage {
	width: 198px;
	height: 155px;
	margin-left: 3px;
	float: right;
}

@media (max-width: 1279px) {
	#divBottom .divBottomBox .contentBox .thumbImage {
		max-width: 50%;
		height: auto;
	}
}

@media (max-width: 599px) {
	#divBottom .divBottomBox .contentBox .thumbImage {
		width: 100%;
		max-width: 400px;
		height: auto;
		margin: 0 auto;
		float: none;
	}
}

#divBottom .divBottomBox:hover .titleBox {
	background-color: #c1e708;
}







/* -- footer -- */

#divFooter {
	min-height: 38px;
	background-color: #333333;
	font: 13px Verdana, Arial, Geneva;
	color: #666666;
	letter-spacing: 1px;
	line-height: 38px;
	text-align: center;
	margin: 1.8% auto 0 auto;
	padding: 0 10px;
	display: inline-block;
	clear: both;
}

@media (max-width: 799px) {
	#divFooter {
		margin-top: 0;
	}
}

#divFooter span {
	min-height: 38px;
	background-color: #333333;
	color: #999999;
	line-height: 38px;
	letter-spacing: 1px;
	padding: 0 15px;
	display: inline-block;
}

#divFooter a {
	min-height: 38px;
	background-color: #333333;
	color: #ffffff;
	line-height: 38px;
	letter-spacing: 1px;
	padding: 0 15px;
	display: inline-block;
}

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

#divFooter div, #divFooter p {
	display: inline;
}

#divFooter a.divCredits {
	color: #999999;
}

#divFooter a.divCredits:hover {
	background-color: #333333;
	color: #999999;
}







/* -- seo -- */

#divLinks {
	min-height: 30px;
	font: 11px Verdana, Arial, Geneva;
	color: #e2e2e2;
	text-align: center;
}

#divLinks a {
	color: #e2e2e2;
	letter-spacing: 1px;
	text-decoration: underline;
}

#divLinks a:hover {
	color: #e2e2e2;
	cursor: default;
}

#divLinks p {
	display: inline;
}







/* -- print -- */

@media print {
	#divLinks {
		display: none;
	}
}
