/*
Theme Name: Asheville Academy for Girls
Theme URI: http://www.ashevilleacademy.com
Description: Theme developed for Asheville
Version: 1.0
Author: Chris Fontes
Author URI: http://www.jcwebprints.com
*/
/* Reset CSS */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,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,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/* Global */
* {
		margin: 0;
		padding: 0;
	}
.left {
		float: left;
	}
.right {
		float: right;
	}
.clear {
		clear: both;
	}
a {
		color: #6e6664;
		text-decoration: none;
	}
a:link  {color:#953236;
style: bold}
a:hover {
		color: #f8accd;
		
		}
.no_margin_bottom {
		margin-bottom: 0;
	}
img {
		border: none;
	}
/* Header */
.header_top {
		padding: 20px 0;
		background: #fff;}
.social_list {
		list-style-type: none;
		float: right;
		margin-top: 2px;
	}
.social_list li {
		float: left;
		margin-left: 12px;
	}
.logo_cont {
		padding: 15px 0;
	}
/* Content */
#slider_container {
		margin-bottom: 12px;
		position: relative;
	}
#content {
	}
.home_post_box {
		padding: 18px 0;
		width: 806px;
		margin: 0 auto;
		border-bottom: 1px solid #DDD;
	}
.home_post_box img {
		float: left;
		width: 557px;
		height: 265px;
	}
.home_post_box img:hover {
		opacity:0.8;
		filter:alpha(opacity=80);
	}
.home_post_cont {
		float: right;
		width: 230px;
		height: 265px;
		position: relative;
		color: #666;
	}
.home_post_cont h3 {
		font-size: 18px;
		margin-top: 0;
		font-weight: normal;
	}
.home_post_cont h3 a {
		color: #333;
		text-decoration: none;
	}
.home_post_cont h3 a:hover {
		color: #eb6530;
	}
.home_post_meta {
		position: absolute;
		right: 5px;
		bottom: 10px;
	}
.home_post_meta a {
		color: #666;
		text-decoration: none;
	}
.home_post_meta a:hover {
		color: #eb6530;
	}
.cat_post_box {
		padding: 18px 0;
		width: 557px;
		border-bottom: 1px solid #DDD;
	}
.cat_post_box img {
		width: 557px;
		height: 265px;
	}
.cat_post_box img:hover {
		opacity:0.8;
		filter:alpha(opacity=80);
	}
.cat_post_box h3 {
		font-size: 18px;
		margin-bottom: 0;
		font-weight: normal;
	}
.cat_post_box h3 a {
		color: #333;
		text-decoration: none;
	}
.cat_post_box h3 a:hover {
		color: #eb6530;}
#single_left {
		float: left;
		width: 557px;
		margin-left: 18px;
	}
.cat_post_box .no_margin_bottom {
		color: #666;
	}
.home_post_load_more {
		padding-left: 18px;
		margin-top: 10px;
	}
#single_left .home_post_load_more {
		padding-left: 0;
	}
.blog_meta a {
		color: #333;
		text-decoration: none;
	}
.blog_meta a:hover {
		color: #eb6530;
	}
#commentform input[type=submit] {
		background-color: #333;
		border: none;
		color: #fff;
		padding: 8px 10px;
	}
ol.commentlist {
		margin-left: 15px;
	}
/* Sidebar */
#sidebar {
		float: right;
		width: 217px;
		/*margin-right: 18px;*/
		/*padding-top: 18px;*/
	}
.side_box {
		margin-bottom: 25px;
		color: #666;
	}
.side_box ul, .side_box ol {
		list-style-type: none;
		margin-left: 10px;
	}
.side_box ul li, .side_box ol li, .footer_box ul li, .footer_box ol li {
		margin-bottom: 3px;
	}
.side_box ul li a, .side_box ol li a {
		text-decoration: none;
		color: #666;
	}
.side_box .textwidget {
		padding: 0 10px;
	}
#slideshow {
    position:relative;
    height:241px;
    width: 843px;
}
#slideshow img {
		width: 843px;
		height: 241px;
	}
#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow a.active {
    z-index:10;
}
#slideshow a.last-active {
    z-index:9;
}
#slider_container img.slide_prev {
		position: absolute;
		top: 110px;
		left: 15px;
		z-index: 999;
		width: 19px !important;
		height: 24px !important;
		display: block;
	}
#slider_container img.slide_next {
		position: absolute;
		top: 110px;
		left: 809px;
		z-index: 999;
		width: 19px !important;
		height: 24px !important;
		display: block;
	}
