/*
Theme Name: Counselling Help
Theme URI: www.Scriptevolve.com
Author: SE-Team	
Author URI: 
*/
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color:#404040;
}
p {
	line-height:1.4em;
	color:#404040;
	margin:10px 0;	
}
a {
	outline:none;
	color:#404040;	
}
strong {
	font-weight:bold;
}
body {
	line-height: 1;
	font:12px arial;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear:both;
}

.error {
	float:left;
	border:1px solid #d0c2cb;
	width:540px;
	background:url(./images/error.png) no-repeat 5px 5px;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	padding:10px;
	padding-left:35px;
	margin-top:10px;
}
.error p {
	margin:0;
}
/*
.success {
	float:left;
	border:1px solid #7bc368;
	width:540px;
	background:url(../../images/success.png) no-repeat 5px 5px;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	padding:10px;
	padding-left:35px;
	margin-top:10px;
}
.success p {
	margin:0;
}*/

h2 {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: bold;
}

a.button {
	display:block;
	width:208px;
	height:38px;
	background:url(./images/btn.png) no-repeat;
	color:#FFF;
	text-decoration:none;
	padding:14px 0 0 15px;
	font-size:16px;
}
a.button:hover {
	background-position:bottom;
}

.wrapper {
	margin:auto;
	width:980px;
}
#header {
	height:90px;
}
#header #logo {
	float:left;
	margin-top:15px;
}
#header #info {
	float:right;
	height:84px;
	margin:50px 22px 0 0;
	text-align:right;
}
#header #info a {
	color:#333;
}
#header #info h1 {
	color:#6d0d4b;
	font-size:17px;
}
#header ul#nav {
	float:right;
	width:515px;
}
#header ul#nav li {
	float:left;
	margin:0 5px 0 0;
}
#header ul#nav li a {
	background: url("./images/btn-nav.png") repeat scroll left top transparent;
	color: #781253;
	display: block;
	margin-right: 10px;
	padding: 0 0 0 15px;
	text-decoration: none;
	font-size:19px;
}
#header ul#nav li a.active {
	color:#FFF;
	background-position:left bottom;
}
#header ul#nav li a.active span {
	background-position:right bottom;
}
#header ul#nav a:hover {
	color:#FFF;
	background-position:left bottom;
}

#header ul#nav a:hover span {
	background-position:right bottom;
}

#header ul#nav li span {
	background: url("./images/btn-nav.png") repeat scroll right top transparent;
	display: block;
	height: 33px;
	margin-right: -10px;
	padding: 8px 17px 0 0;
}
#header #call {
	margin:30px 40px 0 190px
}
#header #medicare {
	
}
#content {
	float:left;
	margin-top:10px;
	margin-bottom:40px;
}
#content .c1 {
	float:left;
	background:url(./images/chl_28.png) no-repeat;
	width:604px;
	height:auto;
	margin-right:8px;
	padding:15px 30px 0 15px;
}
/* #content .c2 {
	float:left;
	background:url(./images/chl_30.png) no-repeat;
	width:276px;
	height:230px;
	padding:15px 30px 0 15px; 
} */
#content .c2 {
		background: rgb(238,238,238); /* Old browsers */
		background: -moz-linear-gradient(top, rgb(238,238,238) 0%, rgb(255,255,255) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,238,238)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		height:auto;
		float:left;
		width: 276px;
		border: 1px solid rgb(197, 197, 197);
		padding:15px 30px 2px 15px; 
		border-radius: 5px;
		box-shadow: 1px 1px #ababab;
	
	}

.form_label {
  float: left;
  margin-top: 13px;
  width: 60px;
}
#content .c2 textarea {
	width:190px;
	height:53px;
}
#content .c2 table {
	margin-top:10px;
}

