/***********************************************************
 *
 * Project name: 	MATA - Coming Soon Template
 * Decription: 	A coming soon page for ThemeForest.net
 * Author: 		ceosDesigns
 * Link:		http://ceosdesigns.sk/mata/ 
 * Version:		1.00
 *
 ************************************************************/

/************************************************************
 *
 * -----------------
 * TABLE OF CONTENTS
 * -----------------
 *
 *  01. FONTS
 *
 *  02. GENERAL STYLES
 *     	- SECTIONS
 *     	- BUTTONS
 *
 *  03. PRELOADER
 *		- CURTAINS
 *		- MENU GRID
 *		- CONTENT
 *
 *  04. CSS3 ANIMATIONS
 *
 *  05. HOME SECTION
 *		- SOCIAL ICONS
 *
 *  06. PORTFOLIO
 *
 *  07. ABOUT US
 *
 * 	08. SERVICES
 *
 *	09. CONTACT
 *
 ************************************************************/

/************************************************************
 *                    01. FONTS
 ************************************************************/

/* FONTS ARE INCLUDED AND REFERENCED FROM SEPARATE FILE 'FONTS.CSS' FOR LOGICAL AND READABILITY REASONS */


/************************************************************
 *                    02. GENERAL STYLES
 ************************************************************/

html {
    -webkit-font-smoothing: antialiased;
    font-family: 'Raleway', sans-serif;

    font-size: 16px;
}

/*                CURTAINS                  */


 

@media (max-width: 767px) {

    
    
    
    
body {
    position: relative;
    margin: 0;
    padding:0px;
    overflow-x:hidden;
    padding-bottom: 18rem;
    min-height: 100%;
    background-image: url("../img/backgrounds/bg-main-001.jpg");
    background-size: cover!important;
    border:none;
}

.demo {
    margin: 0 auto;
    width: 100%;
}

/**
 * Footer Styles
 */

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0rem;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
    
    
    
    
    
    
    
    #mobile-menu {
        display: visible;
        width: 30px;
        height: 30px;
        background-color: transparent;
        position: absolute;
        top: 35px;
        right: 35px;
        z-index: 1000;
        border: 1px solid #EF2D56;
        padding: 2px 4px;
        cursor: pointer;
    }

    #mobile-menu span {
        font-size: 20px;
        line-height: 24px;
        color: #EF2D56;
    }

    .background_image {

        position: fixed;
        z-index: 10;
        top: 0px;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        background-color: #fafafa;
        background-image: url("../img/backgrounds/bg-main-001.jpg");
        background-size: cover;

        transition: all 0.5s; 
        -webkit-transition: all 0.5s;            

    }


    #curtain-left-half {
        position: fixed;
        overflow: hidden;

        z-index: 10;
        top: 0px;
        left: 0px;

        width: 100%;
        height: 100vh;


        transition: all 0.5s; 
        -webkit-transition: all 0.5s;
    }

    #curtain-right-half {
        position: fixed;
        z-index: 10;
        top: 0%;
        left: 0px;
        width: 100%;
        height: 100vh;
        transition: all 0.5s; 
        -webkit-transition: all 0.5s;
        display: block; 
    }

    .curtain-left-hidden {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .curtain-right-hidden {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

}

@media (min-width: 768px) {

        
    
    
body {
    position: relative;
    margin: 0;
    padding:0px;
    overflow-x:hidden;
    padding-bottom: 6rem;
    min-height: 100%;
    background-image: url("../img/backgrounds/bg-main-001.jpg");
    background-size: cover!important;
    border:none;
}

.demo {
    margin: 0 auto;
    width: 100%;
}

/**
 * Footer Styles
 */

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  padding-left:0px;
  padding-right:0px;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
    
    
    #mobile-menu {
        display: none;
        width: 0px;
        height: 0px;
        position: absolute;
    }



    .background_image {

        position: fixed;
        z-index: 10;
        top: 0px;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        background-color: #fafafa;
        background-image: url("../img/backgrounds/bg-main-001.jpg");
        background-size: cover;
        transition: all 0.5s; 
        -webkit-transition: all 0.5s;            

    }



    #curtain-left-half {
        position: fixed;
        z-index: 10;
        top: 0px;
        left: 0px;
        width: 50%;
        height: 100vh;


    }

    #curtain-right-half {
        position: fixed;
        z-index: 10;
        top: 0px;
        left: 50%;
        width: 50%;
        height: 100vh;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;

    }

    .curtain-left-hidden {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .curtain-right-hidden {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

}

.curtain-left-overlay {
    width: 100%;
    height: 100%;
    /*    background-color: rgba(0,0,0,0.6);*/
    position: absolute;
    top: 0px;
    left: 0px;
}

/* ****** NEW ****** */
.curtain-right-overlay {
    width: 100%;
    height: 100%;
    position: absolute
}
/* ****** NEW ****** */

@media (max-width: 767px) {
    .curtain-left-overlay {	
        border: 20px solid #fff;
    }

    /* ****** NEW ****** */
    .curtain-right-overlay {	
        border: 20px solid #fff;
    }
    /* ****** NEW ****** */
}

@media (min-width: 768px) {
    .curtain-left-overlay {	
        border-top: 20px solid #fff;
        border-right: 0px solid #fff;
        border-bottom: 20px solid #fff;
        border-left: 20px solid #fff;
    }

    /* ****** NEW ****** */
    .curtain-right-overlay {	
        border-top: 20px solid #fff;
        border-left: 0px solid #fff;
        border-bottom: 20px solid #fff;
        border-right: 20px solid #fff;
    }
    /* ****** NEW ****** */
}

.menuItem {
    overflow:hidden;
    position: relative;
}

.menuItem .menu-item-bg {
    width: 100%;
    height: 100%;
    /* ****** NEW ****** */
    //-webkit-transform: scale(1);
    //-ms-transform: scale(1);
    //transform: scale(1);
    //transition: all 1s linear 0s;
    /* ****** NEW ****** */
}

.menuItem:hover .menu-item-bg {
    /* ****** NEW ****** */
    //-webkit-transform: scale(1.2);
    //-ms-transform: scale(1.2);
    //transform: scale(1.2); 
    /* ****** NEW ****** */	
}

/*                MENU GRID                  */

.menuItem1x2 {
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
}

.menuItem2x1 {
    width: 100%;
    height: 50%;
    text-align: center;
}

.menuItem2x2 {
    width: 50%;
    height: 25%;
    float: left;
    text-align: center;
}

.menuItem3x1 {
    width: 100%;
    height: 33%;
    text-align: center;
}

.menuItem3x1:nth-of-type(2) {
    height: 34%;
    background-color: #fff;
}

.menuItem5x1 {
    width: 100%;
    height: 20%;
    text-align: center;
}

.menu-item-overlay {
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    /*    background-color: rgba(0,0,0,0.6);*/
    cursor: pointer;
    /* ****** NEW ****** */
    transition: all 0.2s linear 0s;
    /* ****** NEW ****** */
}

/* ****** NEW ****** */
.menu-item-overlay:hover {
    background-color: white;
}
/* ****** NEW ****** */

/* ****** NEW ****** */
.menu-item-overlay:hover  > div h1 {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);  
}

