:root {
    --first-color: #121418;
    --white-color: #FFFFFF;
}

html {
	margin:0 auto;
	width:945px;
	background: url('../../images/background.jpg') no-repeat center fixed; 
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

body {
	background-color: rgba(0, 0,0, 0.1);
	padding:13px 20px 10px 20px;
	font-family: 'Hind', sans-serif;
	font-size:15px;
}

.block {
	/* background-color:white; */
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
}

#content, #navigation, .block, #slider, #footer, .informations, .selectNews, .pagination .page {
	border-radius: 10px;
}


#content.index {
	border:none;
	box-shadow: none;
}


/*===> HEADER <===*/
#header {
	padding-bottom:40px;
	height:50px;
}

#header .header {
	float: left;
	width:600px;
	margin-top: 10px;
	padding:5px 0 0 0px;
}

#header .header img {
	max-height:60px;
	max-width:200px;
	padding-right:10px;
	position: relative;
	bottom:6px;
}

#header .header h1 {
	font-family: Oswald-Bold;
	font-size: 30px;
	margin:1px 0px;
	text-shadow: 1px 1px 2px gray;
	color:white;
}

#header .header h2 {
	padding-top:10px;
	font-family: Glegoo;
	font-size: 20px;
	color: white;
	text-shadow: 1px 1px 2px gray;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

#header .informations {
	background-image: url('../../images/item/5.png');
	float:right;
	padding:5px;
	color: black;
}


#header .informations input[type=text] {
	width: 200px;
}

#header .informations input[type=password] {
	width: 140px;
}

#header .informations input[type=submit] {
	width: 50px;
	float: right;
}

#header .informations img[alt=skin] {
	width: 40px;
	height: 40px;
	box-shadow: 1px 1px 2px grey;
}


#header .informations a {
	font-weight:bold;
}

#header .informations #listeServeurs {
	display: none;
}

#header .informations a.affServeurs, a.chooseServeur {
	color: #333;
}

/*===> Banlist <===*/
#content.banlist table {width:100%;}
#content.banlist td:first-child {width:30px;}
#content.banlist img {width: 30px;}
#content.banlist td:last-child {vertical-align: middle;}
#content.banlist img:hover {opacity: 0.9;}
#content.banlist a {font-weight:bold;}
#content.banlist #pagination {text-align: center;}
#content.banlist h3 { text-align: center; margin-top:6px; }

/*===> Boutique <===*/
#content.boutique input {width:auto; vertical-align: middle;}
#content.boutique #articles .article {border:1px solid #DDD;padding:10px;font-weight:bold;}
#content.boutique #articles .article:not(.nbrCredit):not(.nbrCreditIG) {text-align: center;}
#content.boutique #articles .nbrCreditIG,#articles .nbrCredit {font-size:small;border-radius:50px;background:#CCC;padding-right: 9px;padding-left: 9px;-webkit-border-radius: 50px;-moz-border-radius: 50px;}
#content.boutique #articles .nbrCreditIG {text-align:left;float: left; background:#FE9A2E;}
#content.boutique #articles .nbrCredit {text-align:right;float: right;}
#content.boutique #articles .article:hover {cursor: pointer;box-shadow:0 1px 4px rgba(0,0,0,0.5);}
#content.boutique #articles table {border-collapse: separate;border-spacing: 10px;}
#content.boutique #articles .article img {max-width:100px;height:100px;}
#content.boutique #articles td {width:200px;}

#content.boutique .divAchat {display: none;}
#content.boutique .divAchatOptions { padding: 5px; background-color: #F2F2F2; border:1px solid #F1EFEF; }
#content.boutique .achatBoutique.content img {max-height: 40px; margin-right: 8px;}

#content.boutique .popup_block {
	top:-500px;
	position: fixed;
	left: 50%;
	max-height: 500px;
	background-color: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	padding: 0px;
	border:1px solid #DDD;
}

#content.boutique .achatBoutique.header,.achatBoutique.footer {background: #f5f5f5; padding: 10px;}
#content.boutique .achatBoutique h3 {margin: 0px;}
#content.boutique .achatBoutique.content {
	border:1px solid #DDD;
	border-width:1px 0px;
	padding: 10px;
}

