/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
* {
  font-family: 'Roboto', sans-serif;
}
html {
  padding-bottom: 50px;
}
.main-wrapper {
  width: 98%;
  max-width: 1140px;
  overflow: hidden;
  margin: 0 auto;
}
img path {
  fill: #000;
}
.bxslider {
  display: none;
}
#main-header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d4d5d8;
}
#main-header .top {
  border-bottom: 1px solid #d4d5d8;
  overflow: hidden;
  font-size: 0.875em;
  color: #6b6b6b;
  padding: 10px 0;
}
#main-header .top a {
  color: #6b6b6b;
  text-decoration: none;
}
#main-header .top .social a {
  display: block;
  height: 19px;
  line-height: 19px;
  position: relative;
  text-align: center;
  width: 19px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #6b6b6b;
}
#main-header .top .social a::before {
  background: #4a6ea9;
  left: 9.5px;
  top: 9.5px;
  position: absolute;
  width: 0;
  height: 0;
  content: ' ';
}
#main-header .top .social a i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#main-header .top .social a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#main-header .top .social a:hover::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#main-header .top .social a:hover i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #FFF;
}
#main-header h1 {
  float: left;
  margin: 10px 0;
}
#main-header #navigation .navbar-toggle {
  display: none;
}
#main-header #navigation ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 35px;
}
#main-header #navigation ul li {
  float: left;
  margin: 0 14px;
}
#main-header #navigation ul li a {
  color: #6b6b6b;
  font-size: 1em;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: bold;
}
#main-header #navigation ul li a:hover,
#main-header #navigation ul li a .active {
  color: #0099cc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#home-banner {
  width: 100%;
  /*     max-width: 1280px; */
  margin: 0 auto;
  float: left;
}
#home-banner ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#home-banner ul li,
#home-banner ul img {
  float: left;
  width: 100%;
}
#home-banner .captions {
  width: 98%;
  max-width: 1140px;
  overflow: hidden;
  position: absolute;
  top: 25%;
  left: 8%;
  right: 0;
  margin: 0 auto;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
  color: #FFF;
}
#home-banner .captions span a {
  font-size: 1.3125em;
  color: #FFF;
  text-decoration: none;
}
#home-banner .captions .more {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
  font-size: 1em;
  padding: 5px 9px 6px 9px;
  border: 2px solid #FFF;
  float: left;
  font-weight: normal;
  margin-top: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#home-banner .captions .more:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-color: #0099cc;
}
.padding {
  padding: 44px 0;
}
.divider {
  background: #f6f7f7;
  border-top: 1px solid #d4d5d8;
  border-bottom: 1px solid #d4d5d8;
  width: 100%;
  float: left;
  margin: 0 0 50px 0;
}
h1.title {
  font-size: 1.5em;
  color: #000;
  text-align: center;
  margin-bottom: 23px;
  margin: 0 0 14px;
  text-transform: uppercase;
}
h1.title a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
h1.title a:hover {
  color: #0099cc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.inner-page {
  padding: 44px 0;
  width: 90%;
  max-width: 870px;
  margin: 0 auto;
  overflow: hidden;
}
#home-page .article {
  width: 25.33333333%;
  float: left;
  padding: 0 4%;
  text-align: center;
}
#home-page .article .figure {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  border: 2px solid #d4d5d8;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  border: #6b6b6b 1px solid;
}
#home-page .article .figure img {
  overflow: hidden;
  width: 100%;
  float: left;
}
#home-page .article h2 {
  font-size: 1.125em;
  color: #000;
  margin: 0;
  font-weight: normal;
}
#home-page .article h2 a {
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#home-page .article p {
  font-size: 0.875em;
  color: #6b6b6b;
  margin: 4px 0 0 0;
}
#home-page .article p a {
  color: #6b6b6b;
}
#home-page .article a {
  text-decoration: none;
  color: #6b6b6b;
}
#home-page .article:hover .figure {
  border-color: #0099cc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#home-page .article:hover .figure .hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#home-page .article:hover h2 a {
  color: #0099cc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#home-page .services {
  padding: 44px 0;
}
#home-page .services .article {
  width: 14.66666667%;
  padding: 0 1%;
}
#home-page .services .article .figure {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 110px;
  height: 110px;
  border: 2px solid #d4d5d8;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
