* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    background: #101010 !important;
}
body {
    background: #101010;
    overflow: auto;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased !important;
}


/* Color Schemes  Starts*/

.titlecolor{
    color:#CCC !important;
}

.subtitlecolor{
    color:#666 !important;
}

/* Color Schemes  Ends*/

#grandparent {
    margin: 0px auto;
    width: 1000px;
    height: auto;
    background: none;
    overflow: hidden;
    padding-top: 50px;
}
.title {
    font-size: 40px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    line-height: 1;
}
.subtitle {
    font-size: 14px;
    width: 35%;
    line-height: 1.5;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.navigation {
    width: 100%;
    height: auto;
    background: none !important;
    text-align: center;
}
.navitem {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    list-style: none !important;
}
.navitem a{
    color:#CCC;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    background: #333;
    border-radius: 500px;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    display: -webkit-inline-box;
}
.navitem a:hover {
    background: #CCC;
    color: #101010;
}
.darkbutt{
    border: none !important;
    padding: 6px;
    border-radius: 4px;
    background: #3E3E3E;
    cursor: pointer;
    font-size: 10px;
}
#parent {
    background: none;
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 25px 0px 0px 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px;
}
.child {
    padding: 10px;
    width: 33.33%;
    float: left;
    height: auto;
}
.album-holder {
    background: none;
    text-decoration: none !important;
    display: inline-block;
    padding: 10px;
    width: 100%;
}
.album-holder:hover .album-tmb {
    box-shadow: 0px 10px 20px -4px #000;
    transform: scale(1.05);
}

.album-tmb {
    display: block;
    float: left;
    width: 100px;
    border-radius: 8px;
    margin-right: 15px;
    transition: all .2s ease-in-out;
    background: #3E3E3E;
    box-shadow: 0px 5px 10px -4px #000;
}
.album-title {
    font-size: 24px;
    transition: all .2s ease-in-out;
    line-height: 1;
    padding: 15px 0px 5px 0px;
}
.album-desc {
    font-size: 12px;
    line-height: 1.5;
}
#album-container {
    margin: 0px auto;
    width: 1000px;
    height: auto;
    background: none;
    overflow: auto;
}
.album-title-big {
    font-size: 48px;
    display: block;
    line-height: 1;
    margin: 10px 25px 10px 20px;
}
.album-desc-big {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin: 10px 25px 25px 25px;
}
.back {
    display: -webkit-inline-box;
    font-size: 14px;
    text-decoration: none !important;
    background: #333;
    border-radius: 500px;
    padding: 5px 10px 5px 10px;
    margin: 25px 25px 10px 25px;
    color: #CCC !important;
}
.image-holder {
    padding: 5px;
    overflow: auto;
    width: 100%;
}
.albimgbox {
    width: 33.33%;
    float: left;
    padding: 5px;
}
.albimgbox2 {
    width: 16.666%;
    float: left;
    padding: 5px;
}
.albimgholder {
    display: block;
}
.albimg {
    width: 100%;
    vertical-align: middle;
    border-radius: 4px;
}
.copyright{
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 10px;
    margin-top: 15px;
    line-height: 1;
}

/* ----- Media Screen 1 Starts -----*/
@media only screen and (max-width: 980px) {
    body {
        width: 100%;
    }
    #grandparent {
        width: 100%;
        padding-top: 25px;
    }
    .other {
        width: 100%;
    }
    .other-child {
        width: 100%;
        font-size: 1.5vw;
        padding: 5px;
        border-radius: 4px;
    }
    .social {
        width: 100%;
    }
    .social-ico {
        font-size: 3.5vw;
    }
    .title {
        font-size: 5vw;
    }
    .subtitle {
        width: 60%;
        font-size: 2vw;
    }
    .navigation {}
    .navitem {}
    .navitem a{
        font-size: 2vw;
    }
    .navitem:hover {}
    .darkbutt{
        font-size:3vw;   
    }
    .darkbutt{
        font-size:1.5vw;   
    }
    #parent {
        width: 100%;
        padding: 10px;
        margin-top: 25px;
    }
    .child {
        width: 50%;
        padding: 10px;
    }
    .album-holder {
        padding: 10px;
    }
    .album-holder:hover .album-tmb {
        transform: none !important;
    }
    .album-tmb {
        width: 40%;
        box-shadow: 0px 5px 15px -2px #000;
    }
    .album-title {
        font-size: 3vw;
    }
    .album-desc {
        font-size: 2vw;
    }
    #album-container {
        width: 100%;
    }
    .album-title-big {
        font-size: 6vw;
        margin: 10px 15px 10px 15px;
    }
    .album-desc-big {
        font-size: 2.5vw;
        margin: 10px 15px 15px 15px;
    }
    .back {
        font-size: 2.5vw;
        margin: 15px 15px 10px 15px;
    }
    .image-holder {
        padding: 5px;
    }
    .albimgbox {
        padding: 5px;
    }
    .albimgbox2 {} .albimgholder {} .albimg {}
}
/* ----- Media Screen 1 Ends -----*/