#content.boutique .achatBoutique.footer {
	text-align:right;
	border-radius: 0px 0px 10px 10px;	
}

#content.boutique .achatBoutique.header {
	border-radius: 10px 10px 0 0 
}

#content.boutique .achatBoutique.content p.description {
	max-height:150px;
	overflow: auto;
}

/*===> Commande <===*/




/*===> Inscription <===*/
#content.inscription table {background-color:#DBDBDB;width:80%;margin:15px auto;padding:10px;}
#content.inscription td {padding: 5px;  border: 1px solid #dddddd; text-align: center; margin:5px; width:50%;}
#content.inscription td input {padding:5px;border-radius:4px;width:95%;}

/*===> Connexion <===*/
#content.login table{background-color:#DBDBDB; width: 80%; margin:15px auto; padding:10px;}
#content.login td {padding:5px; border:1px solid #DDD; text-align: left; margin: 5px; width:50%;}
#content.login td input {padding: 5px; border-radius:4px; width: 100%;}
#content.login tr.input td {background:#EEE;}
#content.login tr.captcha td { vertical-align: top; text-align: center; }
#content.login tr:last-child td, #content.login tr:first-child td {text-align: center; }
#content.login input[type=submit] { width:auto; font-weight:bold; padding:5px; color:#5C5C5C; }


/*===> Affichage membre <===*/
#content.membre #affichage_membre table {width:100%;}
#content.membre #affichage_membre table td a:first-child {font-weight:bold;}
#content.membre #affichage_profil {border:1px solid transparent;}
#content.membre #affichage_profil h3 img {position: relative; bottom:4px; left:1px;}
#content.membre #affichage_profil h3.pseudo img {margin-left:5px;}
#content.membre #affichage_profil table.infos td img {vertical-align: middle; margin-right:5px; position: relative; bottom:2px; width:16px; height: 16px;}
#content.membre #affichage_membre td {vertical-align: middle;}
#content.membre #affichage_membre table td img {width:40px; height:40px;}
#content.membre #affichage_membre table td img:hover{opacity: 0.9;}
#content.membre #affichage_membre table td:first-child{width:40px;}

#content.membre #affichage_membre .pagination ul li.inactive,
#content.membre #affichage_membre .pagination ul li.inactive:hover{list-style: none; background-color:#ededed;color:#bababa;border:1px solid #bababa;cursor: default;}
#content.membre #affichage_membre .data ul a, .data li{list-style: none;margin: 5px 0 5px 0;color: #000;font-size: 13px;}
#content.membre .pagination{height: 25px;padding:0px;}
#content.membre .pagination ul {margin-top:10px;margin-left:-25px;}
#content.membre .pagination a, .pagination li{list-style: none;float: left;padding: 2px 6px 2px 6px;font-family: arial;font-size: 14px;font-weight: bold;background-color:#ededed;border:1px solid #bababa;}
#content.membre .pagination ul a:hover{background-color:#bababa;color:black;cursor: pointer;text-decoration: none;}
#content.membre #affichage_membre .total{position: relative; top:7px;}
#content.membre #affichage_membre.pagination ul {padding: 0px;margin-top:10px;}
#content.membre #affichage_membre a[alt=playerName] {font-weight:bold;}
#content.membre .total {margin-left:10px;}


#content.membre h3:not(.pseudo) {text-align: center; margin: 15px;}
#content.membre h3.pseudo {margin: 10px auto;
text-align: center;
font-weight: bold;
letter-spacing: 0.8px;
}



