@media( max-width: 1600px ) {
	#footer:before {
		width: 95%;
	}
	
	#footer:after {
		left: 95%;
		width: 5%;
	}
}

@media( max-width: 1199px ){
	/* md */
	#main_header .header_bottom .header_nav > li:not(:last-child) {
		margin-right: 0;
	}

	#main_header .header_bottom .header_nav > li > a {
		padding: 10px;
	}

	#main_header .main_header .header_nav > li > a, #main_header .main_header .btn {
		margin: 0;
	}

	#banner_section:before {
		width: 5%;
	}

	#banner_section:after {
		left: 5%;
		width: 95%;
	}

	#banner_section .banner_nav {
		left: 10px;
	}

	#testimonials_section .testimonial_nav {
		left: 10px;
	}

	#footer:before {
		width: 95%;
	}

	#footer:after {
		left: 95%;
		width: 5%;
	}
}

@media( max-width: 991px ) {
	/* sm */
	body.home #main_header .main_header {
		position: relative;
		background-color: #2e353d;
		top: 0;
		padding: 15px 0;
	}

	#main_header .main_header .site_logo {
		display: table;
	}

	#main_header .main_header .site_logo .img_container {
		width: 150px;
	}

	#main_header .main_header .site_logo .img_container:after {
		font-size: 12px;
	}

	#main_header .main_header .site_logo .img_container:before {
		content: none;
	}

	#main_header .header_bottom .sched {
		padding-left: 0;
		margin: auto;
	}

	#main_header .header_bottom .sched:before {
		width: 100%;
	}

	#banner_section:before {
		content: none;
	}

	#banner_section:after {
		left: 0;
		width: 100%;
	}

	#banner_section .container {
		padding-top: 50px;
	}

	#banner_section .banner_content {
		width: 100%;
		top: 0;
		bottom: 0;
		transform: none;
	}

	#banner_section .slick-active .banner_content {
		transform: none;
	}

	.group_1:before {
		content: none;
	}

	#whois_section .img_container {
		margin-left: auto;
		margin-right: auto;
	}

	#whois_section .s_title {
		text-align: center;
	}

	#whois_section .s_title:before {
		left: 50%;
		transform: translateX(-50%);
	}

	#whois_section .content {
		text-align: center;
	}

	#whois_section .btn-custom {
		width: 41%;
		margin-right: 30px;
		margin-left: 30px;
	}

	#footer:before {
		width: 100%;
	}

	#footer:after {
		content: none;
	}
	
	.inner_sidebar .sidebar-blog .permalink {
		display: table;
		margin: auto;
	}
}

@media( max-width: 767px ) {
	/* xs */
	#main_header .header_top .top_info {
		margin-bottom: 15px;
	}

	#main_header .header_top .top_info li {
		display: table;
		text-align: center;
		margin: auto;
	}

	#main_header .header_top .socials {
		text-align: center;
	}

	#banner_section .banner_content .pacifico {
		font-size: 25px;
	}

	#services_list_section .box {
		flex-wrap: wrap;
	}

	#services_list_section .box .content {
		width: 100%;
	}

	#services_list_section .box .img_container {
		width: 100%;
	}

	#whois_section .btn-custom {
		display: block;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	#banner_section .img_container .fake_image {
		padding-top: 100%;
	}

	#banner_section .banner_content {
		padding: 40px;
	}

	#about_section .about-main h2 {
		font-size: 30px;
	}

	.s_title {
		font-size: 25px;
	}

	#services_section .services_content p {
		font-size: 25px;
	}

	#contact_section h2 {
		font-size: 40px;
	}

	#footer .footer-top .address {
		font-size: 16px;
	}

	#footer .footer-top .telephone {
		font-size: 24px;
	}

	#footer .box h5 {
		text-align: center;
		margin-top: 2em;
		margin-bottom: .5em;
	}

	#footer .box .site_data {
		padding: 0;
	}

	#footer .box .site_data > li {
		display: table;
		margin: auto;
		margin-bottom: 15px;
		text-align: center;
	}
	
	#footer .box .site_data > li i {
		display: none;
	}

	#footer .box .quick_links {
		text-align: center;
	}

	#footer .box .news_label {
		text-align: center;
	}

	#footer .box .newsletter .btn {
		margin-right: auto;
	}

	#footer .copyright li {
		display: block;
	}

	#footer .copyright li:not(:last-child):after {
		content: none;
	}
}

@media ( max-width: 414px) {
	/* xs portrait */
}

@media ( max-width: 320px ) {
	/* xs smaller portrait */
	.gform_wrapper .ginput_recaptcha > div {
		transform-origin: 0 0;
		transform: scale(.96);
	}
}