@charset "utf-8";
/* CSS Document */
/*/////////////////*/
/*Navigation Styles*/
/*/////////////////*/

.disabled{
	display:none!important;
}

.page-head{
	padding-bottom:15px;
}

.page-head h5{
	float:left;
	width:140px;
}

.page-head em{
	float:right;
	width:140px;
	text-align:right;
	font-size:12px;
	font-style:normal;
}

.tablet-wrapper{
	background-image:url(../images/body-bg.png);
	backgorund-repeat:repeat;
}


.page-content{
	position:absolute;
	z-index:10;
	width:100%;
	min-height:100%;
	display:block;
	background-image:url(../images/tablet-bg.png);
	background-repeat:repeat;
}


.image-decoration{
	box-sizing:border-box;
	background-color:#FFFFFF;
	padding:4px;
	border:solid 1px #cacaca;
	margin-bottom:2px;
}


.header{
	background-image:url(../images/misc/header-bg.png);
	background-repeat:repeat;
	height:57px;
	margin-bottom:20px;
}

.logo{
	margin-top:15px;
	margin-left:25px;
}

.deploy-navigation{
	background-image:url(../images/misc/deploy-menu@2x.png);
	background-position:0px 0px;
	background-size:40px 20px;
	background-repeat:no-repeat;
	
	height:20px;	
	width:40px;
	display:block;
	float:right;
	margin-top:-30px;
	margin-right:10px;
}

.navigation{
	display:none;
	width:170px;
	background-image:url(../images/misc/header-bg.png);
	background-repeat:repeat;
	position:absolute;
	right:15px;
	top:58px;
	z-index:99999;
	padding-top:5px;
}

.navigation a{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:right center;
	background-size:18px 18px;
	margin-right:20px;
	opacity:0.5;
}

.active-navigation{
	opacity:1!important;
}

.navigation a:hover{
	opacity:1;
}

@media screen and (min-width: 768px) { 
	.header{
		height:70px;
	}
	
	.navigation{
		top:71px;
	}
	
	.logo{
		margin-top:10px;
	}
}

.home-icon{
	background-image:url(../images/icon/misc/home.png);
}

.about-icon{
	background-image:url(../images/icon/settings/cog4.png);
}

.gallery-icon{
	background-image:url(../images/icon/media/image2.png);
}

.full-icon{
	background-image:url(../images/icon/media/image.png);
}

.filter-icon{
	background-image:url(../images/icon/display/blockimages.png);
}

.two-icon{
	background-image:url(../images/icon/media/image3.png);
}

.blog-icon{
	background-image:url(../images/icon/tools/pencil.png);
}

.mail-icon{
	background-image:url(../images/icon/misc/mail.png);
}

.jquery-icon{
	background-image:url(../images/icon/tools/ruller.png);
}

.type-icon{
	background-image:url(../images/icon/misc/paperclip.png);	
}

.other-icon{
	background-image:url(../images/icon/misc/applications.png);	
}







