﻿footer #footer-content {
	padding-top: 30px;
	background-color: #d2deea;
}

footer #footer-content #footer-logo svg {
	width:280px;
	height:auto;
}
footer #footer-content #footer-logo svg path,
footer #footer-content #footer-logo svg polygon {
	fill: #043f75;
}

footer #footer-content #footer-social {
	text-align: right;
}
footer #footer-content #footer-social ul {
	display:inline-block;
	list-style:none;
	margin:36px 0 0 0;
	padding:0;
}
footer #footer-content #footer-social ul li {
	display:inline-block;
	padding:0 5px;
}
footer #footer-content #footer-social ul li i {
	color: #043f75;
	font-size:30px;
}

footer #footer-content .shortcuts {
	margin-top:30px;
	text-align:center;
	border-top:solid 1px #FFF;
}
footer #footer-content .shortcuts .shortcut {
	display:inline-block;
	width:auto;
	text-align:center;
	margin:0;
	padding:12px 20px 10px;
	border:none;
	border-bottom:solid 2px #d2deea;
}
footer #footer-content .shortcuts .shortcut:hover {
	border-bottom:solid 2px #FFF;
}
footer #footer-content .shortcuts .shortcut a,
footer #footer-content .shortcuts .shortcut span {
	padding-bottom:4px;
	color:#043f75;
	font-size:10px;
	line-height:1;
	text-transform:uppercase;
	font-weight:700;
	cursor:pointer;
	transform:translate(-50%, -50%);
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

@media all and (max-width: 768px) {

	footer #footer-content .shortcuts .shortcut {
		width:calc(50% - 30px);
	}
}

@media all and (max-width: 420px) {

	footer #footer-content .shortcuts .shortcut {
		width:calc(100% - 30px);
	}
}

footer #footer-copy {
	display: block;
	width: 100%;
	padding: 30px 0px;
	background-color: #043f75;
	color: #fff;
	font-size:11px;
}
footer #footer-copy span {
	display:block;
}
footer #footer-copy a {
	display:block;
	margin-bottom:10px;
	color: #fff;
	font-size: 11px;
}
footer #footer-copy a:hover {
	color: #fff;
	font-size: 11px;
}

footer #footer-copy .col-left { 
	margin-bottom:20px;
}
footer #footer-copy .col-right { 
	text-align:right;
}

footer .go-on-top {
	display:none;
	z-index:1000;
	position:fixed;
	bottom:14px;
	right:80px;
	padding:10px 12px;
	background-color:#043f75;
	color:#fff;
	cursor:pointer;
	text-align:center;
	font-size:14px;
	font-weight:700;
}

@media all and (max-width: 420px) {

	footer #footer-content #footer-logo {
		text-align:center;
	}
	
	footer #footer-content #footer-social {
		text-align: center;
		margin-top:36px;
	}
	footer #footer-content #footer-social ul {
		display:block;
		margin-top:5px;
	}

	footer #footer-copy {
		text-align:center;
	}
	footer #footer-copy .col-left { 
		padding-left:15px;
	}
	footer #footer-copy .col-right { 
		text-align:center;
	}
}

#modal-footer .modal-body{
	height:500px;
	overflow:auto;
}