#lightbox_trigger {
	display:none;
}
#lightbox .container {
	float:left;
}
#lightbox img {
	float:left;
	margin-right:20px;
}
#lightbox .content {
	float:left;
	width:620px;
	height:300px;
	overflow:auto;
	border-top:1px solid #b2c437;
	border-bottom:1px solid #b2c437;
	margin:10px 0 10px 0;
	padding:5px 30px 0 0;
}
#lightbox {
	width:915px;
}
#lightbox h2 {
	font-size:20px;
}
#lightbox h3 {
	color:#b2c437;
	font-size:20px;
}
#lightbox .foot {
	float:left;
	clear:both;
	width:650px;
}
#lightbox .highlight {
	color:#b2c437;
}
#lightbox .foot h2 {
	font-size:17px;
	float:left;
}
#lightbox .foot img {
	float:right;
}
#lightbox .content h2 {
	font-size:14px;
}
#banner {
	clear:both;
	height:230px;
	position:relative;
}
#banner #phone {
	background:url("./images/phone.png") no-repeat;
	width:297px;
	height:306px;
	position:absolute;
	right:-18px;
	top:-66px;
	z-index:20;
}

#bar {
	height:47px;
	background:url(./images/chl_19.png);
	margin:10px 0 10px 0;
}
#bar h2 {
  color: #ececec;
  float: left;
  font-size: 13px;
  margin: 14px 0 0 25px;
  text-shadow: 1px 0 #b4b4b4;
}

#boxes {
	float:left;
}

#boxes .box .learn_more {
	background:url(./images/chl_24.png) no-repeat;
	width:81px;
	height:26px;
	float:left;
}
#boxes .box p {
	font-size:11px;
	margin:5px 0;
}
#boxes .box h2 {
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 2px 2px 1px #cfcfcf;
}
#boxes .box img {
	margin:8px 0 0;
}
#boxes .box {
	background:url(./images/chl_21.png) no-repeat;
	width:145px;
	height:195px;
	float:left;
	margin:0 10px 0 0;
	padding:10px 0 0 10px;
}
#boxes .last {
	margin-right:0;
}

#footer {
	clear:both;
	background:#252525;
	height:160px;
}
#footer .wrapper {
	padding-top:20px;
}
#footer #info {
	float:left;
}
#footer #info p {
	color:#7b7b7b;
}
#footer #info a {
	color:#acacac;
	text-decoration:none;
}
#footer #info a:hover {
	background:#acacac;
	color:#252525;
}
#footer #madebyid {
	float:right;
}



/* generic page styles */
.page #banner {
	height:70px;
	background:#6d0d4b;
	color:#FFF;
}
.page #banner h1 {
	font-size:18px;
	padding-top:22px;
}
.page #overview {
	margin-top:40px;
}


#about-us #banner .col1 {
	float:left;
	width:700px;
}
#about-us #banner {
	clear:both;
	height:329px;
	background:#680f48 url(./images/bg-banner.jpg) repeat-x center;
}
#about-us #banner .col1 h1 {
	color:#FFF;
	font-size:35px;
	margin-top:50px;
}
#about-us #banner .col1 h2 {
	color:#FFF;
	font-size:27px;
	margin-top:20px;
}
#about-us #content .col1 {
	float:left;
	width:360px;
} 
#about-us #content .col2 {
	float:left;
	width:560px;
	margin-left:20px;
	padding-left:20px;
	border-left:1px solid #CCC;
}

#services .slider {
	float:left;
	clear:both;
}
#services .slider a.item {
	background:url(./images/bg-slider-services.png) no-repeat;
	width:912px;
	height:51px;
	display:block;
	font-size:17px;
	text-decoration:none;
	color:#383838;
	padding:23px 0 0 20px;
}

#services .slider .content {
	display:none;
	float:left;
	width:892px;
	background:url(./images/bg-slider-content.png) repeat-y;
	padding:0 20px;
}
#services .slider .content .col1 {
	float:left;
	width:450px;
	padding-right:30px;
}
#services .slider .content .col2 {
	float:left;
	width:180px;
	padding-right:20px;
}
#services .slider .content .col3 {
	float:left;
}
#services .slider .content-base {
	display:none;
	float:left;
	width:932px;
	background:url(./images/bg-slider-content-base.png) repeat-y;
	height:15px;
}


