/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
@font-face{ font-family: 'dincond-bold-webfont'; src: url('dincond-bold-webfont.eot'); src: url('dincond-bold-webfont.eot?#iefix') format('embedded-opentype'), url('dincond-bold-webfont.woff') format('woff'), url('dincond-bold-webfont.ttf') format('truetype'), url('dincond-bold-webfont.svg#webfont') format('svg'); } 
@font-face {
    font-family: 'bauhauslight';
    src: url('ufonts.com_bauhaus-light-webfont.eot');
    src: url('ufonts.com_bauhaus-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('ufonts.com_bauhaus-light-webfont.woff2') format('woff2'),
         url('ufonts.com_bauhaus-light-webfont.woff') format('woff'),
         url('ufonts.com_bauhaus-light-webfont.ttf') format('truetype'),
         url('ufonts.com_bauhaus-light-webfont.svg#bauhauslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bauhausregular';
    src: url('ufonts.com_bauhaus-regular-webfont.eot');
    src: url('ufonts.com_bauhaus-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('ufonts.com_bauhaus-regular-webfont.woff2') format('woff2'),
         url('ufonts.com_bauhaus-regular-webfont.woff') format('woff'),
         url('ufonts.com_bauhaus-regular-webfont.ttf') format('truetype'),
         url('ufonts.com_bauhaus-regular-webfont.svg#bauhausregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lektonregular';
    src: url('lekton-regular-webfont.eot');
    src: url('lekton-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lekton-regular-webfont.woff') format('woff'),
         url('lekton-regular-webfont.ttf') format('truetype'),
         url('lekton-regular-webfont.svg#lektonregular') format('svg');
    font-weight: normal;
    font-style: normal;

} 

@font-face {
    font-family: 'lektonbold';
    src: url('lekton-bold-webfont.eot');
    src: url('lekton-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lekton-bold-webfont.woff2') format('woff2'),
         url('lekton-bold-webfont.woff') format('woff'),
         url('lekton-bold-webfont.ttf') format('truetype'),
         url('lekton-bold-webfont.svg#lektonbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_ptmedium';
    src: url('../../css/futurapt-medium-webfont.woff2') format('woff2'),
         url('../../css/futurapt-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
body {
	overflow-x: hidden;
	font-family: 'futura_ptmedium';
	font-weight: 500;
}
.btn-success {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #449d44;
  background-color: transparent;
  border-color: transparent;
  outline: none;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.home-top {
	font-family: 'bauhauslight';
	background-color: #fff;
	height: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	font-weight: 400;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	color: #222;
	line-height: 22px;
	z-index: 100;
	position: fixed;
	top: 0;
}
/*LES PLANCHES*/
.edito {
	background-color: rgba(250, 250, 250, 0.6);
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	text-align: right;
	padding: 20px;
	font-family: 'lektonregular', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-top: 400px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
.edito a {
	font-family: 'dincond-bold-webfont', Helvetica, sans-serif;
	font-size: 30px;
	line-height: 32px;
}
.edito a:hover, a:focus {
	color: #FFF;
}
/*LES PLANCHES*/

header {
	margin-top: 100px;
	font-family: 'dincond-bold-webfont', Arial, sans-serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 20px;
}
header ul {
	text-decoration: none;
	list-style-type: none;
}
header ul li {
	display: inline;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #8c7c3d;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #F00;
    background-color: transparent;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #8c7c3d;
    background-opacity: 0.7;
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	right: 10px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #222;
	font-weight: 800;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #8c7c3d;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #222;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #8c7c3d;
    background: none;
}

#menu-toggle {
	z-index: 1000;
	position: fixed;
	top: 0;
	right: 10px;
	background-color: #fff;
	border-radius: 0; 
}
#menu {
	z-index: 1000;
	position: fixed;
	top: 0;
	right: 10px;
	background-color: #fff;
	border-radius: 0; 
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	z-index: 1000;
}

.toggle {
	margin: 5px 5px 0 0;
	color: #222;
	z-index: 1000;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
	/*.header {
	margin-top : 50px;
	}
.header {
	display: table;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/bg-carres.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.central-boxs {
	display: none;
}*/
}

/* Footer */
footer {
	text-align: center;
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #000;
}
footer a {
	color: #000;    
}
footer a:hover, a:focus {
	color: #8c7c3d;    
}

/*CSS PERSO*/
.central-boxs {
	width: 1200px;
	text-align: center;
	height: 1200px;
	background-image: url(../img/push/rond-2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	z-index: 1;
	margin-bottom: 0px;
    margin-top: 100px;
}

/* FADEHOVER IMG BOX */
div.fadehover {
	position: relative;
	-moz-box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	box-shadow: 5px 5px 5px #000000;
	}
	div.fadehover-push {
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
/* FADEHOVER IMG BOX */
/* CSS BOXS HOME */
#box-c-1 {
	float: left;
	height: 298px;
	width: 298px;
	margin-bottom: 10px;
	margin-right: 10px;
}
	#box-c-2 {
	float: left;
	height: 298px;
	width: 298px;
	margin-bottom: 10px;
	margin-right: 10px;
}
	#box-c-3 {
	float: left;
	height: 298px;
	width: 298px;
	margin-bottom: 10px;
	margin-right: 10px;
    cursor:pointer;
}

#box-c-4 {
	float: left;
	height: 298px;
	width: 298px;
	margin-bottom: 10px;
	margin-right: 10px;
}


 #box-c-1:hover {
	opacity: 0.8;
}
 #box-c-2:hover {
	opacity: 0.8;
}
 #box-c-3:hover {
	opacity: 0.8;
}
 #box-c-4:hover {
	opacity: 0.8;
}
.head-top {
	font-family: 'bauhauslight';
	background-color: #fff;
	height: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	font-weight: 400;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	color: #222;
	line-height: 22px;
	z-index: 100;
	position: fixed;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-bottom-width: thin;
	top: 0;
}
.head-top img {
	line-height: 12px;
	margin-bottom: 6px;
	height: 16px;
	width: 16px;
}
.head-top a {
  color: #222;
  text-decoration: none;
}
.head-top a:hover,
a:focus {
  color: #8c7c3d;
  text-decoration: none;
}

.bold {
	font-weight: 400;
	font-size: 18px;
	font-family: 'lektonbold', Helvetica, sans-serif;
}
.maya-title {
	font-weight: bold;
	font-size: 24px;
	color: #8c7c3d;
}
.maya-exergue {
	font-weight: bold;
	font-size: 19px;
	color: #8c7c3d;
}
.visited {
	padding-top: 3px;
	color: #8c7c3d;
}
.visited-planches {
	padding-top: 3px;
color: #d7c700;
}
.visited-route {
	padding-top: 3px;
color: #ad5b31;
}
.edito-galerie {
	font-family: 'lektonregular', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	background-color: rgba(250, 250, 250, 0.6);
	border-radius: 5px;
	border: 1px solid #F5F5F5;
	padding-bottom: 40px;	/*-moz-box-shadow: 3px 3px 3px #222;
	-webkit-box-shadow: 5px 5px 5px #222;
	box-shadow: 3px 3px 3px #222;*/
}
/*LA GALERIE LINKS*/

.edito-galerie a:link {
	color: #8c7c3d;
	text-decoration: none;
	font-weight: 700;
}
.edito-galerie a:visited {
color: #8c7c3d;
}
.edito-galerie a:focus {
	color: #8c7c3d;
	background-color: #000000;
}
.edito-galerie a:active {
color: #8c7c3d;
}
.edito-galerie a:hover {
color: #8c7c3d;
background-color: #000000;
}
/*LA GALERIE LINKS*/
.title {
	font-family: 'dincond-bold-webfont', Arial, sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #000;
}

/*MODAL BOX*/
/* .modal-transparent */

.modal-transparent {
	background-color: transparent;
	background-repeat: repeat;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* .modal-fullscreen */

.modal-fullscreen {
	background: #FFF;
	background-image: url(../img/bg-paper.);
	font-size: 18px;
	font-weight: 400;
	color: #000;
	font-family: 'lektonregular',Helvetica,Arial,sans-serif;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
  .head-top {
	padding-left: 100px;
}
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}
.grey {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #666;
}
.brand-list {
	font-family: 'dincond-bold-webfont', Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 1px;
}
.homes-space {
	background-color: transparent;
	clear: both;
	height: 20px;
}
.homes-space-40 {
	background-color: transparent;
	clear: both;
	height: 40px;
}
.homes-space-100 {
	background-color: transparent;
	clear: both;
	height: 150px;
}
.exergue {
	font-size: 18px;
	font-weight: bold;
	font-family: 'lektonregular', Helvetica, sans-serif;
}
.exergue-title{
	font-family: 'dincond-bold-webfont';
	font-size: 30px;
	font-weight: normal;
	color: #000;
	font-style: normal;
	}
	.title {
	font-family: 'dincond-bold-webfont', Arial, sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #000;
}
.big-title {
	font-family: 'dincond-bold-webfont', Arial, sans-serif;
	font-size: 54px;
	font-weight: normal;
	color: #8c7c3d;
}
.header-galerie {
	margin-top: 100px;
	margin-bottom: 40px;
}
.space {
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	clear: both;
}
.panel-group {
	font-size: 16px;
	}
/*IPhone 5 et 5s*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
.edito-galerie{
	text-align: justify;
}
.head-top {
	padding-left: 20px;
}
}
.filet {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222;
	  }
   /* AY REPET */
   .text-repet {
	font-size: 17px;
	font-family: 'lektonregular', Arial, sans-serif;
	margin-top: 40px;
}

.exergue-oblique{
	font-family: 'dincond-bold-webfont', Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
	font-style: normal;
	text-align: right;
	margin-right: 0px;
	}
.italique-normal {
	font-family: 'dincond-bold-webfont', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	font-style: italic;
}
.bold-normal {
	font-family: 'dincond-bold-webfont', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	font-style: normal;
}

/*----------------------------------------------------------------------------------------DERECHO*/
.exergue-rouge {
	font-family: 'lektonregular', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
}
.titre {
	font-family: 'lektonregular', Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
}

#chapo-derecho{
	float: left;
	height: 100px;
	width: 924px;
	margin-left: 10px;
	font-family: 'lektonregular', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

#visuel-derecho {
	float: left;
	height: 456px;
	width: 608px;
	margin-left: 180px;
	margin-bottom: 40px;
}
#visuel-derecho-2 {
	float: left;
	height: 285px;
	width: 425px;
	margin-bottom: 10px;
}