#content.membre #tabmenu { color: black;border-bottom: 1px solid #7B7B7B; padding: 0px; z-index: 1;position: relative;padding-left: 10px;} 
#content.membre #tabmenu li {top:1px;position: relative;display: inline; overflow: hidden; list-style-type: none;} 
#content.membre #tabmenu a { color: #7B7B7B; padding: 2px 5px 0px 5px; text-decoration: none;cursor:hand;border-radius:3px 3px 0px 0px;} 
#content.membre #tabmenu a.active { background: #7B7B7B; border: 1px solid  #7B7B7B;border-width:1px 1px 1px 1px;color:white;font-weight:bold;} 
#content.membre #tabmenu a:hover:not(.search) { color: white; background: #7B7B7B;}
#content.membre #tabmenu a.search:hover img {opacity: 0.8;}
#content.membre .tab_bar {height:5px;border: 1px solid #7B7B7B; background-color:#7B7B7B;margin-bottom:5px;}
#content.membre .desactive {display: none;}
#content.membre #more_infos {background-color:#E6E6E6;border: 1px solid #CCC;border-radius: 2px;padding:10px;}
#content.membre ul{padding-left: 25px;}
#content.membre ul li{list-style: circle;}
#content.membre #rechercheMembre input {width:100%; font-size:large;}
.searchListeMembre td {height:40px;border:1px solid #DDD; vertical-align: middle; padding: 5px;}
.searchListeMembre td:first-child {width:40px; border-width: 1px 0 1px 1px;}
.searchListeMembre td:last-child {width:100%;}
.searchListeMembre img {height:40px; width:40px;}
.searchListeMembre img:hover {opacity: 0.8;}
.searchListeMembre {font-size:15px;}
#content.membre #display_results {margin-top:5px;}
#display_results table {width:100%;}

#content.membre table.infos {
	margin: 0px auto 20px;
	width:100%;
}

#content.membre #affichage_profil td {width:33%;}

#content.membre img.inventaire {
	margin: 0px auto;
	display: block;
}

#content.membre .infosMembre {
	background-color: #FAFAFA;
	border: 1px solid #e3e3e3;
	padding: 10px;
}

#content.membre .infosMembre.first{
	height:84px;
}
	
#content.membre #affichage_profil img[alt=skin] {
	height:140px;
	width:140px;
	background-color:#FAFAFA;
	padding:5px;
	border:1px solid #e3e3e3;
	float: left;
	margin-right:10px;
}
#content.membre #affichage_profil a {font-weight:bold}	

#content.membre #getInventory {height:352px;}

/*===> Messagerie <===*/
#content.messagerie input, textarea {border-radius:0px; margin-top:3px; margin-bottom:3px;}
#content.messagerie input[type=submit] {margin-top:7px;}
#content.messagerie input[type=text] {width:100%;}
#content.messagerie #newMessage td {font-weight:bold; padding: 5px; width:50%;}
#content.messagerie input[type=checkbox] {margin-left:5px; vertical-align: middle;}
#content.messagerie table {width:100%;}
#content.messagerie table.conv td:first-child {width:1%;}
#content.messagerie table.conv td {vertical-align: middle;}
#content.messagerie td a {font-weight:bold;}
#content.messagerie table.conv tr:nth-child(n+2) td:nth-child(n+3) {text-align: center;}
#content.messagerie .newBillet {padding: 3px 12px; vertical-align: middle; top:2px; position: relative;}
#content.messagerie .messagerie_titre, .billet_titre { padding:5px;border-radius:3px;}
#content.messagerie .messagerie_titre {background-color: #DDD;}
#content.messagerie .billet_titre {background-color: #CCC;}
#content.messagerie .messagerie_texte, .billet_texte {margin: 0 10px;padding: 10px 15px;background: #f4f4f4;border: 1px solid #ccc;border-top: 0;}
#content.messagerie table.affConv td:first-child {margin:0px; width:40px; height:40px;}
#content.messagerie table.affConv td:first-child img {width:40px; height:40px;}
#content.messagerie table.affConv td {vertical-align: top; margin: 0px;}
#content.messagerie table.affConv td:last-child {margin:0px; border-width:1px 0 1px 0px;}
#content.messagerie table.affConv td textarea {margin:0px; height:40px;}

