/*
	  ==============================================================
		   Home Page ShortCode
	  ==============================================================
*/
.gt_overlay_wrap{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	transform:scale(0);
	-moz-transform:scale(0);
	-webkit-transform:scale(0);
	background-color:rgba(0,0,0,0.75)	
}
.gt_link_hover_effect{
	position:absolute;
	bottom:0px;
	left:18px;
	height:3px;
	width:0px;	
}

/*
	  ==============================================================
		   Home Page ShortCode
	  ==============================================================
*/
.gt_link_1{
	display:inline-block;
	color:#050403;
	border:2px solid #050403;
	font-weight:600;
	text-transform:uppercase;	
}
.gt_link_2{
	display:inline-block;
	color:#fff;
	font-weight:600;
	text-transform:capitalize;	
}
.gt_link_3{
	display:inline-block;
	color:#999999;
	border:2px solid #999999;
	font-weight:600;
	text-transform:uppercase;
	border-radius:3px;	
}
.gt_link_2:hover{
	color:#fff;
	background-color:#3b3b3c;	
}
.gt_sm_link{
	padding:8px 12px;	
}
.gt_md_link{
	padding:9px 15px;	
}
.gt_lg_link{
	padding:10px 20px;	
}
