/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media screen 
  and (min-device-width: 0px) 
  and (max-device-width: 750px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) 
{ 
.btn_contact {
    float: left;
    height: 26px;
    width: auto;
    padding: 0 10px 0 10px;
    background: #000;
	font-family: 'Myriad Set Pro';
	font-weight:bold;
	font-size:10px;
    color: white;
    text-transform: uppercase;
    margin-top: 5px;
	border:none;
	margin-bottom:5px;
}
.btn_contact:hover {
	color:#C3C3C3;
}
.td_display_none {
	display:none;
	
}
.td_formulaire_contact {
	width:100%;	
}
.separateur_form_coord_contact {
	width:0px;
}
#coordonnees {
	display:none;
}
.div-principal-contact {
	height: calc(100% - 100px);
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
	bottom:0;
}
.div_contact {
	height: 100%;
    padding-left:0 !important;
	padding-right:0 !important;
	padding-top: 0px;
}
.coordonnees > p {
	width:80%;
}
input[type="text"] {
	font-weight: 800;
	width:95%;
	margin: 5px 20px 0 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    background: none;
	font-family: 'Myriad Set Pro';
	line-height: 18px;
}
input[type="radio"] {
	width:10px;
	margin-right:10px;	
}
textarea {
    margin: 5px 0 0 0;
	width:100%;
	height:100px;
    border: none;
    padding-left: 5px;
    border: 1px solid #ccc;
    background: none;
	font-weight: 800;
	font-family: 'Myriad Set Pro';
}
tr:first-child {
	padding-bottom:10px;
	font-weight: 600;
}
tr {
	font-size:11px;
	font-family: 'Myriad Set Pro';
}
td {
	padding:5px !important;
}
#coordonnees_mobile > p {
	margin: 0 !important;
    line-height: 22px;	
}
#background_contact {
	width:100%;
	height:100%;
	    position: absolute;
    overflow: hidden;
}

#background_contact:before
{
content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url(../img/contact/background.jpg) no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 110% auto;
    background-position: center center;
	}




#test_img {
width: 0%;
    float: right;
    position: absolute;
    height: 100%;
    /* color: red; */
    z-index: 1;
    right: 0%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;	}

.txt_collabo {
	opacity:1;
	width:100%; 
	height:calc(100% - 110px); 
	float:right; 
	position:absolute; 
	z-index:2; 
	display:block;
}

.resize_mobile_row {
	/*position:fixed; */
	
}
.div_video {
	background:black;
}
.div_video > video {
	width:100%;
}

#plus_mobile {
position: absolute;
/*    bottom: 0;*/
    z-index: 2;
    width: 100%;
    background: rgba(0,0,0,0.6);
	padding-top: 10px;
    padding-bottom: 10px;
	height:50px;	
}
#plus_mobile > span {
    width: 26px;
    height: 26px;
/*    bottom: 0%;*/
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
	font-size: 0px; 
	line-height: 0%;
	/*border-top: 22px solid white; 
	border-left: 15px solid transparent; 
	border-right: 15px solid transparent;*/
	-webkit-transition: all 0.6s linear;                  
    -moz-transition: all 0.6s linear;                 
    -o-transition: all 0.6s ease-out;   
    -ms-transition: all 0.6s linear;          
    transition: all 0.6s linear;
	background-image:url('../img/arrow.png');
	background-repeat:no-repeat;
	background-size:26px;
}
.rotate_180 {
		-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);

}
.rotate_0 {
		-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);

}


.icon-bar {
	background:black !important;
}
.navbar-header {
	float:left !important;
	z-index:2 !important;
}
#menu_mobile_button {
	z-index:2 !important;
}
.navbar-fixed-top {
	background:rgba(250,250,250,0.8);
	height: 60px !important;
	position:absolute !important;
	left:auto !important;
	width:100%;
 }

.div_img_inspiration {
	display:none;
}
.div_img_inspiration_mobile {
	padding:0 !important;
}
.fond-normal {
}

.div_inspiration {
	padding: 0;
    background: white;
    margin-bottom: 10px;
}
.div_creation, .div_dev3d, .div_globale {
	padding:0; 
	background:white; 
	margin-bottom: 0px; 
}
#vertical_round_collabo {
	display:none;
}
#background_studio {
	overflow:hidden;
}
#background_studio img {
	display:block;
}
.ancre_collabo {
	height:10px;
	opacity:0;
	margin-top:-10px;
	display:none;
}

.texte_studio_center > em {
	display: block;
    height: 1px;
    width: 20px;
    background: #000;
    margin: auto;
	margin-bottom:10px;
}
.texte_studio_center > p:first-child{
	font: normal 18px 'Din-light';
    text-align: center;
    letter-spacing: 6px;
	margin-bottom:10px;
}
.texte_studio_center > p {
    font: italic 13px "Times New Roman", Times, serif;
    text-align: center;
    line-height: 16px;
	margin-bottom:10px;
}
.texte_studio_center > p:last-child{
    color: #000;
    text-align: justify;
     font: normal 13px 'Myriad Pro Regular';
    line-height: 16px;
}
.small-img-1 {
	float: left;
    width: 50%;
    margin: 0;
	}
.small-img-2 {
	float: right;
    width: 50%;
    margin: 0;
	}