#faq .group {
	float:left;
	margin-bottom:30px;
}
#faq .group h2 {
	font-size:18px;
	color:#383838;
	padding-bottom:10px;
}
#faq .slider {
	float:left;
	clear:both;
}
#faq .slider a.item {
	background:url(./images/bg-slider-faq.png) no-repeat;
	width:912px;
	height:34px;
	display:block;
	font-size:13px;
	text-decoration:none;
	color:#383838;
	padding:11px 0 0 20px;
}
#faq .slider .content {
	display:none;
	float:left;
	width:892px;
	background:url(./images/bg-slider-content.png) repeat-y;
	padding:0 20px;
}
#faq .slider .content-base {
	display:none;
	float:left;
	width:932px;
	background:url(./images/bg-slider-content-base.png) repeat-y;
	height:15px;
}


#contact-us form {
	clear:both;
}
#contact-us .col1 {
	float:left;
	width:320px;
}
#contact-us .col2 {
	float:left;
	width:600px;
	margin-left:20px;
	padding-left:20px;
	border-left:1px solid #CCC;
}
#contact-us table {
	width:100%;
}
#contact-us .col1 table td:first-child {
	width:70px;
}
#contact-us .col1 table td {
	height:20px;
}
#contact-us .col2 table td:first-child {
	width:100px;
}

#contact-us input[type=text] {
	width:476px;
	height:24px;
	background:url(./images/bg-input.png) no-repeat;
	border:0;
	padding:5px;
	font:12px arial;
}
#contact-us textarea {
	width:477px;
	height:158px;
	background:url(./images/bg-textarea.png) no-repeat;
	border:0;
	padding:5px;
	font:12px arial;
}
#contact-us .small {
	background:url(./images/bg-input-sm.png) no-repeat !important;
	width:196px !important;
}
#contact-us .fax-field {
	width:55px;
}

#contact-us #content {
	min-height:400px;
}
/*#form_error .content {
	display:none;
}
#form_success .content {
	display:none;
}*/
.navmenu li:first-child a {
  border-left: medium none;
}
.navmenu li {
  float: left;
  /*padding: 0 1px;*/
}
.navmenu li a {
  border-left: 1px solid #989898;
  font-size: 12px;
  padding: 0 3px;
}
.menu-menu-1-container {
  overflow: hidden;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form textarea {
  margin-left: 12px;
  margin-top: 13px;
  width: 68% !important;
}
.wpcf7-form-control.wpcf7-submit {
  background: #afc937 none repeat scroll 0 0;
  border: 2px solid #ffffff;
  border-radius: 6px !important;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  height: 28px !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  width: 35% !important;
  margin-left: 70px;
  cursor: pointer;
}
.wpcf7-form input {
  margin-left: 12px;
  margin-top: 13px;
  width: 68% !important;
}
/* Page css*/
.page-template-default.single-author .wrapper #banner {
  background: #6d0d4b none repeat scroll 0 0;
  color: #ffffff;
  height: 230px;
}


.page-template-default.single-author .wrapper #page_wrapper {
    margin-top: 24px;
	margin-bottom: 10px;
	overflow: hidden;
}
.page-template-default.single-author #page_wrapper .left {
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #efefef 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ababab;
  border-radius: 5px;
  float: left;
  overflow: hidden;
  padding: 10px;
  width: 68%;
}
.page-template-default.single-author #page_wrapper .right {
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #efefef 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ababab;
  border-radius: 5px;
  float: right;
  padding: 10px;
  width: 26%;
}
.page-template-default.single-author #page_wrapper .page_img {
  border: medium none;
  float: left;
  padding: 0;
  width: 29%;
}
.page-template-default.single-author #page_wrapper .page_img .attachment-large.wp-post-image {
  overflow: hidden;
  width: 100%;
}

