/**
Bordeaux (titre) 	: #3A1110
Rouge 			: #B04040
Jaune				: #FFC020

Vert 				: #C0C030
Violet 			: #A04080

Lavish : #BC908A#A05651#964540#8A3532#70504C#5E1E1D#391112
**/
BODY {
	background: #000000;
	color: #ffffff;
	font-family: Verdana,Helvetica,Arial;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	text-align: justify;
	width: 100%;
/*
	scrollbar-base-color: #660000;
	scrollbar-arrow-color: #FFC020;
*/
}

TH {
	background-color: #602020;
	color: white;
	font-weight: bold;
	text-align: center;
}

A, A:hover, A:focus, A:active { /* A:visited, */
	color: #B04040;
}

UL {
	list-style-image: url('../img/puce.png');
}/**/

IMG {
	border: 0px;
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	H1 {
		background: none !important;
		font-size: 24px;
	}
}

H1, H2, H3 {
	color: #FFC020;
	font-style: italic;
}
H1 {
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 2px solid #B04040;
	margin-bottom: 30px;
	padding-right: 30px;
}
H2 {
	background: #B04040;
	background-image: url('../img/bloc-background.jpg');
	background-repeat: repeat-x;
	border: 2px solid #B04040;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin: 20px 0;
	padding: 5px 10px;
}
H2.bg {
	background: none;
	border: 0px;

}
H3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 5px;
}
H3 .glyphicons { /* cercle autour des glyphicons auteurs */
	background:#3A1110;
	border-radius:50%;
	padding:6px;
}
H4 { /* titre des séries - page d'accueil du site */
	text-align: center;
}

/*
UL {
	overflow: hidden;
}
*/


/**
 * USAGE
 * <blockquote>
 * 	Citation...
 * 	<footer>Auteur <cite>Source</cite></footer>
 * </blockquote>
 */
BLOCKQUOTE {
	background: #2F2F2F;
	border-left: 5px solid #ccc;
	border-radius: 4px;
	font-size: 1em;
	font-style: italic;
	margin: 1.5em auto;
	padding: 10px;
	text-align: left;
}
BLOCKQUOTE:before {
	color: #ccc;
	content: "\201C"; /* open-quote */
	font-family: Georgia, serif;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.45em;
}
BLOCKQUOTE p:first-of-type {
	display: inline;
}
BLOCKQUOTE p:nth-child(2) {
	margin-top: 10px;
}

BLOCKQUOTE BLOCKQUOTE {
	background: #1F1F1F;
}
BLOCKQUOTE BLOCKQUOTE BLOCKQUOTE {
	background: #0F0F0F;
}





/*** STRUCTURE DU SITE ***/

#logo {
	float:left;
	max-height: 75%;
	max-width: 75%;
	padding-top: 10px;
}

/*** HEADER ***/
#header {
	background-color: #390F11;
	background-image: url('../img/stryge-debrah.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
	color:#fff;
	height: 180px; /* 180 */
		line-height: 100px;
	transition: height 0.3s;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		-ms-transition: height 0.3s;
		-o-transition: height 0.3s;
	width: 100%;
	z-index: 10;
}


/*** HEADER SHRINK / FILLER ***/

#header.shrink { /* header réduit et fixe */
	box-shadow: 0 3px 10px rgba(255,155,155,0.3);
	height: 90px;
	line-height: 60px;
	position: fixed;
}

.filler { /* bloc sous le bandeau en cas de header réduit */
	display:none;
	height:150px;
}

a.anchor { /* repositionnement des ancres en fonction du header fixe */
	display: block;
	position: relative;
	top: -95px;
	visibility: hidden;
}

/*** MENU BANDEAU ***/

#menu-icon {
	cursor:pointer;
	background:#B04040;
	border-radius:50%;
	float:left;

	margin: 15px;
	margin-top: 50px;
	padding: 10px;
	position:relative;
	visibility: hidden;

	opacity: 0;
	transition: opacity ease-in-out 0.4s;
		-webkit-transition: opacity ease-in-out 0.4s;
		-moz-transition: opacity ease-in-out 0.4s;
		-ms-transition: opacity ease-in-out 0.4s;
		-o-transition: opacity ease-in-out 0.4s;
}
@media screen and (max-width: 1200px){ /* Large devices (large desktops, 1200px and up) */
	#menu-icon {
		opacity: 1 !important;
		visibility: visible !important;
	}
}
.shrink #menu-icon {
	margin-top: 20px;
	opacity: 1;
	visibility: visible;
}
#menu-icon:hover {
	background:#FFC020;
}
#menu-icon span {
	color:white;
	font-size:24px;
}


