
/* =============================================
			Footer Style						
============================================= */

@media (max-width:800px){
	.at-fcolumn {
		width: 100% !important;
		padding: 30px 0 !important;
	}
	.at-fcolumn + .at-fcolumn {
		width: 50% !important;
		padding: 30px !important;
	}
	.at-logo{
		width: 75%;
		margin-left: 25%;
	}
	.at-logo a img{
		width: 50%;
	}
}

.at-fcolumn *{
	padding-left: 0px;
}

.at-logo img{
	padding-left: 10%;
	width: 80%;
}
.at-footer *{
	font-size: medium;
}
.at-footer {
	padding-top: 0;
	padding-bottom: 0;
}
.at-footer a:hover{
	color: #e27911;
	transition: all 300ms ease-in-out;
}

/* =============================================
			Footer Style						
============================================= */

.at-footer{background: #222;}
.at-emailsubscribearea{
	width: 100%;
	float: left;
	margin: 0 0 40px;
	background: #181818;
	padding: 40px 30px;
}
.at-emailsubscribearea p{
	margin: 0;
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	position: relative;
	padding: 0 0 0 50px;
}
.at-emailsubscribearea p:before{
	top: 0;
	left: 0;
	content: '';
	width: 50px;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	position: absolute;
	font-family: 'icomoon' !important;
	background: url('images/icons/icon-01.png') no-repeat 0 50%;
}
.at-formnewsletter{
	float: right;
	max-width: 570px;
}
.at-formnewsletter fieldset{}
.at-formnewsletter fieldset{padding: 0 155px 0 0;}
.at-formnewsletter fieldset .form-control{
	color: #d4d4d4;
	font-size: 14px;
	font-weight: 300;
	background: #222;
	border: 1px solid #3c3c3c;
}
.at-formnewsletter .form-control::-webkit-input-placeholder { color: #d4d4d4; } /* WebKit, Blink, Edge */
.at-formnewsletter .form-control:-moz-placeholder { color: #d4d4d4; } /* Mozilla Firefox 4 to 18 */
.at-formnewsletter .form-control::-moz-placeholder { color: #d4d4d4; } /* Mozilla Firefox 19+ */
.at-formnewsletter .form-control:-ms-input-placeholder { color: #d4d4d4; } /* Internet Explorer 10-11 */
.at-formnewsletter .form-control::-ms-input-placeholder { color:#d4d4d4; } /* Microsoft Edge */
.at-formnewsletter fieldset .at-btn{
	top: 0;
	right: 0;
	padding: 0;
	width:  140px;
	height: 50px;
	line-height: 48px;
	position: absolute;
}
.at-formnewsletter fieldset .at-btn:hover,
.at-formnewsletter fieldset .at-btn:focus{color: #fff;}
.at-threecolumns{
	width: 100%;
	float: left;
}
.at-fcolumn{
	float: left;
	color: #ccc;
	width: 33.33%;
	font-size: 14px;
	font-weight: 300;
	padding: 30px 0;
}
.at-fcolumn + .at-fcolumn{padding: 30px 0 30px 10%;}
.at-widget{
	width: 100%;
	float: left;
}
.at-fcolumn .at-widgettext{background: none;}
.at-fcolumn .at-logo{
	float: left;
	padding: 0 0 30px;
}
.at-fcolumn .at-description p{font-weight: 300;}
.at-fcolumn .at-socialicons{
	width: 100%;
	float: left;
	overflow: visible;
}
.at-fcolumn .at-socialicons li{padding: 0 0 0 6px;}
.at-fcolumn .at-socialicons li a{
	color: #555;
	width: 30px;
	height: 30px;
	background: #fff;
	line-height: 30px;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.20);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.20);
}
.at-fcolumn .at-socialicons li a i{color: #555;}
.at-fcolumn .at-socialicons li a:hover,
.at-fcolumn .at-socialicons li a:hover i{color: #fff;}
.at-fwidgettitle{
	width: 100%;
	float: left;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #555;
}
.at-fwidgettitle h3{
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}
.at-widgetcontent{
	width: 100%;
	float: left;
}
.at-widgetcontent ul{
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	list-style: none;
}
.at-widgetcontent ul li{
	width: 100%;
	float: left;
	padding: 15px 0;
	line-height: inherit;
	list-style-type: none;
}
.at-widgetcontent ul li a{color: #ccc;}
.at-widgetusefullinks .at-widgetcontent ul li{width: 40%;}
.at-widgetusefullinks .at-widgetcontent ul li:nth-child(odd){float: left;}
.at-widgetusefullinks .at-widgetcontent ul li:nth-child(even){float: right;}
.at-widgetusefullinks .at-widgetcontent ul li:nth-last-child(1),
.at-widgetusefullinks ul li:nth-last-child(2){width: 100%;}
.at-widgetcontent ul li:nth-last-child(3){width: 100%;}
.at-widgetusefullinks .at-widgetcontent ul li:nth-last-child(1){padding-bottom: 0;}
.at-widgetusefullinks .at-widgetcontent ul li a{
	overflow: hidden;
	position: relative;
	line-height: 15px;
	vertical-align: top;
	display: inline-block;
}
.at-widgetusefullinks .at-widgetcontent ul li a:before{
	top: 7px;
	left: -15px;
	width: 9px;
	height: 1px;
	content: '';
	background: #fff;
	position: absolute;
}
.at-widgetusefullinks .at-widgetcontent ul li a:hover{padding: 0 0 0 15px;}
.at-widgetusefullinks .at-widgetcontent ul li a:hover:before{left: 0;}
.at-widgetcontent ul li p{
	margin: 0;
	font-size: 14px;
	line-height: 26px;
}
.at-widgetcontent ul li time{
	width: 100%;
	float: left;
	color: #939393;
	font-size: 12px;
	font-weight: 300;
	line-height: 12px;
	position: relative;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
}
.at-widgetcontent ul li time:before{
	top: -4px;
	left: 0;
	content: '\e055';
	font-size: 18px;
	line-height: 18px;
	position: absolute;
	font-family: 'icomoon' !important;
}
.at-copyright{
	width: 100%;
	float: left;
	color: #8b8b8b;
	padding: 25px 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	border-top: 1px solid #555;
}
.at-copyright p{
	margin: 0;
	font-weight: 300;
	font-size: inherit;
	line-height: inherit;
}
.at-copyright p a{
	color: #fff;
	text-decoration: none;
}
