::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border: 1px solid transparent;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #DEDEDE;
}
::-webkit-scrollbar-thumb:active {
  background: #DEDEDE;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none transparent;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


body {
    background-color:#FFFFFF;
    font-family: 'Abel', sans-serif;
    font-size:16px;
    color:#999
}
a{ 
    text-decoration: none!important; 
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s
}
a:hover{  
    text-decoration: none!important; 
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s
}

button{ 
    text-decoration: none!important; 
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s
}
button:hover{  
    text-decoration: none!important; 
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s
}

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


.navbar-default {
    background-color: #FFFFFF;
    border-radius: 0;
    border-bottom: 0;
    box-shadow: none;
    letter-spacing: 1.4px;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    position: relative;
    z-index: 500;
}

.navbar-default .navbar-nav > li > a {
    background-color: #FFFFFF;
    color: #999999;
    padding-top: 40px;
    padding-bottom: 40px
}
.navbar-default .navbar-nav > li > a:hover {
    background-color: #FFFFFF;
    color: #0080A4!important
}
.navbar-default .navbar-nav > .open a, 
.navbar-default .navbar-nav > .open a:focus, 
.navbar-default .navbar-nav > .open a:hover {
    background-color: #FFFFFF;
    color: #0080A4
}
.navbar-default .navbar-nav >.active > a, 
.navbar-default .navbar-nav >.active > a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #FFFFFF;
    color: #0080A4!important;
}
a.navbar-brand img {
    margin-top: 10px!important;
    margin-left: 0!important
}

.navbar-toggle { 
    border: none!important;
    background-color: #FFFFFF;
}

.collapsed{
    margin-top: 5px;
    background-color: #FFFFFF;
    color: #0080A4!important;
    font-size: 22px;
}

.collapsed:hover{
    background: #FFFFFF!important;
    color: #0080A4;
}


#destaques{
    position: relative;
    z-index: 485;
}

#destaques .img-responsive{
    width: 100%;
    height: 580px;

}
.carousel-control {
    position: absolute;
    top: 48%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 40px;
    color: #fff;
    text-align: center;
    background-color: transparent!important;
}
.carousel-control.left {
    background-image: none!important;
    background-color: transparent!important;

}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none!important;
    background-color: transparent!important;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}

.icon-right-open-big{}
.icon-left-open-big{}

.arquitetura{
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    color: #999999;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}



.bg-cinza-port{
    background-color: #F8F8F8;
    padding-top: 80px;
   /* padding-bottom: 80px;*/
}

.bg-cinza-port h1{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 1.4px;
    font-weight: normal;
    text-transform: uppercase;
    color: #999999;
}


.bg-cinza{
    background-color: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 80px;
}


.bg-cinza h1{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 1.4px;
    font-weight: normal;
    text-transform: uppercase;
    color: #999999;
}

.btn-info{
    border-radius: 4px;
    border-color: #0080A4;
    background-color: #0080A4;
    padding: 15px 22px;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 1.4px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
}
.btn-info:hover{
    background-color: #444444;
    border-color: #444444;
}


figure {
    /*min-width: 350px;
    min-height: 228px;
    */
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: auto;
}
 
figure img {
    width: 100%;
}
figcaption {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(220, 153, 22, .90);
    color:white;
    line-height: 1.3em;
    -webkit-transition:all .2s ease-in;
    -moz-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    -ms-transition:all .2s ease-in;
    transition:all .2s ease-in;
}
figure:hover figcaption {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    opacity: 1;
    background:rgba(0, 128, 164, .90);
}
figure img {
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -o-transition:all .2s;
    -ms-transition:all .2s;
    transition:all .2s;
}
figure:hover img {
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -o-transform:scale(1.3);
    -ms-transform:scale(1.3);
    transform:scale(1.3);
}

figcaption h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;   
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #FFFFFF;
}


