/* 
    Created on : 21/04/2014, 21:45:13
    Author     : Eris
*/

/* HEAD */
.head-menu{
    background: #4066a0;
    height: 32px;
}

.head-logo{
    background: url('../img/logo.png') no-repeat 0 center;
    height: 100px;
    width: 340px;
    cursor: pointer;
}

.head-logo-leme{
    background: url('../img/logo_leme.png') no-repeat right bottom;
    width: 158px;
    height: 100px;
    cursor: pointer;
}

/* HEADER BLOCK INNER */
.header-block-inner{
    background: #105273;
    position: relative;
}

.header-block-inner .bread{
    position: absolute;
    right: 25px;
    top: 38%;
    display: table;
    color: #F2F2F2;
}

.header-block-inner .bread a{
    right: 25px;
    top: 38%;
    color: #FFF;
}

.header-block-inner .bread a:hover{
    cursor: pointer;
    color: #CCC;
    text-decoration: none;
}

.header-block-inner h2{
    color: #FFF;
    padding: 5px 0 10px 20px;
    font-weight: 600;
    display: table;
}





/* MENU SEARCH */
.navbar-toggle{
    border: 1px solid #FFF;
    margin: 3px 3px 0 0;
    padding: 5px;
}

.icon-bar{
    border: 1px solid #FFF;
    margin: 0;
}

.navbar-personal .navbar-collapse{
    background: url('../img/dot_border_h.png') repeat-x top left;
    position: relative;
    margin-top: 0;
    padding: 0;
}

#main-menu ul{
    background: #f5f4f4;
    width: 100%;
    padding: 0;
}

#main-menu li{
    border-top:transparent 3px solid;
    background-color: #ece7e7;
    background-image: url(../img/dot_border_v.png);
    background-repeat: repeat-y;
    background-position: right top;
}

#main-menu li.top{
    width: 11.111%;
    background-color: #f5f4f4;
    border-top: #4066a0 3px solid;
}

#main-menu li:hover {
    border-top: 3px solid;
}

#main-menu li.active,
#main-menu li.active:hover{
    border-top: #f5f4f4 3px solid;
    background-color: #21739c;
}

#main-menu li a {
    text-align: center;
    padding: 18px 30px;
    color: #666;
    text-decoration: none;
}

#main-menu li.active a {
    color: #f5f4f4;
}

#main-menu li a:first-letter{
    text-transform: uppercase;
}

/*
#main-menu li:last-child {
    background: none;
}
*/
.navbar-form{
    display: table;
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid red;
}

.menu-search-button {
    background: url(../img/search_icon.png),url(../img/dot_border_v.png);
    background-position: center -18px, top left;
    background-repeat: no-repeat, repeat-y;
    background-color: #fff;
    width: 50px;
    height: 58px;
    position: absolute;
    right: 16px;
    top: 1px;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-search-button:hover {
    background: url(../img/search_icon.png),url(../img/dot_border_v.png);
    background-position: center -106px, top left;
    background-repeat: no-repeat, repeat-y;
    background-color: #fff;
    cursor: pointer;
}

.navbar-form input {
    background: #f8f8f8 !important;
    width: 0%;
    height: 55px;
    margin-right: 51px;
    margin-top: 2px;
    border: none !important;
    float: right;
    padding: 1px 0px;
    color: #b0b0b0;
    font-size: 12px;
    opacity: 0;
    position: absolute;
    top: 1px;
    right: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.navbar-form input:focus {
    width: 280px;
    padding: 1px 0 0 10px;
    opacity: 10;
}

/* SLIDER */
#slider a.left,
#slider a.right{
    width: 60px;
    background: url('../img/slider-arrows.png') no-repeat center center;
}

#slider a.left{
    background-position: 0px center;
}

#slider a.right{
    background-position: -95px center;
}

#slider .carousel-caption{
    left: 75px;
    top: 60px;
    text-align: left;
    padding: 0;
    bottom: auto;
    max-width: 400px;
    min-height: 100px;
}

#slider .carousel-caption span{
    background: rgba(3, 50, 74, 0.6);
    padding: 2px 10px;
    line-height: 45px;
    font-size: 34px;
    text-spacing: space-adjacent;
    letter-spacing: 2px;
}

/* BLOCKS ICONS */
.header-block {
    position: relative;
    margin: 0 auto 10px auto;
    z-index: 99;
    top: -55px;
}