#titre-derecho {
	float: left;
	height: 30px;
	width: 924px;
	text-align: center;
	margin-left: 10px;
	font-family: 'lektonregular', Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
}
#col-g-derecho {
	float: left;
	height: auto;
	width: 400px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#col-d-derecho{
	float: left;
	width: 400px;
}
#col-g-all-derecho {
	float: left;
	height: auto;
	width: 425px;
	margin-left: 10px;
	font-family: 'lektonregular', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 30px;
}
#col-d-all-derecho {
	float: left;
	height: auto;
	width: 425px;
	margin-left: 80px;
	font-family: 'lektonregular', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-top: 30px;
}
#visuel-derecho-3 {
	float: right;
	height: 414px;
	width: 277px;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-right: 30px;
}
/*FLAMENCO-CLASSES*/
.flamenco-visited {
	color: #900;
}
section {
	margin-top: 50px;
	margin-bottom: 50px;
}
 /*MIN TANAKA CSS*/
.tanaka-title {
	font-family: "lektonregular", Helvetica, sans-serif;
	font-size: 54px;
	font-weight: normal;
	color: #FFF;
	line-height: normal;
}


.tanaka-menu {
	font-family: "lektonregular", Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	background-color: #000;
}
#one, #two, #three {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.home-thumbs {
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.home-thumbs hover {
	background-color: transparent;
}

