/*@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);*/

body{
    font-family: "Rubik", Arial, sans-serif !important;
}
#div-loader{
    z-index:1020;
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    width:100vw;
    background-color: rgba(14,22,41,1);
}
#prism-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(3);
    /*    position:relative;
        top:40vh;
        left:50%;
        transform: translate(-50%, -50%);
        transform: scale(3);*/
}
.load-bar {
    position: relative;
    top:95vh;
    /*margin-top: 20px;*/
    width: 100%;
    height: 6px;
    background-color: #fdba2c;
}
.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}
.bar:nth-child(1) {
    background-color: #f7a625;
    animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
    background-color: #ff6f00;
    animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
    background-color: #e33935;
    animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}

#sig-video-overlay{
    position:fixed;
    top:0;
    left:0;
    z-index:1010;
    width:100vw;
    height:100vh;
    background-color: rgba(0,0,0,0.9);
    display: none;
}
#sig-video{
    width:60%;
    position:relative;
    top:50%;
    left:50%;
    z-index:1010;
    transform: translateX(-50%) translateY(-50%);
    cursor:default;
    /*display:block;*/
    /*margin:0 auto;*/
}
#sig-video-overlay>.material-icons{
    position:absolute;
    top:50px;
    right:100px;
    color: white;
    font-weight: bold;
    transform: scale(2);
    cursor:pointer;
}
/*#myCarousel {
    height: 600px;
}
#imovelCarousel {
    height: 850px;
}*/
#user-info-nif{
    /*    position:relative;
        top:54px;
        right:130px;*/
    position: relative;
    top: 12px;
    right: -45%;
    float: left;
}
.btn-back-label{
    font-size: 14px;
    position:relative;
    left:0;
    bottom:7px;
    text-transform: uppercase;
    text-decoration: none; 
}
.btn-back-label:hover,
.btn-back:hover{
    text-decoration: none;
}
.avatar-image{
    width:60px;
    height:60px;
    display:inline-block;
    margin:0;
    padding:5px;
    background-origin: content-box;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;  
}
.imovel-slider-image {
    max-height:100% !important;
}
.home-slide {
    height: 600px;
}
.imovel-slide {
    height: 600px;
}
.home_banner_title, .home_banner_subtitle
{
    font-size:11em;
    font-family: frente;
    color: white;    
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
.home_banner_subtitle
{
    font-family: arimaMadurai-Black;
    font-size:4em;
    margin-bottom: 20px;
}
.home_banner_image{
    width:auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}
form div.required label.control-label:after {
    content:" * ";
    color:red;
}
#arrow-down-job{
    position:relative;
    left:0;
    bottom:5px;
    cursor:pointer;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

#arrow-down-job.expanded{
    transform: rotate(180deg);
}

.div-slide-down-job{
    overflow: hidden;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.div-slide-down-job:not(.closed){
    max-height:75px;
}
.closed{
    max-height:0px;
}

.img-thumb-list{
    position:relative;
    padding-left: 15px;
    margin-right: 30px;
    margin-bottom: 15px;
    float:left;
}

.colapse-skills:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    margin-left: 15px;
}

.colapse-skills, .colapse-skills-in{
    cursor: pointer;
}

.colapse-skills.collapsed:after {
    content: "\e080";
}

.colapse-skills-in:after{
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    margin-left: 15px;
}

.obLabel
{
    padding: 5px 15px;
    color:#233869;
    border-bottom: solid 1px #233869;
}
.obLabel  a
{  
    color:#293869; 
    text-decoration: none;
}
.obLabel  a:hover
{  
    color:#233869; 
    text-decoration: none;
}
.obDDL{
    right:0;
    left: initial;
    padding: 0px 7px;
    border: solid 1px #eee;
    border-radius:0;
}
.obDDL li  a
{
    color:#293869; 
}

.obDDL li a:hover
{
    text-decoration: none;
    font-weight: 700;
}
.obDDL li{
    line-height: 20px;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    border-bottom: solid 1px #f6f6f6;
}

.imovel-favoritos{
    padding: 10px;
}

.colapse-skills-in.collapsed:after {
    content: "\e080";
}

.heading-title-tabs span {
    background: #6D6C6A none repeat scroll 0 0;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}


.heading-title-tabs {
    border-bottom: 1px solid #A9A59F;
    padding-bottom: 9px;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    color: #8e8e8e;
    font-weight: 700;
    font-size: 16px;
}

.kv-avatar .file-preview-frame,.kv-avatar .file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}

.kv-avatar .file-input {
    display: table-cell !important;
    max-width: 220px !important;
}

.radio-group label {
    overflow: hidden;
}

.radio-group input {
    height: 1px;
    width: 1px;
    position: absolute;
    top: -10px;
}

