.submenu{
	list-style: none;
	    padding: 5px 0px 0px 30px;
}

.footer{
        position: absolute;
        /* bottom: 30px; */
        bottom: 0;
    }
	
	
	
 @media(min-width:320px) {
	.footer{
		display:block;
		bottom:-180px;
		top:710px;
	}
	
 }
 @media(min-width:768px) {
		
			.footer{
			position: absolute;
			/* bottom: 30px; */
			bottom: 0;
		}
	}
.main .work{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #fff url("../img/bg.jpg")  repeat-y top;
    opacity: 0;
}

/* .map{
	max-width: 1116px;
    height: 667px;
	padding-left:0px;
    margin-left: 0px;
    position: relative;
    overflow: hidden;
    transform: translateZ(0px);
    background-color: rgb(229, 227, 223);
} */

.work a:hover .caption{
    opacity: 1;
}


.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 25%;
    margin-top: -40px;
}

.work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #454545;
    font-family: "raleway-regular", arial;
    font-size: 16px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}

.rights p{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 18px;
		margin-left: 10px;
		
    }

ul.social{
        list-style: none;
        /* margin-bottom: 5px; */
        margin-bottom: 0px;
        margin-left: -25px;
    }

ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }


ul.social li a{
        display: block;
        width: 30px;
        height: 30px;
        background: url('../img/sm_hovear.png') no-repeat;
        background-position: 0 0;
    }


ul.social li a:hover{
        background: url('../img/sm.png') no-repeat;
    }



ul.social li a.fb,
ul.social li a.fb:hover{
        background-position: 0 0;
    }


ul.social li a.google,
ul.social li a.google:hover{
        background-position: -31px 0;
    }

ul.social li a.behance,
ul.social li a.behance:hover{
        background-position: -62px 0;
    }

ul.social li a.twitter,
ul.social li a.twitter:hover{
        background-position: -93px 0;
    }

ul.social li a.dribble,
ul.social li a.dribble:hover{
        background-position: -124px 0;
    }

ul.social li a.rss,
ul.social li a.rss:hover{
        background-position: -155px 0;
    }