body {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}

header.header img {
    max-width: 285px;
    height: auto;
}

#navigation1 {
    /*border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;*/
    text-align: center;
    overflow-y: hidden;
}
.main {
    /*margin-top: 50px;*/
}
.side-add {
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: white;
}
.side-padding {
    padding-right: 10px;
}
#mod-search-searchword {
    width: 100px;
    border-radius: 0;
    height: 20px;
    padding: 5px;
    box-sizing: border-box;
    border: 0;
    vertical-align: top;
}
label.element-invisible {
    display: none;
}
.navbar-default {
    background-color: transparent;
    min-height: 0;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #adadad;
    border-radius: 0;
}

.navbar-collapse {
    margin: 0;
    padding: 0;
    border-top: 0;
    box-shadow: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: white;
    color: black;
    border: 1px solid white;
    border-radius: 0;
}
.navbar-default .navbar-toggle {
    background-color: white;
    color: black;
    border: 1px solid white;
    border-radius: 0;
}
.search-button {
    background-color: #cccccc;
    border: none;
    color: white;
    height: 20px;
    margin-left: -5px;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-pills > li > a, 
.mod-languages a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*border-radius: 5px;*/
    padding-top: 1px;
    /*padding-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;*/
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    margin-left:15px;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 11px;
    color: #adadad;
    letter-spacing: 3px;
    border-radius: 0;
    font-weight: lighter;
    line-height: 13.2px;
    letter-spacing: 0.15em;

}
.nav-pills > li:first-child > a {
    padding-left: 0;
    margin-left: 0;
}
.nav-pills > li.active > a,
.mod-languages .lang-active > a {
    background-color: transparent;
    /*/text-decoration: underline;*/
    font-weight: lighter;
    font-size: 11px;
    color: #000;
    font-style: normal;
    line-height: 13.2px;
    letter-spacing: 0.15em;
}
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.mod-languages .lang-active > a:hover,
.mod-languages .lang-active > a:focus {
    /*text-decoration: underline;*/
    background-color: transparent;
    color: #333333;
    padding-bottom: 4px;
    /*border-bottom: 1px solid #333333;*/
    color: #000;
}
.nav-pills > li > a {
    background-color: transparent;
    /*line-height: 100%;*/
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.mod-languages a:hover,
.mod-languages a:focus {
    /*text-decoration: underline;*/
    background-color: transparent;
    padding-bottom: 4px;
    color: #000;
    /*border-bottom: 1px solid #adadad;*/
}
.blog-intro {
    margin-left: 45px;
}
@media (max-width: 1200px) {
    .menu-button {
        display: none;
    }

    .navigation1 .nav-pills > li {
        float:none;
        border:0;
        padding: 5px;
    }

    .navigation1 .nav-pills > li:nth-child(2n+1) {
        float:none;
        border:0;
        padding: 5px;
        /*background-color: #3A3A3A;*/
    }
    .navigation1 .nav-pills > li.active {
        float:none;
        border:0;
        padding: 5px;
        background-color: #ffffff;
    }
    .nav-pills > li.active > a {
        color: #333333;
    }
    .navigation1 .nav-pills > li > a {
        padding-left: 0;
    }
    .navigation1 .nav-pills > li + li {
        float:none;
        border:0;
        border-left: 0;
        margin: 0;
    }
    .navigation1 .nav-pills > li + li > a {
        padding-left: 0;
        margin-left: 0;
    }
    .navigation1 .search {
        background-color: #333333;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navigation1 .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle {
        height: 50px;
        width: 65px;
        background-color: white;
        border: 0;
        margin: 0;
        margin-left: -15px;
    }
    .navigation1 .text-right.search {
        text-align:center;
    }
    .navigation1 #mod-search-searchword {
        width: 92%;
    }
    .mod-languages.pull-right {
        float: left !important;
    }
    .lang-inline li:first-child {
        padding-left: 0 !important;
    }
    .nav-pills > li.active > a {

        text-decoration: underline;
        border-bottom: 0;
    }
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        /*text-decoration: underline;
        border-bottom: 0;*/
        border-bottom: 1px solid #000;
        padding-bottom: 3.75px;
    }
    .nav-pills > li > a:hover,
    .nav-pills > li > a:focus {
        /*text-decoration: underline;
        border-bottom: 0;*/
        border-bottom: 1px solid #adadad;
        padding-bottom: 3.75px;
    }
    .blog-intro {
        margin-left: 0px;
    }
}
.search > form {
    margin-bottom: 10px;
}
.navigation1 a {
    color:white;
}
.module-bordered {
    border: 1px solid #E0E0E0;
    padding: 30px;
    height: 280px;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .module-bordered {
        height: auto;
    }
}

