/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

@media screen and (max-width: 1200px) {
	
.center_content {
	width: 950px;
}

#logo img { 
    width: 100%;
}

.header_left {
    width: 630px;
}

.top-widget {
	padding: 0;
}
 
.home_top_right {
    width: 630px;
}

.home_box.hbox2 {
    margin: 0 25px;
}

.home-images {
    margin-left: 16px;   
}


.cont_map {
    width: 660px;
}



.footer_sidebar > .colophon-widget:first-child {
    width: 260px;
}


.footer_sidebar > .colophon-widget:nth-child(2) {
    margin-left: 15px;
}

.footer_sidebar > .colophon-widget:nth-child(3n+3) {
    width: 380px;
}

.copyright {
	 width: 670px;
}

}/*end of 1200px*/



@media screen and (max-width: 980px) {

	body {}
	
.center_content {
    width: 738px;
   
}
	

	.grid, 
	.grid-right {
		float: none;
	}

	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}
	
/*custom css start */

#logo {
    width: 245px;
}

.header_left {
    width: 480px;
}

.top-widget .header_phone {
	font-size: 40px;
}

.main-nav {
margin-top: 5px;
}

.menu a {
	padding: 0 6px;
	height: 40px;
	line-height: 40px;
}

.home_page_top {
 background-position: 40% top;
 	
}

.home_top_right {
    width: 500px;
}


/*#featured*/ .homebox_wrap {
	text-align: center;
}

/*#featured */.home_box {
    display: inline-block;
    float: none;
    margin-bottom: 28px !important;
    vertical-align: top;
}

#featured .hbox_lear_more {
	text-align: center;
}


.home_images_wrap {
	text-align: center;
	padding-bottom: 0;
    padding-top: 30px;
}

.home-images {
    display: inline-block;
    float: none;
    margin: 10px;
}


.cont_map {
    width: 448px;
}

.blog_page_post {
    width: 470px;
}

.blog_page_post .blog_image img {
    max-width: 96%;
}

.bolg_page_sidebar {
    width: 260px;
}

.page_right_image.extra_twoimg.gass_right_image
{
text-align: center;

}

.page_right_image.extra_twoimg.gass_right_image > div {
    display: inline-block;
    margin-top: 10px;
    padding: 0;
}


.footer_sidebar
{
text-align: center;
}

.footer_sidebar > .colophon-widget {
	float: none;
	display: inline-block;
}


.footer_sidebar .widget-title {
	text-align: center;
}

.foot_downpart {
    height: auto;
    line-height: 25px;
    padding: 20px 0;
    text-align: center;
}


.foot_downpart > div {
    float: none;
    text-align: center;
    width: 100%;
}


	/*custom css end */
	
	
	
	

}/*end 980px */

@media screen and (max-width: 767px) {

	body {}

	#logo {
		float: none;
		margin: 0;
	}
	
	.center_content {
	width: 590px;
}

.center_content.gap {
    padding: 0 10px;
    padding-top: 60px;

}

	.grid, 
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}
	
	.top-widget {
		float: none;
		margin: 0 auto 10px auto;
		position: relative;
		text-align: center;
		width: auto;
	}
	
	.top-widget .widget-title {
		text-align: center;
	}
	
	.js .sub-header-menu {
		display: none;
	}
	
	.js .main-nav {
		position: relative;
		background-color: #AF2323;
		clear: both;
		margin: 0 auto;
	}
	
	.js .main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 38px;
		z-index: 1000;
	}
	
	.js .main-nav .menu ul {
		border-radius: 0;
    margin-top: 0;
    padding: 0;
	}
	
	.js .main-nav .menu li {
		float: none;
		/*background-color: #fff;*/
		border: none;
		background-image: url("../../images/menu_bg.png");
		margin: 0;
	}
	
	.js .main-nav .menu li a {
		color: #000;
		font-size: 15px;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
		border-radius: 0;
	}
	
	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #af2323;
		color:#fff;
	}
	
	.js .main-nav .menu li li:hover {
		background: none!important;
	}
	
	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}
	
	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}
	
	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-image: none;
		filter: none;
		background-color:#af2323;
		color:#fff ;
	}
	
	.js .main-nav .menu li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	.js .main-nav .menu li li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	.js .main-nav .menu li li li a::after {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}
	
	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #fff;
	
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
	/*	display: block;
		padding: 5px 40px 5px 10px;
		color: #fff;
		font-weight: 700;
		cursor: pointer;*/
	 color: #fff;
    cursor: pointer;
    display: block;
    font-family: bitterregular;
    font-size: 17px;
    font-weight: normal;
    padding: 8px 0;
    
	}
	
	.js .main-nav a#responsive_menu_button {
		position: absolute;
		display: block;
		top: 0;
		left: 100%;
		height: 30px;
		width: 23px;
		margin-left: -30px;
		background: url('../images/select-icons.png') 0 8px no-repeat;
		cursor: pointer;
	}
	
	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url('../images/select-icons.png') 0 -42px no-repeat;
	}
	
.js .main-nav ul.menu > li:hover > a {
background-color: #af2323;
background-image: none;
color: #ffffff;

}

