
body {
    overflow-x: hidden;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.modal-open-noscroll {
  margin-left: 0!important;
  margin-right: 0!important;
  overflow: hidden;
  overflow-x: hidden;
}

.modal-open-noscroll .navbar-default, .modal-open .navbar-default {
    overflow-x: hidden;
    margin-left: 0!important;
    margin-right: 0!important;
}

.modal-body {
  padding: 0px !important;
  overflow-x: hidden;
}





.text-muted {
    color: #BBB;
}

.text-primary {
    color: #0066ac;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #0066ac;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #0066ac;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
 /* background-color: #f7f7f7;*/
 background-color: #f1f1f1;
}
.bg-light-white {
 background-color: #fff;
}
.bg-light-blue {
    background-color: #0066ac;
}
.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #0066ac;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #0066ac;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #0066ac;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #0066ac;
    background-color: #0066ac;
}

.btn-primary .badge {
    color: #0066ac;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #0066ac;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #0066ac;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #0066ac;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #0066ac;
    background-color: #0066ac;
}

.btn-xl .badge {
    color: #0066ac;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #8bc34a;
}

.navbar-default .navbar-brand {
    /*font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    font-family: 'Slabo 27px', serif;
    font-family: 'Lobster', cursive;
    font-family: 'Alegreya', serif;
    font-family: 'Euphoria Script', cursive;*/
    color: #fff;
    padding: 0px 15px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fff;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0066ac;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #0066ac;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #0066ac;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #0066ac;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 1.35em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #8bc34a;
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.65);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.65);

    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.35em;
        padding: 2px 0px;

    }
}

@media(min-width:1150px) {
    .navbar-default .navbar-brand {
        font-size: 2.8em;
        padding: 10px 15px;

    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        padding: 3px 15px;

    }
}

.bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
}

header {
    text-align: center;
    color: #fff;
    padding-top: 135px;
    padding-bottom: 100px;

    background: url("../img/header/P2015.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header .text-muted{
    color: #fff;
}
header .intro-boles {
    margin-top: 250px;
    padding-bottom: 0px;
}

header .intro-text {
    padding-top: 50px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

header .accept_cookies{
    border: #fff solid 1px; 
    padding: 2px 8px; 
    margin-left:10px;
}

header .alert-cookie{
    position: absolute;
    background:transparent; 
    border:0;
    color:#fff;
    font-weight:300;
    text-align:center;
    width:100%;
}
/*
@media(min-width:768px) {
    header .intro-text {
        padding-top: 155px;
        padding-bottom: 70px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 150px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

@media(min-width:1025px) {
    header .intro-text {
        padding-top: 380px;
        padding-bottom: 75px;  
    }
}
*/
section {
    padding: 0px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 35px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}

@media(min-width:768px) {
    section {
        padding: 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 -15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    text-decoration: none;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*background: rgba(52, 152, 219,.5);*/
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
    box-shadow: 0 17px 30px 0 rgba(0, 0, 0, 0.19), 0 5px 15px 0 rgba(0, 0, 0, 0.24);
    /*box-shadow: 0 0 0; */ 

}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 20%;
    width: 100%;
    height: 20px;
    margin-top: 0px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: none;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;


}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
    color: #000;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 6px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 100px auto;
}


/************************* museu */



section#contact {
    background-color: #334553;
    /*background-image: url(../img/map-image.png);*/
    background-image: url(../img/map-image2.png);
    background-position: center;
    background-repeat: no-repeat;
    /*background: url(../img/map-image2.png)  no-repeat scroll 0px 100% / cover #334553;*/

}

section#contact .section-heading {
    color: #fff;
}

section#contact .text-muted, section#contact a {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #0066ac;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
    background: 
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #8bc34a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #0066ac;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0 0 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #000 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #000 !important;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #0066ac;
}

::selection {
    text-shadow: none;
    background: #0066ac;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #0066ac;
}




