table {
    width: 100%;
    display: none;
}

td {
    border: 1px solid;
    height: calc((100vh - 50px) / 6);
}

body {
    overflow: active;
}

* {
    font-family: 'Roboto-light', sans-serif;
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
}

a {
    color: inherit;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0
}

ul {
    margin: 0;
    padding: 0;
}

/******************************************************************
*   COlUNAS
*******************************************************************/
.sakthi_columns .object[line] {
    height: 200px;
}

.sakthi_columns .object .body{
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 11pt;
    max-width: 80%;
    right: 0;
    margin: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
}

@media all and (min-width:768px) {
    .sakthi_columns {
        position: absolute;
        top: 0;
    }
    .sakthi_columns .object {
        position: absolute;
    }
    /* WIDTH*/
    .col-sakthi-1 {
        width: 11.11%;
    }
    .col-sakthi-2 {
        width: 22.22%;
    }
    .col-sakthi-3 {
        width: 33.33%;
    }
    .col-sakthi-4 {
        width: 44.44%;
    }
    .col-sakthi-5 {
        width: 55.56%;
    }
    .col-sakthi-6 {
        width: 66.67%;
    }
    .col-sakthi-7 {
        width: 77.78%;
    }
    .col-sakthi-8 {
        width: 88.89%;
    }
    .col-sakthi-9 {
        width: 100%;
    }
    /*POSITION X*/
    .sakthi_columns .object[x="0"] {
        left: 0;
    }
    .sakthi_columns .object[x="1"] {
        left: 11.11%;
    }
    .sakthi_columns .object[x="2"] {
        left: 22.22%
    }
    .sakthi_columns .object[x="3"] {
        left: 33.33%;
    }
    .sakthi_columns .object[x="4"] {
        left: 44.44%;
    }
    .sakthi_columns .object[x="5"] {
        left: 55.56%;
    }
    .sakthi_columns .object[x="6"] {
        left: 66.67%;
    }
    .sakthi_columns .object[x="7"] {
        left: 77.78%;
    }
    .sakthi_columns .object[x="8"] {
        left: 88.89%;
    }
    /* POSTION Y: ((100vh - footer height) / 6 ) * y  */
    .sakthi_columns .object[y="0"] {
        top: 0;
    }
    .sakthi_columns .object[y="1"] {
        top: calc((100vh - 50px) / 6);
    }
    .sakthi_columns .object[y="2"] {
        top: calc((200vh - 100px) / 6);
    }
    .sakthi_columns .object[y="3"] {
        top: calc((300vh - 150px) / 6);
    }
    .sakthi_columns .object[y="4"] {
        top: calc((400vh - 200px) / 6);
    }
    .sakthi_columns .object[y="5"] {
        top: calc((500vh - 250px) / 6);
    }
    .sakthi_columns .object[y="6"] {
        top: calc((600vh - 300px) / 6);
    }
    /* Height:  ((100vh - footer height) / 6 ) * line */
    .sakthi_columns .object[line="1"] {
        height: calc((100vh - 50px) / 6);
    }
    .sakthi_columns .object[line="2"] {
        height: calc((200vh - 100px) / 6);
    }
    .sakthi_columns .object[line="3"] {
        height: calc((300vh - 150px) / 6);
    }
    .sakthi_columns .object[line="4"] {
        height: calc((400vh - 200px) / 6);
    }
    .sakthi_columns .object[line="5"] {
        height: calc((500vh - 250px) / 6);
    }
    .sakthi_columns .object[line="6"] {
        height: calc((600vh - 500px) / 6);
    }
    .sakthi_columns .object .body{  
        font-size: 15pt;
    }
}

.sakthi_columns {
    position: relative;
    width: 100%;
    z-index: 10;
}

.sakthi_columns.home .object {
    background: none !important;
}

#block_4 {
    height: calc(100vh - 50px);
    overflow: hidden;
}
@media all and (max-width:767px) {
    #block_4 {
        height: auto;
    }
}

.sakthi_columns .object a .name {
    cursor: pointer;
}

.sakthi_columns.home .object .name {
    position: absolute;
    color: black;
    margin-left: 5%;
    margin-top: 4%;
    font-weight: 500;
    font-size: 30px;
    display: none;
}

.sakthi_columns .object .imageBg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.sakthi_columns .object:hover a .imageBg, .solutions .object:hover .imageBg {
    opacity: .3;
    transition: all 0.4s ease-out;
}