.menu-item-overlay:hover  > div span{
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);  
}
/* ****** NEW ****** */

/* ****** NEW ****** */
/*
@media (max-width: 767px) {
        .menuItem2x2:nth-of-type(1) .menu-item-overlay{
                border-top: 30px solid #fff;
                border-right: 0px solid #fff;
                border-bottom: 0px solid #fff;
                border-left: 30px solid #fff;
        }
        
        .menuItem2x2:nth-of-type(2) .menu-item-overlay{
                border-top: 30px solid #fff;
                border-right: 30px solid #fff;
                border-bottom: 0px solid #fff;
                border-left: 0px solid #fff;
        }
        
        .menuItem2x2:nth-of-type(3) .menu-item-overlay{
                border-top: 0px solid #fff;
                border-right: 0px solid #fff;
                border-bottom: 30px solid #fff;
                border-left: 30px solid #fff;
        }
        
        .menuItem2x2:nth-of-type(4) .menu-item-overlay{
                border-top: 0px solid #fff;
                border-right: 30px solid #fff;
                border-bottom: 30px solid #fff;
                border-left: 0px solid #fff;
        }
}

@media (min-width: 768px) {
        .menuItem2x2:nth-of-type(1) .menu-item-overlay{
                border-top: 30px solid #fff;
                border-right: 0px solid #fff;
                border-bottom: 0px solid #fff;
                border-left: 0px solid #fff;
        }
        
        .menuItem2x2:nth-of-type(2) .menu-item-overlay{
                border-top: 30px solid #fff;
                border-right: 30px solid #fff;
                border-bottom: 0px solid #fff;
                border-left: 0px solid #fff;
        }
        
        .menuItem2x2:nth-of-type(3) .menu-item-overlay{
                border-top: 0px solid #fff;
                border-right: 0px solid #fff;
                border-bottom: 30px solid #fff;
                border-left: 0px solid #fff;
        }
        
        .menuItem2x2:nth-of-type(4) .menu-item-overlay{
                border-top: 0px solid #fff;
                border-right: 30px solid #fff;
                border-bottom: 30px solid #fff;
                border-left: 0px solid #fff;
        }
}
*/
/* ****** NEW ****** */