.page-template-default.single-author #page_wrapper .page_container .right {
  border: medium none;
  float: right;
  overflow: hidden;
  padding: 0;
  width: 69%;
}
#content .c1 > h2 {
  color: #5b5b5b;
  font-size: 15px;
  font-weight: bold;
}
.page_content li {
  font-size: 14px;
}
.home .wpcf7-form input {
  margin-top: 8px;
}
.page-template-default.single-author #page_wrapper .page_container .right .page_title h1 {
    font-size: 20px;
}
.page-template-default.single-author #page_wrapper .page_container .right .meta_title h3 {
  border-bottom: 1px solid #b2c437;
  color: #b2c437;
  font-size: 18px;
  padding-bottom: 2px;
}
.page_content > h2 {
  font-size: 15px;
  font-weight: bold;
}
.page-template-default.single-author #page_wrapper .page_container .right .page_content p {
  font-size: 14px;
  /*font-weight: bold;*/
}
.page-template-default.single-author #page_wrapper .page_container .right .content p {
  font-size: 12px;
  font-weight: normal;
}

.page-template-default.single-author #page_wrapper .page_container .right .page_content {
    border-bottom: 1px solid #b2c437;
}

.page-template-default.single-author #page_wrapper .page_container .right .meta_desc {
    margin-top: 7px;
}
.right .widget-area .widget-title {
    color: #5d5d5d;
    font-size: 16px;
    font-weight: bold;
}
.page-template-default.single-author #page_wrapper .page_container .right .meta_desc h2 {
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  width: 80%;
}
.page-template-default.single-author #page_wrapper .page_container .right .meta_desc img {
  float: right;
}
.page-template-default.single-author #page_wrapper .page_container .right .meta_desc a {
  color: #b2c437;
}
.call_button {
  display: none;
}
/* menu*/
.navbar-header {
  background: #afc437 none repeat scroll 0 0;
  margin: 5px 0;
  width: 100%;
  border-radius: 5px;
}
.navbar-header.mobile{
  display: none;
}
.nav-menu li {
  float: left;
  padding: 15px;
  width: auto;
}
.navbar-header .nav-menu li a {
  color: #fdfdfd;
  font-size: 14px;
  text-shadow: 1px 0 #b4b4b4;
  text-decoration: none;
}
.nav-menu li:hover,
.nav-menu li.current-menu-item {
  background: #dc210e none repeat scroll 0 0;
}


@media screen and (max-width: 1030px){
	.wrapper {
		margin: auto;
		max-width: 925px;
		width: 100%
	}
	#header {
	  width: 100%;
	}
	#banner > div#banners {
	  width: 100%;
	}
	#banners > img {
		height: 230px;
		width: 100%
	}
	#banner #phone {
	  background: rgba(0, 0, 0, 0) url("./images/phone.png") no-repeat scroll 0 0 / 100% auto;
	  right: -2%
	 }
	#bar {
		background: rgba(0, 0, 0, 0) url("./images/chl_19.png") no-repeat scroll 0 0 / 100% 49px;
	}
	
	#bar h2 {
		font-size: 12px;
	}
	.bar_green {
		float: right;
		margin-right: 10px;
	}
	#boxes .box {
		background: rgb(238,238,238); /* Old browsers */
		background: -moz-linear-gradient(top, rgb(238,238,238) 0%, rgb(255,255,255) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,238,238)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		
	   border: 1px solid rgb(197,197,197);
	   display: block;
	   height: 197px;
	   margin: 0 12px 0 0;
	   padding: 10px 0 0 14px;
	   width: 14%;
	   margin: 0 10px 0 0;
	  
	}
	#boxes .box .learn_more {
		margin-top: 20px;
	}
	#boxes .box:last-child {
	  margin-right: 0;
	}

	#boxes .box h2 {
	   font-size: 11px;
	}
	#boxes .box img {
	  margin: 8px 0 0;
	  width: 90%;
	}
	#boxes .box p{
	   font-size: 9px;
	   height: 36px;
	   margin: 5px 0;
	   width: 85%;
	}
	#content .c1 {
			background: rgb(238,238,238); /* Old browsers */
			background: -moz-linear-gradient(top, rgb(238,238,238) 0%, rgb(255,255,255) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,238,238)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		
			width: 545px;
			border: 1px solid rgb(197, 197, 197);
		
		
	}
	#content .c2 {
			background: rgb(238,238,238); /* Old browsers */
			background: -moz-linear-gradient(top, rgb(238,238,238) 0%, rgb(255,255,255) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,238,238)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgb(238,238,238) 0%,rgb(255,255,255) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
			width: 284px;
			border: 1px solid rgb(197, 197, 197);
			padding: 15px 27px 0 6px;
		
	}
}