/* QUEM */
.bg-cinza-quem{
    background-color: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg-cinza-quem h1{
    text-indent: -9999;
    display: none;
}


.top-30-lg{  margin-top: 30px; }
.top-30{  margin-top: 30px; }
.top-29p{ margin-top: 29%;  }
.top-30-only-xs{ margin-top: 0px; font-size: 17px; }
.top-40{  margin-top: 40px; }
.top-50{  margin-top: 50px; }
.top-60{  margin-top: 60px; }
.top-70{  margin-top: 70px; }
.top-80{  margin-top: 80px; }
.top-45p{ margin-top: 45%; }
.top-40-port{  margin-top: 40px; }
.top-80-lg{  margin-top: 80px; }

.top-30-h{  margin-top: 30px; }


/* PORTFOLIO */
.portfolio_filter{
    margin-bottom: 40px;
}
ul li {
        list-style: none;
        list-style-type: none;
}
ul.list-inline{
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;

}
ul.list-inline li{
    background-color: transparent;
    margin-right: 3px;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

ul.list-inline li.active{
    background-color: #0080A4;
    color: #FFFFFF;
}
ul.list-inline li {
    color: #666666;
    cursor: pointer;
}

ul.list-inline li:hover{
    background-color: #FFFFFF;
    color: #0080A4;
}

.call{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 1.4px;
    font-weight: normal;
    text-transform: uppercase;
    color: #999999;
}

ul.icones{
    margin-left: -40px!important;

}

ul.icones li{
    display: inline;
    padding-right: 10px;
    background-color: transparent!important;
}


ul.icones li a i{
    font-size: 20px;
    color: #999999;
    background-color: transparent;
}


ul.icones li a i:hover{
    font-size: 20px;
    color: #0080A4;
    background-color: transparent;
}


a.btn-facebook{
    border-radius: 2px;
    background-color: #3B5998;
    padding: 15px 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
}

a.btn-facebook:hover{
    opacity: 0.95;
    color: #FFFFFF;
}


.btn-facebook i{
    font-size: 18px;
}




.bg-cinza-contato {
    margin-top: 10px;
    background-color: #F8F8F8;
    height: 470px;
    z-index: 99;
    margin-left: -46px;
    width: 1097.5px
}


.left-lg {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 50px;
    font-family: 'Abel', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 55px
}


.rotate {
    position: relative;
    top: 320px;
    margin-left: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 11px;
    font-size: 62px;
    text-transform: uppercase;
    color: #DDDDDD;
    line-height: 60px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
    z-index:109
}



input#id_email, input#id_nome, textarea#id_mensagem {
    border-top:1px solid #F8F8F8;
    border-right:1px solid #F8F8F8;
    border-bottom:1px solid #DEDEDE;
    border-left:1px solid #F8F8F8;
    box-shadow: none!important;
    background-color: #F8F8F8;
    padding-top: 10px;
    padding-bottom: 12px;
}



input#id_email:focus, input#id_nome:focus, textarea#id_mensagem:focus {
    border-bottom:1px solid #0080A4;
}


.gmap-wrapper{
    margin-top: 120px;
    margin-left: 30px;
    margin-bottom: 40px;
    width: 1090px;
}


#publicacoes   a{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 1.4px;
    font-weight: normal;
    text-transform: uppercase;
    color: #0080A4;
}

#publicacoes  a:hover{
    color: #444444;
}


.meta{
    font-family:  'Abel', sans-serif;
    font-size: 13px;
    color: #0080A4!important;
    padding-bottom: 60px;
}

ul.tags{
    margin-top: 40px;
}

ul.tags li{
    float: none;
    margin-left: -40px;
    padding-top: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DEDEDE;
}

ul.tags li a{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color:#0080A4;
    text-transform: uppercase;
}
ul.tags li a:hover{
    color: #444444;
}


footer{
    padding-top: 60px;
    padding-bottom: 40px;
    height: 100px;
}

footer a i{
    color: #999999;
}


footer a:hover i{
    color: #0080A4;
}



/* MEDIA QUERIES */