/*===> Mon compte <===*/
#content.mon_compte table.infos { width:95%; margin: 10px auto;}
#content.mon_compte table.infos td {width:50%;}
#content.mon_cimpte td {vertical-align: middle;}
#content.mon_compte table.infos input:not([type=submit]) {width: 100%; }
#content.mon_compte table.liste_achat,table.support,table.commandes {width:95%;margin:10px auto;}
#content.mon_compte table.liste_achat td:nth-child(1), table.support td:nth-child(1) {width:1%;}
#content.mon_compte table.liste_achat td:nth-child(2), table.support td:nth-child(2) {width:80%;}
#content.mon_compte table.commandes td:nth-child(2) {width:1%;}
#content.mon_compte table.commandes td:nth-child(1) {width:80%;}
#content.mon_compte img {width:16px; height:16px;}
#content.mon_compte a {font-weight:bold;}
#content.mon_compte table.infos a {font-weight:normal;}

/*===> Support <===*/
#content.support input, textarea {border-radius:0px; margin-top:3px; margin-bottom:3px;}
#content.support input:not([type=checkbox]):not([type=submit]), textarea {width:100%;}
#content.support input[type=checkbox] {margin-left:5px; vertical-align: middle;}
#content.support table {width:100%;}
#content.support td:first-child {width:1%;}
#content.support td {vertical-align: middle;}
#content.support td a {font-weight:bold;}
#content.support tr:nth-child(n+2) td:nth-child(n+3) {text-align: center;}
#content.support #listeBillets h3 {float: left;}
#content.support #listeBillets td:first-child {width:16px;}
#content.support .newBillet {padding: 3px 12px; vertical-align: middle; top:2px; position: relative;}
#content.support .support_titre, .billet_titre { padding:5px;border-radius:3px;}
#content.support .support_titre {background-color: #DDD;}
#content.support .billet_titre {background-color: #CCC;}
#content.support .support_texte, .billet_texte {margin: 0 10px;padding: 10px 15px;background: #f4f4f4;border: 1px solid #ccc;border-top: 0;}
#content.support a { font-weight: bold; }

/*===> Passe-perdu <===*/
#content.passe-perdu table {background-color:#DBDBDB;width:80%;margin:15px auto;padding:10px;}
#content.passe-perdu td {padding: 5px;  border: 1px solid #dddddd; text-align: left; margin:5px; width:50%;}
#content.passe-perdu td input {padding:5px;border-radius:4px;width:95%;}
#content.passe-perdu tr.input td {background-color:#eee;}
/*===> SLIDER <===*/
#slider {
	padding:20px;
	background-color:white;
	margin-top:10px;
	margin-bottom: 10px;
}

#featured {
	position:relative; 
	height:250px; overflow:hidden;
}

#slider .ui-tabs-panel img{
	width:100%;
}

#featured .ui-tabs-panel .info{
	display:none;
}

#featured ul.ui-tabs-nav{ 
	float:right;
	list-style:none; 
	padding:0; margin:0; 
	width:250px; height:250px;
	overflow:auto;
	overflow-x:hidden;
}

#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	color:#666; 
}

#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}

#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; text-decoration:none;
	color:#333;  background:#fff; 
	line-height:20px; outline:none;
}

#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}

#featured li.ui-tabs-nav-item img{
	width:80px;
	height:50px;
}

#featured li.ui-tabs-selected, #featured li.ui-tabs-active{ 
	background:url('../../images/selected-item.gif') top left no-repeat;  
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 
	background:#ccc; 
}

#featured .ui-tabs-panel{ 
	width:610px; height:250px; 
	background:#999; position:relative;
}

#featured .ui-tabs-panel img{ 
height:250px; width:100%;
}

#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	height:70px; 
	background-color: rgba(0, 0, 0, 0.5);
	padding:5px;
	width:600px;
}

#featured .ui-tabs-panel .info a.hideshow{
	position:absolute;  color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}

#featured .info h2{ 
	color:#fff;
	padding:5px;
	margin: 5px 0 0 0;
	overflow:hidden;
	font-weight: bold;
	font-size: 25px;
	margin-top: 8px;
}


#featured .info p{ 
	margin:0 5px; 
color:#f0f0f0;
}

#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}

#featured .info a:hover{ 
	text-decoration:underline; 
}

#featured .ui-tabs-hide{ 
	display:none; 
}

/*===> NAVIGATION <===*/
#navigation {
	background: #FFF;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}