@media screen and (max-width: 950px){
	.wrapper {
	  max-width: 900px;
	  width: 97%;
	}
	#banner #phone {
	  background: rgba(0, 0, 0, 0) url("./images/phone.png") no-repeat scroll 0 0 / 97% auto;
	  right: -1%;
	}
	#header > span#logo_contain {
	  float: left;
	  overflow: hidden;
	  width: 40%;
	}
	#header > span#add_contact {
	  float: right;
	  width: 52%;
	}
	#header > span#add_contact > a {
	  display: block;
	  float: left;
	  margin-top: 20px;
	  overflow: hidden;
	  width: 40%;
	}
	#header #call {
	  margin: 0;
	}
	#header > span#add_contact > img {
	  margin-top: 20px;
	}
	#boxes .box p {
	  font-size: 13px;
	}
	#boxes .box {
	  width: 30%;
	  margin: 8px 10px 0 0;
	  height:auto;
	}
	
	#content .c1 {
	  width: 55%;
	}
	#content .c2 {
	  width: 34%;
	}
	
	#boxes .box .learn_more {
	  margin-bottom: 10px;
	}
	#boxes .box h2 {
	  font-size: 14px;
	}
}

@media screen and (max-width: 905px) {
	#boxes .box {
		padding: 10px 0 0 13px ;
	}
	#content .c1 {
	  width: 52%;
	}
	#content .c2 {
	  width: 37%;
	}
	
}
@media screen and (max-width: 895px) {
	#content .c2 {
	  width: 34%;
	}
	#content .c1 {
	  width: 53%;
	}
	#bar h2 {
	   margin: 14px 0 0 6px;
	}
	
}
@media screen and (max-width: 830px) {
	#bar h2 {
	 margin: 16px 0 0 3px;
	 font-size: 11px;
	}
}

@media screen and (max-width: 800px) {
	#content .c1 {
	  margin-left: 1px;
	  width: 50%;
	}
	#content .c2 {
	  width: 35%;
	}
	#banner #phone {
	  background: rgba(0, 0, 0, 0) url("./images/phone.png") no-repeat scroll 0 0 / 97% auto;
	  overflow: hidden;
	  right: -6%;
	}
}

