/* =========================================== */
/************* Footer  *************************/
/* =========================================== */


.content-width {
	max-width: 1350px;
}

.footer {
	width: 100%;
	background-color: #0c2544;
	padding-top: 10px;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #a7b1b7;
	clear: both;
	position: relative;
	font-family: 'Raleway', sans-serif;
	margin-top: -570px;
	height: 570px;
	color: #90aecc;
}

.footer a {
	color:#90aecc;
}

.footer a  {
	font-family: 'Raleway', sans-serif;
}

.footer ul {
	list-style: none;
	padding-left: 0px;
}

#address li a {
	font-size: 1.2em;
}

#address li {
	font-weight: bold;
}

#footer-right,
#social_div {
	height: 100%;
}

#bigDiv {
	overflow: auto;
	padding-bottom: 570px;
}

#list1, #list2 {
	padding: 0px;
}

#footer-login ul {
	margin-bottom: 0px;
	color: #256aa7;
}

.sm-icon {
	color:#90aecc;
}

.sm-icon:hover,
.sm-icon:focus {
	color:#fff;
}

#social_div i {
		padding-left: 5px;
		padding-right: 5px;
}

.links-list > li > a {
	color: #90aecc;
	font-weight: bold;
}

.links-list > li > a:hover,
.links-list > li > a:focus,
.footer a:hover, .footer a:focus {
	color: #fff;
	text-decoration: underline;
}

.links-list {
	list-style-type: none;
	padding-top: 10px;
	text-align: center;
}

.links-list > li {
	padding: 4px;
}

.sm_icons {
	width: 45px;
	height: 45px;
	border: 0;
	padding: 4px;
}

/********   login url       **********/

#login-url-container-2 {
	position: fixed;
	padding: 4px;
	bottom:1px;
	right: 3px;
}
/****************************************/

@media screen and (max-width: 767px){
	#address,
	#social_div {
		text-align: center;
	}
}

/*      Resize footer for tablet-sized screens       */
@media screen and (min-width: 768px){
	.footer {
		margin-top: -330px;
		height: 330px;
	}

	#bigDiv {
		overflow: auto;
		padding-bottom: 330px;
	}

	/*                 */

	#address {
		position: relative;
		top: 30px;
		left: 10px;
		float: left;
		text-align: left;
	}

	#footer-right {
		text-align: center;
	}

	#social_div {
		left: 25%;
		text-align: center;
	}

	#list2 {
		text-align: left;
	}

}

@media screen and (min-width: 993px){
	.footer {
		margin-top: -190px;
		height: 190px;
	}

	#bigDiv {
		overflow: auto;
		padding-bottom: 190px;
	}

	#footer-login {
		position: relative;
		bottom: -60px;
	}

	#social_div {
		float: right;
	}

}

@media screen and (min-width: 1200px){
	.footer {
		margin-top: -180px;
		height: 180px;
	}

	#bigDiv {
		overflow: auto;
		padding-bottom: 180px;
	}

	#footer-login {
		position: relative;
		bottom: -50px;
	}
}
@media screen and (min-width: 1397px){

}