#navigation a.nav {
/*    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;*/
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a.nav {
    display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 40px; /* match top ul list item height */
    z-index: 99;
	background: #1F1F1E;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

.sf-menu a.nav{
    padding: 0 15px;
	height: 41px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
    font-family: minecraftiaregular;
    font-size: 12px;
}

.sf-menu a.nav.nm {
	color: #5c5c5c;
	border: 1px solid #BBB;
	border-width:0px 1px 0px 0px;
}
.sf-menu a.reseaux:hover{
	opacity:0;
}


.sf-menu a:hover.nav.nm{
    color: #FFF;
/*    background-image:url('../../images/item/1.png');
*/	text-shadow:1px 1px 1px black;
background: #BBB;
}

li.sfHover { color: #333 }
.sf-menu li li {text-transform: none; }
.sf-menu li li li { background: #333 }
.sf-menu ul a {
	color: #CCC;
	padding: 0 1.2em;
	height: 35px;
	line-height: 35px;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    width: 9px;
    height: 5px;
    text-indent: -999em;
    overflow: hidden;
    background: url('images/arrows-down.png');
}
a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 18px;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus.> .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -9px 0px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    top: 1px;
    width: 5px;
    height: 9px;
    background: url('images/arrows-side.png');
}
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0 }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator.nav {
    background-position: -5px 0; /* arrow hovers for modern browsers*/
}

.reseaux{
	float:right;
	padding:4px 3px 0px 0px;
}

.reseaux img {margin:0 2px;}

.reseaux a:hover{
	opacity: 0.9;
}

#navigation a.test {
	color:red;
	display: inline;
	vertical-align: middle;
}

#navigation img{
	width:32px;
}

#navigation ul ul {
	display:none;
	left: 164px;
	position:absolute;
	top: -5px; 
}

#navigation li:hover ul.niveau2 { display:block; }
#navigation li:sfhover ul.niveau2 { display:block; }

#navigation .niveau2 li{
	background-color:#1F1F1E;
	color:white;
}

#navigation .niveau2 li:hover{
	background-color:#333333;
}

#navigation .autre:hover {
	background-color:#333333;
}

#navigation .sf-menu a.nav.autre {
	color: white;
}

#navigation .arrow {
	width:9px;
	height:5px;
	top:-3px;
	position: relative;
}

/*===> MENU DROITE<===*/
#sidebar #onlinePlayers {margin: 0px 10px 10px 10px;padding:5px;background-image: url('../../images/item/82.png');color: white;text-shadow: black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;overflow-y:hidden; max-height:225px;}
#sidebar #onlinePlayers img {width:35px;height:35px;box-shadow:0 1px 4px rgba(0,0,0,0.5);margin:5px 5px 0 5px;}
#sidebar #onlinePlayers img:hover {opacity: 0.9;box-shadow:0px 1px 4px rgba(0,0,0,1);cursor: pointer;}
#sidebar #onlinePlayers.aucun {text-align: center; padding:8px; height: auto; overflow: hidden;}

#sidebar #onlinePlayers img.admin { width: 31px; height: 31px; border:2px solid #AA0303; }
#sidebar #onlinePlayers img.moderateur { width: 31px; height: 31px; border:2px solid green; }

#sidebar {
	float: right;
	width:250px;
	margin-left: 10px;
}

#sidebar h3{
background-image: url('../../images/item/5.png');
text-shadow: 1px 1px 1px black;
color: white;
padding: 5px 5px 7px;
margin: 5px 5px 0px 5px;
border-radius: 2px;
font-size: 20px;
letter-spacing: 0px;
	
	
	
}

#sidebar h3 a {
	color:white;
}

#espace_membre {
	background-image:url('../../images/item/12.png');
	text-shadow:1px 1px 2px gray;
	margin:0px 10px 10px 10px;
	padding:5px;
}

#espace_membre a.selected{
	opacity:1;
}

#espace_membre a{
	display: block;
	background-image:url('../../images/item/1.png');
	padding:5px;
	border:1px solid black;
	color:white;
	text-shadow:1px 1px 2px black;
	margin:7px;
	border:1px solid black;
	opacity:1;
}

#espace_membre a:hover{
	text-decoration: none;
	font-weight: bold;
}

