#bg { position: fixed; top: 0; left: 0%; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

.homepage-wrapper{
	position:relative;
	z-index:999999;
}

.bg-pattern{
	z-index:100;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(/Template/en/Images/Mobile/repeat.png);
	background-repeat:repeat;
}

.bg-overlay{
	z-index:99;
	position:fixed;
	top:0;
	left:0;
	height:150%;
	width:100%;
	background-color:rgba(0,0,0,0.7);
}

.homepage-logo{
	width:150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}

.homepage-logo-sub{
	font-size:16px;
	font-style:normal;
	text-transform:uppercase;
	text-align:center;
	color:#FFFFFF;
	display:block;
	margin-top:5px;
}

.homepage-navigation{
	margin-top:30px;
	width:320px;
	margin-left:auto;
	margin-right:auto;
}

.homepage-navigation a{
	text-align:center;
	color:#a4a5a4;
	font-size:14px;
	text-transform:uppercase;
	font-family:'Dosis', sans-serif;
	font-weight:400;
	padding-top:80px;
	float:left;
	background-position:15px 0px;
	background-repeat:no-repeat;
	background-size:70px 70px;
	width:100px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:30px;
}


.home-icon{	background-image:url(/Template/en/Images/Mobile/home.png);}
.type-icon{	background-image:url(/Template/en/Images/Mobile/type.png);}
.jquery-icon{	background-image:url(/Template/en/Images/Mobile/jquery.png);}
.gallery-icon{	background-image:url(/Template/en/Images/Mobile/gallery.png);}
.folio-icon{	background-image:url(/Template/en/Images/Mobile/folio.png);}
.mail-icon{	background-image:url(/Template/en/Images/Mobile/mail.png);}


.footer{
	width:150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;	
}

.footer a{
	background-size:35px 35px;
	width:35px;
	height:35px;
	margin-left:10px;
	margin-left:10px;
	display:inline-table;
}

.footer p{
	text-align:center;
	font-size:12px;
	margin-left:0px;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:20px;
	color:#999;
}

.facebook-icon{background-image:url(/Template/en/Images/Mobile/facebook.png);}
.twitter-icon{background-image:url(/Template/en/Images/Mobile/twitter.png);}
.google-icon{background-image:url(/Template/en/Images/Mobile/google.png);}
.tel-icon{background-image:url(/Template/en/Images/Mobile/tel.png);}
.share-icon{background-image:url(/Template/en/Images/Mobile/share.png);}
.map-icon{background-image:url(/Template/en/Images/Mobile/map.png);}
.email-icon{background-image:url(/Template/en/Images/Mobile/email.png);}
.message-icon{background-image:url(/Template/en/Images/Mobile/message.png);}

.foot{
    bottom: 0;
    height: 60px;
    position: fixed;
    overflow:hidden;
    width: 100%;
    z-index: 99;
    /*display:none;*/
	}
.foot .footertool{margin:0 auto;}
.foot .footerWrap {
    -moz-box-orient: horizontal;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -moz-box;
    overflow: hidden;
    width: 100%;
    margin-top:14px;
}
.foot .footerWrap li {
    -moz-box-flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    text-align: center;
    height:45px;
}
.foot .footerWrap a,.foot .footerWrap div
{
height: 44px;
display: block;
text-align: center;
vertical-align: middle;
color: #fff;
text-decoration: none;
}
.foot .text {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    margin:0
}
.foot span.icon, .foot span.icon {
width:30px;
	height:20px;
	display: block;
	background: url(/Template/en/Images/Mobile/common.png) no-repeat;
	background-size:400px;
	-moz-background-size:400px;

	margin: 4px auto 0 auto;
	position:relative;
}
.foot span.tel {
    background-position: -90px -110px;
}
.foot span.email {
    background-position: 0 -110px;
}
.foot span.map {
    background-position: -120px -110px;
}
.foot span.share {
    background-position: -60px -110px;
}
.foot span.message {
    background-position: -30px -110px;
}
ul {
    list-style: none outside none;
}
.foot ul{display:-moz-box; /* Firefox */display:-webkit-box; /* Safari and Chrome */display:box;}
.foot ul li.active
{
	background:#000;
    -moz-box-flex: 1;
    -webkit-box-flex:1.0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    text-align: center;
    list-style:none;
}
/* iPads (landscape) */
@media only screen 
and (min-width : 768px) 
and (orientation : landscape) {
    .content-section .responsive-image{
		margin-top:-210px;	
	}	
		
	.homepage-logo{
		width:200px;
		margin-top:40px;
	}

	.homepage-logo-sub{
		font-size:12px;
		margin-bottom:120px;
	}

	.homepage-navigation{
		margin-top:30px;
		margin-bottom:80px;
		width:850px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.homepage-navigation a{
		font-size:16px;
		padding-top:120px;
		background-size:100px 100px;
		width:130px;
		margin-bottom:50px;
	}	
	
	.footer{
		margin-bottom:0px;
	}
	
	.footer p{
		margin-bottom:0px;
		font-size:12px;
		color:#FFFFFF;
	}
}


/* iPads (portrait)*/

@media only screen 
and (min-width : 768px) 
and (orientation : portrait) {
    .content-section .responsive-image{
		margin-top:-130px;	
	}	
	
	.homepage-logo{
		width:200px;
		margin-top:80px;
	}

	.homepage-logo-sub{
		font-size:12px;
		margin-bottom:120px;
	}

	.homepage-navigation{
		margin-top:30px;
		margin-bottom:100px;
		width:430px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.homepage-navigation a{
		font-size:16px;
		padding-top:120px;
		background-size:100px 100px;
		width:130px;
		margin-bottom:50px;
	}	
	
	.footer p{
		margin-bottom:0px;
		font-size:12px;
		color:#FFFFFF;
	}
}

/*Mobile Devices in Landscape*/

@media only screen 
and (orientation : landscape ){
	.homepage-logo{
		margin-top:20px;
		margin-bottom:0px;
	}
		
	.homepage-navigation{
		margin-top:40px;
		margin-bottom:20px;
		width:520px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.homepage-navigation a{
		width:80px;	
		background-size:60px 60px;
		background-position: 10px 0px;
	}
	
	.footer{
		margin-top:0px;
	}
}


/*iPhone 5 + WebApp Settings*/

@media screen and (height : 548px){
	.homepage-navigation{
		margin-top:55px;	
	}
	.footer{
		margin-top:25px;
	}

	.footer p{
		margin-bottom:0px;
	}
}


/*iOS WebApp Settings*/

@media screen and (height : 572px){
	.homepage-navigation{
		margin-top:65px;	
	}
	
	.footer{
		margin-top:35px;
	}
}

@media screen
and (min-width:320px)
and (orientation : landscape){
    .content-section .responsive-image{
		margin-top:-80px;	
	}		
}

/*iPhone 5 - WebApp Settings*/

@media screen and (height : 460px){
	
	.homepage-logo{
		margin-top:20px;
	}
	
	.homepage-logo-sub{
		margin-bottom:30px;
	}
	
	.homepage-navigation{
		margin-top:20px;	
	}
	
	.homepage-navigation a{
		margin-bottom:10px;
	}
	
	.footer{
		margin-top:30px;
	}

	.footer p{
		margin-bottom:0px;
	}

	.footer a {
		margin-bottom:-5px;
	}


}



.corner-deco{
	background-image:url(/Template/en/Images/Mobile/corner-deco.png);
	background-size:20px 10px;
	width:20px;
	height:10px;
	position:absolute;
	margin-top:-11px;
	margin-left:140px;
}
