@import url(../fonts/stylesheet.css);

body {
    font-family: saira, hind;
    color: #484a45;
}
.display-table-full {
    display: table; width: 100%; height: 100%;
}
.display-table {
    display: table;
}
.display-flex {
    display: flex;
}
.display-table-cell { display: table-cell; }
.in-block { display: inline-block; float: none; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; position: relative;}

.nav8 { top: 0; padding: 11px 0;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.nav10 a { color: #FFFFFF; font-size: 0.8em; text-transform: uppercase; }
.nav10 a.is-selected { text-decoration: underline; }
.nav8 .right .btn.blue { background: #28ACE2; border-radius: 0; }
.nav8 .right .btn.blue:hover { background: #3b55e6; }

.nav13 a.nav5_logo {
    margin-top: -35px;
    background-repeat: no-repeat;
}

.nav5_logo {
    background-image: url(../images/logo.png);
    background-size: 100%;
    width: 250px;
    height: 75px;
}

.nav13 .links a {
    padding: 0 25px;
    margin-left: 0;
    line-height: 18px;
    text-transform: uppercase;
}
.nav13 .links a.button {
    border: 2px solid #FFF;
    border-radius: 0;
}

.mobile_logo {
    background: url('/skins/frontend/default/images/LOGOVETOR-04.svg') no-repeat 50% 50%;
    display: none;
}
.main_banner .display-table-full {
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+20,000000+75&0.8+0,0.2+34,0.2+66,0.8+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.45) 20%, rgba(0,0,0,0.2) 34%, rgba(0,0,0,0.2) 66%, rgba(0,0,0,0.36) 75%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.45) 20%,rgba(0,0,0,0.2) 34%,rgba(0,0,0,0.2) 66%,rgba(0,0,0,0.36) 75%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.45) 20%,rgba(0,0,0,0.2) 34%,rgba(0,0,0,0.2) 66%,rgba(0,0,0,0.36) 75%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

}


.main_banner { width: 100%; position: relative; height: 60vh; min-height: 300px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: top center; }
.main_banner_l1, .main_banner_l2 { color: #28ACE2; text-transform: uppercase; font-size: 4.3em; font-weight: 800; letter-spacing: 4px; line-height: 60px; }
.main_banner_l2 { color: #ffffff; }
.main_banner_l3 { margin-top: 21px; }
.main_banner_l3 span { background: #ffffff; color: #28ACE2; text-transform: uppercase; padding: 5px 25px; font-weight: bold; font-size: 1.12em; }

.banner_title {
    color: #FFFFFF;
    font-family: saira, hind, "Open Sans";
    font-size: 45px;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
    width: 85%;
    margin: 0 auto 30px;
    text-align: center;
}
.banner_title span {
    font-weight: normal;
}
.scrolldown {
    cursor: pointer;
    color: #86bf20;
}
.scrolldown i {
    font-size: 40px;
}
/*.block_projects .row {*/
    /*width: 100%;*/
/*}*/

.block_projects .row {
    display: flex; /* equal height of the children */
}
.block_projects .col .display-table {
    height: 100%;
}
.image_shadow {
    -webkit-box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
    -moz-box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
    box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
}
.block_projects img {
    -webkit-box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
    -moz-box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
    box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
}
.block_projects .project_title {
    color: #484b47;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}
.block_projects .project_link {
    color: #484b47;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 23px;
    text-transform: uppercase;
}
.block_projects .valign-bottom {
    bottom: 30px;
}
.block_projects .project_link img {
    margin-bottom: 5px;
}
.block_title {
    font-size: 90px;
    text-align: left;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.title_indent {
    color: #484b47;
    font-style: normal;
    font-size: 91px;
    font-weight: bold;
    line-height: 75px;
}
.indent-0 { padding: 0;}
.indent-75 { padding-left: 75px;}
.indent-150 { padding-left: 150px;}

.text {
    color: #555555;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
}
.width_calc_halffull_container:after {
    border-bottom: 1px solid #CB841F;
    width: 100%;
    height: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(-180deg);
    -webkit-transform-origin: 0% 0%;
}
.width_calc_halffull_container:before {
    border-left: 1px solid #CB841F;
    width: 0;
    height: 150px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(-180deg);
    -webkit-transform-origin: 100% 100%;
}

.width_calc_halffull_container {
    height: 410px;
    margin-top: 100px;
    overflow: hidden;
}
.whoweare {
    margin-top: 100px;
    padding-bottom: 20px;
    margin-bottom: 70px;
}
.whoweare .container {
    position: relative;
}
.half_back_bottom {
    height: 300px;
    width: 100%;
    background: #f5f5f5;
    margin-top: -150px;
    z-index: 1;
}
.right {
    float: right;
}
.left {
    float: left;
}
.mission {
    margin-bottom: 150px;
    position: relative;
    overflow-x: hidden;
}
.mission_text {
    margin-top: 200px;
}
.mission img {
    margin-top: 40px;
    border-bottom: 1px solid #CC8500;
}
.mission .container:after {
    border-bottom: 1px solid #CB841F;
    width: 100%;
    height: 0;
    content: "";
    position: relative;
    right: 15px;
    bottom: 2px;
    -webkit-transform: rotate(-180deg);
    -webkit-transform-origin: 100% 100%;
}

.services_box {
    background: #f5f5f5;
    padding: 100px 0;
}

.block_subtitle {
    color: #484b47;
    font-size: 60px;
    font-weight: bold;
    line-height: 75px;
}
.contact_form .display-table-cell {
    padding: 150px 30px;
}
.contactus_section {
    position: relative;
    padding: 80px 0;
}
.contactus_section .open_contactus * {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.contactus .csilva_button {
    top: -10px;
}
.grid-item {
    margin-bottom: 30px;
}
.grid-item img {
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.grid-item:hover img {
    opacity: 0.6;
    top: -1px;
    -webkit-box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
    -moz-box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
    box-shadow: 0 25px 50px -10px rgba(189,189,189,1);
}
.horizontal-center {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0;
}
.text-center {
    text-align: center;
}
.white_button {
    opacity: 0;
    border: 2px solid #FFF;
    padding: 17px 56px;
    color: #FFF;
}
.white_button:hover {
    color: #FFF;
}
.blureffect *,
.blureffect2 * {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.blureffect:hover img {
    -webkit-filter: blur(2px) grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: blur(2px) grayscale(50%);
}
.blureffect:hover .white_button {
    opacity: 1;
}
.blureffect2:hover {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
}

.nav-tabs {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    text-align: center;
    margin: 150px 0 0;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 22px;
    font-weight: bold;
    border-bottom: 1px solid #F5F5F5;
}
.nav-tabs>li {
    float: none;
    display: inline-block;
}
.nav-tabs>li>a {
    border: none;
    border-radius: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border: none;
    background: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #CD8500;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #CD8500;
}
.grid-item img {
    width: 100%;
}

.open_contactus {
    cursor: pointer;
    display: block;
    height: 75px;
}
.open_contactus img {
    right: 80px;
    position: absolute;
    top: 30px;
    cursor: pointer;
}

.open_contactus.open img {
    behavior:url(-ms-transform.htc);
    /* Firefox */
    -moz-transform:rotate(90deg);
    /* Safari and Chrome */
    -webkit-transform:rotate(90deg);
    /* Opera */
    -o-transform:rotate(90deg);
    /* IE9 */
    -ms-transform:rotate(90deg);
}
.contacts_title {
    color: #484b47;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.contacts_subtitle {
    color: #555555;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 100px;
    text-transform: uppercase;
}
.wprt-gmap {
    height: 410px;
}
.grayfull {
    position: relative;
    background: #F5F5F5;
}
.grayfull:before {
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 100000px;
    left: -100000px;
    background: #F5F5F5;
}

form .form-group {
    margin-bottom: 23px;
}

form .form-group label {
    font-size: 18px;
    margin-left: 20px;
    color: #555555;
    font-family: Hind;
    font-weight: 500;
    line-height: 30px;
}

.contactus_section {
    background-color: #FFF;
}
select#mobile_tabs {
    display: none;
    width: 100%;
    padding: 6px 20px;
    text-align: center;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #F5F5F5;
    border-radius: 0;
    box-shadow: none;
    color: #CD8500;
    margin: 60px 0 0;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 3px;
}
.white form input.form-control,
.white form select.form-control,
.white form textarea.form-control {
    background-color: #fff;
    border-bottom: 1px solid #F5F5F5;
}


form input.form-control ,
form select.form-control ,
form textarea.form-control {
    border: none;
    border-radius: 0;
    font-size: 18px;
    box-shadow: none;
    text-align: left;
    padding: 6px 20px;
    background-color: #FFF;
    border-bottom: 1px solid #78c251;
    overflow: hidden;
}
form select.form-control {
    padding: 6px 16px;
}

form input.form-control:active,
form input.form-control:focus,
form select.form-control:active,
form select.form-control:focus,
form textarea.form-control:active,
form textarea.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.form-group {
    padding-top: 20px;
    position: relative;
}
.form-group textarea + label,
.form-group select + label,
.form-group input + label {
    top: 20px;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.form-group textarea:focus + label,
.form-group textarea.active + label,
.form-group select:focus + label,
.form-group select.active + label,
.form-group input:focus + label,
.form-group input.active + label {
    font-size: 12px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.center_button {
    text-align: center;
}
.center_button button {
    border: 2px solid #484b47;
    background: none;
    color: #484b47;
    font-family: saira;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    top: 0;
    line-height: 25px;
    padding: 20px 35px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
 }

.center_button button:hover,
.center_button button:focus {
    border-color: #85c120;
}
.squared_projects {
    overflow: hidden;
}

.border-left {
    border-left: 2px solid #85c120;
    height: 100px;
}
.sec3_2_text { color: #484b47; opacity: 1; font-size: 18px; line-height: 28px;}
.sec3_2_text ul { padding-left: 10px; }
.sec3_2_text ul li:before { content: ' '; border: 2px solid #28ACE2; width: 10px; height: 10px; display: inline-block; border-radius: 50%; margin-right: 15px; }
.sec3_10 .container { padding-bottom: 0; }

.sec6_5_form input, .sec6_5_form textarea { width: 100%; border-radius: 0; }
.sec6_5_form textarea { margin-bottom: 0; }
.google_recaptcha { margin-top: 30px; margin-bottom: 30px; }
.full.last { margin-bottom: 25px; }
.full input, .full textarea { width: 100%; }
.sec6_5_form button { background: #28ACE2; border-radius: 0; float: none; margin-top: 25px; }
.sec6_5_form button:hover { background: #3b55e6; }
form label.error { color: red; font-weight: 400; font-size: 13px; }

#patented-system { background: #f2fafd url(../../../../public/images/LogoBackground.png) no-repeat top left; background-size: 50% auto; background-position-y: 150px; }
#patented-system .inner { background: url(../../../../public/images/img_sistema_patenteado.png) no-repeat top right; background-size: 50%; background-position-y: 173px; padding: 150px 0 0; }
#patented-system .sec3_2_text { color: #222328; }

.video-container { margin-top: 70px; margin-bottom: 70px; }
.video-container .plyr { -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 10px 8px -8px black; }

.contacts-call-to-action { padding-top: 0; padding-bottom: 70px; }
.contacts-call-to-action .line { margin-top: 0; margin-bottom: 70px; border: none; height: 1px; background-color: #222328; border-radius: 2px; opacity: 0.1; }
.contacts-call-to-action .footer1_buy_btn, .contacts-call-to-action .footer1_buy_btn:focus { text-transform: uppercase; background: #28ACE2; border-radius: 0; height: 45px; line-height: 45px; }
.contacts-call-to-action .footer1_buy_btn:hover { background: #3b55e6; }

.sec4_20_block:not(:nth-child(-n+6)) {
    display: none;
}

.plus-section { margin: 100px 0 0; }
.plus-media { float: left; }
.plus-media-item { margin-bottom: 70px; margin-top: 50px; }
.plus-media-item img, .plus-media-item .plyr { width: 100%; }
.plus-media-item .plyr { -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 10px 8px -8px black; }
.sec1_3_pluses h3 span { display: inherit; width: auto; height: auto; border: none; border-radius: 0; position: relative;  top: auto;  left: auto; text-align: inherit; background: transparent; }
.sec1_3_pluses h3 span.plus-number { display: block; font-size: 12px; border-radius: 50%; text-align: center; background: #fff; position: absolute; top: 0; border: 4px solid #28ACE2; height: 50px; width: 50px; line-height: 42px; left: -59px; }
.sec1_3_pluses h3 span.plus-title, .sec1_3_pluses h3 span.plus-title-inner { line-height: 20px; letter-spacing: 1px; font-size: 16px; text-transform: uppercase; position: relative; text-align: left; }
.sec1_3_pluses h3 span.plus-title:before { content: ''; height: 50px; width: 1px; display: inline-block; vertical-align: middle; }
.sec1_3_pluses h3 span.plus-title-inner { display: inline-block; vertical-align: middle; width: calc(100% - 10px); }
.sec1_3_pluses .text { margin: 0; }
.sec1_3_pluses { width: 300px; }
.sec1_3_pluses_line { height: calc(100% - 335px); background: #3D9ACA; opacity: 0.3; }
.plus { height: 360px; }

.sec2_12 { border-bottom: none; }
#inclusion { background: #FFFFFF url(../../../../public/images/LogoBackground.png) no-repeat top left; background-size: 50% auto; background-position-y: 200px; }
.sec2_12_slider { margin-top: 60px; }
.bx-wrapper .bx-pager.bx-default-pager a { background: #FFF; border: 1px solid #3D9ACA; }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #3D9ACA; }
.bx-wrapper .bx-controls-direction a { left: -15px; }
.bx-wrapper .bx-controls-direction a.bx-next { left: auto; right: -15px; }

.g-recaptcha > div { margin: 0 auto; }

.footer-logo { max-width: 110px; margin-bottom: 35px; }

.squared_projects .squared_project_show {
    height: 410px;
}
.squared_project_show {
    min-height: 100%;
    padding: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.squared_project_title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    text-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
}
.squared_project_link {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 23px;
}
.squared_project_link img {
    filter: brightness(0) invert(1);
    margin-bottom: 5px;
}
.clearmargin {
    padding-top: 150px;
    clear: both
}
.strong {
    font-weight: 700;
}
.knowbetter {
    background-image: url("/skins/frontend/default/images/Wood_Background_Left.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 500px) 50%;
    position: relative;
    color: #434343;
    font-size: 27px;
    line-height: 36px;
    text-transform: uppercase;
    overflow: hidden;
}
.knowbetter_block {
    position: relative;
    height: 150px;
    margin-top: 40px;
    margin-bottom: 150px;
}
.knowbetter_block_small {
    width: calc(50% - 200px);
    float: left;
    margin: 0 15px;
}
.knowbetter_block_big {
    width: calc(50% + 200px);
    float: right;
}
.knowbetter_block a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 22px;
    padding: 14px 40px;
    background-color: #484b47;
}
.offset_fullimage {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    max-height: 410px;
    overflow: hidden;
}
.offset_fullimage div {
    margin: 0;
    padding: 0;
    position: relative;
    height: 410px;
    overflow: hidden;
}
.offset_fullimage .animated.goldenback {
    background-color: #cd8500;
    position: absolute;
    top: 0;
    z-index: 1;
}
.offset_fullimage .animated {
    z-index: 2;
    position: relative;
    top: 0;
}
.full_full {
    min-width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.projects {
    padding: 250px 0;
    background-image: url("/skins/frontend/default/images/Project_Background.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 500px) 50%;
}
.contactus {
    background-image: url("/skins/frontend/default/images/Wood_Background_Right.png");
    background-repeat: no-repeat;
    background-position: calc(50% - 500px) 0%;
    padding: 10px 0 70px;
}
.about_title {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.about_text {
    width: 66%;
    margin: 20px auto 0;
    line-height: 28px;
    font-size: 18px;
    font-family: Hind;
}
.about_text p {
    margin-top: 20px;
}
.cms-index-project .about_text p { margin-top: 0; margin-bottom: 0; }

.projects_title_block {
    margin: 100px 0 70px;
}
.projects_subtitle {
    top: -15px;
    position: relative;
    font-weight: 600;
}
.valor_block {
    height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
}
.csilva_button {
    border: 2px solid #484b47;
    background: none;
    color: #484b47;
    font-family: saira;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    top: 0;
    line-height: 65px;
    padding: 20px 35px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.csilva_button:hover,
.csilva_button:focus {
    border-color: #85c120;
}
.csilva_squared {
    position: relative;
    overflow: hidden;
    clear: both;
}
.csilva_squared_div {
    height: 450px;
    padding: 0;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.cd-nav-trigger {
    display: none;
    background-color: transparent;
}
.no-touch .cd-nav-trigger:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.no-touch .cd-nav-trigger:hover span:after,
.no-touch .cd-nav-trigger:hover span:before {
    background: #85c120;
}

.no-touch .cd-nav-trigger {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.cd-nav-trigger.project-open {
    display: block;
}
.cd-nav-trigger.project-open .cd-icon {
    width: 28px;
    height: 3px;
}
.cd-project-title {
    word-spacing: 100vw;
    display: table-cell;
    vertical-align: middle;
    top: auto;
    position: relative;
}
.cd-project-title::after {
    bottom: auto;
}

.cd-projects li .gradient_black {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cd-projects-previews li a.gradient_black,
.cd-projects li .gradient_black {
    width: 101%;
    display: table;
    opacity: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+10,0+10,0.5+50 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.cms-index- .cd-projects-previews li {
    background: url("/skins/frontend/default/images/projects/IMG_4506.JPG");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
}
.cd-projects-previews li, .cd-projects .preview-image {
    padding: 0;
    background: url("/skins/frontend/default/images/projects/carpintaria.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.cms-index- .cd-projects-previews li:nth-of-type(2) {
    background: url("/skins/frontend/default/images/projects/mobiliario2.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
}
.cd-projects-previews li:nth-of-type(2), .cd-projects > li:nth-of-type(2) .preview-image {
    padding: 0;
    background: url("/skins/frontend/default/images/projects/mobiliario.JPG");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
}
.cms-index- .cd-projects-previews li:nth-of-type(3) {
    background: url("/skins/frontend/default/images/projects/cozinha.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
}
.cd-projects-previews li:nth-of-type(3), .cd-projects > li:nth-of-type(3) .preview-image {
    padding: 0;
    background: url("/skins/frontend/default/images/projects/cozinha.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
}
.cms-index- .cd-projects-previews li:nth-of-type(4) {
    background: url("/skins/frontend/default/images/projects/espaco_comercial.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
}
.cd-projects-previews li:nth-of-type(4), .cd-projects > li:nth-of-type(4) .preview-image {
    padding: 0;
    background: url("/skins/frontend/default/images/projects/comercial.JPG");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
}

@media only screen and (min-width: 1024px) {
    li.selected .cd-project-title,
    .cd-projects > li:nth-of-type(2).selected .cd-project-title,
    .cd-projects > li:nth-of-type(3).selected .cd-project-title,
    .cd-projects > li:nth-of-type(4).selected .cd-project-title,
    .cd-projects-previews li:nth-of-type(4) a .cd-project-title,
    .cd-projects > li:nth-of-type(4) .cd-project-title,
    .cd-projects-previews li:nth-of-type(4) a,
    .cd-projects-previews li:nth-of-type(3) .cd-project-title,
    .cd-projects > li:nth-of-type(3) .cd-project-title,
    .cd-projects-previews li:nth-of-type(3) a,
    .cd-projects-previews li:nth-of-type(2) .cd-project-title,
    .cd-projects > li:nth-of-type(2) .cd-project-title,
    .cd-projects-previews li:nth-of-type(2) a {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.cd-projects-container {
    height: 100%;
}
.cd-projects{
    position: initial;
    width: 100%;
}
.large_preview .cd-projects-previews {
    height: 800px;
    max-height: 80vh;
    min-height: 350px;
}
.large_preview .project-open .cd-projects .preview-image {
    height: 800px;
    max-height: 80vh;
    min-height: 350px;
}
.cd-projects-previews {
    width: 100%;
    height: 450px;
}
/*.cd-project-title {*/
    /*top: calc(50% - 20px);*/
/*}*/
.cd-projects .preview-image {
    height: 450px;
    width: 100%;
    position: absolute;
    top: 0;
    display: block;
}
.cd-projects > li {
    position: initial;
}
.cd-project-title h2,
.cd-project-title-text {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 500;
}

.contactus_details {
    margin-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
.contactus_details_icon {
    top: -5px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 30px;
    color: #CB841F;
    font-size: 30px;
    float: left;
    display: inline-block;
}
.contactus_details_text {
    color: #434343;
    font-size: 16px;
    float: left;
    display: inline-block;
    font-family: hind;
    line-height: 20px;
    font-weight: 600;
}
.contactus_form {
    display: none;
    margin-top: 50px;
}
.margin-top-20 {
    margin-top: 19px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}
.sticky:before,
.sticky:after {
    content: '';
    display: table;
}

.services_list {
    list-style: none;
    padding: 0;
    line-height: 28px;
    font-size: 18px;
    margin: 60px 0 80px;
    font-family: Hind;
    max-width: 300px;
}
.services_list ul {
    margin: 20px 0;
}
.services_list li {
    padding-left: 1em;
    text-indent: -.7em;
}
.services_list li::before {
    content: "• ";
    color: #86bf20;
}

.services_title {
    color: #484b47;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.slidingimages img{
    margin: 200px 0;
}
.back_white + {
    transition: all 0.4s ease;
}
.back_white {
    background: #FFF;
    background-image: url("/skins/frontend/default/images/Project_Background.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 500px) 50%;
    background-attachment: fixed;
    padding-bottom: 150px;
}
.back_gray {
    background: #F5F5F5;
    background-image: url("/skins/frontend/default/images/Wood_Background_Right.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 500px) 50%;
    background-attachment: fixed;
    padding-bottom: 150px;
}

.footer11 {
    overflow: hidden;
    background-color: #d8d8d8;
    padding-top: 60px;
    padding-bottom: 50px;
}

.footer11 .fleft {
    float: left;
    font-family: hind;
    font-size: 14px;
    padding-top: 15px;
}
.footer11 .fright {
    float: right;
}
.footer11 .fright a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 52px;
    font-size: 30px;
    border-radius: 50%;
    margin-left: 7px;
    margin-right: 8px;
    background-color: #484b47;
    color: #d8d8d8;
    text-align: center;
}

.footer1_dark {
    margin: 0;
    color: #ffffff;
    background-color: #484b47;
    font-size: 18px;
    line-height: 30px;
    height: 140px;
}
.footer1_dark a, .footer1_dark a:focus {
    margin: 0;
    color: #ffffff;
}
.footer1_dark i {
    margin-left: 30px;
    margin-top: 20px;
    font-size: 24px;
}

.fsponsors {
    text-align: center;
    padding: 0 65px 0 400px;
}
.fsponsors a {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    max-width: 654px;
}

a, a:focus, a:active, a:hover {
    color: inherit;
}
.nav13 a:focus,
.nav13 a:active,
.nav13 a:hover {
    color: #86bf20;
    opacity: 1;
}
.languange_sel_opt {
    margin-top: 10px;
    display: none;
}
.criamos_text {
    font-size: 46px;
    text-transform: uppercase;
    color: #494b47;
}
.sponsor-logos {
    margin: 0 auto 100px;
}
@media all and (min-width: 1171px) {
    .csilva_container {
        width: 85%;
        margin: 0 auto 20px;
        padding: 0;
    }
    .strong {
        white-space: nowrap;
    }
    .banner_scrolldown {
        width: 85%;
        margin: 0 auto 40px;
        text-align: center;
    }
    .nav13 {
        top: 0;
        padding-top: 45px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+40,0+100 */
        /*background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%); !* FF3.6-15 *!*/
        /*background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 40%,rgba(0,0,0,0) 100%); !* Chrome10-25,Safari5.1-6 *!*/
        /*background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 40%,rgba(0,0,0,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); !* IE6-9 *!*/

    }
    .nav13 .links .language_sel {
        color: #FFF;
        display: inline-block;
        text-align: center;
        /*padding: 12px 0;*/
        cursor: pointer;
    }
    .nav13 .links .language_sel_btn {
        padding: 0 25px;
        font-size: 12px;
    }
    /*.nav13.fixed .links .language_sel {
        color: #484b47;
    }*/
    .nav10 .container-fluid { padding-left: 45px; padding-right: 45px; }
    .nav13.fixed {
        position: fixed;
        padding-top: 15px;
        padding-bottom: 5px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: #494b47;
    }

    .nav13 a.is-selected:after {
        content: '';
        width: 25px;
        height: 2px;
        display: block;
        background: #85c120;
        margin: 0 auto;
    }
    .nav13 .right {
        margin-right: 0;
        padding-top: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;}
    .nav13.fixed .right { padding-top: 10px; padding-bottom: 10px; }
    .nav13 .nav5_logo {
        margin-left: 0;
    }
    .nav13.fixed .nav5_logo {
        background-image: url(../images/LOGOVETOR-04.svg);
        width: 150px;
        height: 40px;
        margin-top: -5px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .nav13.fixed .links a.button {
        border: 2px solid #484b47;
    }
    .nav13 .links a.button.is-selected {
        background: rgba(255, 255, 255, 0.2);
    }
    .clearmargin2 {
        padding-top: 100px;
        clear: both
    }
}

.project_desc {
    border-left: 2px solid #CD8500;
    padding-top: 50px;
    top: -90px;
    position: relative;
}
.project_data_block {
    background: #F5F5F5;
    padding: 40px 15px;
}
.project_data {
    display: inline-block;
}
.project_data .icon {
    display: inline-block;
    margin-right: 20px;
}
.project_data .desc {
    display: inline-block;
    margin-right: 50px;
}


/* owl */
.owl-prev {
    width: auto;
    position: absolute;
    top: 40%;
    left: 105px;
    /*display: block!IMPORTANT;*/
    border: none;
}
.owl-next {
    width: auto;
    position: absolute;
    top: 40%;
    right: 105px;
    /*display: block!IMPORTANT;*/
    border: none;
}
.owl-theme .owl-nav [class*='owl-'],
.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
}
.owl-prev i, .owl-next i {
    font-size: 60px;
    background: none;
    color: #FFF;
}
.owl-item {
    -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
}
.owl-item.active {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.owl_item .image_shadow {
    margin-bottom: 80px;
}
.owl_counter {
    width: auto;
    position: absolute;
    bottom: 90px;
    color: #FFF;
    z-index: 1;
    right: 110px;
    display: block!IMPORTANT;
    border: none;
    font-size: 18px;
    line-height: 30px;
}
.gallery_owl {
    position: relative;
    padding-top: 150px;
}
.grid.row {
    margin-bottom: 0;
}
.lb-data .lb-details {
    display: none;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: 1;
}
.lightbox .lb-image {
    margin: 0 auto;
}
.lb-outerContainer {
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.padding-0 {
    padding: 0;
}
@media all and (max-width: 1170px) {
    .csilva_container { width: 100%; margin: 0; padding: 0 15px 20px; overflow: hidden; }
    nav .container-fluid { width: 100%; padding: 115px 0 0 0; }
    .nav8 .right .btn.blue { opacity: 1; margin-top: 0; line-height: 36px; background: none; color: #28ACE2; }
    .nav8 .right .btn.blue:hover { background: none; color: #28ACE2; opacity: 1; line-height: 36px; }

    .nav13 .links a, .nav13 .links a:focus { line-height: 76px; }
    .nav13.opened .nav5_logo { display: block; }
    .nav13.opened a.nav5_logo { background: url(../images/Logo_White.svg) no-repeat 50% 50%; position: absolute; top: 40px; left: 0; }
    .nav13.opened .csilva_container { margin-top: 60px; }
    .nav13 .language_sel_btn { display: none; }
    .languange_sel_opt { display: block; text-align: center; }
    .languange_sel_opt li { display: inline-block; }

    .banner_title { font-size: 40px; line-height: 42px; margin: 0; width: 100%; }
    .scrolldown {
        width: 100%;
        text-align: center;
        right: 0;
        margin: 0;
    }
    .scrolldown i {
        display: block;
    }
    .title_indent {
        font-size: 40px;
        text-align: center;
    }
    .indent-0,
    .indent-75,
    .indent-150 {
        display: inline-block;
        padding: 0;
    }
    .whoweare .container,
    .mission .container .animatedParent,
    .mission .container {
        padding: 0;
    }
    .whoweare .container .row {
        padding: 20px;
    }
    .mission .indent-0:after,
    .mission .indent-75:after {
        content: " | ";
    }
    .csilva_squared_div {
        height: 300px;
    }
    .offset_fullimage {
        position: relative;
    }
    .knowbetter_block_small {
        width: 100%;
        text-align: center;
    }
    .knowbetter .margin-bottom-20 {
        margin-top: 60px;
    }
    .offset_fullimage .knowbetter_block_small {
        height: 0;
        width: 0;
    }
    .offset_fullimage .knowbetter_block_big {
        width: 100%;
    }
    .block_title {
        font-size: 40px;
    }
    .block_subtitle {
        font-size: 25px;
    }
    .block_projects .project_title {
        font-size: 30px;
        line-height: 30px;
    }
    .block_projects .row {
        display: block;
    }
    .block_projects .display-table {
        border-left: 2px solid #cd8500;
        height: 100px;
        padding: 10px;
    }

    .block_projects .valign-bottom {
        bottom: 0;
    }
    .border-left {
        margin-top: -5px;
    }
    .contactus {
        padding: 0 0 50px;
    }
    .contactus div,
    .contactus .contactus_details_text {
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px auto;
    }
    .contactus button {
        margin-bottom: 30px;
    }
    .contactus .block_title {
        text-align: center;
        margin-bottom: 35px;
    }
    .contacts_title,
    .contacts_subtitle {
        padding-left: 20px;
        padding-right: 20px;
    }
    .knowbetter_block_small {
        margin: 10px 0;
    }
    .clearmargin {
        padding-top: 50px;
        clear: both
    }
    select#mobile_tabs {
        display: block;
    }
    .nav.nav-tabs {
        display: none;
    }
    .footer1_dark {
        height: auto;
    }
    .footer1_dark .left,
    .footer1_dark a, .footer1_dark a:focus {
        font-size: 10px;
        line-height: 10px;
    }
    .footer1_dark .right a {
        display: inline-block;
    }
    .footer1_dark i {
        margin: auto;
        font-size: 20px;
    }
    .mobile_menu_close, .desktop_menu_close {
        right: 48px;
        width: 30px;
        height: 30px;
        left: auto;
        background: url(../images/mobile_menu_close_white.png) no-repeat 50% 50%;
        background-size: contain;
    }

    nav.opened {
        background: #6c6c6c;
        width: 100%;
        padding: 0;
    }
    .nav13 .links a,
    .nav13 .links a.button,
    .nav13 .language_sel_btn {
        width: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 76px;
        color: #FFF;
        font-weight: 600;
        letter-spacing: 4px;
    }
    .nav13 .links a,
    .nav13 .links a.button {
        border: none;
        border-bottom: 1px solid #85c120;
    }
    .display-flex {
        display: block;
    }
    .contact_form .display-table {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .contact_form .display-table-cell {
        display: block;
        padding: 0 30px;
    }
    .contact_form .display-table-cell form {
        margin-top: 50px;
    }
    .contacts_subtitle {
        margin-bottom: 50px;
    }
    .contactus_details_icon {
        margin-right: 20px;
    }
    .grayfull .col-md-12 {
        padding: 0;
    }
    .contactus_section {
        padding: 40px 0;
    }
    .open_contactus img {
        right: 15px;
        top: 20px;
    }
    .services_title {
        font-size: 40px;
        margin: 20px 0 30px;
    }
    .sticky {
        position: relative;
        top: 0;
    }
    .slidingimages img {
        margin: 30px 0;
    }
    .width_calc_halffull_container:before,
    .width_calc_halffull_container:after {
        content: none;
    }
    .about_text {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .cd-projects-previews li {
        height: 50%;
        width: 50%;
        padding: 0;
    }
    .cd-projects-previews li.slide-out {
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    .contactus .margin-bottom-mobile-70 {
        margin-bottom: 70px;
    }
    .mobile_menu {
        left: auto;
        right: 48px;
        height: 60px;
        background-size: contain;
        top: 32px;
    }
    .mobile_logo {
        display: block;
        position: absolute;
        top: 31px;
        left: 48px;
        height: 60px;
        width: 60px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 900;
    }
    .nav13.opened a.nav5_logo {
        float: none;
        background: url(/skins/frontend/default/images/logo.png);
        background-size: 100%;
        width: 250px;
        height: 75px;
        position: relative;
        top: auto;
        margin: 0 auto 40px;
    }

    .large_preview .project-open .cd-projects .preview-image,
    .large_preview .cd-projects-previews {
        height: 450px;
    }
    .services_button {
        text-align: center;
    }
}

@media all and (max-width: 991px) {
    #patented-system .inner { background: none; }
    .sec1_3_pluses { width: 50px; }
    .plus-media { width: calc(100% - 80px); }
    .plus-media-item { margin-top: 138px; margin-bottom: 0; }
    .sec1_3_pluses_line { height: calc(100% - 400px); left: 25px; }
    .sec1_3_pluses h3 span.plus-number { left: 0; }
    .plus { height: auto; padding-bottom: 408px; }
    .sec1_3_pluses h3 span.plus-title { position: absolute; right: 60px; width: 200px; }
    .owl-theme .owl-nav { display: none }
}

@media all and (max-width: 970px) {
    .fsponsors { padding: 0; margin-top: 80px; }
    .fsponsors a { padding-top: 7%; }
}

@media all and (max-width: 570px) {
    .sec1_3_pluses { float: right; margin-left: 0; }
    .sec1_3_pluses .text { height: auto; }
    .sec2_12_slider .bx-wrapper .bx-prev { left: 0; margin-left: -15px; top: 50%; }
    .bx-wrapper .bx-controls-direction a.bx-next { left: auto; right: 10px; top: 50%; }
    .main_banner_l1, .main_banner_l2 { font-size: 2.8em; letter-spacing: 1px; line-height: 40px; }
    .main_banner_l3 { margin: 21px 10px 0; }
    .main_banner_l3 span { padding: 5px 0; box-shadow: 10px 0 0 #FFF, -10px 0 0 #FFF; line-height: 1.8; }
    .cd-projects-previews { width: 100%; height: 850px; }
    .cms-index-index .cd-projects-previews li { height: 25%; width: 100%; padding: 0; }
    .cd-projects-previews li { width: 100%; padding: 0; }

    .footer11 .csilva_container { display: table; }
    .footer11 .fleft { text-align: center; width: 100%; float: none; display: table-footer-group; }
    .footer11 .fright { float: none; text-align: center; position: relative; display: table-header-group; }
    .fsponsors { display: table-cell; padding: 40px 0; margin: 0; }

    .csilva_button {
        padding: 25px 20px;;
    }
    .contact_form .container,
    .contact_form .display-table-cell {
        padding-left: 0;
        padding-right: 0;
    }
    .contact_form .row {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .criamos_text {
        font-size: 36px;
    }
}

.has-error.help-block { font-size: 12px; color: #a94442; }
.error-message-outer { padding: 100px 0; }
.error-message-inner h1 { color: #000000; font-family: saira, hind; font-style: normal; font-size: 91px; font-weight: bold; line-height: 105px; }
.error-message-inner h3 { color: #555555; font-family: saira, hind; font-size: 24px; font-weight: bold; letter-spacing: 1px; line-height: 34px; }
.has-error .form-control, .has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}