@import '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css';
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
@import '../masters/less/fancySelect.css';
@import '../masters/less/jquery.cropzoom.css';
@import '../masters/less/jquery-ui-1.10.3.custom.min.css';
@import '../masters/less/jcarousel.connected-carousels.css';
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: white;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: white;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #d9d9d9;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-webkit-input-placeholder {
  color: hotpink;
}
.form-control:-moz-placeholder {
  color: hotpink;
}
.form-control::-moz-placeholder {
  color: hotpink;
}
.form-control:-ms-input-placeholder {
  color: hotpink;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: white;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #d9d9d9;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.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;
  -moz-transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: white;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -moz-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.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,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.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,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'agendabold';
  src: url('../masters/fonts/ufonts.com_agenda-bold_2_-webfont.eot');
  src: url('../masters/fonts/ufonts.com_agenda-bold_2_-webfont.eot?#iefix') format('embedded-opentype'), url('../masters/fonts/ufonts.com_agenda-bold_2_-webfont.woff') format('woff'), url('../masters/fonts/ufonts.com_agenda-bold_2_-webfont.ttf') format('truetype'), url('../masters/fonts/ufonts.com_agenda-bold_2_-webfont.svg#agendabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'agendaregular';
  src: url('../masters/fonts/ufonts.com_agenda-light_2_-webfont.eot');
  src: url('../masters/fonts/ufonts.com_agenda-light_2_-webfont.eot?#iefix') format('embedded-opentype'), url('../masters/fonts/ufonts.com_agenda-light_2_-webfont.woff') format('woff'), url('../masters/fonts/ufonts.com_agenda-light_2_-webfont.ttf') format('truetype'), url('../masters/fonts/ufonts.com_agenda-light_2_-webfont.svg#agendaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'agendamedium';
  src: url('../masters/fonts/ufonts.com_agenda-medium_2_-webfont.eot');
  src: url('../masters/fonts/ufonts.com_agenda-medium_2_-webfont.eot?#iefix') format('embedded-opentype'), url('../masters/fonts/ufonts.com_agenda-medium_2_-webfont.woff') format('woff'), url('../masters/fonts/ufonts.com_agenda-medium_2_-webfont.ttf') format('truetype'), url('../masters/fonts/ufonts.com_agenda-medium_2_-webfont.svg#agendamedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/***** MAIN STYLE HERE *******/
body {
  -webkit-font-smoothing: antialiased;
}
header {
  background: white;
  color: #00b7ea;
}
header .menup {
  margin-top: -20px;
}
header h1 {
  text-indent: -9999px;
  /*width: 500px;*/
  height: 80px;
  margin: 0;
}
header h1 .logo1,
header h1 .logo2 {
  float: left;
  display: inline;
  position: relative;
}
header h1 .logo2 {
  margin-left: 40px;
}
header h2 {
  background: url(../images/logo_amex_2.png) no-repeat top left;
  text-indent: -9999px;
  width: 170px;
  height: 80px;
  margin: 0;
}
header .description {
  font-family: 'agendabold';
  font-size: 12px;
  color: #00b7ea;
  text-transform: uppercase;
  width: 390px;
}
header .social-lang {
  float: right;
  display: inline;
  margin-top: 10px;
}
header .social-lang .social {
  float: left;
  font-family: 'agendamedium';
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 45px;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
header .social-lang .social i {
  margin-left: 3px;
  color: white;
  background: #006e9a;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
}
header .social-lang .social:hover i {
  color: #006e9a;
  background: white;
}
header .social-lang .lang {
  float: left;
}
header .social-lang .lang ul {
  margin: 0;
  padding: 0;
}
header .social-lang .lang ul li {
  margin: 0 5px;
  display: inline;
  font-family: 'agendabold';
  font-size: 14px;
}
header .social-lang .lang ul li a {
  color: #00b7ea;
}
header .social-lang .lang ul li.active-1 a {
  color: #033263;
}
header .menu ul {
  float: right;
  margin-bottom: 0;
}
header .menu ul li {
  text-align: center;
  margin: 0;
  padding: 0;
}
header .menu ul li a {
  padding: 0 10px;
  color: #00b7ea;
  font-family: 'agendabold';
  font-size: 15px;
  text-transform: uppercase;
  height: 30px;
  display: block;
  line-height: 40px;
  text-decoration: none;
}
header .menu ul li a:hover {
  color: white;
  background-color: #00b7ea;
}
header .menu ul li ul {
  background: white;
  position: absolute;
  display: none;
  -moz-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  -webkit-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
}
header .menu ul li:first-child {
  margin: 0;
  padding: 0;
}
header .menu ul li:first-child a {
  margin: 0;
  padding: 0 10px;
  height: 30px;
}
header .menu ul li:first-child a i {
  font-size: 25px;
}
header .menu ul li.current_page_item {
  background-color: #00b7ea;
}
header .menu ul li.current_page_item a {
  color: white;
}
header .menu ul li.current_page_item ul.sub-menu li a {
  color: #00b7ea !important;
}
header .menu ul li.current_page_item ul.sub-menu li a:hover {
  color: white !important;
}
header .menu ul li:hover ul {
  display: block;
  margin: 0px 0 0 0px;
  padding: 0;
  z-index: 10;
  width: 230px;
}
header .menu ul li:hover ul li {
  margin: 0;
  padding: 5px 15px;
  list-style: none;
  text-align: left;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
header .menu ul li:hover ul li a {
  font-family: 'agendamedium';
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
}
header .menu ul li:hover ul li:hover {
  background-color: #00b7ea;
}
header .menu ul li:hover ul li:hover a {
  color: white;
}
header .menu ul li:hover:last-child ul {
  display: block;
  margin: 0px 0 0 -64px;
  padding: 0;
  z-index: 10;
  width: 230px;
}
header .search {
  float: right;
  margin-top: 5px;
}
header .search input[type=text] {
  background: #e8e8e8;
  border: none;
  border-radius: 2px;
  width: 180px;
  height: 29px;
  padding: 0 10px;
  font-family: 'agendaregular';
  color: #033263;
}
header .search .btn-success {
  background: none;
  border: none;
  font-size: 20px;
}
header .search .btn-success {
  color: #00b7ea;
}
svg.layerAmex {
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
  background: transparent url('../images/moldura_final.png') no-repeat 0 0;
  height: 499px;
  width: 491px;
  background-size: 100%;
}
#infoSelector {
  text-indent: -9999px;
  display: none;
}
section.postcard .upload-ajuste svg.layer {
  left: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
  background: transparent url('../images/top_madeira.png') no-repeat 0 -44px;
  height: 499px;
  width: 535px;
}
section.postcard .upload-ajuste div.layerAmex {
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
  background: transparent url('../images/moldura_final.png') no-repeat 0 0;
  height: 499px;
  width: 535px;
}
section.home {
  background: #002145 url('../images/background_homepage.jpg') no-repeat center top;
  overflow: hidden;
}
section.home .paralax {
  width: 100%;
  position: absolute;
}
section.home .paralax #gaivota {
  z-index: 1;
  float: right;
  position: absolute;
  left: 40%;
  top: 100px;
}
section.home .paralax #gaivota .layer:nth-child(1) {
  margin-left: 50px;
  margin-top: 20px;
}
section.home .paralax #gaivota .layer:nth-child(2) {
  margin-left: 80px;
  margin-top: 10px;
}
section.home .paralax #gaivota .layer:nth-child(3) {
  margin-left: 30px;
  margin-top: 70px;
}
section.home .paralax #gaivota .layer:nth-child(4) {
  margin-left: 150px;
  margin-top: 20px;
}
section.home .paralax #gaivota .layer:nth-child(5) {
  margin-left: 250px;
  margin-top: 100px;
}
section.home .paralax #gaivota .layer:nth-child(6) {
  margin-left: 200px;
  margin-top: 10px;
}
section.home .paralax #parapente {
  z-index: 1;
  float: right;
  position: absolute;
  left: 20%;
  top: 100px;
}
section.home .paralax #parapente .layer:nth-child(1) {
  margin-left: 50px;
}
section.home .paralax #baloes {
  z-index: 1;
  float: right;
  position: absolute;
  right: 30%;
  top: 100px;
}
section.home .paralax #baloes .layer:nth-child(1) {
  margin-top: 42px;
  margin-right: 5px;
}
section.home .paralax #baloes .layer:nth-child(3) {
  margin-left: 90px;
}
section.home .paralax #baloes .layer:nth-child(2) {
  margin-left: 180px;
}
section.home .paralax #baloes .layer:nth-child(4) {
  margin-left: 200px;
  margin-top: -40px;
}
section.home .paralax #baloes .layer:nth-child(5) {
  margin-left: 220px;
}
section.home .cartao {
  position: fixed;
  width: 250px;
  height: 100px;
  background-color: white;
  border-radius: 10px;
  left: -500px;
  top: 200px;
  z-index: 100;
  color: #00b7ea;
  -moz-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  -webkit-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
  box-shadow: 0 1px 10px rgba(20, 20, 20, 0.5);
}
section.home .cartao a {
  text-decoration: none;
}
section.home .cartao .close {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 15px;
  margin-left: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.home .cartao .close:hover {
  background-color: white;
  color: #d4d4d4;
}
section.home .cartao .icon {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 15px;
  margin-left: 40px;
  background-color: #006e9a;
  color: white;
  text-align: center;
  font-size: 17px;
  margin-top: 20px;
  line-height: 25px;
  float: left;
  display: inline;
}
section.home .cartao .push {
  float: left;
  display: inline;
  font-family: 'agendamedium';
  font-size: :18px;
  color: #00b7ea;
  line-height: 130%;
  margin-left: 10px;
  margin-top: 25px;
}
section.home .cartao .brand {
  font-size: 16px;
  font-family: 'agendabold';
  color: #006e9a;
  text-transform: uppercase;
  margin-left: 75px;
  margin-top: 5px;
}
section.home .cartao .brand:hover {
  color: #00b7ea;
}
section.home .container {
  position: relative;
}
section.home .container .experiencias {
  margin-top: 520px;
}
section.home .container .experiencias h2 {
  font-family: 'agendaregular';
  font-size: 36px;
  text-transform: uppercase;
  color: #033263;
  margin: 0;
}
section.home .container .experiencias .block {
  padding: 10px;
  display: inline;
  width: 20%;
  float: left;
}
section.home .container .experiencias .block .round {
  background-color: rgba(3, 58, 106, 0.2);
  padding: 12px;
}
section.home .container .experiencias .block .round .imagem img {
  width: 184px;
  height: 145px;
}
section.home .container .experiencias .block .round .category {
  font-size: 19px;
  color: #033263;
  font-family: 'agendamedium';
}
section.home .container .experiencias .block .round .tit {
  margin: 5px 0;
  font-family: 'agendabold';
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  height: 40px;
  line-height: 105%;
  overflow: hidden;
}
section.home .container .experiencias .block .round .categoria {
  font-family: 'agendabold';
  color: white;
  font-size: 17px;
  color: #033263;
  height: 24px;
  overflow: hidden;
}
section.home .container .experiencias .block .round .push-line {
  font-family: 'agendamedium';
  font-size: 16px;
  color: white;
  line-height: 130%;
  margin-top: 20px;
  height: 40px;
  overflow: hidden;
}
section.home .container .experiencias .block .round .button {
  text-align: right;
  margin-top: 10px;
}
section.home .container .experiencias .block .round .button a {
  width: 100%;
  text-decoration: none;
  font-family: 'agendamedium';
  font-size: 19px;
  color: #00b7ea;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.home .container .experiencias .block .round .button a:hover {
  color: white;
}
section.home .container .destaque h2,
section.home .container .eventos h2 {
  font-size: 36px;
  font-family: 'agendaregular';
  margin-bottom: 0;
  float: left;
  display: inline;
  text-transform: uppercase;
}
section.home .container .destaque .subtitulo,
section.home .container .eventos .subtitulo {
  color: #00b7ea;
  font-size: 19px;
  font-family: 'agendamedium';
  margin-top: 0;
}
section.home .container .destaque .nav,
section.home .container .eventos .nav {
  z-index: 150;
  margin-top: 30px;
  float: right;
  display: inline;
}
section.home .container .destaque .nav div,
section.home .container .eventos .nav div {
  margin: 0 2px;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #00b7ea;
  color: white;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  float: left;
  font-size: 25px;
  border-radius: 3px;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.home .container .destaque .nav div:hover,
section.home .container .eventos .nav div:hover {
  background-color: white;
  color: #00b7ea;
}
section.home .container #owl-regiao-hp,
section.home .container #owl-destaque-hp,
section.home .container #owl-eventos {
  margin-top: 70px;
}
section.home .container #owl-regiao-hp article,
section.home .container #owl-destaque-hp article,
section.home .container #owl-eventos article {
  padding: 5px;
}
section.home .container #owl-regiao-hp article .round,
section.home .container #owl-destaque-hp article .round,
section.home .container #owl-eventos article .round {
  background-color: #033a6a;
  padding: 12px;
}
section.home .container #owl-regiao-hp article .round .tit,
section.home .container #owl-destaque-hp article .round .tit,
section.home .container #owl-eventos article .round .tit {
  margin: 5px 0;
  font-family: 'agendabold';
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  height: 40px;
  line-height: 105%;
  overflow: hidden;
}
section.home .container #owl-regiao-hp article .round .categoria,
section.home .container #owl-destaque-hp article .round .categoria,
section.home .container #owl-eventos article .round .categoria {
  font-family: 'agendabold';
  color: white;
  font-size: 17px;
  color: #00b7ea;
  height: 24px;
  overflow: hidden;
}
section.home .container #owl-regiao-hp article .round .push-line,
section.home .container #owl-destaque-hp article .round .push-line,
section.home .container #owl-eventos article .round .push-line {
  font-family: 'agendamedium';
  font-size: 16px;
  color: white;
  line-height: 130%;
  margin-top: 20px;
  height: 40px;
  overflow: hidden;
}
section.home .container #owl-regiao-hp article .round .button,
section.home .container #owl-destaque-hp article .round .button,
section.home .container #owl-eventos article .round .button {
  text-align: right;
  margin-top: 10px;
}
section.home .container #owl-regiao-hp article .round .button a,
section.home .container #owl-destaque-hp article .round .button a,
section.home .container #owl-eventos article .round .button a {
  width: 100%;
  text-decoration: none;
  font-family: 'agendamedium';
  font-size: 19px;
  color: #00b7ea;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.home .container #owl-regiao-hp article .round .button a:hover,
