body {
    text-align: center;
    margin: 0; padding: 0;
    font-family: 'Lato', arial, serif; 
    background: #EEE;
    
}
body *{
    font-family: 'Lato', sans-serif;
}

h2 {
    font-weight: normal;
}

#map_pos {
    height: 100%;
    width: 100%;
    position: absolute; 
    top: 0; 
    left: 0;
    /*z-index: 0;*/
}

#map_container {
    height: 100%;
    width: 100%;
}

#content {
    padding: 0 40px;
    height: 200px;
    width:200px;
    text-align:left;
    position: absolute;
    z-index: 100;
}
#content h1{
    text-align: center;
    margin-top: 50px;
    height: 200px;
    width:200px;
    z-index: 100;
}
#menusOnTop  {
    display: block;
    position: fixed;
    top: 50%;
    left: 10px;
}

.infoBlock {
    position: absolute;
    /*width: 35em;*/
    max-width: 35em;
    min-width: 27em;
    max-height: 80em;
    min-height: 35em;
    /*overflow: auto;*/
    top: 10%;
    left: 10%;
    background-color:#000;
    border-radius: 10px;
    text-align: left;
    color: #fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
}

.infoBlock-Journey{
    /*float: left;*/
    
    
}
.infoBlock-Journey h2{
    border-bottom: 4px solid #aaa;
}
.horLine{
    width: 0.1px;
    height: 100%;
    float: left;
    background-color: #999;
}
#PNG-INFO-Content {
min-width: 30em;
min-height:30em;
}
#PNG-INFO-Content p{
    overflow: auto;
    max-height: 25em;
    padding-left: 1em;
}
.infoBlock-Journies{
    max-height: 30em;
    overflow: auto;
    /*padding-left: 1em;*/
}

#PNG-Chapter-InfoBlock-Desc{
 /*overflow: auto;*/
 /* max-height: 70%; */
 
}

.infoBlock *{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
infoBlock h1,h1 strong{
    padding: 0;
    text-align: center;
}
::-webkit-scrollbar
{
    
  width: 1.5em;  /* for vertical scrollbars */
  height: 1em; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.3em;
}

::-webkit-scrollbar-thumb
{
    border-radius: 0.5em;
    /*max-height: 2em;*/
  background: rgba(255, 255, 255, 0.5);
}
.infoBlock .bottomStoryIcons{
    text-align: center;
    margin: 0;
}
.bottomStoryIcons i{
    padding: 0;
    padding-left: 0.5em;
}
.bottomStoryIcons i:hover{
    color: #F00;
    cursor: pointer;
}


.l-font{
    font-size: larger;
}

.hadiMenuActive{
    color: deeppink;
}
.hadiMenuInactive{
    color: #EEE;
}
.hadiInfoTextClass{
    background-color: rgba(255,10,10,0.6);
    color: white;
    text-align: left;
    width: 300px;
    height: 600px;
    position: fixed;
    top: 10em;
    right: 2em;
    overflow: auto;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;
}

.hadiInfoTextClass p{
    padding: 1em;
}

.topMenuItem{
    background-color: transparent;
    padding-bottom: 1em;
    width: 10em;
}
/*custom font for text*/
/*@import url(http://fonts.googleapis.com/css?family=Nunito);*/
/*CSS file for fontawesome - an iconfont we will be using. This CSS file imported contains the font-face declaration. More info: http://fortawesome.github.io/Font-Awesome/*/ 
/*@import url(http://thecodeplayer.com/uploads/fonts/fontawesome/css/font-awesome.min.css);*/

/*Basic reset*/
* {margin: 0; padding: 0;}

#vid{
    display: none;
    position: fixed;
    top: 10em;
    left:20em;
    /*z-index: 10000;*/
    opacity: 60%

}



#backgroundVideo{
    display: none;
    position: fixed;
    top: 10em;
    left:20em;
    /*z-index: 9999;*/
    height:100%;
    width:100%;
}

