
/* MAX 1200px */

	@media only screen and (max-width: 1200px){
	
		/*.nav-inner {
			padding: 0 20px;
		}*/
		
		.nav-position-side .owl-nav {
			display: none;
		}
		
		

	}
	
/* MAX 1100px */
	
	@media only screen and (max-width: 1100px){
		
		/* Call to Action */
		
		.vntd-cta a {
			padding: 15px 28px;
		}
		
		/* Page Layout */
		
		.page-holder .page_inner {
			width: 71%;
		}
		.page_sidebar {
			width: 29%;
		}
		
		/* Blog */
		
		.page-layout-sidebar_right .blog-style-aligned .blog-post-inner {
			padding: 15px 20px;
		}
		
		.page-layout-sidebar_right .blog-style-aligned .read-more-post {
			bottom: 15px;
			font-size: 12px !important;
			padding: 7px 14px !important;
		}
		
		
		.page-layout-sidebar_right .blog-style-aligned .blog-post-inner,
		.page-layout-sidebar_right .blog-style-aligned .post-media-container {
			width: 100%;
			float: none;
			position: relative;
			top: auto;
			bottom: auto;
		}
		
			.page-layout-sidebar_right .blog-style-aligned .blog-post-inner {
				padding: 15px 20px;
			}
		
		.page-layout-sidebar_right .blog-style-aligned h2.blog-post-title {
			font-size: 25px;
			margin-bottom: 8px !important;
		}
		
		.page-layout-sidebar_right .blog-style-aligned .details {
			font-size: 14px;
		}
		
		.page-layout-sidebar_right .blog-style-aligned .read-more-post {
			bottom: 10px;
			font-size: 10px !important;
			padding: 6px 14px !important;
		}
		
		.page-layout-sidebar_right .blog-style-aligned .vntd-meta-section {
			font-size: 13px;
			border-bottom: 1px solid rgba(0,0,0,0.04);
			margin-bottom: 8px;
			padding-bottom: 8px;
		}
		
		.page-layout-sidebar_right .blog-style-aligned .details {
			font-size: 13px;
		}
		
		.page-layout-sidebar_right .blog-style-aligned .read-more-post {
			font-size: 12px !important;
			padding: 8px 17px !important;
		}
		
		/* Blog Grid */
		
		.grid-cols-4 .vntd-grid-item {
			width: 31%;
		}
		
		.blog-style-thumb_bg .grid-cols-4 .vntd-grid-item {
			width: 33.33%;
		}
		
		/* Veented Slider */
		
		.veented-slide h2 {
			font-size: 55px !important;
		}
		
		.veented-slide-paragraph {
			font-size: 17px;
		}
		
		.veented-slide-buttons a.btn {
			font-size: 14px;
			padding: 13px 25px;
		}
		.nav-bottom .nav-menu{ width:80%; position: relative;}
		.sectn_one{ width:100%; float: left; background:#F5C44A;}
		
	}




/* MAX 1000px */

	@media only screen and (min-width: 1001px){
		#navigation-mobile {
			display: none !important;
		}
	}

	@media only screen and (max-width: 1000px){
	
		
		#navigation {
			height: 82px;
		}
		
		#navigation_sticky {
			display: none;
		}

		/* Navigation */
		.mobile-nav-button{
			display: block;
		}
		
			#nav-bottom,
			.nav-extra-right {
				display: none;
			}

		.nav-inner div.nav-menu{
			/*display: none;*/
			top:100%;
			width: 100%;
			position: absolute;
			left:0;
			float: none;
			height: 0px;
			/*min-height: 400px;*/
			overflow: hidden;
			padding: 0px 20px;
			background: #fff;
		}

		.nav-inner div.nav-menu ul.nav{
			display: block;
			top:0;
			width: 100%;
			height: auto;
			float: none;
		}

		.first-nav.white-nav .nav-inner div.nav-menu ul.nav{
			color:#1f1f1f;
		}

		.nav-inner div.nav-menu ul.nav li{
			display: block;
			top:0;
			width: 100%;
			float: none;
			padding:0;
			clear: both;
		}

		.nav-inner div.nav-menu ul.nav li a{
			display: block;
			top:0;
			width: 100%;
			/*padding:0 15px;*/
			height: auto;
			line-height: 44px;
			margin: 0px;
			border-top:1px solid rgba(137,137,137,0.1);
		}
		
			ul.nav > li.menu-item-has-children > a:after {
				content: "\f107";
				font-family: FontAwesome;
				-webkit-font-smoothing: antialiased;
				text-indent: 0px;
				width: auto;
				border: 0px !important;
				height: 44px;
				top: 0px;
				right: 0px;
				font-size: 18px;
				color: #666;
			}

		.nav-menu ul.dropdown-menu{
			position: relative;
			width: 100%;
		}

		.nav-inner div.nav-menu ul.dropdown-menu li a{
			padding:0 25px;
		}
		
		/* Navigation Minimal 1 */
		
		.style-minimal1 .nav-inner .logo {
			padding: 20px 0px;
		}
		
		#site-navigation.style-minimal1 .nav-inner .logo img,
		#site-navigation.style-minimal2 .nav-inner .logo img {
			margin: 0px;
		}
		
		/* Navigation Minimal 2 */
		
		.header-style-minimal2 .mobile-nav-button-popup {
			left: auto;
			right: 15px;
			top: 24px;
		}
		
		
		/* Page Layout */
		
		.page-holder .page_inner {
			width: 66%;
		}
		.page_sidebar {
			width: 34%;
		}
		
		/* Veented Slider */
		
		.veented-slide-inner {
			/*padding: 0 40px;*/
		}
		
		h2.veented-slide-title {
			font-size: 48px !important;
			margin-bottom: 4px;
		}
		
		.veented-slide-paragraph {
			max-width: 480px;
			font-size: 16px;
			margin-bottom: 18px;
		}
		
		.veented-slide-buttons a.btn {
			font-size: 13px;
			padding: 12px 22px;
		}
		
		.veented-slide .veented-slide-button2 {
			margin-left: 17px;
		}
		
		.veented-slider .swiper-button-next {
			right: 2px !important;
		}
		
			.veented-slider .swiper-button-prev {
				left: 2px !important;
			}

		/* Custom Boxes */
		
		
		/* Contact Form */
		
		.contact-form-left {
			width: 200px
		}
		
		.contact-form-right {
			padding-left: 225px;
		}
		
		/* Testimonials arrows */
		
		.vntd-testimonials-tabs .testimonial-content-arrow {
			display: none;
		}
		
		.vntd-testimonials-tabs .testimonial-item.active-item .testimonial-avatar img {
			width: 70px !important;
			height: 70px !important;
		}
		
			.vntd-testimonials-tabs .testimonial-avatar,
			.vntd-testimonials-tabs .testimonial-meta{
				width: 72px;
			}
			
			.vntd-testimonials-tabs .testimonial-avatar {
				height:70px;
			}
			
			.vntd-testimonials-tabs .testimonial-content {
				height: auto;
				width: 90%;
			}
			
			.vntd-testimonials-tabs {
				padding-top: 120px;
			}
			
			.vntd-testimonials-tabs .testimonial-meta {
				padding-top: 0px;
			}
			
		/* Call to Action */
		
		.vntd-cta .inner-margin > div {
			float: none;
			width: 100%;
			text-align: center;
		}
		
			#page-content .vntd-cta a {
				margin-top: 22px;
				padding: 14px 28px;
				font-size: 16px;
			}
			
			.vntd-cta {
				padding: 40px 35px 35px;
			}
			
			.vntd-cta .cta-button2 {
				margin-left: 18px;
			}
			
			#page-content .cta-right {
				padding-left: 15px;
			}
			
			.vntd-cta.cta-with-subtitle h1 {
				margin-top: -2px;
			}
			
		/* Pie Charts */
		
		.vc_pie_chart.pie-style2 .vc_pie_chart_value:after {
			font-size: 80px;
		}
		
			.vc_pie_chart.pie-style2 .vc_pie_chart_value:after {
				font-size: 48px;
			}
			
			.vc_pie_chart.pie-style1 .wpb_pie_chart_heading {
				font-size: 17px;
				margin-bottom: -40px;
			}
			
		/* Blog */
		
		/* Blog */
		
		.blog-style-aligned .vntd-meta-section {
			font-size: 12px;
			margin-bottom: 8px;
			padding-bottom: 8px;
		}
		
		.blog-style-aligned .details {
			font-size: 13px;
		}
		
		.blog-style-aligned h2.blog-post-title {
			font-size: 24px;
		}
		
	}
	