section.home .container #owl-destaque-hp article .round .button a:hover,
section.home .container #owl-eventos article .round .button a:hover {
  color: white;
}
section.home .container #owl-regiao-hp {
  margin-top: 85px;
}
section.home .container #owl-regiao-hp .imagem img {
  width: 184px;
  height: 145px;
}
section.home .container #owl-destaque-hp .imagem img {
  width: 184px;
  height: 145px;
}
section.home .container #owl-eventos {
  margin-top: 0;
}
section.home .container #owl-eventos article .round {
  height: 759px;
}
section.home .container .condicions {
  margin: 20px 0 ;
  font-size: 12px;
}
section.single {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.single .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.single .breadcrumbs a {
  color: #00b7ea;
}
section.single .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.single .titulo .title {
  float: left;
  display: inline;
}
section.single .titulo .push-line {
  position: relative;
  font-family: 'agendabold';
  font-size: 19px;
  color: #033162;
  background: #ffcc00;
  height: 25px;
  margin-top: 10px;
  margin-left: 20px;
  display: block;
  float: left;
  display: inline;
  padding: 0 10px;
  margin-bottom: 10px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 2px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 2px;
  background-clip: padding-box;
}
section.single .titulo .push-line img {
  position: absolute;
  top: 0px;
  right: -13px;
}
section.single .navigation .fb-like {
  margin-bottom: 80px;
}
section.single .navigation iframe {
  margin-top: 50px;
  color: white;
}
section.single .navigation iframe .pluginConnectTextDark {
  color: white;
}
section.single ul.nav-tabs {
  margin: 0;
  padding: 0;
  border: none;
}
section.single ul.nav-tabs li a {
  font-size: 15px;
  font-family: 'agendabold';
  background: #00b7ea;
  color: white;
  border: none;
  padding: 5px 10px;
  margin: 0;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.single ul.nav-tabs li a:hover {
  background: white;
  color: #00b7ea;
}
section.single ul.nav-tabs li.active a {
  background-color: #083b6a;
  color: white;
}
section.single ul.nav-tabs li.active a:hover {
  border: none;
}
section.single .tab-content {
  color: white;
  font-size: 13px;
  font-family: 'agendamedium';
  background-color: #083b6a;
  padding: 20px;
}
section.single .termos {
  margin-top: 10px;
  font-family: 'agendamedium';
  font-size: 12px;
  cursor: pointer;
}
section.single .termos:hover {
  color: #00b7ea;
}
section.single .modal-content {
  color: black;
  font-family: 'agendamedium';
  font-size: 14px;
}
section.single .extra .titulo-big {
  font-size: 36px;
  color: #00b7ea;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: 'agendaregular';
}
section.single .extra .titulo-big img {
  margin-right: 15px;
}
section.single .extra .tit {
  margin: 10px 0;
  font-family: 'agendaregular';
  font-size: 30px;
}
section.single .extra .local,
section.single .extra .contacte {
  padding: 0 40px 0 20px;
}
section.single .extra .local a,
section.single .extra .contacte a {
  color: #00b7ea;
}
section.single .connected-carousels .prev-navigation,
section.single .connected-carousels .next-navigation {
  width: 25px;
  height: 25px;
  background-color: #00b7ea;
  color: white;
  font-size: 18px;
  text-align: center;
}
section.single .disclaimer {
  margin: 20px 0;
  padding-left: 0;
}
section.search {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.search .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.search .breadcrumbs a {
  color: #00b7ea;
}
section.search .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
}
section.search .numero-resultados {
  margin-top: -10px;
  font-size: 30px;
  color: #00b7ea;
  font-family: 'agendaregular';
}
section.search .resultados article {
  padding: 5px;
}
section.search .resultados article .round {
  float: left;
  background-color: #033a6a;
  padding: 12px;
}
section.search .resultados article .round .imagem img {
  height: 145px;
}
section.search .resultados article .round .tit {
  margin: 5px 0;
  font-family: 'agendabold';
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  height: 40px;
  line-height: 105%;
  overflow: hidden;
  float: left;
}
section.search .resultados article .round .categoria {
  font-family: 'agendamedium';
  color: white;
  font-size: 17px;
  color: #00b7ea;
  float: left;
  font-weight: bold;
  width: 100%;
  height: 24px;
  overflow: hidden;
}
section.search .resultados article .round .push-line {
  font-family: 'agendamedium';
  font-size: 16px;
  color: white;
  line-height: 130%;
  margin-top: 20px;
  height: 40px;
  overflow: hidden;
  float: left;
  width: 100%;
}
section.search .resultados article .round .button {
  text-align: right;
  margin-top: 10px;
  float: right;
}
section.search .resultados article .round .button a {
  width: 100%;
  text-decoration: none;
  font-family: 'agendamedium';
  font-size: 19px;
  color: #00b7ea;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.search .resultados article .round .button a:hover {
  color: white;
}
section.search .resultados .btn-more-button {
  padding: 0;
  padding-left: 5px;
  margin-bottom: 5px;
}
section.search .resultados .btn-more-button a {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #00b7ea;
  font-family: 'agendabold';
  font-size: 19px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.search .resultados .btn-more-button a:hover {
  background-color: white;
  color: #00b7ea;
}
section.calendario {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.calendario .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.calendario .breadcrumbs a {
  color: #00b7ea;
}
section.calendario .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
}
section.calendario .numero-resultados {
  margin-top: -10px;
  font-size: 30px;
  color: #00b7ea;
  font-family: 'agendaregular';
}
section.calendario .resultados {
  margin-top: 20px;
  margin-bottom: 30px;
}
section.calendario .resultados article {
  padding: 5px;
}
section.calendario .resultados article .round {
  background-color: #033a6a;
  padding: 12px;
}
section.calendario .resultados article .round .imagem img {
  width: 184px;
  height: 145px;
}
section.calendario .resultados article .round .tit {
  margin: 5px 0;
  font-family: 'agendabold';
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  height: 40px;
  line-height: 110%;
  overflow: hidden;
}
section.calendario .resultados article .round .categoria {
  font-family: 'agendabold';
  color: white;
  font-size: 17px;
  color: #00b7ea;
  height: 24px;
  overflow: hidden;
}
section.calendario .resultados article .round .push-line {
  font-family: 'agendamedium';
  font-size: 16px;
  color: white;
  line-height: 130%;
  margin-top: 20px;
  height: 40px;
  overflow: hidden;
}
section.calendario .resultados article .round .button {
  text-align: right;
  margin-top: 10px;
}
section.calendario .resultados article .round .button a {
  width: 100%;
  text-decoration: none;
  font-family: 'agendamedium';
  font-size: 19px;
  color: #00b7ea;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.calendario .resultados article .round .button a:hover {
  color: white;
}
section.top10 {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.top10 .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.top10 .breadcrumbs a {
  color: #00b7ea;
}
section.top10 .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
}
section.top10 .numero-resultados {
  margin-top: -10px;
  font-size: 30px;
  color: #00b7ea;
  font-family: 'agendaregular';
}
section.top10 .resultados {
  margin-top: 20px;
  margin-bottom: 30px;
  float: left;
}
section.top10 .resultados article {
  padding: 5px;
}
section.top10 .resultados article .round {
  background-color: #033a6a;
  padding: 12px;
}
section.top10 .resultados article .round .imagem img {
  width: 184px;
  height: 145px;
}
section.top10 .resultados article .round .tit {
  margin: 10px 0;
  font-family: 'agendabold';
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  height: 40px;
  overflow: hidden;
  line-height: 110%;
}
section.top10 .resultados article .round .push-line {
  font-family: 'agendamedium';
  font-size: 16px;
  color: white;
  line-height: 130%;
  margin-top: 0px;
  height: 40px;
  overflow: hidden;
}
section.top10 .resultados article .round .button {
  text-align: right;
  margin-top: 10px;
}
section.top10 .resultados article .round .button a {
  width: 100%;
  text-decoration: none;
  font-family: 'agendamedium';
  font-size: 19px;
  color: #00b7ea;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.top10 .resultados article .round .button a:hover {
  color: white;
}
section.top10-child {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.top10-child .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.top10-child .breadcrumbs a {
  color: #00b7ea;
}
section.top10-child .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.top10-child .texto {
  font-size: 13px;
}
section.top10-child .resultados-destaques {
  margin: 30px 0;
  float: left;
}
section.top10-child .resultados-destaques .article {
  padding: 5px;
  background-color: #033a6a;
  padding: 12px;
  margin: 10px 0;
}
section.top10-child .resultados-destaques .article .tit {
  margin: 5px 0;
  font-family: 'agendabold';
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}
section.top10-child .resultados-destaques .article .excerto {
  font-family: 'agendamedium';
  font-size: 13px;
  color: white;
}
section.top10-child .resultados-destaques .article .button {
  text-align: left;
  margin-top: 10px;
}
section.top10-child .resultados-destaques .article .button a {
  width: 100%;
  text-decoration: none;
  font-family: 'agendamedium';
  font-size: 19px;
  color: #00b7ea;
  text-align: left;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.top10-child .resultados-destaques .article .button a .copy {
  float: left;
  margin-right: 5px;
}
section.top10-child .resultados-destaques .article .button a span {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #00b7ea;
  color: white;
  text-align: center;
  float: left;
  display: inline;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.top10-child .resultados-destaques .article .button a:hover {
  color: white;
}
section.top10-child .resultados-destaques .article .button a:hover span {
  background-color: white;
  color: #00b7ea;
}
section.regioes {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.regioes .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.regioes .breadcrumbs a {
  color: #00b7ea;
}
section.regioes .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.regioes .conteudo a {
  color: #00b7ea;
  text-decoration: none;
}
section.regioes .social {
  float: right;
  margin-right: 20px;
}
section.regioes .social ul li {
  float: left;
  display: inline;
  list-style: none;
  margin: 0 5px;
  padding: 0;
}
section.regioes .social a {
  line-height: 23px;
  text-align: center;
  display: inline;
  width: 25px;
  height: 25px;
  color: white;
  display: block;
  background-color: #00b7ea;
}
section.regioes .social li.addthis a {
  background: url(../images/share_icon.jpg) no-repeat top left;
}
section.regioes .social li.addthis a span {
  opacity: 0;
}
section.regioes .connected-carousels .prev-navigation,
section.regioes .connected-carousels .next-navigation {
  width: 25px;
  height: 25px;
  background-color: #00b7ea;
  color: white;
  font-size: 18px;
  text-align: center;
}
section.regioes .connected-carousels .prev-navigation.inactive,
section.regioes .connected-carousels .next-navigation.inactive {
  display: none;
}
section.regioes .conteudo-extra {
  margin-top: 80px;
}
section.regioes .conteudo-extra h2 {
  font-size: 27px;
  font-family: 'agendaregular';
}
section.regioes .conteudo-extra .texto {
  font-size: 13px;
  font-family: 'agendamedium';
  line-height: 13px;
}
section.regioes .conteudo-extra .texto a {
  color: #00b7ea;
  text-decoration: none;
}
section.regioes .conteudo-extra .texto a:hover {
  color: white;
}
section.regioes .artigo-relacionados {
  margin: 30px 0;
}
section.regioes .artigo-relacionados h2 {
  font-size: 36px;
  color: #00b7ea;
  font-family: 'agendaregular';
  text-transform: uppercase;
  display: inline;
}
section.regioes .artigo-relacionados .nav {
  float: right;
  display: inline;
}
section.regioes .artigo-relacionados .nav div {
  margin: 0 2px;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #00b7ea;
  color: white;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  float: left;
  font-size: 25px;
  border-radius: 3px;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.regioes .artigo-relacionados .nav div:hover {
  background-color: white;
  color: #00b7ea;
}
section.regioes .artigo-relacionados #owl-regiao,
section.regioes .artigo-relacionados #owl-destaque {
  margin-top: 30px;
}
section.regioes .artigo-relacionados #owl-regiao article,
section.regioes .artigo-relacionados #owl-destaque article {
  padding: 5px;
}
section.regioes .artigo-relacionados #owl-regiao article .round,
section.regioes .artigo-relacionados #owl-destaque article .round {
  background-color: #033a6a;
  padding: 12px;
}
section.regioes .artigo-relacionados #owl-regiao article .round .tit,
section.regioes .artigo-relacionados #owl-destaque article .round .tit {
  margin: 5px 0;
  font-family: 'agendabold';
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  height: 40px;
  overflow: hidden;
  line-height: 103%;
}
section.regioes .artigo-relacionados #owl-regiao article .round .imagem img,
section.regioes .artigo-relacionados #owl-destaque article .round .imagem img {
  width: 184px;
  height: 145px;
}
section.regioes .artigo-relacionados #owl-regiao article .round .categoria,
section.regioes .artigo-relacionados #owl-destaque article .round .categoria {
  font-family: 'agendabold';
  color: white;
  font-size: 17px;
  color: #00b7ea;
  height: 24px;
  overflow: hidden;
}
section.regioes .artigo-relacionados #owl-regiao article .round .push-line,
section.regioes .artigo-relacionados #owl-destaque article .round .push-line {
  font-family: 'agendamedium';
  font-size: 16px;
  color: white;
  line-height: 130%;
  margin-top: 20px;
  height: 40px;
  overflow: hidden;
}
section.regioes .artigo-relacionados #owl-regiao article .round .button,
section.regioes .artigo-relacionados #owl-destaque article .round .button {
  text-align: right;
  margin-top: 10px;
}
section.regioes .artigo-relacionados #owl-regiao article .round .button a,
section.regioes .artigo-relacionados #owl-destaque article .round .button a {
  width: 100%;
  text-decoration: none;
  font-family: 'agendamedium';
  font-size: 19px;
  color: #00b7ea;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.regioes .artigo-relacionados #owl-regiao article .round .button a:hover,