.menu-item-overlay > div{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

@media (max-width: 991px) {

    .menu-item-overlay  span.icon {
        color: #fff;
        display: block;
        width: 48px;
        height: 48px;
        padding-top: 12px;
        font-size: 24px;
        border-radius: 50%;
        background-color: #EF2D56;
        margin: 0px auto;
        /* ****** NEW ****** */
        transition: all 0.2s linear 0s;
        /* ****** NEW ****** */
    }

    .menu-item-overlay  h1 {
        color: #ffffff;
        margin: 0px;
        padding: 8px 0px 0px 0px;
        font-size: 24px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        /* ****** NEW ****** */
        transition: all 0.2s linear 0s;
        /* ****** NEW ****** */
    }
}

@media (min-width: 992px) {
    .menu-item-overlay  span.icon {
        color: #fff;
        display: block;
        width: 70px;
        height: 70px;
        padding-top: 16px;
        font-size: 36px;
        border-radius: 50%;
        background-color: #EF2D56;
        margin: 0px auto;
        /* ****** NEW ****** */
        transition: all 0.2s linear 0s;
        /* ****** NEW ****** */
    }

    .menu-item-overlay  h1 {
        color: #ffffff;
        margin: 0px;
        padding: 12px 0px 0px 0px;
        font-size: 36px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        /* ****** NEW ****** */
        transition: all 0.2s linear 0s;
        /* ****** NEW ****** */
    }
}

/*#item-portfolio .menu-item-bg {
    background-image: url("../img/backgrounds/bg-portfolio.jpg");
        background-size: cover;
}

#item-aboutUs .menu-item-bg {
    background-image: url("../img/backgrounds/bg-aboutUs.jpg");
        background-size: cover;
}

#item-services .menu-item-bg {
    background-image: url("../img/backgrounds/bg-services.jpg");
        background-size: cover;
}

#item-contact .menu-item-bg {
    background-image: url("../img/backgrounds/bg-contact.jpg");
        background-size: cover;
}*/

.masterstrategy {
    background-image: url("../img/ms_logo_white.png");
    background-size: 100%;

}
.masterstrategy:hover {
    background-image: url("../img/ms_logo_black.png");
    background-size: 100%;

}


.sendys {
    background-image: url("../img/sendys_logo_white.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; 
}
.sendys:hover {
    background-image: url("../img/sendys_logo_black.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center  
}



.alidata {
    background-image: url("../img/alidata_logo_white.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}
.alidata:hover {
    background-image: url("../img/alidata_logo_black.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}

.marcacriativa {
    background-image: url("../img/mc_logo_white.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}
.marcacriativa:hover {
    background-image: url("../img/mc_logo_black.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}
.masterstrategy {
    background-image: url("../img/ms_logo_white.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}
.masterstrategy:hover {
    background-image: url("../img/ms_logo_black.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}


.sealangola {
    background-image: url("../img/seal_logo_white.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}
.sealangola:hover {
    background-image: url("../img/seal_logo_black.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}




.sort {
    background-image: url("../img/sort_logo_white.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}
.sort:hover {
    background-image: url("../img/sort_logo_black.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}



.sealmoz {
    background-image: url("../img/seal_moz_logo_white.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}
.sealmoz:hover {
    background-image: url("../img/seal_moz_logo_black.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}




.labseal {
    background-image: url("../img/lab_logo_white.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}
.labseal:hover {
    background-image: url("../img/lab_logo_black.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center

}

/*                CONTENT                  */

@media (max-width: 767px) {

    #content {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        background-color: #fafafa;
        position: relative;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0.1;
        transition: all 0.5s; 
        -webkit-transition: all 0.5s;
    }

    #content section.title-area {
        width: 100%;
        padding: 0px 0px;
        background-color: white;
        color: #000;
    }

    #content section.body-area {
        width: 100%;
        padding: 50px 0px;
        background-color: #f1f1f2;
        border-bottom: 1px solid #e8e8e8;
    }

    #content section.title-area h1 {
        font-size: 36px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 6px;
        margin: 24px 0px;
    }

    #content section.title-area h1 span {
        color: #EF2D56;
    }

    #content section.title-area div.divider {
        width: 40px;
        height: 2px;
        background-color: #EF2D56;
        margin: 24px auto;
    }

    #content h2 {
        font-size: 30px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        letter-spacing: 2px;
        margin: 0px 0px 24px;
        text-transform: uppercase;
        color: #191b1d;
    }

    #content h2 span{
        color: #EF2D56; 
    }

    #content section.title-area h4 {
        color: #000000;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 20px;
        text-align: center;
        margin: 24px 0px;
    }

    #content section.body-area h3 {
        font-size: 30px;
        font-weight: 300;

        font-family: 'Raleway', sans-serif;
        color: #191b1d;
        letter-spacing: 6px;
        margin: 0px;
        text-align: center;
    }

    #content section.body-area h3 span {
        color: #EF2D56;
    }

    #content section.body-area  p.paragraph{
        color: #000000;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.6;
        margin: 0px 0px 16px 0px;
        text-align: justify;
    }

    #content section.body-area div.divider {
        width: 40px;
        height: 2px;
        background-color: #EF2D56;
        margin: 24px auto;	
    }

    #content section.body-area div.skill {
        position: relative;
        text-align: left;
        color: #191b1d;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
    }

    #content section.body-area div.skill span.skill-title {
        margin-bottom: 12px;
        display: block;
        letter-spacing: 2px;
        font-size: 11px;
        font-weight: 500;
    }

    #content section.body-area div.skill span.skill-value {
        margin-bottom: 12px;
        display: block;
        letter-spacing: 2px;
        font-size: 11px;
        font-weight: 500;
        position: absolute;
        top: 0;
        font-size: 12px;
    }

    #content section.body-area div.progress {
        height: 1px;
        background-color: #fafafa;
        margin-bottom: 24px;
    }
    #content section.body-area div.progress-bar {
        background-color: #EF2D56;
        box-shadow: none;
    }
}

@media (min-width: 768px) {

    #content {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        background-color: #fafafa;
        position: relative;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0.1;
        transition: all 0.5s; 
        -webkit-transition: all 0.5s;
    }

    #content section.title-area {
        width: 100%;
        padding: 0px 0px;
        background-color: white;
        color: #000000;
    }

    #content section.body-area {
        width: 100%;
        padding: 50px 0px;
        background-color: #f1f1f2;
        border-bottom: 1px solid #e8e8e8;
    }

    #content section.title-area h1 {
        font-size: 30px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 6px;
        margin: 24px 0px;
    }

    #content section.title-area h1 span {
        color: #EF2D56;
    }

    #content section.title-area div.divider {
        width: 40px;
        height: 2px;
        background-color: #EF2D56;
        margin: 24px auto;
    }

    #content h2 {
        font-size: 48px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        letter-spacing: 2px;
        margin: 0px 0px 24px;
        text-transform: uppercase;
        color: #191b1d;
    }

    #content h2 span{
        color: #EF2D56; 
    }

    #content section.title-area h4 {
        color: #000000;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 20px;
        text-align: center;
        margin: 24px 0px;
    }

    #content section.body-area h3 {
        font-size: 24px;
        font-weight: 400;
        font-family: 'Raleway', sans-serif;
        color: #191b1d;
        line-height:30px;
        letter-spacing: 0px;
        margin: 0px;
        text-align: left;
    }

    #content section.body-area h3 span {
        color: #EF2D56;
    }



    .topics_text {
        text-align:left;
        color: #000000;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 14px;
    }


    #content section.body-area  p.paragraph{
        color: #000000;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.6;
        margin: 0px 0px 16px 0px;
        text-align: justify;
    }

    #content section.body-area div.divider {
        width: 40px;
        height: 2px;
        background-color: #EF2D56;
        margin: 15px 0px 0px 0px;	
    }

    #content section.body-area div.skill {
        position: relative;
        text-align: left;
        color: #191b1d;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
    }

    #content section.body-area div.skill span.skill-title {
        margin-bottom: 12px;
        display: block;
        letter-spacing: 2px;
        font-size: 11px;
        font-weight: 500;
    }

    #content section.body-area div.skill span.skill-value {
        margin-bottom: 12px;
        display: block;
        letter-spacing: 2px;
        font-size: 11px;
        font-weight: 500;
        position: absolute;
        top: 0;
        font-size: 12px;
    }

    #content section.body-area div.progress {
        height: 1px;
        background-color: #fafafa;
        margin-bottom: 24px;
    }
    #content section.body-area div.progress-bar {
        background-color: #EF2D56;
        box-shadow: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content h2 {
        font-size: 30px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        letter-spacing: 2px;
        margin: 0px 0px 24px;
        text-transform: uppercase;
        color: #191b1d;
    }

    #content h2 span{
        color: #EF2D56; 
    }

    #content section.title-area h4 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        margin: 24px 0px;
    }

    #content section.body-area h3 {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        color: #191b1d;
        letter-spacing: 6px;
        margin: 0px;
        text-align: center;
    }

    #content section.body-area h3 span {
        color: #EF2D56;
    }

    #content section.body-area  p.paragraph{
        color: #000000;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.6;
        margin: 0px 0px 16px 0px;
        text-align: justify;
    }

    #content section.body-area div.divider {
        width: 40px;
        height: 2px;
        background-color: #EF2D56;
        margin: 24px auto;	
    }

    #content section.body-area div.skill {
        position: relative;
        text-align: left;
        color: #191b1d;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
    }

    #content section.body-area div.skill span.skill-title {
        margin-bottom: 12px;
        display: block;
        letter-spacing: 2px;
        font-size: 11px;
        font-weight: 500;
    }

    #content section.body-area div.skill span.skill-value {
        margin-bottom: 12px;
        display: block;
        letter-spacing: 2px;
        font-size: 11px;
        font-weight: 500;
        position: absolute;
        top: 0;
        font-size: 12px;
    }

    #content section.body-area div.progress {
        height: 1px;
        background-color: #fafafa;
        margin-bottom: 24px;
    }
    #content section.body-area div.progress-bar {
        background-color: #EF2D56;
        box-shadow: none;
    }
}