.btn-ghost{
    background: transparent;
    color: #fff;
    border-color: #fff;
    /* CSS Transition */
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius:    0;
    border-radius:         0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn-ghost:hover{
    background-color: #0066ac;
    color:#fff;
    border-color: #0066ac;
}

.help-block{

    color: red;
    padding: 0;
    margin-top: 0;
    left:0;
}

.alpha{
    opacity:1.0;
    filter:alpha(opacity=100); 
    background-color: #000;
}

.alfa:hover{
    opacity:0.65;
    filter:alpha(opacity=65);
}

.ea{
    max-width:300px;
    padding: 0 25px;
    margin: 25px auto !important;

}
.clients{
    padding-bottom: 100px;
}

/* original version: http://www.bootply.com/128062
This version adds support for IE 10+ and Firefox.
*/

.glyphicon-refresh {
  font-size: 1em;
}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}



.box {
    width: 185px;
    background: #fff;
    padding: 0px;
    margin: 12px;
    float: left;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
    /*-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;*/
    /* box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25); */
    /*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.26);*/

/*-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
transition: all ease .3s;*/
}

@media(max-width:1281px) {
    .box {
        margin: 10px;
    }
}

@media(max-width:1025px) {
    .box {
        margin: 7px;
    }
}

@media(max-width:769px) {
    .box {
        margin: 28px;
    }
    .text-center-xs{
        text-align: center;
        padding-bottom: 15px;
    }
}

@media(max-width:691px) {
    .box {
        margin: 7px;
    }
}

@media(max-width:481px) {

    .box {
        width: 150px;
        margin: 9px;
    }

    .box .date-box{
        width: 150px;
    }

    .box2 {
        width: 360px;
        margin: 25px;
    }

    .logo{
        padding-top: 10px;
        max-height: 40px;
    }

    .portfolio-modal .close-modal {
        top: 15px;
        right: 0px;
        width: 35px;
        height: 35px;
    }

    .portfolio-modal .modal-content {
        padding: 55px 0 0 0;
    }

    .portfolio-modal .close-modal .lr {
        height: 25px;
        margin-left: 12px;
    }

    .portfolio-modal .close-modal .lr .rl {
        width: 1px;
        height: 25px;
    }

    header {
        padding-top: 80px;

    }

}


.box2 {
    width: 265px;
    margin: 10px;
}

.box hr{
    margin: 0;
    padding: 0;
}

.box:hover{
   /* box-shadow: 0 17px 30px 0 rgba(0, 0, 0, 0.19), 0 5px 15px 0 rgba(0, 0, 0, 0.24);
   box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
   -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
   -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.box .plus{
    position:absolute; 
    bottom:8px; 
    right:8px; 
    z-index: 2;
}

.box .plus img{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.box .ico a:hover{
    box-shadow: 0 17px 30px 0 rgba(0, 0, 0, 0.19), 0 5px 15px 0 rgba(0, 0, 0, 0.24);
}
.box a{
    color: #000;
    text-decoration: none;

}

.box p{
    padding: 15px 20px 5px 20px;
    line-height: 23px;
}
.box .btn{
    margin-top: 10px;
}

.btn-blue, .btn-blue:hover, .btn-blue:active{
    color: #000;
    background-color: #fff;
    border-color: #ccc;
}

.box strong{
    line-height: 21px;
}
.box .date-box{
    position: relative;
    padding: 10px 20px;
    color: #fff;
    bottom: 0px;
    margin-top: 10px;
    width: 185px;
    height: 35px;
    background-color: #8bc34a;
    text-transform: uppercase;
    border-bottom: 0px solid #8bc34a;
    font-size: 9px !important;
}

.box .date-box2{
    position: relative;
    padding: 2px 20px 0 20px;
    color: #fff;
    bottom: 0px;
    margin-top: 10px;
    width: 265px;
    height: 35px;
    background-color: #8bc34a;
    text-transform: uppercase;
    border-bottom: 0px solid #8bc34a;
    font-size: 9px !important;
}

.box .date-box h6{

    font-weight: 300;
    margin:0;
}

.box .panel-collapse{
    background-color: #fff;
    z-index: 9999;
}
.isotope-item {
  z-index: 2;

}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property:    -moz-transform, opacity;
  transition-property:         transform, opacity;
}

.container2 {
    padding-top: 15px;
    padding-bottom: 25px;
    margin-right: auto; 
    margin-left: auto;
}

.container3 {
    padding-top: 75px;
    padding-bottom: 15px;
    margin-right: auto; 
    margin-left: auto;
}

/* carrusel */

.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  margin: 2px 4px 2px 4px !important;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #8bc34a;
    border: 1px solid #8bc34a;
}

