
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
/*end reset*/

.wrap{
	width:100%;
	margin:0 auto;
}


/*---start-latest-news---*/
.lastest-works {
	background: #FFF;
	padding-bottom: 10pz;
}
.last-header {
	padding: 20px 0px 0 0;
}
.last-header h5{
	width: 37%;
	float: left;
	display: block;
	height: 1px;
	background: #000;
	margin-top: 30px;
}
.last-header h3{
	font-family: 'gandhi_sansregular';
	font-size: 3em;
	color: #000000;
	text-transform: uppercase;
	float: left;
	width: 25%;
	text-align: center;
}
.last-header img{
	vertical-align:middle;
}
/*---gallery-grid----*/
/* Common division block */
.holder{
   float: left;
	position: relative;
	overflow: hidden;
	
	-webkit-transition: 0.5s Ease;
	-moz-transition: 0.5s Ease;
	-o-transition: 0.5s Ease;
	transition: 0.5s Ease;
	width: 290px;
}
.last{
	margin:10px 0px 0px 0px;
}
.holder img{
	display:block;
}
/* Caption and Light */
.caption
{
    color: rgba(0,0,0,0);
    line-height: 100px;
    
}
.caption:hover
{
    border: 6px solid #E0E0E0;
    color: rgb(255,255,255);
    line-height: 500px;
    box-shadow: 0px 0px 10px 7px #FFFFFF;    
}
.caption>div
{
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 30px;    
}

/* Smooth Caption */
.smooth
{
}
.smooth:hover img{
	cursor: pointer;
    box-shadow: 0px 0px 10px #333333;
}
.go-left
{
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    right: -600px;
    width: 360px;
    text-align:center;   
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-left
{    
    right:0px;    
}
.go-top
{
   background-color: rgba(45, 45, 45, 0.46);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 600px;
    text-align:center;   
    font-size: 20px;
    padding: 10px 0;
    overflow: hidden;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
    
}
.smooth:hover > .go-top
{    
    top:0px;    
}
.go-top p
{
    font-size: 12px;
}
.go-top h3{
	font-family: 'Î¢ÈíÑÅºÚ';
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top:30px;
	padding-bottom: 8px;
}
.go-top p{
	text-indent:2em;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 0.8em;
	line-height: 1.8em;
	color: #E1EF64;
	text-align:left;
	margin:0 10px;
}
.go-top a{
	font-family: 'Î¢ÈíÑÅºÚ';
	border-radius: 0.5em;
	color: #FFFFFF;
	margin-top: 12px;
	background:#FFB500;
	display: inline-block;
	padding: 8px 22px;
	text-transform: uppercase;
	font-size: 0.8em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.go-top a:hover{
	background: #67491d;
	color:#fff;
}
.last-grid{
	margin-right:0px;
}