.radio-group .not-active  {
    color: #3276b1;
    background-color: #fff;
}

.fa-female{
    color: rgb(239, 133, 206);
}

btn-create-lg-form {
    font-size: 13px;
    padding: 5px 8px;
}

.btn-create-lg {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    font-family: Arial;
    font-size: 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.btn-create-lg:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
    background-color: #e9e9e9;
    color: #777777;
}



input {
    outline: none;
}

.breadcrumb > .active{
    color: #eeeeee !important;
}

.title{
    margin-left:20px
}

.fa-user{
    font-size:80px;
}

.searchable-container{
    margin-top:40px;
}

.glyphicon-lg{
    font-size:4em
}
.info-block{
    border-right:5px solid #E6E6E6;margin-bottom:25px
}
.info-block .square-box {
    width:120px;
    min-height:120px;
    margin-right:22px;
    text-align:center!important;
    background-color:#676767;
    padding:20px 0
}
.info-block:hover .info-block.block-info {
    border-color:#20819e
}

.info-block.block-info .square-box {
    background-color:#5bc0de;
    color:#FFF
}

.btn-compose-email {
    padding: 10px 0px;
    margin-bottom: 20px;
}

.btn-danger {
    background-color: #E9573F;
    border-color: #E9573F;
    color: white;
}

/*.panel-teal .panel-heading {
    background-color: #37BC9B;
    border: 1px solid #36b898;
    color: white;
}

.panel .panel-heading {
    padding: 5px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #DDD;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.panel .panel-heading .panel-title {
    padding: 10px;
    font-size: 17px;
}*/

form .form-group {
    position: relative;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.inner-all {
    padding: 10px;
}

.nav-email > li:first-child + li:active {
    margin-top: 0px;
}

.nav-email > li + li {
    margin-top: 1px;
}

.nav-email li {
    background-color: white;
}

.nav-email li.active {
    background-color: transparent;
}

.nav-email li.active .label {
    background-color: white;
    color: black;
}

.nav-email li a {
    color: black;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.nav-email li a:hover {
    background-color: #EEEEEE;
}

.nav-email li a i {
    margin-right: 5px;
}

.nav-email li a .label {
    margin-top: -1px;
}

.table-email tr:first-child td {
    border-top: none;
}

.table-email tr td {
    vertical-align: top !important;
}

.table-email tr td:first-child, .table-email tr td:nth-child(2) {
    text-align: center;
    width: 35px;
}

.table-email tr.unread, .table-email tr.selected {
    background-color: #EEEEEE;
}

.table-email .media {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.table-email .media h4 {
    margin: 0px;
    font-size: 14px;
    line-height: normal;
}

.table-email .media-object {
    width: 35px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.table-email .media-meta, .table-email .media-attach {
    font-size: 11px;
    color: #999;
    position: absolute;
    right: 10px;
}

.table-email .media-meta {
    top: 0px;
}

.table-email .media-attach {
    bottom: 0px;
}

.table-email .media-attach i {
    margin-right: 10px;
}

.table-email .media-attach i:last-child {
    margin-right: 0px;
}

.table-email .email-summary {
    margin: 0px 110px 0px 0px;
}

.table-email .email-summary strong {
    color: #333;
}

.table-email .email-summary span {
    line-height: 1;
}

.table-email .email-summary span.label {
    padding: 1px 5px 2px;
}

.table-email .ckbox {
    line-height: 0px;
    margin-left: 8px;
}

.table-email .star {
    margin-left: 6px;
}

.table-email .star.star-checked i {
    color: goldenrod;
}

.nav-email-subtitle {
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 15px;
    margin-top: 30px;
}

.compose-mail {
    position: relative;
    padding: 15px;
}
.compose-mail textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
}

.view-mail {
    padding: 10px;
    font-weight: 300;
}

.attachment-mail {
    padding: 10px;
    width: 100%;
    display: inline-block;
    margin: 20px 0px;
    border-top: 1px solid #EFF2F7;
}
.attachment-mail p {
    margin-bottom: 0px;
}

.attachment-mail a {
    color: #32323A;
}

.attachment-mail ul {
    padding: 0px;
}

.attachment-mail ul li {
    float: left;
    width: 200px;
    margin-right: 15px;
    margin-top: 15px;
    list-style: none;
}

.attachment-mail ul li a.atch-thumb img {
    width: 200px;
    margin-bottom: 10px;
}

.attachment-mail ul li a.name span {
    float: right;
    color: #767676;
}

.comment-list .row {
    margin-bottom: 0px;
}
.comment-list .panel .panel-heading {
    padding: 4px 15px;
    position: absolute;
    border:none;
    border-top-right-radius:0px;
    top: 1px;
}
.comment-list .panel .panel-heading.right {
    border-right-width: 0px;
    border-top-left-radius:0px;
    right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
    padding-top: 6px;
}
.comment-list figcaption {
    word-wrap: break-word;
}

#image-gallery img{
    max-width:100%;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.accordion-body{
    height:100%;
}

.btn-delete-image{
    position:absolute;
    top:20px;
    left:205px;
    color:white;
    background-color:red;
    border-radius:10px;
    width:17px;
    height:17px;
    display:block;
    text-align:center;
    line-height:15px;
    cursor: pointer;
}

.btn-delete-image:hover{
    color:white;
    background-color: #F27474;
    text-decoration: none;
}

.img-oferta {
    display: block;
    max-width:100%;
    max-height:300px;
    min-width:100%;
    width: auto !important;
    height: auto !important;
}

#check-news{
    position: relative;
    top: 7px;
    left: 10px;
    transform: scale(1.2);
    float:left;
}

.logo_empresas{
    width: 33.33%;
}
@media (min-width: 1600px) {
    .image-wrap {
        max-height: 1000px!important;
    }
}

@media (min-width: 768px) {

    .comment-list .arrow:after, .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }

    .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
        border-left: 0;
    }

    .comment-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        border-right-color: inherit;
        border-width: 16px;
    }

    .comment-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        border-right-color: #FFFFFF;
        border-width: 15px;
    }

    .comment-list .panel.arrow.right:before {
        right: -16px;
        top: 30px;
        border-left-color: inherit;
        border-width: 16px;
    }

    .comment-list .panel.arrow.right:after {
        right: -14px;
        top: 31px;
        border-left-color: #FFFFFF;
        border-width: 15px;
    }


}