#home-page .services .article .figure img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#home-page .services .article .figure .hover {
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#home-page .services .article:hover .figure {
  border-color: #0099cc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#home-page .services .article:hover .figure .hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#home-page .news {
  padding: 44px 0;
}
#home-page .testimonies {
  padding: 44px 0;
}
#home-page .testimonies .article .figure {
  max-width: 137px;
  margin: 0 auto;
  display: none;
}
#home-page .testimonies .article p {
  font-style: italic;
}
#home-page .testimonies .article p a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#home-page .testimonies .article:hover a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #0099cc;
}
#article-page .figure {
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #6b6b6b 1px solid;
  overflow: hidden;
  margin: 0 50px 0 0;
}
#article-page .desc {
  display: table;
  font-size: 0.875em;
}
#article-page .desc p {
  margin-top: 0;
}
#noticias-page .article {
  padding: 44px 0;
  width: 90%;
  max-width: 870px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 50px 0;
}
#noticias-page .article .figure {
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #6b6b6b 1px solid;
  overflow: hidden;
  width: 100%;
  max-width: 246px;
  margin: 0 50px 0 0;
}
#noticias-page .article .figure img {
  float: left;
  width: 100%;
}
#noticias-page .article .desc {
  display: table;
}
#noticias-page .article h2 {
  color: #0099cc;
  font-size: 0.88888889em;
  margin: 0;
}
#noticias-page .article .date {
  font-size: 0.875em;
  color: #323232;
  margin: 10px 0;
}
#noticias-page .article p {
  color: #323232;
  font-size: 0.875em;
  margin: 0;
}
#noticias-page .divider {
  margin: 0 0 50px 0;
  padding: 50px 0 0 0;
}
#noticias-page .news {
  padding: 44px 0;
  padding-bottom: 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
#servicos-page .article {
  padding: 44px 0;
  width: 90%;
  max-width: 870px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 50px 0;
}
#servicos-page .article .figure {
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #6b6b6b 1px solid;
  overflow: hidden;
  width: 110px;
  max-width: 110px;
  margin: 0 50px 0 0;
  position: relative;
}
#servicos-page .article .figure img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#servicos-page .article .figure .hover {
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#servicos-page .article:hover .figure {
  border-color: #0099cc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#servicos-page .article:hover .figure .hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#servicos-page .article .desc {
  display: table;
}
#servicos-page .article h2 {
  color: #0099cc;
  font-size: 0.88888889em;
  margin: 0;
}
#servicos-page .article .see-more {
  text-decoration: none;
  font-size: 0.875em;
  margin-top: 17px;
  color: #323232;
  display: block;
}
#servicos-page .article .see-more:hover {
  color: #0099cc;
}
#servicos-page .article p {
  color: #323232;
  font-size: 0.875em;
  margin: 0;
}
#servicos-page .divider {
  margin: 0 0 50px 0;
  padding: 50px 0 0 0;
}
#servicos-page .news {
  padding: 44px 0;
  padding-bottom: 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
#linksuteis-page .desc {
  color: #323232;
  font-size: 0.875em;
}
#linksuteis-page .desc a {
  text-decoration: none;
}
#contactos-page .inner-page,
#candidaturas-page .inner-page {
  padding-bottom: 0;
}
#contactos-page .inner-page,
#candidaturas-page .inner-page {
  font-size: 0.875em;
}
#contactos-page .inner-page .left,
#candidaturas-page .inner-page .left {
  width: 60%;
  float: left;
}
#contactos-page .inner-page .left input,
#candidaturas-page .inner-page .left input,
#contactos-page .inner-page .left textarea,
#candidaturas-page .inner-page .left textarea {
  float: left;
  width: 100%;
  resize: none;
  border: none;
  outline: none;
  font-weight: lighter;
}
#contactos-page .inner-page .privacy input{width: auto; float:left; margin-right: 3px;}
#contactos-page .inner-page .privacy span{position: relative; top:-3px;float:left;}

#contactos-page .inner-page .left textarea,
#candidaturas-page .inner-page .left textarea {
  height: 161px;
}
#contactos-page .inner-page .left .holder,
#candidaturas-page .inner-page .left .holder {
  display: block;
  overflow: hidden;
  margin-bottom: 19px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #d4d5d8;
}
#contactos-page .inner-page .left #submit,
#candidaturas-page .inner-page .left #submit {
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #d4d5d8;
  background: none;
  color: #0099cc;
  padding: 8px 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#contactos-page .inner-page .left #submit:hover,
#candidaturas-page .inner-page .left #submit:hover {
  background: #0099cc;
  color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#contactos-page .inner-page .right,