.texte_studio_right > em {
	display: block;
    height: 1px;
    width: 20px;
    background: #000;
    margin: auto;
	margin-bottom:20px;
}
.texte_studio_right > p:first-child {
	font: normal 18px 'Din-light';
    text-align: center;
    letter-spacing: 6px;
	margin-bottom:20px;
}
.texte_studio_right > p {
    font: italic 14px "Times New Roman", Times, serif;
    text-align: center;
    line-height: 18px;
	margin-bottom:20px;
}
.texte_studio_right > p:last-child {
    color: #000;
    text-align: justify;
    opacity: 1;
    font: normal 13px 'Myriad Pro Regular';
    line-height: 18px;
}

canvas {
    width: 100%;
    height: 100%;
	}
.fond-fixed-1, .fond-fixed-2, .fond-fixed-3, .fond-fixed-4 {
	display: block; 
    background-size: 100% auto;
    /* height: 100%; */
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 200px !important;
    /* margin: 5%; */
    background-position: center;
    /* margin-bottom: -20px;*/
	} 
#wrapper-studio {
	padding-bottom: 40px;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
/*	background: rgba(211,23,115,1);*/
	position:fixed;
	margin-top:-60px;
	}

.texte_studio_center {
	margin-top: 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(255,255,255,0.8);
    padding-bottom: 0;
	letter-spacing:1px;
	}
.navbar-brand-rochay {
    height: 60px;
    width: 60px;
    cursor: pointer;
	-webkit-transition: all 0.3s ease-out;                  
    -moz-transition: all 0.3s ease-out;                 
    -o-transition: all 0.3s ease-out;   
    -ms-transition: all 0.3s ease-out;          
    transition: all 0.3s ease-out;
	position: absolute;
}
.logo_header_white {
	background: url(../img/logo_white.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 50px;
}

.logo_header_black {
	background: url(../img/logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 50px;
}

.contenu_collabo {
	vertical-align: middle;
    width: 100%;
    height: 100%;
    opacity: 1;
    padding: 50px;

}
.contenu_collabo > h1 {
	width: 100%;
    margin-top: 0px;
    padding-top: 10%;
    font-size: 14px;
    text-align: center;
	}
.contenu_collabo em {
    display: block;
    height: 1px;
    width: 100px;
    background: white;
    margin: 0 auto;
}
.contenu_collabo > p {
	font-size: 12px;
    text-align: justify;
    margin-top: 10px;
	word-spacing: -1px;
}

.contenu_collabo > p:last-child {
    font-size: 12px;
    text-align: justify;
	word-spacing: -1px;
}

.div-full-height {
    display: flex;
    height: calc(100% - 70px);
/*    margin: auto;*/
    /* min-height: 100%; */
    position: absolute;
    width: 100%;
}
.navbar-static-top {
    margin-top: 0px;
    height: 50px;
    /* background: rgba(255,255,255, 0.5); */
    margin-bottom: 0px;
}
.txt_top_creation {
	text-align:center;
	width:80%;
	margin-left:10%;
	margin-top: -70px;	
}
.txt_top_creation > p {
    font-size: 1.2em;
    padding-bottom: 0px;
    font-weight: 100;
    font-family: din-light;
    color: black;
	margin-bottom: 5px;
}
.txt_top_creation > p:last-child {
    font-size: 12px;
    padding-bottom: 0px;
    font-weight: 100;
    color: black;
	line-height:16px;
	margin-top:10px;

}
.txt_top_creation > em {
	display: block;
    height: 1px;
    width: 20px;
    background: black;
    margin: 0 auto;
}
.double_image {
	width:100%;
	margin-left:16%;
}
.double_image img {
	width:68%;
	margin-bottom:1%;		
}
.txt_right_studio > p:first-child {
text-align: -webkit-center;
    font-size: 1.8em;
    padding-bottom: 0px;
    font-weight: 100;
    font-family: din-light;
	color:white;
	}
.txt_right_studio > p:last-child {
	color: #fff;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    margin: 10px 0 10px 0;
    opacity: 1;
    font-size: 12px;
}
 .txt_right_studio em {
    display: block;
    height: 1px;
    width: 20px;
    background: #fff;
    margin: 0 auto;
}

.right_row {
    /* background: grey; */
    width: 100%;
    height: 30%;
    /* min-height: 100%; */
    overflow: hidden;
    color: black;
    /* float: right; */
    /* padding-right: 150px; */
    /* width: 400px; */
    top: 70%;
    position: absolute;
    left: 0%;
    display: table;
    background-color: rgba(255, 255, 255, 0.3);
}
.menu_mobile {
    color: black;
    z-index: 99999;
    position: absolute;
    FONT-SIZE: 12px;
    text-align: center;
    margin-right: auto;
    background: rgba(255,255,255,1);
    width: 100%;
    padding-right: 0;
    height: 100%;
    top: 0;
    right: 100%;
    padding-top: 60px;
	}
.menu_mobile > a {
    color: black;
    width: 50%;
    float: left;
    padding: 14px 0 10px 0;
	margin-left:50%;
}
.menu_mobile > a.active {
    background-color: transparent;
    background: url(../img/4-los.png) center 34px no-repeat;
    background-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu_mobile > span > a:last-child {
    color: white;
}
.menu_mobile > a:nth-child(4) {
    padding-bottom: 20px;
}
.menu_mobile > span {
	background:black;
	padding:5px;
	margin-left:50%;
}
.img_background_full {
    cursor: pointer;
    padding: 0;
    background: url(../img/background2_portrait.jpg) no-repeat;
    /* background-size: contain; */
    background-color: black;
    background-position: center center;
    background-size: auto 100%;
	height: 100%;
}
.navbar-brand-rochay {
    height: 60px;
    width: 50%;
    cursor: pointer;
	-webkit-transition: all 0.3s ease-out;                  
    -moz-transition: all 0.3s ease-out;                 
    -o-transition: all 0.3s ease-out;   
    -ms-transition: all 0.3s ease-out;          
    transition: all 0.3s ease-out;
	position: absolute;
	background: url(../img/logo_ss_ecrit.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 70px;
	float:right;
	right:0;
	z-index:1;
	margin-right:25%;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: white;
}
}
/* Landscape */
@media only screen 
  and (min-device-width: 0px) 
  and (max-device-width: 750px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

.btn_contact {
    float: left;
    height: 26px;
    width: auto;
    padding: 0 10px 0 10px;
    background: #000;
	font-family: 'Myriad Set Pro';
	font-weight:bold;
	font-size:10px;
    color: white;
    text-transform: uppercase;
    margin-top: 5px;
	border:none;
	margin-bottom:5px;
}
.btn_contact:hover {
	color:#C3C3C3;
}
.td_display_none {
	display:none;
	
}
.td_formulaire_contact {
	width:100%;	
}
.separateur_form_coord_contact {
	width:0px;
}
#coordonnees {
	display:none;
}
.div-principal-contact {
	height: calc(100% - 100px);
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
	bottom:0;
}
.div_contact {
	height: 100%;
    padding-left:0 !important;
	padding-right:0 !important;
	padding-top: 0px;
}
.coordonnees > p {
	width:80%;
}
input[type="text"] {
	font-weight: 800;
	width:95%;
	margin: 5px 20px 0 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    background: none;
	font-family: 'Myriad Set Pro';
	line-height: 18px;
}
input[type="radio"] {
	width:10px;
	margin-right:10px;	
}
textarea {
    margin: 5px 0 0 0;
	width:100%;
	height:100px;
    border: none;
    padding-left: 5px;
    border: 1px solid #ccc;
    background: none;
	font-weight: 800;
	font-family: 'Myriad Set Pro';
}
tr:first-child {
	padding-bottom:10px;
	font-weight: 600;
}
tr {
	font-size:11px;
	font-family: 'Myriad Set Pro';
}
td {
	padding:5px !important;
}
#coordonnees_mobile > p {
	margin: 0 !important;
    line-height: 22px;	
}
#background_contact {
	width:100%;
	height:100%;
	    position: absolute;
    overflow: hidden;
}

#background_contact:before
{
content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url(../img/contact/background.jpg) no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 110% auto;
    background-position: center center;
	}




#test_img {
width: 0%;
    float: right;
    position: absolute;
    height: 100%;
    /* color: red; */
    z-index: 1;
    right: 0%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;	}