.footer h3.page-header {
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 0;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 30px;
}
ul.latestnews {
    list-style-type: none;
    margin:0;
    padding:0;
}
ul.latestnews > li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    padding-left: 10px;
}
ul.latestnews > li > a {
    color: #333333;
}
ul.latestnews > li > a:hover {
    color: #333333;
}
.latestnews-date {
    display: inline-block;
    width: 15%;
    vertical-align: top;
}
.latestnews-title {
    display: inline-block;
    width: 75%;
}
.latestnews-title a, .latestnews-title a:hover {
    color: #333333;
}
.module {
    margin-bottom: 30px;
}
.leading-article {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.time {
    color: red;
    margin-right: 30px;
    font-size: 14px;
    font-weight: bold;
}
.header {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.brand.pull-left {
    /*margin-top: 15px;*/
}
ul.rightside {
    list-style-type: none;
    margin:0;
    padding:0;
}
ul.rightside > li > div > a {
    color: #0b2228;
    font-size: 16px;
    border-left: 1px solid #ff0000;
    padding-left:10px;
}
.mostread-title {
    margin-bottom: 10px;
    margin-top: 15px;
    padding-right: 35px;
}
.mostread-introtext {
    /*background: transparent url('../images/border-bottom.png') no-repeat left bottom;*/
    margin-left: 10px;
    padding-bottom: 15px;
    padding-right: 35px;
}
ul.rightside > li:last-child > div.mostread-introtext {
    background: none;
}
.module.rightside {
    border-bottom: 1px solid #E0E0E0;
}
.mfp-other-article-inner > ul {
    padding: 0;	
}
p.img_caption {
    margin-top: 15px;
    color: #333333;
}
.leading-article > p {
    font-size: 14px;
    color: #333333;
}
.leading-article > .item-title {
    font-size: 18px;
}
.leading-article > .item-title > a {
    color: #333333;
}
.leading-article:last-child {
    margin-bottom: 30px;
}
ul.normal-mostread {
    list-style-type: none;
    margin:0;
    padding:0;
}
ul.normal-mostread > li > div > a {
    color: #0b2228;
    font-size: 16px;
    padding-left:10px;
}
.normal-mostread-title {
    margin-bottom: 10px;
    margin-top: 15px;
    padding-right: 35px;
}
.normal-mostread-introtext {
    /*background: transparent url('../images/border-bottom.png') no-repeat left bottom;*/
    margin-left: 10px;
    padding-bottom: 15px;
    padding-right: 35px;
}
ul.normal-mostread > li:last-child > .normal-mostread-introtext {
    background: 0;
}
.module.normal-mostread {
    border-bottom: 1px solid #E0E0E0;
}

.module.normal-mostread > h3.pageheader {
    border-bottom: 1px solid #E0E0E0;
}

.most-read > h3.pageheader {
    background-color: #ffffff;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px;
    line-height: 1;
    padding-bottom: 9px;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
}
.most-read > h3.pageheader:after {
    content: ">";
    color:red;
    padding: 0 30px;
}
.moduletable {
    /*margin-bottom: 30px;*/
}
.spotlight {
    border-top: 6px solid #333333;
    padding-top: 25px;
    background-color: #f9f9f9;
}
.spotlight > .col-md-2 {
    padding-right: 0px;
}
.spotlight h3.page-header {
    border:0;
    background-color: transparent;	
    padding-left: 0;
    color: #0b2228;
}
.spotlight h3.page-header:after {
    content: "";
    padding: 0;
}
.footer {
    color: #808080;
    font-size: 14px;
}
.footer-wrapper {
    background-color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #b3b3b3;
    font-size: 12px;
}
.border {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
}
.footer-ad {
    padding-top: 30px;
    padding-bottom: 30px;
}
.item-image img{
    width: 100%;
}
.item-page.article > .item-image {
    display: none;
}
.article-info .published {
    font-size: 14px;
    color: #999999;
}
.article-info .published .date {
    font-style: italic;
}
.article-info .published .category > a {
    color: #999999;
    text-transform: lowercase;
}
.item-page {
    /*padding-bottom: 15px;*/
    /*margin-bottom: 35px;*/
    color: #808080;
    /*background: transparent url('../images/border-bottom.png') no-repeat left bottom;*/
}
.item-page.article {
    color: #333333;
    /*border-bottom: 1px solid #DADADA;*/
}
.item-page .page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;	
}
.item-page .page-header h2 {
    margin:0;
    font-size: 44px;
    margin-bottom: 15px;
}
.item-page .page-header h2 > a {
    color: #0b2228;
    font-weight: bold;
}
.item-page .item-image {
    padding-bottom: 35px;
}
#phoca-facebook-comments .fb_iframe_widget {
    width: 100% !important;
}
#phoca-facebook-comments .fb_iframe_widget > span {
    width: 100% !important;
}
#phoca-facebook-comments iframe {
    width: 100% !important;
}
#phoca-facebook-comments .pfbcc {
    width: 100% !important;
}
.caption {
    width: 100%;
}
.items-leading .page-header h2 {
    margin: 0;
    letter-spacing: 3px;
    width: 70%;
    font-weight: 300;
}
.items-leading .page-header h2 > a {
    color: #333333;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: lowercase;
}
.items-leading .page-header h2 > a:hover {
    text-decoration: none;
    color: #808080;
}
.items-leading .page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
    /*background: transparent url('/joomla/images/border-bottom.png') no-repeat left bottom;	*/
    padding-bottom: 10px;
    margin-bottom: 25px;
    padding-top: 45px;
}
.items-row .page-header h2 {
    margin:0;
    font-size: 30px;
    margin-bottom: 35px;
    margin-top: 35px;
}
.items-row .page-header h2 > a {
    color: #0b2228;
    font-weight: bold;
}
.items-row .page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;	
}
.img_caption.none {
    width: 100% !important;
}
.blog p {
    color: #333333;;
}
.readmore a {
    color: #0b2228;
}
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #333333;
    border-color: #333333;
}
.pagination > li > a, .pagination > li > span {
    color: #333333;
}
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
    color: #333333;
}
.nav-tabs > li > a {
    color: #333333;
}
.items-more-div {
    margin-top: 5px;
    border-top: 1px solid #ddd;
}
.items-more-div p {
    margin-top:10px;
}
.items-more-div .nav {
    padding-left: 20px;
    margin-bottom: 0;
    list-style: disc;
}
.items-more-div .nav > li {
    display: list-item;
}
.items-more-div .nav > li > a {
    padding: 5px 10px;
}
.leading-article h1 {
    font-size: 18px;
}
.search form {
    margin: 0;
}
.leading-article h2.item-title {
    margin-top: 10px;
}
.footer-wrapper a {
    color: #b3b3b3;	
}
.footer-wrapper a:hover, .footer-wrapper a:focus {
    color: #2a6496;	
}
.fullheader {
    /*background-color: #00aad0;*/
}
.slider {
    background-color: #333333;
}
.slider.home {
    background: transparent url('/images/slider.png') no-repeat left top;
}
.slider.agencia {
    background: transparent url('/images/Slider/slider-agencia.png') no-repeat left top;
}
@media (max-width: 768px) {
    .slider.home {
        background: #333333;
    }	
}
.mod-languages {
    text-transform: uppercase;
    text-align: center;
}
div.mod-languages li {
    margin-right:0 !important;
    margin-left:0 !important;
    /*padding-right: 5px !important;
    padding-left: 5px !important;*/
    display: inline-block !important;
    line-height: 100% !important;
}
/*ul.lang-inline li + li {
        border-left: 1px solid #333333;
}*/
ul.lang-inline li + li:before {
    content: "/";
    padding-left: 3px;
    padding-right: 4px;
    color: #adadad;
}