@media (max-width: 767px) {


    .slideshow_section {width:100%;}

    .closed {
        position: absolute;
        top: -50px;
        right: 50%;
        margin-right: -20px;
        width: 40px;
        height: 100px;
        background-color: #EF2D56;
        color: #fff;
        opacity: 0;
        text-align: center;
        padding-top: 40px;
        font-size: 12px;
        z-index: 100;
        cursor: pointer;
    }
}

@media (min-width: 768px) {

    .slideshow_section {width:100%; height:100%;}

    .closed {
        position: fixed;
        right: 15px;
        margin-right: 0px;
        width: 70px;
        height: 70px;
        color: #fff;
        opacity: 0;
        text-align: center;
        padding-top: 5px;
        font-size: 40px;
        z-index: 100;
        cursor: pointer;
    }
}

.sendys_color {color:#4d9c2d;}
.alidata_color {color:#0081c9;}
.marcacriativa_color {color:#004a97;}
.masterstrategy_color {color:#ac8900;}
.sealangola_color {color:#e2231a;}
.sealmoz_color {color:#00a19a;}
.sort_color {color:#ffd600;}
.labseal_color {color:#ff5000;}
.site_color {color:#000000;}


.sendys_background_color {background-color:#4d9c2d!important;}
.alidata_background_color {background-color:#0081c9!important;}
.marcacriativa_background_color {background-color:#004a97!important;}
.masterstrategy_background_color {background-color:#ac8900!important;}
.sealangola_background_color {background-color:#e2231a!important;}
.sealmoz_background_color {background-color:#00a19a!important;}
.sort_background_color {background-color:#ffd600!important;}
.labseal_background_color {background-color:#ff5000!important;}



.is-visible {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1 !important;
}

.itemContent {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    color: #ffffff;
    display: none;
    position: relative;
}

.showContent {
    display: block;
}

@media (min-width: 768px) {
    .left-content {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 40%;
        height: 100%;
    }

    .lc-overlay {
        position:absolute;
        top:0px;
        left:0px;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
        /*		background-color: rgba(0,0,0,0.6);*/
    }

    .lc-overlay > div {
        //position: relative;
        //top: 50%;
        //-webkit-transform: translateY(-50%);
        //-ms-transform: translateY(-50%);
        //transform: translateY(-50%);	
    }

    .lc-overlay > div h2{
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 60px;
    }

    .right-content {
        width: 60%;
        height: 100%;
        margin-left: 40%;
        position: relative;
        background:#f1f1f2;
    }

    .right-content > div {
        //position: relative;
        //top: 50%;
        //-webkit-transform: translateY(-50%);
        //-ms-transform: translateY(-50%);
        //transform: translateY(-50%);	
    }
}

@media (max-width: 767px) {
    .left-content {
        display: none;
    }

    .lc-overlay {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 96px 0px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
    }

    .lc-overlay > div {
        position: relative;
    }

    .lc-overlay > div h2{
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 36px;
        margin: 0px auto;
        line-height: 1;
    }

    .right-content {
        width: 100%;
        margin: 0px auto;
        position: relative;
        background:#f1f1f2;
    }
}


/************************************************************
 *                    03. PRELOADER
 ************************************************************/

#preloader {
    background-color: black;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
    text-align: center;
}

@media (max-width: 767px) {
    #preloader img.logo {
        width: 60px;
        height: auto;
        margin-top: 18px;
    }	
}

@media (min-width: 768px) {
    #preloader img.logo {
        width: 100px;
        height: auto;
        margin-top: 24px;
    }
}

#preloader-content {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 120px;
    right: 0px;
    margin: auto;
    -moz-user-select: none;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 120px;
    height: 120px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;

}


.sk-cube:before {background-color: white;}
.sk-cube2:before {background-color: white;}
.sk-cube3:before {background-color: white;}
.sk-cube4:before {background-color: white;}



.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0; 
    } 25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1; 
    } 90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0; 
    }		 
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0; 
    } 25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1; 
    } 90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0; 
    }
}

/************************************************************
 *                    04. HOME SECTION
 ************************************************************/

/*                SOCIAL ICONS              */

@media (max-width: 991px) {

    #home-wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0px auto;
        text-align: center;
        padding: 0px 10px;
    }

    #home-wrapper h1 {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 36px;
    }

    #home-wrapper h1 span{
        color: #EF2D56;
    }

    #home-wrapper h2 {
        padding: 0px 24px;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        font-size: 12pt;
    }


    #home-wrapper_2 {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0px auto;
        text-align: center;
        padding: 0px 10px;
    }


    .demo h1 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 225%;
        font-weight: normal!important;
        line-height:35px;
    }

    .demo h1 span {
        color: #EF2D56;
    }




    .demo h2 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 100%;
        line-height:15px;
        font-weight:400;
    }

    .footer h2 {
        padding: 0px 0px;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        font-size: 10pt;
    }
    .logotipo {
        margin: 0px auto;
        width: 25%;
        margin-left:37.5%;
        margin-top:-2px;
    }

    #logo {
        margin: 0px auto;
        width: 50px;
    }

    div.social {
        width: 100%;
        margin: 16px auto 0px;
        position: absolute;
        bottom: 0px;
    }

    ul.social {
        list-style: outside none none;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }

    li.social {
        display: inline-block;
        margin: 0px 4px;
        border: 0px none;
        width: 15px;
        height: 15px;
    }

    li.social a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        line-height: 16px;
        padding: 4px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    a:active, a:focus {
        outline: none;
    }

    li.social:hover a {
        color: #00a19a;
    }
}