@media only screen and (min-width : 320px) and (max-width: 375px) {

    .navbar-default .navbar-nav li{
        border-bottom: 1px solid #EFEFEF;
    }    
    .navbar-default .navbar-nav > li > a {
        background-color: #FFFFFF;
        color: #999999;
        padding-top: 10px;
        padding-bottom: 15px
    }
    a.navbar-brand img {
        margin-top: -5px!important;
        margin-left: 0!important
    }
    .collapse{
        border-top: 0px!important ;
        margin-top: 20px;
        background: #FFFFFF;
    }
    #destaques .img-responsive{
        width: auto;
        height: auto;
    }

    .carousel-control {
        display: none;
    }
    .arquitetura{
        font-family: 'Abel', sans-serif;
        font-size: 16px;
        color: #999999;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
    .arquitetuta, br {
        display: none;
    }


    .bg-cinza{
        background-color: #F8F8F8;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bg-cinza h1{
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        letter-spacing: 1.4px;
        font-weight: normal;
        text-transform: uppercase;
        color: #999999;
    }

    .btn-info{
        border-radius: 4px;
        border-color: #0080A4;
        background-color: #0080A4;
        padding: 15px 22px;
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
        letter-spacing: 1.4px;
        font-weight: 400;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .btn-info:hover{
        background-color: #444444;
        border-color: #444444;
    }

    .top-40-port{  margin-top: 10px; }
    .top-29p{ margin-top: 30%;  }
    .top-30-only-xs{ margin-top: 30px; font-size: 17px; }
    .top-30{  margin-top: 0px; }

    .top-30-h{  margin-top: 30px; }


    figure {
        min-width: 100%!important;
        width: auto;
        height:auto;
        background-color: transparent;
        cursor: pointer;
        overflow: hidden;
    }
     
    figure img {
        width: 100%;
        height: auto!important;
    }

    .bg-cinza-quem{
        background-color: #F8F8F8;
        padding-top: 30px;
        padding-bottom: 30px; 
    }

    .top-80-lg{  margin-top: 30px; }
    .top-30-lg{  margin-top: 30px; }

    .portfolio_filter{
        margin-bottom: 20px;
    }

    .bg-cinza-contato {
        margin-top: 10px;
        background-color: #F8F8F8;
        z-index: 99;
        margin-left: auto;
        width: 100%;
        height: 720px;
    }

    .left-lg {
        padding-top: 20px;
        padding-right: 0px;
        padding-left: 0px;
        font-family: 'Abel', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #999999;
        margin-bottom: 55px
    }

    .left-lg br{
        display: block;
    }

    .gmap-wrapper{
        margin-top: 50px;
        margin-left: 0px;
        margin-bottom: 40px;
        width: 100%;
    }


    input#id_email, input#id_nome, textarea#id_mensagem {
        border-top-width: 0px!important;
       border-right:1px solid #F8F8F8;
        border-bottom:1px solid #DEDEDE;
        border-left:1px solid #F8F8F8;
        box-shadow: none!important;
        background-color: #F8F8F8;
        padding-top: 10px;
        padding-bottom: 12px;
    }






}