/* chris */
body {
		font-size: 14px;
		color: #474747;
		font-family: 'PT Sans', sans-serif;
		background: url('images/background.jpg') no-repeat #fff;
		background-position: top center;
		background-attachment:fixed;
		background-size: 100%;}
h1,h2,h3,h4,h5,p {
		margin: 10px 0;
	}
h1{
		font-family: 'Architects Daughter', cursive;
		 color: #233817;
		font-size: 28px;
	}
h2{
		margin: 20px 0px 0px 0px;}
ul{
    margin-top:5px;
    margin-bottom:5px;
}
.single_content ul {
	margin-left:25px;
}
li{
    margin-left: 30px;
	line-height:28px;
}
p{
    line-height: 1.7;
    margin: 0px;
	margin-bottom:20px;
}
#single_left h1 {
		font-family: 'Architects Daughter', cursive;
		 color: #233817;
		font-size: 32px;
		margin-bottom: 0;
		font-weight: normal;
	}
#single_left{
    float: left;
    width: 680px;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 0px;
    margin-top: -20px;
    background: #fff;
    -moz-box-shadow: 2px 2px 2px #eee!important;
    -webkit-box-shadow:  2px 2px 2px #eee!important;
    box-shadow:  2px 2px 2px #eee!important;
    
}
#sidebar{
    margin-top: -20px;
    /*margin-left: 18px;*/
    margin-right: 18px;
    width: 229px;
}
#main_container {
		width: 982px;
		margin: 0 auto;
		background: #fcf9f9;
		margin-top: 5px;
		padding-bottom: 15px;
	}
#header_top_bar{
    background: #233817;
    width: 100%;
    color: #fff;
    
}
#header_top_bar_inner{
    width: 900px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}
#header_toll_free{
    float: left;
}
#header_subtitle{
    float: right;
    text-align: right;
    font-family: 'Architects Daughter', cursive;
}
.clear_all{
    clear: both;
    height: 0px;
    line-height: 0px;
}
#header_top_bar a{
    color: #fff;
    text-decoration: underline;
}
#header_top_bar a:hover{
    font-weight: bold;
}
#s{
    background: #faeef2;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #c9c9c9;
    padding-left: 5px;
    float: left;
}
#s_icon_container{
    background: #bebebe;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-right: 3px;
		
    width: 25px;
    height: 25px;
    float: right;
		
    cursor: pointer;
}
.search_icon {
		position: absolute;
		top: 6px;
		right: 10px;
		color: #fff;}
#logo_wrapper{
    float: left;
}
#header_search_cont, #header_right_container {
		float: right;
		margin-right: 20px;
		position: relative;
		margin-left: 22px;
	}
#header_search_cont input[type=text] {
		width: 176px;
		height: 23px;
		border: 1px solid #E5E5E5;
	}
#menu_container ul {
		list-style-type: none;
		float: left;
		max-width: 715px;
		margin-top: 75px;
		margin-left: 10px;}
#menu_container ul li {
		float: left;
		font-size: 16px;
		margin: 0 15px;
		font-weight: bold;
		position: relative;}
#menu_container ul li a {
		display: block;
		text-decoration: none;
		color: #000;
		padding: 5px 10px;
	}
#menu_container ul li a:hover {
		
	}
#menu_container ul li.current-menu-item a, #menu_container ul li.current_page_item a  {
		
	}
#menu_container ul.cat_list {
		border-left: 1px solid #DDD;
		margin-left: 5px;
		padding-left: 5px;
	}
#menu_container ul.children{	
    display: none;	
    position: absolute;
    margin: 0;
    z-index: 100;
    background: #fff;
    width: 173px;
    border: solid 1px #f8accd;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-radius: 15px;
    
}
#menu_container ul.children li{
    font-weight: normal;
}
#menu_container ul.children ul.children{
		
    
    position: static;
    margin: 0;
    background: #faeef2;
    width: 150px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    border-top: solid 2px #505050;
    margin-left: -5px;
}
#menu_container ul li:hover > ul {
    display: block;
}
#menu_container ul.children li  ul.children {
    display: block;
}
#menu_container ul:last-of-type li:last-of-type{
    --webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
