/*
    DEMO STYLE
*/


html{
	width: 99vw !important;
	max-width: 99vw !important;
    overflow-x: hidden !important;
	
	
}


body {
	width: 99vw !important;
    font-family: 'Poppins', sans-serif;
    background: #E8E9E9;
	max-width: 100vw !important;
	overflow-x: hidden !important;}
.wrapper{
	max-width: 100vw !important;
	overflow-x: hidden !important;
	/*position: fixed;*/
}

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:#00CCFF;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	line-height: 40px;
}
.btn{
	padding: 0px 0px;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
	font-size: 24px;
	margin: 0px;
}


.glyphicon-search{
	font-size: 24px;
	color: #FFF;
}

.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: #00CCFF;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.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 0px; 
}

btn-info {
    color: #fff;
    background-color: #00CCFF !important; 
    border-color: #00CCFF !important; 
}

.navbar-brand
{
    position: absolute;
    width:170px;
    left: calc(50vw - (/* width */170px / 2));
    top: 0;
    text-align: center;
    margin: auto;
    padding:0px;
	
}


.navbar-tittle
{
    position: absolute;
    width:80%;
    left: 50px;
    top: 5px;
    text-align:left;
    margin: auto;
    padding:0px;
	font-size: 20px;
	color: #FFF;
	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:#00CCFF;
}
.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: #01214D;
	font-weight: bold;
	margin: 5px auto;
}

.checked {
    color: #666666 !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;
}

/*************Slider******************/

.btn-success{	
	background: #00A8E1;
	padding: 3px 6px;
	border-radius: 0px;
	margin-top: 5px;
}
.btn-success:hover {
  color: #fff;
  background: #00A8E1;
  border-color: #00A8E1;
}



.row{
	margin-left: 0px;
	margin-right:0px;	
}

.col-xs-4, .col-sm-4{
	padding-right: 5px !important;
    padding-left: 5px !important;	
}

.descrp{
	font-size:12px;
	padding: 10px 0px 0px;
	
	
}
.lang{	
	/*position: absolute;*/
	left: 50px;
	top: 10px;
	width: 25px;
	height: 25px;
    display:inline;
}