@font-face {
    font-family: 'rdp';
    src: url('/static/font/rdp.eot');
    src: url('/static/font/rdp.eot#iefix') format('embedded-opentype'),
       url('/static/font/rdp.woff2') format('woff2'),
       url('/static/font/rdp.woff') format('woff'),
       url('/static/font/rdp.ttf') format('truetype'),
       url('/static/font/rdp.svg#rdp') format('svg');
    font-weight: normal;
    font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "rdp";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
.icon-mail:before { content: '\e800'; } /* '' */
.icon-phone:before { content: '\e801'; } /* '' */
.icon-location:before { content: '\e802'; } /* '' */
.icon-right-open-big:before { content: '\e803'; } /* '' */
.icon-left-open-big:before { content: '\e804'; } /* '' */
.icon-phone-1:before { content: '\e805'; } /* '' */
.icon-up-open-big:before { content: '\e806'; } /* '' */
.icon-down-open-big:before { content: '\e807'; } /* '' */
.icon-up-open-mini:before { content: '\e808'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-youtube-squared:before { content: '\f166'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
.icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */





.lb-loader, .lightbox {
    text-align:center;
    line-height:0
}
body:after {
    content:url(/static/images/close.png) url(/static/images/loading.gif) url(/static/images/prev.png) url(/static/images/next.png);
    display:none
}
.lb-dataContainer:after, .lb-outerContainer:after {
    content:"";
    clear:both
}
.lightboxOverlay {
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    background-color:#000;
    filter:alpha(Opacity=80);
    opacity:.8;
    display:none
}
.lightbox {
    position:absolute;
    left:0;
    width:100%;
    z-index:10000;
    font-weight:400
}
.lightbox .lb-image {
    display:block;
    height:auto;
    max-width:inherit;
    max-height:none;
    border-radius:3px;
    border:5px solid #fff
}
.lightbox a img {
    border:none
}
.lb-outerContainer {
    position:relative;
    width:250px;
    height:250px;
    margin:0 auto;
    border-radius:4px;
    background-color:#fff
}
.lb-loader, .lb-nav {
    position:absolute;
    left:0
}
.lb-outerContainer:after {
    display:table
}
.lb-loader {
    top:43%;
    height:25%;
    width:100%
}
.lb-cancel {
    display:block;
    width:32px;
    height:32px;
    margin:0 auto;
    background:url(/static/images/loading.gif) no-repeat
}
.lb-nav {
    top:0;
    height:100%;
    width:100%;
    z-index:10
}
.lb-container>.nav {
    left:0
}
.lb-nav a {
    outline:0;
    background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}
.lb-next, .lb-prev {
    height:100%;
    cursor:pointer;
    display:block
}
.lb-nav a.lb-prev {
    width:34%;
    left:0;
    float:left;
    background:url(/static/images/prev.png) left 48% no-repeat;
    filter:alpha(Opacity=0);
    opacity:0;
    -webkit-transition:opacity .6s;
    -moz-transition:opacity .6s;
    -o-transition:opacity .6s;
    transition:opacity .6s
}
.lb-nav a.lb-prev:hover {
    filter:alpha(Opacity=100);
    opacity:1
}
.lb-nav a.lb-next {
    width:64%;
    right:0;
    float:right;
    background:url(/static/images/next.png) right 48% no-repeat;
    filter:alpha(Opacity=0);
    opacity:0;
    -webkit-transition:opacity .6s;
    -moz-transition:opacity .6s;
    -o-transition:opacity .6s;
    transition:opacity .6s
}
.lb-nav a.lb-next:hover {
    filter:alpha(Opacity=100);
    opacity:1
}
.lb-dataContainer {
    margin:0 auto;
    padding-top:5px;
    width:100%;
    -moz-border-radius-bottomleft:4px;
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px
}
.lb-dataContainer:after {
    display:table
}
.lb-data {
    padding:0 4px;
    color:#ccc
}
.lb-data .lb-details {
    width:85%;
    float:left;
    text-align:left;
    line-height:1.1em
}
.lb-data .lb-caption {
    font-size:13px;
    font-weight:700;
    line-height:1em
}
.lb-data .lb-caption a {
    color:#4ae
}
.lb-data .lb-number, .lb-number {
    clear:left;
    padding-bottom:1em;
    font-size:12px;
    color:#999
}
.lb-data .lb-number {
    display:block
}
.lb-number {
    display:none!important
}
.lb-data .lb-close {
    display:block;
    float:right;
    width:30px;
    height:30px;
    background:url(/static/images/close.png) top right no-repeat;
    text-align:right;
    outline:0;
    filter:alpha(Opacity=70);
    opacity:.7;
    -webkit-transition:opacity .2s;
    -moz-transition:opacity .2s;
    -o-transition:opacity .2s;
    transition:opacity .2s
}
.lb-data .lb-close:hover {
    cursor:pointer;
    filter:alpha(Opacity=100);
    opacity:1
}