/*** MENU ***/
.navbar-default {
	background-color: transparent;
	border: 0px;
	padding-top: 5px;
}
.navbar-nav>li>a {
/*	border-radius: 5px; */
	border-radius: 5px 5px 0px 0px;
	border-bottom: 3px solid #3A1110;
	color: #ffffff !important;
	margin: 4px 0 0 0;
	min-width: 90px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.navbar-default a:active, .navbar-default a:hover {
	border-bottom: 3px solid #FFC020;
/*	background-color: #FFC020 !important; */
	color: #ffffff !important;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #B04040;
  color: #ffffff;
}

.navbar-default .dropdown-menu {
	background-color: #3A1110;
	box-shadow: 0 3px 10px rgba(155,155,155,0.3);
}
.navbar-default .dropdown-menu>li>a {
	border-bottom:0px;
	color: #ffffff !important;
}
.navbar-default .dropdown-menu>li>a:hover {
	background-color: #FFC020 !important;
}

.navbar-default li.dropdown:hover .dropdown-menu { /* Mouseover trigger dropdown */
	display: block;
}

.shrink .navbar-default {
	display:none !important;
}


/*** MENU MOBILE ***/
#mp-menu A, #mp-menu A:visited {
	color: #FFF;
	text-decoration: none;
}
#mp-menu A:hover, #mp-menu A:active {
	color: #faa126;
}
#mp-menu .glyphicons {
	font-size: inherit;
	position: inherit;
}
#mp-menu ul li {
	display: block;

}
#mp-menu ul li > a {
	font-size: 1.4em;
	font-family: Verdana,Helvetica,Arial;
	padding: 12px 20px 12px 35px;
}

#mp-menu h2 {
	font-family: initial;
	font-size: 2.5em;
	font-weight: bold;
	padding: 15px;
	text-transform: none;
}
#mp-menu .mp-back {
	font-family: Verdana,Helvetica,Arial;
}

#mp-menu .bg::after { /* random menu background */
	background-image: url(../../public/img/gardien.png);
	background-repeat: no-repeat;
	content: '';
	opacity: 0.2;
	position: absolute;
		top: 0px;
		left: 0;
		bottom: 0;
		right: 0;
	z-index: -1;
}
#mp-menu .bg-1::after {
	background-image: url(../../images/divers/kevin-debrah.png);
	background-position: 0px 80px;
}
#mp-menu .bg-2::after {
	background-image: url(../../images/divers/debrah-tome7.png);
	background-position: 40px 40px;
	top: 50px;
}
#mp-menu .bg-3::after {
	background-image: url(../../images/divers/nivek-barbe.png);
	background-position: 20px 60px;
	background-size: 100% auto;
}
#mp-menu .bg-4::after {
	background-image: url(../../images/divers/jill.png);
	background-position: 80px 80px;
	background-size: 60% auto;
}
#mp-menu .bg-5::after {
	background-image: url(../../images/divers/debrah-tome2.png);
	background-position: 40px 80px;
	background-size: 80% auto;
}


/*** BREADCRUMB ***/

.ariane { /* fil d'ariane */
	margin: 10px 0 0 10px;
}
.ariane .glyphicons {
	font-size:10px !important;
}

/*** CONTENT ***/

#content {
	margin: 15px;
	min-height: 600px;
}
.scroller-inner { /* bloc push pour menu */
	background-image: url('../img/stryges-background.jpg');
	background-repeat: no-repeat;
	background-position: right 150px ;
}

.line {
	border-radius: 4px;
	clear: both;
	min-height: 65px;
	padding: 10px;
	margin: 2px auto;

	transition: background ease 0.5s;
		-webkit-transition: background ease 0.5s;
		-moz-transition: background ease 0.5s;
		-ms-transition: background ease 0.5s;
		-o-transition: background ease 0.5s;

}
.line:hover {
	background: rgba(58,17,16,0.8);
	cursor: pointer;
}
.line:hover .vignette {
	box-shadow: 0 3px 10px rgba(255,255,255,0.3);
}

.line h3 {
	margin-top: 0px;
}