.header-block .blocks {
    float: left;
    width: 20%;
    background: #03324a;
    padding: 3.5% 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.header-block .blocks:hover {
    padding: 2.5% 0 7% 0;
    margin: -2.5% 0 0 0;
}

.header-block .blocks._1{
    background-color: #21739c;
}
.header-block .blocks._2{
    background-color: #1a6387;
}
.header-block .blocks._3{
    background-color: #105273;
}
.header-block .blocks._4{
    background-color: #07415e;
}
.header-block .blocks._5{
    background-color: #03324a;
}

/* BLOCKS COUNTS */
.blocks-count{
    position: relative;
    top: -40px;
    background: #fff;
}

.blocks-count div{
    background-color: #03324a;
    color: #cfe1e9;
    float: left;
}

.blocks-count div._1,
.blocks-count div._3{
    width: 25%;
}

.blocks-count div._2{
    width: 40%;
}

.blocks-count div._1,
.blocks-count div._2{
    margin-right: 5%;
}

.blocks-count a{
    color: #cfe1e9;
    text-decoration: none;
    font-weight: 400;
    font-size: 48px;
    display: block;
    text-align: center;
    padding: 10px 0px;
}

.blocks-count a span{
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}

.blocks-count div:hover a{
    color: #FFF;
}

/* BORDER */
.border-top {
    border-top: 1px solid #ccc;
}
.border-right {
    border-right: 1px solid #ccc;
}
.border-bottom {
    border-bottom: 1px solid #ccc;
}
.border-left {
    border-left: 1px solid #ccc;
}
.border-all {
    border: 1px solid #ccc;
}

/* BOX */
.box-bottom{
    background: url(../img/dot_border_h.png);
    background-position: left top;
    background-repeat: repeat-x;    
    padding: 0;
    display: table; 
    position: relative; 
    width: 100%; 
    height: 30px;
}

.box.center{
    background: url(../img/dot_border_v.png),url(../img/dot_border_v.png);
    background-position: top left, top right;
    background-repeat: repeat-y, repeat-y;    
    padding: 0;
}

.box.left{
    background: url(../img/dot_border_v.png);
    background-position: top left;
    background-repeat: repeat-y;
    padding: 0;
}
.box.right{
    background: url(../img/dot_border_v.png);
    background-position: top right;
    background-repeat: repeat-y;    
    padding: 0;
}

.box > div{
    padding: 5px 20px;
}

.box h5{
    background: #21739c;
    margin: 0 0 10px 0;
    padding: 15px 0 15px 10px;
    display: block;
    color: #FFF;
}

.box h5 span{
    margin-right: 10px;
}

.box h5 span i{
    font-size: 20px;
    margin: 0 2px;
    cursor: pointer;
}

.box h5 span i:hover{
    color: #CCC;
}

.box-divider{
    background: url(../img/dot_border_h.png) repeat-x center center;
    width: 100%;
    height: 35px;
    clear: both;
}

.box-login li{
    padding: 0;
    font-size: 12px;
}

.box-login li a{
    padding: 4px 6px;
}

.box-login a{
    color: #21739c;
    padding: 0;
    font-size: 12px;
}

.box-login a:hover{
    text-decoration: none;
    color: #03324a;
}


/* CALENDAR POST */
.calendar{
    background: #FFF;
    padding: 0;
    border: 1px solid #03324a;
}

.calendar div.month{
    width: 100%;
    background: #03324a;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 16px;
    text-align: center;
    padding: 5px 2px;
}

.calendar div.day{
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    padding: 2px;
    color: #666;
}

.calendar.small {
    margin-right: 5px;
}

.calendar.small div.month{
    padding: 1px 0;
    font-size: 14px;
}

.calendar.small div.day{
    font-size: 20px;
    padding: 0;
}

/* POSTS BLOG */
.title-post-box{
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #03324a;
    display: block;
    text-decoration: none;    
}

.description-post-box{
    text-align: initial;
    text-align-last: left;
    font-weight: lighter;
    line-height: 13px;
    display: block;
}



/* VAGA */
.vaga{
    display: table;
    margin-bottom: 0px;
}

.vaga .post-box h4{
    margin: 0;
}

.vaga .post-box ol{
    color: #333;
    font-weight: 100;
    font-size: 12px;
}

.vaga .post-box li.empresa strong{
    color: #21739c;
}

.vaga .post-box strong{
    color: #000;
}

.vaga .post-box .label{
    margin: -5px 0 0 0;
}

.vaga .post-box .label a{
    color: #FFF;
}

.vaga .post-box a{
    color: #03324a;
}

/* LISTA DE ACESSO */
.list-access{
    margin-left: 10px;
}

.list-access li a{
    color: #03324a;
    display: block;
    text-decoration: none;
}

.list-access li a i{
    color: #CCC;
}

.list-access li a:hover{
    color: #21739c;
}

.list-access li a:hover i{
    color: #03324a;
}

.list-access li small{
    margin: -3px 0 0 15px;
    display: block;
}


/* BTN PERSONAL */
.btn-personal{
    background: url('../img/form/btn-bg.png') repeat-x left top;
}
.btn-personal:hover{
    background: url('../img/form/btn-bg-hover.png') repeat-x left top;
}



/* FOOTER */
.footer{
    background: #03324a;
    /*margin-top: 50px;*/
}

.footer .container{
    margin-top: 20px;
    margin-bottom: 0px;
}

.footer h3{
    color: #FFF;
    font-weight: 200;
    font-size: 18px;
    padding: 0 3px 6px 3px;
    border-bottom: 4px solid #1a6387;
    width: auto;
    display: table;
}

.footer p,
.footer small{
    color: #F2F2F2;
    font-weight: lighter;
}

.footer .list-unstyled a{
    color: #84d2f8;
    font-weight: lighter;
    font-size: 13px;
    display: block;
}

.footer .label{
    float: left;
    margin-right: 2px;
    font-size: 12px !important;
}

.footer .list-access li{
    margin-bottom: 10px;
}

.footer .list-access li a{
    color: #FFF;
    display: block;
    text-decoration: none;
}

.footer .list-access li a i{
    color: #CCC;
}

.footer .list-access li a:hover{
    color: #84d2f8;
}

.footer .list-access li a:hover i{
    color: #21739c;
}

.footer .copyright{
    background: #1a6387;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 10px 0 5px 0;
}

.footer .copyright p{
    font-weight: 100;
    font-size: 10px;
    color: #94c9b0;
}

.footer .copyright > .row{
    position: relative;
}

.footer .copyright .bravu{
    position: absolute;
    z-index: 99999;
    bottom: 0px;
    left: 25px;
}

.footer .copyright .seta{
    position: absolute;
    bottom: 30px;
    right: 35px;
}

.footer .copyright a{
    color: #FFF;
    text-decoration: none;
}

.footer .copyright a:hover{
    color: #CCC;
}

.footer address{
    color: #F2F2F2;
}


/*SERVICOS*/
.blok-servicos{
    height: 1000px;
    display: block;
    overflow-y:  auto;
}

/*GALERIA*/
.galeria li{
    margin: 10px 5px;
}

.galeria li:hover{
    background-color: #21739c;
    color: #FFF;
    cursor: pointer;
}


/* LABELS PERSONAL */
.label{
    border-radius: 0;
}

.label.label-personal{
    background: #1a6387;
    padding: 5px 7px;
    font-weight: lighter !important;
    font-size: 14px;
    line-height: 29px;
}

.label.label-personal:hover{
    cursor: pointer;
    background: #1085bf;
}

/* ANIMATIONS */
.transitions{
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


/* MIXES */
.no-margin{
    margin: 0;
}

.no-padding{
    padding: 0;
}

.padding-10{
    padding: 10px;
}

.help-block{
    font-size: 10px;
}

.btn.btn-info,
ul.pager li a{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #21739c;
    color: #FFF;
}

.btn.btn-info:hover,
ul.pager li a:hover{
    background: #105273;
}

.disp-table{
    display: table;
}

.map{
    padding: 0;
    overflow: hidden;
    min-height: 500px;
}

.map iframe{
    width: 100%;
    height: 520px;
    margin: 0;
    padding: 0;
}


blockquote.aspas{
    background: url('../img/abre_aspas.png') no-repeat left top;
    border: 0;
    color: #666;
    font-weight: lighter;
    font-size: 14px;
}

blockquote.aspas:first-letter{
    font-size: 200%;
    margin-left: 35px;
    margin-top: 10px;
}

/*-------------------------------------------------*/
/* =  blog fullwidth
/*-------------------------------------------------*/
.blog-post {
  margin-bottom: 40px;
}
.blog-post .blog-galery{
    width: 100%;
    height: 274px;
    display: block;
    overflow: hidden;
}

.blog-post img {
  width: 100%;
}
.blog-post iframe {
  width: 100%;
  height: 400px;
  margin: 0;
  margin-bottom: -5px;
}
.blog-post .blog-post-content {
  overflow: hidden;
}
.blog-post .blog-post-content .blog-date {
  float: left;
  padding: 26px 4px;
  width: 155px;
  height: 120px;
  text-align: center;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #f4f4f4;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.blog-post .blog-post-content .blog-date p {
  font-size: 14px;
  color: #808080;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 18px;
  color: #343434;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.blog-post .blog-post-content .blog-date p span {
  display: block;
  font-weight: 400;
  font-size: 50px;
  line-height: 45px;
}
.blog-post .blog-post-content .blog-date:hover {
  background: #4883ab;
}
.blog-post .blog-post-content .blog-date:hover p {
  color: #ffffff;
}
.blog-post .blog-post-content .post-content {
  margin-left: 200px;
}

.blog-post .blog-post-content .post-content .post-title {
  position: relative;
  margin-bottom: 50px;
  margin-top: 20px;
}
.blog-post .blog-post-content .post-content .post-title h2 {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 300;
  color: #343434;
  -webkit-font-smoothing: antialiased;
  text-transform: inherit;
  margin-bottom: 6px;
}
.blog-post .blog-post-content .post-content .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #343434;
}
.blog-post .blog-post-content .post-content .post-title h2 a:hover {
  color: #4883ab;
}
.blog-post .blog-post-content .post-content .post-title ul {
  margin: 0;
  padding: 0;
}
.blog-post .blog-post-content .post-content .post-title ul li {
  display: inline-block;
}
.blog-post .blog-post-content .post-content .post-title ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  font-size: 14px;
  color: #808080;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin: 0;
}
.blog-post .blog-post-content .post-content .post-title ul li a:hover {
  color: #4883ab;
}
.blog-post .blog-post-content .post-content .post-title ul li:after {
  content: '|';
  font-size: 14px;
  color: #808080;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin: 0 3px 0 7px;
}
.blog-post .blog-post-content .post-content .post-title ul li:last-child:after {
  content: '';
}
.blog-post .blog-post-content .post-content .post-title a.btn {
  position: relative;
  right: 0;
  top: -14px;
}

