/**
*@name: ResetMaster;
*@author: Robson Junior;
*@author-url: http://www.robsonjunior.cc;
*@description: Reset CSS, HTML;
*@update: 11/12/2013;
**/
/*
--------------------------------
RESET
--------------------------------
*/
* {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}
html {
  overflow-y: scroll !important;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: 75%;
}
strong,
b {
  font-weight: bold;
}
cite,
em,
dfn,
i {
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
a:hover,
a:active {
  outline: none;
}
ul {
  list-style: square;
}
ol {
  list-style: decimal;
}
ul,
ol {
  margin: 10px 15px;
}
ul.list-inline li {
  display: block;
  float: left;
}
nav ul,
#nav ul {
  list-style: none;
  margin: 0;
}
nav li,
#nav li {
  display: block;
  float: left;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: middle;
}
td {
  font-weight: normal;
  vertical-align: middle;
}
input,
select {
  vertical-align: middle;
}
input[type="radio"] {
  vertical-align: middle;
}
input[type="checkbox"] {
  vertical-align: middle;
}
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
/*
--------------------------------
CSS HELPERS
--------------------------------
*/
/* TYPOGRAPH */
.txt-10 {
  font-size: 10px;
}
.txt-12 {
  font-size: 12px;
}
.txt-14 {
  font-size: 14px;
}
.txt-16 {
  font-size: 16px;
}
.txt-18 {
  font-size: 18px;
}
.txt-t20 {
  font-size: 20px;
}
.txt-22 {
  font-size: 22px;
}
.txt-24 {
  font-size: 24px;
}
.txt-26 {
  font-size: 26px;
}
.txt-28 {
  font-size: 28px;
}
.txt-30 {
  font-size: 30px;
}
.txt-32 {
  font-size: 32px;
}
.txt-34 {
  font-size: 34px;
}
.txt-36 {
  font-size: 36px;
}
.txt-38 {
  font-size: 38px;
}
.txt-40 {
  font-size: 40px;
}
.txt-42 {
  font-size: 42px;
}
.txt-44 {
  font-size: 44px;
}
.txt-46 {
  font-size: 46px;
}
.txt-48 {
  font-size: 48px;
}
.txt-justify {
  text-align: justify;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.txt-strong {
  font-weight: bold;
}
.txt-italic {
  font-style: italic;
}
/* ALIGN */
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
/* VISIBILITY AND TYPE BLOCK */
.display-block {
  display: block;
}
.display-table {
  display: table;
}
.display-none {
  display: none;
}
.visibility-visible {
  visibility: visible;
}
.visibility-hidden {
  visibility: hidden;
}
/* PADDINGS */
.p-all10 {
  padding: 10px 10px 10px 10px;
}
.p-all15 {
  padding: 15px 15px 15px 15px;
}
.p-all20 {
  padding: 20px 20px 20px 20px;
}
.p-all25 {
  padding: 25px 25px 25px 25px;
}
.p-all30 {
  padding: 30px 30px 30px 30px;
}
.p-all35 {
  padding: 35px 35px 35px 35px;
}
.p-all40 {
  padding: 40px 40px 40px 40px;
}
.p-all45 {
  padding: 45px 45px 45px 45px;
}
.p-all50 {
  padding: 50px 50px 50px 50px;
}
.p-top10 {
  padding-top: 10px;
}
.p-top15 {
  padding-top: 15px;
}
.p-top20 {
  padding-top: 20px;
}
.p-top25 {
  padding-top: 25px;
}
.p-top30 {
  padding-top: 30px;
}
.p-top35 {
  padding-top: 35px;
}
.p-top40 {
  padding-top: 40px;
}
.p-top45 {
  padding-top: 45px;
}
.p-top50 {
  padding-top: 50px;
}
.p-right10 {
  padding-right: 10px;
}
.p-right15 {
  padding-right: 15px;
}
.p-right20 {
  padding-right: 20px;
}
.p-right25 {
  padding-right: 25px;
}
.p-right30 {
  padding-right: 30px;
}
.p-right35 {
  padding-right: 35px;
}
.p-right40 {
  padding-right: 40px;
}
.p-right45 {
  padding-right: 45px;
}
.p-right50 {
  padding-right: 50px;
}
.p-bottom10 {
  padding-bottom: 10px;
}
.p-bottom15 {
  padding-bottom: 15px;
}
.p-bottom20 {
  padding-bottom: 20px;
}
.p-bottom25 {
  padding-bottom: 25px;
}
.p-bottom30 {
  padding-bottom: 30px;
}
.p-bottom35 {
  padding-bottom: 35px;
}
.p-bottom40 {
  padding-bottom: 40px;
}
.p-bottom45 {
  padding-bottom: 45px;
}
.p-bottom50 {
  padding-bottom: 50px;
}
.p-left10 {
  padding-left: 10px;
}
.p-left15 {
  padding-left: 15px;
}
.p-left20 {
  padding-left: 20px;
}
.p-left25 {
  padding-left: 25px;
}
.p-left30 {
  padding-left: 30px;
}
.p-left35 {
  padding-left: 35px;
}
.p-left40 {
  padding-left: 40px;
}
.p-left45 {
  padding-left: 45px;
}
.p-left50 {
  padding-left: 50px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/*
*@name: Functions LESS;
*@author: Robson Junior;
*@author-url: http://www.robsonjunior.cc;
*@description: Functions LESS;
*@update: 27/10/2013;
*/
/*
--------------------------------
SIZES
--------------------------------
*/
/*
--------------------------------
CONTENTS
--------------------------------
*/
/*
--------------------------------
TEXTS
--------------------------------
*/
/*
--------------------------------
POSITIONS
--------------------------------
*/
/*
--------------------------------
BORDER
--------------------------------
*/
/*
--------------------------------
BACKGROUNDS
--------------------------------
*/
/*
--------------------------------
TRANSITIONS
--------------------------------
*/
/*
--------------------------------
TRANSFORM
--------------------------------
*/
/*
--------------------------------
ANIMATION
--------------------------------
*/
/*
--------------------------------
AFTER | BEFORE
--------------------------------
*/
/*
--------------------------------
VARIABLES
--------------------------------
*/
/* start colors alerts bootstrap */
/* caminho */
/*
--------------------------------
TYPOGRAPH
--------------------------------
*/
/*
@font-face {
  font-family: @fontDestak;
  src: url('../fonts/cordia.eot');
  src: url('../fonts/cordia.eot?#iefix') format('embedded-opentype'),
       url('../fonts/cordia.woff') format('woff'),
       url('../fonts/cordia.ttf') format('truetype'),
       url('../fonts/cordia.svg#cordia') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
p {
  line-height: 140%;
  text-align: justify;
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 160%;
  font-weight: normal;
  font-family: 'Verdana';
  color: #0099ff;
  display: block;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}
.title-info-date {
  margin: 0 0 20px;
}
.title-info-date .title-default {
  margin: 0 0 2px;
}
.title-info-date .infos-post {
  list-style: none;
  margin: 20px 0 2px;
  padding: 0;
}
.title-info-date .infos-post li {
  display: block;
  padding: 0;
  line-height: 20px !important;
}
.title-info-date .infos-post small {
  font-size: 12px;
  font-style: italic;
}
.title-info-date .infos-post strong {
  font-size: 14px;
  font-weight: bold;
}
.title-default {
  font-size: 18px;
  line-height: 39px;
  color: #0099ff;
  border-bottom: solid 1px #0099ff;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.title-default .icon {
  display: inline-block;
  margin: 0 5px 0 0;
  background: url('../images/sprites/spt-icons.png') no-repeat;
  position: relative;
  top: 12px;
}
.title-default .icon.icon-square {
  width: 39px;
  height: 39px;
  background-position: -154px -52px;
}
.title-default .icon.icon-size {
  width: 71px;
  height: 39px;
  background-position: -206px -48px;
}
.title-default .icon.icon-calendar {
  width: 52px;
  height: 55px;
  top: 30px;
  background-position: -291px -37px;
  margin-top: -15px;
}
.title-default .icon.icon-calendar.top10 {
  top: 10px;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
}
/*
--------------------------------
CONTENTS DEFAULT
--------------------------------
*/
body {
  font-family: 'Verdana';
  font-size: 12px;
  color: #333333;
}
#body {
  min-height: 100%;
  position: relative;
}
#content {
  width: 100%;
  padding: 0 0 165px;
}
.wrap-content,
.wrap-content .into-content {
  margin: 0 auto;
}
.wrap-content {
  width: 980px;
  height: auto;
}
.primary-content {
  width: 653px;
}
.secondary-content {
  width: 310px;
}
.see-all {
  color: #133e63;
  font-weight: bold;
  font-size: 12px;
}
.border-shadow {
  border: solid 1px #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.border-shadow.main-img {
  width: auto;
  display: table;
  margin: 0 auto 20px;
}
.img-destak {
  display: block;
  margin: 0 0 20px 20px;
  float: right;
  width: 300px;
  height: auto;
}
/*
--------------------------------
DEFAULT ALERTS
--------------------------------
*/
.alert {
  display: block;
  margin: 0 0 5px;
  padding: 8px 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px;
  z-index: 500 !important;
  position: fixed;
  text-align: center;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.alert.alert-block {
  border-color: #fbeed5;
  background: #fcf8e3;
  color: #c09853;
}
.alert.alert-block h1,
.alert.alert-block h2,
.alert.alert-block h3,
.alert.alert-block h4,
.alert.alert-block h5,
.alert.alert-block h6 {
  color: #c09853;
}
.alert.alert-error {
  border-color: #eed3d7;
  background: #f2dede;
  color: #b94a48;
}
.alert.alert-error h1,
.alert.alert-error h2,
.alert.alert-error h3,
.alert.alert-error h4,
.alert.alert-error h5,
.alert.alert-error h6 {
  color: #b94a48;
}
.alert.alert-success {
  border-color: #d6e9c6;
  background: #dff0d8;
  color: #468847;
}
.alert.alert-success h1,
.alert.alert-success h2,
.alert.alert-success h3,
.alert.alert-success h4,
.alert.alert-success h5,
.alert.alert-success h6 {
  color: #468847;
}
.alert.alert-info {
  border-color: #bce8f1;
  background: #d9edf7;
  color: #3a87ad;
}
.alert.alert-info h1,
.alert.alert-info h2,
.alert.alert-info h3,
.alert.alert-info h4,
.alert.alert-info h5,
.alert.alert-info h6 {
  color: #3a87ad;
}
/*
--------------------------------
BUTTONS
--------------------------------
*/
.btn {
  display: inline-block;
  background: #666666;
  padding: 7px 20px;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-family: 'Arial';
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn.btn-yellow {
  background: #f6cd34;
  border-color: #0099ff;
  border-radius: 10px;
  color: #133e63;
  text-transform: uppercase;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.btn.btn-yellow.big {
  padding: 10px 20px;
  font-size: 16px;
}
.btn.btn-yellow:hover {
  text-decoration: none;
  background: #133e63;
  color: #f6cd34;
}
.btn.btn-blue {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  border: solid 1px #133e63;
  border-radius: 5px;
  color: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  background: #133e63;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #133e63), color-stop(1, #0099ff));
  background: -ms-linear-gradient(bottom, #133e63, #0099ff);
  background: -moz-linear-gradient(center bottom, #133e63 0%, #0099ff 100%);
  background: -o-linear-gradient(bottom, #133e63, #0099ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0099ff, endColorstr=#133e63);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn.btn-blue small {
  font-size: 12px;
  display: block;
  text-align: right;
}
.btn.btn-blue:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  text-decoration: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
}
.btn-link {
  display: block;
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  border: solid 1px #133e63;
  border-radius: 5px;
  color: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  margin: 0 0 20px;
  background: #133e63;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #133e63), color-stop(1, #0099ff));
  background: -ms-linear-gradient(bottom, #133e63, #0099ff);
  background: -moz-linear-gradient(center bottom, #133e63 0%, #0099ff 100%);
  background: -o-linear-gradient(bottom, #133e63, #0099ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0099ff, endColorstr=#133e63);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn-link small {
  font-size: 12px;
  display: block;
  text-align: right;
}
.btn-link:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  text-decoration: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
}
/*
--------------------------------
SGT ACCORD
--------------------------------
*/
#SGTaccord .sgt-wrap-accord {
  border-bottom: dotted 1px #cccccc;
  position: relative;
}
#SGTaccord .sgt-wrap-accord header {
  margin: 0;
  padding: 20px 0;
  position: relative;
}
#SGTaccord .sgt-wrap-accord .sgt-accord-status {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 50;
  cursor: pointer;
  padding: 10px;
  border: none;
  background: transparent;
}
#SGTaccord .sgt-wrap-accord .sgt-accord-status em {
  border: solid 1px #333333;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
  font-style: normal;
  width: 20px;
  height: 20px;
}
#SGTaccord .sgt-wrap-accord .sgt-accord-status span {
  width: 209px;
}
#SGTaccord .sgt-wrap-accord .sgt-accord-status .less {
  display: none;
}
#SGTaccord .sgt-wrap-accord .sgt-accord-content {
  display: none;
}
#SGTaccord .sgt-wrap-accord.sgt-wrap-accord-opened .sgt-accord-content {
  display: block !important;
}
#SGTaccord .sgt-wrap-accord.sgt-wrap-accord-opened header .pluss {
  display: none;
}
#SGTaccord .sgt-wrap-accord.sgt-wrap-accord-opened header .less {
  display: block;
}
#SGTaccord .sgt-wrap-accord.sgt-wrap-accord-opened {
  padding: 0 0 40px;
}
#SGTaccord .sgt-wrap-accord.sgt-wrap-accord-opened .sgt-accord-status {
  top: auto;
  bottom: 0;
}
#SGTaccord .sgt-wrap-accord.sgt-wrap-accord-opened .sgt-accord-status .pluss {
  display: none;
}
#SGTaccord .sgt-wrap-accord.sgt-wrap-accord-opened .sgt-accord-status .less {
  display: block;
}
/*
--------------------------------
GALLERY DEFAULT
--------------------------------
*/
.gallery-default {
  margin: 20px 0 0;
}
.gallery-default .gallery-title {
  margin: 0 0 10px;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}