.comment-list .comment-post {
    margin-top: 6px;
}

.page-header{
    text-align: center;
}
.page-header-backoffice{
    text-align: center;
    background-color: #0d6287;
    margin-bottom: 10px;
}

.btn-social{
    color: white;
    opacity:0.9;
}

.btn-social:hover {
    color: white;
    opacity:1;
}

.btn-facebook {
    background-color: #3b5998;
    opacity:0.9;
}

.btn-twitter {
    background-color: #00aced;
    opacity:0.9;
}

.btn-linkedin {
    background-color:#0e76a8;
    opacity:0.9;
}

.btn-github{
    background-color:#000000;
    opacity:0.9;
}

.btn-google {
    background-color: #c32f10;
    opacity: 0.9;
}

.btn-stackoverflow{
    background-color: #D38B28;
    opacity: 0.9;
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin-bottom: 5px;
    padding: 20px;
}

.bs-callout:last-child {
    margin-bottom: 0px;
}

.bs-callout h4 {
    margin-bottom: 10px;
    margin-top: 0;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4{
    color: #d9534f;
}

.resume .list-group-item:first-child, .resume .list-group-item:last-child{
    border-radius:0;
}

.inactive-link {
    pointer-events: none;
    cursor: default;
}

span.inbox-notification{
    margin-top: 5px !important;
}

.resume-heading .social-btns{
    margin-top:15px;
}
.resume-heading .social-btns i.fa{
    margin-left:-5px;
}

@media (max-width: 992px) {
    
    .home-label-title {
        z-index: 5;
        line-height: 42px;
        font-size: 35px;
        margin: 0 30px;
    }
    
    .user-image{
        margin-bottom: 25px;
    }

    .resume-heading .social-btn-holder{
        padding:5px;
    }

    .logo_empresas{
        width: 50%;
    }
}

.progress-bar {
    text-align: left;
    white-space: nowrap;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    cursor: pointer;
}

.progress-bar > .progress-type {
    padding-left: 10px;
}

.progress-meter {
    min-height: 15px;
    border-bottom: 2px solid rgb(160, 160, 160);
    margin-bottom: 15px;
}

.progress-meter > .meter {
    position: relative;
    float: left;
    min-height: 15px;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(160, 160, 160);
}

.progress-meter > .meter-left {
    border-left-width: 2px;
}

.progress-meter > .meter-right {
    float: right;
    border-right-width: 2px;
}

.progress-meter > .meter-right:last-child {
    border-left-width: 2px;
}

.progress-meter > .meter > .meter-text {
    position: absolute;
    display: inline-block;
    bottom: -20px;
    width: 100%;
    font-weight: 700;
    font-size: 0.85em;
    color: rgb(160, 160, 160);
    text-align: left;
}

.progress-meter > .meter.meter-right > .meter-text {
    text-align: right;
}

.progress-bar-success {
    text-shadow: 1px 1px 2px #000;
}

.update-img-imovel {
    margin-bottom: 15px;
}

/* Incio Paginacao*/

.custom-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.custom-pagination > li {
    display: inline;
}
.owl-carousel .owl-nav [class*="owl-"] {    
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: transparent;
    border:0;
    color: #1A2B4C;
}
.owl-carousel .owl-nav [class*="owl-"]:hover, .owl-carousel .owl-nav [class*="owl-"]:active, .owl-carousel .owl-nav [class*="owl-"]:active:hover {
    color: #0099e6;
    background-color: transparent;
}

.custom-pagination{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.custom-pagination .all-pages, .custom-pagination .all-pages a{
    background: #eeeeee;
    color: #283868;
    border-radius: 25px;
    display: inline-block;
    height: 37px;
    line-height: 39px;
    text-align: center;
    width: 37px;
}

.custom-pagination .all-pages:hover{
    background-color: #283868;
    cursor: pointer;
}

.custom-pagination .all-pages a:hover{
    background-color: #283868;
    color: #FFFFFF;
}

.custom-pagination .all-pages.all-pages-disabled:hover{
    cursor: not-allowed;
    background-color: #eeeeee;
}

.custom-pagination .all-pages.active a{
    color: #FFFFFF;
    background: #283868;
}

.custom-pagination .all-pages a{
    text-decoration: none;
    color: #283868;
    border-radius: 25px;
}

/* Fim Paginacao */

h1.diretory-titles-signup, input.diretory-titles-signup{
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.diretory-titles{
    font-size: 20px !important;
    text-transform: uppercase;
}

.page-header h1.diretory-titles-signup, input.diretory-titles-signup{
    margin: 0 0 -20px;
}

.page-header h1.diretory-titles-signup a, input.diretory-titles-signup{
    color: #8f9eb3;
}

.page-header h1.diretory-titles-signup a:hover, input.diretory-titles-signup:hover{
    text-decoration: none;
}

.page-header h1.diretory-titles-signup:hover, input.diretory-titles-signup:hover{
    border-bottom: 5px solid #EBD635;
    cursor: pointer;
}

.page-header h1.diretory-titles a, input.diretory-titles-signup{
    color: #8f9eb3;
}

.page-header h1.diretory-titles a:hover, input.diretory-titles-signup:hover{
    text-decoration: none;
}

.page-header h1.diretory-titles:hover, input.diretory-titles-signup:hover{
    border-bottom: 5px solid #EBD635;
    cursor: pointer;
}

#tbStats
{
    border: solid 1px #ddd;
}
#tbStats td
{
    padding:5px 15px;
}

#sticky-icons {
    left: 0;
    position: fixed;
    top: 295px;
    z-index: 999;
}

#sticky-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sticky-icons a {

    background: #333;
    color: #fff;
    display: block;
    height: 60px;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 60px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
}

#sticky-icons a span {
    line-height: 60px;
    top:0;
    /*    left: -150px;*/
    left: 100%;
    position: absolute;
    text-align:center;
    width:150px;

}
.stick-icons i
{
    float:left;

}
.stick-icons span
{
    float:left;
    margin-left: 15px;
    margin-top: 4px;
}