section.regioes .artigo-relacionados #owl-destaque article .round .button a:hover {
  color: white;
}
section.experience {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.experience .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.experience .breadcrumbs a {
  color: #00b7ea;
}
section.experience .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.experience .filtro {
  float: right;
  font-family: 'agendaregular';
  margin-bottom: 20px;
  position: relative;
  width: 260px;
}
section.experience .filtro .label {
  float: left;
  line-height: 30px;
  margin-right: 10px;
}
section.experience .filtro select {
  width: 190px;
  border-radius: 3px;
  color: black;
  height: 25px;
  margin-right: 35px;
  display: block;
  background-color: #e8e8e8;
}
section.experience .filtro ul li {
  cursor: pointer;
}
section.experience .filtro input {
  position: absolute;
  right: 0;
  top: -5px;
  margin-left: 3px;
  margin-top: 5px;
  width: 25px;
  height: 25px;
  background: #00b7ea url(../images/btn_submit_filter.jpg) no-repeat top left;
  border: none;
}
section.experience .resultados {
  float: left;
}
section.experience .resultados article {
  padding: 5px;
}
section.experience .resultados article .round {
  float: left;
  background-color: #033a6a;
  padding: 12px;
}
section.experience .resultados article .round .imagem img {
  height: 145px;
}
section.experience .resultados article .round .tit {
  margin: 5px 0;
  font-family: 'agendabold';
  color: white;
  font-size: 17px;
  text-transform: uppercase;
  height: 48px;
  line-height: 105%;
  overflow: hidden;
  float: left;
}
section.experience .resultados article .round .categoria {
  font-family: 'agendamedium';
  color: white;
  font-size: 17px;
  color: #00b7ea;
  float: left;
  font-weight: bold;
  width: 100%;
  height: 24px;
  overflow: hidden;
}
section.experience .resultados article .round .push-line {
  font-family: 'agendamedium';
  font-size: 16px;
  color: white;
  line-height: 130%;
  margin-top: 20px;
  height: 40px;
  overflow: hidden;
  float: left;
  width: 100%;
}
section.experience .resultados article .round .button {
  text-align: right;
  margin-top: 10px;
  float: right;
}
section.experience .resultados article .round .button a {
  width: 100%;
  text-decoration: none;
  font-family: 'agendamedium';
  font-size: 19px;
  color: #00b7ea;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.experience .resultados article .round .button a:hover {
  color: white;
}
section.experience .resultados .btn-more-button {
  padding: 0;
  padding-left: 5px;
  margin-bottom: 5px;
}
section.experience .resultados .btn-more-button a {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #00b7ea;
  font-family: 'agendabold';
  font-size: 19px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.experience .resultados .btn-more-button a:hover {
  background-color: white;
  color: #00b7ea;
}
section.category {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.category .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.category .breadcrumbs a {
  color: #00b7ea;
}
section.category .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.category .resultados {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
section.category .resultados article {
  padding: 5px;
  float: left;
}
section.category .resultados article .round {
  float: left;
  background-color: #033a6a;
  padding: 12px;
}
section.category .resultados article .round .imagem img {
  height: 145px;
}
section.category .resultados article .round .tit {
  margin: 5px 0;
  font-family: 'agendabold';
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  height: 40px;
  line-height: 105%;
  overflow: hidden;
  float: left;
}
section.category .resultados article .round .categoria {
  font-family: 'agendamedium';
  color: white;
  font-size: 17px;
  color: #00b7ea;
  float: left;
  font-weight: bold;
  width: 100%;
  height: 24px;
  overflow: hidden;
}
section.category .resultados article .round .push-line {
  font-family: 'agendamedium';
  font-size: 16px;
  color: white;
  line-height: 130%;
  margin-top: 20px;
  height: 40px;
  overflow: hidden;
  float: left;
  width: 100%;
}
section.category .resultados article .round .button {
  text-align: right;
  margin-top: 10px;
  float: right;
}
section.category .resultados article .round .button a {
  width: 100%;
  text-decoration: none;
  font-family: 'agendamedium';
  font-size: 19px;
  color: #00b7ea;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.category .resultados article .round .button a:hover {
  color: white;
}
section.galeria {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.galeria .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.galeria .breadcrumbs a {
  color: #00b7ea;
}
section.galeria .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.galeria .filtro {
  float: right;
  font-family: 'agendaregular';
  margin-bottom: 20px;
  position: relative;
}
section.galeria .filtro select {
  width: 190px;
  border-radius: 3px;
  color: black;
  height: 25px;
  margin-right: 35px;
}
section.galeria .filtro input {
  position: absolute;
  right: 0;
  top: -5px;
  margin-left: 3px;
  margin-top: 5px;
  width: 25px;
  height: 25px;
  background: #00b7ea url(../images/btn_submit_filter.jpg) no-repeat top left;
  border: none;
}
section.galeria .image-master {
  margin-bottom: 5px;
}
section.galeria .share-print {
  margin: 20px 0;
}
section.galeria .listagem-imagens {
  margin: 0 auto;
  padding: 0;
}
section.galeria .listagem-imagens li {
  list-style: none;
  margin: 0px;
  padding: 5px;
  overflow: hidden;
}
section.galeria .listagem-imagens li a {
  padding: 0px;
  margin: 0;
  display: block;
  border: 2px solid transparent;
  text-decoration: none;
}
section.galeria .listagem-imagens li a .image-block {
  overflow: hidden;
  display: block;
}
section.galeria .listagem-imagens li a div.title {
  width: 100%;
  padding: 5px;
  font-size: 12px;
  font-family: 'agendamedium';
  z-index: 10;
  bottom: 0;
  left: 0;
  text-decoration: none;
  background: #033a6b;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.galeria .listagem-imagens li a img {
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.galeria .listagem-imagens li a:hover div.title {
  background: rgba(3, 50, 99, 0.8);
  color: #00b7ea;
}
section.galeria .listagem-imagens li a:hover img {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  /* IE 9 */
  -moz-transform: scale(1.5);
  /* Firefox */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
}
section.galeria .listagem-imagens li a.active {
  border: 2px solid #00b7ea;
}
section.galeria .caption {
  color: white;
  font-size: 12px;
  font-family: 'agendamedium';
  width: 100%;
  padding: 8px 15px;
  margin-top: -30px;
  background: rgba(3, 58, 106, 0.6);
  z-index: 50;
  position: relative;
}
section.informacoes {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.informacoes .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.informacoes .breadcrumbs a {
  color: #00b7ea;
}
section.informacoes .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.informacoes .conteudo {
  font-size: 13px;
  font-family: 'agendamedium';
  margin-bottom: 25px;
}
section.informacoes #accordion .panel {
  border: none;
  margin-top: 2px;
}
section.informacoes #accordion .panel .panel-heading {
  background: #00b7ea;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.informacoes #accordion .panel .panel-heading a {
  text-decoration: none !important;
}
section.informacoes #accordion .panel .panel-heading a .panel-title {
  line-height: 40px;
  font-family: 'agendabold';
  font-size: 19px;
}
section.informacoes #accordion .panel .panel-heading a .panel-title img {
  margin-right: 5px;
}
section.informacoes #accordion .panel .panel-heading:hover {
  background: #034076;
}
section.informacoes #accordion .panel .panel-body {
  border-top: none;
  background-color: #03396a;
  font-family: 'agendamedium';
  font-size: 13px;
}
section.informacoes #accordion .panel .panel-body .social {
  float: right;
}
section.informacoes #accordion .panel .panel-body .social a {
  width: 25px;
  height: 25px;
  color: white;
  display: block;
  background-color: #00b7ea;
}
section.faqs {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.faqs .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.faqs .breadcrumbs a {
  color: #00b7ea;
}
section.faqs .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.faqs .subtitulo {
  font-family: 'agendaregular';
  color: #00b7ea;
  font-size: 30px;
}
section.faqs .conteudo {
  font-size: 13px;
  font-family: 'agendamedium';
  margin-bottom: 25px;
}
section.faqs .conteudo .link {
  font-family: 'agendaregular';
  font-size: 16px;
  margin-top: 5px;
}
section.faqs .conteudo .link .copy {
  float: left;
  margin-right: 5px;
}
section.faqs .conteudo .link a {
  float: left;
  display: block;
  font-size: 14px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: #00b7ea;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.faqs .conteudo .link a:hover {
  background-color: white;
  color: #00b7ea;
}
section.faqs #accordion .panel {
  border: none;
  margin-top: 2px;
  background: transparent;
}
section.faqs #accordion .panel .panel-heading {
  background: transparent;
  padding: 10px 0;
}
section.faqs #accordion .panel .panel-heading .panel-title a {
  text-decoration: none;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  font-family: 'agendamedium';
  font-size: 14px;
}
section.faqs #accordion .panel .panel-heading .panel-title a span {
  color: #00b7ea;
  font-family: 'agendabold';
  font-size: 18px;
}
section.faqs #accordion .panel .panel-heading .panel-title a:hover {
  color: #00b7ea;
}
section.faqs #accordion .panel .panel-heading .panel-title a:hover span {
  color: white;
}
section.faqs #accordion .panel .panel-body {
  border-top: none;
  background-color: transparent;
  font-family: 'agendamedium';
  font-size: 13px;
}
section.termos {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.termos .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.termos .breadcrumbs a {
  color: #00b7ea;
}
section.termos .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.termos ul.listagem-termos {
  margin: 0;
  padding: 0;
}
section.termos ul.listagem-termos li {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
section.termos ul.listagem-termos li .titulo-small {
  font-family: 'agendaregular';
  color: #00b7ea;
  font-size: 30px;
}
section.termos ul.listagem-termos li .conteudo {
  color: white;
  font-family: 'agendamedium';
}
section.termos .share-print {
  float: right;
}
section.termos .share-print ul {
  width: 100%;
}
section.termos .share-print ul li {
  list-style: none;
  float: left;
}
section.termos .backtop {
  float: right;
  font-family: 'agendaregular';
  font-size: 19px;
  margin-bottom: 3px;
}
section.termos .backtop i {
  margin-left: 5px;
  width: 25px;
  height: 25px;
  background: #00b7ea;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.termos .backtop i:hover {
  background: white;
  color: #033263;
}
section.destaques {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.destaques .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.destaques .breadcrumbs a {
  color: #00b7ea;
}
section.destaques .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.destaques .texto {
  font-size: 13px;
}
section.destaques .resultados-destaques {
  margin: 30px 0;
  float: left;
}
section.destaques .resultados-destaques .article {
  padding: 5px;
  background-color: #033a6a;
  padding: 12px;
  margin: 10px 0;
}
section.destaques .resultados-destaques .article .tit {
  margin: 5px 0;
  font-family: 'agendabold';
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}
section.destaques .resultados-destaques .article .excerto {
  font-family: 'agendamedium';
  font-size: 13px;
  color: white;
}
section.destaques .resultados-destaques .article .button {
  text-align: left;
  margin-top: 10px;
}
section.destaques .resultados-destaques .article .button a {
  width: 100%;
  text-decoration: none;
  font-family: 'agendamedium';
  font-size: 19px;
  color: #00b7ea;
  text-align: left;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.destaques .resultados-destaques .article .button a .copy {
  float: left;
  margin-right: 5px;
}
section.destaques .resultados-destaques .article .button a span {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #00b7ea;
  color: white;
  text-align: center;
  float: left;
  display: inline;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.destaques .resultados-destaques .article .button a:hover {
  color: white;
}
section.destaques .resultados-destaques .article .button a:hover span {
  background-color: white;
  color: #00b7ea;
}
section.downloads {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.downloads .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.downloads .breadcrumbs a {
  color: #00b7ea;
}
section.downloads .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.downloads .texto {
  font-size: 13px;
}
section.downloads .resultados-destaques {
  margin: 30px 0;
  float: left;
}
section.downloads .resultados-destaques .article {
  padding: 5px;
  background-color: #033a6a;
  padding: 12px;
  margin: 10px 0;
}
section.downloads .resultados-destaques .article .tit {
  margin: 5px 0;
  font-family: 'agendabold';
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}
section.downloads .resultados-destaques .article .excerto {
  font-family: 'agendamedium';
  font-size: 13px;
  color: white;
  height: 73px;
  overflow: hidden;
}
section.downloads .resultados-destaques .article .button {
  text-align: left;
  margin-top: 10px;
  float: right;
}
section.downloads .resultados-destaques .article .button a {
  width: 100%;
  text-decoration: none;
  font-family: 'agendamedium';
  font-size: 19px;
  color: #00b7ea;
  text-align: left;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.downloads .resultados-destaques .article .button a .copy {
  float: left;
  margin-right: 5px;
}
section.downloads .resultados-destaques .article .button a span {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #00b7ea;
  color: white;
  text-align: center;
  float: left;
  display: inline;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.downloads .resultados-destaques .article .button a:hover {
  color: white;
}
section.downloads .resultados-destaques .article .button a:hover span {
  background-color: white;
  color: #00b7ea;
}
section.postcard {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.postcard .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.postcard .breadcrumbs a {
  color: #00b7ea;
}
section.postcard .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.postcard .description {
  margin: 30px 0;
  font-size: 24px;
  font-family: 'agendamedium';
  line-height: 100%;
}
section.postcard .locais .titulo {
  font-size: 16px;
  font-family: 'agendamedium';
  color: white;
  margin-bottom: 10px;
}
section.postcard .locais .titulo .yellow {
  color: #ffcc00;
  font-family: 'agendabold';
}
section.postcard .locais article {
  background-color: #033a6a;
  height: 300px;
  margin-bottom: 30px;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.postcard .locais article .image {
  padding: 15px;
  cursor: pointer;
}
section.postcard .locais article .localidade {
  text-align: center;
  font-family: 'agendamedium';
  font-size: 18px;
  margin: 12px 0;
}
section.postcard .locais article:hover {
  background-color: white;
  color: #033a6a;
}
section.postcard .locais article.active {
  background-color: white;
  color: #033a6a;
}
section.postcard .upload-ajuste .montagem .box {
  background-color: #033a6a;
  margin: 30px 0;
  padding: 20px 15px;
  float: left;
  width: 100%;
}
section.postcard .upload-ajuste .montagem .box .back a {
  float: left;
  display: inline;
  margin-top: 15px;
  width: 150px;
  position: relative;
  text-align: center;
  display: block;
  height: 34px;
  background-color: #00b7eb;
  color: white;
  font-size: 16px;
  line-height: 34px;
  border-radius: 4px;
  border: 0;
  font-family: 'agendamedium';
  text-decoration: none;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.postcard .upload-ajuste .montagem .box .back a:hover {
  background-color: white;
}
section.postcard .upload-ajuste .montagem .box .back a:hover a {
  color: #00b7eb;
}
section.postcard .upload-ajuste .montagem .box #btnSave a {
  float: right;
  margin-top: 15px;
  width: 150px;
  position: relative;
  text-align: center;
  display: block;
  height: 34px;
  background-color: #ffcc00;
  color: white;
  font-size: 16px;
  line-height: 34px;
  border-radius: 4px;
  border: 0;
  font-family: 'agendamedium';
  text-decoration: none;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.postcard .upload-ajuste .montagem .box #btnSave a:hover {
  background-color: white;
  color: #ffcc00;
}
section.postcard .upload-ajuste .montagem .box .label {
  font-size: 16px;
  color: #00b7eb;
  font-family: 'agendamedium';
  text-align: center;
  text-transform: uppercase;
}
section.postcard .upload-ajuste .montagem .box .zoomcontainer-in,
section.postcard .upload-ajuste .montagem .box .rotatecontainer-in {
  margin: 10px;
}
section.postcard .upload-ajuste .montagem .box #zoom,
section.postcard .upload-ajuste .montagem .box #rot {
  margin-top: -25px;
}
section.postcard .upload-ajuste .montagem .box #zoomMin,
section.postcard .upload-ajuste .montagem .box #zoomMax,
section.postcard .upload-ajuste .montagem .box #rotationMin,
section.postcard .upload-ajuste .montagem .box #rotationMax {
  font-size: 18px;
  color: #00b7eb;
  font-family: 'agendamedium';
}
section.postcard .upload-ajuste .montagem .box #zoomSlider.horizontal {
  margin: 7px 5px;
}
section.postcard .upload-ajuste .montagem .box #zoomMax,
section.postcard .upload-ajuste .montagem .box #rotationMax {
  float: right;
  margin-top: -40px;
}
section.postcard .upload-ajuste .share .container-box {
  background-color: #033a6a;
  margin: 30px 0;
  height: 516px;
}
section.postcard .upload-ajuste .share .container-box img {
  margin-top: 30px;
}
section.postcard .upload-ajuste .share .form-email form {
  margin-top: 230px;
  vertical-align: bottom;
}
section.postcard .upload-ajuste .share .form-email form h4 {
  font-size: 14px;
  line-height: 130%;
}
section.postcard .upload-ajuste .share .form-email form input {
  margin: 10px 0;
}
section.postcard .upload-ajuste .share .form-email form button[type="submit"] {
  float: right;
  width: 150px;
  position: relative;
  text-align: center;
  display: block;
  height: 34px;
  background-color: #00b7eb;
  color: white;
  line-height: 22px;
  border: 0;
  font-family: 'agendamedium';
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.postcard .upload-ajuste .share .form-email form button[type="submit"]:hover {
  background-color: white;
  color: #00b7eb;
}
section.postcard .upload-ajuste .share .form-email form a.share {
  float: left;
  width: 150px;
  position: relative;
  text-align: center;
  height: 34px;
  text-decoration: none;
  display: block;
  background-color: #00b7eb;
  color: white;
  border-radius: 4px;
  line-height: 36px;
  border: 0;
  font-family: 'agendamedium';
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.postcard .upload-ajuste .share .form-email form a.share:hover {
  background-color: white;
  color: #00b7eb;
}
section.postcard .upload-ajuste .upload-box .box {
  background-color: #033a6a;
  margin: 30px 0;
  padding: 5px 15px 19px 15px;
  /*height:683px; */
}
section.postcard .upload-ajuste .upload-box .box img {
  margin: 15px 0 0 0;
}
section.postcard .upload-ajuste .upload-box .box .question.homem {
  position: absolute;
  font-size: 76px;
  color: yellow;
  top: 43%;
  left: 62%;
  font-family: 'agendabold';
}
section.postcard .upload-ajuste .upload-box .box .question.mulher {
  position: absolute;
  font-size: 76px;
  color: yellow;
  top: 43%;
  left: 62%;
  font-family: 'agendabold';
}
section.postcard .upload-ajuste .upload-box .box .labels-sex {
  float: right;
  margin-bottom: 10px;
}
section.postcard .upload-ajuste .upload-box .box .labels-sex div {
  margin-left: 5px;
  float: left;
  display: inline;
  width: 150px;
  text-align: center;
  height: 34px;
  background-color: #00b7eb;
  color: #033162;
  font-size: 14px;
  line-height: 34px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 5px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 5px;
  background-clip: padding-box;
  border: 0;
  font-family: 'agendamedium';
  opacity: .4;
  cursor: pointer;
}
section.postcard .upload-ajuste .upload-box .box .labels-sex div.active {
  color: #033162;
  opacity: 1;
}
section.postcard .upload-ajuste .upload-box .box .copy {
  font-size: 12px;
  font-family: 'agendamedium';
  width: 35%;
  margin-top: -34px;
  float: right;
}
section.postcard .upload-ajuste .upload-box .box .space {
  margin: 36px 0;
}
section.postcard .upload-ajuste .upload-box .box a.file-input-wrapper {
  width: 150px;
  position: relative;
  text-align: center;
  height: 34px;
  background-color: #00b7eb;
  color: white;
  font-size: 14px;
  line-height: 24px;
  border-radius: 4px;
  border: 0;
  margin-right: 5px;
  font-family: 'agendamedium';
}
section.postcard .upload-ajuste .upload-box .box form {
  position: relative;
}
section.postcard .upload-ajuste .upload-box .box span.file-input-name {
  position: absolute;
  top: 115px;
  left: 0px;
}
section.postcard .upload-ajuste .upload-box .box input[type="submit"] {
  width: 150px;
  text-align: center;
  height: 34px;
  background-color: #00b7eb;
  color: white;
  font-size: 14px;
  line-height: 34px;
  border-radius: 4px;
  border: 0;
  font-family: 'agendamedium';
}
section.postcard .upload-ajuste .titulo {
  font-size: 16px;
  font-family: 'agendamedium';
  color: white;
  margin-bottom: 10px;
}
section.postcard .upload-ajuste .titulo .yellow {
  color: #ffcc00;
  font-family: 'agendabold';
}
section.postcard .upload-ajuste img.layer {
  z-index: 1;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
}
section.postcard .upload-ajuste img.layerAmex {
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
}
section.postcard .upload-ajuste iframe#IframeTmp {
  color: white;
  border: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
section.postcard .upload-ajuste iframe#iFrameMessage {
  color: white;
  border: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
section.postcard .upload-ajuste iframe#hiddeniframe {
  color: white;
  border: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
section.experiencias {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.experiencias .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.experiencias .breadcrumbs a {
  color: #00b7ea;
}
section.experiencias .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.experiencias .form .titulo-blue {
  color: #00b7ea;
  font-size: 26px;
  font-family: 'agendaregular';
}
section.experiencias .form .sub-titulo {
  font-size: 14px;
  font-family: 'agendamedium';
}
section.experiencias .form .gfield_label {
  font-size: 14px;
  font-family: 'agendaregular';
}
section.experiencias .form .gfield_required {
  color: red;
}
section.experiencias .form li.nome-experiencia,
section.experiencias .form li.titulo-experiencia {
  margin: 0 0 10px 0;
}
section.experiencias .form textarea {
  width: 100%;
  height: 45px;
  border: 2px solid transparent;
  border-radius: 2px;
  color: black;
  padding: 5px;
}
section.experiencias .form li.gfield_error input[type=text],
section.experiencias .form li.gfield_error textarea {
  border: 2px solid red;
}
section.experiencias .form input[type="text"] {
  width: 100%;
  height: 30px;
  color: black;
  padding: 0 5px;
  line-height: 30px;
  border: none;
  border-radius: 2px;
  border: 2px solid transparent;
}
section.experiencias .form .gform_confirmation_message {
  padding: 50px 0;
}
section.experiencias .form li.gfield.gfield_error {
  background-color: transparent;
}
section.experiencias .form .gfield_description.validation_message {
  display: none;
}
section.experiencias .form input[type="submit"] {
  width: 150px;
  text-align: center;
  height: 34px;
  background-color: #00b7eb;
  color: white;
  font-size: 14px;
  line-height: 34px;
  border-radius: 4px;
  border: 0;
  font-family: 'agendamedium';
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.experiencias .form input[type="submit"]:hover {
  background-color: white;
  color: #00b7eb;
}
section.experiencias .form a.file-input-wrapper {
  width: 150px;
  position: relative;
  text-align: center;
  height: 34px;
  background-color: #00b7eb;
  color: white;
  font-size: 14px;
  line-height: 24px;
  border-radius: 4px;
  border: 0;
  margin-right: 5px;
  font-family: 'agendamedium';
}
section.experiencias .list-experiencias article {
  padding: 5px;
  min-height: 300px;
}
section.experiencias .list-experiencias article .round {
  background-color: #033a6a;
  padding: 12px;
}
section.experiencias .list-experiencias article .round .tit {
  margin: 10px 0 0 0;
  font-family: 'agendabold';
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  height: 20px;
  line-height: 105%;
  overflow: hidden;
}
section.experiencias .list-experiencias article .round .imagem img {
  width: 100%;
}
section.experiencias .list-experiencias article .round .name {
  margin: 0 0 0 0;
  padding: 0px;
  color: #00b7ea;
  font-size: 18px;
  font-family: 'agendabold';
  height: 27px;
  overflow: hidden;
}
section.experiencias .list-experiencias article .round .content {
  height: 100px;
  font-size: 12px;
  overflow: hidden;
}
section.experiencias .list-experiencias .btn-more-button {
  padding: 0;
  padding-left: 5px;
  margin-bottom: 25px;
}
section.experiencias .list-experiencias .btn-more-button a {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #00b7ea;
  font-family: 'agendabold';
  font-size: 19px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.experiencias .list-experiencias .btn-more-button a:hover {
  background-color: white;
  color: #00b7ea;
}
section.postphoto {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.postphoto .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.postphoto .breadcrumbs a {
  color: #00b7ea;
}
section.postphoto .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.postphoto .box-loggin {
  background: white;
  padding: 0;
  position: relative;
  margin-bottom: 15px;
}
section.postphoto .box-loggin .content {
  margin: 3px;
  top: 0;
  right: 0;
  z-index: 10;
  position: absolute;
  width: 378px;
  height: 99%;
  background: rgba(3, 49, 98, 0.8);
}
section.postphoto .box-loggin .content .titulo {
  font-size: 24px;
  font-family: 'agendamedium';
  text-transform: uppercase;
  padding: 40px 20px 0 20px;
}
section.postphoto .box-loggin .content .texto {
  font-family: 'agendamedium';
  font-size: 18px;
  line-height: 120%;
  padding: 20px;
}
section.postphoto .box-loggin .content .btn {
  height: 38px;
}
section.postphoto .box-loggin .content .btn a {
  display: block;
  width: 174px;
  height: 38px;
  text-align: center;
  border-radius: 2px;
  background-color: #00b7eb;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.postphoto .box-loggin .content .btn a:hover {
  background-color: white;
  color: #00b7eb;
}
section.postphoto .box-loggin .content .copy {
  font-size: 12px;
  padding: 20px 20px 0 20px;
}
section.postphoto .box-form .user .icon {
  margin-right: 4px;
}
section.postphoto .box-form .user .name {
  padding-top: 5px;
  color: #ffcc00;
  font-size: 24px;
  font-family: 'agendabold';
}
section.postphoto .box-form .user .description {
  color: #00b7eb;
  font-size: 24px;
  font-family: 'agendabold';
}
section.postphoto .box-form .description-page {
  margin: 10px 0 20px 0;
}
section.postphoto .box-form .upload-field {
  margin-top: 50px;
}
section.postphoto .box-form .upload-field .gfield_label {
  display: none;
}
section.postphoto .box-form .upload-field .gfield_contains_required {
  width: 30%;
}
section.postphoto .box-form .upload-field li.gfield {
  clear: none;
  float: left;
  display: inline;
}
section.postphoto .box-form .upload-field .gfield.ondetirouestafoto {
  margin-left: 40px;
}
section.postphoto .box-form .upload-field .gfield.ondetirouestafoto label {
  font-size: 14px;
  color: white;
  display: block;
  font-weight: 400;
  float: left;
  display: inline;
  margin-right: 10px;
}
section.postphoto .box-form .upload-field .gfield.ondetirouestafoto .ginput_container {
  float: left;
  display: inline;
}
section.postphoto .box-form .upload-field .gfield.ondetirouestafoto input {
  width: 250px;
  height: 35px;
  border-radius: 5px;
  border: none;
  color: black;
  font-size: 12px;
  padding: 0 10px;
}
section.postphoto .box-form .upload-field .btn-default {
  background-color: #00b7eb;
  color: white;
  border: 1px solid #00b7eb;
  font-family: 'agendamedium';
  font-size: 14px;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.postphoto .box-form .upload-field .btn-default:hover {
  background-color: white;
  color: #00b7eb;
}
section.postphoto .box-form .upload-field input[type="submit"] {
  width: 150px;
  text-align: center;
  height: 34px;
  background-color: #00b7eb;
  color: white;
  font-size: 14px;
  line-height: 34px;
  border-radius: 4px;
  border: 0;
  font-family: 'agendamedium';
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.postphoto .box-form .upload-field input[type="submit"]:hover {
  background-color: white;
  color: #00b7eb;
}
section.postphoto .list-postphotos {
  margin-top: 50px;
}
section.postphoto .list-postphotos .filtro {
  margin-bottom: 20px;
  margin-left: 5px;
}
section.postphoto .list-postphotos .filtro .dropdown {
  float: right;
  display: inline;
}
section.postphoto .list-postphotos .filtro .dropdown .fancy-select {
  font-weight: 400;
}
section.postphoto .list-postphotos .filtro input[type=text] {
  width: 195px;
  background-color: #e8e8e8;
  border-radius: 2px;
  border: 0;
  height: 25px;
  padding: 0 5px;
  color: #033162;
  font-size: 12px;
}
section.postphoto .list-postphotos .filtro input[type=submit] {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background-color: #00b7ed;
  border: 0;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.postphoto .list-postphotos .filtro input[type=submit]:hover {
  background-color: white;
  color: #00b7eb;
}
section.postphoto .list-postphotos article {
  padding: 5px;
  min-height: 300px;
}
section.postphoto .list-postphotos article .round {
  background-color: #033a6a;
  padding: 12px;
}
section.postphoto .list-postphotos article .round .tit {
  margin: 5px 0;
  font-family: 'agendabold';
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  height: 40px;
  line-height: 105%;
  overflow: hidden;
}
section.postphoto .list-postphotos article .round .imagem img {
  width: 100%;
}
section.postphoto .list-postphotos article .round .name {
  margin: 10px 0 0 0;
  float: right;
  padding: 0px;
  color: white;
  font-size: 14px;
  font-family: 'agendabold';
}
section.postphoto .list-postphotos article .round ul.comments-likes {
  margin: 30px 0 0 0;
  padding: 0;
}
section.postphoto .list-postphotos article .round ul.comments-likes li {
  margin-right: 22px;
  position: relative;
  list-style: none;
  float: left;
  display: inline;
}
section.postphoto .list-postphotos article .round ul.comments-likes li .number {
  background-color: #ffcc00;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 12px;
  text-align: center;
  color: #033162;
  line-height: 20px;
}
section.postphoto .list-postphotos .btn-more-button {
  padding: 0;
  padding-left: 5px;
  margin-bottom: 25px;
}
section.postphoto .list-postphotos .btn-more-button a {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #00b7ea;
  font-family: 'agendabold';
  font-size: 19px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.postphoto .list-postphotos .btn-more-button a:hover {
  background-color: white;
  color: #00b7ea;
}
section.postphoto .mural {
  background-color: #033a6a;
  padding: 15px 0;
}
section.postphoto .mural .name {
  padding: 0px 15px;
  color: #ffcc00;
  font-size: 24px;
  font-family: 'agendabold';
  margin-bottom: 10px;
}
section.postphoto .mural .image .denunciar {
  margin: 10px 0 0 0;
  text-align: center;
  font-family: 'agendabold';
  font-size: 16px;
  position: relative;
}
section.postphoto .mural .image .denunciar span {
  cursor: pointer;
}
section.postphoto .mural .image .denunciar .light {
  display: none;
  position: absolute;
  top: -320px;
  left: 70px;
  width: 420px;
  height: 300px;
  border: 7px solid #d3b616;
  background-color: white;
  color: black;
  padding: 30px;
}
section.postphoto .mural .image .denunciar .light .close {
  margin-right: -20px;
  margin-top: -10px;
}
section.postphoto .mural .image .denunciar .light .tit {
  text-align: left;
  font-size: 16px;
  font-family: 'agendabold';
  margin-bottom: 5px;
}
section.postphoto .mural .image .denunciar .light .sub-tit,
section.postphoto .mural .image .denunciar .light .ginput_container {
  text-align: left;
  font-size: 14px;
  font-family: 'agendaregular';
  color: black;
}
section.postphoto .mural .image .denunciar .light form {
  font-size: 13px;
  color: red;
}
section.postphoto .mural .image .denunciar .light input[type="checkbox"]:checked + label {
  font-weight: normal;
}
section.postphoto .mural .image .denunciar .light input[type="submit"] {
  background-color: #00b7eb;
  width: 174px;
  height: 47px;
  color: white;
  border: 0;
  border-radius: 2px;
}
section.postphoto .mural .image .denunciar .light .gfield_label,
section.postphoto .mural .image .denunciar .light .validation_message {
  display: none;
}
section.postphoto .mural .image .denunciar .light .gform_confirmation_wrapper {
  text-align: left;
  font-size: 14px;
  font-family: 'agendaregular';
  margin-top: 50px;
}
section.postphoto .mural .image .denunciar .light li.gfield.gfield_error {
  background-color: transparent;
}
section.postphoto .mural .widget-comments .like {
  width: 100%;
  height: 60px;
  background-color: #00b7eb;
  padding: 0 15px;
}
section.postphoto .mural .widget-comments .like .fb-like {
  margin-top: 20px;
}
section.postphoto .mural .widget-comments .fb-comments {
  padding: 15px;
}
section.contactos {
  background: #033263 url(../images/interior_slice.png) no-repeat center top;
  background-size: 100%;
}
section.contactos .breadcrumbs {
  margin: 40px 0;
  font-family: 'agendamedium';
  font-size: 12px;
}
section.contactos .breadcrumbs a {
  color: #00b7ea;
}
section.contactos .titulo {
  font-family: 'agendaregular';
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.contactos .dados-sede h3 {
  margin-top: 0;
  font-family: 'agendaregular';
  font-size: 30px;
  color: #00b7ea;
}
section.contactos .dados-sede p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #00b7ea;
}
section.contactos .dados-sede .telefone,
section.contactos .dados-sede .fax {
  font-family: 'agendaregular';
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
}
section.contactos .dados-sede .telefone .white,
section.contactos .dados-sede .fax .white {
  color: #00b7ea;
}
section.contactos .dados-sede .email {
  margin-top: 30px;
  font-family: 'agendaregular';
  font-size: 20px;
}
section.contactos .dados-sede .email a {
  color: #00b7ea;
  text-decoration: none;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
section.contactos .dados-sede .email a:hover {
  color: white;
}
section.contactos .form-cont {
  margin-bottom: 100px;
}
section.contactos .form-cont .tit {
  font-family: 'agendaregular';
  font-size: 30px;
  color: #00b7ea;
}
section.contactos .form-cont .form label {
  font-family: 'agendaregular';
  font-size: 19px;
  font-weight: normal;
}
section.contactos .form-cont .form input[type=text],
section.contactos .form-cont .form input[type=email],
section.contactos .form-cont .form textarea {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: none;
  color: #033263;
  background: #e8e8e8;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
  height: 30px;
}
section.contactos .form-cont .form input[type=submit] {
  border: none;
  background: none;
  font-family: 'agendaregular';
  font-size: 19px;
  padding-right: 30px;
  background: url(../images/submit_back.jpg) no-repeat top right;
}
section.contactos .form-cont .form textarea {
  height: 225px;
}
section.contactos .form-cont .form .gform_footer {
  margin: 0;
  float: right;
}
section.contactos .form-cont .form .validation_error {
  color: white;
  font-size: 14px;
  font-family: 'agendaregular';
}
section.contactos .form-cont .form .validation_message {
  display: none;
}
section.contactos .form-cont .form .gfield_error {
  background-color: transparent;
  width: 100%;
}
section#printarea {
  display: none;
}
footer section.carousel {
  position: relative;
  background-color: #033a6b;
  /*OWL CAROUSEL*/
}
footer section.carousel .tit {
  text-align: left;
  font-size: 19px;
  font-family: 'agendamedium';
  color: #00b7ea;
  text-transform: uppercase;
  margin: 18px 0;
}
footer section.carousel #owl {
  margin-bottom: 20px;
  padding: 0 50px;
}
footer section.carousel #owl .item {
  margin: 3px;
}
footer section.carousel #owl .item img {
  display: block;
  width: 100%;
  height: auto;
}
footer section.carousel #prev-owl {
  width: 50px;
  height: 100px;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 40%;
  background: url(../images/arrow_carrousel.png) no-repeat top left;
}
footer section.carousel #next-owl {
  width: 50px;
  height: 100px;
  top: 40%;
  cursor: pointer;
  position: absolute;
  right: 20px;
  background: url(../images/arrow_carrousel.png) no-repeat top right;
}
footer section.mapa-do-site {
  background-color: #033263;
}
footer section.mapa-do-site .map ul {
  margin: 70px 0;
}
footer section.mapa-do-site .map ul li {
  width: 210px;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  font-family: 'agendamedium';
  font-size: 18px;
}
footer section.mapa-do-site .map ul li a {
  text-transform: uppercase;
  color: #00b7ea;
}
footer section.mapa-do-site .map ul li ul.sub-menu {
  margin: 30px 0;
  padding: 0;
}
footer section.mapa-do-site .map ul li ul.sub-menu li {
  font-size: 14px;
}
footer section.mapa-do-site .map ul li ul.sub-menu li a {
  text-transform: none;
  color: white;
}
footer section.mapa-do-site .map ul li ul.sub-menu li:first-child {
  display: block;
}
footer section.mapa-do-site .map ul li:first-child {
  display: none;
}
footer section.mapa-do-site .map ul li:nth-child(2) {
  width: 170px;
}
footer section.mapa-do-site .facebook {
  text-align: center;
}
footer section.mapa-do-site .facebook iframe {
  width: 200px;
  background: white;
  border-radius: 2px;
  margin: 70px auto 0 -25px;
  float: right;
}
footer section.mapa-do-site .facebook .tit {
  font-family: 'agendaregular';
  font-size: 13px;
  text-align: left;
  float: left;
  display: inline;
  display: block;
}
footer section.mapa-do-site .facebook .social {
  float: right !important;
  margin-left: 80px !important;
}
footer section.mapa-do-site .facebook ul.social {
  margin: 10px 0 20px -25px;
  padding: 0;
}
footer section.mapa-do-site .facebook ul.social .tit {
  height: 30px;
  line-height: 30px;
}
footer section.mapa-do-site .facebook ul.social li {
  margin: 0 3px;
  line-height: 35px;
  background: #034076;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  list-style: none;
  font-size: 20px;
  float: left;
  color: white;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
footer section.mapa-do-site .facebook ul.social li a {
  color: white;
}
footer section.mapa-do-site .facebook ul.social li a i {
  cursor: pointer;
}
footer section.mapa-do-site .facebook ul.social li:hover {
  background: white;
}
footer section.mapa-do-site .facebook ul.social li:hover a {
  color: #033263;
}
footer section.mapa-do-site .facebook ul.social li:last-child {
  margin-right: 0;
}
footer section.newsletter {
  background-color: #034076;
}
footer section.newsletter .titulo-label {
  margin: 50px 0 0px 0;
}
footer section.newsletter .titulo-label .titulo {
  font-size: 36px;
  font-family: 'agendaregular';
  text-transform: uppercase;
  color: #00b7ea;
}
footer section.newsletter .titulo-label .description {
  line-height: 60px;
  font-size: 16px;
  font-family: 'agendamedium';
}
footer section.newsletter .form {
  margin-bottom: 50px;
}
footer section.newsletter .form .validation_error {
  position: absolute;
  font-size: 11px;
  font-family: 'agendaregular';
  color: red;
  bottom: -40px;
  text-transform: uppercase;
}
footer section.newsletter .form .gfield_description {
  display: none;
}
footer section.newsletter .form .gform_wrapper {
  margin: 0;
}
footer section.newsletter .form .gform_wrapper .gform_footer {
  float: left;
  clear: inherit;
  margin: 0;
  padding: 0;
}
footer section.newsletter .form .gform_wrapper .gform_footer input[type=submit] {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-family: 'agendamedium';
  text-transform: uppercase;
  white-space: normal;
  margin-top: 9px;
}
footer section.newsletter .form ul li {
  margin-right: 30px;
  float: left;
  display: inline;
  width: 221px;
}
footer section.newsletter .form ul li input[type=email],
footer section.newsletter .form ul li input[type=text] {
  width: 221px;
  height: 42px;
  border-radius: 3px;
  border: none;
  padding: 0 20px;
  color: #033263;
  font-size: 16px;
  font-family: 'agendamedium';
}
footer section.newsletter .form ul li.gfield_error {
  background: none;
}
footer section.newsletter .form ul li.gfield {
  clear: inherit;
  font-size: 16px;
}
footer section.newsletter .form ul li.gfield.gfield_error.gfield_contains_required {
  width: 221px;
}
footer section.newsletter .form ul li.gfield.gfield_error.gfield_contains_required .ginput_container {
  margin-top: 0;
}
footer section.menu-last {
  background-color: #033263;
}
footer section.menu-last .menu {
  font-family: 'agendamedium';
}
footer section.menu-last .menu ul {
  margin: 0;
}
footer section.menu-last .menu ul li a {
  font-size: 16px;
  line-height: 60px;
  text-transform: uppercase;
}
footer section.menu-last .copy {
  line-height: 60px;
  font-family: 'agendabold';
  text-transform: uppercase;
  font-size: 11px;
}
/*FOR ALL*/
.backtop {
  float: right;
  font-family: 'agendaregular';
  font-size: 19px;
  margin-bottom: 3px;
}
.backtop i {
  margin-left: 5px;
  width: 25px;
  height: 25px;
  background: #00b7ea;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.backtop i:hover {
  background: white;
  color: #033263;
}
.share-print {
  float: right;
}
.share-print ul {
  width: 100%;
}
.share-print ul li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.share-print ul li a {
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 25px;
  display: block;
  background-color: #00b7ea;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.share-print ul li a:hover {
  background-color: white;
  color: #00b7ea;
}
.share-print ul li.addthis a.at-share-btn {
  background: url(../images/share_icon.jpg) no-repeat top left;
  max-width: 25px !important;
  max-height: 25px !important;
}
.share-print ul li.addthis a.at-share-btn span {
  opacity: 0;
}
.carousel-navigation .caption {
  color: white;
  font-size: 12px;
  font-family: 'agendamedium';
  width: 100%;
  padding: 8px 15px;
  margin-top: -33px;
  background: rgba(3, 58, 106, 0.6);
  z-index: 50;
  position: relative;
}
.carousel-stage .caption {
  color: white;
  font-size: 12px;
  font-family: 'agendamedium';
  width: 100%;
  padding: 8px 15px;
  margin-top: -33px;
  background: rgba(3, 58, 106, 0.6);
  z-index: 50;
  position: relative;
}
.menu-iphone {
  display: none;
}
/*FIX FIREFOX*/
img.img-responsive.col-xs-12 {
  padding: 0px;
}
@media (max-width: 767px) {
  footer section.mapa-do-site .map ul {
    margin: 20px 0;
  }
  footer section.mapa-do-site .map ul li {
    margin-bottom: 20px;
  }
  footer section.mapa-do-site .map ul li ul.sub-menu {
    margin: 10px 0;
  }
  footer section.mapa-do-site .map ul li ul.sub-menu li {
    margin-bottom: 0;
  }
  footer section.newsletter .titulo-label .description {
    padding-left: 0;
    line-height: 16px;
  }
  footer section.newsletter .form ul li {
    width: 100%;
    margin-top: 10px;
  }
  footer section.newsletter .form ul li input[type=text],
  footer section.newsletter .form ul li input[type=email] {
    width: 100%;
  }
  footer section.menu-last .menu {
    margin-top: 20px;
  }
  footer section.menu-last .menu ul li a {
    font-size: 12px;
    line-height: 20px;
  }
  .social,
  iframe {
    display: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 800px) {
  header .menu-iphone {
    display: block;
    float: right;
  }
  header .menu {
    top: 20px;
    display: none;
    z-index: 60;
    position: absolute;
    right: 0;
  }
  header .menu ul {
    background-color: white;
  }
  header .menu ul li {
    width: 100%;
    float: left !important;
    text-align: left !important;
    display: inherit;
    clear: both;
  }
  header .menu ul li a {
    width: 100%;
  }
  header .menu ul li ul.sub-menu {
    position: relative;
    width: 100%;
    float: left;
    display: block !important;
    font-size: 12px;
    box-shadow: none !important;
    padding: 0 0 0 0;
  }
  header .menu ul li ul.sub-menu li {
    text-transform: uppercase;
    clear: both;
    text-align: left !important;
  }
  header .menu ul li ul.sub-menu li a {
    font-size: 14px !important;
    font-family: 'agendamedium';
    text-transform: uppercase;
  }
  header .menu ul li ul.sub-menu li a:hover {
    font-size: 14px !important;
    font-family: 'agendamedium';
    text-transform: uppercase;
  }
  header .menu ul li ul.sub-menu li a:before {
    content: '- ';
  }
  header .menu ul li:hover ul {
    display: block;
    margin: 0px 0 0 0px;
    padding: 0;
    z-index: 10;
  }
  header .menu ul li:hover ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    -webkit-transition: none 0s;
    -moz-transition: none 0s;
    -o-transition: none 0s;
    transition: none 0s;
    -webkit-transition: none 0;
    -o-transition: none 0;
    transition: none 0;
  }
  header .menu ul li:hover ul li a {
    font-family: 'agendamedium';
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
  }
  header .menu ul li:hover:last-child ul {
    display: block;
    margin: 0px 0 0 -114px;
    padding: 0;
    z-index: 10;
    width: 230px;
  }
  section.home .container .experiencias .block {
    width: 33%;
  }
}
/*MODAL*/
.modal#regulamento,
.modal#termosecondicoes {
  color: black;
  font-weight: 400;
  font-size: 12px;
}
/*----*/
@media (max-width: 767px) {
  header .description {
    display: none;
    font-size: 12px;
  }
  header h1 {
    width: 220px;
    background-size: 100%;
    height: auto;
  }
  header .search {
    width: 230px;
    margin-top: 29px;
    float: right;
    position: relative;
    left: 0;
  }
  .cartao {
    display: none;
  }
  section.home .container .experiencias .block {
    width: 50%;
  }
  section.home .container #owl-eventos article .round {
    height: auto;
  }
  section.home .container .destaque h2,
  section.home .container .eventos h2 {
    font-size: 26px;
  }
  section.single .titulo,
  section.experience .titulo,
  section.regioes .titulo {
    font-size: 22px;
  }
  section.regioes .conteudo {
    padding: 10px 0;
  }
  section.regioes .conteudo-extra {
    margin-top: 0;
  }
  section.mapa-do-site {
    display: none;
  }
  .paralax {
    display: none;
  }
  section.single .tab-content {
    margin-top: -50px;
  }
  section.single .extra .tit {
    font-size: 24px;
  }
  section.single .extra .titulo-big {
    font-size: 24px;
  }
  section.faqs .subtitulo {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .description {
    display: none;
  }
  /*
	header{
		.menu-iphone{
			display:block;
			float:right;
		}
		.menu{
			top:20px;
			display:none;  
			z-index: 60;
			position:absolute;
			right:0;
			ul{
				background-color: white;
				li{
					width:100%;	
					float:left !important;
					text-align: left !important;
					display:inherit;
					//font-size: 10px;
					clear:both;
					a{
						width:100%;
						&:hover{

						}
					}
					ul.sub-menu{
						position:relative;
						width:100%;
						float:left;
						display:block !important;
						font-size: 12px;
						box-shadow: none !important;
						padding: 0 0 0 0;
						li{
							text-transform: uppercase;
							clear:both;
							a{
								font-size: 14px !important;
								font-family: 'agendamedium';
								text-transform: uppercase;
								&:hover{
									font-size: 14px !important;
									font-family: 'agendamedium';
									text-transform: uppercase;
								}
							}
							a:before{
								content:'- ';
							}
							text-align: left !important;
						}
					}
				}
				li:hover{
					ul{
						display:block;
						margin:0px 0 0 0px;
						padding:0;
						z-index: 10;
						//width:230px;
						li{
							margin:0;
							padding:0;
							list-style: none;
							text-align: left;
							a{
								font-family: 'agendamedium';
								font-size: 14px;
								text-transform: uppercase;
								text-decoration: none;
							}
							.transition(none 0);
							&:hover{

								//background-color: @titleColor;
								a{

									//color:white;
								}
							}
						}
					}
				}
				li:hover:last-child{
					ul{
						display:block;
						margin:0px 0 0 -114px;
						padding:0;
						z-index: 10;
						width:230px;
					}
				}
			}
		}
	}
	*/
  .carousel-stage ul li {
    width: 450px !important;
  }
  footer section.newsletter .form .gform_wrapper .gform_footer input[type=submit] {
    font-size: 14px;
  }
  footer section.mapa-do-site .facebook .social {
    margin-left: 0 !important;
  }
  footer section.menu-last .menu {
    margin-top: 20px;
  }
  footer section.menu-last .menu ul li a {
    font-size: 12px;
    line-height: 20px;
  }
  footer section.menu-last .copy {
    font-size: 10px;
  }
}
/* or @screen-sm */
@media (min-width: 992px) {
  .description {
    display: block;
  }
  .carousel-stage ul li {
    width: 597px !important;
  }
  footer section.mapa-do-site .facebook .social {
    margin-left: 80px !important;
  }
}
/* or @screen-md */
@media (min-width: 1200px) {
  .carousel-stage ul li {
    width: 100% !important;
  }
}
/* or @screen-lg */
/*PRINT*/
/**** END MAIN STYLE HERE ****/
/* Large devices (large desktops, 1200px and up) */
/*
@media (min-width: 1441px) {

}*/
/* Medium devices (desktops, 768px and up) */
/*
@media (max-width: 991px) and (min-width: 768px){

}*/
/* Medium devices (desktops, 768px and up) */
/*COOKIE*/
#eu-cookie {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  padding: 0 20px !important;
  border-radius: 0 !important;
}
#eu-cookie .close-icon {
  position: absolute !important;
  right: 10px !important;
  top: 5px !important;
}
#eu-cookie h3 {
  display: none;
}
#eu-cookie p {
  margin: 10px !important;
}
/*FORM*/
.gform_wrapper div.charleft {
  margin-right: 5px;
  width: auto !important;
  float: left;
  display: inline;
}