.gallery-default .gallery-title span {
  font-weight: normal;
}
.gallery-default .img {
  margin: 0 4px 8px;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  border: solid 1px #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  width: 154px;
  height: 116px;
}
.gallery-default .img img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.gallery-default .img:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@opIE)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  -webkit-transform: scale(1.035);
  -moz-transform: scale(1.035);
  transform: scale(1.035);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
/*
--------------------------------
BACKGROUND FULL SCREEN
--------------------------------
*/
#sGTbackgroudSlider {
  position: fixed;
  overflow: hidden;
  z-index: -10;
  width: 100%;
  height: 100%;
}
#sGTbackgroudSlider .wrapP {
  position: fixed;
  visibility: hidden;
  z-index: -9;
  width: 100%;
  height: 100%;
}
#sGTbackgroudSlider .wrapP img {
  width: 100%;
  max-width: none !important;
  position: absolute;
}
/*
--------------------------------
FANCYBOX v2.1.4
--------------------------------
*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px "Arial";
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/default/fancy/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/default/fancy/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/default/fancy/blank.gif');
  /* helps IE */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next {
  right: 0;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  display: none;
  z-index: 8010;
  width: 105% !important;
  background: url('../images/default/bg-black-transparent-75op.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Arial";
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */

  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wra {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*
--------------------------------
DATE PIKER
--------------------------------
*//*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  overflow: hidden;
  color: transparent;
  text-indent: -999px;
  top: 2px;
  background: url('../images/sprites/ui-icons_454545_256x240.png') no-repeat;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
  background-position: 0px 0px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
  background-position: 0px 0px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker table th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker table td {
  border: 0;
  padding: 1px;
}
.ui-datepicker table td span,
.ui-datepicker table td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: 'Arial';
  font-size: 12px;
}
.ui-widget .ui-widget {
  font-size: 14px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Arial';
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  background: #cccccc;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/*
--------------------------------
SIDEBAR
--------------------------------
*/
aside iframe {
  margin: 20px 0 0;
  width: 100% !important;
  height: 224px !important;
}
aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside ul li {
  display: block;
  padding: 2px 0;
  line-height: 22px;
}
aside .next-game {
  margin: 20px 0;
  border: solid 1px #cccccc;
  border-radius: 10px;
  padding: 0 0 20px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.125);
}
aside .next-game .title-default span {
  margin: 0 10px;
}
aside .next-game ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside .next-game ul li {
  padding: 0 10px;
  display: block;
  line-height: 18px;
}
aside .next-game .btn {
  margin: 20px 25px 0;
}
aside .calendar .title-default {
  letter-spacing: -1.5px;
}
aside .calendar .link-download {
  letter-spacing: 0;
  color: #333333;
  position: relative;
  left: 62px;
  top: -20px;
  font-size: 12px;
  text-transform: none;
  text-decoration: underline;
}
aside .calendar .link-download:hover {
  text-decoration: none;
}
aside #timeLine {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside #timeLine li,
aside #timeLine a {
  display: block;
}
aside #timeLine li {
  margin: 0 0 10px;
}
aside #timeLine li.page-atual a {
  color: #133e63;
}
aside #timeLine li.page-atual a strong {
  color: #ffffff;
  background: #133e63;
}
aside #timeLine a:hover {
  color: #0099ff;
}
aside #timeLine a:hover strong {
  color: #ffffff;
  background: #0099ff;
}
aside #timeLine a {
  color: #f6cd34;
  height: 60px;
}
aside #timeLine a > span.fl {
  margin: 0 10px 0 0;
}
aside #timeLine .fl {
  display: block;
}
aside #timeLine .fl strong,
aside #timeLine .fl span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  letter-spacing: -1px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
aside #timeLine .fl strong {
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  background: #f6cd34;
  color: #ffffff;
  width: 60px;
}
aside #timeLine .fl span {
  font-size: 16px;
}
aside table {
  width: 100%;
}
aside table tbody {
  width: 100%;
}
aside table td {
  border: solid 1px #cccccc;
  text-align: center;
}
aside table td a {
  display: block;
  padding: 22px 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
aside table td a:hover {
  background: #0099ff;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
aside .addthis_toolbox {
  display: table;
  margin: 0 auto;
}
aside .video-thumb {
  position: relative;
}
aside .video-thumb span {
  width: 40px;
  height: 40px;
  background: url('../images/play.png') no-repeat 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
/*
--------------------------------
POPUP
--------------------------------
*/
#tableConfirm td {
  padding: 0 5px;
}
#tableConfirm button {
  padding: 0 5px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  margin: 5px 0 10px;
}
#tableConfirm button.active {
  background: green !important;
}
#tableConfirm button.active2 {
  background: red !important;
}
#tableConfirm button.confirm {
  background: #0099ff !important;
}
#tableConfirm button:hover {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
#playersPopup {
  width: 600px;
}
#playersPopup header {
  display: block;
  background: #0099ff;
  padding: 10px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