.sticky-icons-hide{
    left: -150px!important;
}
#sticky-icons a:hover span {
    left: 100%;
}
.align_center{
    text-align:center;
}
.align-sticky-icons{
    /*  font-size: 20px !important;
      line-height: 2 !important;*/
}

#sticky-icons a.empresa{
    background: #e33935;
}

#sticky-icons a.empresa span {
    background: #ff6f60;
    font-weight: bold;
    text-transform: uppercase;
}

#sticky-icons a.investir{
    background: #ff6f00;
}

#sticky-icons a.investir span {
    background: #ffa040;
    font-weight: bold;
    text-transform: uppercase;
}

#sticky-icons a.emprego{
    background-color: #f7a625;
}

#sticky-icons a.emprego span {
    background: #f5c637;
    font-weight: bold;
    text-transform: uppercase;
}

#sticky-icons a.play-intro{
    background-color: #1A2B4C;
}

#sticky-icons a.play-intro span {
    background: #263B6F;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover
{
    background-color: #E33935;
}

#header .header-nav-bar-secondary .header-nav-main nav > ul > li > a {
    border-radius: 44px;
    font-size: 14px;
    background-color: transparent;
}
#nav ul li:hover a{ 
    color:#F00;
}
.menu-btn-red a{
    color:#E33935!important;
}
.menu-btn-orange a{
    color:#ff6f00!important;
}
.menu-btn-yellow a{
    color:#f7a625!important;
}


