html
{
	padding: 0;
	margin: 0;
}

body
{
	font: normal 13px arial,sans-serif;
	padding:0;
	background-repeat: repeat-x;
	margin: auto;
}

h1
{
	padding: 0;
	margin: 0;
	color: #856244;
	font-size: 17px;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-top: 20px;
	text-align: left;
}

.smartphone h1
{
	padding-top: 10px;
	margin-bottom: 20px;
}

h3
{
	margin:0;
}

.not_ready #module_play_pause
{
	pointer-events : none;
}

.not_ready #module_player_duration
{
	pointer-events : none;
}

.not_ready .player_fade
{
	pointer-events : none;
}

.loading 
{
	background-image: url('../img/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
}

.state_vod .loading,
.state_live .loading
{
	display: none;
}

.video 
{
	top: 30px;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	width: 50%;
}

.player
{
	width: 100%;
	height: 100%;
}

.flowplayer,
.html5player_container
{
	width: 100%;
	height: 100%;
	display: inline-block;
	float: left;
}

.slider
{
	background-color: #111b1a;
}

#module_play_pause {
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: 6px;
}

#module_player_loading {
    position: absolute;
    bottom: 0;
    left: 32px;
    width: 20px;
    height: 20px;
    margin: 6px;
}

.module_player_live {
    position: absolute;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
    left: 64px;
    margin: 6px;
}

#module_player_time {
    position: absolute;
    bottom: 0;
    right:30px;
    width: 114px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 6px;
}

.module_player_sound {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 28px;
    height: 20px;
    margin: 6px 2px;
}

#module_player_fullscreen {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 6px;
}

#tab > .content
{
	background-color: #fff;

}

.module_player_storyboard
{
	position: absolute;
	width: 120px;
	height: 74px;
	background-color: #27312f;
	display: none;
	bottom: 54px;
	padding: 5px;
}

.module_player_storyboard.visible
{
	display: block;
}

.state_live .module_player_storyboard
{
	width: 60px;
	height: 14px;
	padding : 0;
	border-radius: 2px;
}

.state_live .module_player_storyboard .current_synchro
{
	display: none;
}

.module_player_storyboard .time
{
	color: white;
	width: 100%;
	height: 14px;
	text-align: center;
	position: absolute;
	bottom: 0;
	font-size: 10px;
}

.module_player_storyboard .current_synchro
{
	width: 100%;
	height : 65px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #384442;
}

.with_slide .module_player_storyboard .current_synchro
{
	width: 50%;
}

.module_player_storyboard .current_synchro .current_diapo,
.module_player_storyboard .current_synchro .current_thumbnail
{
	width: 100%;
	height: 100%;
	background-size: contain;
}

.footer
{
	text-align: right;
	margin-top: 30px;
	color: grey;
	font-size: 11px;
}

.footer a
{
	text-decoration: none;
	color: #F09406;
}

.footer a:hover
{
	text-decoration: underline;
}

.prelive_text
{
	text-align: center;
	color: #3D3932;
	font-size: 20px;
	margin: auto;
	width:550px;
	height:180px;
	vertical-align:middle;
	padding-top:120px;
}

.prevod_text
{
	text-align: center;
	color: #3D3932;
	font-size: 20px;
	margin: 150px;
}

.player_template .tab_contents .player.visible
{
	position:relative;
}

/***************************
******* HTML5 PLAYER *******
****************************/

.html5player_container
{
	height: 100%;
	width: 100%;
	position: relative;
}