.txt_collabo {
	opacity:1;
	width:100%; 
	height:calc(100% - 110px); 
	float:right; 
	position:absolute; 
	z-index:2; 
	display:block;
}

.resize_mobile_row {
	/*position:fixed; */
	
}
.div_video {
	background:black;
}
.div_video > video {
	width:100%;
}

#plus_mobile {
position: absolute;
/*    bottom: 0;*/
    z-index: 2;
    width: 100%;
    background: rgba(0,0,0,0.6);
	padding-top: 10px;
    padding-bottom: 10px;
	height:50px;	
}
#plus_mobile > span {
    width: 26px;
    height: 26px;
/*    bottom: 0%;*/
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
	font-size: 0px; 
	line-height: 0%;
	/*border-top: 22px solid white; 
	border-left: 15px solid transparent; 
	border-right: 15px solid transparent;*/
	-webkit-transition: all 0.6s linear;                  
    -moz-transition: all 0.6s linear;                 
    -o-transition: all 0.6s ease-out;   
    -ms-transition: all 0.6s linear;          
    transition: all 0.6s linear;
	background-image:url('../img/arrow.png');
	background-repeat:no-repeat;
	background-size:26px;
}
.rotate_180 {
		-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);

}
.rotate_0 {
		-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);

}


.icon-bar {
	background:black !important;
}
.navbar-header {
	float:left !important;
	z-index:2 !important;
}
#menu_mobile_button {
	z-index:2 !important;
}
.navbar-fixed-top {
	background:rgba(250,250,250,0.8);
	height: 60px !important;
	position:absolute !important;
	left:auto !important;
	width:100%;
 }

.div_img_inspiration {
	display:none;
}
.div_img_inspiration_mobile {
	padding:0 !important;
}
.fond-normal {
}

.div_inspiration {
	padding: 0;
    background: white;
    margin-bottom: 10px;
}
.div_creation, .div_dev3d, .div_globale {
	padding:0; 
	background:white; 
	margin-bottom: 0px; 
}
#vertical_round_collabo {
	display:none;
}
#background_studio {
	overflow:hidden;
}
#background_studio img {
	display:block;
}
.ancre_collabo {
	height:10px;
	opacity:0;
	margin-top:-10px;
	display:none;
}