.menu-btn-red:hover a, .menu-btn-orange:hover a, .menu-btn-yellow:hover a{    
    color:#fff!important;
}
.menu-btn
{
    padding: 0 50px!important;
    margin-left: 0!important;
    margin-right: 0!important;
    height: 45px;
}
.menu-btn-red:hover{
    background-color: #E33935;
}
.menu-btn-orange:hover{
    background-color: #ff6f00; 
}
.menu-btn-yellow:hover{
    background-color: #f7a625;
    color:#fff!important;
}
h1.ative a{
    color: #FFFFFF !important;
}

.custom-form, .custom-form:focus{
    border: 2px solid #5a6a8f;
    color: #b2b2b2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.custom-form-search, .custom-form-search:focus{
    border: 2px solid #f0f0f0;
    color: #b2b2b2;
    border-radius: 5px;
    font-size: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.color-search-bar{
    background-color: #e0e0e0;
    border-bottom:  1px solid #efefef;
}

.color-blue{
    color: #233869 !important;
}

.font-normal{
    font-weight: normal !important;
}

.search-order-by{
    padding-top: 2%;
    padding-bottom: 2%;
}

.no-margin-bottom{
    margin-bottom: 0 !important;
}

/*checkbox*/

.checkbox label{
    padding-left: 0; 
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .custom-check,
.radio .custom-check {
    position: relative;
    display: inline-block;
    border: 2px solid #233869;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .custom-check {
    border-radius: 50%;
}

.checkbox .custom-check .custom-check-icon,
.radio .custom-check .custom-check-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .custom-check .custom-check-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .custom-check > .custom-check-icon,
.radio label input[type="radio"] + .custom-check > .custom-check-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .custom-check > .custom-check-icon,
.radio label input[type="radio"]:checked + .custom-check > .custom-check-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .custom-check,
.radio label input[type="radio"]:disabled + .custom-check {
    opacity: .5;
}

.btn-red{
    font-size: 16px;
    background-color: #E33935;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 11px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 5px;
}

.btn-red-contact, .btn-red-contact:focus{
    font-size: 14px;
    background-color: #E33935;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 8px;
    margin-bottom: 20px;
}

.btn-red-contact:hover{
    color: #FFFFFF;
    background-color: #f9302c;
}

.btn-red:hover{
    color: #FFFFFF;
    background-color: #f9302c;
}

.btn-red:active, .btn-red:focus{
    color: #FFFFFF;
}

.label-info-user{
    padding-top: 30px;
    padding-bottom: 27px;
    color: #231f20;
}

.label-info-index{
    color: #231f20;
    font-weight: normal;
}

.rowFullWidth{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.remove-padding-left{
    padding-left: 0px !important;
}

.row-content{
    background-color: #eeeeee;
    margin-bottom: 20px;
    border: 1px solid #cacaca;
    border-radius: 3px;
}

.mt40{
    margin-top: 40px;
}
.margin-right {margin-right: 15px;}
.no-gutters{
    padding-left: 0;
    padding-right: 0;
}

.no-gutters-right{
    padding-right: 0;
}

.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutters-left {
    margin-left: 0;
}

.row.no-gutters-left > [class^="col-"],
.row.no-gutters-left > [class*=" col-"] {
    padding-left: 0;
}

.row.no-gutters-right {
    padding-right: 0;
}

.row.no-gutters-right > [class^="col-"],
.row.no-gutters-right > [class*=" col-"] {
    padding-right: 0;
}

.no-gutters-left {
    padding-left: 0;
}

select.input-lg {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.vhcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

select + i.material-icons {
    float: right;
    margin-top: -35px;
    margin-right: 5px;
    pointer-events: none;
    background-color: #fff;
    padding-right: 5px;
    color: #b2b2b2;
}

.search-menu select.input-lg{
    line-height: 20px !important;

}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb{
    font-size: 18px;
}

.breadcrumb li a:hover{
    text-decoration: none;
}

.breadcrumb > li + li:before{
    padding: 0 3px;
    color: #FFFFFF;
    content: "\203A" !important;
}

ul#caes{
    list-style: none;
    padding: 0px;
}

.image-wrap {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 1%;
}

.image-wrap img {
    width: 100%;
}

.blue-border, .blue-border:focus{
    border: 1px solid #22386a;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #b2b2b2;
}

.content-contact-form{
    background-color: #eeeeee;
    border: 1px solid #999999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 370px;
}

.label-info-contact{
    padding-top: 20px;
    padding-bottom: 20px;
}

.info-imovel .fa-map-marker,
.info-imovel .fa-phone,
.info-imovel .fa-envelope,
.info-imovel .fa-mobile
{
    text-align: center;
    font-size: 28px;
    width: 25px;
    margin-right: 10px;
}

.info-imovel .fa-facebook,
.info-imovel .fa-linkedin,
.info-imovel .fa-youtube{
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    margin-right: 10px;
    color: #FFFFFF;
}

.circle-blue{
    width: 35px;
    height: 35px;
    background-color: #243869;
}

.circle{
    border-radius: 50%;
    display: inline-block;
}

ul.info-imovel{
    list-style: none;
    padding: 0;
}

.info-imovel li{
    margin-bottom: 5%;
}

.content-info-imoveis{
    margin-top: 4%;
}

.content-similar-imoveis{
    margin-bottom: 10px;
}

.content-similar-imoveis-images{
    background-color: #FFFFFF;
}

.imoveis-images{
    padding-top: 5px;
    /*    margin-left: 15px;*/
    padding-left: 5px;
    background-color: #ededed;
}

.label-anuncio-similar{
    margin-top: 20px;
    margin-bottom: 20px;
}

.each-row-anuncio{
    background-color: #ededed;
    padding: 5px;
}

.no-padding-bottom{
    margin-bottom: 0px !important;
}

.panel-text{
    margin-top: 0px !important;
    border-radius: 0px !important;
    border: 0px solid #fff !important;
}

.panel-heading-text{
    background-color: #e0e0e0 !important;
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border: 0.1px solid #bdbdbd !important;
}

.color-black{
    color: #000000;
}

.content-title-border.active{
    border-bottom: 5px solid #EBD635;
}
/*.tab-size-empresas{
    background-color: #233969;
    height: 56px;
}
*/
.tabs.tabs-simple .nav-tabs > li a, .tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus{
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 200;
}

html body .tabs.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs.tabs-bottom .nav-tabs li a:hover, html body .tabs.tabs-bottom .nav-tabs li.active a, html.dark body .tabs.tabs-bottom .nav-tabs li.active a, html body .tabs.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover, html body .tabs.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus{
    border-bottom: 5px solid #EBD635 !important;
}

.tabs.tabs-simple .nav-tabs > li a, .tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus{
    padding: 10px 45px !important;
}

.tabs.tabs-simple .nav-tabs > li a, .tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus{
    border-bottom: none;
}

.nav.nav-tabs{
    background-color: #243869;
}

.tabs.tabs-simple .nav-tabs > li{
    margin-bottom: 0 !important;
}

.color-blue-icons h5{
    color: #233869 !important;
    text-transform: none;
    font-size: 1.2em;
    margin-left: -25px;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-red {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: relative;
    z-index: 2;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    /*    width: 40px;
        height: 40px;*/
    line-height: 33px;
    /*    border-radius: 50%;*/
    margin-right: 3px;
}

.thumb-info-wrapper .thumb-info-action a{
    text-decoration: none;
}

html .thumb-info .thumb-info-action-icon-red{
    font-size: 16px;
    background-color: #E33935;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 11px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.thumb-info .thumb-info-wrapper:after{
    background: #233869;
    background: rgba(35, 56, 105, 0.9)
}

.thumb-info{
    background-color: #ededed;
    margin-bottom: 5%;
}

.icon-arrow-rotate{
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 6px;
    left: 10px;
    line-height: 0 !important;
}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p{
    margin: 0;
}

.thumb-info .thumb-info-wrapper{
    margin: 4px 3px 3px 4px !important;
}

.color-blue h5{
    color: #233869 !important;
    text-transform: none;
    font-size: 1.2em;
}

.footer-content{
    margin-top: 0px !important;
}

.pagination-center{
    text-align: center;
}

h4.title-oferta{
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0;
    margin-top: 30px;
}

.img-border{
    padding: 50px;
}

.multi-freg .dropdown-menu > li > a{
    color: #b2b2b2;
    padding-top: 10px;
    padding-bottom  : 10px;
    padding-left: 35px;
    border-bottom: 1px solid #b2b2b2;
}
/*
.multi-freg .dropdown-menu > li > a:hover{
    background-color: transparent;
}*/

.ofertas-time{
    border-radius: 5px;
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 10px;
    padding: 2px 5px;
    background-color: #dedede;
    color: #999999;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    font-size: 12px;
}

.thumb-info:hover .ofertas-time{
    display: none;
}

.lSSlideOuter{
    background-color: #ededed;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    padding: 5px;
}

.lSSlideWrapper{
    border-bottom: 1px solid #c2c2c2;
}

.tab-empresa a:hover{
    text-decoration: none;
}

.tab-empresa a {
    color: #FFFFFF !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 200;
    line-height: 50px;
    width: 100%;
    height: 100%;
    display: block;
}

#tab-conteudos{
    background-color: #243869;
}

#tab-conteudos{
    margin-top: 2%;
    margin-bottom: 2%;
}

.ative-yellow{
    border-bottom: 5px solid #EBD635;
}

.tab-empresa:hover{
    border-bottom: 5px solid #EBD635;
}



.color-green{
    color: green;
}

.grey-line{
    border-bottom: 1px solid #a4a6a6;
}

.color-red{
    color: #E33935;
}
.text-entrar{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

ul.header-extra-info li a:hover{
    text-decoration: none;
}

.dropdown a i.arrow-down{
    color: #22396b;
    font-size: 40px;
    vertical-align: middle;
}

.dropdown-menu.menu-user-login{
    background-color: #dedede;
    width: 200px;
    color: #737373;
    /*margin: -1px !important;*/
    margin-right: -1px !important;
    margin-top: -2px !important;
    border-top-right-radius: 0px !important;
}

.dropdown-menu.menu-user-login{
    right: 0px !important;
    left: inherit;
}

.dropdown-menu.menu-user-login span:last-child{
    border-bottom: none !important;
    padding-bottom: 0px !important;
}
.dropdown-menu.menu-user-login a, .dropdown-menu.menu-user-login span, .dropdown-user{
    color: #737373;
    border-bottom: 1px solid #bdbdbd;
    text-align: left;
    font-size: 14px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.dropdown-menu.menu-user-login a{
    text-decoration: none;
}

.menu-user-login a.dropdown-item i.material-icons, .menu-user-login span.dropdown-item i.material-icons{
    vertical-align: middle;
}


.box-top-login.dropdown.open{
    /*    width: 120px;*/
    background-color: #dedede;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: -1px;
    margin-top: -6px;
}

.box-top-login.dropdown{
    padding-bottom: 5px;
    width: 120px;
    padding-left: 10px;
    margin-right: -1px;
}

.box-top-login.dropdown .avatar-rounded{
    border: 1px solid #293869;
    border-radius: 99999px;
    -moz-border-radius: 99999px;
    -webkit-border-radius: 99999px;
}

.left-alert{
    position: absolute;
    z-index: 999999;
    right: 10px;
    top: 20px;
}

.imovel-title{
    font-weight: 700;
    font-size: 24px;
}

.imovel-subtitle{
    font-weight: 300;
    font-size: 24px;
}

.title-info-imovel{
    font-size: 13.5px;
    font-weight: 700;
}

.content-info-imovel{
    font-size: 13.5px;
    font-weight: 700;
    margin-bottom: 0px !important;
}

p.no-bottom{
    margin-bottom: 5px;
}

.subcontent-info-imovel{
    font-size: 13.5px;
    font-weight: 300;
}
.mb20{
    margin-bottom: 20px;
}
.profilecv{
    color: gray;
    font-size: 12px;
}
.bodycv{
    font-size: 13px;
    line-height: 15px;
}
.btn-profilecv{
    float: right;
}
.mt30{
    margin-top: 30px;
}
.mt10{
    margin-top: 10px;
}
.mb40{
    margin-bottom: 40px;
}
.p0{
    padding: 0px !important;   
}
.mt80{
    margin-top: 80px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;

}

.modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;

}

.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    border: 2px solid #000;
    border-radius: 0;
    box-shadow: none;
}

.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;

    border: 0;
}

.modal-title {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

.modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}
.modal-close
{
    color: #DDD;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
    transform:scale(0.5);
    font-weight:bold;
}
.preferences{
    margin-right: 25px;
    color: #333d46;
}

.logo_pempresas
{
    width: 250px;
}
.white, .white:hover, .white:active
{
    color:#FFF;
}
.carousel-control
{
    z-index: 15;
}
.logout-button
{
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #3A486E;
}

.page-header > div > div > div
{
    overflow: hidden;
}

@media (max-width: 478px) {
    .logo_empresas{
        width: 100% !important;
    }
    .preferences:first-child{
        display: block;
    }
    .preferences{
        margin-right: 0;
    }
}

@media (max-width: 640px) {

    .logo_empresas{
        width: 50%;
    }
    .main-button{
        height: 45px !important;
    }

    .middle {
        left: 50% !important;
    }
    .navbar-header-mobile
    {
        position: fixed;
        top: 0;
        padding-top: 8px;
        height: 60px;
        background-color: #fff;
        width: 100%;
    }
    .navbar-menus-mobile{
        position: fixed;
        top: 0;
        margin-top: 60px!important;
        height: calc(100% - 60px)!important;
        background-color: #fff!important;
        width: 100%;

    }
    .menu-group
    {
        width:200px;
        margin:0 auto!important;
    }
    .menu-group span , .menu-group i
    {
        color:#fff;
        margin-top: 0;
    }
    .menu-group i
    {
        margin-top: 6px;
    }
    .menu-red {
        background-color:#E33935!important;
    }
    .menu-orange {
        background-color:#ff6f00!important;
    }
    .menu-yellow {
        background-color:#f7a625!important;
    }

    .menu-btn-red:hover a, .menu-btn-orange:hover a, .menu-btn-yellow:hover a{    
        color:#fff!important;
    }
    .menu-btn
    {
        padding: 0 50px!important;
        margin-left: 0!important;
        margin-right: 0!important;
        height: 45px;
    }
    .icon_user{height:24px;}
    .contact_mobile{
        border-bottom:solid 2px silver!important;
    }
    .btnCloseModal
    {
        width:20px;
    }
    .compose-mail-wrapper .compose-mail {
        padding: 0px;
    }
    .home_banner_image {
        width: auto!important;
        height: 100%!important;
        max-width: none!important;
    }
    .logo_pempresas
    {
        width: 160px;
    }
    #header .header-body {
        min-height: 60px;
        top: 0!important;

    }
    .home-label-title {
        z-index: 5;
        line-height: 40px;
        font-size: 30px;
        margin: 0 30px;
    }
    .mt-md{margin-left:40px;    margin-top: 30px!important;}
    .home-label-subtitle {
        z-index: 5;
        font-weight: 300 !important;
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .btn-slider-action {
        font-weight: 600;
        line-height: 15px;
        padding: 10px 17px;
        margin: 10px 12px;
        width: 258px;
    }
    #home-label {
        top: 25px;

    }

    .home-label-btns {
        margin-bottom: 30px;
    }
    .home-label-btn-txt {
        font-size: 15px;
        font-weight: 100;
        text-align: left;
        padding: 10px 0 0 0px;
        height: 68px;
    }
    .play_btn{
        width:40px;
    }
    .dormidas{
        height: 40px;
    }
    iframe.youtube-video {

        padding: 5px;
    }
    .bar-home {
        opacity: 0.9;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .counters strong {
        display: block;
        font-weight: bold;
        font-size: 32px;
        line-height: 45px;
    }
    .panel-title {
        margin-left: 0;
        font-size:14px;
    }

    .panel-body {
        /*padding: 0px;*/
    }
    .panel-group .panel-heading a {

        padding: 10px 15px;
    }
    .breadcrumb {
        font-size: 14px;
    }
}

@media (max-width: 1366px) {
    .home_banner_image{
        max-width: none !important;
        height: 100% !important;
    }
}

@media (max-width: 360px) {
    .mail-wrapper .panel-sub-heading {
        text-align: center;
    }

    .mail-wrapper .panel-sub-heading .pull-left, .mail-wrapper .panel-sub-heading .pull-right {
        float: none !important;
        display: block;
    }

    .mail-wrapper .panel-sub-heading .pull-right {
        margin-top: 10px;
    }

    .mail-wrapper .panel-sub-heading img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .mail-wrapper .panel-footer {
        text-align: center;
    }

    .mail-wrapper .panel-footer .pull-right {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }

    .mail-wrapper .attachment-mail ul {
        padding: 0px;
    }

    .mail-wrapper .attachment-mail ul li {
        width: 100%;
    }
    .mail-wrapper .attachment-mail ul li a.atch-thumb img {
        width: 100% !important;
    }

    .mail-wrapper .attachment-mail ul li .links {
        margin-bottom: 20px;
    }

    .compose-mail-wrapper .search-mail input {
        width: 130px;
    }

    .compose-mail-wrapper .panel-sub-heading {
        padding: 10px 7px;
    }


}

.nav-blog li{
    display: inline-block;
    float: none;
}
.custom-pagination-news .all-pages, custom-pagination-news .all-pages a{
    background: #eeeeee;
    color: #283868;
    border-radius: 25px;
    display: inline-block;
    height: 20px;
    line-height: 23px;
    text-align: center;
    width: 20px;
}
.custom-pagination-news .all-pages:hover{
    background-color: #283868;
    cursor: pointer;
}

.custom-pagination-news .all-pages a:hover{
    background-color: #283868;
    color: #FFFFFF;
}

.custom-pagination-news .all-pages.all-pages-disabled:hover{
    cursor: not-allowed;
    background-color: #eeeeee;
}

.custom-pagination-news .all-pages a{
    text-decoration: none;
    color: #283868;
    border-radius: 25px;
}



.middle {
    transition: .5s ease;
    opacity: 0.5;
    position: absolute;
    top: 85%;
    left: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
.middle img{
    max-width: 200px;
}

.main-button{
    border: 1px solid white; 
    border-radius: 50px; 
    height: 70px;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
    color: black;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
    color: black;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
    color: black;
}

.contact > li > p > a {
    line-height:45px;
}

#footer .contact p {
    margin-bottom: 10px;
}

.sub-label {
    font-size: 10px;
    font-weight: bold;
}