/* MAX 960 */

	@media only screen and (max-width: 960px){
	
	/* Blog Grid */
	
	.grid-cols-4 .vntd-grid-item,
	.grid-cols-3 .vntd-grid-item {
		width: 47%;
	} 
	
	.blog-style-thumb_bg .grid-cols-4 .vntd-grid-item,
	.blog-style-thumb_bg .grid-cols-3 .vntd-grid-item {
		width: 50%;
	}

	}
	
/* MAX 860 */

	@media only screen and (max-width: 860px){

	
	/* Blog Style Aligned */
	
	.blog-style-aligned .blog-post-inner {
		padding: 12px 14px;
		width: 43%;
	}
	
	.blog-style-aligned .post-media-container {
		width: 57%;
	}
	
	.blog-style-aligned h2.blog-post-title {
		font-size: 20px;
		margin-bottom: 5px !important;
	}
	
	.blog-style-aligned .details {
		font-size: 12px;
	}
	
	.blog-style-aligned .read-more-post {
		bottom: 10px;
		font-size: 10px !important;
		padding: 6px 14px !important;
	}
	
	.blog-style-aligned .vntd-meta-section {
		font-size: 11px;
		border: 0px;
		margin-bottom: 6px;
		padding-bottom: 0px;
	}
	
	}