.texte_studio_center > em {
	display: block;
    height: 1px;
    width: 20px;
    background: #000;
    margin: auto;
	margin-bottom:10px;
}
.texte_studio_center > p:first-child{
	font: normal 18px 'Din-light';
    text-align: center;
    letter-spacing: 6px;
	margin-bottom:10px;
}
.texte_studio_center > p {
    font: italic 13px "Times New Roman", Times, serif;
    text-align: center;
    line-height: 16px;
	margin-bottom:10px;
}
.texte_studio_center > p:last-child{
    color: #000;
    text-align: justify;
     font: normal 13px 'Myriad Pro Regular';
    line-height: 16px;
}
.small-img-1 {
	float: left;
    width: 30%;
    margin: 0;
	margin-left:10%;
	margin-top:60px;
	}
.small-img-2 {
	float: right;
    width: 30%;
    margin: 0;
	margin-right:10%;
	margin-top:60px;
	}

.texte_studio_right > em {
	display: block;
    height: 1px;
    width: 20px;
    background: #000;
    margin: auto;
	margin-bottom:20px;
}
.texte_studio_right > p:first-child {
	font: normal 18px 'Din-light';
    text-align: center;
    letter-spacing: 6px;
	margin-bottom:20px;
}
.texte_studio_right > p {
    font: italic 14px "Times New Roman", Times, serif;
    text-align: center;
    line-height: 18px;
	margin-bottom:20px;
}
.texte_studio_right > p:last-child {
    color: #000;
    text-align: justify;
    opacity: 1;
    font: normal 13px 'Myriad Pro Regular';
    line-height: 18px;
}

canvas {
    width: 100%;
    height: 100%;
	}
.fond-fixed-1, .fond-fixed-2, .fond-fixed-3, .fond-fixed-4 {
	display: block; 
    background-size: 100% auto;
    /* height: 100%; */
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 0px !important;
    /* margin: 5%; */
    background-position: center;
    /* margin-bottom: -20px;*/
	} 
#wrapper-studio {
	padding-bottom: 40px;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
/*	background: rgba(211,23,115,1);*/
	position:fixed;
	margin-top:-60px;
	}

.texte_studio_center {
	margin-top: 0px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(255,255,255,0.8);
    padding-bottom: 40px;
	letter-spacing:1px;
	}