#playersPopup header h2 {
  color: #ffffff;
}
#playersPopup header h2 .btn {
  position: relative;
  top: -5px;
}
#playersPopup figure {
  width: 141px;
  height: 187px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 20px 20px 2px;
}
#playersPopup figure img {
  width: 100%;
}
/*#playersPopup ul {
  margin: 0;
  list-style: disc;
  width: 437px;
  float: left;
}*/
#playersPopup ul {
  margin: 0;
  list-style: disc;
  width: 580px;
  float: left;
}
#playersPopup ul li {
  padding: 5px 0;
  display: block;
}
#playersPopup table {
  width: 100%;
}
#playersPopup table td {
  padding: 5px;
}
#playersPopup #formEdit {
  display: none;
}
#playersPopup #formEdit input[type=submit] {
  margin: 0 0 0 10px;
}
form {
  position: relative;
}
form .formStatusMsg {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
}
form .formStatusMsg .alert {
  position: relative;
}
form label {
  display: block;
  font-size: 12px;
  margin: 0 0 5px;
}
form label sup {
  color: red;
}
form .label-radio {
  display: block;
  margin: 0 0 10px;
}
form .checkradio-style {
  display: inline-block;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}
form .checkradio-style input {
  visibility: hidden;
}
form .checkradio-disable {
  background: red;
}
form .checkradio-enable {
  background: green;
}
form input[type="date"],
form input[type="file"],
form input[type="datetime-local"],
form input[type="email"],
form input[type="month"],
form input[type="number"],
form input[type="range"],
form input[type="search"],
form input[type="text"],
form input[type="tel"],
form input[type="time"],
form input[type="url"],
form input[type="week"],
form select,
form textarea {
  width: 100%;
  font-family: 'Verdana';
  font-size: 12px;
  resize: none;
  padding: 5px 10px;
  margin: 0 0 10px;
  border-radius: 3px;
  border: solid 1px #cccccc;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
form textarea {
  height: 150px;
}
input[type="file"] {
  border: none !important;
  padding: 0 !important;
}
/* TOOLTIP OF PLUGIN VALIDATOR */
.form-error {
  background: #f2dede;
  border: 1px solid #eed3d7;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  font-size: 11px;
  padding: 5px 10px;
  margin-top: -12px;
  font-family: 'Arial';
  border-radius: 3px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-error p {
  margin: 0 !important;
}
.form-error em {
  width: 0;
  height: 0;
  display: block;
  border: 10px solid transparent;
  border-top-color: #eed3d7;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
.invalid {
  border: solid 1px #eed3d7 !important;
}
#headerMain {
  width: 100%;
  height: auto;
  min-height: 263px;
  background: url('../images/bg-header.jpg') center top no-repeat;
  margin: 0 0 10px;
}
#headerMain .bg-logo {
  width: 100%;
  height: auto;
  min-height: 263px;
  background: url('../images/header-logo-filet.png') center top no-repeat;
}
#headerMain .bg-logo > .wrap-content {
  min-height: 263px;
  position: relative;
}
#logo {
  position: relative;
  overflow: hidden;
  float: left;
  width: 290px;
  height: 240px;
}
#logo a {
  color: transparent;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#watherForestcast {
  position: absolute;
  right: 0;
  top: 18px;
}
#watherForestcast img {
  float: right;
  margin: 0 0 0 10px;
}
#watherForestcast ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
#watherForestcast li {
  color: #000000;
  font-family: 'Arial';
  font-size: 15px;
  line-height: 16px;
}
nav {
  background: #f6cd34;
  height: 46px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
nav ul {
  padding: 0px 0px 0px 8px;
}
nav a {
  display: block;
  line-height: 46px;
  color: #133e63;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 0 17px 0 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
nav .page-atual a,
nav a:hover {
  background: #133e63;
  color: #ffffff;
  text-decoration: none;
}
nav a:hover {
  background: #0099ff;
}
/*
--------------------------------
PAGE HOME
--------------------------------
*/
#PageHome .primary-content article figure {
  display: block;
  margin: 0 0 20px;
  text-align: center;
}
#sGTBanner {
  margin: 0 0 20px;
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
}
#sGTBanner .wrapP {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#sGTBanner .wrapP img {
  width: 100%;
}
#sGTBanner .wBullets {
  position: absolute;
  z-index: 100;
  right: 15px;
  bottom: 15px;
  list-style: none;
  margin: 0 !important;
}
#sGTBanner .wBullets li,
#sGTBanner .wBullets a {
  display: block;
}
#sGTBanner .wBullets li {
  float: left;
  margin-right: 5px;
}
#sGTBanner .wBullets a {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  text-indent: -900px;
}
#sGTBanner .wBullets a.bAtual,
#sGTBanner .wBullets a:hover {
  box-shadow: 17px 17px 17px rgba(0, 0, 0, 0.3) inset;
}
/*
--------------------------------
PAGE GAMES | PAGE NEWS | PAGE CHRONIC
--------------------------------
*/
#PageGames .primary-content .title-info-date,
#PageNews .primary-content .title-info-date,
#PageChronic .primary-content .title-info-date {
  padding: 0;
  margin: 0 0 20px;
}
#PageGames .primary-content .infos-post,
#PageNews .primary-content .infos-post,
#PageChronic .primary-content .infos-post {
  margin: 0px 0 2px;
}
#PageGames .primary-content article,
#PageNews .primary-content article,
#PageChronic .primary-content article {
  margin: 0 0 20px;
}
/*
--------------------------------
PAGE PLAYERS
--------------------------------
*/
#PagePlayers .primary-content p {
  margin: 0 0 14px;
}
#PagePlayers .title-default.title-s {
  position: relative;
}
#PagePlayers .title-default.title-s form {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 16px;
  width: 310px;
}
#PagePlayers .title-default.title-s form input[type="text"] {
  padding: 5px 35px 5px 10px;
}
#PagePlayers .title-default.title-s form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 4px;
  background: #0099ff url('../images/icon-search.png') no-repeat center center;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 26px;
  height: 26px;
}
#PagePlayers .player {
  float: left;
  display: block;
  width: 313px;
  margin: 0 13px 0;
}
#PagePlayers .player figure {
  position: relative;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
