/*
    DEMO STYLE
*/





body {
    font-family: 'Poppins', sans-serif;
    background: #E8E9E9;
	color: #000;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 5px 10px;
    background:#FFFFFF;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
   /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #E9E9E9;
    color: #333333;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #F00020;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	color: #FFF;
}
#dismiss:hover {
    background: #F00020;
    color: #FFF;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 5px 20px;
    background: #E8EAE9;
}

#sidebar ul.components {
    padding: 0px 0 10px;
   }

#sidebar ul p {
    color: #333333;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #333333 !important;
    background: #E9E9E9;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
   content:"\e114";
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
   content:"\e114";
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #E9E9E9;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
/*a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}*/


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.content_body {
    padding: 0px 10px; 
}

btn-info {
    color: #fff;
    background-color: #00CCFF !important; 
    border-color: #00CCFF !important; 
}

.navbar-brand
{
    position: absolute;
    width:200px;
    left: calc(50vw - (/* width */200px / 2));
    top: 0;
    text-align: center;
    margin: auto;
    padding:0px;
	
}


.navbar-tittle
{
    position: absolute;
    width:80%;
    left: 50px;
    top: 15px;
    text-align:left;
    margin: auto;
    padding:0px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	
	
}

.search-form .form-group input.form-control::-webkit-input-placeholder{
  display:none;
}
.search-form .form-group input.form-control::-moz-placeholder{
  display:none;
}
.navbar-right{
  min-width:250px; /*or I can probably just use columns*/
	right: 15px;
    position: absolute;
    top: 10px;
	
}
.navbar-right form{
  width:100%;
}
.form-group{
  position:relative;
width:0%;
  min-width:30px;
height:30px;
overflow:hidden;
transition: width 1s;
backface-visibility:hidden;
}
.form-group input.form-control{
  position:absolute;
  top:0;
  right:0;
  outline:none;
  width:100%;
  height:30px;
  margin:0;
  z-index:10;
}
input[type="text"].form-control{
  -webkit-appearence:none;
  -webkit-border-radius:0;
}
.form-control-submit,
.search-label{
  width:30px;
  height:30px;
  position:absolute;
  right:0;
  top:0;
  padding:0;
  margin:0;
  text-align:center;
  cursor:pointer;
  line-height:30px;
  background:#F00020;
	color: #FFF;
}
.form-control-submit{
  background:#fff; /*stupid IE*/
    opacity: 0;
  color:transparent;
  border:none;
  outline:none;
  z-index:-1;
}
.search-label{
  z-index:90;
}
.form-group.sb-search-open,
.no-js .sb-search-open{
  width:100%;
}
.form-group.sb-search-open .search-label,
.no-js .sb-search .search-label {
	background: #da6d0d;
	color: #fff;
	z-index: 11;
}
.form-group.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
	z-index: 90;
}

/**********************/
.bg{
	background:#fff !important;
	padding: 5%;
	margin-top: 10px;	
}

.bg img{
	border-radius: 10px;	
}


.gametittle h5{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 16ch;
	text-align: center !important;
	color: #000;
	font-weight: bold;
	margin: 5px auto;
}

.gametittle h6{
	text-align: center !important;
	color: #F00020;
	margin: 5px auto;
	font-style: italic;
	text-decoration: underline;
}

.rate{
	text-align: center;
	
}

.checked {
    color:#F00020!important;
}

.fa-star{
	color: #CCCCCC;
	
}
.top_m{
	margin-top: 10px;
	
}

.carousel{
	margin-bottom: 10px;
	
	
}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}


.voir{ 
	display: inline-block;
	background:#F00020;
	color: #fff;
	padding: 5px;
	
	}
.shadow {
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
.italic{
 font-style: italic;
}
.download{
	width:100%;
	max-width: 112px;
	margin: 5px auto;
	display: block;
	background: #F00020;
	border-radius: 25px;
	color: #fff;
	padding: 5px;
}

.download img{
	width:100%;
	max-width: 112px;
	}

.dis p{
	color: #000;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
	
	
}


.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

.footer{
	width: 100%;
	text-align: center;
	color:#fff;
	bottom: 0;
	background: #5E6262;
	
}

.footer a{
	width: 100%;
	text-align: center;
	color:#fff;
	bottom: 0;
	background: #5E6262;
	font-weight: normal;
	
}

.col-xs-7 img{
 min-height: 93px;	
}

.lang{	
	position: absolute;
	left: 50px;
	top: 15px;
	width: 25px;
	height: 25px;
}



.carousel-inner .active.left {
    left: -16.6%;
}
.carousel-inner .next {
    left: 16.6%;
}
.carousel-control.left, .carousel-control.right {
    background-image:none; 
}

#myCarousel .item{
	width: 100%;
	text-align: center;
}

#myCarousel .item img{
	text-align: center;
	display: block;
	margin: auto;
}

.navbar-default{
	background: #F00020;	
}

.logo{
	color: #fff !important;
	font-weight: bold;
	line-height: 55px;
	font-size: 24px;
	
}

.btn-danger{
	background: #F00020;		
}
