/* @override
	http://localhost/assets/css/footer.css */

/* @group Footer */
#footer{
	overflow: hidden;
	color: #fff;
	clear: both;
	
	background: rgb(3,82,128);
	background: -moz-radial-gradient(top, ellipse cover,  rgb(3,82,128) 0%, rgb(4,30,66) 100%);
	background: -webkit-gradient(radial, center top, 0px, center top, 100%, color-stop(0%,rgb(3,82,128)), color-stop(50%,rgb(4,30,66)));
	background: -webkit-radial-gradient(top, ellipse cover,  rgb(3,82,128) 0%,rgb(4,30,66) 50%);
	background: -o-radial-gradient(top, ellipse cover,  rgb(3,82,128) 0%,rgb(4,30,66) 50%);
	background: -ms-radial-gradient(top, ellipse cover,  rgb(3,82,128) 0%,rgb(4,30,66) 50%);
	background: radial-gradient(ellipse at top,  rgb(3,82,128) 0%,rgb(4,30,66) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035280', endColorstr='#041e42',GradientType=1 );
}
#footer a{
	color: #fff;
}
#footer a:hover{
	text-decoration: underline;
}
#footer .site-width{
	max-width: 1140px;
	margin: 40px auto;
	overflow: hidden;
}
#footer-nav{
	float: left;
	max-width: 880px;
	overflow: hidden;
	margin-bottom: 30px;
	width: 100%;
}
#footer-nav .main-menu > li{
	float: left;
	margin-right: 40px;
	max-width: 20%;
	text-transform: capitalize;
	font-family: 'gotham-medium';
	font-size: 19px;
}
#footer-nav .sub-menu li{
	font-family: 'gotham-light';
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 1px;
}
#footer-nav .sub-menu li a {
	position: relative;
}
#footer-nav .sub-menu li a.icon-new-window:after {
	margin-left: 10px;
	top: -2px;
}
#footer-footer{
	clear: both;
	text-align: center;
	font-size: 14px;
}
#footer-footer ul{
	margin-bottom: 10px;
}
#footer-footer li{
	display: inline-block;
}
#footer-footer li.active a{
	text-decoration: underline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footer-footer li + li{
	border-left: 1px solid #fff;
	padding-left:4px;
}
#footer-footer li a{
	margin: 0px 3px;
}
#footer-social{
	float: center;
	text-align: center;
	margin-bottom: 25px;
	min-width: 250px;
}
#footer span.icon-new-window:after{
	margin-left: 5px !important;
	font-size: 11px;
	margin-top: 1px;
}
#mobile-app{
	margin-bottom: 30px;
}
#mobile-app a{
	text-align: center;
	display: block;
	padding: 20px 30px;
	font-family: 'gotham-medium';
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #fff;
}
#mobile-app a:hover {
	text-decoration: none;
}
#social h6{
	margin-bottom: 20px;
}
#social a{
	border-radius: 100%;
	display: inline-block;
	height: 0px;
	line-height: 0px;
	margin-right: 15px;
	padding: 25px 23px;
	position: relative;
	text-align: center;
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}
#social a:hover{
	background-color: #1C3A59;
    text-decoration: none;
}
#social a:before{
	position: absolute;
	font-size: 27px;
	line-height: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	height: 0px;
	margin: auto;
}
#social a.icon-youtube:before{
	font-size: 11px;
}
.mobile-footer-links{
	display: none;
}

@media only screen and (max-width:1100px) {
	/* @group Footer */
	#footer-nav{
		float: none;
		margin: auto;
		margin-bottom: 20px;
	}
	#footer-social{
		float: none;
		margin: auto;
		margin-bottom: 30px;
		text-align: center;
		max-width: 250px;
	}
	/* @end */
}

@media only screen and (max-width:1023px) {
	/* @group Footer  */
	#footer .site-width,
	.site-width{
		margin: 40px 15px;
		padding: 0;
	}
	#footer-footer li a {
		text-decoration: none;
	}
	#footer-nav{
		margin: 0px;
	}
	#footer-nav .sub-menu{
		display: none;
	}
	#footer-nav .main-menu li{
		width: auto;
		clear: both;
		text-transform: uppercase;
		margin-bottom: 25px;
		white-space: nowrap;
	}
	#footer-social{
		float: none;
		clear: both;
		text-align: center;
		margin: auto;
		margin-bottom: 30px;
		max-width: inherit;
	}
	#social h6{
		text-transform: inherit;
		font-size: 19px;
		font-family: 'gotham-medium';
		margin-bottom: 15px;
	}
	#mobile-app a{
		font-size: 15px;
		padding: 16px;
		font-family: 'gotham-medium';
	}
	#mobile-app a:hover {
		text-decoration: underline;
	}
	li#terms-conditions,
	li#sepa{
		display: none;
	}
	#copyright{
		display: none;
		
	}
	.mobile-footer-links{
		display: block;
		margin-top: 30px;
		line-height: 1.5;
		font-size: 14px;
	}
	#footer .mobile-footer-links li{
		margin-bottom: 10px;
		display: block;
		border: none;
		font-family: 'gotham-medium';
	}
	/* @end Mobile Footer */
}

@media only screen and (max-width:767px) { /* large mobile/small tablet */
	/* @group Footer Gradient */
	#footer{
		overflow: hidden;
		color: #fff;
		clear: both;
		
		background: #035280;
		background: -moz-linear-gradient(top,  #035280 0%, #041e42 50%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#035280), color-stop(50%,#041e42));
		background: -webkit-linear-gradient(top,  #035280 0%,#041e42 50%);
		background: -o-linear-gradient(top,  #035280 0%,#041e42 50%);
		background: -ms-linear-gradient(top,  #035280 0%,#041e42 50%);
		background: linear-gradient(to bottom,  #035280 0%,#041e42 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035280', endColorstr='#041e42',GradientType=0 );
	}
	/* @end */
}

/* @end Footer */