#menu_container .cat_list > ul > li.page_item_has_children > a:after {
  content: '\f078' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome;
		/* or whatever */
  font-size: 8px;
  font-size: 8px;
    margin-left: 5px;
    float: right;
    margin-top: 4px;
}
.menu_toplevel_sort{
    color: #c9c9c9;
    margin-left: 3px;
    margin-top: 3px;
    position: absolute;
    font-size: 10px;
}
.bx-wrapper{
    margin: 0px !important;
}
.bx-wrapper .bx-viewport{
    border: 0px !important;
    -moz-box-shadow: 0px 0px 0px !important;
    -webkit-box-shadow:  0px 0px 0px !important;
    box-shadow:  0px 0px 0px !important;
    margin-left: 5px;
}
.bx-wrapper .bx-viewport li{
    margin-left: 0px;
}
.bx-wrapper .bx-pager  {
    position: relative !important;
    top: -50px !important;
    width: 100px !important;
    margin-left: 850px !important;
		   
}
.bx-wrapper .bx-pager.bx-default-pager a{
    -moz-box-shadow: 0px 0px 5px #fff;
    -webkit-box-shadow: 0px 0px 5px #fff;
    box-shadow: 0px 0px 5px #fff;
    border: solid 1px #000;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #E19EBC !important;
}
.bx-caption{
    background: rgba(241, 178, 209, 0, .75) !important;
		
}
#slider_mask{
    position: relative;
    top: -48px;
}
#single_left .single_content img {
		max-width: 100%;
		
	}
.side_box h3 {
		padding: 0px 10px;
		margin: 0;
		color: #505050;
		font-size: 15px;
	}
ul.sidebar_subpages li {
    list-style-type: none;
    font-size: 14px;
    color: red;
}
.quotes{
    font-style: italic;
}
.sidebar_line{
    position: relative;
    top: 8px;
    width: 100%;
}
.sidebar_title{
    float: left;
    background: #fcf9f9;
    z-index: 300;
    padding-right: 8px;
}
#moreinfo{
    margin-bottom: 50px;
}
#footer .sidebar_line hr{
    border-color: #5c5c5c;
}
#footer_inner .footer_box:nth-last-child(2) .sidebar_line{
    display: none;
}
#footer .sidebar_title{
    background: transparent;
}
#footer {
		color: #E6E6E6;
		width: 100%;
		margin: 0;
		margin-top: -40px;
		padding-top: 10px;
		background: url('images/footer_tile.jpg') repeat #505050;
        line-height: 1.5;
	}
#footer li:before{
    color: #fff;
		   
}
#footer_inner{
    width: 958px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
#footer_mask{
    text-align: center;
    margin-top: -10px;
    background: url('images/footer_mask.png');
    height: 44px;
    width: 100%;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
}
#footer h1 {margin: 0;
		font-weight: bold;
		font-size: 12px;
		color:#fff;
		font-family: 'PT Sans', sans-serif;
	}
#footer_logo{
    background: url('/wp-content/uploads/2015/05/small_logo.png');
    height: 73px;
    width: 71px;
    float: right;
    margin-top: -60px;
    left: 130px;
    border: none;
}
#footer_copyright{
    background: url('images/footer_copyright_mask.png');
    height: 85px;
    width: 100%;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
}
#footer_copyright_inner{
    width: 960px;
    
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
#footer_findus i{
    margin-left: 10px;
}
#footer_findus a{
    color: #fff;
    font-size: 12px;
}
#footer a:hover{
    font-weight: bold;
    color: #E19EBC;
}
#footer_allrights{
    margin-left: 15px;
    color: #505050;
}
#footer_findus{
    /*float: right;
		  
    margin-right: 100px;*/
	text-align:center;
    font-size: 10px;
    text-decoration: underline;
}
#footer_copy{
    float: right;
		     
    margin-right: 200px;
}
#totop{
    margin-left: auto;
    margin-right: auto;
     --webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #303030;
    color: #fff;
    width: 40px;
    font-size: 8px;
    text-align: center;
    padding: 3px;
    margin-top: 10px;
    margin-bottom: -20px;
    z-index: 100;
    position: relative;
}
#footer_chevron_totop{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 13px;
    top: 30px;
}
.footer_box {
		width: 210px;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}
#footer_inner .footer_box:nth-last-child(3){
    width: 130px;
}
#footer_inner .footer_box:nth-last-child(4){
    width: 290px;
}
.footer_box_last {
		margin-right: 0;
	}
.footer_box h3 {
		font-size: 16px;
		font-weight: normal;
		margin-top: 0;
	}
.footer_box ul li a, .footer_box ol li a {
		text-decoration: none;
		color: #fff;
	}
.footer_box a:hover {
		font-weight: bold;
	}
