/* 
    Document   : site-style
    Created on : 15 Jan, 2014, 6:13:24 AM
    Author     : Aritra
    Description:
        Purpose of the stylesheet follows.
*/


@import url(http://fonts.googleapis.com/css?family=Bad+Script);

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:16px;
    background-color:#000000;
    /*background: url(../img/bg_adventure_dark.png);*/
    color:#cccccc;
}

.inside {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.img-my-respo{
    display: block;
    max-height:100%;
    width:auto;
    margin-left:auto;
    margin-right:auto;
}

.pg-header{
    height:60px;
    /*background-color:#333333;*/
    background-color: #0e0e0e;
    border-bottom: 5px solid rgba(0, 0, 0, 0.05);
    color:#fff;
}

#content-div{
    padding-top:5px;
    padding-bottom:5px;

}

.thumb{
    padding:5px;
    border:solid 2px #CCCCCC
}

.thumbnail{
    /*background-color: #333333;*/
    background-color: #0e0e0e;
    border: 1px solid #202020;
    border-radius: 0px;
    display: block;
    height: auto;
    line-height: 1.42857;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    color:#fff;
}

h3,p{
    color:#ccc;
}


.music-btn{
    bottom: 80px;
    left: 5px;
    position: fixed;
    z-index: 1049;
    margin: 5px 0 0 5px;
    height:15px;
    width:20px;
    padding:10px;

}

@media (max-width: 768px) {
    .music-btn{
    left: 5px;
    position: fixed;
    z-index: 1049;
    margin: 0px 0 0 0px;
    height:15px;
    width:20px;
    padding:0px;

}
}

.logo-div{
    top: 0;
    //left: 0;
    position: fixed;
    z-index: 1040;
    padding:20px;

}

@media (max-width: 768px) {
    .logo-div{
        top: -10px;
        position: fixed;
        z-index: 1040;
    }
}

#library {
    display: none;
}

canvas {
    -webkit-transform: translateZ(0);
}


.show_hide {

    position: fixed;
   /* background: url(../img/bg_adventure_dark.png);*/
   background-color: #0e0e0e;
    border: 5px solid #080808;
    /*border: 5px solid rgba(255,255,255,0.1);*/
    padding: 20px;
    top: 0px;
    left: -5px;
    z-index: 1050;
    color: #ccc;
    text-transform: uppercase;
    cursor: pointer;


}

.am-wrapper{
    float:left;
    position:relative;
    overflow:hidden;
}
.am-wrapper img{
    position:absolute;
    outline:none;
}		
.thumb{
        padding:5px;
        border:solid 2px #CCCCCC
}

.of-min-height{
    min-height: 480px;
}

.accomodate-fixed-sidebar{
    padding-left: 220px;
}

@media (max-width: 767px) {
  .accomodate-fixed-sidebar{
    padding-left: 0px;
  }
}

.footer-text{
    padding: 10px;
    font-size: 12px;
    /*background-color: #333;*/
    background-color: #0e0e0e;
    /*width:320px; margin:0 auto;*/
    float: right;
}

.loading-div{
    padding-top: 250px;
    z-index: 10;
    position: absolute;
    height: 100%;
    top: 0;
    width: 98%;
    background-color: rgba(0,0,0,0.6);
}

.load-btn{
    padding: 10px;
    font-size: 12px;
    /*background-color: #333;*/
    background-color: #0e0e0e;
}

#load-btn-div a:hover{
    text-decoration: none;
}

 .social-icon{
    margin-top: 0px;
    margin-right: 8px;
}

#page-name{
    font-family: 'GatsbyFLF-Bold';
    float:left;
    margin-top:15px;
    margin-bottom:10px;
    padding-left: 5px;
    font-size: 35px;
}

.accomodate-page-name{
    width:225px;
    height:60px;
    float: left;
}
