/* -------- ATRIUM STYLES OVERRIDE--------- */
#languagesmenu{
	z-index: 1;	
}
#menuParent{
	z-index: 1;	
}
#submenuParent{
	z-index: 1;	
}
/* PASTE BEYOND THIS POINT */
/* -------- Start.. Reset, Clear Fix --------- */
html, body{
    width: 100vw;
    overflow: hidden;
}
html, body, img, a, div{
    margin: 0;
    padding: 0;
}

/* -------- End.. Reset, Clear Fix --------- */

/* -------- Start.. TEMP (APAGAR) --------- */
#menu_temp{
    position: absolute;
    width: 100%;
    height: 90px;
    z-index: 100;
    top: 40px;
    background: #373745;
    display: block;
    pointer-events: none;
}
#footer_temp{
    position: absolute;
    min-width: 100%;
    height: 25px;
    z-index: 1;
    bottom: 0;
    background: #373745;
    display: block;
    border-top: 2px solid #e0e0e0;
}
/* -------- End.. TEMP (APAGAR) --------- */
#wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}
#feature_container{
    margin: 0;
    padding: 0;
    position: relative;
    height: 100vh;
    width: 5000px;
    display: inline-block;
    z-index: 0;
    overflow: hidden;
    font-family: "Trebutchet MS", Arial, Helvetica, sans-serif;
    left: 0;
    -webkit-transform: translateZ(0);
    background: #373745;
}
.partner_container{
    position: relative;
    float: left;
    height: 100vh;
    width: 20vw;
    overflow: hidden;
    display: inline-block;
    margin-right: 3px;
}
/* -------Start.. Partner photos ------ */
.partner_photo_container{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    display: table-cell;
}
.partner_photo{
    min-height: 100%;
    max-width: 100%;
    position: absolute;
    display: table-cell;
    margin: auto;
    bottom: 0;
    vertical-align: bottom;
}
/* -------End.. Partner photos  ------ */
/* -------Start.. Partner navigation ------ */
.nav_buttons{
    width: 20px;
    height: 68px;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 45%;
}
#left_nav{
    left: 0;
    background: url("../pt/img/icons/navLeft.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: background 0.5s ease;
}
#left_nav:hover{
    background: url("../pt/img/icons/navLeftHover.png");
    background-size: contain;
    background-repeat: no-repeat;
}
#right_nav{
    right: 0;
    background: url("../pt/img/icons/NavRight.png");
    background-size: contain;
    background-repeat: no-repeat;    
    transition: background 0.5s ease;
}
#right_nav:hover{
    background: url("../pt/img/icons/navRightHover.png");
    background-size: contain;
    background-repeat: no-repeat;
}
/* -------End.. Partner navigation ------ */

/* -------- Start.. Grayscale photos ----------*/
.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* IE 6-9 */
  filter: gray;
  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .8s;
    -moz-transition: opacity .8s ease;
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
    -moz-filter: none;
  filter: none;
}

.grayscale.grayscale-replaced {
  filter: none;
  -webkit-filter: none;
    -moz-filter: none;
}

.grayscale.grayscale-replaced > svg {
  opacity: 1;
  -webkit-transition: opacity .8s ease;
  -moz-transition: opacity .8s ease;
  transition: opacity .8s ease;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}
/* -------- End.. Grayscale photos ----------*/
/* -------- Start.. Partner Copy  -------- */
.partner_titles{
    height: 50px;
    width: 100%;
    position: absolute;
    z-index: 100;
    display: block;
    top: 60%;
    pointer-events: none;
    padding-top: 5px;
    transition: top 0.5s ease;
}
.partner_history_container{
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
    display: block;    
    background: rgba(20, 18, 18, 0.8);
    pointer-events: none;
    transition: bottom 0.5s ease;
}
.partner_name{
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    color: #cb5820;
    text-align: center;
    font-weight: bold;
}
.partner_cargo{
    display: block;
    font-size: 12px;
    color: white;
    text-align: center;
}
.text_spacer{
    height: 55px;
    display: block;
}
.history_type{
    display: block;
    padding-left: 10px;
    color: #c35722;
    font-size: 12px;
    font-weight: bold;
}
.history_lead{
    padding: 0 18px;
    display: block;
    color: white;
    font-size: 12px;
    letter-spacing: 1px
}
/* -------- End.. Partner Copy  -------- */

/* -------- Start.. Element Positioning -------- */

.partner_titles_active{
    top: 50%;
}
#first_partner{}
#last_partner{}

/* -------- END.. Element Positioning -------- */



/* -------- Start.. Media Queries -------- */
/* tablet Portrait ----------- */
@media screen and (min-device-width: 700px) and (orientation: portrait) {
	.partner_container{
        width: 33.333vw;
    }
    .partner_history_container{
        height: 40%;
    }
    .partner_titles{
        top: 70%;
    }
    .partner_titles_active{
        top: 60%;
    }
}
@media screen and (min-device-width: 700px) and (orientation: landscape) {
	.nav_buttons{
		top: 40%;	
	}
	.partner_container{
        width: 25vw;
    }
    .partner_history_container{
        height: 50%;
    }
    .partner_titles{
        top: 70%;
    }
    .partner_titles_active{
        top: 50%;
    }
}
	/* PC 800x600 ----------- */
@media all and (max-height: 600px) {
	.partner_container{
        width: 25vw;
    }
    .partner_history_container{
        height: 72%;
    }
    .partner_titles{
        top: 70%;
    }
    .partner_titles_active{
        top: 28%;
    }
}
	/* PC 1224+ ----------- */
@media all and (min-width: 1224px) {
    .partner_container{
        width: 20vw;
        height: 100%;
    }
	.partner_history_container{
        height: 40%;
    }
    .partner_titles{
        top: 70%;
    }
    .partner_titles_active{
        top: 60%;
    }
}
/* PC 1280x1024 ----------- */
@media all and (min-width: 1250px) {
	.partner_container{
		width: 20vw;	
	}
	.partner_history_container{
        height: 40%;
    }
    .partner_titles{
        top: 70%;
    }
    .partner_titles_active{
        top: 60%;
    }	
}
/* PC 1333 ----------- */
@media all and (min-width: 1300px) {
	.partner_container{
		width: 20vw;	
	}
	.partner_history_container{
        height: 50%;
    }
    .partner_titles{
        top: 70%;
    }
    .partner_titles_active{
        top: 50%;
    }	
}
/* PC 1680x1050 ----------- */
@media all and (min-width : 1600px) {
    .partner_container{
        width: 16.666vw;
        height: 100%;
    }
	.partner_history_container{
        height: 40%;
    }
    .partner_titles{
        top: 70%;
    }
    .partner_titles_active{
        top: 60%;
    }	
}
/* PC 1920x1080 ----------- */
@media all and (min-width : 1824px) {
    .partner_container{
        width: 14.285vw;
    }
    .partner_history_container{
        height: 40%;
    }
    .partner_titles{
        top: 70%;
    }
    .partner_titles_active{
        top: 60%;
    }
}

