/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Merriweather";
@import "https://fonts.googleapis.com/css?family=Rubik Mono One";


html {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  position: relative;
}

body {
    font-family: 'Merriweather', sans-serif;
    background: #fafafa;
	padding: 0;
	position: relative;
	min-height: 100%;
	 height: 100%;
}


p {
    font-family: 'Merriweather', sans-serif;
    font-size: 1.1em;
    font-weight: 100;
    line-height: 1.7em;
    color: #232323;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    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;
}

.jumbotron { 
	font-family: 'Merriweather', sans-serif;
    background-color: #091A1C; 
	position: relative;
    color: #ffffff;
	padding: 20px 25px;
	border-radius: 0px;
	font-weight: 700;
	margin-bottom: 0px;
}

.jumbotron p { 
	margin-top: 30px;
	 color: #F4F4F4;
	 font-weight: 500;
}

.jumbotron h1 { 
	margin-top: 50px;
	 color: #F4F4F4;
	 font-weight: 500;
}

.btns button { 
    background-color: #091A1C; 
    color: #ffffff;
	padding: 10px 5px;
	border-radius: 0 !important;
	white-space: normal;
	 font-size: 26px;
}

.btns { 
	padding: 20px;
	padding-bottom: 50px;
	
	max-width:1000px;
}

/* Set black background color, white text and some padding */
footer {
	background-color: #091A1C;
	color: white;
	padding: 5px;
	
	width:100%;
	height: 50px;
	margin-bottom:-50px;
}

#contentBeforeFooter
{
	display: table;
	min-height: calc(100% - 50px);
	height:  calc(100% - 50px);
	min-width:  100%;
	width:  100%;
}
	
	footer p {
		 color: #F4F4F4;
	}

/* ---------------------------------------------------
    CONTACT US STYLE
----------------------------------------------------- */
#contact{
	font-family: 'Merriweather', sans-serif;
    padding:10px 30px 10px 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 15px;
  }

  .contact-text{
    margin:45px auto;
  }
  
  

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 100%;
   
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
   
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    border:1px solid #FBDB3E;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #FBDB3E;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 30px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#FBDB3E;
    color:white;
  }
  
  .form-control:focus {
  border-color: #D5B004;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
#page-content-wrapper h1 {
  	font-family: 'Rubik Mono One', sans-serif;
	font-size: 30px;
	padding: 20px 0 0 20px;
  }
/* Send Button Styles */

  .form-btn{
     font-family: 'Rubik Mono One', serif;
	 font-size: 17px;
    height: auto;
    padding:15px;
    color:#fff;
    background:#344549;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
	margin-bottom: 50px;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:#111;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }
center{
  margin-top:330px;
}
input {
    position: relative;
    z-index: 9999;
}

/* ---------------------------------------------------
    WRAPPER STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
	position: static;
	
}


/* ---------------------------------------------------
    NAVBAR STYLE
----------------------------------------------------- */

.nav-side-menu {
  font-family: 'Rubik Mono One', serif;
  overflow: hidden;
  display: table;
  font-size: 16px;
  font-weight: 100;
  background-color: #091A1C;
  position: relative;
  top: 0;
  width: 200px;
  color: #e1ffff;
   z-index: 8!important;
}

.menu-content > li > a 
{
	display: block;
	min-width: 200px;
	
}
.nav-side-menu .brand {
font-family: 'Rubik Mono One', sans-serif;
  background-color: #344549;
  line-height: 50px;
   font-size: 19px;
  display: block;
  text-align: center;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  min-width: 200px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  
  content: "\f078";
  display: table;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid FFE433;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #FBDB3E;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #FBDB3E;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  
  content: "\f105";
  display: table;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 5px;
  width: 5px;
  padding-right: 10px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #FBDB3E;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .nav-side-menu {
    position: absolute;
	top:0;
    width: 100%;
	height: 50px;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 5 !important;
    padding: 15px;
    background-color: #ffffff;
    color: #000;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
   #page-content-wrapper {
  	width:100%;
  }  
  
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: table;
	height: 140px;
  }
  #page-content-wrapper {
  	width:calc(100% - 200px);
  	float: right;
  }
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 30vh;
    transition: all 0.3s;
	overflow: hidden;
	
}
#content h1 {
    padding: 15px;
   margin-bottom: 20px;
}

#embedTarget{
	-ms-touch-action: auto;
	touch-action: auto;
}

#toGame {
    z-index: 5 !important;
}

.img-wrapper {
  position: relative;
  margin-bottom:50px;
 }

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-responsive {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay:before {

}

.btn-responsive {
  /* matches 'btn-md' */
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

@media (max-width:760px) { 
    /* matches 'btn-xs' */
    .btn-responsive {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
