@media screen and (max-width : 990px) {
	.image_container img{
		width: 100%;
		height: auto;
	}
	.col_1,.col_2, .col_3 {
		width: 100%;
		float: none;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	input,textarea,select,input[type=text], input[type=search], input[type=email], input[url], input[type=tel] {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		margin-bottom: 10px;
	}
	.subcl, .subc {
		padding: 0 !important;
	}
	select {
		height: 42px !important;
	}
	#f63 > div > section.subcolumns.colcount_2.yaml3.col-50x50 {
		margin-bottom: 0;
	}
	#f63 > div > section.subcolumns.colcount_3.yaml3.col-33x33x33 {
		margin-top: 0;
	}
	.subcolumns {
		margin: 0;
	}
	#blog .mod_newslist .layout_latest, .mod_newslist .third {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	#blog .mod_newslist .layout_latest:first-child {
		margin-top: 0;
	}
	#contact label {
		margin-bottom: 5px;
	}
	.footer-text ul {
		width: 100%;
	}
	.mod_newslist a, .pagination ul li a {
		color: #75bd1d;
	}
	.button a {
		color: white;
	}
	#mobile-canvas ul.level_1 li {
		position: relative;
	}
	#mobile-canvas ul.level_1 li a {
		text-align: left;
		padding-left: 10px !important;
		text-transform: uppercase;
	} 
	#mobile-canvas ul.level_1 li.submenu:after {
		content: '<';
		display: block;
		width: 10px;
		height: 10px;
		color: white;
		position: absolute;
		transform: rotate(-90deg);
		right: 20px;
		top: 20px;
		
	}
	#mobile-canvas ul.level_1 li.submenu.open:after {
		transform: rotate(90deg);
		right: 10px;
	}
	#mobile-canvas .mod_navigation {
		text-align: left !important;
	}
	
	.mod_navigation ul.level_2 {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s;
	}
	.mod_navigation ul.level_1 li.submenu.open ul.level_2 {
		max-height: 4000px;
	}
	#mobile-canvas .close {
		display: none;
	}
	#mobile-canvas {
		margin-top: 62px;
	}
	#mobile-canvas {
		display: block;
		margin-left: 0;
		left: -100%;
		transition: left 0.3s;
		width: 100%;
	}
	.active #mobile-canvas {
		left: 0;
	}
	ul.level_2 li a, ul.level_3 li a {
		font-size: 17px;
	}
	.social-widget {
		display: none;
	}
	.home .social-widget {
		display: block;
	}
	
	#header {
		height: 0 !important;
	}
	.home #header {
		height: 420px !important;
	}
	.background-image, #header {
		min-height: 0;
	}
	.home .background-image, .home #header {
		min-height: 360px !important;
	}
	.background-image {
		height: 200px;
		display: none;
	}
	#header hgroup {
		display: none !important;
	}
	.home #header hgroup {
		display: table-cell !important;
	}
	.home .background-image {
		height: 420px;
		display: block;
	}
	#mobile-canvas .social-widget {
		display: block;
	}
	#mobile-canvas .social-widget ul li a {
		display: inline-block;
		width: 50px;
	}
	[title~=button] {
		padding: 10px !important;
	}
}