.textwidget input[type=text]{
    color: #c9c9c9;
    width: 100%;
    --webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #c9c9c9;
    line-height: 20px;
    padding: 3px;
}
.textwidget input[type=submit]{
    color: #fff;
    
     --webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: solid 1px #c9c9c9;
    background: #E19EBC;
    padding: 5px;
    font-size: 11px;
    margin-top: 5px;
    float: right;
    cursor: pointer;
    border-right: none;
    font-weight: bold;
	height:28px;
}
#send_icon_container{
    background: #E19EBC;
    padding: 5px;
    font-size: 8px;
    margin-top: 5px;
    border: solid 1px #c9c9c9;
    border-left: none;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-right: 3px;
		
    padding-top: 9px;
    padding-left: 8px;
    width: 15px;
    height: 12px;
    float: right;
		
    cursor: pointer;
}
.textwidget ul.faq, .textwidget ul.recent, li.liphone, li.limail, li.lihouse{
    list-style-type: none;
}
.textwidget ul.faq li {
  padding-left: 20px;
  margin-left: 0px;
}
.textwidget ul.faq li:before {
  content: '\f0c1' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome;
		/* or whatever */
  display: inline-block;
  margin-left: -20px;
		/*same as padding-left set on li*/
  width: 20px;
		/*same as padding-left set on li*/
}
#footer li{
    margin-left: 11px;
}
.textwidget ul.recent li {
  padding-left: 10px;
  margin-left: 0px;
}
.textwidget ul.recent li:before {
  content: '\f040' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome;
		/* or whatever */
  display: inline-block;
  margin-left: -20px;
		/*same as padding-left set on li*/
  width: 20px;
		/*same as padding-left set on li*/
}
li.liphone{
 padding-left: 0px;
  margin-left: 0px;
}
li.liphone:before {
  content: '\f10b' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome;
		/* or whatever */
  display: inline-block;
  margin-left: -10px;
		/*same as padding-left set on li*/
  width: 20px;
		/*same as padding-left set on li*/
  font-size: 14px;
}
#footer_inner .footer_box:nth-last-child(3) li{
    margin-left: 16px;
}
li.limail{
 padding-left: 10px;
  margin-left: 0px;
}
li.limail:before {
  content: '\f003' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome;
		/* or whatever */
  display: inline-block;
  margin-left: -20px;
		/*same as padding-left set on li*/
  width: 20px;
		/*same as padding-left set on li*/
  font-size: 10px;
}
li.lihouse{
 padding-left: 10px;
  margin-left: 0px;
}
li.lihouse:before {
  content: '\f015' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome;
		/* or whatever */
  display: inline-block;
  margin-left: -20px;
		/*same as padding-left set on li*/
  width: 20px;
		/*same as padding-left set on li*/
}
.textwidget ul li a{
    color: #706867 !important;
    font-weight: bold !important;
}
.textwidget ul li a:hover{
    color: #E19EBC !important;
    font-weight: bold !important;
}
#mobile_menu_container{
    display: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    position: relative;
    top: 15px;
}
.wp-socializer-buttons{
    margin-top: 15px;
}
#menu_container ul.children li {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 168px;
}
.children li a {
  margin: 0 0 0 10px;
  text-align: left;
}
#menu_container ul.children li:hover {
background: #f6b3d1 none repeat scroll 0 0;
color:#fff;
}
#menu_container ul.children li:hover a {
color:#fff;
}

#menu_container ul.children {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f8accd;
  border-radius: 15px;
  display: none;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: auto;
  z-index: 100;
}