.html5player_container .play_container
{
	margin: auto;
	margin-top: 15%;
	height: 80px;
	width: 80px;
	border: 10px white solid;
	border-radius: 100px;
	background-color: #6b7a99;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}

.with_slide .html5player_container .play_container
{
	margin-top: 35%;
}

video#html5_player
{
	width: 100%;
	height: 100%;
	background-color: black;
}

body .fade
{
	display: none;
}

.player_cursor
{
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #6b7a99;
	top: -5px;
	border-radius: 40px;
	border: solid 10px white;
	margin-left: -20px;
	display: block;
	overflow: hidden;
}

.module_player_duration
{
	width: 100%;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.module_player_duration.visible
{
	animation: visible 0.2s;
	-webkit-animation: visible 0.2s; /* Safari and Chrome */
	opacity: 100;
}

@keyframes visible
{
	from {opacity: 0;}
	to {opacity: 100;}
}

@-webkit-keyframes visible /* Safari and Chrome */
{
	from {opacity: 0;}
	to {opacity: 100;}
}

.player_duration_bar
{
	background-color: #111b1a;
	height: 10px;
	padding:3px;
	border: 1px solid #6b7a99;
}

.player_duration_layout
{
	width: 100%;
	height: 100%;
	background-color: #666666;
	position: relative;
	cursor: pointer;
}

.player_duration_done
{
	background-color:#6b7a99;
	height: 100%;
	width:0%;
	max-width: 100%;
}

.player_duration_cursor
{
	background-color: #D4021D;
	width: 1px;
	height: 9px;
	position :absolute;
	top:0;
	display: none;
}

.player_duration_cursor.visible
{
	display: block;
}

.player_fade
{
	position: absolute;
	top: 140px;
	left: 254px;
	width: 130px;
	height: 80px;
	background-image: url('../img/fade_background.png');
	background-repeat: repeat;
}

.play .player_fade, .live .player_fade{
	opacity: 0;
	cursor:auto;
	display:none\9;
}

.pause .player_fade
{
	opacity: 1;
	cursor:pointer;
	display:block\9;
}

.play-button 
{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image : url('../img/play_fade.png');
    cursor: pointer;
}

.play-button:hover
{
	background-image : url('../img/play_fade.png');
}

#player_fullscreen
{
	margin: auto;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display:none;
}

#player_fullscreen_container
{
	
}

#player_fullscreen_icon
{
    width: 100%;
    height: 100%;
    margin: auto;
    background-image: url('../img/fullscreen.png');
    background-position: center;
    background-repeat: no-repeat;
}

body.fullscreen #player_fullscreen_icon
{
	background-image: url('../img/fullscreened.png');
}

body.fullscreen
{
	overflow: hidden;
}

body div.fullscreen
{
	z-index:200;
	height:100%;
	width: 100%;
	position:absolute;
	top:0;
	background-color:white;
	left: 0;
}

.module_player_live
{
	color: white;
	cursor: pointer;
}

.live_on .player_live_cercle
{
	background-color: red;
}

.player_live_cercle
{
	display: inline-block;
	margin-top: 4px;
	background-color: grey;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.player_live_text_live_off
{
	display: inline-block;
}

.player_live_text_live_on
{
	display: none;
}

.live_on .player_live_text_live_on
{
	display: inline-block;
}

.live_on .player_live_text_live_off
{
	display: none;
}

.player_loading_image
{
	width: 16px;
	height: 11px;
	margin: auto;
}

.player_loading_image img
{
	display: none;
}

.player_loading_image.buffering img
{
	display: block;
}

.play_pause
{
	margin: auto;
	cursor: pointer;
	height: 100%;
	width: 100%;
}

.play_pause .bouton
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	height: 100%;
	width: 100%;
}

.play .play_pause .bouton,
.live .play_pause .bouton {
    background-image: url('../img/pause.png');
}

.play .play_pause .bouton:hover,
.live .play_pause .bouton:hover {
    background-image: url('../img/pause_hover.png');
}

.pause .play_pause .bouton {
    background-image: url('../img/play.png');
}

.pause .play_pause .bouton:hover {
    background-image: url('../img/play_hover.png');
}

.slider .current_synchro .speaker
{
	color: white;
	line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 64px;
    height: 20px;
    margin: 6px;

}

.player_sound
{
	width: 100%;
	height: 100%;
	position: relative;
	margin: auto;
	cursor: pointer;
}

.player_sound_icon
{
	background-image: url('../img/sound.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	width: 100%;
	height: 100%;
}

.player_sound_popup
{	
	height: 90px;
	width: 100%;
	background-color: #111b1a;
	position: absolute;
	bottom: 25px;
	display:none;
}

.player_sound_popup.visible
{
	display: block;
}

.player_sound_popup_bar
{
	background-color: #111b1a;
	width: 16px;
	height: 80px;
	margin: 5px auto 0 auto;
	border: 1px solid #6b7a99;
	position: relative;
	cursor: pointer;
}

.player_sound_popup_bar_filled
{
	background-color:#6b7a99;
	height: 15px;
	width:16px;
	position:absolute;
	bottom:0;
	cursor: pointer;
}

#player_time
{
	text-align: center;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 13px;
	margin: auto;

}

#player_time_done
{
	float: left;
}

#player_time_done_text
{

}

#player_time_total
{
	float: left;
	color: #808080;
}

#player_time .separator
{
	float: left;
	margin:0 3px;
}

.module_tab
{
  height: 100%;
  position: relative;
}

.tab
{

}

.sharing.tab_content{
padding:20px;
}

.tab .tab_content
{ 
  filter : alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
}

.tab .tab_content.hidden * > div
{
  filter : alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.tab .tab_content.hidden input
{
	display: none;
}

.tab .tab_content.visible
{
  filter : alpha(opacity=100);
  opacity: 1;
  width: 100%;
  height: 100%;
  position: inherit;
}

.tab ul.tab_titles
{
  padding: 0;
  margin: 0;
  background-color: #2e75b3;
}

.tab .tab_titles li
{
	cursor: pointer;
	padding: 0 46px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	border-top: 4px solid #175586;
	border-right: 1px solid #195c89;
	border-left: 1px solid #579cc5;
	border-bottom: 1px solid #5f93c2;
	background-color: #2e75b3;
	display: table-cell;
	width: auto;
	text-align: center;
}

.tab .tab_titles li.visible
{
  border-top-color: #61731d;
  border-right-color: #657b16;
  border-left-color: #a1bb5a;
  border-bottom-color: #a5b962;
  background-color: #FF6505;
}

.tab .tab_titles li:hover
{
  border-top-color: #61731d;
  border-right-color: #657b16;
  border-left-color: #a1bb5a;
  border-bottom-color: #a5b962;
  background-color: #FF6505;
}

.waiter
{
	width: 100%;
	height: 100%;
	background-color: #111b1a;
	opacity: 0.4;
	filter : alpha(opacity=40);
	position: absolute;
	top: 0;
}

.module_embed
{
	background-color: #F0F0F0;
  margin:20px 20px 0 20px;
}

.module_embed_container
{
	background-color: #F0F0F0;
}

.module_embed .module_embed_container .line
{
	padding: 10px;
}

.module_embed .configure .title
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url('../img/crochet_orange.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.module_embed .configure .bloc
{
	display: none;
	border-left: 1px solid #ABADB3;
	padding: 10px;
	margin-left: 5px;
}

.module_embed .configure.visible .bloc
{
	display: block;
}

.module_embed .configure.visible .title
{
	background-image: url('../img/crochet_orange_penche.png');
}

.module_embed .configure .width,
.module_embed .configure .height
{
	margin: 5px;
}

.module_embed .configure .width .text,
.module_embed .configure .height .text
{
	width: 54px;
	display:inline-block;
}

.module_embed .configure input
{
	margin-left: 20px;
	margin-top: 5px;
	width: 60px;
}

.module_embed textarea
{
	width: 100%;
	height: 60px;
	margin-top: 10px;
}

.fb-like
{
	margin-top : 10px;
}


.player_loading_image
{
	width: 16px;
	height: 100%;
	margin: auto;
	background-image: url('../img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.player_loading_image
{
	display: none;
}

.player_loading_image.buffering
{
	display: block;
}

/**
 Ordre du jour
**/

.day_order
{
	background-color: #F0F0F0;
}

.day_order .day_order_toolbar
{
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	position: absolute;
	background-color: #CCCCCC;
}

.is_nav_libre
{
	margin: 14px 0 0 15px;
}

.day_order .day_order_toolbar .texte
{
	margin-left: 10px;
}

.day_order .day_order_toolbar div
{
	display: inline-block;
}

.day_order .scrollbar
{
	-webkit-overflow-scrolling: touch;
	overflow-x:hidden;
	overflow-y:scroll;
	position: absolute;
	top: 40px;
	bottom: 0;
	width: 100%;
}

.day_order .container
{
	position: relative;
}

.day_order .chapter_node
{
	color: #6b7a99;
}

.day_order .clickable:hover
{
	cursor: pointer;
}

.day_order .chapter_node.level_0
{
	padding: 10px 0px 10px 20px;
	background-color: #d7d7d7;
	color: #333333;
	margin: 10px 10px 5px 10px;
	font-size: 14px;
}

.day_order .clickable .chapter_node.level_0:hover
{
	background-color: #7fac17;
}

.day_order .mustache_item.current
{
	background-color: white;
	border: 1px solid #7fac17;
	/*border-bottom: 1px solid #D4021D;*/
}

.day_order .chapter_node.level_1
{
	color: #333333;
	text-align: justify;
	background-color: #EFEFEF;
	margin: 5px 0px 0px 15px;
	padding: 4px;
}

.day_order .clickable .chapter_node.level_1:hover
{
	background-color: #FFFFFF;
	color:black;
}

.day_order .current .chapter_node.level_1
{
	font-weight: bold;
	background-color: #FFFFFF;
}

.day_order .chapter_node.level_2
{
	/*font-size: 10px;*/
	color: #333333;
	margin: 5px 0px 0px 30px;
	padding: 4px;
}

.day_order .clickable .chapter_node.level_2:hover
{
	background-color: #EFEFEF;
	background-color: #FFFFFF;
}

.day_order .current .chapter_node.level_2
{
	background-color: white;
}

.day_order .chapter_node.level_3
{
	color: #666666;
	margin: 5px 0px 0px 30px;
	text-align: justify;
	padding: 4px;
}

.day_order .clickable .chapter_node.level_3:hover
{
	background-color: #FFFFFF;
	color:black;
}

.day_order .current .chapter_node.level_3
{
	background-color: white;
}

.day_order .chapter_title
{
	float:left;
	margin-right: 60px;
}

.day_order .chapter_url
{
	float:right;
	position : relative;
	right : 30px;
	width: 25px;
	height: 24px;
	margin-top: -3px;
}

.day_order .chapter_url a
{
	width: 25px;
	height: 24px;
}

.day_order .chapter_url img
{
	border:none;
}


.day_order .clear
{
	clear : both;
}

.day_order .chapter_node .synchro_chapter
{
	text-align: right;
	padding-top: 10px;
}

.day_order .chapter_node .synchro_chapter .mustache_item
{
	display: inline-block;
	margin: 0 10px;
}

.day_order .chapter_node .synchro .formatted_date:hover
{
	text-decoration: underline;
}

.day_order .synchro
{
	color:#666666;
	text-align: right;
	margin: 0px 5px 5px 0px;
	padding: 0 5px 0px 0px;
}

.day_order .synchro:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.day_order_filter
{
	/*margin-left: 60px;*/
}

.day_order_filter button
{
	width: 22px;
	padding-left: 5px;
	margin-left: 0px;
}

.day_order_filter input::-ms-clear {
    display: none;
}

/**
 Déroulement de séance
**/

.running_session
{
	background-color: #F0F0F0;
}

.running_session .weight_div
{
	height: 100%;
	position: relative;
}

.running_session .module_toolbar
{
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	position: absolute;
	background-color: #CCCCCC;
}

.running_session .module_toolbar div
{
	display: inline-block;
}

.running_session .module_toolbar .texte
{
	margin-left: 10px;
}

.running_session .scrollbar
{
	-webkit-overflow-scrolling: touch;
	max-height: 400px;
	overflow-x:hidden;
	overflow-y:scroll;
	position: absolute;
	top: 40px;
	bottom: 0;
	width: 100%;
}

.running_session .container
{
	position: relative;
}

.running_session .time
{
	display: inline-block;
	width: 10%
}

.running_session .node
{
	display: inline-block;
	width: 80%;
	padding-left:10px;
}

.running_session .mustache_item
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.running_session .mustache_item:hover
{
	background-color: #FFFFFF;
	cursor: pointer;
}

.running_session .mustache_item.done
{
	opacity: 0.6;
}

.running_session .mustache_item.current
{
	background-color: white;
	opacity: 1;
	border-bottom: 1px solid #6b7a99;
	border-top: 1px solid #6b7a99;
}

/*
 Global
*/

.player_template
{
	height: 500px;
	position: relative;
}

.tab
{
	width: 100%;
	position: absolute; 
}

.slider
{
	width: 100%;
	position: absolute;
}

.tab_titles
{
	display: none;
}

.with_onglets .tab_titles
{
	width: 100%;
	position: absolute;
	display: table;
}

.tab_contents
{
	width: 100%;
	position: absolute;
}

/* Archives */

.module_archives_medias {
	font-weight: bold;
	font-size: 10pt;
	color: black;
	background-color: #F0F0F0;
	padding: 0;
	margin: 0;
}

.module_archives_medias_content {
	position: relative;	
	overflow-y: scroll;
	overflow-x: hidden;
	height: 250px;
	background-color: #F0F0F0;
}

.module_archives_medias .archives_title {
	background-color: #F0F0F0;
	float: left;
	margin: 14px 0 0 20px;
}

.module_archives_medias .archives_toolbar{
	height: 40px;
}

.module_archives_medias .lrech {
	background-color: #F0F0F0;
	font-size: 13px;
	font-weight: bold;
	float: right;
	margin: 10px 20px 0 0;
}


.module_archives_medias ul{
	padding: 0;
	margin: 0;
	margin-left: 20px;
	list-style-type: none;
	position: relative;
	top: 0px;
}

.module_archives_medias .container{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #d7d7d7;
}

.module_archives_medias li:hover{
    background-color: #eae6e3;/*Couleur lors du survol*/
 }
  
.module_archives_medias .titre {
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	font-size: 11pt;
	color: #333333;
	left: 90px;
	position: relative;
	top: 15px;
}

.module_archives_medias .thumbnail {
	position: relative;
	left: 5px;
  height: 60px;
  vertical-align: middle;
  display: table-cell;
}

.module_archives_medias .description {
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	color: #333333;
	position: relative;
	top: -45px;
	left: 90px;
	width: 300px;
	height: 15px;
}

.module_archives_medias a {
	 text-decoration:none;
 }

/* PC */ 

body.pc 
{
	width:1000px;
}

.pc .player
{
	top: 30px;
}

.pc .tab
{
	top: 0;
	bottom: 50px;
	left:50%;
	width: 50%;
}

.pc .slider
{
	height: 50px;
	bottom: 0;
}

.pc .tab_titles
{
	height: 35px;
	line-height: 30px;
	top: 0;
}

.pc.with_onglets .tab_contents
{
	top: 35px;
	bottom: 0;
	background-color: #F0F0F0;
}

.pc .tab_contents
{
	top: 0;
	bottom: 0;
}

/** 
TABLETTE
**/

body.tablette 
{
	width:900px;
}

.tablette .video
{
	bottom: 65px;
	top: 40px;
}


.tablette .tab
{
	top: 0;
	bottom: 65px;
	width: 50%;
	left: 50%;
}

.tablette .slider
{
	height: 65px;
	bottom: 0;
}

.tablette .tab_titles
{
	height: 40px;
	line-height: 40px;
	top: 0;
}

.tablette.with_onglets .tab_contents
{
	top: 40px;
	bottom: 0;
}

.tablette .tab_contents
{
	top: 0;
	bottom: 0;
}

body.fullscreen .player_template
{
	z-index: 200;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
}

body.tablette 
{
	background-image: none;
}

body.tablette h1
{
	padding:0;
	margin:0;
	margin-bottom: 5px;
	margin-top: 2px;
	margin-left: 0px;
}

body.tablette .player_duration_cursor.visible
{
	display: none;
}

body.tablette .timeline .mustache_item
{
	width: 118px;
}

body.tablette.state_live .module_player_live .player_live_cercle
{
	background-color: red;
}

body.tablette.state_live .module_player_live .player_live_text_live_on
{
	display: inline-block;
}

body.tablette.state_live .module_player_duration,
body.tablette.state_vod .module_player_duration,
body.tablette.state_live #module_player_time #player_time_total,
body.tablette.state_live #module_player_time .separator,
body.tablette.state_live .module_player_live .player_live_text_live_off
{
	display: none;
}

body.tablette.state_live #module_player_time
{
	width: 70px;
}

body.tablette.state_live .slider,
body.tablette.state_vod .slider
{
	height: 32px;
}

body.tablette.state_live .video
{
	bottom: 32px;
}

body.tablette.state_live .tab
{
	bottom: 32px;
}


.tablette.video.with_slide .html5player_container
{
	width: 100%;
}

.tablette.normal.with_slide .html5player_container
{
	width: 100%;
}

.tablette.diapo_and_small_video.with_slide .html5player_container
{
	width: 25%;
}

.tablette.diapo.with_slide .html5player_container
{
	width: 0%;
	opacity: 0;
}

.tablette .module_player_storyboard
{
	display: none;
}

.state_live.tablette .running_session .scrollbar .mustache_item,
.state_live.tablette .day_order .scrollbar .mustache_item
{
	pointer-events : none;
}


/**
EMBED
**/

body.embed
{
	width: auto;
	overflow: hidden;
}

body.embed .footer
{
	display: none;
}

body.embed h1
{
	display: none;
}

body.embed #module_player_fullscreen
{
	display: none;
}

body.embed .timeline_mustache_focus {
	height: 85%;
}

body.embed .scrollbar {
	height: 85%;
}

body.embed #module_play_pause {
	left: 1%;
}

/**
SMARTPHONE
**/

.smartphone .slider
{
	display: none;
}

.smartphone .tab_titles
{
	display: none;
}

.smartphone .tab
{
	display: none;
	height: 100%;
}

.smartphone .tab_contents
{
	height: 100%;
}

.smartphone .player_fade
{
	display: none;
}

.smartphone .player .slide
{
	display: none;
}

.smartphone .player .html5player_container
{
	width: 100%;
}

.smartphone .player_template
{
	height: 200px;
	width: 70%;
	margin: auto;
}

.smartphone .footer
{
	margin-right: 20px;
}

.other_shares{
margin-left:30px;
}

