/*
* **********************************
* ################################## ESTILOS GERAIS
* **********************************
*/

/*
========================
======================== GLOBAL LOADING
========================
*/

#globalLoading {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position:fixed;
    top:0;
    opacity: 0.5;
    z-index: 99999;
    text-align: center;
}

#globalLoading img {
    position: fixed;
    top: 320px;
    margin-left: -24px;
}

/*
========================
======================== BODY
========================
*/

body {
    /*background: url(../../img/global/custom/bg-global.jpg) center top no-repeat;*/
    background-color: #F3F3F3;
}
body *:not(.jquery-lightbox-move) img
{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*
========================
======================== HEADER
========================
*/

body > header{
    width: 980px;
    height: 130px;
    margin: 0 auto;
    position: relative;
}
body > header h1{
    position: absolute;
    left: 20px;
    top: 15px;
}
body > header h1 a{
    width: 110px;
    height: 106px;
    background: url(../../img/global/custom/algas.png) center center no-repeat;
    display: block;
}
body > header nav{
    width: 610px;
    height: 50px;
    position: absolute;
    right: 204px;
    top: 40px;
}
body > header nav ul{
}
body > header nav ul li{
    float: left;
}
body > header nav ul li a{
    font: 16px 'Lato', sans-serif;
    color: #000000;
    text-transform: uppercase;
    padding: 15px 10px 15px;
    background-color: #ffffff;
    border-bottom: 5px solid #D1D1D1;
    float: left;
}
body > header nav ul li:first-child a{
    padding: 15px 10px 15px 20px;
}
body > header nav ul li:last-child a{
    padding: 15px 20px 15px 10px;
}
body > header nav ul li a:hover{
    border-bottom: 5px solid #293B89;
}
body > header div{
    background-color: #283b88;
    border-bottom: 5px solid #d1d1d1;
    height: 55px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: 240px;
}
body > header div span{
    background: rgba(0, 0, 0, 0) url("../../img/global/custom/ic-contacts-phone.png") no-repeat scroll left center;
    color: #ffffff;
    font: 16px "Lato",sans-serif;
    left: 15px;
    padding: 0 0 0 25px;
    position: absolute;
    top: 6px;
}
body > header div span + span{
    background: rgba(0, 0, 0, 0) url("../../img/global/custom/ic-contacts-mail.png") no-repeat scroll left center;
    color: #ffffff;
    font: 16px "Lato",sans-serif;
    left: 16px;
    padding: 0 0 0 25px;
    position: absolute;
    top: 22px;
}

/*
========================
======================== MAIN
========================
*/

body > main{
    width: 100%;
    margin: 0 auto;
}

.main-banner h1 {
    color: #FFF;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);    
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}

/*
========================
======================== FOOTER
========================
*/

/*body > footer{
    background-color: #f3f3f3;
    clear: both;
    float: left;
    height: auto;
    margin-top: 70px;
    width: 100%;
}
body > footer ul.contacts{
    width: 980px;
    margin: 0 auto;
}
body > footer ul.contacts li{
    width: 326.6666666666667px;
    float: left;
    padding: 60px 0 50px;
}
body > footer ul.contacts li a{
}
body > footer ul.contacts li a div{
    height: 95px;
    width: 95px;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;

    padding: 27px 0 27px;
    text-align: center;
    margin-left: 113px;
}
body > footer ul.contacts li{
    border-top: 5px solid #F3F3F3;
}
body > footer ul.contacts li span{
    font-size: 45px;
    color: #ffffff;
}
body > footer ul.contacts li.btn-location:hover{
    border-top: 5px solid #598747;
}
body > footer ul.contacts li.btn-phone:hover{
    border-top: 5px solid #598dca;
}
body > footer ul.contacts li.btn-map:hover{
    border-top: 5px solid #293c89;
}
body > footer ul.contacts li.btn-location a div{
    background-color: #598747;
}
body > footer ul.contacts li.btn-phone a div{
    background-color: #598dca;
}
body > footer ul.contacts li.btn-map a div{
    background-color: #293c89;
}

body > footer ul.contacts li.btn-location div{
    padding: 24px 0 0;
}
body > footer ul.contacts li.btn-phone div{
    padding: 27px 0 0;
}
body > footer ul.contacts li.btn-map div{
    padding: 28px 0 0;
}
body > footer ul.contacts li.btn-map div span{
    font-size: 40px;
}
body > footer ul.contacts li a h4{
    color: #696969;
    font: 400 22px "Lato",sans-serif;
    text-align: center;
    margin: 10px 0 5px 0;
}
body > footer ul.contacts li a p{
    color: #696969;
    font: 300 16px "Lato",sans-serif;
    text-align: center;
}
body > footer ul.social li a{
    width: 180px;
    height: 44px;
    float: left;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
body > footer ul.social{
    overflow: hidden;
    width: 100%;
    text-align: center;
}
body > footer ul.social li{
    display: inline-block;
    margin: 0 25px;
}
body > footer ul.social li a{
    color: #ffffff;
}
body > footer ul.social li a.icon-facebook{
    background: #3a589b;
    overflow: hidden;
    font-size: 24px;
    padding-top: 10px;
}
body > footer ul.social li a.icon-instagram{
    background: #736357;
    overflow: hidden;
    font-size: 26px;
    padding-top: 8px;
}
body > footer ul.social li a.icon-facebook:hover{
    background: #234287;
}
body > footer ul.social li a.icon-instagram:hover{
    background: #594f48;
}
body > footer nav ul{
   width: 100%;
   overflow: hidden;
   text-align: center;
   margin: 30px auto;
}
body > footer nav ul li{
    display: inline-block;
}
body > footer nav ul li a{
    color: #000000;
    font: 300 16px "Lato",sans-serif;
    padding: 0 10px;
}
body > footer nav ul li a:hover{
    color: #293B88;
}
body > footer > div{
    width: 100%;
    background-color: #ffffff;
    padding: 20px 0;
}
body > footer > div p{
    color: #000000;
    font: 300 16px "Lato",sans-serif;
    text-align: center;
    background: #ffffff;
    margin-bottom: 10px;
}
body > footer > div a{
    width: 90px;
    height: 25px;
    background: url(../../img/logos/kmf.jpg) center center no-repeat;
    background-size: 55px 25px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    text-align: center;
    margin: 0 auto;
}*/

/*
========================
======================== HTML CHARS
========================
*/

.htmlchars{
    width: 100%;
}

.htmlchars h1,
.htmlchars h2,
.htmlchars h3,
.htmlchars h4,
.htmlchars h5 {
    margin-bottom: 15px;
}

.htmlchars h1 {
    font: 400 36px 'Lato', sans-serif;
}

.htmlchars h2 {
    font: 400 30px 'Lato', sans-serif;
}

.htmlchars h3 {
    font: 400 24px 'Lato', sans-serif;
}

.htmlchars h4 {
    font: 400 18px 'Lato', sans-serif;
}

.htmlchars h5 {
    font: 400 14px 'Lato', sans-serif;
}

.htmlchars p{
    margin-bottom: 15px;
    font: 300 16px/20px 'Lato', sans-serif;
}

.htmlchars ul,
.htmlchars ol {
    margin: 15px;
}

.htmlchars a {
    color: #555;
}

.htmlchars a:hover {
    text-decoration: underline;
}

.htmlchars img{
    margin: 25px 0;
}

.htmlchars iframe{
    border:none;
}

/*
========================
======================== PAGINAÇÃO
========================
*/

.envolve-pagination{
    float: left;
    width: 100%;
}

.pagination {
    text-align: center;
    width: 100%;
}

.pagination a {
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 36px;
    position: relative;
    text-decoration:none;
    margin: 0 2px;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.pagination a:hover{
    color: #374EA1;
}

.pagination a.page_link {
    width: 36px;
}

.pagination .page_link:hover,
.pagination .active_page {
    background-color: #374EA1;
    color: #FFF;
}

.pagination .pagination-previous {
    margin-right: 8px;
}

.pagination .pagination-next {
    margin-left: 8px;
}

.pagination .pagination-previous,
.pagination .pagination-previous {
    background-repeat: no-repeat;
}

.btn-algas{
  border: 2px solid rgb(255, 214, 0) !important;
  background-color: #087EDC !important;
  color: rgb(255, 255, 255) !important;
  font-family: sans-serif !important;
}