.responsiveMenuSelect {
  margin: 0 !important;
  position: relative !important;
  width: 100%!important;
  z-index: 9999 !important;
}
.responsiveSelectContainer {
  padding: 0 5px!important;
}
/* for mobile */
@media screen and (max-width: 767px) {
    body {
        background: none;
    }
    #mobile_menu_container{
        display: block;
    }
	body{overflow-x:hidden;}
   /*  #menu_container, #header_search_cont{
        display: none;
    } */
    #header_top_bar_inner div{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    #main_container {
		width: 100%;
	}
    .logo {
		max-width: 320px;
	}
    #logo_wrapper img {
        width: 100%;
    }
    #header_top_bar_inner {
        width: 90%;
        padding: 0 5%;
    }
    
    #header_search_cont {
		/*display: none;*/
        margin: 10px 50px;
	}
    #menu_container ul {
		float: left;
		margin-left: 0px;
		width: 300px;
        padding: 0 3%;
	}
    #menu_container ul li {
		float: left;
		font-size: 13px;
		margin: 0px 0 5px 0;
	}
    #menu_container ul.cat_list {
		margin-left: 0px;
		padding-left: 0px;
		float: right;
		border-left: none;
	}
    .home_post_box {
		width: 300px;
		padding: 0;
		margin-bottom: 15px;
	}
    .home_post_box img {
		float: none;
		width: 300px;
		height: 145px;
	}
    .home_post_cont {
		float: none;
		width: auto;
		height: auto;
	}
    .home_post_cont p {
		display: none;
	}
    .home_post_cont .home_post_meta {
		display: none;
	}
    .home_post_load_more {
		width: 300px;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}
    #single_left {
        width: 90%;
        padding: 5%;
        float: none;
        margin: 0 auto;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }
    #single_left h1 {
        font-size: 32px;
    }
    .bx-wrapper img, #single_left .single_content img {
		max-width: 100%;
		height: inherit;
	}
    .cat_post_box {
		width: 300px;
	}
    .cat_post_box img {
		width: 300px;
		height: 125px;
	}
    #commentform textarea {
		width: 300px;
	}
    #sidebar {
		width: 100%;
        margin: 0;
	}
    #totop {
		display: none;
	}
    #footer_copyright {
		display: none;
	}
    #footer_inner .footer_box{
        width:100%;
        margin-bottom: 30px;
    }
    
    #slider_container {
		display: none;
	}
    #slider_mask, .bx-pager {
        display: none;
    }
}
@media only screen and (max-width: 690px) {
     
    #footer_inner{
        width: 80%;
    }
     #header_top_bar_inner {
  width: 90% !important;
}
}
/* for tablet */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    #main_container {
		width: 100%;
	}
    #header_top_bar_inner {
        width: 90%;
        padding: 0 5%;
    }
    .home_post_box {
		width: 692px;
	}
    .home_post_box img {
		float: left;
		width: 442px;
		height: 210px;
	}
    .home_post_cont {
		height: 210px;
	}
    #menu_container ul {
         margin-left: auto; 
    }
    #single_left {
		width: 500px;
        margin-top: auto;
	}
    #single_left .single_content img {
		max-width: 100%;
		height: inherit;
	}
    .cat_post_box {
		width: 500px;
	}
    .cat_post_box img {
		width: 500px;
		height: 245px;
	}
    #sidebar {
		width: 200px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    #footer {
        /*width: 692px;*/
	}
    .footer_box {
		width: 210px;
		float: left;
		margin-right: 10px;
        margin-bottom: 30px;
	}
    .footer_copyright {
		width: 692px;
	}
    #footer_inner, #footer_copyright_inner{
        width: 700px;
    }
    #slideshow {
        position:relative;
        height:190px;
        width: 728px;
   
	}
    #slideshow img {
		width: 728px;
		height: 190px;
	}
    #slider_container img.slide_prev {
		top: 80px;
		left: 15px;
	}
    #slider_container img.slide_next {
		top: 80px;
		left: 689px;
	}
    #slider_container {
        display: none;
    }
    #slider_mask, .bx-pager {
        display: none;
    }
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.asheville_cnt{ float:left; margin:0px; padding:0 0 0 15px; width:100%; border-left:2px solid #E19EBC;}
.asheville_cnt p{ float:left; margin:0px; padding:0px; color:#5b6480; line-height:25px; font-size:14px; font-weight:normal; }
.pencil {
  margin: 0 0 -2px;
  width: 20px;
}
.phonenum {
  margin: 0 0 -4px;
  padding: 0 4px;
  width: 20px;
}
#header_top_bar_inner {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  /* width: 960px; */
}
#header_top_bar_inner {
/*   font-size: 18px;
  margin-left: auto;
  margin-right: auto; */
  width: 72%;
}
/* #header_right_cont > div {
  float: right;
  margin: -30px 0 0;
} */
.header_top {
  background: none repeat scroll 0 0 #fff;
  padding: 0;
}
#single_left {
  margin-top: 0!important;
}
#sidebar {
  margin-top: 11px !important;
}

#header_top_bar {
  margin: -14px 0 0 !important;
  position: fixed;
  z-index: 999;
}
#main_container {
  background: #fcf9f9 none repeat scroll 0 0;
  margin: 34px auto 0!important;
}

.attachment-full.wp-post-image {
  height: auto !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
#header_toll_free {
  float: left !important;
  font-size: 12px !important;
  margin: 0 !important;
  padding: 0!important;
}
#header_subtitle {
  font-size: 15px!important;
  margin: 6px 0 -6px !important;
}
#header_top_bar {
  margin: -14px 0 0 !important;
}
#main_container {
  margin: 66px auto 0 !important;
}
}
@media screen and (max-width: 168px) {
#header_top_bar {
  margin: -14px 0 0 !important;
display: !important;
}
}