.blog-post .blog-post-content .text p{
    font-size: 14px;
    color: #808080;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 24px;
    font-size: 16px;
    display: table;
    margin: -30px 0 0 200px;
    text-align: justify;
    text-align-last: left;
}

.blog-post .blog-post-content .text.inner p{
    margin: 5px 0 0 20px;
}

.blog-post .blog-post-content .text.inner p:first-child{
    margin: 60px 0 0 20px;
}

ul.pagination-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.pagination-list li {
  display: inline-block;
  margin-left: 6px;
}
ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  padding: 6px 14px;
  color: #4883ab;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  border: 1px solid #4883ab;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
ul.pagination-list li a.active {
  color: #ffffff;
  background: #4883ab;
}
ul.pagination-list li a:hover {
  color: #ffffff;
  background: rgba(94, 157, 200, 0.93);
}

/*-------------------------------------------------*/
/* =  blog sidebar
/*-------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 55px;
}
.sidebar .widget > h2 {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: inherit;
  font-weight: 400;
  margin-bottom: 20px;
}
.sidebar .search-widget input[type="search"] {
  font-size: 14px;
  color: #808080;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin: 0;
  font-size: 16px;
  padding: 12px 40px 12px 10px;
  border: 1px solid #e9e8e6;
  width: 100%;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.sidebar .search-widget input[type="search"]:focus {
  border: 1px solid #808080;
}
.sidebar .search-widget button {
  background: transparent;
  border: none;
  float: right;
  margin-top: -35px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.sidebar .search-widget button i {
  color: #808080;
  font-size: 18px;
}
.sidebar .category-widget ul {
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
.sidebar .category-widget ul li {
  list-style: none;
  margin-bottom: 12px;
}
.sidebar .category-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  font-size: 14px;
  color: #808080;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
  display: block;
  line-height: 35px;
  margin: 0;
}
.sidebar .category-widget ul li a span {
  float: right;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #f4f4f4;
  font-weight: 400;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.sidebar .category-widget ul li a:hover {
  color: #343434;
}
.sidebar .category-widget ul li a:hover span {
  background: #4883ab;
  color: #fff;
}
.sidebar .category-widget ul li:before {
  float: left;
  content: '\f061';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #808080;
  margin-right: 10px;
  line-height: 35px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.sidebar .category-widget ul li:hover:before {
  color: #343434;
}
.sidebar .tabs-widget .nav-tabs {
  border: 1px solid #e9e8e6;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  overflow: hidden;
}
.sidebar .tabs-widget .nav-tabs li {
  width: 33.333%;
  text-align: center;
  border-left: 1px solid #e9e8e6;
  border-bottom: 3px solid transparent;
  position: relative;
}
.sidebar .tabs-widget .nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  font-size: 14px;
  color: #808080;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin: 0;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  padding: 13px 0 11px;
  background: transparent;
}
.sidebar .tabs-widget .nav-tabs li:first-child {
  border-left: none;
}
.sidebar .tabs-widget .nav-tabs li.active {
  border-bottom: 3px solid #2f3133;
}
.sidebar .tabs-widget .nav-tabs li.active a {
  background: #4883ab;
  color: #ffffff;
}
.sidebar .tabs-widget .nav-tabs li.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid #2f3133;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}
.sidebar .tabs-widget .tab-content {
  padding: 20px;
  border: 1px solid #e9e8e6;
  border-top: none;
}
.sidebar .tabs-widget .tab-content .blog-post-sidebar img {
  width: 100%;
  margin-bottom: 14px;
}
.sidebar .tabs-widget .tab-content .blog-post-sidebar h2 {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  text-transform: inherit;
  margin-bottom: 10px;
}
.sidebar .tabs-widget .tab-content .blog-post-sidebar p {
  font-size: 14px;
  color: #808080;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
}
.sidebar .video-widget iframe {
  width: 100%;
  height: 148px;
}
.sidebar .tags-widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .tags-widget ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
}
.sidebar .tags-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #808080;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  padding: 8px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #f4f4f4;
}
.sidebar .tags-widget ul li a:hover {
  background: #4883ab;
  color: #ffffff;
}
.sidebar .flickr-widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .flickr-widget ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
}
.sidebar .flickr-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.sidebar .flickr-widget ul li a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  max-width: 80px;
}
.sidebar .flickr-widget ul li a:hover {
  opacity: 0.8;
}

/*-------------------------------------------------*/
/* =  Single post
/*-------------------------------------------------*/
.single-post .title-section {
  margin-bottom: 10px;
}
.single-post .blog-post {
  margin-bottom: 35px;
}
.single-post .blog-post-content {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 25px;
}
.single-post .blog-post-content p {
  font-size: 14px;
  color: #808080;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 28px;
}
.single-post h3 {
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  line-height: 25px;
  margin: 0 0 25px;
  font-weight: 300;
  padding-bottom: 25px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 25px;
}
.comment-section {
  margin-bottom: 35px;
}
.comment-section ul {
  margin: 0;
  padding: 0;
}
.comment-section ul li {
  list-style: none;
}
.comment-section ul li .comment-box {
  overflow: hidden;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.comment-section ul li .comment-box img {
  float: left;
  max-width: 70px;
}
.comment-section ul li .comment-box .comment-content {
  margin-left: 100px;
}
.comment-section ul li .comment-box .comment-content .comment-tags li {
  display: inline-block;
  font-size: 14px;
  color: #808080;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin-bottom: 0;
}
.comment-section ul li .comment-box .comment-content .comment-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #808080;
  margin: 0;
}
.comment-section ul li .comment-box .comment-content .comment-tags li a.comment-autor {
  color: #343434;
  font-weight: 400;
}
.comment-section ul li .comment-box .comment-content .comment-tags li a:hover {
  color: #343434;
}
.comment-section ul li .comment-box .comment-content .comment-tags li:after {
  content: '|';
  font-size: 14px;
  color: #808080;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin: 0 3px 0 7px;
}
.comment-section ul li .comment-box .comment-content .comment-tags li:last-child:after {
  content: '';
}
.comment-section ul li .comment-box .comment-content p {
  font-size: 14px;
  color: #808080;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 10px;
  margin-bottom: 0;
}
.comment-section ul.depth {
  margin-left: 30px;
}
.comment-form input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  padding: 14px 35px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  text-transform: uppercase;
  background: #4883ab;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: right;
  border: none;
}
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
}
.post-sidebar .post-widget {
  margin-bottom: 25px;
}
.post-sidebar .post-widget.tags-widget ul {
  margin: 0;
  padding: 0;
}
.post-sidebar .post-widget.tags-widget ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
}
.post-sidebar .post-widget.tags-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  padding: 12px 20px;
  background: #a5a5a5;
}
.post-sidebar .post-widget.tags-widget ul li a:hover {
  background: #606060;
}
.post-sidebar .post-widget.archives-widget ul {
  margin: 0;
  padding: 0;
}
.post-sidebar .post-widget.archives-widget ul li {
  display: block;
}
.post-sidebar .post-widget.archives-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #606060;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  margin-bottom: 12px;
}
.post-sidebar .post-widget.archives-widget ul li a:hover {
  font-weight: 400;
}
.post-sidebar .post-widget.social-widget {
  padding-top: 25px;
  border-top: 1px solid #f3f3f3;
}
.post-sidebar .post-widget.social-widget span {
  display: inline-block;
  color: #606060;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  margin-right: 10px;
  -webkit-backface-visibility: hidden;
}
.post-sidebar .post-widget.social-widget ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.post-sidebar .post-widget.social-widget ul li {
  display: inline-block;
  margin-right: 10px;
}
.post-sidebar .post-widget.social-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #a5a5a5;
  opacity: 0.5;
}
.post-sidebar .post-widget.social-widget ul li a i {
  font-size: 18px;
}
.post-sidebar .post-widget.social-widget ul li a:hover {
  opacity: 1;
  color: #606060;
}


