@media only screen and (max-width: 768px) 
{
	.logo a img,
	.header_style_9 .logo a img,
	.header_style_10 .logo a img 
	{
    	width: 100%;
	}

	.page_title
	{
		background-size: cover;
	}
	
	.ast_contacts_widget.style_3 ul li
	{
		display: block;
		margin-bottom: 20px;
	}
	
	.testimonials_carousel .testimonial .image img 
	{
		width: 100%;
	}
	
	body .vc_call_to_action
	{
		padding: 16px 30px 15px 30px;
	}
	
	.projects_tabs h2
	{
		float: none;
		margin: 0 0 30px;
	}
	
	.projects_tabs .tabs
	{
		float: none;
		margin: 0;
	}
	
	#header .header_top,
	#header .top_nav
	{
		display: none;
	}
	
	.mobile_header::before 
	{
		background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
		bottom: 0;
		content: "";
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}
	
	.mobile_header
	{
		display: block;
		clear: both;
		position: relative;
		overflow: hidden;
	}
	
	body.home #header 
	{
		position: relative;
	}
	
	body.home.header_style_6.sticky_menu.admin-bar #header 
	{
		top: 0;
	}
	
	body.home.header_style_6.sticky_menu #header 
	{
		position: relative;
	}	
		
	.mobile_header .header_socials
	{
		margin: 0;
		float: right;
	}
	
	.mobile_header #ast_wpml_lang_switcher
	{
		float: left;
		margin: 0;
		padding: 9px 0 7px;
	}
	
	.mobile_header #ast_wpml_lang_switcher ul
	{
		top: -15px;
		padding: 55px 25px 8px 20px;
	}
	
	.mobile_header .mobile_header_top_bar
	{
		background: #eeeeee;
		padding: 4px 23px;
	}
	
	.mobile_header .header_socials a
	{
		margin: 5px 30px 5px 0;
	}
	
	.mobile_header .header_socials a:first-child
	{
		margin: 5px 30px 5px 0;
	}
	
	.mobile_header .header_socials a:last-child
	{
		margin: 0;
	}
	
	.mobile_header .logo_wrapper
	{
		position: relative;
		padding: 22px 35px 30px 41px;
	}
	
	.mobile_header .logo_wrapper .logo
	{
		float: left;
	}
	
	.mobile_header .header_info
	{
		background: #d8cfbb;
	}
	
	.mobile_header .icon_texts
	{
		padding: 40px 40px;
	}
	
	.mobile_header .header_info .icon_text
	{
		padding: 0;
		color: #aaaaaa;
		display: inline-block;
		vertical-align: top;
		margin-right: 70px;
	}
	
	.mobile_header .header_info .icon_text:last-child
	{
		margin: 0;
	}
	
	.mobile_header .header_info .icon_text .text strong
	{
		color: #fff;
	}
	
	.mobile_header .header_info .icon_text .text strong a
	{
		color: #fff;
		font-size: 15px;
	}
	
	.mobile_header .header_info .icon_text .text span
	{
		font-size: 13px;
	}
	
	.icon_text .text
	{
		float: left;
		color: #fff;
	}
	
	.mobile_header .header_info .icon_text .icon
	{
		width: 32px;
		margin: 0px 15px 0px 0px;
		color: #ffffff;		
	}
	
	#menu_toggle
	{
		position: relative;
		cursor: pointer;
		float: right;
		width: 26px;
		height: 20px;
		padding: 10px 0;
		margin: 17px 0 0;
		z-index: 1000;
	}
	
	#menu_toggle button
	{
		position: absolute;
		left: 0;
		top: 50%;
		margin: -2px 0 0;
		background: #ffffff;
		height: 4px;
		padding: 0;
		border: none;
		width: 100%;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		outline: none !important;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px;
	}
	
	#menu_toggle button:before
	{
		content: '';
		position: absolute;
		left: 0;
		top: -8px;
		width: 26px;
		height: 4px;
		background: #ffffff;
		-webkit-transform-origin: 1.5px center;
		-moz-transform-origin: 1.5px center;
		-o-transform-origin: 1.5px center;
		transform-origin: 1.5px center;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px;
	}
	
	#menu_toggle button:after
	{
		content: '';
		position: absolute;
		left: 0;
		bottom: -8px;
		width: 26px;
		height: 4px;
		background: #ffffff;
		-webkit-transform-origin: 1.5px center;
		-moz-transform-origin: 1.5px center;
		-o-transform-origin: 1.5px center;
		transform-origin: 1.5px center;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px;
	}
	
	#menu_toggle.open button
	{
		background: transparent;
	}
	
	#menu_toggle.open button:before
	{
		top: 0;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-moz-transform: rotate3d(0, 0, 1, -45deg);
		-o-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	
	#menu_toggle.open button:after
	{
		bottom: 0;
		transform: rotate3d(0, 0, 1, 45deg);
		transform-origin: 50% 50%;
	}
	
	.mobile_header .top_nav_mobile
	{
		padding: 16px 0;
		margin: 0 0 15px;
		display: none;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.52);
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav
	{
		padding: 0;
		margin: 0;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav li
	{
		position: relative;
		list-style: none;
		z-index: 1000;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav > li > a
	{
		padding: 10px 30px 10px 45px;
		display: block;
		font-size: 16px;
		color: #ffffff;
		font-weight: 500;
		letter-spacing: 0;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav > li:hover > a
	{
		color: #ffff00;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow
	{
		position: absolute;
		display: block;
		right: 12px;
		top: 0;
		cursor: pointer;
		height: 50px;
		padding: 0 30px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow.active
	{
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow.active i:before,
	.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow.active i:after
	{
		background: #c1f310;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i
	{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		width: 11px;
		height: 11px;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i:before
	{
		content: '';
		position: absolute;
		left: 0;
		top: 4px;
		width: 11px;
		height: 3px;
		background: #fff;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		-ms-border-radius: 1px;
		border-radius: 1px;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children .arrow i:after
	{
		content: '';
		position: absolute;
		left: 4px;
		top: 0;
		width: 3px;
		height: 11px;
		background: #fff;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		-ms-border-radius: 1px;
		border-radius: 1px;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .arrow
	{
		padding: 10px 20px 12px;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav ul
	{
		position: relative;
		margin: 0;
		padding: 10px 0px;
		display: none;
		background: #957f67;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav ul:before
	{
		content: '';
		position: absolute;
		right: 31px;
		top: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 8px solid #d8cfbb;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav ul li
	{
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav ul li .arrow
	{
		display: none !important;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav ul li a
	{
		font-size: 14px;
		color: #ffffff;
		font-weight: 500;
		padding: 10px 25px 10px 55px;
		display: block;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav ul li:active > a,
	.mobile_header .top_nav_mobile .main_menu_nav ul li a:hover
	{
		color: #ffff00;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav ul li ul
	{
		display: block;
		background: #a79077;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav ul li ul:before
	{
		display: none;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav ul li ul li a
	{
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav ul li ul li
	{
		position: relative;
		padding: 0 0 0 7px;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav li.current_page_item > a,
	.mobile_header .top_nav_mobile .main_menu_nav li.current-menu-parent > a,
	.mobile_header .top_nav_mobile .main_menu_nav li.current-menu-ancestor > a,
	.mobile_header .top_nav_mobile .main_menu_nav li.current-menu-parent .current-menu-item > a
	{
		color: #c1f310;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav > li.current_page_item.menu-item-has-children > .arrow
	{
		color: #d8cfbb;
	}
	
	.mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-parent.menu-item-has-children > .arrow,
	.mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-ancestor.menu-item-has-children > .arrow,
	.mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-parent.menu-item-has-children > .sub-menu > li.current-menu-item.menu-item-has-children > .arrow,
	.mobile_header .top_nav_mobile .main_menu_nav > li.current-menu-ancestor.menu-item-has-children > .sub-menu > li.current-menu-parent.menu-item-has-children > .arrow
	{
		color: #d8cfbb;
	}

	.mobile_menu > ul ul ul
	{
		display: block;
	}
	
	.footer_widgets_wrapper .widgets.cols_4 aside
	{
		width: 50%;
	}
	
	.vc_row.construction_slider .ls-container
	{
		margin-top: -60px !important;
	}
	
	.vc_row .wpb_column.vc_col-sm-6,
	.vc_row .wpb_column.vc_col-sm-4
	{
		margin-bottom: 50px;	
	}
	
	.vc_row .wpb_column.vc_col-sm-6:last-child,
	.vc_row .wpb_column.vc_col-sm-4:last-child
	{
		margin-bottom: 0px;	
	}	
	
	.wpb_column.vc_col-sm-6 .vc_column-inner
	{
	}
	
	.posts_grid .post_date
	{
		display: none;
	}
	
	.page_404
	{
		text-align: center;
	}
	
	.page_404 h2:before
	{
		display: none;
	}
	
	.page_404 strong
	{
		margin-top: 250px;
	}
	
	.contact_col aside.widget
	{
		padding-top: 70px !important;
		padding-bottom: 44px !important;
	}
	
	.entry-header
	{
		margin-top: -60px;
	}
	
	body.header_style_transparent .icon_text .text strong,
	body.header_style_transparent .header_top .icon_text span,
	body.header_style_transparent .header_socials a
	{
		color: #aaa;
	}
	
	body.header_style_transparent #header
	{
		height: auto;
	}
	
	body.header_style_transparent #header:before
	{
		display: none;
	}
	
	.top_bar
	{
		display: none;
	}
	
	body .testimonials_carousel.disable_carousel.per_row_2 .testimonial .image
	{
		float: none;
		max-width: inherit;
		margin: 0 0 20px;
	}
	
	body .testimonials_carousel.disable_carousel.per_row_2 .testimonial .company
	{
		margin-bottom: 14px;
	}
	
	.ast_projects_wrapper.cols_4 .ast_projects .item,
	.ast_projects_wrapper.cols_3 .ast_projects .item,
	.ast_projects_wrapper.cols_2 .ast_projects .item
	{
		width: 50%;
	}
	
	body .shift-top 
	{
	    top: 30px;
		margin-bottom: 100px !important;
	}

	.woocommerce ul.products
	{
		clear: both;
	}
	
	.woocommerce ul.products:after
	{
		content: "";
		display: table;
		clear: both;
	}
	
	.woocommerce ul.products li.product
	{
		float: left;
		display: table-cell;
		vertical-align: top;
		margin: -1px 0 0;
		padding: 40px 20px;
		position: relative;
		width: 50%;
		border: none;
		border: 1px solid #f2f2f2;
		border-right-color: transparent;
		border-bottom-color: transparent;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	.woocommerce ul.products li.product:hover
	{
		-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
		border-color: #f2f2f2;
		border-top-color: transparent;
		border-bottom-color: transparent;
	}
	
	.woocommerce ul.products li.product.first
	{
		border-left-color: #f2f2f2;
	}
	
	.woocommerce ul.products li.product.last
	{
		border-right-color: transparent;
	}
	
	.woocommerce ul.products li.product:first-child + li.product + li.product
	{
		border-top-color: #f2f2f2;
	}
	
	.woocommerce ul.products li.product:first-child,
	.woocommerce ul.products li.product:first-child + li.product
	{
		border-top-color: transparent;
	}
	 .woocommerce ul.products li.product:nth-child(odd) {
	 border-left-color: transparent;
	}
	 .woocommerce ul.products li.product:nth-child(even) {
	 border-right-color: transparent;
	}
	
	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count
	{
		float: none;
		margin: 0 0 20px;
		padding: 0;
	}
	
	.woocommerce .woocommerce_before_shop_loop .woocommerce-result-count
	{
		padding: 0 0 15px;
	}
	
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering
	{
		float: none;
		margin: 0 0 10px;
		padding: 0;
	}
	
	.woocommerce .woocommerce_before_shop_loop
	{
		padding-bottom: 20px;
	}
	
	.woocommerce ul.products li.product a img
	{
		max-width: 175px;
	}
	
	.woocommerce div.product div.images img,
	.woocommerce #content div.product div.images img
	{
		max-width: 175px;
	}
	
	.info_box.style_3 .info_box_text
	{
		top: 0;
	}
	
	.info_box.style_3 .info_box_text .title .icon
	{
		display: none;
	}
	
	.info_box.style_3 .info_box_text p
	{
		line-height: 16px;
		margin-bottom: 15px;
	}
	
	.info_box.style_9 .info_box_image img
	{
		width: 100%;	
	}
	
	.vc_testimonials.style_3
	{
		background-position: 50%;
	}
	
	.testimonials_carousel.style_3 .testimonial_inner .image
	{
		float: left;
		width: 174px;
		margin-bottom: 0;
		margin-right: 20px;
	}
	
	.ast_services_tabs .service_tab_item
	{
		padding: 0 15px;
	}
	
	.ast_services_tabs .service_tab_item .service_label
	{
		left: 15px;
	}
	
	.ast_gmap_wrapper .gmap_addresses .addresses .item
	{
		border: none;
		padding-right: 30px;
	}

	.staff_member_info_wr .staff_member_info .infos .info .socials ul 
	{
		float: none;
	}

	.staff_member_info_wr .staff_member_info .infos .info:last-child
	{
		margin: 0px;
	}
}