.menu-button {
    height: 50px;
    width: 65px;
    background-color: white;
    border: 0;
}
.fa.fa-bars {
    font-size: 26px;
    color: #333333;
}
.nav.menu.nav-pills {
    padding-bottom: 18px;
    width: auto;
    display: inline-block;
    text-align: center;
}

ul.nav > li {
    display: inline-block;
    float: none;
}

div.mod-languages {
    display: inline-block;
}

div.mod-languages a {
    font-size: 11px;
    letter-spacing: 2px;
    color: #adadad;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 0;
}
div.mod-languages a:hover {
    color: #000;
}
/*div.mod-languages li.lang-active a {
        border-bottom: 1px solid #333333;
}*/
div.mod-languages ul {
    /*padding-top: 12px !important;
    padding-top: 20px !important;*/
    padding-bottom: 18px !important;
    text-align:right;
}
@media (max-width: 1200px) {	
    div.mod-languages ul {
        text-align:left;
    }
    div.mod-languages ul li:first-child a {
        margin-left: 5px;
    }
}


div.mod-languages.home a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    text-transform: uppercase;
    font-size: 13px;
    color: #adadad;
    letter-spacing: 0px;
    border-radius: 0;
}
div.mod-languages.home a:hover {
    border-bottom: 0;
    color: #000;
}
div.mod-languages.home li.lang-active a {
    border-bottom: 0;
}
div.mod-languages.home ul {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
    text-align:right;
    float: right;
    /*border-bottom: 3px solid black;*/
}
@media (max-width: 1200px) {	
    div.mod-languages.home ul {
        text-align:left;
    }
    div.mod-languages.home ul li:first-child a {
        margin-left: 0px;
    }
}
@media (max-width: 990px) {	
    div.mod-languages.home ul {
        text-align:left;
        float:left;
        padding-top: 20px!important;
        padding-bottom: 20px !important;
        border-bottom: 0;
    }
    div.mod-languages.home ul li:first-child a {
        margin-left: 0px;
    }
    div.mod-languages.home ul li {
        /*border-bottom: 3px solid #333333;*/
        padding-bottom: 7px;
        padding-left: 2px;
        padding-right: 3px;
        margin-right: 16px !important;
    }
    div.mod-languages.home ul li a {
        font-size: 16px;
    }
    ul.lang-inline li + li:before {
        /*display: none;*/
    }
    .header {
        margin-top: 40px;
        margin-bottom: 35px;
    }
}



.bt-title {
    color: white !important;
    font-size: 40px !important;
    font-weight: normal !important;
    margin-top: 100px !important;
}
.bt-introtext {
    color: white !important;
    font-size: 34px !important;
    margin-bottom: 100px !important;
}
#jmod-container {
    background-color: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    /*font-size: 11px !important;*/
}

.jmod-tweet-container {
    border-bottom: 0 !important;
}

