/*-------------------------
  Simple reset
--------------------------*/

* {
    margin: 0;
    padding: 0;
}

#posts{width:100%;}


/*-------------------------
  General Styles
--------------------------*/

.hashphototwall_cont {
    background-color: #F4F4F4;
    overflow: hidden;
	    overflow-y:hidden;
    width: 100%;
    height: 500px;
    overflow: hidden;
}


.hashphototwall_imgcontain a img{
max-height:60% !important;}
.hashphototwall_cont {
    font: 15px/1.3 Arial, sans-serif;
    color: #4f4f4f;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.hashphototwall_title_link a{
  color: white !important;
}
.hashphototwall_hashphototwall_title_link a:visited {
    outline: none;
    color: #389dc1;
}

.hashphototwall_title_link a:hover {
    text-decoration: none;
}



/*----------------------------
  The Gallery and photos
-----------------------------*/

#hashphototwall_loading {
    display: none;
    width: 40px;
    height: 40px;
    background: url(img/preloader.gif) no-repeat center center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}

#hashphototwall_gallery {
      overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hashphototwall_gallery a {
    opacity: 0;
    float: left;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

#hashphototwall_gallery a.static:hover,
#hashphototwall_gallery a.show:hover {
    opacity: 0.9 !important;
}

#hashphototwall_gallery a.static {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

#hashphototwall_gallery a.next,
#hashphototwall_gallery a.prev {
    background-color: #333;
    cursor: pointer;
}



#hashphototwall_gallery a.show {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}


/*----------------------------
  The Demo Footer
-----------------------------*/

@media screen and (orientation:portrait) {
    .hashphototwall_title_link {
        font-size: 10px;
        position: absolute;
        left: 3%;
        bottom: 10%;
		text-align:left;
    }
    .hashphototwall_title_tag {
            padding-top: 10px;
        padding-right: 20px;
    }
    #hashphototwall_title {
        color: white;
        font-size: 16px;
            text-align: center;
        width: 100%;
        z-index: 1111111111111111111111111111111111111111111111111111;
        height: 40px;
        position: relative;
        background-color: rgba(0, 0, 0, 0.7);
        margin: auto;
    }
    .hashphototwall_titletext {
        position: absolute;
        padding-top: 10px;
        top: 0;
        bottom: 10%;
        left: 0;
        right: 0;
        margin: auto;
    }
    #hashphototwall_bigphoto {
        height: 100%;
    }
    .hashphototwall_user {
        max-width: 100%;
        position: absolute;
        margin: auto;
        top: 5%;
        left: 10%;
        font-size: 14px;
        color: white;
        text-shadow: 1px 1px 10px black;
    }
    .hashphototwall_bigimg {
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        margin: auto;
        box-shadow: 2px 2px 5px black;
    }
    #hashphototwall_overlay {
	   
        overflow: scroll;
		 overflow-y:hidden;
        position: absolute;
        background-color: rgba(18, 55, 73, 0.6);
        z-index: 100000000;
        width: 100%;
        height: 105%;
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
    }
    .hashphototwall_like {
        max-width: 100%;
        position: absolute;
        margin: auto;
        top: 60%;
        left: 10%;
        font-size: 12px;
        color: white;
        text-shadow: 1px 1px 10px black;
    }
    .hashphototwall_description {
        position: absolute;
        margin: auto;
        top: 65%;
        width: 80%;
        left: 10%;
        font-size: 14px;
        color: white;
        text-shadow: 1px 1px 10px black;
    }
}

@media screen and (orientation:landscape) {

    .hashphototwall_title_tag {
    padding-top: 10px;
}
    .hashphototwall_pic {
        width: 50px;
        height: 50px;
    }
    .hashphototwall_picbig {
        position: absolute;
        width: 0px;
        -webkit-transition: width 0.3s linear 0s;
        transition: width 0.3s linear 0s;
        z-index: 10;
    }
    .hashphototwall_pic:hover + .hashphototwall_picbig {
        width: 100%;
    }
    .hashphototwall_bigimg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40%;
        right: 0;
        margin: auto;
        box-shadow: 2px 2px 5px black;
    }
    #hashphototwall_overlay {
        position: absolute;
        background-color: rgba(18, 55, 73, 0.6);
        z-index: 100000000;
        width: 100%;
        height: 100%;
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
    }
    #hashphototwall_title {
        color: white;
        font-size: 30px;
        text-align: center;
        width: 100%;
        z-index: 1111111111111111111111111111111111111111111111111111;
        height: 50px;
        position: relative;
        background-color: rgba(0, 0, 0, 0.7);
        margin: auto;
    }
    .hashphototwall_titletext {
        position: absolute;
        padding-top: 10px;
        top: 0;
        bottom: 10%;
        left: 0;
        right: 0;
        margin: auto;
    }
    #hashphototwall_bigphoto {
        height: 100%;
    }
    .hashphototwall_hashphototwall_imgcontain {
        position: relative;
        height: 80%;
        padding-top: 0%;
    }
    .hashphototwall_user {
        max-width: 50%;
        position: absolute;
        margin: auto;
        top: 15%;
        left: 5%;
        font-size: 20px;
        color: white;
        text-shadow: 1px 1px 10px black;
    }
    .hashphototwall_description {
        position: absolute;
        margin: auto;
        top: 45%;
        max-width: 40%;
        left: 5%;
        font-size: 16px;
        color: white;
        text-shadow: 1px 1px 10px black;
    }
    .hashphototwall_like {
        max-width: 40%;
        position: absolute;
        margin: auto;
        top: 35%;
        left: 5%;
        font-size: 14px;
        color: white;
        text-shadow: 1px 1px 10px black;
    }
    .hashphototwall_title_link {
        font-size: 10px;
        position: absolute;
        left: 3%;
        bottom: 10%;
		text-align:left;
    }
/*    @media screen and (max-width: 1200px) {
        #title {
            font-size: 40px;
            height: 70px;
        }
        .like {
            font-size: 18px;
        }
        .description {
            font-size: 22px;
        }
        .user {
            font-size: 50px;
        }
    }
    @media screen and (max-width: 850px) {
        #title {
            font-size: 20px;
            height: 50px;
        }
        .like {
            font-size: 14px;
        }
        .description {
            font-size: 18px;
        }
        .user {
            font-size: 30px;
        }
    }
    @media screen and (max-height: 800px) {
        #title {
            font-size: 34px;
            height: 60px;
        }
        .like {
            font-size: 16px;
        }
        .description {
            font-size: 20px;
        }
        .user {
            font-size: 44px;
        }
    }
    @media screen and (max-height: 600px) {
        .bigimg {
            width: 25% !important;
        }
        #title {
            font-size: 20px;
            height: 50px;
        }
        .like {
            font-size: 14px;
        }
        .description {
            font-size: 18px;
        }
        .user {
            font-size: 30px;
        }
    }*/
}