.vignette {
	background: #3A1110;
	background-repeat: no-repeat;
	background-size: auto 60px;
	border-radius: 50%;
	color: white;
	display: inline-block;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	margin: 0px auto 5px auto;
	text-align: center;
	width: 60px;

	transition: all ease 0.5s;
		-webkit-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		-ms-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
}

/*** FOOTER ***/

#footer {
	background-color: #481514;
	clear: both;
	line-height: 20px;
	max-height: 90px; /* 25px; */
	overflow: hidden;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
#footer A, #footer A:visited, #footer A:hover, #footer A:active {
	color: #FFC020;
}
#footer IMG {
	height: 70px;
}

.copyright {
	font-size: 10px;
	font-style: italic;
	margin: 10px auto;
}

/*** WAIT MSG ***/
#wait {
	background-color:rgba(0, 0, 0, 0.8) ;
	position: fixed;
		padding-top: 300px;
	width: 100%;
	height: 100%;
	z-index: 1100; /* bootstrap 1000 - 1050 */
}
#wait div {
	background-color: white;
	border: 1px black solid;
	border-radius: 4px;
	color: black;
	margin: auto;
	padding: 10px;
	text-align: center;
	width: 250px;
}
#wait img {
	margin-right: 10px;
	width: 32px;
}



/*** NAV BAR / NAV PILLS ***/

#content .nav>li>a {
/*	background-color: #3A1110; */
	background-color: transparent !important;
	border-bottom: 3px solid #3A1110;
	border-radius: 5px 5px 0 0 !important;
	color: #fff;
	font-size: 16px;
	padding: 10px;
}
#content .nav>li.active>a {
/*	background-color: #B04040; */
	border-bottom: 3px solid #B04040;
	color: #fff;
}
#content .nav>li>a:hover, #content .nav>li>a:focus {
/*	background-color: #FFC020; */
	border-bottom: 3px solid #FFC020;
	color: #fff;
}
#content .nav.nav-pills LI {
	min-width: 200px;
	text-align: center;
	margin: 2px;
}


/*** BOX ***/
.box {
	background: #000;
	border: 2px solid #B04040;
	margin: 10px 0;
	padding: 5px 10px;
	border-radius: 5px;
}
.box H3 { /* */
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-size: 24px;
	line-height: 24px;
	padding-left: 30px;
}
.box A, .box A:visited, .box A:hover, .box A:active {
	color: #FFC020;
	text-decoration: none;
}


/* galeries */
.gallery-thumbnail TABLE {
	border-spacing: 10px;
	border-collapse: separate;
	margin:auto;
}
.gallery-thumbnail TD {
/*	background-color: white; */
	padding: 5px;
	text-align:center;
}
.gallery-book {}
.gallery-book TD.corner {
	height:12px;
	width:12px;
}

/*** FANCYBOX Override ***/
.fancybox-outer, .fancybox-inner {
	border-radius: 5px;
}


/** Messages de confirmation / infirmation **/
@media screen and (max-width: 768px){ /* Extra small devices (phones, less than 768px) */
	.alert {
		padding-right: 10px !important;
		background-image: none !important;
	}
}

.alert {
	background-repeat: no-repeat;
	background-position: right top -20px;
	background-size: 120px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #000000;
	margin: 20px 0px;
	padding: 10px;
	padding-right: 130px;
	position: relative;
	text-align: justify;
	vertical-align: middle;
}
.alert-info {
/*	color: #4080B0; */
	background-color: #d9edf7;
	background-image: url('../img/alerts/sign-info.png');
	border-color: #bce8f1;
	border-left: 5px solid #5bc0de;
}
.alert-warning {
/*	color: #A07030; */
	background-color: #fcf8e3;
	background-image: url('../img/alerts/sign-warning.png');
	border-color: #D0C0B0; /* #fbeed5*/
	border-left: 5px solid #f0ad4e;
}
.alert-success {
/*	color: #408040; */
	background-color: #dff0d8;
	background-image: url('../img/alerts/sign-success.png');
	border-color: #d6e9c6;
	border-left: 5px solid #5cb85c;
}
.alert-danger {
/*	color: #C05050; */
	background-color: #f2dede;
	background-image: url('../img/alerts/sign-danger.png');
	border-color: #eed3d7;
	border-left: 5px solid #d9534f;
}
.alert-success .alert-link {
	color: #356635 !important;
}
.alert-info .alert-link {
	color: #2d6987 !important;
}
.alert-warning .alert-link {
	color: #a47e3c !important;
}
.alert-danger .alert-link {
	color: #953b39 !important;
}
/* .alert div, */ .alert-title { /* titre de l'alerte */
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.alert-info .alert-title {
	color: #4080B0;
}
.alert-warning .alert-title {
	color: #A07030;
}
.alert-success .alert-title {
	color: #408040;
}
.alert-danger .alert-title {
	color: #C05050;
}


/** Pagination **/
UL.pagination {
	margin: 0;
}
.pagination > li > a {
	background-color: #B04040;
	border: 1px solid #D0B070;
	color: #fff !important;
}
.pagination > li.active > a {
	background-color: #3A1110;
	border: 1px solid #D0B070;
	color: #fff !important;
}
.pagination > li > a:hover,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus {
	background-color: #FFC020 !important;
	border: 1px solid #D0B070;
	color: #fff !important;
}
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	background-color: #B04040 !important;
	border: 1px solid #D0B070;
}