#PagePlayers .player img {
  width: 100%;
}
#PagePlayers .player h2 {
  font-size: 14px;
  padding: 5px;
}
#PagePlayers .player:hover {
  text-decoration: none;
}
#PagePlayers .player:hover h2 {
  background: #0099ff;
  color: #ffffff;
}
#lastGames {
  list-style: none;
  padding: 0;
  margin: 0;
}
#lastGames li {
  display: block;
}
#lastGames li a {
  display: block;
  padding: 5px 0;
}
.prev-temp .btn-link {
  display: none;
}
/*
--------------------------------
PAGE HISTORY
--------------------------------
*/
#PageHistory aside {
  padding: 45px 0 0;
}
/*
--------------------------------
PAGE PICTURES
--------------------------------
*/
#PagePictures .album {
  float: left;
  display: block;
  margin: 0 8px 16px;
}
#PagePictures .album figure {
  width: 150px;
  height: 125px;
  position: relative;
  overflow: hidden;
}
#PagePictures .album figure img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#PagePictures .album h3 {
  font-size: 12px;
  color: #000000;
}
#PagePictures .album:hover {
  text-decoration: none;
}
#PagePictures .album:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity@opIE)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  -webkit-transform: scale(1.035);
  -moz-transform: scale(1.035);
  transform: scale(1.035);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