#candidaturas-page .inner-page .right {
  float: right;
  width: 35%;
  margin-left: 5%;
}
#contactos-page .inner-page .right .icon,
#candidaturas-page .inner-page .right .icon {
  background: #4A6EA9;
  display: block;
  height: 19px;
  line-height: 19px;
  position: relative;
  text-align: center;
  width: 19px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #6b6b6b;
  color: #FFF;
  float: left;
  margin-right: 4px;
}
#contactos-page .inner-page .right .icon .fa-facebook,
#candidaturas-page .inner-page .right .icon .fa-facebook {
  padding-top: 3px;
}
#contactos-page .inner-page .right .icon::before,
#candidaturas-page .inner-page .right .icon::before {
  background: #4a6ea9;
  left: 9.5px;
  top: 9.5px;
  position: absolute;
  width: 0;
  height: 0;
  content: ' ';
  padding: 3px;
}
#contactos-page .inner-page a,
#candidaturas-page .inner-page a {
  color: #323232;
  text-decoration: none;
}
#contactos-page #gmap_canvas,
#candidaturas-page #gmap_canvas {
  height: 350px;
  width: 100%;
}
#candidaturas-page .inner-page .left {
  width: 100%;
}
#footer {
  margin-top: 47px;
  background: #323232;
  color: #cccccb;
  padding: 10px 0 10px 0;
  overflow: hidden;
  float: left;
  width: 100%;
  position: fixed;
  bottom: 0;
}
#footer a {
  color: #cccccb;
  text-decoration: none;
}
#footer .col {
  width: 33.33333333%;
  float: left;
  font-size: 1em;
}
#footer .col h3 {
  color: #FFF;
  font-weight: normal;
  margin: 0 0 0 0;
}
#footer .col p {
  margin: 0 0 15px 0;
}
#footer .col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .col ul li {
  display: block;
}
#footer .col .facebook {
  padding-top: 3px;
}
#footer .col .facebook i {
  width: 12px;
  height: 12px;
  background: #4a6ea9;
}
#footer #copyright {
  width: 100%;
  text-align: center;
  font-size: 0.875em;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1140px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  #main-header h1 img {
    width: 180px;
  }
  #main-header #navigation ul {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 801px) {
  #main-nav {
    height: auto!important;
  }
}
@media only screen and (max-width: 800px) {
  #main-header #navigation .navbar-toggle {
    display: block;
    position: relative;
    float: right;
    padding: 10px 2px 10px 10px;
    margin: 15px 0 10px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    border: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
  }
  #main-header #navigation .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #000;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #main-header #navigation .navbar-toggle:hover {
    background: #FFF;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #main-header #navigation .navbar-toggle:hover .icon-bar {
    background: #0099cc;
  }
  #main-header #navigation .navbar-toggle:focus {
    outline: none;
    border: none;
  }
  #main-header #navigation .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  #main-header #navigation #main-nav {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    height: 0;
    overflow: hidden;
  }
  #main-header #navigation #main-nav ul {
    float: left;
    margin: 0;
    width: 100%;
  }
  #main-header #navigation #main-nav ul li {
    float: left;
    width: 100%;
  }
  #main-header #navigation #main-nav ul li a {
    text-align: center;
  }
  #main-header #navigation #main-nav ul li.active a {
    border: none;
    color: #0099cc;
  }
  #home-banner .captions .more {
    display: none;
  }
  #home-page .services .article,
  #home-page .news .article,
  #home-page .testimonies .article {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
  }
  #home-page .services .figure,
  #home-page .news .figure,
  #home-page .testimonies .figure {
    max-width: 60%;
  }
  #article-page,
  #noticias-page .article {
    text-align: center;
  }
  #article-page h2,
  #noticias-page .article h2 {
    text-align: center;
  }
  #article-page .date,
  #noticias-page .article .date {
    display: block;
    text-align: center;
    margin: 3px;
  }
  #article-page .figure,
  #noticias-page .article .figure {
    float: none;
    margin: 0 auto 10px auto;
    display: inline-block;
  }
  #article-page .desc,
  #noticias-page .article .desc {
    text-align: center;
  }
  #contactos-page .inner-page .left {
    width: 100%;
  }
  #contactos-page .inner-page .right {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  #contactos-page .inner-page .right .icon {
    display: none;
  }
}

#footer .law {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.65em;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    display: block;
    width: 100%;
    float: left;
    padding: 5px 0 2px 0;
}

#footer .law a{
	color: rgba(255, 255, 255, 0.5);
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
}