.navbar-brand-rochay {
    height: 60px;
    width: 60px;
    cursor: pointer;
	-webkit-transition: all 0.3s ease-out;                  
    -moz-transition: all 0.3s ease-out;                 
    -o-transition: all 0.3s ease-out;   
    -ms-transition: all 0.3s ease-out;          
    transition: all 0.3s ease-out;
	position: absolute;
}
.logo_header_white {
	background: url(../img/logo_white.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 50px;
}

.logo_header_black {
	background: url(../img/logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 50px;
}

.contenu_collabo {
	vertical-align: middle;
    width: 100%;
    height: 100%;
    opacity: 1;
    padding: 50px;

}
.contenu_collabo > h1 {
	width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 14px;
    text-align: center;
	}
.contenu_collabo em {
    display: block;
    height: 1px;
    width: 100px;
    background: white;
    margin: 0 auto;
}
.contenu_collabo > p {
	font-size: 12px;
    text-align: justify;
    margin-top: 10px;
	word-spacing: -1px;
}

.contenu_collabo > p:last-child {
    font-size: 12px;
    text-align: justify;
	word-spacing: -1px;
}

.div-full-height {
    display: flex;
    height: calc(100% - 70px);
/*    margin: auto;*/
    /* min-height: 100%; */
    position: absolute;
    width: 100%;
}
.navbar-static-top {
    margin-top: 0px;
    height: 50px;
    /* background: rgba(255,255,255, 0.5); */
    margin-bottom: 0px;
}
.txt_top_creation {
	text-align:center;
	width:80%;
	margin-left:10%;
	margin-top: -70px;	
}
.txt_top_creation > p {
    font-size: 1.2em;
    padding-bottom: 0px;
    font-weight: 100;
    font-family: din-light;
    color: black;
	margin-bottom: 5px;
}
.txt_top_creation > p:last-child {
    font-size: 12px;
    padding-bottom: 0px;
    font-weight: 100;
    color: black;
	line-height:16px;
	margin-top:10px;

}
.txt_top_creation > em {
	display: block;
    height: 1px;
    width: 20px;
    background: black;
    margin: 0 auto;
}
.double_image {
	width:100%;
	margin-left:16%;
}
.double_image img {
	width:68%;
	margin-bottom:1%;		
}
.txt_right_studio > p:first-child {
text-align: -webkit-center;
    font-size: 1.8em;
    padding-bottom: 0px;
    font-weight: 100;
    font-family: din-light;
	color:white;
	}
.txt_right_studio > p:last-child {
	color: #fff;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    margin: 10px 0 10px 0;
    opacity: 1;
    font-size: 12px;
}
 .txt_right_studio em {
    display: block;
    height: 1px;
    width: 20px;
    background: #fff;
    margin: 0 auto;
}

.right_row {
    /* background: grey; */
    width: 100%;
    height: 30%;
    /* min-height: 100%; */
    overflow: hidden;
    color: black;
    /* float: right; */
    /* padding-right: 150px; */
    /* width: 400px; */
    top: 70%;
    position: absolute;
    left: 0%;
    display: table;
    background-color: rgba(255, 255, 255, 0.3);
}
.menu_mobile {
    color: black;
    z-index: 99999;
    position: absolute;
    FONT-SIZE: 12px;
    text-align: center;
    margin-right: auto;
    background: rgba(255,255,255,1);
    width: 100%;
    padding-right: 0;
    height: 100%;
    top: 0;
    right: 100%;
    padding-top: 60px;
	}
.menu_mobile > a {
    color: black;
    width: 50%;
    float: left;
    padding: 14px 0 10px 0;
	margin-left:50%;
}
.menu_mobile > a.active {
    background-color: transparent;
    background: url(../img/4-los.png) center 34px no-repeat;
    background-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu_mobile > span > a:last-child {
    color: white;
}
.menu_mobile > a:nth-child(4) {
    padding-bottom: 20px;
}
.menu_mobile > span {
	background:black;
	padding:5px;
	margin-left:50%;
}
.img_background_full {
    cursor: pointer;
    padding: 0;
    background: url(../img/background2_portrait.jpg) no-repeat;
    /* background-size: contain; */
    background-color: black;
    background-position: center center;
    background-size: auto 100%;
	height: 100%;
}
.navbar-brand-rochay {
    height: 60px;
    width: 50%;
    cursor: pointer;
	-webkit-transition: all 0.3s ease-out;                  
    -moz-transition: all 0.3s ease-out;                 
    -o-transition: all 0.3s ease-out;   
    -ms-transition: all 0.3s ease-out;          
    transition: all 0.3s ease-out;
	position: absolute;
	background: url(../img/logo_ss_ecrit.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 70px;
	float:right;
	right:0;
	z-index:1;
	margin-right:25%;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: white;
}
}

/* Portrait 
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}


/* ----------- iPad mini ----------- */

/* Portrait and Landscape 
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait 
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape 
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 1 and 2 ----------- 
/* Portrait and Landscape 
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait 
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape 
@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape 
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait 
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape 
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- Non-Retina Screens ----------- 
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}

/* ----------- Retina Screens ----------- 
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}

/* ----------- GENERAL ----------- */
@media screen 
  and (min-device-width: 751px)  
{ 
#coordonnees_mobile {
	display:none;
}
.btn_contact {
	    float: left;
    height: 26px;
    width: auto;
    padding: 0 10px 0 10px;
    background: #000;
	font-family: 'Myriad Set Pro';
	font-weight:bold;
	font-size:10px;
    color: white;
    text-transform: uppercase;
    margin-top: -5px;
	border:none;
}
.btn_contact:hover {
	color:#C3C3C3;
}

.td_formulaire_contact {
	width:350px;	
}
.separateur_form_coord_contact {
	width:30px;
}
.div-principal-contact {
	height: calc(100% - 150px);
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
	bottom:0;
	width:100%;
}
.div_contact {
	height: 100%;
    padding: 5%;
}
.coordonnees > p {
	width:80%;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon>:first-child {
    border: none;
    text-align: center;
    width: 100% !important;
}

.btn-social-icon>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2);
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0,0,0,0.2);
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0,0,0,0.2);
}
input[type="text"] {
	font-weight: 800;
	width:95%;
	margin: 5px 20px 0 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    background: none;
	font-family: 'Myriad Set Pro';
	line-height: 18px;
}
input[type="radio"] {
	width:10px;
	margin-right:10px;	
}
textarea {
    margin: 5px 0 0 0;
	width:100%;
	height:150px;
    border: none;
    padding-left: 5px;
    border: 1px solid #ccc;
    background: none;
	font-weight: 800;
	font-family: 'Myriad Set Pro';
}
tr:first-child {
	padding-bottom:10px;

	font-weight: 600;
}
tr {
	font-size:12px;
	font-family: 'Myriad Set Pro';
}
td {
	padding:5px !important;
}
#coordonnees > p {
margin: 0 !important;
    line-height: 22px;	
}
#background_contact {
    background-image: url(../img/contact/background.jpg);
    position: absolute;
    background-size: 103% auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

#test_img {
    width: 0%;
    float: right;
    position: absolute;
    height: 100%;
    /* color: red; */
    z-index: 1;
    right: 0%;
	background-position:right center;
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-attachment:fixed;
	}

.txt_collabo {
	opacity:0;
	width:0%; 
	height:100%; 
	float:right; 
	position:absolute; 
	z-index:2; 
	display:none;
	top:0;
}

.div_video {
	background:black;
	height:100% !important;
}
.div_video > video {
	width:50%;
	margin-left:25%;
}
#plus_mobile {
	display:none;
}

.navbar-fixed-top {
	-webkit-transition: all 0.3s ease-out;                  
    -moz-transition: all 0.3s ease-out;                 
    -o-transition: all 0.3s ease-out;   
    -ms-transition: all 0.3s ease-out;          
    transition: all 0.3s ease-out; 
}
.div_img_inspiration_mobile {
	display:none;
}

.fond-normal {
	background-size:cover;
	background-position:left center;
	background-repeat:no-repeat;
	height:100%;
}
.div_inspiration {
	    padding:0 !important;
    background: white;
    margin-bottom: -300px;
}
.div_creation, .div_dev3d, .div_globale {
	padding:0 !important; 
	background:white; 
	margin-bottom: -370px; 
}
#vertical_round_collabo {
position:fixed; right:0; top:50%; z-index:1; padding-right:20px;	
}
#background_studio {
	background-image:url(../img/studio/1st-background-studio.jpg);
}
#background_studio img {
	display:none;
}
.ancre_collabo {
	height:100px;
	opacity:0;
	margin-top:-100px;
}

