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

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

	body {}

	.grid, 
	.grid-right {
		float: none;
	}
	.blog .blog_post .grid {
		float: left;
	}
	
	.blog .post-title {
		font-size: 30px;
		margin: 20px 0 -5px;
	}
	
	
	.submit_btn {
		text-align: center;
	}	

	
	.contact_form_right .wpcf7-submit, .widget-wrapper .wpcf7-form .wpcf7-submit {
		display: inline-block;
		height: 45px;
		margin: 0;
		max-width: 200px;
		width: 100%;
	}

	#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;
	}

}

@media screen and (max-width: 800px) { 
	
	.center_wr {
		padding:0 30px;
	}
	
	.menu li {
		padding-left:20px;
	}
	
	.slider_heading {
		font-size:75px;
	}
	
	
	.slider_subheading {
		font-size: 20px;
	}
	
	.test_home .text {	
		width:86%;
	}
	
	.latest_news_post .text {
		height:auto;
	}
	
	.orange_call_us {
		margin-bottom:45px;
	}
	
	
	.testimonail_latest_news_wr .grid {
		display: inline-block;
		margin-bottom: 45px;
		width: 100%;
	}
	
	.testimonials_wr_home .bx-viewport {
    	height: 181px !important;
	}
	
	
	.footer_widget {
		float: left;
		margin: 25px 1.5% 25px 0;
		width: 31%;
	}
	
	
	.footer_widget4 {
		margin-right: 0 !important;
		width: 50%;
	}
	
	.blue_call_us ,.orange_call_us {
		font-size:26px;
	}
	
.our_works_wr	.bx-wrapper .bx-prev {
		left:-15px;
	}
	
.our_works_wr	.bx-wrapper .bx-next {
		right:-15px;
	}
	
	.our_clients_wr .bx-wrapper .bx-prev, .page_content .bx-wrapper .bx-prev {
		  left: -25px;
	}
	.our_clients_wr .bx-wrapper .bx-next, .page_content .bx-wrapper .bx-next {
		right: -25px;
	}
	
	.wpcf7-form br {
		display: none;
	}
	
	.menu li li {
		 margin: 0 0 0 1% !important;
	}

	.page_titles {
		font-size:30px;
		max-height:none;
		background-repeat:repeat;
		line-height:30px;
	}

}

@media screen and (max-width: 750px) { 
	.menu li {
		padding-left: 13px;
	}
	
	.menu-item-has-children:hover {
        background-position: 40px bottom !important;
    }
	
 }


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

	#logo {
		float: none;
		margin: 8px 0  !important;
		text-align: center;
	}
	.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 {
	background: none repeat scroll 0 0 #BF3415;
    clear: both;
    float: none;
    margin: 0 auto;
    position: relative;
}
	
	.js .main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 30px;
		z-index: 1000;
	}
	
	.js .main-nav .menu ul {
		margin-top: 1px;
	}
	
	.js .main-nav .menu li {
	    background-color: #FFFFFF;
    	border: medium none;
    	float: none;
    	padding: 0 !important;
	}
	
	.js .main-nav .menu li a {
		color: #444444;
		cursor: pointer;
		font-size: 13px;
		font-weight: normal;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		text-align: left;
		text-shadow: none;
	}
	
	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
	}
	
	.js .main-nav .menu li li:hover {
		background: none!important;
	}
	
	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	    color: #000000 !important;
	}
	
	
	
	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.js .main-nav .menu .sub-menu li {
		display: inline;
		margin: 0 !important;
	}
	
	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-image: none;
		color: #FD7E47 !important;
		filter: none;
	}
	
	.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 {
   color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 40px 0 10px;
	}
	
	.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 5px no-repeat;
		cursor: pointer;
	}
	
	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url('../images/select-icons.png') 0 -46px no-repeat;
	}
		
	
	.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;
	}
	
	#logo a img {
		width:196px !important;
		height:76px !important;
	}
	
	#header {
		display: inline-block;
		height: 130px !important;
	}
	
	#top-widget {
		margin:0;
	}
	
	.test_home .text {
		width: 82%;
	}
	
	
	.footer_widget {
		float: left;
		margin: 25px 0;
		text-align: left;
		width: 48%;
	}
	.footer_widget3 {
		clear:both;
	}

	.blue_call_us, .orange_call_us {
		font-size: 22px;
		line-height: 50px;
	}	
	.home_page_content .text h1 {
		font-size:40px;
	}
	
	.widget_simpleimage .title,.customer_testimonials_title, .latest_news_title {
		font-size:25px;
	}
	
	
	}