/* MAX 768px */

	@media only screen and (max-width: 768px){
		
		/* Columns */
		
		#page-content .wpb_column:not(.vc_col-sm-12) {
			padding-left: 15px !important;
			padding-right: 15px !important;
			margin-bottom: 35px;
		}
		
			#page-content .wpb_column.vc_col-sm-12 {
				margin-bottom: 0px;
			}
		
		section > .wpb_row {
			background-size: initial;
		}
		
		#topbar {
			display: none;
		}
		
		/* Page Layout */
		
		.page-holder .page_inner {
			width: 100%;
		}
		.page_sidebar {
			width: 100%;
			padding: 0px !important;
			margin-top: 20px;
			margin-bottom: 30px;
		}
		
		/* Typography */
		
		.page-holder h1 {
			font-size: 32px;
		}
		
		/* Counter */
		
		.vntd-counter i {
			font-size: 68px;
		}
		
			.counter-number {
				font-size: 62px;
			}
			
			.vntd-counter h6 {
				font-size: 16px;
			}
			
		/* Icon Boxes */
		
		.vntd-icon-box {
			margin-left: auto;
			margin-right: auto;
			max-width: 380px;
		}
		
		.icon-box-medium-right, .icon-box-medium-left, .icon-box-medium-right-light, .icon-box-medium-left-light {
			padding: 0px;			
		}
		
		#page-content .icon-box-icon {
			position: relative !important;
			margin-left: auto !important;
			margin-right: auto !important;
			top: 0px;
		}
		
		#page-content .icon-box-content {
			padding: 0px;
		}
		
		.vntd-icon-box * {
			text-align: center !important;
		}
		
		.vntd-icon-box h3 {
			margin-top: 25px !important;
		}
		
			.icon-description {
				margin: 0 auto;
				max-width: 380px;
			}
			
			.icon-box-boxed-outline {
			  margin-bottom: 60px !important;
			}
			
			.icon-box-boxed-circle {
				padding-top: 0px !important;
				width: 270px !important;
				height: 270px;
			}
			
			
		
		/* Pricing Tables */
		
		.vntd-pricing-box.info-box h3 {
			padding-top: 30px;
			height: auto;
			border-top-left-radius:8px;
			border-top-right-radius:8px;
		}
		
		.vntd-pricing-box {
			border-radius: 8px !important;
		}
		
		ul.pricing-box-features li {
			font-size: 18px;
		}
		
		.vntd-pricing-box.info-box .pricing-box-button {
			height: 8px;
			padding: 0;
		}
		
		ul.pricing-box-features {
			padding: 3px 0px;
		}
		
		/* Special Heading */
		
		.vntd-special-heading {
			margin-bottom: 35px !important;
		}
		
		/* Footer Widgets */
		
		#footer-widgets {
			padding-top: 50px;
		}
		
		#footer-widgets .inner > div {
			width: 50%;
		}
		
		/* Contact Form */
		
		.contact-form-left,
		.contact-form-right {
			float: none;
			width: 100%;
			padding: 0px;
		}
		
		/* Testimonials */
		
		.vntd-testimonials-tabs {
			padding-top: 210px;
		}
		
		.vntd-testimonials-tabs .testimonial-meta {
			position: inherit;
		}
		
		.vntd-testimonials-tabs .testimonial-author {
			top: 140px;
		}
		
		/* Images */
		
		.wpb_single_image img {
			margin: 0 auto;
			display: block;
		}
		
		/* Call to Action */
		
		.vntd-cta p {
			margin: 0 auto;
			max-width: 400px;
		}
		
		/* Blog */
		
		.blog-style-bubble .blog-post-details-inner {
			margin-left: 0px;
		}
		
		.blog-style-bubble .blog-post-details-inner .blog-extra-meta {
			margin: auto;
			left: auto;
			right: 0px;
		}
		
			.blog-style-bubble .extra-meta-comments {
				display: none;
			}
			
			.blog-style-bubble .blog-post-details-inner .extra-meta-date {
				border-radius: 4px;
			}
			
			.post ul.comments li {
				padding: 15px;
			}
			
			.comments ul.children {
				padding-left: 15px;
			}
			
			.comment-author-avatar img {
				width: 60px;
				height: 60px;
			}
			
			.post ul.comments li div.comment-text {
				padding-left: 80px;
			}
			
		.blog-style-minimal .details {
			width: 90%;
		}
		
		/* Blog Style Aligned */
		
		.blog-style-aligned .blog-post-inner,
		.blog-style-aligned .post-media-container {
			width: 100%;
			float: none;
			position: relative;
			top: auto;
			bottom: auto;
		}
		
			.blog-style-aligned .blog-post-inner {
				padding: 15px 20px;
			}
		
		.blog-style-aligned h2.blog-post-title {
			font-size: 25px;
			margin-bottom: 8px !important;
		}
		
		.blog-style-aligned .details {
			font-size: 12px;
		}
		
		.blog-style-aligned .read-more-post {
			bottom: 10px;
			font-size: 10px !important;
			padding: 6px 14px !important;
		}
		
		.blog-style-aligned .vntd-meta-section {
			font-size: 11px;
			border-bottom: 1px solid rgba(0,0,0,0.04);
			margin-bottom: 8px;
			padding-bottom: 8px;
		}
		
		.blog-style-aligned .details {
			font-size: 13px;
		}
		
		.blog-style-aligned .read-more-post {
			font-size: 12px !important;
			padding: 8px 17px !important;
		}
		
			
		/* Pie Charts */
		
		.vc_pie_chart .vc_pie_wrapper,
		.vc_pie_chart .vc_pie_chart_value,
		.vc_pie_chart canvas {
			max-width: 380px;
			max-height: 380px;
		}
		
			#page-content .vc_pie_chart .vc_pie_chart_value {
				border-width: 9px;
				line-height: 80px !important;
			}
			
				#page-content .vc_pie_chart.pie-style3 .vc_pie_chart_value {
					border-width: 8px;
				}
			
			#page-content .vc_pie_chart .pie-label-inner {
				font-size: 80px;
				position: absolute;
				left: 0;
				right: 0;
				top: 50%;
				margin-top: -40px;
			}
			
			.vc_pie_chart.pie-style1 .wpb_pie_chart_heading {
				margin-bottom: -65px;
			}
			
			#page-content .wpb_pie_chart_heading {
				font-size: 24px;
			}
			
			.vc_pie_chart.pie-style2 .vc_pie_chart_value:after {
				font-size: 160px;
				top: 50%;
				margin-top: -80px;
				line-height: 160px;
			}
			
		/* Veented Slider */
		
		h2.veented-slide-title {
			font-size: 44px !important;
			margin-bottom: 2px;
		}
		
		.veented-slide-paragraph {
			max-width: 80%;
			font-size: 15px;
			margin-bottom: 14px;
		}
		
		.veented-slide-buttons a.btn {
			font-size: 12px;
			padding: 10px 18px;
		}
		
		.swiper-button-next,
		.swiper-button-prev {
			display: none;
		}
		
		#page-content .veented-slider-holder .inner {
			padding-left: 20px !important;
			padding-right: 20px !important;
		}
		
		.veented-slide .veented-slide-button2 {
			margin-left: 13px;
		}
		
		#page-content .swiper-pagination {
			bottom: 12px;
		}
		
/*======.logo{float: none !important; text-align: center; background: #F5C44A; margin-bottom: -37px;}===*/
		
		.nav-inner
		{
			padding: 0px; 
		}
		
		.topbar-text
		{
			float: none !important;
		}
		.mobile-nav-button
		{
			z-index: 99999;
		}
		
		.bannerimage
		{
			height: auto !important;
			margin-top: 40px !important;
		}
		
		/*---
		
		.mobile-nav-button {margin-top: 169px; background: #010000; width: 100%; text-align: center; color: white; margin-right: -20px;}
		#menu-main-navigation-1{margin-top: 161px;}
		
		----*/
		.feature_img_section .entry-header h2
		{
			font-size: 26px;
		}
		#sidebar h5
		{
			width: 100% !important;
		}
		