.pagination-sm > li > a {
	padding: 4px 8px;
	font-size: 10px;
}

/*** Classess UTILES ***/
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left !important;
	margin-right: 10px !important;
}
.right {
	float: right !important;
	margin-left: 10px !important;
}
.clear {
	clear: both;
}
.pointer {
	cursor: pointer;
}
.middle { /* centrer verticalement */
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.glyphicons {
	font-size: 16px;
}

/*** GRILLES ***/

TABLE.grid {
	border-spacing: 0px;
	border-collapse: collapse;
	margin:auto;
	width:98%;
}
/*
TR.rowOdd TD, .rowOdd {background-color: #3A1110; color: black; padding:4px;}
TR.rowEven TD, .rowEven {background-color: transparent; color: black; padding:4px; }
TR.rowOver TD {background-color: #FFC020; color: black; }
TR.rowNone TD {background-color: transparent !important; color: black; }
*/
TABLE.grid tr:nth-child(odd) TD {
	background-color: #C0C0C0;
	color: black;
	padding:4px;
}
TABLE.grid tr:nth-child(even) TD {
	background-color: #A0A0A0;
	color: black;
	padding:4px;
}

TABLE.grid tr:hover TD {
	background-color: #FFC020;
	color: black;
}


.liste {margin:auto; width:98%;}
.row0 {background-color: #C0C0C0;}
.row1 {background-color: #A0A0A0;}
.icone {text-align:center; width:25px;}



/*** FORMULAIRES ***/
.form {
	margin: 0;
	padding-bottom: 20px;
}
.disabled {
	background-color: #eee !important;
}

INPUT::-ms-clear { /* Remove IE10's "clear field" X button */
	display: none;
}

.size-s 	{ max-width: 120px;}
.size-m 	{ max-width: 200px;}
.size-l 	{ max-width: 400px;}
.size-xl 	{ max-width: 950px;}


/*** Boutons ***/

BUTTON {
	margin: 0 2px;
}

.btn { /* bouton texte */
	min-width:120px;

	/* Remove chrome focus outline */
	outline: none !important;
	box-shadow: none !important;
}
.btn-icon { /* bouton sans texte */
	min-width: 0;
	min-height: 34px;
}

.btn-primary {
  color: #ffffff;
  background-color: #8a3532;
  border-color: #772e2b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #6c2927;
  border-color: #4a1d1b;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #8a3532;
  border-color: #772e2b;
}

/*
.btn-default {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-default .badge {
	color: #d9534f;
	background-color: #fff;
}
*/


/*** ALBUMS ***/
.album {
	display: inline;
	float: left;
	height: 530px;
	margin: 10px;
	text-align: center;
	width: 31%;
}

/** Album liste **/
.thumbs {
	margin: 20px auto;
}

.thumbs IMG { /* miniature albums, tirages, ... */
/*	max-width: 150px; */
	max-height: 150px;
	margin: 4px;
	border-radius: 5px;
}

@media screen and (max-width:768px) {
	.thumbnail A IMG {
		float: none !important;
		margin: auto !important;
	}
	.thumbnail .album-bloc {
		height: auto !important;
	}
}

.thumbnail { /* tuiles de présentation des albums */
	background-color: #3A1110;
	border: 1px solid #B04040; /* #B04040 */
	padding: 5px;
}
.thumbnail .caption {
	color: #fff;
}
.thumbnail .album-bloc {
	height:290px;
	margin-bottom: 10px;
	overflow:auto;
	text-align:justify;
}

/* ruban nouveauté / à paraitre sur album * /
.ruban {
	position: absolute;
	top: -4px;
	right: 5px;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	z-index: 1;
}
.ruban.new {
	background-image: url(../img/rubans/ruban-nouveaute.png);
}
.ruban.preview {
	background-image: url(../img/rubans/ruban-aparaitre.png);
}
*/

/** Album détail **/

#album-cover {
  position:relative;
  margin: auto;
}
#album-cover img {
  margin: 0 auto;
  position: relative;
  max-width: 90%;
}
.dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*** Divers ***/
.legende {
	font-style: italic;
	text-align: center;
}

.exergue {
	color: #FFC020;
	font-weight: bold;
}
.auteur {
	color: #FFC020;
	font-weight: bold;
}
.question {
	color: #a24454;
	font-weight: bold;
}
.reponse {
	text-style:italic;
}


/** Tooltip BS **/
div.tooltip-inner {
	max-width: 350px;
}

/** Popover BS **/
.popover-title { /* aperçu pour gestion des fichiers, ... */
	background-image: none;
	color: black;
}



.check input[type=checkbox] {
	visibility: hidden;
}
.check {
	float: left;
	margin: 1px;
	position: relative;
	width: 20px;
}
.check label:first-of-type {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}
.check label:first-of-type:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 7px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check label:first-of-type:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.check input[type=checkbox]:checked + label:first-of-type:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


/** Input with feedback **/
.has-feedback .form-control {
	padding-right: 45px !important;
}
.has-feedback.has-addon .form-control {
	padding-right: 30px !important;
}

.has-feedback .form-control-feedback {
	right: 30px !important;
}
.has-feedback.has-addon .form-control-feedback {
	right: 55px !important;
}


/**** GMD input style

.btn:active:not(.btn-link):not(.btn-flat), .btn:hover:not(.btn-link):not(.btn-flat) {
	box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19);
	box-shadow: 0 6px 10px rgba(255,255,255,.23),0 10px 30px rgba(255,255,255,.19);
}
.nav-pills li a:hover {
	box-shadow: 0 6px 20px 30px rgba(255,255,255,.23),0 10px 30px rgba(255,255,255,.19);
}
TEXTAREA, INPUT {
	background:transparent !important;
	border:0px !important;
	border-bottom: 1px solid silver !important;
	border-radius: 0px !important;
	color: white !important;
	outline: none !important;
	outline-style: none !important;
	box-shadow:none !important;
}
.disabled {
	background-color: transparent !important;
	border-bottom: 1px dashed silver !important;
	color: silver !important;
}
TEXTAREA, INPUT {
	outline: none !important;
	outline-style: none !important;
	box-shadow:none !important;
}
*/

.highlight { /* GMD effect upon focus */
	position: absolute;
	z-index: 10;
	height:30px;
	width:10%;
	top: 2px;
	left: 18px;
	pointer-events:none;
	opacity:0.8;
}
.input-group .input-group-addon ~ .highlight {
	left:44px;
}
.input-group .input-group-addon ~ .form-control {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

input:focus:not(.disabled) ~ .highlight,
textarea:focus:not(.disabled) ~ .highlight,
select:focus:not(.disabled) ~ .highlight {
  -webkit-animation: input-highlight 0.5s;
          animation: input-highlight 0.5s ease;
}
@keyframes input-highlight {
	0% {background: #f0ad4e;}
	100% { width:50%; background: transparent;}
}
@-webkit-keyframes input-highlight{
	0% {background: #f0ad4e;}
	100% { width:50%; background: transparent;}
}
@-moz-keyframes input-highlight{
	0% {background: #f0ad4e;}
	100% { width:50%; background: transparent;}
}
@-o-keyframes input-highlight{
	0% {background: #f0ad4e;}
	100% { width:50%; background: transparent;}
}


.blocIMG {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 150px;
	margin: 0 0 20px 0;
	transition:all .5s ease-in-out;
		perspective: 800px;
		perspective-origin: 50% 100px;
	height: 150px;
	width: 150px;
}
.blocIMG:hover {
	/*
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	*/
	background-size:120% !important;
}