@media screen and (max-width: 795px) {
 
	#boxes .box {
		width: 29%;
		margin: 13px 11px 0px 5px;
	}	
	#bar h2 {
		font-size: 10px
	}
	
	#boxes {
		float: left;
		margin-left: 12px;
	}
	#header #logo {
	  width: 92%;
	}
	.nav-menu li {
		padding: 12px;
	}
	.page-template-default.single-author #page_wrapper .right {
	 width: 25%;
	}
	
}
@media screen and (max-width: 750px) {
	.nav-menu li {
	  padding: 11px;
	}
	.navbar-header{
	  display: none;
	}
	.navbar-header.mobile{
	  display: block;
	}
	

	#boxes .box {
	 margin: 10px 10px 0 8px;
	 width: 29%;
	 padding: 10px 0 0 8px;
	}
	#boxes .box .learn_more {
	  margin-top: 40px;
	}
	#bar {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		height: auto;
		margin: 10px 0;
	}
	.bar_red {
	  background: #dc210e none repeat scroll 0 0 ;
	  border-radius: 5px;
	}
	#bar h2 {
	  display: block;
	  font-size: 14px !important;
	  margin: 12px 0 0 3px;
	  padding: 1px 0 7px;
	  text-align: center;
	  width: 100%;
	}
	#bar span {
		border-radius: 5px;
		display: block;
		height: auto;
		overflow: hidden;
		width: 100%;
	}
	
	.bar_green {
	  background: #b1cc39 none repeat scroll 0 0 !important;
	  float: none;
	  margin-top: 10px;
	}
	
	#header > span#logo_contain {
		float: left;
		overflow: hidden;
		width: 45%;
	}
	#header > span#add_contact {
		float: left;
		width: 50%;
	}
	#banner #phone {
		display:none;
	}
	#header {
	  height: auto;
	  overflow: hidden;
	  width: 100%;
	}
	
	#header > span#logo_contain {
	  display: block;
	  float: none;
	  overflow: hidden;
	  text-align: center;
	  width: 100%;
	}
		
	.logo {
	  display: block;
	  overflow: hidden;
	  text-align: center;
	  width: 100%;
	}
		
	#header #logo {
	  float: none;
	  margin: auto;
	  max-width: 320px;
	}
	
	#header > span#add_contact {
	  display: block;
	  float: none;
	  text-align: center;
	  width: 100%;
	}
		
	#header > span#add_contact > a {
	  display: block;
	  float: none;
	  margin-top: 20px;
	  overflow: hidden;
	  text-align: center;
	  width: 100%;
	}
		
	#header > span#add_contact > img {
	  margin: 20px auto;
	}
	.call_button {
	  display: block;
	}
	#header #call {
	  display: none;
	}
	.page-template-default.single-author #page_wrapper .page_container .right {
	  float: left;
	  width: 96%;
	}
	.page-template-default.single-author #page_wrapper .right,
	.page-template-default.single-author #page_wrapper .left {
	  width: 97%;
	  padding: 5px;
	} 
	.page-template-default.single-author #page_wrapper .right {
	  margin-right: 1%;
	  margin-top: 5px;
	}
	#header > span#add_contact > a {
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	  display: block;
	  float: none;
	  overflow: hidden;
	  text-align: center;
	  text-decoration: none;
	  width: 100%;
	}
				
	.call_button {
	  display: block;
	  float: none;
	  margin: auto;
	  overflow: hidden;
	  text-align: center;
	}
			
	.call_button {
	  background: #de301e none repeat scroll 0 0;
	  border: medium none;
	  border-radius: 5px;
	  color: #fff;
	  cursor: pointer;
	  display: block;
	  font-size: 22px;
	  overflow: hidden;
	  padding: 10px 0;
	  width: 250px;
	}
	#header > span#add_contact {
	  display: block;
	  float: none;
	  text-align: center;
	  width: 100%;
	}
		
}
@media screen and (max-width: 730px) {
	#content .c1, #content .c2 {
	  padding: 5px;
	  width: 93%;
	  margin-left: 3%;
	}
	#content .c2{
	margin-top: 15px;
	}
	 
}
@media screen and (max-width: 700px) {
	
	#boxes .box {
	  margin: 10px 10px 0 3px;
	  padding: 9px 0 0 9px;
	  width: 44%;
	}
	#boxes .box .learn_more {
	  margin-top: 20px;
	}

	
}
@media screen and (max-width: 600px) {
	#bar {
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	  height: auto;
	  margin-top: -40px;
	}
	#banners > img {
	  height: 160px;
	}
	.page-template-default.single-author .wrapper #banner {
	  height: 160px;
	}
	.page-template-default.single-author #page_wrapper .right {
	  margin-right: 0;
	}
	
}
@media screen and (max-width: 440px) {
	#boxes .box {
	 width: 93%;
	}
		
	.page-template-default.single-author #page_wrapper .page_img .attachment-large.wp-post-image {
		overflow: hidden;
		width: 100%;
	}	
	.page-template-default.single-author #page_wrapper .page_container .right {
		border: medium none;
		float: left;
		overflow: hidden;
		padding: 0;
		width: 100%;
	}	
}