


.elementsBody{
	float:left;
	list-style-type:none;
	width:100%;
}

.elementsBody > div:first-child{
	font-weight:bold;
	padding-left:4%;
	padding-top:5%;
	position:relative;
	text-transform:uppercase;
}

.elementsBody .arrow-left{
	border-color:transparent #3d5b98 transparent transparent;
	border-style:solid;
	border-width:15px 20px 15px 0;
	bottom:0;
	display:none;
	height:0;
	position:absolute;
	right:-5%;
	width:0;
}

.elementsBody > div:last-child{
	background-color:#3d5b98;
	/*height:auto !important;*/
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:60% !important;
}

.elementsBody > div:last-child > ul, .elementsBody > div:last-child > ul li{
	list-style-type:none;
	margin:0;
	padding:0;
}

.elementsBody > div:last-child > ul{
	padding-top:5%;
}

.elementsBody > div:last-child > ul li{
	margin-left:5%;
	margin-top:2%;
}

.elementsBody > div:last-child > ul li:last-of-type{
	padding-bottom:5%;
}

.inner > ul li:last-of-type{
	padding-bottom:5%;
}

.elementsBody > div:last-child a{
/* 	background:url(/dev/modules/renaultSocialLinkBody/images/icon_white_arrow.png) no-repeat 0 -1px; */
	color:#fff;
	padding-left:10%;
	text-decoration:none;
}

.showElement{
	display:block;
}
.hideElement{
	display:none;
}

.socialLink .inner{
	background-color:#f0f0f0;
	position:relative;
	float: left;
	width: 100%;
}

.socialLink .inner > ul{
	margin:0;
	padding:0;
}

.socialLink > h3{
/* 	background:url/dev/modules/renaultSocialLinkBody/images/icon_plus.png) 94% center no-repeat, -webkit-gradient(linear,left bottom,left top,color-stop(0.18, rgb(151,151,151)),color-stop(0.59, rgb(182,182,182))); */
/* 	background:url(/dev/modules/renaultSocialLinkBody/images/icon_plus.png) 94% center no-repeat, -webkit-linear-gradient(bottom, rgb(151,151,151) 18%, rgb(182,182,182) 59%); */
/* 	background:url(/dev/modules/renaultSocialLinkBody/images/icon_plus.png) 94% center no-repeat, -moz-linear-gradient(bottom, rgb(151,151,151) 18%, rgb(182,182,182) 59%); */
/* 	background:url(/dev/modules/renaultSocialLinkBody/images/icon_plus.png) 94% center no-repeat, -o-linear-gradient(bottom, rgb(151,151,151) 18%, rgb(182,182,182) 59%); */
/* 	background:url(/dev/modules/renaultSocialLinkBody/images/icon_plus.png) 94% center no-repeat, -ms-linear-gradient(bottom, rgb(151,151,151) 18%, rgb(182,182,182) 59%); */
/* 	background:url(/dev/modules/renaultSocialLinkBody/images/icon_plus.png) 94% center no-repeat, linear-gradient(bottom, rgb(151,151,151) 18%, rgb(182,182,182) 59%); */
/* 	background-size:15px; */
	color:#fff;
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding:0.5em 0;
	text-indent:1em;
	text-transform:uppercase;
}



/* ==========================================================================
   Landscape Styles
   ========================================================================== */

@media (orientation:landscape){

.socialLink > h3, .socialLink.active h3{
	/*background-size:20px;*/
}

}