.texte_studio_center > em {
	display: block;
    height: 1px;
    width: 20px;
    background: #000;
    margin: 0 auto;
	margin-bottom:20px;
}
.texte_studio_center > p:first-child{
	font: normal 32px 'Din-light';
    text-align: center;
    letter-spacing: 6px;
	margin-bottom:10px;
}
.texte_studio_center > p {
    font: italic 14px "Philosopher";
    text-align: center;
    line-height: 18px;
	margin-bottom:20px;
}
.texte_studio_center > p:last-child{
    color: #000;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    opacity: 1;
    font: normal 13px 'Myriad Pro Regular';
    line-height: 18px;
}
.small-img-1 {
    float: left;
    width: 40%;
    margin: 3% 0.5% 3% 9.5%;
}
.small-img-2 {
  float: left; 
    width: 40%;
    margin: 3% 9.5% 3% 0.5%;
	}

.opacity-margin-250 {
    height: 260px;
    background: rgba(255,255,255,0.8);
}

.texte_studio_right > em {
	display: block;
    height: 1px;
    width: 20px;
    background: #000;
    margin: 0 auto;
	margin-bottom:20px;
}
.texte_studio_right > p:first-child {
	font: normal 32px 'Din-light';
    text-align: center;
    letter-spacing: 6px;
	margin-bottom:10px;
}
.texte_studio_right > p {
	font: italic 14px "MaiolaPro";
    text-align: center;
    line-height: 18px;
    margin-bottom: 20px;
    letter-spacing: 1px;
	}
.texte_studio_right > p:last-child {
    color: #000;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    opacity: 1;
    font: normal 13px 'Myriad Set Pro';
    line-height: 18px;
}

.fond-fixed-1, .fond-fixed-2, .fond-fixed-3, .fond-fixed-4  {
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	height:1000px;
} 

#wrapper-studio {
	/*display: table; */
    /* height: 25%; */
    /* min-height: auto; */
    width: 100%;
    position: absolute;
    /* padding-left: 40px; */
    /* padding-right: 40px; */
    /* right: 10%; */
    background: rgba(211,23,115,0.5);
    bottom: 37%;
    padding: 0;
    padding-left: 25%;
    padding-right: 25%;
	}

.texte_studio_center {
	margin-top:-260px;
	padding-top:80px;
}

.navbar-brand-rochay {
    height: 130px;
    width: 130px;
    cursor: pointer;
	-webkit-transition: all 0.3s ease-out;                  
    -moz-transition: all 0.3s ease-out;                 
    -o-transition: all 0.3s ease-out;   
    -ms-transition: all 0.3s ease-out;          
    transition: all 0.3s ease-out;
	position: absolute;
}
.logo_header_white {
	background: url(../img/logo_white.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 110px;
}

.logo_header_black {
	background: url(../img/logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 110px;
}

.menu_mobile {
	display:none;
}

.contenu_collabo {
	vertical-align: middle;
    width: 100%;
    height: 100%;
    opacity: 1;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 15%;
	}
.contenu_collabo > h1 {
	width:100%;
	margin-top:0px;
	text-align:center;
	font: normal 22px 'Din-light';
    padding-bottom: 15px !important;
	padding-top: 30%;
	padding-left:0 !important;
	padding-right:0 !important;
	letter-spacing:1px;
}
.contenu_collabo em {
    display: block;
    height: 1px;
    width: 50px;
    background: #000;
    margin: 0 auto;
}

}
.contenu_collabo > p {
	font-size: small;
    text-align: justify;
	margin-top:30px;
}

.contenu_collabo > p:last-child {
	font-size: small;
    text-align: justify;
}
.contenu_collabo img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	width:30px;
	cursor:pointer;
	padding-top: 20px;
}
.div-full-height {
    display: flex;
	height: 100%;
/*    margin: auto;*/
    /* min-height: 100%; */
    position: absolute;
    width: 100%;
}
#hide_div {
	z-index:99999;
}

.navbar-static-top {
	margin-top: 0px;
	height:130px;
    /*background: rgba(255,255,255, 0.5);*/
	margin-bottom:0px;
}

.txt_top_creation {
    text-align: center;
    width: 100%;
    margin-left: 0%;
    background: rgba(255,255,255,0.8);
    padding-top: 60px;
    padding-bottom: 150px;
}
.txt_top_creation > p {
font-size: 1.8em;
    padding-bottom: 0px;
    font-weight: 100;
    font-family: din-light;
    color: black;
    width: 50%;
    margin-left: 25%;
}
.txt_top_creation > p:last-child {
    font-size: 14px;
    padding-bottom: 0px;
    font-weight: 100;
    color: black;
	line-height:18px;
	margin-top:10px;

}
.txt_top_creation > em {
	display: block;
    height: 1px;
    width: 20px;
    background: black;
    margin: 0 auto;
}
.double_image {
width: 100%;
    margin-left: 0%;
    padding-top: 50px;
    background: white;
    height: 100%;
	}
.double_image img {
	width: 46%;
    margin-left: 2%;	
}
.txt_right_studio > p:first-child {
text-align: -webkit-center;
    font-size: 1.8em;
    padding-bottom: 0px;
    font-weight: 100;
    font-family: din-light;
	color:white;
	}
