/*
    DEMO STYLE
*/


html{
	width: 99vw !important;
	max-width: 99vw !important;
    overflow-x: hidden !important;
	
	
}


body {
	width: 99vw !important;
    font-family: 'Poppins', sans-serif;
    background: #fff;
	max-width: 100vw !important;
	overflow-x: hidden !important;
	color: #fff;
}

.bs-example-modal-lg{
	color: #400040;
}
.wrapper{
	max-width: 100vw !important;
	overflow-x: hidden !important;
	/*position: fixed;*/
	padding-bottom: 20px;
}

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:#1ba56a;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	line-height: 40px;
	min-height: 60px;
}
.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: #020b41;
    color: #FFFF;
    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: #272222;*/
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	 color: #ffffff;
}
#dismiss:hover {
   
    color: #ffffff;
}

.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: #1ba56a;
}

#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: #000;*/
}

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;
	margin-bottom: 30px;
}

.content_body {
    padding: 0px 0px; 
}

btn-info {
    color: #fff;
    background-color: #00CCFF !important; 
    border-color: #00CCFF !important; 
}

.navbar-brand
{
    position: absolute;
    width:148px;
    left: calc(50vw - (/* width */148px / 2));
    top: 10px;
    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:#1ba56a;
	
}

/* .glyphicon-search{
	color:#FD6D2C !important;
	
} */

.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: #1ba56a;
	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:#020b41 !important;
	padding-bottom: 5px;	
	margin-top: 10px;	
	
}

.bg img{
	border-radius: 0px;		
}

.bgcat{
	background:#333333 !important;
	padding: 5px;	
	margin-top: 10px;	
	
}

.bgcat img{
	border-radius: 10px;		
}


.gametittle h4{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 25 ch;
	text-align: center !important;
	color: #FFF;
	font-weight: bold;
	margin: 5px auto;
}
.gametittle h5{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 16ch;
	text-align: center !important;
	color: #FFF;
	font-weight: bold;
	margin: 5px auto;
}


.gametittle h6{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 16ch;
	text-align: center !important;
	color: #FFF;
	font-weight: bold;
	margin: 5px auto;
}
.subtittle{
	text-align: center !important;
	color: #FFF;
	font-weight: bold;
	margin: 5px auto 0px;
	font-size: 10px;
	
}


.gametittle2 {
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.5);
	width: 100% !important;
}

.gametittle2 h5{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 16ch;
	text-align: center !important;
	color: #000;
	font-weight: bold;
	margin: 5px auto;
	
}

 .checked {
    color: #FE6D2C !important;
} 

.fa-star{
	color: #4B494A;
	font-size: 9px !important;
	
}
.top_m{
	margin-top: 10px;
	
}

.carousel{
	margin-bottom: 2px;
	
	
}

