@media only screen and (max-width:1130px) {
	.tools {
		display: none;
	}
}

@media only screen and (max-width:989px) {
	.container {
		padding: 0 9px;
	}
	.header {
		padding: 0 15px;
		max-height: 90px;
		position: relative;
	}
	.header img {
		max-height: 90px;
	}
	.header nav.main_menu {
		display: none;
	}
	.hidden_menu_btn {
		display: block;
		float: right;
		font-size: 28px;
		background: #21c2f8;
		color: #ffffff;
		border-radius: 3px;
		margin-top: 25px;
		cursor: pointer;
		padding: 0 5px;
		line-height: 34px;
	}
	.hidden_menu_btn:after {
		font-family: FontAweSome;
		content: "\f039";
	}
	.main_menu_mobile {
		position: absolute;
		width: 100%;
		z-index: 9999;
		padding-bottom: 170px;
		background: #FFFFFF;
	}
	.main_menu_mobile>ul {
		background: #ffffff;
		list-style: none;
		padding: 0;
		padding-bottom: 15px;
		margin: 0;
		/* position: absolute;
		left: 0;
		top: 0; */
		width: 100%;
		border: 1px solid #e4e6e7;
		border-left: none;
		border-right: none;
	}
	.main_menu_mobile ul>li {
		border-top: 1px solid #e4e6e7;
	}
	.main_menu_mobile ul li:first-child {
		border-top: none;
	}
	.main_menu_mobile ul>li {
		position: relative;
	}
	.main_menu_mobile ul li a {
		display: block;
		padding: 0 15px;
		line-height: 60px;
	}
	.main_menu_mobile ul li a:hover {
		color: #333333;
	}
	.main_menu_mobile ul li a i {
		float: right;
		line-height: 60px;
	}
	.main_menu_mobile ul>li>a.has_children:after, .main_menu_mobile ul.sub-menu>li>a[tabindex="-1"]:after
		{
		font-family: FontAweSome;
		content: "\f107";
		position: absolute;
		right: 15px;
		top: 0;
	}
	label[for=mobile_search_txt] {
		height: 1px;
		overflow: hidden;
		position: absolute;
		visibility: hidden;
	}
	.main_menu_mobile .sub-menu {
		list-style: none;
		display: none;
		padding: 0 !important;
	}
	.main_menu_mobile .sub-menu ul {
		padding: 0;
	}
	.main_menu_mobile .sub-menu li a {
		padding-left: 30px !important;
	}
	.main_menu_mobile .sub-menu>li>a {
		font-weight: bold;
	}
	.main_menu_mobile .sub-menu>li>ul>li>a:before, .main_menu_mobile .sub-menu>li>a:before
		{
		font-family: FontAwesome;
		font-size: 12px;
		content: "\f111";
		padding-right: 9px;
	}
	.main_menu_mobile .search {
		border-top: none;
		padding: 0 15px;
	}
	.main_menu_mobile .search form {
		position: relative;
		padding: 0;
		margin: 0;
	}
	.main_menu_mobile .search input[type=text] {
		width: 100%;
		font-size: 16px;
		border: 1px solid #e4e6e7;
		padding: 12px 40px 12px 12px;
		box-sizing: border-box;
	}
	.main_menu_mobile .search input[type=submit] {
		border: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 47px;
		height: 47px;
		line-height: 47px;
		font-size: 20px;
		background: transparent;
	}
	.main_menu_mobile .search a {
		display: inline-block;
		position: absolute;
		right: 9px;
		top: 0;
		font-size: 22px;
	}
	.slider {
		height: 350px;
	}
	section.services article {
		width: 100%;
		max-width: 100%;
		margin-bottom: 40px
	}
	section.services article:last-child {
		margin-bottom: 0;
	}
	section.services article .block_head {
		text-align: center;
	}
	footer nav.main_menu {
		display: none;
	}
	.widgets_block {
		max-width: 100% !important;
		margin-right: 0 !important;
		padding: 0 !important;
	}
	.widgets_block aside {
		float: left;
		width: 100%;
		margin-bottom: 9px;
	}
	img.attachment-full {
		width: 100% !important;
		height: auto;
	}
	
	.to_top {
		right: 40px;
	}
}

@media only screen and (max-width:768px) {
	body {
		font-size: 16px;
	}
	section {
		padding: 40px 0 !important;
	}
	section .container {
		padding: 9px 15px;
	}
	section .container article {
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	section .container article:last-child {
		margin-bottom: 0;
	}
	section .container .block_head {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.header {
		padding: 0 15px;
		max-height: 90px;
		position: relative;
	}
	.header img {
		max-height: 90px;
	}
	.header nav.main_menu {
		display: none;
	}
	.hidden_menu_btn {
		display: block;
		float: right;
		font-size: 28px;
		background: #21c2f8;
		color: #ffffff;
		border-radius: 3px;
		line-height: 33px;
		margin-top: 25px;
		cursor: pointer;
	}
	.block_head {
		margin-bottom: 30px !important;
	}
	.slider {
		height: 280px;
	}
	.core_features div article {
		padding: 0;
		margin: 0;
	}
	.feature_blocks article div:last-child {
		padding-right: 0;
		width: 79%;
	}
	.single_img, .img_block_content {
		width: 100%;
	}
	.single_img img {
		max-width: 100%;
	}
	.img_block_content .btns_block {
		text-align: center;
	}
	.tabs.horizontal .tab_links h2 {
		font-size: 16px;
	}
	.tabs.horizontal .tab_links li a {
		padding: 12px 9px;
	}
	.slider__arrows-item--right {
		margin-right: 0;
	}
	.slider__arrows-item--left {
		margin-left: 0;
	}
	.links {
		padding: 12px 0 !important;
	}
	.links h1 {
		width: 100%;
	}
	.links ul {
		float: left;
	}
	.links ul li a {
		padding: 0 9px;
	}
	.search_results .container article {
		padding: 9px;
	}
	.footerwidgets .widgets_block {
		max-width: 100%;
	}
	footer {
		padding: 15px 0 !important;
	}
	footer .container p {
		width: 100%;
		text-align: center;
	}
	.paging {
		display: none;
	}
	.paging_mobile {
		display: block;
	}
	.portfolio article {
		width: 100% !important;
		padding: 0 !important;
	}
	.blog_contents {
		width: 100%;
	}
	.blog_contents article {
		padding-right: 0;
	}
	.blog_sidebar {
		margin-top: 30px;
		width: 100%;
	}
	
	.to_top {
		right: 15px;
	}
}

@media only screen and (max-width:480px) {
	.tabs.horizontal .tab_links h2 {
		font-size: 14px;
	}
	.tabs.horizontal .tab_links li a {
		padding: 12px 7px;
	}
}