.txt_right_studio > p:last-child {
	color: #fff;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    margin: 20px 0 20px 0;
    opacity: 1;
    font-size: 12px;
}
 .txt_right_studio em {
    display: block;
    height: 1px;
    width: 20px;
    background: #fff;
    margin: 0 auto;
}

.right_row {
/*background: grey;*/
    width: 400px;
	height:100%;
    min-height: 100%;
    overflow: hidden;
    color: black;
    /* float: right; */
    /* padding-right: 150px; */
    /* width: 400px; */
    top: 0;
    position: absolute;
    left: 60%;
    display: table;
	}


/* homepage */

.img_background_full {
    cursor: pointer;
    padding: 0;
    background: url(../img/background2.jpg) no-repeat;
    /* background-size: contain; */
    background-color: black;
    background-position: left center;
    background-size: cover;
}

.home_link {
position: absolute;
    width: 100%;
    height: 100%;
	z-index:9999;	
}



@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .div-full-height {
    display: flex !important;
    height: 100%;
    position: absolute;
    width: 100%;
}
.div-full-height_2 {
    display: flex !important;
    height: 100%;
/*    margin: auto;*/
    /* min-height: 100%; */
    position: absolute;
    width: 100%;	
}

}


body {
  min-height: 100%;
  min-width:100%;
  font-family: 'Myriad Set Pro';
}
* {
	    font-family: 'Myriad Set Pro';
}
.div-full-height_2 {
    display: flex !important;
    height: 100%;
/*    margin: auto;*/
    /* min-height: 100%; */
    position: absolute;
    width: 100%;	
}
.nopadding {
	padding:0;
}
a {
    color:black;
    text-decoration: none;
}
a:hover, a:focus {
    color: black;
}
.opacity-js-hide {
	opacity:0;
}
.opacity-js-show {
	opacity:1;
	-webkit-transition: all 0.3s ease-out;                  
    -moz-transition: all 0.3s ease-out;                 
    -o-transition: all 0.3s ease-out;   
    -ms-transition: all 0.3s ease-out;          
    transition: all 0.3s ease-out;
}
/*********************************** background homepage***********************/
#slideshow-placeholder {
    position: fixed;
    z-index: -1;
	width:100%;
	right:0;
	height: 100%;
    top: 0px;
}
/*********************************** menu header2.php***********************/
.nav-rochay, .navbar-right {
	    margin-right: 10px;
    margin-top: 20px;
}
.menu-fr-en >a > span {
	background-color: black;
    padding: 2px;
    /* padding-top: 5px; */
    border-radius: 0px;
	color:white;
	}
.menu-fr-en > a {
	color: white;	
}
.separateur-fr-en {
	font-size: 10px;
    vertical-align: bottom;
    margin-left: 2px;
    margin-right: 2px;
}
/*.navbar-nav > li:last-child > a {
	font-size: 14px;
    line-height: 70px;
}*/
.navbar-nav > li > a {
	font-size: 10px;
    line-height: 12px;
	color:white;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
.nav-rochay {
    float: right !important;
    margin-right: 0px;
    height: 100px;
    margin-top: 30px;
	
}
.nav > li > a, .nav > li > a {
    background: url(../img/4-los.png) bottom center no-repeat;
    background-size: 0px;
	color:black;
    font-size: 13px;
    font-family: 'Myriad Set Pro';
}


.nav > li > a.active {
    background-color: transparent;
    background: url(../img/4-los.png) center 34px no-repeat;
    background-size: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}	
.nav > li:last-child > a:hover, .nav > li:last-child > a:focus {
    background: none;
    background-size: 0px;
	}

/*.nav-rochay > li:last-child{
	background: url(../img/los_menu.png) top center no-repeat;
    background-size: 40px;
}*/
/**#button_menu {
    float: right;
    height: 40px;
	width:40px;
    line-height: 100px;
	position: absolute;
    right: 20px;
    top: 20px;
	cursor:pointer;
	text-align:center;
}**/
.button_menu_black {
	color: black;
    background: url(../img/los_menu.png) top center no-repeat;
    background-size: contain;
}
.button_menu_white {
	color: white;
    background: url(../img/los_menu_white.png) top center no-repeat;
    background-size: contain;
}

.button_menu_black > a {
	color: black;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Myriad Set Pro';
    font-weight: 600;
}
.button_menu_white > a {
	color:white;
	text-decoration:none;
}

#menu_studio, #menu_collaborations, #menu_first, #menu_contact {
	font-size: 12px;
    text-transform: uppercase;
	opacity:0;
}
/*********************************** content homepage ***********************/
.content-home-rochay {
	padding-left: 40px;
    padding-top: 10%;
    text-align: -webkit-center;
	color:#c5c1b9;
}
.content-home-rochay > h1 {
    margin-bottom: 5px;
    font-size: 1.8em;
}
.content-home-rochay > p {
    font-size: 1.08em;
    margin-bottom: 5px;
}
.content-home-rochay > p:last-child {
    font-size: 1.4em;
    border: 1px solid black;
    margin-left: 10px;
    margin-right: 10px;
	color:black;
    line-height: 1.4em;
}
.content-home-rochay-hide {
	left:-50%;
	opacity:0;	
}
.content-home-rochay-show {
	left:0%;
	opacity:1;	
	transition-property: opacity, left;
	transition-duration: 2s, 1s;
}
#content-home-rochay {
	z-index: 1;
	margin-bottom: auto;
    margin-top: auto;
    padding: 0px;
    margin-left: 10%;
    margin-right: 15px;
    position: relative;
    width: 370px;
	}
