



.mobile-button {
	display: none;
	width: auto;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background-color: rgba(255,255,255,0.5);
	color: #000;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 15px 0 44px;
	text-transform: uppercase;
	background-image: url('../img/icon-mobile-menu-button.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 16px 10px;
	transition: all 0.2s ease;
}
.mobile-button:hover {
	background-color: rgba(255,255,255,0.7);
}
.mobile-button:active {
	background-color: rgba(255,255,255,0.9);
}

.mobile-title {
	display: none;
	float: left;
	line-height: 60px;
	padding: 0 18px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;

}








@media (max-width: 1000px)
{
	
	.clear-responsive {
		display: block;
		clear: both;
	}
	
	.clear-desktop {
    	clear: none;
    	display: none;
	}
	
	.wrapper {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.mobile-button,
	.mobile-title {
		display: block;
	}
	
	header nav {
		height: auto;
	}
	
	header nav ul {
		display: none;
		position: fixed;
		left: 0;
		top: 60px;
		bottom: 0;
		width: 100%;
		height: auto;
		z-index: 100;
		background-color: #0a2850;
		padding: 3px;
		box-sizing: border-box;
	}
	
	header nav ul li {
		width: auto;
		overflow: hidden;
		float: none;
	}
	
	header nav ul li a {
		float: none;
		display: block;
		width: auto;
		height: 36px;
		line-height: 36px;
		color: #fff;
		text-align: right;
		margin: 3px;
		border-radius: 4px;
		border-right: 0;
	}
	
	header nav ul li.active a,
	header nav ul li a:hover {
		background-color: rgba(0,0,0,0.1);
		color: #fff;
	}
	
	nav.menu .submenu-box {
		position: static;
		height: auto;
		padding: 6px 0;
	}
	
	nav.menu ul.submenu li {
		float: none;
		display: inline-block;
	}
	
	nav.menu ul.submenu li a {
		line-height: 30px;
	}
	
	
	.text-box .table-outer {
		border: 1px solid rgba(0,0,0,0.05);
		max-width: 100%;
		overflow-x: auto;
		padding: 3px;
		box-sizing: border-box;
	}
	
	.text-box ul {
		margin-left: 30px;
		padding-left: 50px;
	}
	
	footer .wrapper > div,
	footer .wrapper > div:first-child,
	footer .wrapper > div:last-child {
		width: auto;
		float: none;
		text-align: center;
	}
	
	.worker-box {
    	width: 620px;
    	margin-left: auto;
    	margin-right: auto;
	}
	
	
}









@media (max-width: 700px)
{
	
	.photo-box a.logo {
		width: 200px;
		margin-left: -100px;
	}
	
	.col-4, .col-8 {
		width: auto;
		float: none;
		padding: 0;
	}
	
}





@media (max-width: 660px)
{
    
    .worker-box {
        width: 270px;
    }
    
    .worker-box .item {
        float: none;
        margin-left: 0px;
        margin-right: 1px;
    }
    
}





@media (max-width: 475px)
{
	
	.text-box ul.tabs li a {
		padding-left: 16px;
		padding-right: 16px;
		font-size: 16px;
	}
	
}

