@media screen and (max-width: 1180px) {
	#wrapper,
	#header,
	.breadcrumb {
		width: auto;
	}
	
	.header .col-md-10 {
		float: none;
		margin: 0 15px;
		padding: 0;
		width: auto;
	}

	.header .col-md-10 .row {
		margin: 0;
	}
	
	main {
		float: none;
	}
	
	.box {
		width: 35%;
	}
	
	main:after {
		clear: both;
		content: '';
		display: table;
	}

	.mission,
	#menu {
		margin-right: 0;
	}
}

@media screen and (max-width: 905px) {
	#logo > img {
		display: none;
	}
}

.nav-toggle {
	display: none;
}

@media screen and (max-width: 750px) {
	html, body {
		background-position: 0 -80px;
	}
		
	#header,
	.header .col-md-10 {
		height: 80px;
	}

	#logo img {
		max-width: 120px;
	}

	.nav-toggle {
		color: #fff;
		cursor: pointer;
		display: block;
		height: 20px;
		right: 20px;
		top: 28px;
		padding-right: 41px;
		position: absolute;
		line-height: 17px;
		text-decoration: none;
		z-index: 102;
		width: 29px;
	}

	.nav-toggle:focus,
	.nav-toggle:hover {
		background: none !important;
		color: #fff;
		text-decoration: none;
	}

	.nav-toggle-text {
		font-size: 12px;
		transition: all .2s ease;
	}

	.nav-toggle .first {
		width: 30px;
		right: 0;
		top: 0;
	}

	.nav-toggle .second {
		width: 30px;
		top: 8px;
	}

	.nav-toggle .third {
		width: 30px;
		top: 16px;
	}

	.nav-toggle .first, .nav-toggle .second, .nav-toggle .third {
		background-color: #fff;
		height: 2px;
		border-radius: 2px;
		position: absolute;
		transition: all .3s ease;
		right: 0;
	}

	.nav-active .first,
	.nav-active .third {
		transform: rotate(45deg);
		width: 25px;
		top: 8px;
	}

	.nav-active .second {
		opacity: 0;
	}

	.nav-active .third {
		transform: rotate(-45deg);
	}

	.nav-active .nav-toggle-text {
		opacity: 0;
	}

	.primary-nav-wrap {
		background: #337ab7;
		bottom: 0;
		box-sizing: border-box;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		padding: 35px 30px 20px 20px;
		position: fixed;
		right: -280px;
		top: 0;
		transition: right 0.2s ease;
		width: 280px;
		z-index: 101;
	}

	body.nav-active {
		overflow: hidden;
	}

	body.nav-active .primary-nav-wrap {
		right: 0;
	}

	.mission,
	#menu {
		width: auto;
		height: auto;
		float: none;
		top: auto;
	}

	#menu {
		margin-top: 10px;
	}

	.sf-menu {
		float: none;
	}

	.sf-menu li {
		float: none;
	}

	.tab ul li a,
	.tab ul li a:link,
	.tab ul li a:active,
	.tab ul li a:visited {
		float: none;
	}

	#footer_menu {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.homePage {
		float: none;
		width: auto;
	}	
	
	.box {
		float: none;
		width: auto;
	}
	
	#col1, #col2 {
		float: none !important;
		width: auto !important;
	}
	
	fieldset {
		width: auto;
	}
	
	label {
		float: none;
	}
	
	input,
	textarea {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 100%;
	}
	
	textarea {
		width: 100%;
	}
	
	fieldset br {
		display: none;
	}
}

@media screen and (max-width: 550px) {
	input,
	textarea {
		width: 100%;
	}
	
}