@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

@font-face {
  font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local('OpenSans-Light'),url(http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'),local('OpenSans'),url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
  font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans Semibold'),local('OpenSans-Semibold'),url(http://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family:'Roboto Condensed';font-style:normal;font-weight:300;src:local('Roboto Condensed Light'),local('RobotoCondensed-Light'),url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/b9QBgL0iMZfDSpmcXcE8nNeiznanRB67rGZDYkMvKPc.woff) format('woff');
}

@font-face {
  font-family:'Roboto Condensed';font-style:normal;font-weight:400;src:local('Roboto Condensed Regular'),local('RobotoCondensed-Regular'),url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
}

@font-face {
  font-family:'Roboto Condensed';font-style:normal;font-weight:700;src:local('Roboto Condensed Bold'),local('RobotoCondensed-Bold'),url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/b9QBgL0iMZfDSpmcXcE8nCSLrGe-fkSRw2DeVgOoWcQ.woff) format('woff');
}/*!
Video.js Default Styles (http://videojs.com)
Version GENERATED_AT_BUILD
Create your own skin at http://designer.videojs.com
*/.vjs-default-skin {
  color: #ccc;
}

@font-face {
  font-family:VideoJS;src:url(../fonts/vjs.eot);src:url(../fonts/vjs.eot?#iefix) format('embedded-opentype'),url(../fonts/vjs.woff) format('woff'),url(../fonts/vjs.ttf) format('truetype'),url(../fonts/vjs.svg#icomoon) format('svg');font-weight:400;font-style:normal;
}

.vjs-default-skin .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: #333;
  background-color: rgba(51,51,51,.9);
}

.vjs-default-skin .vjs-slider:focus {
  -webkit-box-shadow: 0 0 2em #fff;
  -moz-box-shadow: 0 0 2em #fff;
  box-shadow: 0 0 2em #fff;
}

.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  left: 0;
  top: 0;
}

.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.vjs-default-skin .vjs-control-bar {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #07141e;
  background-color: rgba(7,20,30,.7);
}

.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  visibility: visible;
  opacity: 1;
  -ms-transition: visibility .1s,opacity .1s;
  -webkit-transition: visibility .1s,opacity .1s;
  -moz-transition: visibility .1s,opacity .1s;
  -o-transition: visibility .1s,opacity .1s;
  transition: visibility .1s,opacity .1s;
}

.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  -ms-transition: visibility 1s,opacity 1s;
  -webkit-transition: visibility 1s,opacity 1s;
  -moz-transition: visibility 1s,opacity 1s;
  -o-transition: visibility 1s,opacity 1s;
  transition: visibility 1s,opacity 1s;
}

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}

.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}

.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

.vjs-default-skin .vjs-control {
  outline: 0;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3em;
  width: 4em;
}

.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.vjs-default-skin .vjs-control:focus:before,.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.vjs-default-skin .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}

.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}

.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}

.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}

.vjs-default-skin .vjs-mute-control,.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}

.vjs-default-skin .vjs-mute-control:before,.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}

.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}

.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: .6em;
  margin: 1.1em auto 0;
}

.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: .5em;
  width: 100%;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: .5em;
  height: .5em;
  left: 4.5em;
}

.vjs-default-skin .vjs-volume-handle:before {
  font-size: .9em;
  top: -.2em;
  left: -.2em;
  width: 1em;
  height: 1em;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}

.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7,40,50,.5);
}

.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}

.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: .3em;
  height: 1em;
  top: -1em;
  -ms-transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  -ms-transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}

.vjs-default-skin .vjs-progress-holder .vjs-play-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.vjs-default-skin .vjs-play-progress {
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-load-progress {
  background: #646464;
  background: rgba(255,255,255,.2);
}

.vjs-default-skin .vjs-load-progress div {
  background: #787878;
  background: rgba(255,255,255,.1);
}

.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}

.vjs-default-skin .vjs-seek-handle:before {
  padding-top: .1em;
}

.vjs-default-skin.vjs-live .vjs-time-controls,.vjs-default-skin.vjs-live .vjs-time-divider,.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}

.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}

.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  line-height: 3em;
}

.vjs-default-skin .vjs-current-time {
  float: left;
}

.vjs-default-skin .vjs-duration {
  float: left;
}

.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}

.vjs-time-divider {
  float: left;
  line-height: 3em;
}

.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}

.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}

.vjs-default-skin .vjs-big-play-button {
  left: .5em;
  top: .5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  background-color: #07141e;
  background-color: rgba(7,20,30,.7);
  border: .1em solid #3b4249;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: .8em;
  -moz-border-radius: .8em;
  border-radius: .8em;
  -webkit-box-shadow: 0 0 1em rgba(255,255,255,.25);
  -moz-box-shadow: 0 0 1em rgba(255,255,255,.25);
  box-shadow: 0 0 1em rgba(255,255,255,.25);
  -ms-transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  left: 50%;
  margin-left: -2.1em;
  top: 50%;
  margin-top: -1.4000000000000001em;
}

.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}

.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-default-skin:hover .vjs-big-play-button,.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #505050;
  background-color: rgba(50,50,50,.75);
  -webkit-box-shadow: 0 0 3em #fff;
  -moz-box-shadow: 0 0 3em #fff;
  box-shadow: 0 0 3em #fff;
  -ms-transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  line-height: 2.6em;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-error-display {
  display: none;
}

.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666;
  line-height: 1;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5em;
  width: 100%;
}

.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000;
  background: rgba(0,0,0,.5);
}