@media (min-width: 992px) {

    #home-wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0px auto;
        text-align: center;
        padding: 0px 8%;
    }

    #home-wrapper h1 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 225%;
        font-weight: normal!important;
        line-height:35px;
    }

    #home-wrapper h1 span {
        color: #EF2D56;
    }

    .footer h2 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 100%;
        line-height:15px;
        font-weight:400;
    }




    #home-wrapper h2 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 100%;
        line-height:15px;
        font-weight:400;
    }





    #home-wrapper_2 {
        position: relative;
        top: 42%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0px auto;
        text-align: center;
        padding: 0px 8%;
    }

    .demo h1 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 225%;
        font-weight: normal!important;
        line-height:35px;
    }

    .demo h1 span {
        color: #EF2D56;
    }




    .demo h2 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 100%;
        line-height:15px;
        font-weight:400;
    }
    .logotipo {
        margin: 0px auto;
        width: 27%;
        margin-left:7%;
        margin-top:-2px;
    }
    #logo {
        margin: 0px auto;
        width: 27%;
        position:fixed;
        left:7%;
        top:0px;
    }

    div.social {
        width: 100%;
        margin: 0px 0px 0px;
        position: absolute;
        bottom: 0px;
    }

    ul.social {
        list-style: outside none none;
        text-align: left;
        margin: 0px;
        padding: 0px;
    }

    li.social {
        display: inline-block;
        margin: 0px 5px;
        
    }

    li.social a {
        text-decoration: none;
        color: #fff;
         line-height: 24px;
        padding: 0px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    a:active, a:focus {
        outline: none;
    }

    li.social:hover a {
        color: #00a19a;
    }
}



    li.social a span {
 font-size:10pt;
    }


@media (max-width: 767px) {
    .contacts_company {
        margin-top:10px; text-align:center;
    }
    
    #content p.value {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900; 
        font-size: 24px; 
        line-height: 1; 
        color: #232323;
    }

    #content p.time-unit {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700; 
        font-size: 10px; 
        color: #232323;
        line-height: 1; 
    }
}

@media (min-width: 768px) {
    
        .contacts_company {
        margin-top:10px; text-align:center;
    }
    
    
    
    #content p.value {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900; 
        font-size: 72px; 
        line-height: 1; 
        color: #232323;
    }

    #content p.time-unit {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700; 
        font-size: 16px; 
        color: #232323;
        line-height: 1; 
    }
}
/************************************************************
 *                    06. PORTFOLIO
 ************************************************************/

.lc-portfolio {
    background-image: url("../img/backgrounds/bg-portfolio.jpg");
    background-size: cover;
}

.right-content h1 {
    margin: 48px auto 24px;
}

.right-content p {
    margin: 24px auto;
}

.right-content div.portfolio-item {
    padding: 0px;
}

.right-content div.portfolio-item {
    position: relative;
}

.right-content div.portfolio-item div.portfolio-overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 20px solid transparent;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;

}