.js .menu .current_page_item > a,
.js .menu .current-menu-item > a,
.js .menu .current-menu-ancestor > a,
.js .menu .current-menu-parent > a
{
	background-color:#af2323;
	background-image:none;
	 color: #ffffff !important;

}

.js .menu ul.sub-menu li:last-child a {
    border: 0 none;
}
		
	
	.top-menu, 
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}
	
	.tinynav {
		display: block;
	}
	
	.sb-holder {
		display: block;
	}
	
	#author-meta {
		padding: 20px;
	}
	
	.hide-650 {
		display: none;
	}
	
	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
/*custom css start */


.center_content img {
  max-width: 96%;
}


#header .center_content
{
text-align: center;
}

#header .center_content >div
{
float: none;
display: inline-block;
}

.header_left {
	margin-top: 20px;
    width: 100%;
}

.menu ul {
	width: 100%;
}

.menu ul.sub-menu li:first-child a {
    border-radius:0;
}
.menu ul.sub-menu li:last-child a {
    border-radius:0;
}

.page_top_part h1 {
	padding: 30px 0;
}



.about_page {
    padding-bottom: 50px;
}

.extar_page_content {
text-align: center;
margin-bottom: 20px;
}

.extra_loop_page .extar_page_content:nth-last-child(2) {
    margin-bottom: 50px;
}


.extar_page_content > div {
    display: inline-block !important;
    padding: 0 !important;
    text-align: center;
    margin-top: 18px;
}

.extar_page_content .page_left_image {
	width: 300px;
}


.extar_page_content .page_right_image {
    width: 300px;
}


.extar_page_content .extra_twoimg > div {
    display: inline-block;
    margin-top: 20px;
   padding: 0 !important;
    vertical-align: top;
    width: 100%;
}

.extra_center_image_wrap > div {
    width: 300px !important;
    margin: 0 !important;
}


.blog_page, .single_post, .archive_post {
    text-align: center;
}

.bolg_page_sidebar {
    display: inline-block;
    float: none;
    width: 260px;
}

.blog_page_post {
    display: inline-block;
    float: none;
    width: 100%;
}

.blog_page_post .main_title {
    line-height: 27px;
}


.contact_details
{
text-align: center;
}

.contact_details > div {
    display: inline-block;
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}



.main_contact_form {
    display: inline-block;
    width: 100%;
}


.time_img, .author_img {
    width: 13px !important;
}

.wpcf7 .ajax-loader {
    width: 16px;
}

.footmap_overlay {
    width: 124px !important;
}


/*custom css end */	
	
}/*end of 767px */




@media screen and (max-width: 619px) {

	body {}
	
	.center_content {
	width: 460px;
	padding: 0 10px;
}

	#logo {
		float: none;
		text-align: center;
	}

	.grid, 
	.grid-right {
		float: none;
	}
	
	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}
	
	.featured-title {
		font-size: 40px;
		padding: 40px 20px 0 20px
	}
	
	.featured-subtitle {
		font-size: 24px;
	}
	
	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.menu ul, 
	.menu li, 
	.top-menu, 
	.footer-menu li, 
	.sub-header-menu li {
		float: none;
		text-align: center;
		text-rendering: optimizeSpeed;
	}
	
	.hide-480 {
		display: none;
	}
	
	.show-480 {
		display: block;
	}
	
	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
	
/* custom css start */

.home_top_right {
    width: 100%;
}	

.home_page_top {
    background-position: 24% top;
}	
	
	
}

@media screen and (max-width: 479px) {
	
	body {}
	
	.center_content {
	width: 300px;
	padding: 0 10px;
}
	
	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}
	
	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}
	
	.show-320 {
		display: block;
	}
/*custom css start */

.home_top_right h2 {
	 font-size: 24px;
}

p.free_consultation_button a {
	 height:auto;
	 line-height: 22px;
	 width: 260px;
	 padding: 12px;
	 background-color: #e42a2b;
    background-image: none;
}

.home_box p {
	font-size: 16px !important;
	margin: 0;
	}
.home_box p.box_title {
    color: #285e88;
    font-size: 21px !important;
     margin-bottom: 20px;
}

.home_box {
    margin-left: 0 !important;
    margin-right: 0 !important;
}	

 .hbox_lear_more {
    margin: 20px !important;
    text-align: center;
}


.footer_sidebar .colophon-widget {
    margin: 0 !important;
    width: 100% !important;
    padding-top: 30px !important;
}
	
.footer_contact_form .field_left {
    float: none;
    margin-right: 0;
    width: 100%;
}

.footer_contact_form .field_right {
    float: none;
    width: 100%;
}	

.footer_contact_form .field_left input[type="tel"] {
    padding: 0 9px;
    width: 94%;
}

.footer_contact_form .field_left p:last-child input {
    margin-bottom: 0;
}

.footmap_overlay {
	left: 22px;
	top: 30px;
}
	

/*custom css end */	



}/*end of 619px*/

@media screen and (max-width: 240px) {
	
	body {}
	
	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}
	
	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}
	
	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"], 
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}
	
	.widget-title,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}
	
	.hide-240 {
		display: none;
	}
	
	.show-240 {
		display: block;
	}
}