@charset "UTF-8";
/*
* Theme Name: WorldiCity
* Last Update:Oct 7 2014
* Version: 2.0
* Code Maked By Kiyo
*/



#footerOuter{
	display: block;
	width: 100%;
	
	/*Oct 7 2014 ADD*/
	min-height:210px;
	height: auto !important;
	height: 210px;
	clear: both;
	background:#fff;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;

	}

		#footerSitemap {
			display: block;
			width: 100%;
			margin: 0 auto;
			min-height:170px;
			height: auto !important;
			height: 170px;
			text-align: left!important;
			background:#fff;
			border-top: 6px #E9F0F6 solid;
		}
				#footerSitemap h4,
				#footerSitemap p
				{
/*					font-size: 13px;
*/					font-size: 12px;
				}

				#footerSitemap li
				{
/*					font-size: 12px!important;
*/					font-size: 11px!important;
					letter-spacing: 0;
				}

				#footerSitemap .golden-large
				{
					padding-top: 30px;
				}

				#footerSitemap h4 a{
					color: #061e32;
				}
				#footerSitemap h4 a:hover{
					color: #00AAE8;
				}

#footerSitemap .one-fifth{
	padding: 0!important;
}


/*Oct 7 2014 ADD*/

#footerSitemap p.footercopy{ 
	margin-top: 10px;
	font-size: 70%;
	color: #999;
}


		@media screen and (max-width:768px){
			#footerSitemap {
				/*height: 60px!important;*/
				/*margin-bottom: 0;*/
			}
		}



		#footerCopyArea {
			display: block;
			width: 100%;
			margin: 0 auto;
				min-height:40px;
				height: auto !important;
				height: 40px;
				text-align: center;
				padding-top: 10px;
				background:#E9F0F6 ;
		}

			#footerCopyArea ul{
				margin: 0 auto;
				/*width: 50%;*/
				text-align: center;
				display:inline-block;
			}
				#footerCopyArea li{
				display:inline-block;
			/*		float: left;*/
					padding-right: 10px;
					margin-right: 10px;
					border-right: 1px solid #ccc;
					height: 1em;
					line-height: 1em;
					padding-top: 0;
				}

		#footerCopyArea li:last-child{
			border-right: none;
		}

				#footerCopyArea li,#footerCopyArea p
				{
					font-size: 70%;
				}



@media screen and (max-width:768px){
	#footerCopyArea {
				text-align: center;
	}
	#footerCopyArea ul{
				text-align: center!important;
	}
	#footerCopyArea li{
				display:inline-block!important;
	}
}



#returnTop{
	display: block;
	width: 70px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom:100px;
	z-index: 10000000;
	}
	#returnTop a{
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		font-size: 300%;
		color: #00aae7;
	}
		#returnTop a:before {
		content: "\f139";
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		display: inline-block;
		padding-left: 2px;
	}
	
		#returnTop a:hover{
			color:#0087cd;
			filter:alpha(opacity=100);
			-moz-opacity: 1.0;
			opacity: 1.0;
			background:none; 
		}
