footer {
	
	background-color: #00558e !important;
	margin: 0;
	padding: 0;
}
footer .footer-copyright,
footer .footer-copyright a {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
}
footer .footer-copyright a:hover {
	color: #fff;
}
.footer-sidebar-wrapper {
	background-color: #08c5f8 !important;
}

.footer-wrapper ul#footer-sidebar li {
    margin-bottom: 10px;
}

.footer-wrapper #footer-sidebar li.full-height-widget{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.footer-wrapper #footer-sidebar .link-to-site-button{
    font-family: 'almoni', sans-serif;
    display: block;
    background-color: #015e9c;
    color: #fff;
    text-transform: uppercase;
	display: inline-block;
	line-height: 2.083333333333333vw;
	border-radius: 6px;
}

.footer-wrapper footer .footer-menu{
    margin-bottom: 0px;
}

.footer-wrapper footer .footer-copyright p{
    margin-bottom: 0px;
}

.footer-wrapper footer .footer-copyright{
    font-family: "open sans-serif";
    font-size: 12px;
    padding: 5px 0px 5px 0px;
}

.footer-wrapper .footer-sidebar-wrapper.footer-sidebar-style-dark #footer-sidebar,
.footer-wrapper .footer-sidebar-wrapper.footer-sidebar-style-dark #footer-sidebar a{
    color: #fff;
}

.footer-wrapper .footer-sidebar-wrapper.footer-sidebar-style-dark #footer-sidebar{
    line-height: 20px;
    font-size: 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-wrapper .footer-sidebar-wrapper.footer-sidebar-style-dark #footer-sidebar .widgettitle{
    font-size: 30px;
}
.employers .scroll-to-top{
    border: 1px solid #0aaa40;
	color: #0aaa40;
}
.job-seekers .scroll-to-top{
    border: 1px solid #015e9c;
	color: #015e9c;
}
.employers .scroll-to-top:hover{
	background-color: #0aaa40;
	color: #fff;
}
.job-seekers .scroll-to-top:hover{
	background-color: #015e9c;
	color: #fff;
}
.scroll-to-top{
    left: 30px;
    right: initial;
	transform: rotate(45deg);
}
.scroll-to-top:hover{
	transform: rotate(45deg);
}

.scroll-to-top:before {
    font-size: 40px;
    line-height: 37px;
	transform: rotate(-45deg);
}
.scroll-to-top:hover:before {
	transform: rotate(-45deg);
}

.footer-wrapper .footer-sidebar-wrapper .footer-sidebar{
    padding: 50px 0 30px;
}

.footer-sidebar > ul > li {
    padding: 0;
}
@media screen and (min-width: 1024px) {
	
	body.job-seekers .footer-sidebar.footer-sidebar-col-4 > ul > li {
		width: 33.33% !important;
	}
	
	body.rtl .footer-wrapper .footer-sidebar-wrapper.footer-sidebar-style-dark #footer-sidebar {
		flex-direction: row;
	}
	body.employers .footer-button-wrapper a{
		background-color: #0aaa40 !important;
		font-size: 28px;
	}
	.footer-wrapper #footer-sidebar .link-to-site-button {
		/*padding: 0.2604vw 2.08333vw !important;*/
		padding: 5px 35px !important;
		/*font-size: 0.9375vw;*/
		font-size: 18px;
	}
	
}
@media screen and (max-width: 1023px) {
	.footer-wrapper ul#footer-sidebar li#custom_html-2 {
		width: 100% !important;
	}
	body.rtl .footer-wrapper .footer-sidebar-wrapper.footer-sidebar-style-dark #footer-sidebar {
		flex-direction: column;
	}
	body.rtl .footer-wrapper .footer-sidebar-wrapper.footer-sidebar-style-dark #footer-sidebar li{
		text-align: center;
	}
	body.employers .footer-button-wrapper a{
		background-color: #0aaa40 !important;
	}
	.footer-wrapper #footer-sidebar .link-to-site-button {
		border-radius: 3px;
		font-size: 30px !important;
		float: none;
		width: 320px;
		height: 66px;
		margin: 0 auto;
		white-space: nowrap;
		display: block;
		text-align: center;
		line-height: 66px !important;
	}
	#footer-sidebar {
		display: block !important;
	}
	#text-2 {
		width: 100%!important;	
		display: block;
		margin-bottom: 8vw!important;
	}
	#text-3 {
		/*width: 50%!important;	*/
		width: 100%!important;
		display: block !important;
		/*float: right !important;*/
		padding: 0 !important;
		margin: 0 !important;
		clear: none !important;
	}
	#text-4 {
		/*width: 50%!important;*/
		width: 100%!important;
		display: block !important;	
		/*float: left !important;*/
		padding: 0 !important;
		margin: 0 !important;	
		clear: none !important;		
	}
	#custom_html-3 {
		/*width: 50%!important;*/
		width: 100%!important;
		display: block !important;	
		/*float: left !important;*/
		padding: 0 !important;
		margin: 0 !important;	
		clear: none !important;	
	}
	#text-5 {
		width: 100%!important;
		display: block;	
		margin-top: 8vw;		
	}
	#footer-sidebar:nth-child(1) {
		width: 100%;
	}
	#footer-sidebar:nth-child(2) {
		width: 50%;
	}
	#footer-sidebar:nth-child(3) {
		width: 50%;		
	}
	#footer-sidebar:nth-child(4) {
		width: 100%;
	}
	.footer-wrapper .footer-sidebar-wrapper.footer-sidebar-style-dark #footer-sidebar, 
	.footer-wrapper .footer-sidebar-wrapper.footer-sidebar-style-dark #footer-sidebar a,
	.footer-wrapper .footer-sidebar-wrapper.footer-sidebar-style-dark #footer-sidebar p	{
		line-height: 40px;
		font-size: 30px;
	}
	.scroll-to-top{
		margin-bottom: 30px;
	}
}