.transparent80 {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=80);
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.8;
    /* Older than Firefox 0.9 */
    -moz-opacity:0.8;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.8;
}
.transparent50 {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
}
.transparent70 {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}

.transparent90 {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
}

.chapter{
    margin : 10px 10px 10px 10px;
    position: relative;
    text-align: left;
}

.colorCustom *{
    color: #FFF;
    background-color: #000;
}
.chapter div{
    float: none;
}
.chapter h4:hover{
    /*background-color: #222;*/
    color: #ac2925;
    border-radius: 10px;
    cursor: pointer;
    font-size: x-large;
}

#storyNav{
    position: absolute;
    /*height: 300px;*/
    max-height: 600px;
    top: 10%;
    right: 10px;
    border-radius: 8px;
    color: #FFF;
    width : 190px;
    background-color: #000;
    /*z-index: 10000;*/
}
.chapterPrev{
    border-right: 4px solid #3D4342;
    color: #000;
    cursor: default;
    left: -220px;
    background-color: #FFF;
    min-height: 200px;
    position: absolute;
    top: 0;
    width: 220px;
    overflow: auto;
    /*z-index: 1000000;*/
    display: none;
}



.chapterPrev img{
    width: 200px;
    padding: 5px;
}
.chapterPrevItem{
    color: #000;
    cursor: pointer;
    border-bottom: 1px solid #EEE; 
    border-top: 1px solid #EEE; 
    background-color: #FFF;
    padding: 1px 1px;
    margin: 3px 3px;
    text-align: left;
    padding-left: 10px;
}

.chapterPrevItem:hover{
    background-color: #3c763d;
}

.chapter div:i{
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
}

.topNav div{
    float: left;
}



.hadiTopNav {
    
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.hadiTopNav  > li {
    position: relative;
    float: left;
    display: block;
    padding-left: 30px;
    
}
.hadiTopNav  > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.hadiTopNav  > li > a:hover,
.hadiTopNav  > li > a:focus {
    text-decoration: none;
    /*background-color: #eee;*/
    color: #428bca;
    border-radius: 8px;
}
.hadiTopNav  > li.disabled > a {
    color: #999;
}
.hadiTopNav  > li.disabled > a:hover,
.hadiTopNav  > li.disabled > a:focus {
    /*color: #f00;*/
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.hadiTopNav  .open > a,
.hadiTopNav  .open > a:hover,
.hadiTopNav  .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}

.hadiTopNav .selected{
    color: #DDD;
    border-bottom: #EEE double thin;
    /*background-color: #003545;*/
    /*border-radius: 10px;*/
}
.hadiTopNav .unselected{
    color: #aaa;
    
}
.hadiTopNav  .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.hadiTopNav  > li > a > img {
    max-width: none;
}

.colorWhite{
    color: #EEE;
}


/*.chapter div{
    float: left;
    padding: 0;
    background-color: #428bca;
}*/


.subChapters{
    padding-left: 30px;
    padding-bottom: 5px;
    text-align: left;
}

.subChapters:hover{
    /*background-color: #555;*/
    color:#E22;
    font-size: large;
    /*border-radius: 10px;*/
    cursor: pointer;
}


.popupConfig{
    background-color: white;
    color: black;
    position: fixed;
    z-index: 1000;
    left: 50px;
    top: 10px;
    border-radius: 10px;
    width:  800px;
    max-height: 800px;
}


.roundedCorner{
     -webkit-border-radius: 5px !important;
         -moz-border-radius: 5px !important;
              border-radius: 5px !important;
}


#infoStuff{
    position: fixed;
    /*left: 40%;*/
    bottom: 10px;
    color: white;
    z-index: 10000;
    
}
.circle-image{
    height:90px;
    width:90px;
    border-radius:50%;
    float: left;
    /*background-image:url("http://placekitten.com/g/200/400");*/
    display:block;
    background-position-y:25% ;
}


#logos img {
        height: 50px;
        padding-left: 15px;
    }