#jmod {
    color: #e6e6e6 !important;
    /*font-family: "Numans";*/
}
.jmod-tweet-data {
    text-align: left !important;
    padding-left: 40px;
}
#jmod-tweets .jmod-tweet-data a {
    color: #ffffff !important;
    font-weight: normal;
}
.jmod-tweet-data {
    margin-top: 10px;
    font-weight: bold;
}
.jmod-tweet {
    padding-left: 40px;
    background: transparent url('/images/twitter-bird.png') no-repeat 0px 5px;
    background-size: 28px;
    line-height: 145%;
    font-size: 12px;
}
.jmod-tweet-container:first-child {
    padding-top: 0;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float:left;
    margin: 0px 5px 4px 4px;
    width: 50px;
    border: 0;
}
.even {
    background-color: inherit;
    border-bottom: 0px;
}
.sige_thumb img {
    background: transparent !important;
    border: 0 !important;	
}
.odd {
    background-color: inherit;
    border-bottom: 0;
}
div.k2ItemsBlock ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
div.k2ItemsBlock ul li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #808080;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    font-size:12px;	
}
.darkgrey {
    background-color: #333333;
    color: white;
}
.lightgrey {
    background-color: #f2f2f2;
}
.bt_handles_num li a {
    width: auto !important;
    height: auto !important;
    line-height: 100% !important;
    font-size: 36px !important;	
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.footer-top {
    background-color: #4d4d4d;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-top .module {
    margin: 0;
}
.footer-top .module p {
    margin: 0;
}
@media (max-width: 1200px) {
    .center-sm {
        text-align:center;
        margin-bottom: 5px;
    }

    div.mod-languages ul {
        /*padding-top: 12px !important;*/
        padding-top: 20px !important;
        padding-bottom: 18px !important;
    }
}
@media (max-width: 440px) {
    .header-search.pull-right {
        float: left !important;
        margin-top: 30px;
    }
}
.flexslider {
    margin: 0 !important;
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
ul.breadcrumb {
    float:left;
    background-color: transparent;
    opacity: 0.9;
    border-radius: 0;
    padding: 0px;
}

ul.breadcrumb li a {
    color: #adadad;
    font-style: normal;
    text-align: left;
    line-height: 13.2px;
    letter-spacing: 0.15px;
    font-weight: lighter;
    font-size: 11px;
    text-transform: lowercase;
}
ul.breadcrumb li span {
    color: #000;
    font-style: normal;
    text-align: left;
    line-height: 13.2px;
    letter-spacing: 0.15px;
    font-weight: lighter;
    font-size: 11px;
    text-transform: lowercase;
}
ul.breadcrumb > li + li:before {
    content: "/";
    color: #adadad;
}

ul.breadcrumb li:last-of-type:before {
    color: #000;
}

ul.breadcrumb > li:nth-of-type(2):before {
    content: '';
    display: none;
}
.agencia-plus {
    margin-top: 220px;
}
@media (max-width: 768px) {
    .agencia-plus {
        margin-top: 40px;
    }
}
.fullheader .lightgrey {
    padding-top: 13px;
    padding-bottom: 13px;
}
.fullheader .lightgrey p {
    margin:0;
}
.footer .module {
    /*border-top: 1px solid #DADADA;*/
    padding-top: 60px;
    padding-bottom: 30px;
}
.blog-spacer {
    border-bottom: 1px solid #DADADA;
    margin-top: 60px;
    margin-bottom: 60px
}
.article-spacer {

}
.footer-spacer {
    border-top: 1px solid #cccccc;
}
.footer-logo-zalox {
    margin-bottom: 20px;
}
.items-leading .row:last-child .col-sm-7 .blog-spacer {
    border-bottom: 0;
    margin-top: 60px;
    margin-bottom: 60px
}
.boxplus-paging>div.boxplus-next {
    background: url('../images/next.png') no-repeat top left;
    width: 40px;
    height: 20px;
}
.boxplus-paging>div.boxplus-next:hover {
    background: url('../images/next.png') no-repeat top left;
    width: 40px;
    height: 20px;
}
.boxplus-paging>div.boxplus-prev {
    background: url('../images/prev.png') no-repeat top left;
    width: 40px;
    height: 20px;
}
.boxplus-paging>div.boxplus-prev:hover {
    background: url('../images/prev.png') no-repeat top left;
    width: 40px;
    height: 20px;
}
.boxplus-paging {
    margin-top: 20px;
}
.avatar-copyright {
    display: none !important;
}
.galleria-counter {
    color: #000000;	
    opacity: 0.8 !important;
    left: 50%;
}
.image_intro {
    line-height: 175%;
    margin-bottom: 40px;
}
.product-data {
    margin-top: 100px;
}
@media (max-width: 1200px) {
    .product-data {
        margin-top: 0;
    }
}
.product-container {
    background-color: rgba(230,230,230,0.3);
}
@media (max-width: 768px) {
    .product-container {
        text-align:center;
    }
}

.about-us-p1 {
    /*padding-right: 30px;
    padding-top: 60px;*/
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 19.2px;
    /*letter-spacing: 0.15em;*/
}
.about-us-p2 {
    /*padding-left: 30px;
    padding-top: 60px;*/
    font-size: 14px;
    color: #000;    
    font-style: normal;
    text-align: left;
    line-height: 20px;
    /*letter-spacing: 0.15em;*/
}
@media (max-width: 768px) {
    .about-us-p1 {
        /*padding-right: 15px;*/
    }
    .about-us-p2 {
        /*padding-left: 15px;*/
    }
    .footer-logo {
        display:none;
    }
    .footer .module {
        /* border-top: 1px solid #DADADA; */
        padding-top: 30px;
        padding-bottom: 0px;
    }
}

.galleria-image-nav-right {
    right: 10px !important;	
}
.galleria-image-nav-left {
    left: 10px !important;
}
.bt-googlemaps {
    /*margin-top: 50px;*/
}
#write_us_fieldset {
    color: #333333;
}
#write_us_fieldset label {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 2px;
}
#write_us_fieldset textarea {
    height: 162px;
    margin-bottom: 33px;
}
#write_us_fieldset {
    padding: 35px 60px;
    background-color: #e6e6e6;
}
#write_us_fieldset_black label {
    font-weight: normal;
    font-size: 16px;
}
#write_us_fieldset_black textarea {
    height: 225px;
}
#write_us_fieldset_black {
    border-radius: 10px;
    padding: 75px 20px;
    background-color: #333333;
    color: #ffffff;
}

#write_us_fieldset_black_v2 label {
    font-weight: 600;
    font-size: 16px;
}
#write_us_fieldset_black_v2 textarea {
    height: 60px;
}
#write_us_fieldset_black_v2 {
    background: url('../images/triangle.png') no-repeat top center;
    background-color: #333333;
    color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 45px;
    padding-bottom: 30px;
}
#emailForm .top {
    background-color: #00aad0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}
#emailForm .top h1 {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    margin: 0;
    font-weight: 600;
    line-height: 135%;
}