.email_hhe{ width:50%; height:100%;   padding-bottom: 27px;}
/*----

.phoneone_hhe{ width:50%; height:100%; }	
.wp-image-2233{ width: 100%; float: left; padding-top: 68px;}	
#navigation-mobile.navigation-mobile-dark{ width:100%; padding:0 10px;}	----*/	

.suburb_dvv {  float: left;  margin: 0;  width: 100%;}	

/*-----

#navigation {height: 56px;}
.mobile-nav-button{ top: 178px; position: absolute; margin-top: auto;}
.nav>li>a:hover, .nav>li>a:focus{  background-color: inherit; color: #fff !important;}
.navigation-mobile ul li a{ line-height:30px;}

----*/

.email_header{ width:33px; height:24px;}			    
.phone_header{width:24px; height:24px;}	

#back-top {display:block !important;}
		
	}


/* MAX 680px */

	@media only screen and (max-width: 680px){
	
		/* Tabs */
		
		#page-content .ui-tabs-nav li {
			float: none;
			margin: 0px;
		}
		
		#page-content .ui-tabs-nav {
			padding: 0px !important;
		}
		
		#page-content .ui-tabs-nav a {
			border-radius: 4px;
		}
		
		/* Blog */
		
		.post-author {
			padding: 15px;
		}
		
		.post-author-avatar img {
			width: 60px;
			height: 60px;
		}
		
		.post-author-info {
			padding-left: 80px;
		}
		
		/* Blog Grid */
		
		.blog-style-grid .blog-inner {
			width: 100%;
		}
		
		.grid-cols-4 .vntd-grid-item,
		.grid-cols-3 .vntd-grid-item,
		.grid-cols-2 .vntd-grid-item,
		.blog-style-thumb_bg .grid-cols-4 .vntd-grid-item,
		.blog-style-thumb_bg .grid-cols-3 .vntd-grid-item {
			width: 100%;
		} 
		.wp-image-2233{ width: 100%; float:none; padding-top: 63px;}	
		
		.suburb_dvv{width: 100%; margin:auto; float: left;}
		.email_hhe{float: left; height:100%; width: 50%;}
		.phoneone_hhe{width: 50%; height:100%}
		#menu-main-navigation-1{ margin-top: 162px;}
		
		#site-navigation{float: left;  width: 100%;}
		
		
	}

/* MAX 600px */

	@media only screen and (max-width: 600px){

		/* Page Content */
		section.page-content .page-content-inner .content-left,
		section.page-content .page-content-inner .content-right,
		.vntd-cta .content-left,
		.vntd-cta .content-right {
			width: 100%;
			max-width: 100%;
			text-align: center;
			float: none;
		}

		#footer-widgets .inner > div {
			width: 100%;
		}
		
		/* Typography */
		
		.page-holder h1 {
			font-size: 30px;
		}
		
		/* WooCommerce */
		
		#vntd-woocommerce-filters,
		#vntd-woocommerce-filters > li {
			float: none;
			width: 100%;
		}
		
		#vntd-woocommerce-filters > li.product-order {
			margin: 5px 0px;
			width: 100%;
		}
		
		#vntd-woocommerce-filters > li.product-order i {
			float: none;
			margin: 0 auto;
		}
		
		#vntd-woocommerce-layout-switcher {
			display: none;
		}
		
		

	}



	@media only screen and (max-width: 600px) and (min-width: 451px)
	{
		#footer-widgets
		{
			text-align: center;
		}
		.bar ul.menu li a:before
		{
			display: none;
		}
	}
	@media only screen and (max-width: 568px) 
	{
		.email_hhe{ padding-left:10px; padding-bottom:28px;}
		#menu-main-navigation-1 {  margin-top: 162px;}
		.wp-image-2233 { width: 100%; float: none; padding-top: 63px;}
		
	}
	
/* MAX 480px */

	@media only screen and (max-width: 480px){

		/* Page Title */
		
		#page-title {
			text-align: center;
		}
		
		#breadcrumbs {
			position: relative;
			text-align: center;
			left: 0px;
		}		
		
		ul.products li.product {
			width: 100% !important;
			/*float: none;*/
		}
		
		/* Blog */
		
		.blog-style-minimal .details {
			width: 96%;
		}
		
		/* Veented Slider */
		
		h2.veented-slide-title {
			font-size: 30px !important;
			margin-bottom: 4px;
		}
		
		.veented-slide-paragraph {
			font-size: 11px;
			margin-bottom: 11px;
		}
		
		.veented-slide-buttons a.btn {
			font-size: 10px;
			padding: 6px 12px;
		}
		
		.veented-slide .veented-slide-button2 {
			margin-left: 9px;
		}
		
		.swiper-button-next,
		.swiper-button-prev {
			display: none;
		}
		.suburb_dvv
		{
			margin: 5px auto 0;
		}
		.copyright
		{
			font-size: 13px;
		    text-align: center;
		}
		
		.wp-image-2233{width: 100%; padding-top:50px; }
		.suburb_dvv{text-align: left; width:100%;  margin:0 auto;}
		.topbar-text{float: left !important;}
		.topbar-text{width: 100%; margin-top:auto;}
		.email_hhe{ width:100%; padding:0 10px;}
		.phoneone_hhe{width:100%; padding:0 10px;}
		.fa.fa-bars:nth-child(1) { color: #fff;}
		.mobile-nav-button{top: 207px;}
		#menu-main-navigation-1 {  margin-top: 190px;}
		
		
		
	}
	
	