.vjs-error-display a,.vjs-error-display a:visited {
  color: #F4A460;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -.5em;
  margin-top: -.5em;
  opacity: .75;
}

.vjs-waiting .vjs-loading-spinner,.vjs-seeking .vjs-loading-spinner {
  display: block;
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}

.vjs-error .vjs-loading-spinner {
  display: none;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0 0 .1em #000;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}

.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000;
  border-top-color: rgba(7,40,50,.5);
}

.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  max-height: 15em;
  overflow: auto;
  left: -5em;
  background-color: #07141e;
  background-color: rgba(7,20,30,.7);
  -webkit-box-shadow: -.2em -.2em .3em rgba(255,255,255,.2);
  -moz-box-shadow: -.2em -.2em .3em rgba(255,255,255,.2);
  box-shadow: -.2em -.2em .3em rgba(255,255,255,.2);
}

.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}

.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: .3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}

.vjs-default-skin .vjs-menu-button ul li:focus,.vjs-default-skin .vjs-menu-button ul li:hover,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  background-color: #fff;
  background-color: rgba(255,255,255,.75);
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em;
  font-weight: 700;
  cursor: default;
}

.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}

.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}

.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}

.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}

.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
  font-family: Arial,sans-serif;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js:-moz-full-screen {
  position: absolute;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%!important;
  height: 100%!important;
  _position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100%!important;
  height: 100%!important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.video-js.vjs-has-started .vjs-poster {
  display: none;
}

.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.video-js.vjs-controls-disabled .vjs-poster {
  display: none;
}

.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  left: 1em;
  right: 1em;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
  background-color: #000;
  background-color: rgba(0,0,0,.5);
}

.video-js .vjs-subtitles {
  color: #fff;
}

.video-js .vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

.video-js.vjs-fullscreen .vjs-text-track {
  font-size: 3em;
}

.vjs-default-skin .vjs-hidden {
  display: none;
}

.vjs-lock-showing {
  display: block!important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #ccc;
  background-color: #333;
  font-size: 18px;
  font-family: Arial,sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a,.vjs-no-js a:visited {
  color: #F4A460;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  max-width: none!important;
  width: 960px;
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.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 {
  padding-right: 10px;
  padding-left: 10px;
}

.navbar-header {
  float: left;
}

.navbar-collapse {
  display: block!important;
  height: auto!important;
  padding-bottom: 0;
  overflow: visible!important;
}

.navbar-toggle {
  display: none;
}

.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-nav>li {
  float: left;
}

.navbar-nav>li>a {
  padding: 5px 15px;
}

.navbar-nav.navbar-right {
  float: right;
}

.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #333;
}

.navbar .navbar-nav .open .dropdown-menu>li>a:hover,.navbar .navbar-nav .open .dropdown-menu>li>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
  color: #fff!important;
  background-color: #428bca!important;
}

.navbar .navbar-nav .open .dropdown-menu>.disabled>a,.navbar .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar .navbar-nav .open .dropdown-menu>.disabled>a:focus {
  color: #999!important;
  background-color: transparent!important;
}