#write_us_fieldset_black_v3 label {
    font-weight: normal;
    font-size: 16px;
}
#write_us_fieldset_black_v3 textarea {
    height: 130px;
}
#write_us_fieldset_black_v3 {
    background: url('../images/triangle.png') no-repeat top center;
    background-color: #e6e6e6;
    color: #565759;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 45px;
    padding-bottom: 10px;
}
#write_us_fieldset_black_v3.new {
    background: url('../images/triangle.png') no-repeat top center;
    background-color: #e6e6e6;
    color: #565759;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 45px;
    padding-bottom: 0px;
}
#emailForm .top_v2 {
    background-color: #333333;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#emailForm .top_v2 h1 {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    margin: 0;
    line-height: 135%;
}
#emailForm .top_v3 {
    background-color: #333333;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}
#emailForm .top_v3 h1 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin: 0;
    line-height: 135%;
}
.button.validate.grey {
    border: none;
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    cursor: pointer;
    float: left;
    height: 45px;
    padding: 6px 12px;
    width: 100%;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    display: inline;
    float: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
}
.button.validate.black {
    border: none;
    background-color: #333333;
    border-color: #333333;
    cursor: pointer;
    float: left;
    height: 45px;
    padding: 6px 12px;
    width: 100%;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    display: inline;
    float: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
}
.button.validate.orange {
    border: none;
    background-color: #FF8000;
    border-color: #FF8000;
    cursor: pointer;
    float: left;
    height: 45px;
    padding: 6px 12px;
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
    color: white;
    font-size: 20px;
    display: inline;
    float: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
}
.form-control {
    margin-bottom: 5px;
    border-radius: 7px;
}
.lp-group {
    margin-top: 70px;
    margin-bottom: 40px;
    padding-top: 40px;
    border-left: 1px solid #cccccc;
    padding-left:50px;
    padding-right: 50px;
    /*border-right: 1px solid #cccccc;*/
}
.col-sm-4.lp-group:first-child {
    border-left: 0;
}
.col-sm-4.lp-group:last-child {
    border-right: 0;
}
.verylightgrey {
    background-color: #f9f9f9;
}
.overlay:hover {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: transparent;
    background: url('../images/overlay.png');
    background-position:center;
    background-size: 258px;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
}
.more {
    position: relative;
}
img.top {
    height: 100%;
}
img.top, .more > .page-header{
    opacity:0;
    position:absolute;
    left:0;
    color: #fff !important;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.more:hover * {
    opacity:1;

}
.more > div.page-header {
    width: 100%;
    text-align: center;
    margin-top: calc(60%/2);
}
.more > div.page-header > h2 {
    width: 100%;
}
.more > div.page-header > h2 > a,
.more > div.page-header > h2 > a:hover {
    color: #fff !important;
    cursor: pointer;
}
.more > div.page-header > h2 > a:hover,
h2.sprocket-mosaic-g-title > a:hover,
h2.sprocket-mosaic-g-title > a {
    text-decoration: none !important;

}

@media (max-width: 1024px) {
    .item-image > .more * {
        opacity: 1;
    }
    .item-image > .more .top {
        height: 25%;
        bottom: 0;
    }
    .item-image > .more > .page-header {
        bottom: 0;
        margin: 0;
        padding: 10px;
        height: 25%;
        position: absolute;
    }
    .page-header > h2 {
        width: 100%;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}
.black {
    background-color: #000;
}

div.black {
    position: relative;
    min-height: 40px;
}

div.black > div.row.contact > p, 
div.black > div.row.contact > a {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.015em;
    font-weight: bold;
}

div.row.contactForm > p.col-xs-12 {
    font-size: 14px; 
    color: #000;
    font-style: normal;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0.15em;
}

textarea {
    width: 100%;
    height: 100%;
    resize: none;
    padding-top: 10px;
}

form#contact-form .col-md-8 {
    max-width: 100%;
    height: 135px;
}

form#contact-form input {
    margin-bottom: 15px;
    height: 35px;
}

form#contact-form div.row {
    margin-bottom: 15px;
}

form#contact-form {
    margin-bottom: 100px;
}

div.btnSendContact {
    margin-top: 15px;
    background-color: #000;
    height: 35px;
    padding-top: 10px;
    margin-right: 15px;
    width: 198px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 16.8px;
    letter-spacing: 0.15em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    font-size: 11px;
    color: #adadad;
    text-align: left;
    line-height: 13.2px;
    letter-spacing: 0.15em;
}
::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
    font-size: 11px;
    color: #adadad;
    text-align: left;
    line-height: 13.2px;
    letter-spacing: 0.15em;
}
:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
    font-size: 11px;
    color: #adadad;
    text-align: left;
    line-height: 13.2px;
    letter-spacing: 0.15em;
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    font-size: 11px;
    color: #adadad;
    text-align: left;
    line-height: 13.2px;
    letter-spacing: 0.15em; 
}

footer .contact p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    font-family: 'Muli';
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    text-align: left;
    line-height: 16px;
    /*letter-spacing: 0.15em;*/
}