@media screen and (max-width: 500px) {
	.page_titles { 
		padding: 30px 0; 
	}
	
	.google_map iframe {
		width: 100%;
	}



	body {}

	#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;
	}
	
	.slider_heading {
		font-size: 45px;
		padding: 50px 0 0px;
	}
	
	.slider_subheading {
		font-size: 16px;
	}
	
	.home_page_content .text h1 {
		font-size:30px;
	}
	
	p, hr, dl, pre, form, table, address, blockquote {
		margin: 15px 0;
	}
	
	
	body {
		font-size:14px;
	}
	
	.js .main-nav #responsive_current_menu_item {
		 padding: 5px 40px 5px 10px;
	}
	
	.home_sidebars {
		float: left;
		margin: 20px 0 0;
		max-width: none;
		width: 100%;
	}
	
	
	.test_home .text {
		width: 74%;
	}
	
	.footer_widget {
		width:100%;
		margin-bottom:0;
	}
	
	.bx-wrapper img {
		max-width:300px !important;
		}
		
	.bx-wrapper .bx-controls-direction a {
		background-position: center center !important;
		height: 40px !important;
		margin-top: -25px !important;
	}	
	
	#widgets.home-widgets {
		   margin-top: 30px;
	}
	
	.blue_call_us {
		margin:30px 0;
	}
	
	.our_clients_wr {
		padding:30px;
	}
	
	.home_page_content {
		margin:30px 0;
	}
	

	#slider_wr {
		background-position: center bottom;
		height: 290px;
	}
	.our_works_title {
		padding:0;
	}
	.our_clients_title {
		line-height:48px;
	}
	
	.orange_call_us,.testimonail_latest_news_wr .grid {
	    margin-bottom: 30px;
	}
	.footer_widget4  {
		margin-bottom:25px;
	}
	
	.blue_call_us, .orange_call_us {
		background-repeat: repeat;
		font-size: 22px;
		height: auto;
		line-height: 25px;
		padding: 5px 0;
	}
	
	.portfolio_post .portfolio_image {
		float: none;
		margin-bottom: 30px;
		width: 100%;
	}
	
	.portfolio_post .portfolio_text {
		margin: 0;
		width: 100%;	
	}
	
	
	.portfolio_text span {
		clear: both;
		display: inline-block;
		width: 100%;
	}
	
	
	.portfolio_content .blue_call_us {
		margin: 0 0 50px;
	}
}

@media screen and (max-width: 400px) {
	.blog .blog_post .grid {
		float:none;
	}
	
	.blog .blog_post .grid a img {
		max-width: 200px;
	}
	
	.blog .post-title {
	    margin: 0;
	}
	
	.bx-wrapper img {
		max-width:100% !important;
	}
	
	.our_client_logo > li {
		width:240px !important;
	}
	
	.widget_cnss_widget {
		display: inline-block;
		float: none;
		margin: 0;
		text-align: center;
		width:100%;
	}
	
	table.cnss-social-icon tr td, table.cnss-social-icon, table.cnss-social-icon tr {
		display:inline-block;
		float:none;
	}
	
	.cnss-social-icon a {
		 background-position: center center;
	}
	
	
	#text-2 {
		display: inline-block;
		float: none;
		padding: 0;
		text-align: center;
	}
	
	.top_above_header {
		height: 67px;
	}
	
	
	.slider_heading {
		font-size: 25px;
		line-height: 30px;
		padding: 40px 0 0;
	}

	
	.slider_subheading {
		font-size: 18px;
	}
	

	.request_qoute .btn {
		display: inline-block;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		width: 208px;
	}

	#slider_wr {
		height:220px;
	}
	
	body {}
	
	#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;
	}
	
	
	.testimonials_content .image {
		float: none;
		margin-bottom: 30px;
		margin-right: 0;
		text-align: center;
	}
	
	.test_home .text {
		width: 100%;
	}
	
	.testimonials_wr_home .bx-viewport {
		height: 308px !important;
	}
	
	.our_clients_title ,.our_works_title{
		font-size:40px;
	}
	
}

@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;
	}
}