#espace_membre img[alt=skin] {
	width:40px; height:40px;box-shadow:1px 1px 2px grey;
}

#newsletter {
	background-image:url('../../images/item/79.png');
	margin:0px 10px 10px 10px;
	padding:5px;
	color:white;
	text-shadow:1px 1px 1px black;
}

.block > .contenu {
	margin:0px 10px 10px 10px;
	padding:5px;
}

.stats {
	background-image:url('../../images/item/cloth_14.png');
	color: white;
	text-shadow:0px 1px 3px rgba(0,0,0,0.5);
}

.stats a { color:white; }
.stats img {vertical-align: middle; height:24px; width:24px; border:1px solid rgba(0,0,0,0.1); margin:1px 5px 1px 0; position: relative; bottom: 1px;}

.stats li {
	list-style: square;
	margin-left:25px;
}



.modulecustom {
	background-image:url('../../images/item/13.png');
	margin:0px 10px 10px 10px;
	padding:5px;
	text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
	color:white;
}

#newsletter  input{
	padding:5px;
	border:1px solid black;
}

#newsletter.center {
	text-align: left;
}

#newsletter a {
	color:white;
}

#connexion {
	background-image:url('../../images/item/12.png');
	text-shadow:1px 1px 2px gray;
	margin:0px 10px 10px 10px;
	padding:5px;
}

#connexion input[type=text],input[type=password] {
	width:99%;
	border-radius: 0px;
	border:1px solid #AAA;
}

#connexion input[type=submit], #newsletter  input[type=submit]{
	border:1px solid black;
	background-image:url('../../images/item/108.png');
	padding:3px;
	margin:5px;
	border-radius:5px;
	text-shadow:1px 1px 2px black;
	color:white;
	font-weight:bold;
	cursor:pointer;
}

#joueursenligne {
	margin:0px 10px 10px 10px;
	padding-top:10px;
	padding-bottom:5px;
	background-image:url('../../images/item/82.png');
	color:white;
	text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px; 
}

#joueursenligne td{
	vertical-align: middle;
	text-align:center;
}

#joueursenligne img{
	margin-left:5px;
	width:30px;
	height:30px;
}

#joueursenligne tr:hover{ 
	cursor:pointer;
	text-decoration:underline;
}

#joueursenligne table{
	border-collapse:collapse;
}

#joueursenligne td{
	vertical-align:middle;
}

/*===> INDEX <===*/
#content.index .selectNews {
	background-color:white;
	padding:10px;
	margin-bottom:10px;
}

#content.index .selectNews img:not(.imageNew) {
	max-width: 100%;
}

#content.index .selectNews a.titre {
	font-weight:bold;
	font-size: 20px;
}

#content.index .box83 {
	margin:0px 10px 10px 15px;
	background-image:url('../../images/item/82.png');
	color:white;
	text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
	padding:10px;
	border-radius:0 0 3px 3px;
}

#content.index .box12 {
	margin:0px 10px 10px 15px;
	background-image:url('../../images/item/12.png');
	color:white;
	text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
	padding:10px;
	border-radius:0 0 3px 3px;
}

#content.index .news {
	border:1px solid black;
	border-radius:5px;
	background-color: rgba(0,0,0, 0.3);
}

#content.index .news .titre {
	display:block;
	background-color: rgba(0,0,0, 0.5);
	padding:5px;
}

#content.index .news .image {
	float: left; margin-right:5px;
}

#content.index .news .content {
	text-align:justify;
	padding:5px;
	display: inline-block;
}							
#content.index .news .image img{
	max-width:100px;
	max-height:100px;
}

#content.index .news .feedback {
	display:block; background-color: rgba(0,0,0, 0.5); padding:5px;
}

#content.index .news .feedback a{
	color:white;
	font-weight:bold;
}

#content.index .pc_container{
	width: 99%;
	height: 200px;
	border:1px solid gray;
	border-radius:2px;
	margin:0 auto;
}

#content.index .pc_container img{
	height: 200px;
	width: 100%;
}

#content.index .pagination {
	margin-bottom: 10px;
	float: left;
}