.tanaka-legend {
	color: #FFF;
	background-color: #78aab4;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 50px;
}
.tanaka-legend-1 {
	color: #FFF;
	background-color: #ee2b19;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 50px;
}
.tanaka-legend-2 {
	color: #FFF;
	background-color: #edd313;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 50px;
}
.tanaka-legend-3 {
	color: #FFF;
	background-color: #3a9ce3;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 50px;
}
.bg-black {
	background-color: #000000;
	padding-top: 100px;
	padding-bottom: 40px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #ee2b19;
}
.bg-red {
	background-color: #ee2b19;
	padding-top: 100px;
	padding-bottom: 40px;
}
.bg-yellow {
	background-color: #000000;
	padding-top: 100px;
	padding-bottom: 40px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #edd313;
}
.bg-blue {
	background-color: #000000;
	padding-top: 100px;
	padding-bottom: 40px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #3a9ce3;
}
.tanaka-title {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
}
.tanaka-row {
  margin-right: -30px;
  margin-left: -30px;
}
.col-md-4 a:hover .img-responsive {
	opacity: 0.5;
}
.col-md-8 a:hover .img-responsive {
	opacity: 0.5;
	background-color: transparent;
}
.space-top {
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	clear: both;
}
.btn-edito {
	color: #000;
	background-color: transparent;
	border-color: #transparent;
	font-weight: 300;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.btn-edito:hover, .btn-edito:focus, .btn-edito:active, .btn-edito.active, .open .dropdown-toggle.btn-edito {
    color: #78aab4;
    background-color: transparent;
    font-weight: 300;
}
@media (max-width: 320px) {
  .name {
    display: none;
  }
  
}
@media (max-width: 370px) {
  .space-top {
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F5F5F5;
	clear: both;
}
  
}
/*14 juillet*/
.minuit-title {
	font-family: 'tagdoregular', Helvetica, sans-serif;
	text-align: center;
	color: #36F;
}
.minuit-edito {
	background-color: rgba(250, 250, 250, 0.6);
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	height: auto;
	text-align: center;
	padding: 40px;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 150px;
	margin-left: auto;
	font-family: 'lektonregular', Helvetica, sans-serif;
	width: auto;
}
.14 {
	font-family: 'lektonbold', Helvetica, sans-serif;
	color: #36F;
	font-weight: 800;
}
.minuit-edito a {
	font-family: 'tagdoregular', Helvetica, sans-serif;
	color: #36F;
}
.minuit-edito a:hover, a:focus {
	color: #FFF;
}
@media (max-width: 320px) {
  .minuit-edito a {
	font-size: 44px;
	line-height: 44px;
}
  
}
/*BALI SLIDE*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
/*GAIA CLIP*/
.gaia-title {
	COLOR: #ff6633;
	}

 #scroll_to_top {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 50px;
  right: 50px;
  display: none;
background-color: #fff;
}
    #scroll_to_top:hover {
        background-color: transparent;
        opacity: 0.5;
    }
video {
	background-color: black;
}
#thumbs img:hover {
opacity: 0.5;}

#thumbs p {
	margin-top: 20px;
	margin-bottom: 40px;
	border-bottom-style: solid;
	border-bottom-color: #8c7c3d;
	border-bottom-width: 1px;
}