/* ----- Media Screen 2 Starts -----*/
@media only screen and (max-width: 640px) {
    body {
        width: 100%;
    }
    #grandparent {
        width: 100%;
        padding-top: 50px;
    }
    .other {
        width: 100%;
    }
    .other-child {
        width: 100%;
        font-size: 3vw;
    }
    .social {
        width: 100%;
    }
    .social-ico {
        font-size: 7.5vw;
    }
    .title {
        font-size: 8.5vw;
    }
    .subtitle {
        width: 75%;
        font-size: 4vw;
    }
    .navigation {}
    .navitem {
        font-size: 4vw;
    }
        .navitem a{
        font-size: 4vw;
    }
    .navitem:hover {}
    .navico{
        display: none !important;    
    }
    .darkbutt{
        font-size:3vw;   
    }
    #parent {
        width: 100%;
        padding: 0;
        margin-top: 35px;
    }
    .child {
        width: 100%;
        padding: 0;
    }
    .album-holder {
        padding: 15px;
    }
    .album-holder:hover .album-tmb {
        transform: none !important;
    }
    .album-tmb {
        width: 32%;
        box-shadow: 0px 5px 15px -2px #000;
        margin-right: 15px;
    }
    .album-title {
        font-size: 7vw;
    }
    .album-desc {
        font-size: 4vw;
    }
    #album-container {
        width: 100%;
    }
    .album-title-big {
        font-size: 10vw;
        margin: 10px 15px 10px 15px;
    }
    .album-desc-big {
        font-size: 4vw;
        margin: 10px 15px 15px 15px;
    }
    .back {
        font-size: 4vw;
        margin: 15px 15px 10px 15px;
    }
    .image-holder {
        padding: 2px;
    }
    .albimgbox {
        width: 50%;
        padding: 2px;
    }
    .albimgbox2 {
        width: 33.33%;
        padding: 2px;
    }
    .albimgholder {}
    .albimg {}
    .copyright{
        margin-top: 25px;
        font-size: 3.5vw;
    }
    
}
/* ----- Media Screen 2 Ends -----*/

/* ----- Media Screen 3 Starts -----*/
@media only screen and (max-width: 640px) and (orientation : landscape){

    body {
        width: 100%;
    }
    #grandparent {
        width: 100%;
        padding-top: 50px;
    }
    .other {

    }
    .other-child {

    }
    .social {

    }
    .social-ico {

    }
    .title {
        font-size: 5vw;
    }
    .subtitle {
        font-size: 3vw;
    }
    .navigation {}
    .navitem {

    }
        .navitem a{
            font-size: 2.5vw;
    }
    .navitem:hover {}

    .darkbutt{
  
    }
    #parent {
        width: 100%;
    }
    .child {
        width: 50%;
    }
    .album-holder {
        padding: 10px;
    }
    .album-holder:hover .album-tmb {
        transform: none !important;
    }
    .album-tmb {

    }
    .album-title {
            font-size: 4vw;
    }
    .album-desc {
            font-size: 2vw;
    }
    #album-container {

    }
    .album-title-big {
            font-size: 5vw;
    }
    .album-desc-big {
            font-size: 2.5vw;
    }
    .back {
            font-size: 2vw;
    }
    .image-holder {

    }
    .albimgbox {
                width: 25%;
    }
    .albimgbox2 {
                width: 20%;
    }
    .albimgholder {}
    .albimg {}
    .copyright{
            font-size: 2vw;
    }
   
}