@media only screen and (max-width: 414px){
	.wp-image-2233 { padding-top: 50px; width: 100%;}
			
	
	}	
@media only screen and (max-width: 375px){

.wp-image-2233 { padding-top: 50px; width: 100%;}
	}	
	
	/* MAX 320px */

	@media only screen and (max-width: 320px){

		
		.suburb_dvv{text-align: left; width:100%; float: left;}
		.topbar-text{float: left !important;}
		.topbar-text{width: 100%; margin-top:auto;}
		.email_hhe{ width:100%; padding:0 10px;}
		.phoneone_hhe{width:100%; padding:0 10px;}
		.suburb_dvv{margin: 0 auto;}		
		.wp-image-2233 { padding-top: 50px; width: 100%;}
		#menu-main-navigation-1 { margin-top: 190px;}
		

	}
	
	#back-top {bottom: 3px;}
	
@media only screen and (max-width:1200px) 
{
	html, body {position:relative !important; overflow-x:hidden !important; -webkit-overflow-scrolling: touch;}
}
/* ipad */
@media only screen and (min-width:1024px) and (max-width:1100px) 
{
	
	/*====home=====*/
	.nav-inner {margin: 0 auto; max-width: 960px; padding: 0;}
	.nav-bottom .nav-menu { width: 78%;}
	.nav-bottom .nav > li > a {font-size: 15px; letter-spacing: 1px; line-height: 40px; padding: 0 17px;}
	.nav-inner .logo {top: 65%; width: 18%;}
	.nav-bottom {height: 71px; margin-top: -38px;}
	.topbar-text {float: right !important; margin-top: 12px;}
	.phoneone_hhe {height: 45px; line-height: 18px; padding: 0 0 0 55px;}
	.welcome_area {font-size: 27px; line-height: 32px; margin: 0 0 7px !important;}
	section > .wpb_row {background-size: 100% auto;}	
	.vntd-icon-box .icon-box-content p { font-size: 14px; margin-bottom: 0; min-height: 100px;}
	#footer-widgets .col-xs-3:nth-of-type(3) {width: 26%;}
	#footer-widgets .container .inner .col-xs-3:last-child {width: 32%;}
	.footer.footer-classic .inner {width: 75%; float:left;}
	#back-top {bottom: 4px; right: 30px; display: block !important;}	
	
	/*---inner---*/
	.feature_img_section .entry-header {margin: -14.5% auto 9%;}
	.vntd-section-default .vc_custom_1456492225790 {padding-bottom: 0 !important;}
	
}
@media only screen and (min-width:800px) and (max-width:1023px)
{
		/*====home=====*/
	.nav-inner {margin: 0 auto; max-width: 740px; padding: 0;}	
	.nav-bottom .nav-menu {float: right !important; overflow: inherit !important; position: relative !important; top: 0 !important; width: 81% !important;}
	.nav-bottom .nav > li > a {font-size: 13px; letter-spacing: 1px; line-height: 39px !important; padding: 0 8px;}
	.nav-inner .logo {top: 55%; width: 19%; float: left !important;}
	
	.nav-bottom {height: 71px; margin-top: -55px;}
	.topbar-text {float: right !important; margin-top: 8px;}
	.phoneone_hhe {background-position: left 2px !important; background-size: 28% auto !important; height: 45px; line-height: 18px !important; padding: 0 0 0 45px;}
	.welcome_area {font-size: 22px !important; line-height: 30px; margin: 0 0 7px !important;}
	section > .wpb_row {background-size: 100% auto;}	
	.vntd-icon-box .icon-box-content p {font-size: 15px; line-height: 22px; margin-bottom: 10px; min-height: 106px;}
	#footer-widgets .container .inner .col-xs-3:last-child {margin-right: 0 !important; width: 30%;}
	#footer-widgets .col-xs-3:nth-of-type(3) {width: 33%;}
	.footer.footer-classic .inner {float: left; padding-right: 0; width: 93%;}
	#footer-widgets .inner > div {margin-right: 40px !important; padding: 0 !important; width: 25%;}
	#back-top {bottom: 6px; height: 36px; right: 16px; width: 36px; display: block !important;}
	
	/*---nav---*/
	.mobile-nav-button {display: none;}
	#nav-bottom, .nav-extra-right {display: block;}
	.navigation-mobile ul li {border-right: 1px solid #5a5959 !important; float: left !important;}
	.nav-inner div.nav-menu ul.nav li {clear: none; display: inline; float: left; padding: 0; top: 0; width: auto !important;}
	#navigation {height: 110px;}
	
	/*---inner---*/
	.bannerimage {height: auto !important; margin-top: -19px !important;}
	.feature_img_section .entry-header { margin: -16% auto 9%; text-align: center !important;}
	.nav-bottom {height: 40px; margin-top: -55px;}
	.nav-inner .logo {float: left !important; top: 55%; width: 19%;}
	.page-id-17 .page-holder .wpb_wrapper iframe {width: 100%;}
	h3 {font-size:24px;}
	
	.page-id-2144 .vntd-accordion .wpb_accordion_header a {font-size: 13px !important; line-height: 18px; padding-bottom: 12px !important; padding-left: 35px !important; padding-top: 12px !important;}
	.page-id-2144 .vntd-accordion .wpb_accordion_header {font-size: 14px; height: auto; min-height: 40px;}
	.page-id-2144 .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {left: 10px; top: 6px;}
	.vntd-section-default .vc_custom_1456492225790 {padding-bottom: 0 !important;}

	
}
@media only screen and (min-width:768px) and (max-width:799px)
{

	/*====home=====*/
	.nav-inner {margin: 0 auto; max-width: 740px; padding: 0;}	
	.nav-bottom .nav-menu {float: right !important; overflow: inherit !important; position: relative !important; top: 0 !important; width: 81% !important;}
	.nav-bottom .nav > li > a {font-size: 13px; letter-spacing: 1px; line-height: 39px !important; padding: 0 8px;}
	.home .nav-inner .logo {top: 55%; width: 19%; float: left !important;}
	
	.home .nav-bottom {height: 71px; margin-top: -55px;}
	.topbar-text {float: right !important; margin-top: 8px;}
	.phoneone_hhe {background-position: left 2px !important; background-size: 28% auto !important; height: 45px; line-height: 18px !important; padding: 0 0 0 45px;}
	.welcome_area {font-size: 22px !important; line-height: 30px; margin: 0 0 7px !important;}
	section > .wpb_row {background-size: 100% auto;}	
	.vntd-icon-box .icon-box-content p {font-size: 15px; line-height: 22px; margin-bottom: 10px; min-height: 106px;}
	#footer-widgets .container .inner .col-xs-3:last-child {margin-right: 0 !important; width: 30%;}
	#footer-widgets .col-xs-3:nth-of-type(3) {width: 33%;}
	.footer.footer-classic .inner {float: left; padding-right: 0; width: 93%;}
	#footer-widgets .inner > div {margin-right: 40px !important; padding: 0 !important; width: 25%;}
	#back-top {bottom: 6px; height: 36px; right: 16px; width: 36px;  display:}
	
	/*---nav---*/
	.mobile-nav-button {display: none;}
	#nav-bottom, .nav-extra-right {display: block;}
	.navigation-mobile ul li {border-right: 1px solid #5a5959 !important; float: left !important;}
	.nav-inner div.nav-menu ul.nav li {clear: none; display: inline; float: left; padding: 0; top: 0; width: auto !important;}
	#navigation {height: 110px;}
	
	/*---inner---*/
	.bannerimage {height: auto !important; margin-top: -19px !important;}
	.feature_img_section .entry-header { margin: -16% auto 9%; text-align: center !important;}
	.nav-bottom {height: 40px; margin-top: -55px;}
	.nav-inner .logo {float: left !important; top: 55%; width: 19%;}
	.page-id-17 .page-holder .wpb_wrapper iframe {width: 100%;}
	.vntd-section-default .vc_custom_1456492225790 {padding-bottom: 0 !important;}
	
}


@media only screen and (max-width:767px) 
{
	#menu-main-navigation-1 {margin-top: 0;}
	.navigation-mobile ul li a {line-height: 18px;}
	#navigation-mobile {margin-bottom: 22px; padding-bottom: 0;}
	#navigation-mobile.navigation-mobile-dark li a {border-color: #ffffff; color: #ffffff !important; font-weight: normal;}
	#navigation-mobile.navigation-mobile-dark li a:hover {background:#000000;}
	.current-menu-item > a { background: #000000 none repeat scroll 0 0;}
	.bar ul li > a { width: 100%;}
	.section-default-width .wpb_wrapper iframe {width: 100%;}
	#back-top {display: block !important;}
	
}

/*mobile */
@media only screen and (min-width:737px) and (max-width:767px)
{
}
@media only screen and (min-width:671px) and (max-width:736px)
{
	.nav-inner .logo {float: none; margin: 0 auto !important; top: 57%; width: 16%;}
	.phoneone_hhe {background-position: left 4px !important; background-size: 20% auto !important; height: auto; line-height: 20px !important; padding-left: 46px; position: absolute; top: 19px; width: 32%;}
	.wp-image-2233 {float: none; margin-top: -12px !important; padding-top: 0; width: 100%;}
	#navigation {height:90px;}
	.page-holder h1 {font-size: 20px; line-height: 32px; margin-top: 0 !important;}
	#footer-widgets .inner > div {margin-right: 30px !important; width: 50%;}
	#footer-widgets .col-xs-3:nth-of-type(3) {padding-right: 0; width: 36%;}
	#footer-widgets { padding-top: 30px;}
	#footer-widgets .container .inner .col-xs-3:last-child {margin-right: 0; width: 100%;}
	.footer-light .menu-footer-1-container .menu {margin-bottom: 0;}
	.copyright.subpixel {width: 90%;}
	.copyright {font-size: 15px; line-height: 40px;}
	#back-top {bottom: 6px; right: 20px;}
	.mobile-nav-button {top: 44%;}
	
			/*---inner---*/
	.bannerimage {height: auto !important; margin-top: -11px !important;}
	.feature_img_section .entry-header { margin: -15.5% auto 9%; text-align: center !important;}
	.feature_img_section .entry-header h2 {font-size: 18px;}
	
	h3 {font-size: 24px;}
	.vntd-section-default .vc_custom_1456492225790 {padding-bottom: 0 !important;}
	
}
@media only screen and (min-width:570px) and (max-width:670px)
{
	.nav-inner .logo {float: none; margin: 0 auto !important; top: 66%; width: 20%;}
	.phoneone_hhe {background-position: left 4px !important; background-size: 20% auto !important; height: auto; line-height: 20px !important; padding-left: 43px; position: absolute; top: 22px; width: 32%;}
	.wp-image-2233 {float: none; margin-top: -23px !important; padding-top: 0; width: 100%;}
	#navigation {height: 85px;}
	.page-holder h1 {font-size: 19px; line-height: 28px; margin-top: 0 !important;}
	#footer-widgets .inner > div {margin-right: 0 !important; width: 50%;}
	#footer-widgets .col-xs-3:nth-of-type(3) {padding-right: 0; width: 50%;}
	#footer-widgets { padding-top: 30px;}
	#footer-widgets .container .inner .col-xs-3:last-child {margin-right: 0; width: 100%;}
	.footer-light .menu-footer-1-container .menu {margin-bottom: 0;}
	.copyright.subpixel {width: 90%;}
	.copyright {font-size: 16px; line-height: 27px;}
	#back-top {bottom: 13px; right: 20px;}
	
		/*---inner---*/
	.bannerimage {height: auto !important; margin-top: -22px !important;}
	.feature_img_section .entry-header { margin: -16% auto 9%; text-align: center !important;}
	.feature_img_section .entry-header h2 {font-size: 18px;}
	
	h3 {font-size: 22px;}
	.page-id-2144 .vntd-accordion .wpb_accordion_header a {font-size: 13px !important; line-height: 18px; padding-bottom: 12px !important; padding-left: 35px !important; padding-top: 12px !important;}
	.page-id-2144 .vntd-accordion .wpb_accordion_header {font-size: 14px; height: auto; min-height: 40px;}
	.page-id-2144 .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {left: 10px; top: 6px;}
	.vntd-section-default .vc_custom_1456492225790 {padding-bottom: 0 !important;}
	
}
@media only screen and (min-width:486px) and (max-width:569px)
{
	.nav-inner .logo {float: none; margin: 0 auto !important; top: 66%; width: 20%;}
	.phoneone_hhe {background-position: left 3px !important; background-size: 25% auto !important; height: auto; line-height: 20px !important; padding-left: 45px; position: absolute; top: 15px; width: 32%;}
	.wp-image-2233 {float: none; margin-top: -22px !important; padding-top: 0; width: 100%;}
	#navigation {height: 70px;}
	.page-holder h1 {font-size: 19px; line-height: 28px;}
	#footer-widgets .inner > div {margin-right: 0 !important; width: 50%;}
	#footer-widgets .col-xs-3:nth-of-type(3) {padding-right: 0; width: 50%;}
	#footer-widgets { padding-top: 30px;}
	#footer-widgets .container .inner .col-xs-3:last-child {margin-right: 0; width: 100%;}
	.footer-light .menu-footer-1-container .menu {margin-bottom: 0;}
	.copyright.subpixel {width: 90%;}
	.copyright {font-size: 16px; line-height: 27px;}
	#back-top {bottom: 13px; right: 20px;}
	
	/*---inner---*/
	.bannerimage {height: auto !important; margin-top: -22px !important;}
	.feature_img_section .entry-header { margin: -18% auto 9%; text-align: center !important;}
	.feature_img_section .entry-header h2 {font-size: 18px;}
	
	h3 {font-size: 22px;}
	.page-id-2144 .vntd-accordion .wpb_accordion_header a {font-size: 13px !important; line-height: 18px; padding-bottom: 12px !important; padding-left: 35px !important; padding-top: 12px !important;}
	.page-id-2144 .vntd-accordion .wpb_accordion_header {font-size: 14px; height: auto; min-height: 40px;}
	.page-id-2144 .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {left: 10px; top: 6px;}
	.vntd-section-default .vc_custom_1456492225790 {padding-bottom: 0 !important;}
	
}
@media only screen and (min-width:415px) and (max-width:485px)
{
	.nav-inner .logo {float: none; margin: 0 auto !important; top: 65%; width:22%;}
	.phoneone_hhe {background-position: left 2px !important; background-size: 24% auto !important; height: auto; line-height: 16px !important; padding-left: 38px; position: absolute; top: 18px; width: 35%;}
	.wp-image-2233 {float: none; margin-top: -17px !important; padding-top: 0; width: 100%;}
	#navigation {height:70px;}
	.page-holder h1 {font-size: 16px; line-height: 22px; margin-top: 0 !important;}
	#footer-widgets .inner > div {margin-right: 0 !important; width: 100%;  padding-right: 0;}
	#footer-widgets .col-xs-3:nth-of-type(3) {padding-right: 0; width: 100%;}
	#footer-widgets { padding-top: 30px;}
	#footer-widgets .container .inner .col-xs-3:last-child {margin-right: 0; width: 100%;}
	.footer-light .menu-footer-1-container .menu {margin-bottom: 0;}
	.copyright.subpixel {width:82%;}
	.copyright {font-size: 13px; line-height: 23px;}
	#back-top {bottom: 9px; right: 20px;}
	.mobile-nav-button {top: 35px;}
	.nav-inner .mobile-nav-button .fa.fa-bars::before {color: #666666 !important;}
	.sectn_one .phone_hjd {font-size: 14px;}
	#menu-main-navigation-1 {margin-top: 0px;}
	#navigation-mobile {margin-bottom: 16px;}
	
		/*inner*/
	.bannerimage {height: auto !important; margin-top: -16px !important;}
	.feature_img_section .entry-header h2 {font-size: 18px;}
	.feature_img_section .entry-header { margin: -2% auto 4%; text-align: center !important;}
	
	h3 {font-size: 22px;}
	.page-id-2144 .vntd-accordion .wpb_accordion_header a {font-size: 13px !important; line-height: 18px; padding-bottom: 12px !important; padding-left: 35px !important; padding-top: 12px !important;}
	.page-id-2144 .vntd-accordion .wpb_accordion_header {font-size: 14px; height: auto; min-height: 40px;}
	.page-id-2144 .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {left: 10px; top: 6px;}
	.vntd-section-default .vc_custom_1456492225790 {padding-bottom: 0 !important;}
	
}
@media only screen and (min-width:376px) and (max-width:414px)
{
	.nav-inner .logo {float: none; margin: 0 auto !important; top: 65%; width:25%;}
	.phoneone_hhe {background-position: left 2px !important; background-size: 24% auto !important; height: auto; line-height: 16px !important; padding-left: 38px; position: absolute; top: 18px; width: 35%;}
	.wp-image-2233 {float: none; margin-top: -15px !important; padding-top: 0; width: 100%;}
	#navigation {height:70px;}
	.page-holder h1 {font-size: 16px; line-height: 24px; margin-top: 0 !important;}
	#footer-widgets .inner > div {margin-right: 0 !important; width: 100%;  padding-right: 0;}
	#footer-widgets .col-xs-3:nth-of-type(3) {padding-right: 0; width: 100%;}
	#footer-widgets { padding-top: 30px;}
	#footer-widgets .container .inner .col-xs-3:last-child {margin-right: 0; width: 100%;}
	.footer-light .menu-footer-1-container .menu {margin-bottom: 0;}
	.copyright.subpixel {width:82%;}
	.copyright {font-size: 13px; line-height: 23px;}
	#back-top {bottom: 9px; right: 20px;}
	.mobile-nav-button {top: 35px;}
	.nav-inner .mobile-nav-button .fa.fa-bars::before {color: #666666 !important;}
	.sectn_one .phone_hjd {font-size: 14px;}
	#menu-main-navigation-1 {margin-top: 0px;}
	#navigation-mobile {margin-bottom: 16px;}
	
		/*inner*/
	.bannerimage {height: auto !important; margin-top: -13px !important;}
	.feature_img_section .entry-header h2 {font-size: 18px;}
	.feature_img_section .entry-header { margin: -4% auto 4%; text-align: center !important;}
	
	h3 {font-size: 22px;}
	.page-id-2144 .vntd-accordion .wpb_accordion_header a {font-size: 13px !important; line-height: 18px; padding-bottom: 12px !important; padding-left: 35px !important; padding-top: 12px !important;}
	.page-id-2144 .vntd-accordion .wpb_accordion_header {font-size: 14px; height: auto; min-height: 40px;}
	.page-id-2144 .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {left: 10px; top: 6px;}
	.vntd-section-default .vc_custom_1456492225790 {padding-bottom: 0 !important;}
	
}
@media only screen and (min-width:321px) and (max-width:375px)
{
	.nav-inner .logo {float: none; margin: 0 auto !important; top: 65%; width:25%;}
	.phoneone_hhe {background-position: left 2px !important; background-size: 20% auto !important; height: auto; line-height: 16px !important; padding-left: 42px; position: absolute; top: 18px; width: 54%;}
	.wp-image-2233 {float: none; margin-top: -8px !important; padding-top: 0; width: 100%;}
	#navigation {height:70px;}
	.page-holder h1 {font-size: 15px; line-height: 22px; margin-top: 0 !important;}
	#footer-widgets .inner > div {margin-right: 0 !important; width: 100%;  padding-right: 0;}
	#footer-widgets .col-xs-3:nth-of-type(3) {padding-right: 0; width: 100%;}
	#footer-widgets { padding-top: 30px;}
	#footer-widgets .container .inner .col-xs-3:last-child {margin-right: 0; width: 100%;}
	.footer-light .menu-footer-1-container .menu {margin-bottom: 0;}
	.copyright.subpixel {width:82%;}
	.copyright {font-size: 13px; line-height: 23px;}
	#back-top {bottom: 9px; right: 20px;}
	.mobile-nav-button {top: 32px;}
	.nav-inner .mobile-nav-button .fa.fa-bars::before {color: #666666 !important;}
	.sectn_one .phone_hjd {font-size: 14px;}
	#menu-main-navigation-1 {margin-top: 0px;}
	
	/*inner*/
	.bannerimage {height: auto !important; margin-top: -13px !important;}
	.feature_img_section .entry-header h2 {font-size: 18px;}
	.feature_img_section .entry-header { margin: -4% auto 4%; text-align: center !important;}
	
		h3 {font-size: 22px;}
	.page-id-2144 .vntd-accordion .wpb_accordion_header a {font-size: 11px !important; line-height: 18px; padding-bottom: 12px !important; padding-left: 35px !important; padding-top: 12px !important;}
	.page-id-2144 .vntd-accordion .wpb_accordion_header {font-size: 14px; height: auto; min-height: 40px;}
	.page-id-2144 .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {left: 10px; top: 6px;}
	.vntd-section-default .vc_custom_1456492225790 {padding-bottom: 0 !important;}
	
}
@media only screen and (min-width:200px) and (max-width:320px)
{
	.nav-inner .logo {float: none; margin: 0 auto !important; top: 65%; width:30%;}
	.phoneone_hhe {background-position: left 3px !important; background-size: 20% auto !important; height: auto; line-height: 16px !important; padding-left: 35px; position: absolute; top: 15px; width: 54%;}
	.wp-image-2233 {float: none; margin-top: -14px !important; padding-top: 0; width: 100%;}
	#navigation {height:65px;}
	.page-holder h1 {font-size: 15px; line-height: 22px; margin-top: 0 !important;}
	#footer-widgets .inner > div {margin-right: 0 !important; width: 100%;  padding-right: 0;}
	#footer-widgets .col-xs-3:nth-of-type(3) {padding-right: 0; width: 100%;}
	#footer-widgets { padding-top: 30px;}
	#footer-widgets .container .inner .col-xs-3:last-child {margin-right: 0; width: 100%;}
	.footer-light .menu-footer-1-container .menu {margin-bottom: 0;}
	.copyright.subpixel {width: 90%;}
	.copyright {font-size: 15px; line-height: 20px;}
	#back-top {bottom: 13px; right: 20px;}
	.mobile-nav-button {top: 32px;}
	.nav-inner .mobile-nav-button .fa.fa-bars::before {color: #666666 !important;}
	.sectn_one .phone_hjd {font-size: 12px;}
	#menu-main-navigation-1 {margin-top: 0px;}
	
	/*inner*/
	.bannerimage {height: auto !important; margin-top: -13px !important;}
	.feature_img_section .entry-header h2 {font-size: 18px;}
	.feature_img_section .entry-header { margin: -4% auto 4%; text-align: center !important;}
	
	h3 {font-size: 20px;}
	.page-id-2144 .vntd-accordion .wpb_accordion_header a {font-size: 11px !important; line-height: 18px; padding-bottom: 12px !important; padding-left: 35px !important; padding-top: 12px !important;}
	.page-id-2144 .vntd-accordion .wpb_accordion_header {font-size: 14px; height: auto; min-height: 40px;}
	.page-id-2144 .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {left: 10px; top: 6px;}
	.vntd-section-default .vc_custom_1456492225790 {padding-bottom: 0 !important;}
	
}
	
	