/********************************************************************
* PEOPLE
*********************************************************************/
.sakthi_columns.people .object {
    cursor: auto;
}

.sakthi_columns.people {
    position: relative;
    width: 100%;
    min-height: 70vh;
}

.people-text {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
}

@media all and (max-width:768px) {
    .people-text {
        clear: both;
        font-size: 18px;
        padding-top: 10px;
    }
}

/*******************************************************************
* HOME
********************************************************************/
.sakthi_columns.home .object:hover .name {
    display: block;
}

/*******************************************************************
* SOLUTIONS
********************************************************************/
.sakthi_columns.solutions .object {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sakthi_columns.solutions .object:hover {
    opacity: 0.3;
    transition: all 0.4s ease-out;
}

.sakthi_columns.solutions .object a {
    position: relative;
    display: block;
    height: 100%;
}

.sakthi_columns.solutions .object .name {
    color: white;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 5px black;
    text-transform: uppercase;
    padding-top: 10%;
}

.sakthi_columns.solutions .object .description {
    position: relative;
    width: 80%;
    text-align: center;
    margin: auto;
    font-size: 14px;
    color: white;
    text-shadow: black 2px 2px 4px;
    opacity: 0;
}

.solutions .object:hover .description {
    opacity: 1;
    transition: all 0.4s ease-out;
}

.sakthi_columns.solutions .object .imageBg {
    display: none;
}

@media all and (min-width:768px) {
    .sakthi_columns.solutions .object .name {
        font-size: 30px;
    }
    .sakthi_columns.solutions .object .description {
        width: 80%;
        font-size: 18px;
    }
    .sakthi_columns.solutions .object[orientacao="vertical"] .name {
        position:  absolute;
        top: 50%;
        padding: 0;
    }
    .sakthi_columns.solutions .object[orientacao="vertical"] .description {
        position: absolute;
        top: 50%;
    }
    .sakthi_columns.solutions .object[orientacao="vertical"][sentido="-1"] .name {
        transform: rotate(-90deg);
        right: 20px;
    }
    .sakthi_columns.solutions .object[orientacao="vertical"][sentido="-1"] .description {
        transform: rotate(-90deg);
        width: calc((400vh - 200px) / 6);
        max-width: 400px;
        right: -150px;
        padding: 0 30px;
    }
    .sakthi_columns.solutions .object[orientacao="vertical"][sentido="1"] .name {
        transform: rotate(90deg);
        left: 0;
    }
    .sakthi_columns.solutions .object[orientacao="vertical"][sentido="1"] .description {
        transform: rotate(90deg);
        width: 133%;
        left: -30%
    }
}

@media all and (min-width: 992px) {
    .sakthi_columns.solutions .object .description {
        width: 60%;
    }
    .sakthi_columns.solutions .object[orientacao="vertical"][sentido="-1"] .description {
        right: -130px;
    }
}

@media all and (min-width: 1200px) {
    .sakthi_columns.solutions .object[orientacao="vertical"][sentido="-1"] .description {
        right: -100px;
    }
}

/*******************************************************************
* BUTTERFLY
********************************************************************/
.sakthi_video .play, .butterfly .play {
    position: absolute;
    top: calc(100vh / 3);
    left: 0;
    right: 0;
    cursor: pointer;
}

.play img {
    height: 60px;
    display: block;
    margin: 0 auto;
}

.sakthi_video .imageBg, .butterfly .imageBg {
    height: calc(100vh - 50px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.sakthi_video .attachments, .butterfly .attachments {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    z-index: 99;
}

.sakthi_video .attachments .video, .butterfly .attachments .video {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 99;
}

.sakthi_video .attachments .video, .butterfly .attachments .video video{
    display: none;
    width: 100%;
    height: 100%;
    background-color: white;
}

.butterfly .attachments.active .video video {
    display: block;
}

.sakthi_video .close-video, .butterfly .close-video, .sakthi-object .close-video {
    position: absolute;
    right: 0;
    z-index: 999;
    cursor: pointer;
    display: none;
}

.sakthi_video .close-videomg, .butterfly .close-video, .sakthi-object .close-video {
    margin: 20px 20px 10px 20px;
}

.sakthi_video .close-video img, .butterfly .close-video img, .sakthi-object .close-video img {
    height: 20px;
}

.sakthi_video .mute-video, .butterfly .mute-video, .sakthi-object .mute-video {
    position: absolute;
    right: 0;
    top: 70px;
    width: 20px;
    margin: 5px 20px;
    font-size: 30px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    display: none;
}

@media all and (max-width: 767px) {
    .butterfly .close-video {
        top: 50px;
        right: 0;
    }

    .butterfly .mute-video {
        top: 100px;
        right: 0;
    }
}

.sakthi_video .attachment label {
    display: none;
}

.projects-list {
    position: relative;
    margin-bottom: 30px;
}

.projects-list .object {
    padding: 5px 10px;
    padding-left: 40px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid black;
}

@media all and (min-width: 768px) {
    .projects-list {
        position: absolute;
        bottom: 50px; /* Footer Height*/
    }
    .sakthi_video .mute-video, .butterfly .mute-video, .sakthi-object .mute-video {
        margin: 10px 20px;
        font-size: 40px;
    }
    .sakthi_video .close-video img, .butterfly .close-video img, .sakthi-object .close-video img {
        height: 40px;
    }

    .sakthi_video .mute-video, .butterfly .mute-video, .sakthi-object .mute-video {
        width: 40px;
    }
}

/*******************************************************************
* 4 plus
********************************************************************/
.four-plus .object {
    padding: 0;
    min-height: calc((100vh - 50px) / 2);
    cursor: pointer;
    background-color: white;
    z-index: 1;
}

.four-plus .imageBg {
    position: absolute;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.four-plus .object:hover .imageBg {
    opacity: .3;
    -moz-transition: all 0.4s ease-out;
    /* FF4+ */
    -o-transition: all 0.4s ease-out;
    /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out;
    /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out;
    /* IE10? */
    transition: all 0.4s ease-out;
}

.four-plus .description {
    position: relative;
    margin-left: 30px;
    display: none;
    margin-top: -10px;
    font-size: 13pt;
    color: black;
}

.four-plus .body {
    margin-left: 30px;
    margin-right: 15%;
    position: relative;
    line-height: 14px;
    display: none;
    margin-top: 10px;
    text-align: justify;
    font-size: 12px;
}

.four-plus .attachments .attachment img {
    position: relative;
    height: 50px;
    margin-left: 20px;
    display: none;
}

.four-plus .object:hover .attachment img, .four-plus .object:hover .description, .four-plus .object:hover .body {
    display: block;
}

@media all and (min-width: 992px) {
    .four-plus .object {
        height: calc((100vh - 50px) / 2);
    }
    .butterfly .play img {
        height: 100px;
    }
}

/********************************************************************
* SAKTHI PORTUGAL
*********************************************************************/
.sakthi-object {
    padding: 0;
    z-index: 1;
}

.sakthi-object .imageBg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
}

.sakthi-object .description {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 22%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}
.sakthi-object .description.bg_white {
    background-color: rgba(255, 255, 255, .8);
    background-clip: initial;
    float: unset;
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    padding: 20px 30px;
}

.sakthi-object .description span {
    display: none;
    font-weight: bold;
}

.sakthi-object .description span.active {
    display: inline-block;
}

.sakthi-object .body {
    width: 100%;
    position: relative;
    height: 100%;
    float: left;
    text-align: center;
    padding: 0 5%;
    font-size: 18px;
}
@media all and (max-width: 767px) {
    .sakthi_3fotos .sakthi-object .body {
        padding: 30px 5%;
    }
}
.sakthi-object .body.bg_white {
    background-color: rgba(255, 255, 255, .8);
    background-clip: initial;
    float: unset;
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    padding: 0 30px;
    padding-bottom: 20px;
}
.sakthi_foto_desc .sakthi-object .body {
    height: calc(50vh - 50px);
    margin: 0;
    float: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sakthi_3fotos .sakthi-object .body {
    margin: 0;
    float: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.sakthi-object .attachments {
    width: 100%;
    float: left;
}
.sakthi_foto_desc .sakthi-object .attachments {
    height: 50vh;
}

.sakthi-object.fullscreen .object {
    display: block;
    height: 100%;
}

.sakthi-object .attachments .video {
    width: 100%;
    height: auto;
    object-fit: initial;
    float: left;
    position: relative;
}

.sakthi-object .attachments .video video {
    width: 100%;
    height: 100%;
    background-color: white;
}

@media all and (min-width: 992px) {
    .sakthi-object .attachments .video video {
        object-fit: initial;
    }
}

.sakthi-object .attachments .attachment {
    width: 100%;
    height: 40vh;
    position: relative;
    float: left;
}
.sakthi_foto_desc .sakthi-object .attachments .attachment {
    height: 100%;
}

.sakthi-object .attachments .attachment img {
    width: 100%;
    height: 100%;
}
.sakthi_3fotos .attachments img {
    width: 100%;
    height: 100%;
}
.sakthi-object .attachments .attachment .imageAttachmentBg, .sakthi_3fotos .imageAttachmentBg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
}

.sakthi-object .play {
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    right: 0;
    cursor: pointer;
}

.sakthi-object .video.active {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.sakthi_3fotos .row2.sakthi-object .sakthi-object {
    background-color: white;
}

.sakthi_3fotos .attachments .sakthi-object {
    height: 200px;
}

@media all and (min-width: 480px) {
    .sakthi_3fotos .attachments .sakthi-object {
        height: 250px;
    }
}

@media all and (min-width: 768px) 
{
    /* .objects:not(.sakthi_3fotos) .sakthi-object:not(.fullscreen) {
        height: calc(100vh - 50px);
    } */
    .sakthi_foto_desc .sakthi-object.desc .sakthi-object {
        height: auto;
    }
    .sakthi_3fotos .attachments .sakthi-object {
        height: 50vh;
    }
    .sakthi_3fotos .sakthi-object .body {
        height: calc(50vh - 50px);
    }
    .sakthi_3fotos .sakthi-object .attachments {
        height: 100%;
    }
}

@media all and (min-width: 992px) 
{
    .objects:not(.sakthi_3fotos) .sakthi-object:not(.fullscreen) {
        height: calc(100vh - 50px);
    }
    .sakthi-object .attachments .video {
        height: calc(60vh - 50px);
    }
    .sakthi-object .video.active {
        width: 200%;
        height: 100%;
        left: -100%;
    }
    .sakthi-object .play {
        top: calc(50% - 30px);
    }
    .sakthi-object .attachments {
        height: calc(100vh - 50px);
    }
}

/*********************************
* Sakthi content
**********************************/
.sakthi-object.fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
}

.sakthi-object.fullscreen .attachments, .sakthi-object.fullscreen .video {
    height: 100%;
}

.sakthi-object.fullscreen .attachment {
    display: none;
}

/*****************************************************************
* SLIDESHOW
*******************************************************************/
.sakthi_slideshow {
    height: calc(100vh - 80px - 157px) !important; /* full height - footer height - header height*/
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sakthi_slideshow .object {
    height: calc(100vh - 50px);
    background-size: cover;
    background-position: center;
}

.sakthi_slideshow .object .info .name {
    display: none;
}

.sakthi_slideshow .object .info .description {
    position: absolute;
    width: 70%;
    margin: auto;
    display: block;
    font-size: 15px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sakthi_slideshow .rsArrowLeft {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 25px;
    opacity: 1;
    visibility: visible;
}

.sakthi_slideshow .rsArrowLeft::before {
    content: "";
    background-color: #dbccd0;
    width: 3px;
    height: 100%;
    outline: #dbccd0;
    position: absolute;
    left: 20px;
    top: -70%;
    -webkit-transform: rotate(45deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: rotate(45deg); /* IE 9 */
    transform: rotate(45deg); /* IE 10, Fx 16+, Op 12.1+ */
    transition: all 0.4s ease-out;
}

.sakthi_slideshow .rsArrowLeft::after {
    content: "";
    background-color: #dbccd0;
    width: 3px;
    height: 100%;
    outline: #dbccd0;
    position: absolute;
    left: 20px;
    top: -1%;
    -webkit-transform: rotate(-45deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: rotate(-45deg); /* IE 9 */
    transform: rotate(-45deg); /* IE 10, Fx 16+, Op 12.1+ */
    transition: all 0.4s ease-out;
}

.sakthi_slideshow .rsArrowLeft:hover::before {
    content: "";
    transform: rotate(60deg);
    top: -56%;
}

.sakthi_slideshow .rsArrowLeft:hover::after {
    content: "";
    transform: rotate(-60deg);
    top: -8%;
}

.sakthi_slideshow .rsArrowRight {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 25px;
    opacity: 1;
    visibility: visible;
    right: 0;
}

.sakthi_slideshow .rsArrowRight::before {
    content: "";
    background-color: #dbccd0;
    width: 3px;
    height: 100%;
    outline: #dbccd0;
    position: absolute;
    right: 20px;
    top: -70%;
    -webkit-transform: rotate(-45deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: rotate(-45deg); /* IE 9 */
    transform: rotate(-45deg); /* IE 10, Fx 16+, Op 12.1+ */
    transition: all 0.4s ease-out;
}

.sakthi_slideshow .rsArrowRight::after {
    content: "";
    background-color: #dbccd0;
    width: 3px;
    height: 100%;
    outline: #dbccd0;
    position: absolute;
    right: 20px;
    top: -1%;
    -webkit-transform: rotate(45deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: rotate(45deg); /* IE 9 */
    transform: rotate(45deg); /* IE 10, Fx 16+, Op 12.1+ */
    transition: all 0.4s ease-out;
}

.sakthi_slideshow .rsArrowRight:hover::before {
    content: "";
    transform: rotate(-60deg);
    top: -56%;
}

.sakthi_slideshow .rsArrowRight:hover::after {
    content: "";
    transform: rotate(60deg);
    top: -8%;
}

.sakthi_slideshow .videos .close-video {
    margin: 20px;
    display: none;
    position: absolute;
    z-index: 9;
    right: 0;
    cursor: pointer;
}

.sakthi_slideshow .videos .close-video img {
    height: 25px;
}

.sakthi_slideshow .videos .mute-video {
    position: absolute;
    right: 0;
    top: 15%;
    font-size: 40px;
    margin: 20px;
    display: none;
    z-index: 9;
    cursor: pointer;
}

.sakthi_slideshow .videos {
    height: 100%;
}
.sakthi_slideshow .videos.active {
    background-color: white;
}
.sakthi_slideshow .videos .video {
    display: none;
}

.sakthi_slideshow .videos .video.active {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    object-fit: initial;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.sakthi_slideshow .videos .play {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% + 10px);
    cursor: pointer;
}

@media all and (min-width: 768px) {
    .sakthi_slideshow {
        height: calc(100vh - 50px) !important;
    }
    .sakthi_slideshow .rsArrowLeft {
        top: 50%;
        width: 70px;
        height: 50px;
    }
    .sakthi_slideshow .rsArrowLeft::before {
        content: "";
        background-color: #dbccd0;
        width: 3px;
        height: 100%;
        outline: #dbccd0;
        position: absolute;
        left: 40px;
        -webkit-transform: rotate(45deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(45deg); /* IE 9 */
        transform: rotate(45deg); /* IE 10, Fx 16+, Op 12.1+ */
        transition: all 0.4s ease-out;
    }
    .sakthi_slideshow .rsArrowLeft::after {
        content: "";
        background-color: #dbccd0;
        width: 3px;
        height: 100%;
        outline: #dbccd0;
        position: absolute;
        left: 40px;
        top: -1%;
        -webkit-transform: rotate(-45deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(-45deg); /* IE 9 */
        transform: rotate(-45deg); /* IE 10, Fx 16+, Op 12.1+ */
        transition: all 0.4s ease-out;
    }
    .sakthi_slideshow .rsArrowLeft:hover::before {
        content: "";
        transform: rotate(60deg);
        top: -56%;
    }
    .sakthi_slideshow .rsArrowLeft:hover::after {
        content: "";
        transform: rotate(-60deg);
        top: -8%;
    }
    .sakthi_slideshow .rsArrowRight::before {
        content: "";
        background-color: #dbccd0;
        width: 3px;
        height: 100%;
        outline: #dbccd0;
        position: absolute;
        right: 40px;
        top: -70%;
        -webkit-transform: rotate(-45deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(-45deg); /* IE 9 */
        transform: rotate(-45deg); /* IE 10, Fx 16+, Op 12.1+ */
        transition: all 0.4s ease-out;
    }
    .sakthi_slideshow .rsArrowRight::after {
        content: "";
        background-color: #dbccd0;
        width: 3px;
        height: 100%;
        outline: #dbccd0;
        position: absolute;
        right: 40px;
        top: -1%;
        -webkit-transform: rotate(45deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(45deg); /* IE 9 */
        transform: rotate(45deg); /* IE 10, Fx 16+, Op 12.1+ */
        transition: all 0.4s ease-out;
    }
    .sakthi_slideshow .rsArrowRight:hover::before {
        content: "";
        transform: rotate(-60deg);
        top: -56%;
    }
    .sakthi_slideshow .rsArrowRight:hover::after {
        content: "";
        transform: rotate(60deg);
        top: -8%;
    }
    .sakthi_slideshow .rsArrowRight {
        width: 70px;
        height: 50px;
    }
    .sakthi_slideshow .videos .play {
        top: 40%;
    }
    .sakthi_slideshow .videos .close-video img {
        height: 50px;
    }
    .sakthi_slideshow .videos .mute-video {
        font-size: 50px;
    }
    .sakthi_slideshow .object .info .description {
        width: 50%;
        font-size: 30px;
    }
}

@media all and (max-width: 768px) {
    .sakthi_slideshow .rsArrowRight, .sakthi_slideshow .rsArrowLeft {
        top: calc(50% + 25px);
    }
}

.sakthi_slideshow_text_fixed .slideshow-text {
    z-index: 1;
    top: 21vh;
    left: 10%;
    /*background-color: rgba(255, 255, 255, .8);*/
    max-width: 400px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 13px;
    text-align: justify;
}
.sakthi_slideshow_text_fixed .slideshow-text.bg_white {
    background-color: rgba(255, 255, 255, .8);
}

.sakthi_slideshow_text_fixed .sakthi_slideshow .rsArrowLeft, .sakthi_slideshow_text_fixed .sakthi_slideshow .rsArrowRight {
    top: calc(35% + 80px);
}

@media all and (min-width: 768px) {
    .sakthi_slideshow_text_fixed .slideshow-text {
        position: absolute;
    }
}

/*****************************************************************
* SOCIAL RESPONSABILITY  
******************************************************************/
.social-rsp .object {
    position: relative;
}

.social-rsp .imageBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.social-rsp .body {
    position: relative;
    top: 25px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 16px;
}

.social-rsp .attachments {
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
    padding-left: 4%;
    padding-top: 15%;
}

.social-rsp .attachments .attachment {
    display: block;
    text-align: left;
    padding: 1px;
    text-decoration: underline;
    float: unset;
}

.social-rsp .attachments .attachment:nth-child(3) {
    padding-bottom: 15px;
}

.social-rsp .attachments .attachment img {
    height: 50px;
    margin: 15px;
}

@media all and (min-width:768px) {
    .social-rsp .body {
        position: fixed;
        padding-top: 13%;
        padding-left: 20px;
        width: 55%;
        font-size: 18px;
        line-height: 20px;
        top: initial;
        margin: initial;
    }
    .social-rsp .imageBg {
        position: fixed;
    }
    .social-rsp .attachments {
        padding-left: 150px;
        padding-top: 36%;
    }
    .social-rsp .attachments .attachment img {
        height: 60px;
    }
}

/*****************************************************************
* CONTACTOS  
******************************************************************/
.contacts .object .image img {
    height: 60px;
    margin: 5% 15%;
    margin-top:15px;
}

.contacts .object .body {
    font-size: 16px;
    line-height: 18px;
    margin: auto;
    width: 80%;
}

.contacts .object .body>div {
    margin-bottom: 20px;
}

.contacts .object .body>div i {
    display: inline-block;
    float: left;
    font-size: 28px;
    width: 40px;
    text-align: center;
}

.contacts .object .body>div i::after {
    content: "";
}

.contacts .object .body>div span {
    display: inline-block;
    width: 65%;
    margin-left: 33px;
}

.content-left .object .body>div span.border:before {
    content: "";
    border-left: 1px solid black;
    position: absolute;
    height: 180px;
    margin-left: -15px;
}

.content-right .object .body>div span.border:before {
    content: "";
    border-left: 1px solid black;
    position: absolute;
    height: 180px;
    margin-left: -15px;
}

@media screen and (max-device-width:600px){

.contacts .object .maps {
    height: 250px;
    padding: 40px;
	display: none;
	}
}

.contacts .object .body p {
    margin: 0;
}


	.contacts .object .maps>div {
    height: 100%;
}
   


.contactos-barra {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 500px;
    overflow-x: hidden;
}

.contactos-barra img {
    height: 100%;
    margin: auto;
    display: block;
    width: 100%;
    transform: rotate(90deg);
}

.content-left {
    margin-bottom: 250px;
}

.content-left, .content-right {
    height: calc(100vh - 50px);
}

.contacts .object .maps .infoMarker {
    overflow: hidden;
}

.contacts .object .maps .infoMarker .name {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.contacts .object .maps .infoMarker .address {
    font-size: 10px;
    line-height: 12px;
}

.contacts .object .maps .infoMarker .link a {
    color: #337ab7;
}

@media all and (min-width:768px) {
    .content-left .contacts .object .maps {
        padding-right: 35%
    }
    .content-right .contacts .object .maps {
        padding-left: 35%;
    }
    .contacts .object .body {
        width: 65%;
        margin-left: 40px;
    }
    .content-right .contacts .object .image {
        text-align: right;
    }
    .content-right .contacts .object .body {
        margin-left: 35%;
    }
    .content-left {
        margin-bottom: 0;
    }
    .contactos-barra {
        top: 0;
    }
    .contactos-barra img {
        transform: none;
    }
    .contacts .object .maps .infoMarker .name {
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
    }
    .contacts .object .maps .infoMarker .address {
        font-size: 12px;
        line-height: 14px;
    }
}

@media all and (max-width:768px) {
    .content-left, .content-right {
        height: auto;
        float: unset;
    }
    .content-left {
        margin-bottom: 50px;
    }
    .contactos-barra {
        display: none;
    }
}

/*********************************************************************************
**********************************************************************************
* HEADER
**********************************************************************************
*********************************************************************************/
.header {
    z-index: 9999;
}

.header .buttonMobile i {
    font-size: 30px;
}

@media all and (min-width:768px) {
    .header .buttonMobile {
        display: none;
    }

    body#home .header {
        position: absolute;
        bottom: 50px;
        right: 0;
        display: block;
        width: 22%;
        height: calc((300vh - 150px) / 6);
        text-align: right;
    }
}

@media all and (max-width:767px) {
    .header {
        height: 80px;
        padding: 10px;
        position: relative;
        width: 90%;
    }
    .header .buttonMobile {
        position: absolute;
        top: 20px;
        right: -30px;
        height: 40px;
        line-height: 40px;
    }
    .header .buttonMobile.active+ul {
        right: 0px!important;
    }

    .header .buttonMobile.active .fa-bars::before {
        content: "\f00d";
    }
}

/*****************************************************************
* LOGO  
******************************************************************/
@media all and (min-width:768px) {
    #home .logo {
        position: relative;
        display: block;
    }
    .logo {
        position: absolute;
        margin: 20px;
        z-index: 999;
    }
    .logo a {
        display: block;
        position: relative;
        text-align: center;
        margin: 15px 30px 0 15px;
    }
    .logo a img {
        width: 100%;
        max-width: 250px;
    }
    body#object_type_8 .logo, body#object_type_2 .logo {
        display: none !important;
    }
    .logo.items-logo {
        bottom: calc(50px + 175px);
        right: 0px;
        margin: 0 30px 15px 0;
    }
    .logo.items-logo a {
        margin: 0;
    }
    .logo.items-logo img {
        height: 50px;
        width: auto;
    }
    @media all and (min-width: 992px) {
        height: 60px;
    } 
    body#object_type_1 #block_3 {
        position: absolute;
        z-index: 999;
        display: block;
        margin: 0;
        bottom: 50px;
        right: 30px;
    }
}

@media all and (max-width:767px) {
    #home .content {
        position: relative;
        display: block;
        width: 100%;
        min-height: calc(100vh - 157px - 80px);
    }

    .logo img {
        height: 60px!important;
        position: fixed;
        top: 10px;
        left: 10px;
    }
}

/**********************************************************************
* MENU
***********************************************************************/
#block_3 li:hover {
    background-color: grey;
    cursor: pointer
}

#block_3 li {
    background-color: #C0C0C0;
    font-size: 8pt;
    height: 25px;
    width: 110px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 25px;
    text-transform: uppercase;
}

#block_3 li.item-historico {
    background-color: grey;
}

#block_3 li a {
    color: white;
    display: block;
}

@media all and (min-width:768px) {
    #block_3 {
        display: inline-block;
        margin: 15% 30px 0 0;
    }
}

@media all and (max-width:767px) {
    #block_3 {
        position: fixed;
        top: 100px;
        right: -100%;
        margin-right: 30px;
        z-index: 1;
        transition: right 0.5s ease 0s;
    }
}

@media all and (min-width: 768px) {
    body:not(#home)  #block_3 {
        position: absolute;
        z-index: 999;
        display: block;
        margin: 0;
        bottom: 50px;
        right: 30px;
    }
}

@media all and (min-width: 768px) and (max-height: 680px) {
    body#home #block_2 {
        display: none;
    }
}

/**********************************************************************
* HISTORY
***********************************************************************/
.sakthi_history .history-container {
    width: 100%;
    margin: auto;
    height: calc(100vh - 50px);
}

.sakthi_history .object {
    cursor: pointer;
    height: 50%;
}

@media all and (max-width:767px) {
    .sakthi_history .history-container {
        height: auto;
    }

    .sakthi_history .object {
        width: 100%;
        height: 50vh;
    }
    .sakthi_history .object a {
        width: 100%;
        height: 100%;
    }
}

.sakthi_history .object .name {
    position: absolute;
    color: black;
    margin-left: 5%;
    margin-top: 4%;
    font-weight: 500;
    font-size: 30px;
    display: none;
}

.sakthi_history .object .body {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 11pt;
    max-width: 80%;
    right: 0;
    margin: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px;
}

.sakthi_history .object .imageBg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    height: 100%;
    display: block;
    width: 100%;
}

.sakthi_history .object:hover a .imageBg {
    opacity: .3;
    -moz-transition: all 0.4s ease-out;
    /* FF4+ */
    -o-transition: all 0.4s ease-out;
    /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out;
    /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out;
    /* IE10? */
    transition: all 0.4s ease-out;
}

.sakthi_history .object:hover .name {
    display: block;
}

.sakthi_history .control {
    position: absolute;
    top: calc(50% - 60px);
    font-size: 60px;
    padding: 10px;
    cursor: pointer;
    z-index: 9;
}

.sakthi_history .control.next {
    right: 0;
}

.sakthi_history .search {
    position: absolute;
    right: 30px;
    bottom: calc(50px + 175px + 75px);
    width: 150px;
    z-index: 1;
}

@media all and (min-width: 992px) {
    width: 175px;
}

.sakthi_history .search::before {
    content: url(../img/search.png);
    position: absolute;
    left: -3px;
    top: -2px;
}

.sakthi_history .search input {
    width: 100%;
}

.sakthi_history .history-search {
    border: none;
    border-bottom: 1px solid #000;
    padding-left: 25px;
}

@media all and (max-width: 767px) {
    .sakthi_history .search {
        position: relative;
        right: unset;
        bottom: unset;
        width: 94%;
        margin: 10px;
    }

    .sakthi_history .control {
        position: fixed;
    }
}

.sakthi_history.infinite-scroll .control {
    display: none;
}

/**********************************************************************
* FOOTER
***********************************************************************/
.footer {
    background: black;
}

.footer .image a {
    display: block;
    text-align: center;
}

.footer .image img {
    height: 50px;
    max-width: 100%;
}

@media all and (min-width: 768px) {
    .footer {
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0;
        z-index: 10;
    }

    .footer .image {
        display: inline-block;
        width: 33%;
    }

    .footer .image img {
        height: 30px;
    }
}

@media all and (min-width: 1200px) {
    .footer .image img {
        height: 50px;
    }
}

.footer .menu {
    margin-top: 8px;
    width: 100%;
    text-align: center;
}

.footer .menu li {
    display: inline-block;
    padding: 0px 0;
    margin: 0 22px;
}

.footer .menu li a {
    color: #C0C0C0;
    font-size: 12px;
    display: block;
}

@media all and (max-width:767px) {
    body {
        overflow: auto;
    }

    .footer .menu li {
        display: block;
    }

    .footer{
        position: initial !important;
    }    
}

@media all and (max-width:992px) {
    body {
        overflow: auto;
    }
    .footer{
        position: fixed;
    }    
    #block_3{
        position: fixed !important;
    }

    .sakthi-object .description{
        margin-top: 35%;
    }
}


@media all and (min-width: 768px) {
    .footer .menu {
        display: inline-block;
        width: auto;
    }
}