.right-content div.portfolio-item div.portfolio-overlay div.vertical-center {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 60px;
    margin: -15px 0 0 -35px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.right-content div.portfolio-item div.portfolio-overlay:hover div.vertical-center {
    opacity: 1;
}

.right-content div.portfolio-item div.portfolio-overlay:hover{
    background-color: rgba(0,0,0,0.5);
    border: 10px solid #fff;
}

.right-content div.portfolio-item  img {
    width: 100%;
}

.mfp-title, .mfp-counter {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px !important;
    font-weight: 500;
    text-transform: uppercase;
}

#subscribe-button {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid white;
    color: #fff;
    background: none;
    padding: 8px 22px;
    letter-spacing: 1px;
    border-radius: 0px;
    transition: all 0.5s;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    margin: 10px 0px;
    text-transform:none;
}

#subscribe-button span {
    font-size: 32px;
}

#subscribe-button:hover {
    opacity: 0.8;
}

#subscribe-button:active, #subscribe-button:focus {
    outline: none;
}


#sendys-button {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #4d9c2d;
    color: #4d9c2d;
    background: none;
    padding: 8px 22px;
    letter-spacing: 1px;
    border-radius: 0px;
    transition: all 0.5s;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    margin: 10px 0px;
    text-transform:none;
}

#sendys-button span {
    font-size: 32px;
}

#sendys-button:hover {
    opacity: 1;
    border: 2px solid #4d9c2d;
    color: white;
    background: #4d9c2d;

}

#sendys-button:active, #subscribe-button:focus {
    outline: none;
}



#item-contact {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    background: none;
    padding: 8px 22px;
    letter-spacing: 1px;
    border-radius: 0px;
    transition: all 0.5s;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    margin: 10px 0px;
    text-transform:none;
}

#item-contact span {
    font-size: 32px;
}

#item-contact:hover {
    opacity: 1;
    border: 2px solid #FFFFFF;
    color: black;
    background: #FFFFFF;

}

#item-contact:active, #subscribe-button:focus {
    outline: none;
}


#alidata-button {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #0081c9;
    color: #0081c9;
    background: none;
    padding: 8px 22px;
    letter-spacing: 1px;
    border-radius: 0px;
    transition: all 0.5s;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    margin: 10px 0px;
    text-transform:none;
}

#alidata-button span {
    font-size: 32px;
}

#alidata-button:hover {
    opacity: 1;
    border: 2px solid #0081c9;
    color: white;
    background: #0081c9;

}

#alidata-button:active, #subscribe-button:focus {
    outline: none;
}



#masterstrategy-button {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #ac8900;
    color: #ac8900;
    background: none;
    padding: 8px 22px;
    letter-spacing: 1px;
    border-radius: 0px;
    transition: all 0.5s;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    margin: 10px 0px;
    text-transform:none;
}

#masterstrategy-button span {
    font-size: 32px;
}

#masterstrategy-button:hover {
    opacity: 1;
    border: 2px solid #ac8900;
    color: white;
    background: #ac8900;

}

#masterstrategy-button:active:focus {
    outline: none;
}



#sealangola-button {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #e2231a;
    color: #e2231a;
    background: none;
    padding: 8px 22px;
    letter-spacing: 1px;
    border-radius: 0px;
    transition: all 0.5s;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    margin: 10px 0px;
    text-transform:none;
}

#sealangola-button span {
    font-size: 32px;
}

#sealangola-button:hover {
    opacity: 1;
    border: 2px solid #e2231a;
    color: white;
    background: #e2231a;

}

#sealangola-button:active:focus {
    outline: none;
}




#sealmoz-button {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #00a19a;
    color: #00a19a;
    background: none;
    padding: 8px 22px;
    letter-spacing: 1px;
    border-radius: 0px;
    transition: all 0.5s;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    margin: 10px 0px;
    text-transform:none;
}

#sealmoz-button span {
    font-size: 32px;
}

#sealmoz-button:hover {
    opacity: 1;
    border: 2px solid #00a19a;
    color: white;
    background: #00a19a;

}

#sealmoz-button:active:focus {
    outline: none;
}





#sort-button {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #ffd600;
    color: #ffd600;
    background: none;
    padding: 8px 22px;
    letter-spacing: 1px;
    border-radius: 0px;
    transition: all 0.5s;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    margin: 10px 0px;
    text-transform:none;
}

#sort-button span {
    font-size: 32px;
}

#sort-button:hover {
    opacity: 1;
    border: 2px solid #ffd600;
    color: white;
    background: #ffd600;

}

#sort-button:active:focus {
    outline: none;
}



#labseal-button {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #ff5000;
    color: #ff5000;
    background: none;
    padding: 8px 22px;
    letter-spacing: 1px;
    border-radius: 0px;
    transition: all 0.5s;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    margin: 10px 0px;
    text-transform:none;
}

#labseal-button span {
    font-size: 32px;
}

#labseal-button:hover {
    opacity: 1;
    border: 2px solid #ff5000;
    color: white;
    background: #ff5000;

}

#labseal-button:active:focus {
    outline: none;
}



.form-control + .underscored {
    width: 0px;
    height: 2px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: #EF2D56;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.form-control:focus + .underscored {
    width: 100%;
}

@media (max-width: 767px) {
    #subscribe-form {
        width: 70%;
        text-align: center;
        margin: 0px auto;
        position: relative;
    }

    #subscribe-info-label {
        width: 100%;
        height: 20px;
        background-color: transparent;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 10px;
        font-weight: 400;
        color: #333;
    }

    #subscribe-form input[type="email"].form-control {
        margin: 0px auto;
        width: 100%;
        text-align: center;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        border-radius: 0px;
        box-shadow: none;
        color: #191B1D;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 700;
        height: auto;
    }
}