@media (max-width: 991px) {
    footer .pull-right-footer {
        float: none;
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    footer .pull-right-footer {
        float: right;
        max-width: 260px;
    }
}
@media (max-width: 330px){
    footer div.pull-right-footer > div.row > div.col-xs-10:first-of-type {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 240px){
    footer div.pull-right-footer > div.row > div.col-xs-10:first-of-type > span {
        font-size: 8px;
    }
}
footer div.pull-right-footer > div.row > div.col-xs-10:first-of-type {
    border: 1px solid #fff;
    background-color: #000;
    height: 30px;
    padding-top: 8px;
    text-align: center;
    letter-spacing: 0.15em;
    font-family: 'Muli';
    font-weight: lighter;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 14.4px;   
}

footer div.pull-right-footer > div.row > div.col-xs-10:first-of-type:hover {
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

i.fa {
    color: #808080;
    cursor: pointer;
}

.white {
    background-color: #fff;
}

div.white > div.container > div.col-md-12 {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 0;
    padding-left: 0;

}

a[target="_blank"] {
    text-decoration: none;
}

.navigation1 > .container {
    /*border-bottom: 1px solid #000;*/
}


div.contact > h3 {
    display: none;
}

div.contact-form > form#contact-form > fieldset > div.row > legend {
    font-weight: lighter;
    font-size: 14px;
    color: #000;
    font-style: normal;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0.15em;
    border: none;
}

div.contact-form > form#contact-form > fieldset > div.form-actions > button.btn {
    font-family: 'Muli';
    font-size: 14px; 
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 16.8px;
    letter-spacing: 0.15em;
    background-color: #000;
    border-color: #000;
    border-radius: 0;
    width: 198px;
    height: 35px;
}


div.contact-form > form#contact-form > fieldset > div.form-actions > button.btn:hover {
    background-color: #fff;
    color: #000;

}

div.itp-sbb-nl {
    margin-left: -5px;
}

div.share {
    border: none;
    color: #000;
    width: 100%;
    /*margin-bottom: 20px;*/
    font-family: 'Muli';
    font-weight: lighter;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    /*letter-spacing: 0.15em;*/
    padding-left: 5px;
}

div.itp-sb-left {
    border: none;
}
div.itp-sb-left a {
    padding-left: 0;
    padding-right: 0;
}
div.itp-sb-left a img {
    padding-right: 15px;
}
div.itp-sb-left a img:hover {
    cursor: pointer;
}


div.project-article {
    margin-top: 60px;
}

div.line-article {
    height: 30px;
    border-top: 1px solid #000;
    margin-left: 15px;
    max-width: 720px;
}

div.project-article h5 {
    font-family: 'Muli';
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    line-height: 19.2px;
    /*letter-spacing: 0.15em;*/
    margin-top: 0;
    margin-bottom: 30px;
}

div.project-article h6 {
    font-family: 'Muli';
    font-weight: lighter;
    font-size: 14px;
    color: #000;
    line-height: 19.2px;
    /*letter-spacing: 0.15em;*/
    margin-top: 0;
    margin-bottom: 0;
}

div.project-article p {
    font-family: 'Muli';
    font-weight: lighter;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    /*letter-spacing: 0.15em;*/
}

.sprocket-mosaic-g-effect {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    background: url(/images/overlay.png);
    background-color: transparent;
    background-position: center;
    background-size: 360px;
}