/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/
#contact-form select,
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="password"],
.aply-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.aply-form textarea,
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 13px 20px;
  color: #808080;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
  outline: none;
  background: #f2f2f2;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}

#contact-form select:focus,
#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="password"]:focus,
.aply-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.aply-form textarea:focus,
.comment-form textarea:focus {
  background: #e6e6e6;
  border: 1px solid #d4d4d3;
  font-weight: 400;
}

#contact-form textarea,
.aply-form textarea,
.comment-form textarea {
  height: 190px;
}

#contact-form textarea.small,
.aply-form textarea.small,
.comment-form textarea.small {
  height: 90px;
}

#contact-form .submit-area,
.aply-form .submit-area,
.comment-form .submit-area {
  text-align: center;
  padding-top: 40px;
}
#contact-form .submit-area button,
.aply-form .submit-area button,
.comment-form .submit-area button {
  display: inline-block;
  border: 1px solid #4883ab;
  color: #4883ab;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  padding: 15px 26px;
  background: transparent;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
#contact-form .submit-area button i,
.aply-form .submit-area button i,
.comment-form .submit-area button i {
  margin-right: 6px;
}
#contact-form .submit-area button:hover,
.aply-form .submit-area button:hover,
.comment-form .submit-area button:hover {
  color: #ffffff;
  background: #4883ab;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
#msg-error,
#msg-success {
  background: #f2f2f2;
  text-align: center;
  padding: 52px;
  margin-bottom: 5px;
  display: none;
}
#msg-error h1,
#msg-success h1 {
  color: #4883ab;
  font-size: 30px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: inherit;
  margin-bottom: 25px;
}
#msg-error p,
#msg-success p {
  font-size: 14px;
  color: #808080;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin-bottom: 30px;
  font-size: 16px;
}
.last-row {
  text-align: center;
  background: #4883ab;
  padding: 40px 0;
}
.last-row p {
  color: #ffffff;
  font-size: 26px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
  margin: 0;
}
.last-row p span {
  font-weight: 700;
}
.last-row p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  margin-left: 20px;
  padding: 8px 25px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.last-row p a:hover {
  background: #ffffff;
  color: #4883ab;
}

#loading{
    position: fixed;
    right: 10px;
    bottom: 70px;
    text-align: right;
    text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
    background: #4066a0;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    color: #FFF;
    z-index: 100000;
}


div#acesso-ssi {
    display: block;
    float: left;
    width: 100%;
    margin: -7px 0 0 0;
}
div#acesso-ssi a {
    display: block;
    float: left;
    width: 100%;
    background: none;
    color: #105273;
    transition: border 0.3s;
    padding: 9px;
    background-color: rgba(33, 115, 156, 0.15);
    border-left: 5px solid #21739c;
    margin: 0px 0 3px 0;
}
div#acesso-ssi a:hover {
    border-left: 10px solid #21739C;
}
#imagenet-formulario-enviado p{
    color: #4066a0;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    position: relative;
    top: 10px;
}