@media (min-width: 768px) {
    #subscribe-form {
        width: 60%;
        text-align: center;
        margin: 0px auto;
        position: relative;
    }

    #subscribe-info-label {
        width: 100%;
        height: 20px;
        background-color: transparent;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #333;
    }

    #subscribe-form input[type="email"].form-control {
        margin: 0px auto;
        width: 100%;
        text-align: center;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        border-radius: 0px;
        box-shadow: none;
        color: #191B1D;
        font-family: 'Montserrat', sans-serif;
        font-size: 10px;
        font-weight: 700;
        height: auto;
    }

    #subscribe-form input[type="email"].form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #DDD;
    }

    #subscribe-form input[type="email"].form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #DDD;
    }

    #subscribe-form input[type="email"].form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #DDD;
    }

    #subscribe-form input[type="email"].form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #DDD;
    }

    #subscribe-form input[type="email"].form-control:placeholder-shown { /* Standard Pseudo-class */
        color: #DDD;
    } 
}

#subscribe-overlay {
    position: fixed; 
    top: 0px; 
    left: -5000px; 
    width: 100%; 
    height: 100%; 
    overflow: hidden;
    background-color: rgba(255,255,255,0.99); 
    z-index: 10000; 
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform 0.5s, opacity 0.5s;
    box-sizing: border-box;
    border: 30px solid transparent;
    background-image: url("../img/backgrounds/bg-main-001.jpg");
}

#subscribe-overlay div.inner {
    width: 100%;
    height: 100%;
    background-color: #FFF;
}


#subscribe-overlay div.closed {
    position: relative;
    margin: 0px auto;
    top: -100px;
    left: 0px;
    width: 40px;
    height: 100px;
    background-color: #EF2D56;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    padding-top: 40px;
    font-size: 12px;
    z-index: 100;
    cursor: pointer;
}

.show-sub-overlay {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

#subscribe-overlay div.content {
    position: relative;
    top: 50%;
    margin-top: -100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    text-align: center;
}

/************************************************************
 *                    07. ABOUT US
 ************************************************************/

.lc-aboutUs {
    background-image: url("../img/backgrounds/bg-aboutUs.jpg");
    background-size: cover;
}



.lc-sendys {
    background-image: url("../img/backgrounds/bg-sendys.jpg");
    background-size: cover;
}

.lc-alidata {
    background-image: url("../img/backgrounds/bg-alidata.jpg");
    background-size: cover;
}

.lc-marcacriativa {
    background-image: url("../img/backgrounds/bg-marcacriativa.jpg");
    background-size: cover;
}

.lc-masterstrategy {
    background-image: url("../img/backgrounds/bg-masterstrategy.jpg");
    background-size: cover;
}

.lc-sealmoz {
    background-image: url("../img/backgrounds/bg-sealmoz.jpg");
    background-size: cover;
}

.lc-sealangola {
    background-image: url("../img/backgrounds/bg-sealangola.jpg");
    background-size: cover;
}

.lc-sort {
    background-image: url("../img/backgrounds/bg-sort.jpg");
    background-size: cover;
}

.lc-labseal {
    background-image: url("../img/backgrounds/bg-labseal.jpg");
    background-size: cover;
}





.team img {
    width: 100%;
    height: auto;
}

#team-carousel {
    margin: 0px auto;
    position: relative;
}

#team-carousel div.profile-info {
    padding: 0px 15px 15px 0px;
}

div.inner {
    position: relative;
    cursor: pointer;
}

div.item div.legend {
    height: 80px; 
    width: 100%; 
    border: 1px solid #e8e8e8; 
    padding: 20px;
    background-color: #fff; 
    text-transform: uppercase;
}

#team-carousel div.item div.legend h4 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 0px 6px 0px;
    letter-spacing: 2px;
    color: #191b1d;
    text-align: center;
}

div.item div.legend p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    margin: 0px 0px 6px 0px;
    letter-spacing: 2px;
    color: #8c939a;
}

div.inner div.info {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 0.5s ease 0s;
}

div.inner div.info:hover {
    opacity: 1;
}

#team-carousel div.info {
    padding: 70% 15%;
}

#team-carousel h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0px;
}

#team-carousel p.info {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 24px;
}

#team-carousel .owl-controls {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 0px;
    color: #000;
    bottom: 0px;
}

#team-carousel .owl-nav{
    margin: 0px auto;
    width: 30px;
}

#team-carousel .owl-prev {
    float: left;
    height: 80px;
    padding: 30px 6px;
    content: "\f177";
    background-color: #000;
    color: #FFF;
    width: 30px;
}

#team-carousel .owl-next {
    float: right;
    height: 80px;
    padding: 30px 6px;
    content: "\f178";
    background-color: #000;
    color: #FFF;
    width: 30px;
}

@media (max-width: 767px) {
    #team-carousel {
        width: 298px;
    }

    #team-carousel div.item{
        width: 298px;
    }
}

@media (min-width: 768px) and (max-width: 1919px) {
    #team-carousel {
        width: 264px;
    }

    #team-carousel div.item{
        width: 264px;
    }
}

@media (min-width: 1920px)  {
    #team-carousel {
        width: 540px;
    }

    #team-carousel div.item{
        width: 264px;
    }
}

@media (min-width: 2440px) {
    #team-carousel {
        width: 816px;
    }

    #team-carousel div.item{
        width: 264px;
    }
}

.progress {
    height: 2px;
}

.progress-bar {
    background-color: #000;
}

#content-aboutUs h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: left;
    color: #000;
}

/************************************************************
 *                    08. SERVICES
 ************************************************************/

.lc-services {
    background-image: url("../img/backgrounds/bg-services.jpg");
    background-size: cover;
}

div.services-info {
    position: relative;
    padding-left: 60px;
    margin: 24px 0px 36px;
    min-height: 40px;
    overflow: hidden;
    text-align: left;
}