/*
--------------------------------
PAGE CHAT
--------------------------------
*/
#PageChat .primary-content .title-info-date {
  padding: 0;
  margin: 0 0 20px;
}
#PageChat .primary-content .infos-post {
  margin: 0px 0 2px;
}
#PageChat .primary-content article {
  margin: 0 0 20px;
}
#PageChat .primary-content article figure {
  float: right;
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 10px;
  width: 200px;
}
#PageChat .primary-content article figure img {
  width: 100%;
}
/*
--------------------------------
PAGE CONTACT
--------------------------------
*/
#PageContact label {
  margin: 10px 0 5px;
}
#PageContact label sup {
  color: red;
}
#PageContact .wrap-googlemaps {
  margin: 20px 0;
}
#PageContact .google-maps {
  position: relative;
  background: url('../images/loader.gif') no-repeat center center;
  width: 100%;
  height: 350px;
}
#PageContact .google-maps iframe {
  border: #ffffff solid 1px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar-contato iframe {
  margin: 0 0 20px;
  border: solid 1px #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer {
  clear: both;
  position: absolute;
  bottom: 0;
  z-index: 50;
  background: url('../images/bg-footer.png') no-repeat center bottom;
  margin: 100px 0 0;
  width: 100%;
  height: 60px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer > .wrap-content {
  position: relative;
}
footer > .wrap-content .ball {
  position: absolute;
  right: 0;
  bottom: -28px;
  background: url('../images/sprites/spt-icons.png') no-repeat 0 0;
  width: 137px;
  height: 137px;
}
footer > .wrap-content p {
  margin: 0;
  font-size: 10px;
  font-family: 'Arial';
  color: #133e63;
}
footer > .wrap-content p a {
  color: #133e63;
}
