 #maximage {
/*  position:fixed !important;*/
}

/*Set my logo in bottom left*/
#logo {
    bottom:30px;
    height:auto;
    left:30px;
    position:absolute;
    width:34%;
    z-index:1000;
}
#logo img {
    width:100%;
}
#wraper_content {
    position: absolute;
    left: 25%;
    top: 5%;
    width: 70%;
    background: rgba(255, 255, 255, 0.6);
    height: 90%;

    
}
#wraper_content .content {
    margin: 30px;
    height: 90%;
    overflow: hidden;
}
.blogs {
    height: 100%;
    overflow-y: auto;
}
.blogs .item {
    margin-bottom: 20px;
    overflow: hidden;
}
.page_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.blogs .item iframe {
    width: 90%;
    margin: 0 5% ;
}
.img_thumbnail {
    width: 200px;
    float: right;
    margin-left: 10px;
}
.img_thumbnail img{
    max-width: 100%;
    height: auto;
}
ul.nice-menu li a {
    -webkit-transition: text-indent .3s; /* Safari */
    transition: text-indent .3s;
}

ul.nice-menu li a:nth-child(2){
    text-indent: -300px;
}
ul.nice-menu li:hover a:nth-child(2){
    text-indent: 0px;
}
ul.nice-menu li:hover a:nth-child(1){
    text-indent: -300px;
}