div.services-info span {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #EF2D56;
    font-size: 30px;
}

div.services-info h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-size: 13px;
    color: #191B1D;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

div.services-info p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6D747C;
    margin: 0px;
    line-height: 1.4
}

@media (min-width: 600px) {
    #services-carousel {
        width: 360px;
    }
}

@media (min-width: 1167px) {
    #services-carousel {
        width: 720px;
    }
}

@media (min-width: 1827px) {
    #services-carousel {
        width: 1080px;
    }
}

@media (min-width: 2440px) {
    #services-carousel {
        width: 1464px;
    }
}

/************************************************************
 *                    09. CONTACT
 ************************************************************/
.lc-contact {
    background-image: url("../img/backgrounds/bg-aboutUs_contacts.jpg");
    background-size: cover;
}

.map-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px auto;
    text-align: center;
    padding: 0px 24px;
}

.map-divider {
    background-image: url("../img/backgrounds/bg-map.jpg");
}

#map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#map-overlay {
    position: fixed; 
    top: 0px; 
    left: -5000px; 
    width: 100%; 
    height: 100%; 
    overflow: hidden;
    background-color: rgba(255,255,255,0.99); 
    z-index: 10000; 
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform 0.5s, opacity 0.5s; 
    box-sizing: border-box;
    border: 30px solid #fff;
}

#map-overlay div.closed {
    position: relative;
    margin: 0px auto;
    top: -100px;
    left: 0px;
    width: 40px;
    height: 100px;
    background-color: #EF2D56;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    padding-top: 40px;
    font-size: 12px;
    z-index: 100;
    cursor: pointer;
}

.show-map-overlay {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

#map-overlay div.content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#map-button {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #EF2D56;
    color: #fff;
    background-color: #EF2D56;
    padding: 14px 56px;
    letter-spacing: 4px;
    border-radius: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 24px;
    text-transform: uppercase;
}

#map-button:hover {
    opacity: 0.8;
}

#map-button:active, #map-button:focus {
    outline: none;
}

/*                FORM 		              */

#content section.body-area div.divider.center{
    margin: 24px auto;
}

#contactForm {
    margin: 0px auto 0px;
}

#contactForm .form-group {
    margin-bottom: 0px;
    position: relative;
}

#contactForm .label_form {
    font-family: 'Raleway', sans-serif;

    font-weight: 500; color:white; float:left; font-size:10pt;}

#contactForm input[type="email"].form-control, #contactForm input[type="text"].form-control {
    color: white;
    margin: 0px auto 12px;
    width: 100%;
    text-align: left;
    padding: 9px 12px;
    height: 35px;
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    box-shadow: none;
    border: 1px solid white;
    border-radius: 0px;
}

#contactForm textarea.form-control {
    color: white;
    margin: 0px auto 12px;
    width: 100%;
    text-align: left;
    padding: 9px 12px;
    height: 35px;
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    box-shadow: none;
    border: 1px solid white;
    border-radius: 0px;
    height:60px;
}

#contactForm input[type="email"].form-control:focus, #contactForm input[type="text"].form-control:focus, #contactForm textarea.form-control:focus {
    border-color: white;
    background-color: rgba(255, 255, 255, 0.3);
}

#contactForm button[type="submit"] {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    background: none;
    padding: 8px 22px;
    letter-spacing: 1px;
    border-radius: 0px;
    transition: all 0.5s;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    margin: 10px 0px;
    text-transform:none;
}

#contactForm button[type="submit"]:hover {
    opacity: 1;
    border: 2px solid #FFFFFF;
    color: black;
    background: #FFFFFF;
}

#contactForm-result {
    position: absolute;
    bottom: 0px;
    right: 0%;
    width: 100%;
    height: 50px;
    background-color: #EF2D56;
    color: #fff;
    font-size: 24px;
    padding: 12px;
    opacity: 0;
}

@media (max-width: 767px) {
    div.contact-item  {
        margin-bottom: 4px;
    }
}

div.contact-item   {
    padding: 35px 20px;
    text-align: center;
    //position: relative;
}

div.contact-item > span {
    font-size: 46px;
    color: #191B1D;
}

#content section.body-area div.contact-item > div.divider {
    margin: 24px auto;
}

div.contact-item h4 {
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #191B1D;
    text-transform: uppercase;
    margin: 24px 0px;
    letter-spacing: 2px;
}

div.contact-item div.contact-info p{
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #6D747C;
    margin: 0px;
    line-height: 1.4;
    text-align: center;
}

div.icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFF;
    text-align: left;
    line-height: 24px;
    background-color: #000;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
}

div.contact-description {
    margin-bottom: 1px;
    color: #777;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}

div.contact-info {
    font-size: 14px;
    font-weight: 300;
}

div.contact-infos {
    margin: 48px auto 0px;
}

 .error_input {
      background: #f64b2f;
      width: auto;
      padding-left: 15px;
      text-align: right;
      padding-right: 15px;
      color: white;
      float: right;
      position: relative;
      font-size: 8pt;
      line-height: 25px;
      top: -12px;
      margin-bottom: 3px;
  }
  .error_input:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      border-top: 10px solid transparent;
      border-bottom: 10px solid #f64b2f;
      right: 0px;
      z-index: 2;
      top: -15px;
  }
  
  
  
.sk-three-bounce {
  margin: 100px auto;
  width: 80px;
  text-align: center; }
  .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
            animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }
@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.language {
position:fixed; right:20px; top:10px; color:white; z-index:10; font-size:8pt;
    
}
.language td {
padding:4px;    
}

.language td a { 
color:white;
font-style: italic;
opacity:0.7;
}