/*********************************** content le studio ***********************/

.clearfix:after, .cf:after {
  content: "";
  display: table;
  clear: both; }


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.txt_right_studio img1 {
    float: left;
    width: 40%;
    margin: 3% 0.5% 3% 9.5%;
	}
.txt_right_studio {
  display:table-cell;
  padding-bottom:20px;
  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
  vertical-align:middle;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

/* collaborations */
.div_menu_collabo_inline {
    width: 100%;
    /* display: flex; */
    /* float: left; */
    /* line-height: 50px; */
    position: absolute;
	top:0%;
    text-align: -webkit-center;
}
.div_menu_collabo {
display: block;
	width:10%;
}
.content_collabo_top {
	overflow: hidden;
	font-size: 0px;
	display:flex;	
}
.bande_collabo {
    width: 14.28%;
    height: 100%;
    float: left;
	display:block;
	cursor:pointer;
	position: relative;
	left:0;
	z-index:3;
}
.bande_collabo_opacity {
	width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    position: relative;
    top: 0%;
    float: left;
	cursor:pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	}
.plus {
	display: block;
    bottom: 40%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999999999999999;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;

	}
.plus_open {
	display: block;
    height: 100px;
	}
.plus_open > p {
    text-align: center;
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
	font: normal 22px 'Din-light';
    padding-bottom: 5px;
	}
.plus_open > em {
    background-color: white;
    display: block;
    width: 30px;
    height: 1px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;	
}
.link_plus {
	width: 26px;
    height: 26px;
    bottom: 0%;
    background: url(../img/plus.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 6px 6px;
    cursor: pointer;
    border-radius: 100% !important;
    border: 1px solid white;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
/*#content_collabo_img_8, #content_collabo_img_7, #content_collabo_img_6, #content_collabo_img_5, #content_collabo_img_4, #content_collabo_img_3, #content_collabo_img_2, #content_collabo_img_1 {
	opacity:0;
	width:0%;	
}*/
.active_img_collabo {
	width:50%;
   float:right;
   background-position:right center;

}
.cross_close_img {
	width: 30px;
    height: 30px;
    float: left;
    position: absolute;
    right: -100%;
	background:url(../img/cross.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 30px;
    text-align: -webkit-center;
    padding: 0px;
    top: 130px;
    color: white;
    /* z-index: 999999; */
    border-radius: 20px;
    /* left: inherit; */
	}

::-webkit-scrollbar { 
    display: none; 
}

#middle-row {
    /* display: table-row; */
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#middle-cell {
    /* display: table-cell; */
    /* vertical-align: middle; */
    /* width: 100%; */
	padding-top:15px;
	margin-bottom:5px;
	}
.texte_studio_right {

}
.nav-right-studio {
	list-style:none;
	text-align:right;
}
.nav-right-studio > li {
	cursor:pointer;
	margin-bottom: 10px;
	display:block;
}
.nav-right-studio > li > p {
	width: 12px;
    height: 12px;
    position: relative;
    border: 1px solid black;
    border-radius: 14px;
	float:right;
	margin:0;
	margin-top:4px;
	z-index:-1;
}
.nav-right-studio > li > p.active {
	background:black;
}
.nav-right-studio > li > p > span.active {
	background: black;
    width: 6px;
    height: 6px;
    float: right;
    border-radius: 10px;
    /* line-height: 16px; */
    margin-top: 2px;
    margin-right: 2px;
	-webkit-transition: all 0.3s ease-out;                  
    -moz-transition: all 0.3s ease-out;                 
    -o-transition: all 0.3s ease-out;   
    -ms-transition: all 0.3s ease-out;          
    transition: all 0.3s ease-out;

}
.nav-right-studio > li > a {
	color:white;
	padding-right: 8px;
	opacity:0;
		-webkit-transition: all 0.1s ease-out;                  
    -moz-transition: all 0.1s ease-out;                 
    -o-transition: all 0.1s ease-out;   
    -ms-transition: all 0.1s ease-out;          
    transition: all 0.1s ease-out;
}
.nav-right-studio > li > a:hover {
	color:white;
	text-decoration:none;
}
.nav-right-studio > li > a.active {
    color: white;
    background: rgba(0,0,0,0.5);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 20px;
    padding-right: 24px;
    margin-right: -14px;
	opacity:1;
}
/** SLIDESHOW HOMEPAGE **/
div.fadeShow-container
{
	position: relative;
	width: 100%;
	height: 100%;
	background: #181818;
	overflow: hidden;
}

div.fadeShow-container
  div.image
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	-webkit-transition: opacity 1.5s ease-in-out;
	opacity: 0;
}

div.fadeShow-container
  div.image.fillHeight
{
	background-size: auto 100%;
}

div.fadeShow-container
  div.image.active
{
	z-index: 3;
	opacity: 1;
}

div.fadeShow-container
  div.image.inactive
{
	z-index: 2;
	opacity: 0;
}

div.fadeShow-container
  div.image
  	img
{
	width: 100px; /* leave this at 100px, we do calculations based on that number*/
	display: none;
}