a.sprocket-mosaic-g-readon {
    display: none;
}
h2.sprocket-mosaic-g-title > a {
    text-align: center;
    font-weight: lighter;
    font-size: 20px;
    color: #fff;
    font-style: normal;
    letter-spacing: 0.15em;
    text-transform: lowercase;
}
h2.sprocket-mosaic-g-title {
    text-align: center;
    margin-top: 45% !important;
}
@media (max-width: 1024px){
    .sprocket-mosaic-g-item .sprocket-mosaic-g-content.overlay-mode,
    .sprocket-mosaic-g-item .sprocket-mosaic-g-content.overlay-mode:focus,
    .sprocket-mosaic-g-item .sprocket-mosaic-g-content.overlay-mode:active {
        opacity: 1;
        visibility: visible;
        height: 25% !important;
        bottom: 0;
        top: inherit;
        background: url(/images/overlay.png);
        font-size: 20px;
    }
    .sprocket-mosaic-g-effect {
        background: none;
    }
    h2.sprocket-mosaic-g-title {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        line-height: 20px;
    }
    .sprocket-mosaic-g-text {
        display: none;
    }
    h2.sprocket-mosaic-g-title > a {
        position: absolute;
        white-space: nowrap;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .overlay-mode .sprocket-mosaic-g-title,
    .overlay-mode .sprocket-mosaic-g-title:focus,
    .overlay-mode .sprocket-mosaic-g-title:active {
        visibility: visible;
        opacity: 1;
    }

}



h2.sprocket-mosaic-g-title:hover {
    cursor: pointer;
}

ul.sprocket-mosaic-tags,
ul.sprocket-mosaic-g-tags {
    display: none;
}

ul.sprocket-mosaic-g-container.sprocket-mosaic-g-columns-3 li {
    /*width: auto;
    height: 360px;*/
    position: initial !important;
    top: inherit !important; 
    left: inherit !important;
    margin-bottom: 30px;
}

.sprocket-mosaic-g-content.overlay-mode, .item-image {
    cursor: pointer;
}

div.sprocket-mosaig-g-filter > ul > li:hover {
    background-color: #333;
    border: none;
    color: #fff !important;
}
div.sprocket-mosaic-g-filter > ul > li {
    background-color: #fff;
    border-radius: 0px !important;
    border: 1px solid #000;
    font-weight: lighter;
    font-size: 11px;
    color: #333;
    line-height: 13.2px;
    text-transform: lowercase;
    letter-spacing: 0.15em;
}

.djslider-default .navigation-container-custom, .djslider-default .navigation-numbers {
    top: 80% !important;
    text-align: center;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
}

.djslider-default .load-button {
    border-radius: 0px !important;
    width: 12px !important;
    background-color: #adadad;
    height: 12px !important;
    border: 1px solid transparent;
}

.djslider-default .load-button-active {
    background-color: #000 !important;
    border-color: #fff;
}

div.awards-article p {
    margin-bottom: 0px;
}

div.awards-article img {
    margin-top: 100px;
    margin-bottom: 50px;
}

h3.page-header {
    border: none;
}

div.sprocket-mosaic-g-order {
    display:none;
}

.refreshing div.css-loader-wrapper {
    padding: 10px;
    padding-right: 54px;
    width: 44px;
    height: auto;
}

.djslider-default {
    opacity: 1 !important;
    max-width: 100% !important;
}
.djslider-loader *,
.dj-image,
.djslider-in li,
.moduletable,
.djslider-loader:focus {
    outline: none !important;
    border: none !important;
}

.row.contact {
    margin-bottom: 60px;
}
/* SLIDER FIXES */
@media (min-width: 1025px){    
    body.view-article .col-sm-12 .djslider-default .slider-container,
    body.view-article .col-sm-12 .djslider-default,
    body.view-article .col-sm-12 djslider-loader.djslider-loader-default,
    body.view-article div[class^="djslider-loader"]{
        height: 530px !important;    
        padding-bottom: 0 !important;

    }
    .col-sm-12 .djslider-default .navigation-container-custom, .col-sm-12 .djslider-default .navigation-numbers {
        top: 90% !important;
    }
}
@media (max-width: 1024px){
    body.view-article .col-sm-12 .djslider-default .slider-container,
    body.view-article .col-sm-12 .djslider-default,
    body.view-article .col-sm-12 djslider-loader.djslider-loader-default,
    body.view-article div[class^="djslider-loader"]{
        height: 440px !important;
        padding-bottom: 0 !important;
    }   
}
@media (max-width: 768px){
    body.view-article .col-sm-12 .djslider-default .slider-container,
    body.view-article .col-sm-12 .djslider-default,
    body.view-article .col-sm-12 djslider-loader.djslider-loader-default,
    body.view-article div[class^="djslider-loader"]{
        height: 334px !important;
        padding-bottom: 0 !important;
    }
}
@media (max-width: 600px){
    body.view-article .col-sm-12 .djslider-default .slider-container,
    body.view-article .col-sm-12 .djslider-default,
    body.view-article .col-sm-12 djslider-loader.djslider-loader-default,
    body.view-article div[class^="djslider-loader"]{
        height: 260px !important;
        padding-bottom: 0 !important;
    }   
}
@media (max-width: 425px){
    body.view-article .col-sm-12 .djslider-default .slider-container,
    body.view-article .col-sm-12 .djslider-default,
    body.view-article .col-sm-12 djslider-loader.djslider-loader-default,
    body.view-article div[class^="djslider-loader"]{
        height: 160px !important;
        padding-bottom: 0 !important;
    }   
}
@media (max-width: 320px){
    body.view-article .col-sm-12 .djslider-default .slider-container,
    body.view-article .col-sm-12 .djslider-default,
    body.view-article .col-sm-12 djslider-loader.djslider-loader-default,
    body.view-article div[class^="djslider-loader"]{
        height: 135px !important;
        padding-bottom: 0 !important;
    }
    .col-sm-12 .djslider-default .navigation-container-custom, .col-sm-12 .djslider-default .navigation-numbers {
        top: 70% !important;
    }
}
@media (max-width: 240px){
    body.view-article .col-sm-12 .djslider-default .slider-container,
    body.view-article .col-sm-12 .djslider-default,
    body.view-article .col-sm-12 djslider-loader.djslider-loader-default,
    body.view-article div[class^="djslider-loader"]{
        height: 91px !important;
        padding-bottom: 0 !important;
    }
}


.navigation-container-custom,
.navigation-container {
    opacity: 0 !important;
}
.hasMoreThanOneSlide {
    opacity: 1 !important;
}
.djslider-loader-default .showOnHover {
    opacity: 1 !important;
}
.navigation-container {
    top: 50% !important;
}

.modal li {
    width: auto !important;
}

.modal-header { 
    border: none;
}

.modal-content {
    background-color: #808080;
}

.modal-dialog {
    /*max-width: 1140px;
    width: 100%;*/
    margin: auto !important;
    width: auto !important;
    text-align: center;

}
.modal.in .modal-content {
    display: -webkit-box !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}
.modal-body {
    padding: 0 !important;
    width: auto;
    height: auto;
    max-height: 100%;
}
.modal .djslider-loader-default {
    margin-right: 0px !important;
    width: 100%;
}

.modal button.close {
    font-family: 'Muli';
    font-weight: lighter;
    color: #adadad;
    font-style: normal;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    outline: none;
}

.modal button.close > img {
    width: 20px;
    height: 20px;
    background: #fff;
}

.modal button.close:hover {
    text-decoration: none;
    color: #000 !important;
    opacity: 1;
}

div[class^="leading"] > div {
    margin-bottom: 30px;
}

div[class^="leading"] > .item-image:hover {
    cursor: pointer;
}

.modal .moduletable {
    margin-bottom: 0;
}

.modal .djslider-default,
.modal .djslider-loader.djslider-loader-default {
    padding-bottom: 0 !important;
}

.pull-right i.fa {
    margin-left: 15px;
}

.modal {
    overflow-x: hidden;
}
body.view-article .col-sm-12 ul.djslider-in li {
    height: inherit !important;
}
.col-sm-12 .djslider-in li {
    padding-bottom: 0 !important;
}
div.col-xs-1.pull-right > div > ul.home > li > a {
    font-family: 'Muli';
    font-size: 14px !important;
    color: #000;
    font-style: normal;
    line-height: 16.8px;
    letter-spacing: 0.11em;
}

@media (max-width: 1200px){
    ul.home.lang-inline > li {
        display: block !important;
        text-align: center;
        padding-bottom: 6px;
        padding-top: 3px;
    }
    ul.home.lang-inline > li:before {
        content: " ";
        display: none;
    }
}

ul.home.lang-inline > li > a:hover {
    background-color: transparent;
    color: #333333;
    padding-bottom: 4px;
    /*border-bottom: 1px solid #333333*/
}

@media (max-width: 1200px) {
    .nav.menu.nav-pills > li, .nav.menu.nav-pills {
        display: block;
    }
    .nav-pills > li.active > a, 
    .nav-pills > li.active > a {
        text-decoration: none;
    }
    .nav.menu.nav-pills > li {
        text-align: left;
    }
    .nav.menu.nav-pills > li > a {
        display: table-cell;
    }
    .col-lg-12 .mod-languages {
        display: block;
    }
    .nav.menu.nav-pills {
        padding-bottom: 0 !important;
    }
    .col-lg-12 .mod-languages > ul {
        padding-top: 0 !important;
    }
    .col-lg-12 div.mod-languages li {
        display: block !important;
        height: 26px;
    }
    .col-lg-12 div.mod-languages ul.lang-inline li + li:before {
        content: " ";
        padding-left: 0;
        padding-right: 5px;
    }

}
.erro_404_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    text-align: center;
}
.erro_btn {
    border: 1px solid #000;
    line-height: 35px;
    height: 35px;
    border-radius: 0px;
    color: #000;
}
img[alt="error 404"] {
    vertical-align: middle;
}
.erro_erro_text {
    font-size: 60px;
    color: #000;
    font-weight: bolder;
    text-transform: uppercase;
}
.erro_titulo {
    font-size: 30px;
    color: #000;
}