.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{	
	padding: 3px 6px;
	border-radius: 8px;
	margin:auto;
	width: 90%;
	color: #fff;
	font-weight: bold;
	
background: #009900; /* Old browsers */
background: -moz-linear-gradient(top, #009900 0%, #1ba56a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #009900 0%,#1ba56a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #009900 0%,#1ba56a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#66ff00',GradientType=0 );
}
.btn-success:hover {
  color: #fff;
  background: #009900; /* Old browsers */
background: -moz-linear-gradient(top, #009900 0%, #1ba56a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #009900 0%,#1ba56a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #009900 0%,#1ba56a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#66ff00',GradientType=0 );
}



.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 5px 0px;	
}

.sub{
	font-size:12px;
	padding: 10px;
	color: #8F8F8F;
	
}

.italic{
	font-style: italic;	
	color: #000;
}

.text{
	font-size:11px;
	width: 100% !important;
	padding:5px 0px;
}
.bR{
	border-right: solid #fff 1px !important;
	
}
.bL{
	border-left: solid #fff 1px !important;
	
}
.bB{
	border-bottom: solid #fff 1px !important;
	padding-bottom: 5px;
	
	
	
}
.bA{
	border: solid #FFF 1px;	
}
.bblt{
	border-bottom: solid #FFF 1px;
	border-left: solid #FFF 1px;
	border-right: solid #FFF 1px;	
}

.padding{
	padding: 0px;
}

.pbn{
	padding-bottom:0px !important;
}
.bigimg{
	max-height: 300px;
	min-height: 120px;
}

.smallimg{
	max-height: 165px;
	/*min-height: 50px;*/
}

.footer{
	text-align: center;
	position: fixed;
	bottom: 0px;	
	padding: 5px 0px;
	width: 100%;
	z-index: 1;
	/*color: #FD6D2C;*/
	background: #1ba56a;
	}
.bord-redu{
	border-radius: 8px !important;
	
}
.space{
	padding: 5px;
	
}
.topns{
	margin-top: 0px !important;
	
}
.unsub{
	background: #666666;
	color: #000;
	padding: 5px 8px;
	text-transform: uppercase;
	margin: 5px;
	width: 150px;
	border: solid #666666 1px;
}

.text_box{
	border: solid #595758 2px !important;
	width: 90%;
	margin:0px auto 10px;
	/*border-radius: 10px !important; */
	
}

.text_but{
	/* border: solid #666666 2px !important;
	background: linear-gradient(to bottom, #009900 0%,#1ba56a 100%);
	 */
	width: 150px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding: 5px 0px;
	font-weight: bold;
	margin:0px auto 10px;
	border-radius: 10px !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#19b200+0,61fa01+100 */
background: #19b200; /* Old browsers */
background: -moz-linear-gradient(to bottom, #009900 0%, #1ba56a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(to bottom, #009900 0%,#1ba56a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #009900 0%,#1ba56a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b200', endColorstr='#61fa01',GradientType=0 ); /* IE6-9 */
	
}


.text_but:hover {
  color: #fff;
  background: #009900; /* Old browsers */
background: -moz-linear-gradient(top, #009900 0%, #1ba56a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #009900 0%,#1ba56a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #009900 0%,#1ba56a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#66ff00',GradientType=0 );
}


.operator{
	border: solid #009900  2px !important;
	width: 91%;
	font-size: 18px;
	color: #400040;
	text-align: center;
	padding: 0px 0px;
	margin:0px auto 10px;
	/* border-radius: 10px !important; */
	/* background: #FD6E2C; */

	
}

 .multi-language {
            position: absolute;
            height: 30px;
            right: 12px;
            display: block;
            direction: ltr;
            z-index: 1000;
			text-align:center;
        }
            .multi-language .list {
                display: inline-block;
                font-size: 10px;
                margin: 0 0.2rem;
                list-style: none;
                line-height: 1.6;
                padding: 0;
				text-align:center;
            }

                .multi-language .list li {
                    display: inline-block;
                    cursor: pointer;
                    color: #000000;
                    text-decoration: underline;
                    margin-top:28px;
                     margin-right:-13px;
                    padding: 2px;
                    border-top: none;
					text-align:center;
                }

        .current {
            border-top: none;
           /*  background-color: rgba(235,102,84,1); */
           /* color: #fff !important;*/
           /*  text-decoration: none !important; */
        
			width:40px;
			text-align:center;
        }

        .only-ar, .only-en {
            display: block;
        }

        .optionAr {
            font-family: Tahoma;
        }

        .price-info {
            padding-top: 20px;
        }

        ol li a {
            text-decoration: underline;
            color: #000 !important;
        }

        .bullet-ar {
            text-align: right;
        }
				
		/* .buttons { 
			background-color: #fff;
			padding:0;
			color: rgba(25,84,145,1);
			border: 0px;
			font-weight: bold;
			font-size: 1.2em !important;
			font-weight: 900;
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			border: 1px solid #FFF;
			cursor: pointer;
			box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
			-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
			-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;							
			height:40px;display:inline-block ;font-size:20px;width:250px;
			line-height:40px;
		}
		 */
		.buttons span {
			top:0;
			padding:0;
			margin:0;
			line-height:38px;
		}
	.bullet-en {
            text-align: left;
        }
				ul{list-style-type: none;text-align:left;}

		.inputWrap input{							
			border-radius: 10px;
			border: 1px solid #4c4c4c;
			color: #000;
			text-align: center;
			height:30px;	
		}
		
		/*  .container {background-color: rgba(0, 0, 0, 0.3);width:30%; margin:0 auto; padding:30px; font-weight: bold;-webkit-transition: box-shadow 0.5s;transition: box-shadow 0.5s;overflow: hidden;border-radius: 10px;}
		
		.container img{width:auto; height:120px; }
 */
		/* @media only screen and (max-width: 800px) {
			.container {width:80%; }
			.container img{width:100%; height:auto; }
		 } */


.exit {
	margin: 1% auto !important;
}
.exit {
	background-color: #F7F7F7;
	border: 1px solid gray;
	border-radius: 4px;
	max-width: 80px;
	text-align: center;
	cursor: pointer;
	text-transform: none;
	display: block;
	margin: 1% auto;
	opacity: 0.6;
}
.exit {
	background-color: #555 !important;
	color: #FFF;
	border: 1px solid #333 !important;
}