#content.index .pagination a {
	font-weight:bold;
}

#content.index .pagination .page {
	background:white;
	margin-right: 5px;
	margin-left: 0px;
	padding: 2px 8px;
	display: inline-block;
}

#content.index .pagination .page:hover {
	background: #DDD;
	text-decoration: none;
}

#content.index .pagination .active {
	background: #DDD;
}

/*===> FOOTER <===*/
#footer {
	background-color:white;
	padding:5px;
	text-align:center;
	color:black;
	margin-top:10px;
	clear:both;
}

#footer a{
font-weight:bold;
}


#content.update td {
	padding:10px;
	vertical-align:middle;
	text-align:center;
}


/*Boutique*/
#boutique {width: 100%;}


.nbrcredit {
background-color:#F2F2F2;
border-radius:5px;
padding:10px;
color:black;
margin:10px;
text-align:center;
box-shadow:0 1px 4px rgba(0,0,0,0.2);
}

.nbrcredit a{font-weight:bold;}


.shop-item {
border:1px solid #DDD;
border-radius:4px;
cursor:pointer;
text-align:center;
margin:5px;
background-color:white;
color:black;
padding:5px;
}

.shop-item img{
	padding:5px;
}

.prix{
display: inherit;
font-size: 8pt;
text-align:right;
}


.well2 {
background-color: whiteSmoke;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(white), to(whiteSmoke));
background-image: -moz-linear-gradient(top, white, whiteSmoke);
background-image: -ms-linear-gradient(top, white, whiteSmoke);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whiteSmoke));
background-image: -webkit-linear-gradient(top, white, whiteSmoke);
background-image: -o-linear-gradient(top, white, whiteSmoke);
background-image: linear-gradient(top, white, whiteSmoke);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
border: 1px solid #DDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
}

.well {
background-color: whiteSmoke;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(white), to(whiteSmoke));
background-image: -moz-linear-gradient(top, white, whiteSmoke);
background-image: -ms-linear-gradient(top, white, whiteSmoke);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whiteSmoke));
background-image: -webkit-linear-gradient(top, white, whiteSmoke);
background-image: -o-linear-gradient(top, white, whiteSmoke);
background-image: linear-gradient(top, white, whiteSmoke);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
border: 1px solid #DDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
width:45%;
text-align: left;
position: relative;
float: left;
height: 150px;
padding: 5px !important;
margin: 5px;
cursor: pointer;
}


.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.btn .close, .alert-message .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.active, .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}



.modal-backdrop {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11000;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .close {
  margin-top: 7px;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
}
.modal-body {
  padding: 15px;
}
.modal-body form {
  margin-bottom: 0;
}

#modal-footer-base {
	display: none;
}

.modal-footer {
  background-color: #f5f5f5;
  padding: 14px 15px 15px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: '';
  zoom: 1;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
}
.modal .popover, .modal .twipsy {
  z-index: 12000;
}
.twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  z-index: 1000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.twipsy.left .twipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.twipsy.below .twipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.twipsy-inner {
  padding: 3px 8px;
  background-color: #000000;
  color: white;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none;
}
.popover.above .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.below .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover .inner {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px;
  overflow: hidden;
  width: 280px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover .title {
  background-color: #f5f5f5;
  padding: 9px 15px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
}
 .popover .content {
  background-color: #ffffff;
  padding: 14px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover .content p, .popover .content ul, .popover .content ol {
  margin-bottom: 0;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.label {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
}
.label.important {
  background-color: #c43c35;
}
.label.warning {
  background-color: #f89406;
}
.label.success {
  background-color: #46a546;
}
.label.notice {
  background-color: #62cffc;
}
.media-grid {
  margin-left: -20px;
  margin-bottom: 0;
  zoom: 1;
}
.media-grid:before, .media-grid:after {
  display: table;
  content: '';
  zoom: 1;
}
.media-grid:after {
  clear: both;
}
.media-grid li {
  display: inline;
}
.media-grid a {
  float: left;
  padding: 4px;
  margin: 0 0 18px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.media-grid a img {
  display: block;
}
.media-grid a:hover {
  border-color: #0069d6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