@media (min-width:772px) {
  .dropdown-hover.dropdown:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-scroll .dropdown-menu {
  overflow: auto;
  max-height: 300px;
}

.dropdown-arrow.dropdown-menu:after,.dropdown-arrow.dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.dropdown-arrow.dropdown-menu:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.dropdown-arrow.dropdown-menu:before {
  border-color: rgba(220,220,13,0);
  border-bottom-color: #CDCDCD;
  border-width: 7px;
  margin-left: -7px;
}

.pagination {
 /* -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.2);*/
  -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
 /* box-shadow: 0 1px 0 0 rgba(0,0,0,.2);*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  width:600px;
}

.pagination>li>a,.pagination>li>span {
  color: #939597;
  text-decoration: none;
  background-image: -webkit-gradient(linear,left 0,left 100%,from(#fffeff),to(#f7f7f7));
  background-image: -webkit-linear-gradient(top,#fffeff,0,#f7f7f7,100%);
  background-image: -moz-linear-gradient(top,#fffeff 0,#f7f7f7 100%);
  background-image: linear-gradient(to bottom,#fffeff 0,#f7f7f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffeff', endColorstr='#fff7f7f7', GradientType=0);
  border: 0;
}

.pagination>li>a {
  border-left: 1px solid #eee;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
  background-color: #fff;
  border-color: #ddd;
  background-image: none;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #5FBFD0;
  border-color: #5FBFD0;
  background-image: none;
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 0 10px 1px rgba(0,0,0,.2);
  box-shadow: inset 0 0 10px 1px rgba(0,0,0,.2);
}

.noBorder {
  border: 0!important;
}

.bg-white {
  background-color: #fff;
}

.noMargin,.m0 {
  margin: 0!important;
}

.mTop60 {
  margin-top: 60px!important;
}

.mTop46 {
  margin-top: 46px!important;
}

.mTop40 {
  margin-top: 40px!important;
}

.mTop30 {
  margin-top: 30px!important;
}

.mTop20 {
  margin-top: 20px!important;
}

.mTop10 {
  margin-top: 10px!important;
}

.mTop0 {
  margin-top: 0!important;
}

.mTop-5 {
  margin-top: -5px!important;
}

.mTop-30 {
  margin-top: -30px!important;
}

.mLeft10 {
  margin-left: 10px!important;
}

.mLeft15 {
  margin-left: 15px!important;
}

.mLeft40 {
  margin-left: 40px!important;
}

.mBottom0 {
  margin-bottom: 0!important;
}

.mBottom5 {
  margin-bottom: 5px!important;
}

.mBottom10 {
  margin-bottom: 10px!important;
}

.mBottom15 {
  margin-bottom: 15px!important;
}

.mBottom20 {
  margin-bottom: 20px!important;
}

.mBottom30 {
  margin-bottom: 30px!important;
}

.mBottom40 {
  margin-bottom: 40px!important;
}

.p0 {
  padding: 0!important;
}

.p30 {
  padding: 30px!important;
}

.p25 {
  padding: 25px!important;
}

.p20 {
  padding: 20px!important;
}

.p15 {
  padding: 15px!important;
}

.p10 {
  padding: 10px!important;
}

.pTop0 {
  padding-top: 0!important;
}

.pTop5 {
  padding-top: 5px!important;
}

.pTop10 {
  padding-top: 10px!important;
}

.pTop15 {
  padding-top: 15px!important;
}

.pTop20 {
  padding-top: 20px!important;
}

.pTop40 {
  padding-top: 40px!important;
}

.pRight10 {
  padding-right: 10px!important;
}

.pBottom0 {
  padding-bottom: 0!important;
}

.pBottom100 {
  padding-bottom: 100px!important;
}

.pLeft10 {
  padding-left: 10px!important;
}

.pLeft15 {
  padding-left: 15px!important;
}

.pLeft20 {
  padding-left: 20px!important;
}

.h250 {
  height: 250px;
}

.mHeight250 {
  min-height: 250px;
}

.bTop {
  border-top: 1px solid #ddd;
}

.dBlock {
  display: block;
}

.tCenter {
  text-align: center;
}

.radius {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.resize-vertical {
  resize: vertical;
}

.resize-none {
  resize: none;
}

.form-control::-moz-placeholder {
  color: #D4D4D4;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #D4D4D4;
}

.form-control::-webkit-input-placeholder {
  color: #D4D4D4;
}

.img-shadow {
  position: relative;
  max-width: 100%;
  float: left;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.img-shadow .img {
  float: left;
}

a:hover .img-shadow::before {
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 0 0 3px #000;
  box-shadow: inset 0 0 0 3px #000;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a .img-border {
  -webkit-transition: -webkit-transform all .3s ease-in;
  -moz-transition: -moz-transform all .3s ease-in;
  -o-transition: -o-transform all .3s ease-in;
  transition: transform all .3s ease-in;
}

a:hover .img-border {
  -webkit-box-shadow: 0 0 0 3px red;
  -moz-box-shadow: 0 0 0 3px red;
  box-shadow: 0 0 0 3px red;
}

.btn-social {
  display: inline-block;
  padding: 7px;
  margin: 0;
  color: #fff!important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #F7F7F7;
  border: 1px solid transparent;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.btn-social-google {
  display: inline-block;
  padding: 7px;
  margin: 0;
  color: #fff!important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #F7F7F7;
  border: 1px solid transparent;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.btn-social:hover {
  background-color: #F7F7F7;
}

.btn-facebook {
  background-color: #3B5998;
}

.btn-facebook:hover {
  color: #3B5998!important;
}

.btn-twitter {
  background-color: #29ABED;
}

.btn-twitter:hover {
  color: #29ABED!important;
}

.btn-gplus {
  background-color: #DD4B39;
}

.btn-gplus:hover {
  color: #DD4B39!important;
}

[class^=icon-img-],[class*=icon-img-] {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(img/icons.png) no-repeat;
  background-position: 100px 100px;
  vertical-align: middle;
}

.icon-img-notices {
  background-position: 0 0;
}

.icon-img-textIn {
  background-position: -24px 0;
}

.icon-img-textOut {
  background-position: -48px 0;
}

.icon-img-print {
  background-position: -72px 0;
}

.icon-img-email {
  background-position: -96px 0;
}

.icon-img-money {
  background-position: -120px 0;
}

.icon-img-calendar {
  background-position: -144px 0;
}

.icon-img-download {
  background-position: -168px 0;
}

.icon-img-youtube-play {
  width: 75px;
  height: 52px;
  background-position: 0 -48px;
}

@font-face {
  font-family:fire;src:url(../fonts/fire.eot?37505782);src:url(../fonts/fire.eot?37505782#iefix) format('embedded-opentype'),url(../fonts/fire.woff?37505782) format('woff'),url(../fonts/fire.ttf?37505782) format('truetype'),url(../fonts/fire.svg?37505782#fire) format('svg');font-weight:400;font-style:normal;
}

[class^=icon-]:before,[class*=" icon-"]:before {
  font-family: fire;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-facebook:before {
  content: '\e800';
}

.icon-twitter-bird:before {
  content: '\e801';
}

.icon-vimeo:before {
  content: '\e802';
}

.icon-linkedin:before {
  content: '\e803';
}

.icon-search:before {
  content: '\e804';
}

.icon-beaker:before {
  content: '\e805';
}

.icon-cog:before {
  content: '\e806';
}

.icon-fire:before {
  content: '\e807';
}

.icon-paper-plane:before {
  content: '\e808';
}

.icon-graduation-cap:before {
  content: '\e809';
}

.icon-megaphone:before {
  content: '\e80a';
}

.icon-key:before {
  content: '\e80b';
}

.icon-trash:before {
  content: '\e80c';
}

.icon-doc:before {
  content: '\e80d';
}

.icon-comment:before {
  content: '\e80e';
}

.icon-pencil:before {
  content: '\e80f';
}

.icon-shop:before {
  content: '\e810';
}

.icon-diamond:before {
  content: '\e811';
}

.icon-t-shirt:before {
  content: '\e812';
}

.icon-wallet:before {
  content: '\e813';
}

.icon-money:before {
  content: '\e814';
}

.icon-truck:before {
  content: '\e815';
}

.icon-mail:before {
  content: '\e816';
}

.icon-heart:before {
  content: '\e817';
}

.icon-star:before {
  content: '\e818';
}

.icon-user:before {
  content: '\e819';
}

.icon-attach:before {
  content: '\e81a';
}

.icon-lock:before {
  content: '\e81b';
}

.icon-globe:before {
  content: '\e81c';
}

.icon-desktop:before {
  content: '\e81d';
}

.icon-lightbulb:before {
  content: '\e81e';
}

.icon-clock:before {
  content: '\e81f';
}

.icon-calendar:before {
  content: '\e820';
}

.icon-thumbs-up:before {
  content: '\e821';
}

.icon-eye:before {
  content: '\e822';
}

.icon-location:before {
  content: '\e823';
}

.icon-cup:before {
  content: '\e824';
}

.icon-cloud:before {
  content: '\e825';
}

.icon-inbox:before {
  content: '\e826';
}

.icon-database:before {
  content: '\e827';
}

.icon-youtube-1:before {
  content: '\e829';
}

.icon-gplus:before {
  content: '\e82a';
}

.icon-instagram{
	width: 31px;
  height: 25px;

  background: url(images/icon-instagram.jpg) no-repeat;
}

body:after {
  content: url(img/close.png) url(img/loading.gif) url(img/prev.png) url(img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: 0;
}

.lb-outerContainer {
  position: relative;
  background-color: #fff;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-prev,.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(img/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

@media print {
  * {
    background: transparent!important;
    color: #000!important;
    text-shadow: none!important;
    filter: none!important;
    -ms-filter: none!important;
  }

  body {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font: 12pt Georgia,"Times New Roman",Times,serif;
    color: #000;
  }@  page {
    margin: 1.5cm;
  }

  .wrap,main.col-xs-8 {
    width: 100%;
    margin: 0;
    float: none!important;
  }

  .no-print,.sidebar,.breadcrumb-bar,.title-bar,.post-tools,.menu,.menu-submenu,.footer,nav,video,audio,object,embed {
    display: none;
  }

  .print {
    display: block;
  }

  img {
    max-width: 100%;
  }

  aside {
    display: block;
    page-break-before: always;
  }

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 18pt;
  }

  h3 {
    font-size: 14pt;
  }

  p {
    font-size: 12pt;
    widows: 3;
    orphans: 3;
  }

  a,a:visited {
    text-decoration: none;
  }

  a:link:after,a:visited:after {
    content: " (" attr(href) ") ";
  }

  p a {
    word-wrap: break-word;
  }

  q:after {
    content: " (" attr(cite) ")";
  }

  a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
    content: "";
  }

  .page-break {
    page-break-before: always;
  }

  .header.print h1 {
    width: 100%;
    margin-bottom: .5cm;
    font-size: 18pt;
  }

  .header.print:after {
    content: "Este artigo foi escrito pela designer Dani Guerrato e retirado do site Tableless.";
  }

  .artigo {
    margin-top: 0;
    border-top: 1px solid #000;
    padding-top: 1cm;
  }

  h1 a:link:after,h1 a:visited:after {
    content: "";
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
 /* padding-top: 8px;*/
  margin-bottom: 270px;
  color: #999;
  line-height: 1.65;
  font-family: Arial,helvetica,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background: #fbfbfb url(img/body-top-bg.gif) repeat-x;
  background-position: 300px 204px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans';
  font-style: normal;
}

a {
  color: #3D464C;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

a:hover {
  color: #006DD9;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.container-page {
  padding-bottom: 60px;
}

#pag-home header {
  background-color: transparent;
  padding-bottom: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#pag-home header .form-search .form-control {
  background-color: #fff;
}

.header {
  background: url(../../images/slide-topo-01.jpg) top center no-repeat;
    padding-top: 6px;
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}

.header .menu {
  position: relative;
  min-height: 40px;
  margin-top: 14px;
  margin-bottom: 10px;
  border: 0;
  border-radius: 4px;
  background-image: -webkit-gradient(linear,left 0,left 100%,from(#fffeff),to(#f7f7f7));
  background-image: -webkit-linear-gradient(top,#fffeff,0,#f7f7f7,100%);
  background-image: -moz-linear-gradient(top,#fffeff 0,#f7f7f7 100%);
  background-image: linear-gradient(to bottom,#fffeff 0,#f7f7f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffeff', endColorstr='#fff7f7f7', GradientType=0);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.header .logo { 
color: #000;
}
.header .logo strong { 
color: #000;
}
.header .menu-nav {
  padding-left: 0;
  list-style: none;
}

.header .menu-nav>li {
  display: inline-block;
  margin: 0;
}

.header .menu-nav>li>a {
  display: block;
  padding: 10px 7px 10px 12px;
  line-height: 20px;
}

.header .menu-nav>li>a,.header .menu-submenu .navbar-nav>li>a {
  color: #3D464C;
  font-family: "Open sans";
  font-size: 14px;
  font-weight: 600;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.header .menu-nav>li:first-child>a {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.header .menu-nav>li:first-child img {
  margin-top: -2px;
}
.header .menu-submenu .navbar-nav{
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #f3f3f3;
	}
.header .menu-nav>li:last-child>a {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.header .menu-nav>li>a:hover,.header .menu-nav>li>a:focus,.header .menu-submenu .navbar-nav>li>a:hover,.header .dropdown:hover .dropdown-toggle {
  color: #4D79A7;
  background-color: #fff;
}

.header .menu-nav .dropdown:hover .dropdown-toggle {
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
}

.header .menu-nav>.active>a,.header .menu-nav>.active>a:hover,.header .menu-nav>.active>a:focus {
  color: #ccc;
  background-color: #fff;
}

.header .menu-submenu .navbar-nav>li>a {
  font-size: 13px;
}

.header .menu-nav>li>a:hover,.header .menu-submenu .navbar-nav>li>a:hover {
  background-color: transparent;
}

.header .menu-submenu .dropdown:hover .dropdown-toggle {
  background-color: transparent;
}

.header .dropdown-menu {
  margin-top: 1px;
  border-top: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.175);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,.175);
  box-shadow: 0 2px 4px rgba(0,0,0,.175);
}

.header .dropdown-menu>li>a {
  padding: 5px 15px;
  color: #4D79A7;
}

.header .dropdown-menu>li>a:hover,.header .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #4D79A7;
}

.header .menu-submenu .dropdown-menu {
  border-top: 1px solid #ddd;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.header .menu-submenu .dropdown-menu {
  background: #fff;
  border: 1px solid #CDCDCD;
}

.header .form-search .form-control {
  width: 259px;
  background-color: #F9F9F9;
  border-color: transparent;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

.header .form-search .form-control:focus {
  background-color: #fff;
  border-color: #66afe9;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
  box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}

.header .form-search .btn {
  border: 0;
  background-image: -webkit-gradient(linear,left 0,left 100%,from(#fffeff),to(#f7f7f7));
  background-image: -webkit-linear-gradient(top,#fffeff,0,#f7f7f7,100%);
  background-image: -moz-linear-gradient(top,#fffeff 0,#f7f7f7 100%);
  background-image: linear-gradient(to bottom,#fffeff 0,#f7f7f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffeff', endColorstr='#fff7f7f7', GradientType=0);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

.header .form-search .btn:hover {
  background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#fff));
  background-image: -webkit-linear-gradient(top,#fff,0,#fff,100%);
  background-image: -moz-linear-gradient(top,#fff 0,#fff 100%);
  background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 270px;
  padding-top: 35px;
  padding-bottom: 30px;
  background: #fff url(img/footer-top-bg.gif) repeat-x;
}

.footer .col-md-5,.footer .col-md-3 {
  padding-left: 20px;
  min-height: 205px;
  border-left: 1px solid #ddd;
}

.footer .logo {
  margin-top: 0;
  color: #57768B;
}

.footer .logo strong {
  font-size: 24px;
  color: #013359;
}

.footer nav li {
  width: 49%;
}

.footer nav li a {
  float: left;
  display: block;
}

.footer nav li a:hover {
  text-decoration: none;
}

.footer .list-social {
  font-size: 22px;
}

.footer .list-social li {
  padding: 0;
}

.footer .list-social a {
  color: #888;
}

.footer .list-social a:hover {
  color: #6787A1;
}

.sidebar aside {
  display: block;
  clear: both;
  margin-bottom: 30px;
}

.logo,.logo a {
  margin-bottom: 20px;
  font-family: Tahoma,"Open Sans",Arial,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #6787A1;
}

.logo strong,.logo a strong {
  color: #4D79A7;
  font-size: 25px;
  font-weight: 700;
  display: block;
}

.breadcrumb-bar {
  margin-top: 10px;
  font: 12px Verdana,Tahoma,Arial,sans-serif;
  color: #CBCBCB;
}

.breadcrumb-bar p {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.breadcrumb-bar .breadcrumb {
  display: inline-block;
  padding: 8px 0;
  margin-bottom: 0;
  background-color: transparent;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}

.breadcrumb-bar .breadcrumb>li+li:before {
  padding: 0 3px;
}

.breadcrumb-bar .breadcrumb>li a {
  color: #CBCBCB;
}

.breadcrumb-bar .breadcrumb>li a:hover {
  color: #4d79a7;
}
a.news-content{
	background-color: #f3f3f3;
}.news-iten a{
	background-color: #f3f3f3;
}

.news-iten {
	background-color: #f3f3f3;
}
.box {
  padding: 15px;
  background-color: #f3f3f3;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
}

.box.no-radius {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.box .box-title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
}

.box .box-title h2,.box .box-title h3,.box .box-title h4,.box .box-title h5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.box .box-footer {
  padding-top: 10px;
}

.title-section {
  font-size: 20px;
  color: #3D464C;
  margin: 30px 0 15px 0;
}

.title-bar {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #D5D5D5;
}

.title-bar .title-section {
  float: left;
  font-size: 36px;
  margin-bottom: 10px;
}

.title-bar .title-submenu {
  float: right;
  margin-top: 17px;
  padding-left: 0;
  list-style: none;
}

.title-bar .title-submenu li {
  display: inline;
}

.title-bar .title-submenu>li+li:before {
  padding: 0 5px;
  color: #333;
  font-size: 13px;
  content: "|\00a0";
}

.title-bar .title-submenu li a {
  color: #333;
}

.title-bar .title-submenu li a:hover {
  color: #4d79a7;
}

.title-bar.noborder {
  border-bottom: 0;
}

.home-banners {
  background-color: #fff;
  height: 90px;
  margin-bottom: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
}

.home-banners-controls,.home-slideshow-banners {
  float: left;
}


.home-banners-controls {
  width: 36px;
  height: 36px;
  margin-top: 25px;
  background-color: #9A9A9A;
  color: #fff;
  font-size: 22px;
  text-align: center;
  
}

.home-banners-controls:hover {
  background-color: #444;
  color: #fff;
}

.home-slideshow-banners {
  width: 848px;
  margin: 10px;
}

.home-slideshow-banners img {
  padding: 0 5px;
}

.news-section {
  margin-top: 20px;
  margin-bottom: 30px;
}

.news-item {
  display: block;
  position: relative;
  margin-top: 15px;
}

.news-item:after,.news-item:before {
  display: table;
  content: " ";
}

.news-item:after {
  clear: both;
}

.news-item a {
  display: block;
}

.news-item:first-child {
  margin-top: 0;
}

.news-category,.news-category-inner,.news-category-inner a {
  font-size: 11px;
  font-family: Tahoma,Arial,sans-serif;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 3px;
  padding: 0;
}

.news-category {
  position: absolute;
  z-index: 3;
  float: left;
  margin: 0 0 0 10px;
  padding: 2px 10px;
  background-color: #F3F2F2;
}

.news-category-slideshow {
  z-index: 500;
}

.news-data {
  font-size: 13px;
  color: #999;
  margin: 0;
}

.news-data-event {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #5CB8CE;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: "Open sans",sans-serif;
  line-height: 22px;
}

.news-data-event strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  font-weight: 600;
}

.news-data-event.data-event-left {
  position: absolute;
}

.news-data-event.data-event-left+.news-title,.news-data-event.data-event-left+.news-content {
  padding-left: 80px;
}

.news-title {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  padding-left: 10px;
}

.news-title strong {
  font-weight: 600;
}

.news-resume {
  color: #999;
}

.news-image {
  display: block;
  
}
.news-bg .news-image01 {
    display: block;
    height: 158px;
    background-color: #fa6900;
	border-radius: 5px;
}
.news-bg .news-image02 {
    display: block;
    height: 158px;
    background-color: #01a0c8;
	border-radius: 5px;
}
.news-bg .news-image03 {
    display: block;
    height: 158px;
    background-color: #1cac56;
	border-radius: 5px;
}
.news-bg .news-image01 img {
    opacity: .15;
    -webkit-opacity: .15;
    -moz-opacity: .15;
    filter: alpha(opacity=15);
}
.news-bg .news-image02 img {
    opacity: .15;
    -webkit-opacity: .15;
    -moz-opacity: .15;
    filter: alpha(opacity=15);
}

.news-bg .news-image03 img {
    opacity: .15;
    -webkit-opacity: .15;
    -moz-opacity: .15;
    filter: alpha(opacity=15);
}
.news-image.image-full {
  margin-bottom: 10px;
}

.news-image.image-left {
  position: absolute;
  margin-top: 4px;
}

.news-image.image-left+.news-title,.news-image.image-left+.news-content {
  padding-left: 85px;
}

/*.news-content {
  padding-right: 10px;
}*/

.news-more {
  margin-top: 10px;
  margin-right: 5px;
  text-align: right;
}

.news-more a {
  font-size: 16px;
  color: #555;
}

.news-more a span {
  font-weight: 700;
  text-decoration: underline;
}

.news-highlights .news-bg:first-child {
  margin-bottom: 20px;
  height: 125px;
}

.news-highlights .news-bg:first-child .news-title {
  overflow: hidden;
  height: 110px;
  font-size: 18px;
  line-height: 26px;
}

.news-bg {
  overflow: hidden;
  height: 158px;
}

.news-bg .news-title {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  height: 134px;
  padding: 30px 20px 0 15px;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(1,1,1,.16);
}

.news-bg .news-image {
  display: block;
  height: 158px;
  background-color: rgba(95,191,211,.85);
}

.news-bg .news-image img {
  opacity: .15;
  -webkit-opacity: .15;
  -moz-opacity: .15;
  filter: alpha(opacity=15);
}

.news-list {
  padding-left: 0;
  list-style: none;
}

.news-list.list-divider .news-item {
  padding-top: 10px;
  border-top: 1px dotted #eee;
}
.news-list.news-full-list .news-item{
	width: 290px;
	float: left;
	margin: 0 10px 20px 0;
}
.news-list.list-divider .news-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.news-section-6 .news-item a {
  overflow: hidden;
  height: 230px;
  background-color: #fff;
}

.news-section-6 .news-item .news-title {
  padding: 4px 15px 10px;
}

.news-full-list .news-item {
  background-color: #fff;
  height: 103px;
}

.news-full-list .news-image.image-left {
  margin-top: 0;
}

.news-full-list .news-image.image-left+.news-content {
  padding-left: 155px;
}

.news-full-list .news-content {
  padding-top: 10px;
}

.news-full-list .news-title a {
  color: #000;
}

.cycle-slideshow,.cycle-slideshow * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cycle-slideshow>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}

.slideshow-news>div>img {
  display: block;
}

.slideshow-news>div .news-overlay {
  color: #333;
  background: #fff;
  opacity: .9;
  filter: alpha(opacity=90);
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 94%;
  padding: 10px 15px;
  font-size: 18px;
}

.slideshow-news>div a:hover .news-overlay {
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
}

.news-pager {
  width: 100%;
  overflow: hidden;
  line-height: 5px;
}

.news-pager span {
  font-family: arial;
  font-size: 1px;
  width: 123px;
  margin-left: 1px;
  height: 4px;
  display: inline-block;
  color: #F26201;
  background-color: #F26201;
  cursor: pointer;
}

.news-pager span:first-child {
  margin-left: 0;
}

.news-pager span.cycle-pager-active {
  color: #3697A8;
  background-color: #3697A8;
}

.news-pager>* {
  cursor: pointer;
}

.news-send-email {
  padding: 20px;
  width: 300px;
}

.news-send-email:after,.news-send-email:before {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.news-send-email:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.news-send-email:before {
  border-color: rgba(204,204,204,0);
  border-bottom-color: #ccc;
  border-width: 7px;
  margin-left: -7px;
}

.post {
  padding: 24px 30px 30px;
 /* background-color: #fff;*/
  border-bottom: 1px solid #DEDEDE;
}

.post .post-footer {
  padding-top: 15px;
  border-top: 1px solid #D5D5D5;
}

.post .post-meta {
  margin-bottom: 10px;
  font: 11px Verdana,Tahoma,Arial,sans-serif;
  color: #999;
}

.post .post-title,.post .post-title a {
  margin-top: 0;
  padding-bottom: 10px;
  font: 30px "Open sans",Arial,sans-serif;
  color: #3D464C;
  font-weight: 600;
  line-height: 35px;
}

.post .post-tools {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 25px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  font: 11px Verdana,Tahoma,Arial,sans-serif;
  color: #999;
}

.post .post-tools ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.post .post-tools li {
  display: inline-block;
  margin-left: 6px;
}

.post .post-tools li:first-child {
  margin-left: 0;
}

.post .post-tools li a {
  display: block;
  color: #555;
}

.post .post-tools li a:hover {
  color: #00E;
}

.post .post-tools-share {
  float: left;
}

.post .post-tools-share li {
  margin-left: 2px;
}

.post .post-tools-options {
  float: right;
  margin: 5px 5px 0 0;
}

.post-content {
  margin-top: 80px;
  color: #000;
  line-height: 24px;
  
}

.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6 {
  clear: both;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 20px 0 0;
  line-height: 26px;
  font-weight: 700;
  color: #333;
  font-family: "Opens Sans",sans-serif;
}

.post-content h1:first-child,.post-content h2:first-child,.post-content h3:first-child,.post-content h4:first-child,.post-content h5:first-child,.post-content h6:first-child {
  padding-top: 0;
}

.post-content h1 {
  font-size: 22px;
}

.post-content h2 {
  font-size: 20px;
}

.post-content h3 {
  font-size: 18px;
}

.post-content h4 {
  font-size: 16px;
}

.post-content h5 {
  font-size: 16px;
}

.post-content h6 {
  font-size: 16px;
}

.post-content a {
  color: #00E;
}

.post-content a:hover {
  text-decoration: underline;
}

.post-content p {
  margin: 0 0 25px;
}

.post-content strong {
  font-weight: 700;
}

.post-content em,.post-content strong em {
  font-style: italic;
}

.post-content strong em {
  font-weight: 700;
}

.post-content ul,.post-content ol,.post-content dl {
  margin: 10px 0 20px;
}

.post-content ul li,.post-content dl dd {
  margin: 7px 20px;
  line-height: 18px;
}

.post-content ul li {
  margin-left: 36px;
}

.post-content ul li ul li {
  margin-left: 27px;
}

.post-content ul li,.post-content ol ul li {
  list-style-type: disc;
}

.post-content ul li li,.post-content ol ul li li {
  list-style-type: circle;
}

.post-content ul li li li,.post-content ol ul li li li {
  list-style-type: square;
}

.post-content .list-style-roman li {
  margin-left: 40px;
  list-style-type: upper-roman;
}

.post-content ol li {
  margin: 7px 30px 7px 0;
  line-height: 18px;
  list-style: decimal;
}

.post-content ol li ol li {
  list-style: lower-latin;
}

.post-content ol li ul,.post-content ol li ol {
  margin: 5px 0 15px -14px;
}

.post-content dl dd {
  margin-bottom: 20px;
  line-height: 20px;
}

.post-content blockquote {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
  font-size: 14px;
}

.post-content blockquote h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.post-content .alignleft,.post-content img.alignleft {
  float: left;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

.post-content .alignright,.post-content img.alignright {
  float: right;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 10px;
}

.post-content .aligncenter,.post-content img.aligncenter,.post-content img.centered,.post-content img.center {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto 20px;
}

.post-gallery {
  margin-left: -5px!important;
}

.post-gallery li {
  margin: 0 0 7px!important;
}

.culture-section {
  margin-bottom: 30px;
}

.culture-menu {
  padding: 20px 15px;
  margin-bottom: 20px;
  min-height: 58px;
  background: url(img/bar-cultura-municipios-bg.jpg) top center;
}

.culture-menu h2 {
  float: left;
  margin-top: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}

.culture-menu li>a {
  color: #5A3829;
}

.news-list-culture .news-title {
  font-family: 'Roboto Slab',serif;
}

.news-list-culture li .news-title,.news-list-culture li .news-title:hover,.news-list-culture li a:hover {
  color: #000;
}

.news-list-culture li:first-child .news-title,.news-list-culture li:first-child .news-title:hover,.news-list-culture li:first-child a:hover {
  color: #ED6300;
}

.box-culture .box-title {
  color: #B56D5F;
}

.culture-slide {
  overflow: hidden;
  height: 300px;
  background-position: top center;
  background-repeat: no-repeat;
}

.culture-slide .container {
  background: transparent url(img/slide-top-shadow.png) top center no-repeat;
}

.culture-slide .title-culture {
  float: left;
  padding: 5px 20px;
  margin: 120px 100px 20px;
  font: 40px "Open sans",sans-serif;
  color: #fff;
  background-color: #3596A8;
}

.news-last-culture .news-item {
  margin-bottom: 20px;
  height: 206px;
  border-bottom: 1px solid #ddd;
}

.news-last-culture .news-image.image-left {
  margin-top: 0;
}

.news-last-culture .news-image.image-left+.news-content {
  padding-left: 315px;
}

.news-last-culture .news-data {
  margin-bottom: 6px;
  text-transform: uppercase;
}

.news-last-culture .news-title a {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.news-last-culture .news-resume {
  font-family: 'Roboto Condensed',sans-serif;
}

.notices-list .news-image.image-left+.news-content {
  padding-left: 34px;
}

.notices-full-list .news-item {
  padding: 15px 10px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.notices-full-list .news-title a {
  font-size: 16px;
}

.notices-full-list .news-data {
  margin-left: -5px;
  margin-top: 10px;
}

.notices-full-list .news-data [class^=icon-img-],.notices-full-list .news-data [class*=icon-img-] {
  margin-top: -5px;
}

.post-content .notices-list-documents {
  padding-left: 0;
  list-style: none;
}

.post-content .notices-list-documents li {
  margin: 0;
  list-style: none;
}

.post-content .notices-list-documents li a {
  display: block;
  padding: 10px;
  background-color: #F7F7F8;
  color: #3D464C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.post-content .notices-list-documents li a:hover {
  text-decoration: none;
  color: #006DD9;
  background-color: #FFF;
  border: 1px solid #eee;
}

.post-content .notices-list-documents li i {
  margin-right: 6px;
}

.calendar-list .news-item {
  margin-top: 4px;
}

.calendar-list .news-data-event {
  border-right: 1px dashed #fff;
  min-height: 100%;
}

.calendar-list .news-content {
  display: block;
  padding-right: 10px;
  padding-bottom: 5px;
  min-height: 60px;
  -ms-transition: background .25s linear;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

.calendar-list .news-content {
 	background-color: #f3f3f3;
}

.calendar-list .news-content:hover {
  text-decoration: none;
  background-color: #4E9DAF;
  -ms-transition: background .25s linear;
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

.calendar-list .news-content:hover .news-title {
  color: #fff;
}

.calendar-list .news-content:hover .news-resume {
  color: #DFEDF1;
}

.calendar-list .news-title {
  color: #222;
  padding-top: 10px;
  margin-bottom: 0;
}

.news-item-video .news-image [class^=icon-img-],.news-item-video .news-image [class*=icon-img-] {
  position: absolute;
  z-index: 2;
  margin-top: 79px;
  margin-left: 112px;
}

.news-item-video .news-image {
  overflow: hidden;
  height: 210px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.news-item-video .news-image img {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.news-item-video .news-image:hover img {
  opacity: .8;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.news-item-video .news-content {
  padding: 15px;
  background-color: #CB171D;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.news-item-video .news-resume,.news-item-video .news-content,.news-item-video .news-content a {
  color: #fff;
}

.news-item-video .news-content a:hover {
  color: #F5D1D2;
}

.news-item-video .news-title {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
}

.news-item-video .news-resume {
  font-size: 12px;
  color: #E58B8E;
}

.photo-list .news-image.image-left+.news-title,.photo-list .news-image.image-left+.news-content {
  padding-left: 115px;
}

.photo-list-full .news-item {
  overflow: hidden;
  height: 245px;
  margin-bottom: 20px;
}

.photo-list-full a {
  display: block;
  background-color: #fff;
}

.photo-list-full .news-title {
  padding: 15px;
}

.photo-list-full img {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.photo-list-full a:hover img {
  opacity: .8;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.modal-patrimony .modal-content {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal-patrimony .modal-header {
  padding: 0;
  border-bottom: 0;
}

.modal-patrimony .modal-header .close {
  margin-top: -12px;
  margin-right: -12px;
  background-color: #000;
  padding: 2px 6px;
  color: #fff;
  opacity: 1;
}

.modal-patrimony .modal-body {
  padding: 0 15px 15px;
  color: #333;
  font-size: 13px;
}

.modal-patrimony .modal-body .text-title {
  color: #000;
  font-size: 15px;
}

@media (min-width:768px) {
  .modal-patrimony .modal-dialog {
    width: 870px;
    margin: 30px auto;
  }
}

#flashMessage{
	font-size:16px;
	padding:  0 0 0 30px;
	color: #00cc33;
	}
        
        .img-clipping{
            
            float: left;
            margin-left: 20px;
            width: 140px;
        }
        
.lista-municipios{
	width: 200px;
	
}
.lista-municipios ul {
   list-style-image: url(../../webroot/images/icom-map.png);
   margin: 0;
}
.lista-municipios ul li{
	border-bottom: 1px solid #CCC;
	margin: 0 0 5px 0;
	font-size: 12px;
line-height: 20px;
font-family: 'Open Sans';
font-style: normal;

}

/* ---- SOBRE O MUNICIPIO ----*/
.gray-box{
    padding: 18px 18px;
    background-color: #f3f3f3;
    width: 300px;
}
.gray-box p{
font-size: 12px;
line-height: 20px;
font-family: 'Open Sans';
font-style: normal;
}