.erro_subtitulo {
    font-size: 16px;
    color: #000;
    padding-bottom: 50px;
}

.erro_btn {
    background-color: transparent;
    min-width: 184px;
    width: auto;
    min-height: 35px;
    padding: 0px 15px;
    margin: 0px 0px 0px 0px;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16.8px;
    text-align: center;
    border: 1px solid #000;
    line-height: 35px;
    height: 35px;
    color: #000;
}
.erro_btn:hover {
    background: #000;
    color: #fff;
}
.sprocket-mosaic-g-filter {
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.sprocket-mosaic-g-header {
    text-align: center;
}
.sprocket-mosaic {
    top: -10px;
}
.product-container {
    display: none;
}

.sprocket-mosaic {
    position: initial;
    margin-bottom: 100px;
}
.sprocket-mosaic-g-container {
    position: inherit;
    /* clear: both; */
}

body.contentpane.modal > #system-message-container {
    display: none;
}
.sprocket-mosaic-g-item:hover .sprocket-mosaic-g-effect {
    max-width: 360px;
    max-height: 360px;
}

/* turns alert-message into alert-info */
.alert-message {
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
    color: #31708f !important;
}
/* Home Page */ 

.grid-sizer,
.grid-item {
    width: 33.333%; 
}
.grid-item {
    /*float: left;*/
    padding-right: 33px;
}
.grid-item:nth-of-type(4),
.grid-item:nth-of-type(7) {
    padding-right: 0px;
}

@media (max-width: 768px){
    .grid-item {
        position: relative;
        top: 0px;
        width: 100%;
        padding-right: 0;
    }
}
.grid-item .title {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0;
}
.grid-item .box-body * {
    font-family: 'Muli';
    font-weight: lighter;
    color: #000;
    font-style: normal;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0;
}
.grid-item > .box-body > p > strong {
    font-weight: bold;
}
.grid-item {
    margin-bottom: 40px;
}
.grid-item p {
    margin-bottom: 0;
}

.grid-item ul {
    list-style-position: inside;
    margin-top: 10px;
}
.grid-item ul li {
    line-height: 18px !important;
}
.about-us-spacer {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 60px;
    border-bottom: 1px solid black;
}
.about-us-spacer > p {
    border-bottom: 1px solid #000;
}

.project-phases {
    margin-bottom: 100px;
}
.project-phases > .header {
    margin-top: 0;
    margin-bottom: 50px;
}

.project-phases > .header > p:first-child  {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.project-phases > .header > p:last-child  {
    font-weight: lighter;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.project-phases div.col-lg-4 > div.box {
    min-width: 360px;
    min-height: 360px;
    background-color: #e6e6e6;
}

.project-phases div.col-md-8 {
    padding-right: 7.5px;
    margin-bottom: 100px;
}
.project-phases div.col-md-8 > img {
    height: 360px;
    width: auto;
}

.project-phases div.col-lg-4 > div.box > div {
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
}

@media (max-width: 768px){
    .project-phases div.col-md-8 {
        padding-right: 15px;
    }
}
@media (max-width: 1199px){
    .project-phases div.col-lg-4 {
        min-height: 0px;
        margin-bottom: 0;
    }
    .project-phases div.col-lg-4 > div.box > div {
        padding: 25px;
    }

    .project-phases div.col-md-8 {
        width: 100%    
    }
    .project-phases div.col-md-8 > img {
        width: 100%;
        height: auto;
    }
    .project-phases div.col-lg-4 > div.box {
        min-width: 100%;
        min-height: 0;

    }
}
.project-phases div.col-lg-4 > div.box > div > p.title {
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: bold;
}

.project-phases div.col-lg-4 > div.box > div > p.body {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}
.project-phases div.col-lg-4 {
    margin-bottom: 20px;

}
.container.less-margin-top {
    margin-top: -16px;
}

.itp-socialbuttons-mod,
div.blog {
    margin-bottom: 100px;
}
/* End Home Page */