.carousel-indicators {
  width: 80% !important;
  margin-left: -40% !important;

 /* bottom: 0px !important;
 padding: 0px !important;*/
}

.carousel-inner {
  padding-bottom: 50px;
}

/*
.portfolio-modal .modal-content p {
  margin-bottom: 65px !important;
}

*/

.carousel-control.left, .carousel-control.right {
  background-image: none !important;
}

.carousel-control.right {
  right: 35px !important;
}


.img-carousel{
    position: absolute;
    top: 40%;
    /*z-index: 5;*/
    display: inline-block;
}

.portfolio-modal .modal-content img {
   margin-bottom: 25px !important;
}


/* loading */
#page-loading {
    display: none;
    z-index: 99999;
    position:fixed;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    background:#FFF url(../img/loading_26.gif) no-repeat 50% 50%;
   /* filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.8;
    opacity:0.8;*/
}

#contactModal {
    display: none;
    z-index: 999999;
    position:fixed;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: rgba(255, 255, 255, .65);
}

.fav {
    /*display: none;
    z-index: 99999;
    position:fixed;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
    padding: 0px;*/
    background:#FFF;
    filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.8;
    opacity:0.8;
}


#searchclear {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.bg_detall{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /*background-color: rgba(255, 255, 255, 0.65);
    /*background-color: rgba(139, 195, 74, 0.25);
    /*rgba(139,195,74,0.5);*/
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0); 
   /* overflow: hidden;
   display: table;*/
   vertical-align: middle;
}

.pretxt{
    text-align: center;
    position: absolute; 
    width: 100%;
    /* top: 0;
    left:0;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    height: 100%;*/
    bottom: 15px;
    padding: 0 15px;
    background-color: rgba(139, 195, 74, 0);
    display: table-cell; 
    vertical-align: middle;
}

.txt{
    color: #fff;
}

.bg_detall:hover, .bg_detall_actiu{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
}

.gris{
    -webkit-filter: none; 
    filter: none;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}

.gris:hover, .gris_hover{
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

.h2pg{
  font-size: 26px !important;
  color:#aaa !important;
  padding-top: 0px;
  font-weight: normal;
}


.btn-fav {
    padding: 18px 32px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-color: #ffc107;
    background-color: #ffc107;

}

.btn-fav:hover {
    border-color: #ffab40;
    background-color: #ffab40;
}

.expo{
    padding: 0px;
    background-color: #ffc107;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}

.expo:hover{
    background-color: #ffab40;
}
.expo_txt{
    color:#fff !important;
    padding: 10px 20px 10px 25px;
}

.modal-header {
    background-color: #8bc34a;
    /*border-radius: 6px !important;*/
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.modal-title {
  color:#fff !important;
  line-height: 0; 
}

.navbar-default .navbar-nav>.active>a {
    color: #b2ff59 !important;
    background-color: #8bc34a !important; 
}
.navbar-default .nav li a:hover{
    color: #0066ac !important;
}

.btn-white.focus, .btn-white:focus, .btn-white:hover {
    color: #FFF !important;
}