/*

Theme Name: Outfitter Theme

Theme URI: http://jasoncardillo.com/

Author: Jason Cardillo

Version: 1.0



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

body, div, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, p {
	padding:0;
	margin:0;
	font-weight:normal;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	background:url(images/body_bg.gif) repeat;
}
img, fieldset {
	border:none;
	margin:0;
	padding:0;
}
.left {
	float:left;
}
.right {
	float:right!important;
}
.full {
	float:left;
	width:100%;
}
.curve {
	float:left;
	width:100%;
}
.curve img {
	float:left
}
span.clear {
	clear:both;
}
a:focus {
	outline:none;
}
a {
	color:#946e41;
}
a:hover {
	text-decoration:underline!important;
	color: #6e491d;
}
/******* wrapper *************/ 

#main {
	width:100%;
	float:left;
	background:url(images/header_bg.jpg) repeat-x 0 top;
}
/******* wrapper ends *************/ 



/******* header *************/  

header {
	width:100%;
	float:left;
	height:363px;
	position:relative;
	z-index:99999;
}
header .logo {
	width:241px;
	height:350px;
	position:absolute;
	left:-18px;
	top:0;
	z-index:1;
}
nav {
	width:100%;
	float:left;
	padding-top:15px;
}
nav ul {
	width:auto;
	float:left;
	list-style:none;
	padding:7px 0;
}
nav ul li {
	width:auto;
	float:left;
	font-size:14px;
	font-weight:bold;
	background:url(images/divider.gif) no-repeat 0 2px;
	padding:0 10px;
	position:relative;
	z-index:9;
}
ul#nav li:first-child {
background: none;
}
nav ul li a {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding-bottom:10px;
}
nav ul li a:hover {
	text-decoration:underline;
}
nav ul li.none {
	background:none;
}
nav li ul.sub-menu {
	position:absolute;
	top:25px;
	left:0px;
	width:175px;
	display:none;
	margin:0;
	padding:0;
	background:#000;
}
nav ul.sub-menu li {
	float:left;
	width:170px;
	margin:0;
	padding:11px 9px;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	border-top:1px solid #575560;
	background:none;
}
nav ul.sub-menu li a {
	color:#fff;
	text-decoration:none;
	padding:0;
}
nav ul.sub-menu li a:hover {
	text-decoration:underline;
}
nav ul.sub-menu li.menu-item {
	width: 157px;
}
nav li ul.sub-menu li ul.sub-menu {
	position:absolute;
	top:-1px;
	left:175px;
	width:175px;
	display:none;
	margin:0;
	padding:0;
	background:#000;
}
.search {
	width:220px;
	float:right;
	height:26px;
	background:url(images/search_bg.gif) no-repeat 0 0;
	margin-top:2px;
	margin-right:10px;
	display:inline;
}
.search input {
	width:168px;
	float:left;
	font-size:12px;
	color:#c3c3c3;
	line-height:16px;
	background:none;
	border:0;
	margin:0px 0 0 10px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0 5px;
}
.search input.btn {
	width:30px;
	height:26px;
	float:right;
	border:0;
	cursor:pointer;
	margin:0;
	padding:0;
}
#headerContact {
	position: absolute;
	top: 11px;
	right: 11px;
	padding: 10px;
	color: #fff;
	text-align: right;
	background-color:rgba(0, 0, 0, 0.7);
	border: solid 1px #000;
	z-index: 500;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}
#headerContact h3 {
	font-weight: bold;
	display: inline;
}
#headerContact p {
	display: inline;
}
/******* header ends *************/ 



/******* banner *************/ 

#banner {
	width:753px;
	float:right;
	margin-top:12px;
	height:302px;
	position:relative;
	z-index:9;
	margin-right:10px;
	display:inline;
	overflow:hidden;
}
#banner .pic_area {
	width:753px;
	float:left;
	height:302px;
}
#banner .pic_area img {
	float:left;
	border:1px solid #121712;
}
#banner .bannrt_text {
	width:649px;
	position:absolute;
	top:25px;
	right:0;
	z-index: 100;
}
#banner .bannrt_text .text {
	width:629px;
	float:left;
	padding:0 10px;
	background:url(images/banner_text_bg.png) repeat-y;
}
#banner .bannrt_text .text p {
	font-size:16px;
	color:#fff;
	line-height:24px;
}
#banner .bannrt_text .text p strong {
	font-weight:bold;
}
/******* banner ends *************/ 



/******* body container *************/ 

#body_container {
	width:100%;
	float:left;
	padding-top:20px;
}
#body_container h1 {
	font-size:22px;
	color:#0d140d;
	line-height:19px;
	padding-bottom:10px;
}
.home #body_container h1 {
	text-align:center;
}
#body_container h1 a {
	color:#0d140d;
	text-decoration:none;
}
#body_container h2 {
	font-size:22px;
	color:#0d140d;
	line-height:19px;
	padding-bottom:10px;
}
.home #body_container h2 {
	text-align:center;
}
#body_container h2 a {
	color:#0d140d;
	text-decoration:none;
}
.top_content {
	width:100%;
	float:left;
	background:url(images/line.gif) no-repeat 0 bottom;
	padding-bottom:20px;
	margin-bottom:20px;
}
.top_content .grid_4 img {
	float:left;
	border:5px solid #bd976b;
	margin-bottom:20px;
}
.top_content .grid_4 p {
	line-height:24px;
}
.top_content .grid_4 p a {
	text-decoration:underline;
}
.top_content .grid_6 img {
	float:left;
	border:5px solid #bd976b;
	margin-bottom:20px;
}
.top_content .grid_6 p {
	line-height:24px;
}
.top_content .grid_6 p a {
	text-decoration:underline;
}
.home .top_content .grid_6 p {
	text-align: justify;
	margin-bottom: 3px;
}
.bottom_content {
	width:100%;
	float:left;
	padding-bottom:15px;
}
.bottom_content ul {
	width:100%;
	float:left;
	list-style:none;
	padding-top:10px;
}
.bottom_content ul li {
	width:100%;
	float:left;
	padding-bottom:15px;
}
.bottom_content ul li .grid_1 {
	background: url(images/pic_date_bg.jpg) no-repeat 0 0;
	padding:4px;
	width:52px;
}
.bottom_content ul li h3 {
	font-size:18px;
	color:#0d140d;
	padding-bottom:5px;
}
.bottom_content ul li h3 span {
	font-size: 16px;
}
.bottom_content ul li h3 a {
	color:#0d140d;
	text-decoration:none;
}
.bottom_content ul li h4 {
	font-size:16px;
	color:#be986b;
	padding-bottom:5px;
}
.bottom_content ul li h4 a {
	color:#be986b;
	text-decoration:none;
}
.bottom_content ul li p {
	line-height:20px;
}
.bottom_content ul li h5 {
	color:#be986b;
	font-size:22px;
	text-align:center;
	font-weight:bold;
	padding-bottom:23px;
	padding-top:5px;
	width:100%;
	float:left;
	text-align:center;
}
.bottom_content ul li h5 span {
	width:100%;
	float:left;
	text-align:center;
	font-size:14px;
}
.gform_body ul li.gfield {
	list-style-type: none;
	background: none;
}
/******* left container *************/ 

#left_container {
	width:640px;
	float:left;
	padding-bottom: 15px;
}
/******* bread crumb *************/ 

.bread_crumb {
	width:100%;
	float:left;
}
.bread_crumb ul {
	float:left;
	width:100%;
	list-style:none;
}
.bread_crumb ul li {
	float:left;
	width:auto;
	font-size:14px;
	line-height:16px;
	color:#333;
	font-style:italic;
	padding:0 4px;
}
.bread_crumb ul li a {
	color:#333;
	text-decoration:underline;
}
.bread_crumb ul li a:hover {
	text-decoration:none;
}
.bread_crumb ul li.first {
	padding-left:0;
}
/******* bread crumb ends *************/



/*******adventure content*************/

#left_container .adventure_content {
	float:left;
	width:100%;
	padding-top:27px;
}
#left_container .adventure_content h2 {
	float:left;
	width:100%;
	font-size:19px;
	line-height:21px;
	color:#333;
	padding-bottom:0px;
	margin-bottom: 5px;
}
#left_container .adventure_content p, #left_container .adventure_content fieldset {
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#333;
	padding-bottom:22px;
}
#left_container .common_content {
	float:left;
	width:100%;
}
#left_container .common_content h3 {
	float:left;
	width:100%;
	font-size:18px;
	line-height:20px;
	color:#333;
	border-bottom:1px solid #dddcdc;
	padding-bottom:7px;
	margin-bottom:7px;
}
#left_container .common_content strong {
	float:left;
	width:100%;
	font-size:16px;
	line-height:18px;
	color:#be986b;
	font-weight:normal;
}
#left_container .common_content p {
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#333;
	padding-bottom:22px;
}
#left_container .adventure_content ul {
	float:left;
	width:100%;
	list-style: disc;
	list-style-position:inside;
	margin-bottom: 5px;
}
#left_container .adventure_content ul li {
	float:left;
	width:98%;
	padding:5px 0;
	list-style-type: disc;
	list-style-position: inside;
}
#left_container .adventure_content ul li a {
	float:left;
	width:auto;
	color:##333333;
	text-decoration:none;
}
#left_container .adventure_content ul li .gfield_description a {
	float:none;
}
#left_container .adventure_content ul li a:hover {
	text-decoration:underline;
}
#left_container .adventure_content ul li ul li {
	float:left;
	width:98%;
	padding:4px 0 4px 15px;
}
#left_container .adventure_content .gform_wrapper ul li {
	list-style-type: none;
}
#left_container .adventure_content ol {
	float:left;
	width:90%;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:decimal;
	margin:0;
	padding:5px 0 15px 30px;
}
#left_container .adventure_content ol li {
	line-height:14px;
	padding-bottom:6px;
	list-style-type:decimal;
	clear:both;
}
#left_container .adventure_content ol li ol li {
	line-height:14px;
	padding-bottom:6px;
	list-style-type:lower-roman;
	clear:both;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	clear: both;
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}





/*******right container*************/

#right_container {
	float:right;
	width: 310px;
	padding: 20px 0 0 10px;
	background: url('images/right-col-BG.png') no-repeat top left;
}
#right_container .grid_4 img {
	float:left;
	border:5px solid #bd976b;
	margin-bottom:20px;
}
#right_container .grid_4 .resiter_img {
	float:left;
	width:300px;
	border:none;
	margin-top:20px;
	margin-bottom:15px;
}
#right_container .profile_content {
	float:left;
	width:270px;
	background:#f2edd0;
	padding:10px;
	margin-left: 10px;
}
#right_container .profile_content p {
	padding: 5px;
}
#right_container .profile_content ul {
	float:left;
	width:100%;
	list-style:none;
}
#right_container .profile_content ul li {
	float:left;
	width:100%;
	font-size:13px;
	line-height:15px;
	color:#333;
	line-height:24px;
}
#right_container .profile_content ul li strong {
	font-weight:bold;
}
#right_container .blog_sidebar .widget-title {
	display: block;
}
#right_container .blog_sidebar h3 {
	font-size: 18px;
	color:#0d140d;
	padding-bottom:5px;
}
#right_container .blog_sidebar ul {
	margin-bottom: 10px;
}
#left_container .search_result_details {
	float:left;
	width:100%;
	padding-bottom:50px;
}
#left_container .search_result_details h2 {
	float:left;
	width:100%;
	font-size:19px;
	line-height:21px;
	color:#333;
	padding-bottom:35px;
}
#left_container .search_result_details ul {
	float:left;
	width:100%;
	list-style:none;
}
#left_container .search_result_details ul li {
	float:left;
	width:100%;
	padding-bottom:20px;
}
#left_container .search_result_details .grid_1 {
	background: url(images/pic_date_bg.jpg) no-repeat 0 0;
	padding:4px;
	width:52px;
}
#left_container .search_result_details h3 {
	font-size:18px;
	color:#0d140d;
	padding-bottom:5px;
}
#left_container .search_result_details h3 a {
	color:#0d140d;
	text-decoration:none;
}
#left_container .search_result_details h4 {
	font-size:16px;
	color:#be986b;
	padding-bottom:5px;
}
#left_container .search_result_details h4 a {
	color:#be986b;
	text-decoration:none;
}
#left_container .search_result_details p {
	line-height:20px;
}
#left_container .search_result_details h5 {
	color:#be986b;
	font-size:22px;
	text-align:center;
	font-weight:bold;
	padding-bottom:23px;
	padding-top:5px;
	width:100%;
	float:left;
	text-align:center;
}
#left_container .search_result_details h5 span {
	width:100%;
	float:left;
	text-align:center;
	font-size:14px;
}
#right_container .execphpwidget ul {
	float:left;
	width:100%;
	list-style: disc;
	list-style-position:inside;
	margin-bottom: 5px;
}
#right_container .execphpwidget ul li {
	float:left;
	width:98%;
	padding:5px 0;
	list-style-type: disc;
	list-style-position: inside;
}
#right_container .execphpwidget ul li a {
	float:left;
	width:auto;
	color:##333333;
	text-decoration:none;
}
#right_container .execphpwidget ul li a:hover {
	text-decoration:underline;
}
#right_container .execphpwidget ul li ul li {
	float:left;
	width:98%;
	padding:4px 0 4px 15px;
}
#right_container .execphpwidget .gform_wrapper ul li {
	list-style-type: none;
}
#right_container .grid_4 .menu a {
	text-decoration: none;
	font-size:16px;
}
#right_container .grid_4 .menu li {
	margin-bottom: 3px;
}
#right_container .grid_4 h4.widget-title {
	font-size: 18px;
	font-weight:bold;
	display:block;
	margin-top: 15px;
	margin-bottom: 3px;
	text-decoration: underline;
}
#right_container .gform_body ul li.gfield {
	list-style-type: none;
	background: none;
	padding-bottom: 5px;
}
#right_container .gform_footer.top_label {
	margin-top: 0px;
	padding-top: 6px;
}
#right_container .menu {
	padding: 10px;
	border: solid 1px #b7936a;
	background-color:#eee7d0;
	margin-bottom: 10px;
}
/*******Slickr Flickr*************/

.slickr-flickr-slideshow.landscape.medium {
	max-width: 300px;
	height: 250px!important;
}
/*******right container ends*************/

/******* body container ends*************/ 



/******** footer **********/

#outer_footer {
	width:100%;
	float:left;
	background:url(images/footer_bg.jpg) repeat-x 0 top;
}
footer {
	width:100%;
	float:left;
	height:321px;
}
footer .footer_content {
	width:100%;
	float:left;
	padding:25px 0 0 0;
	height:225px;
}
footer h2 {
	font-size:18px;
	color:#fff;
	line-height:19px;
	padding-bottom:10px;
}
footer .grid_4 {
	width:305px !important;
}
footer .grid_4 form {
	width:100%;
	float:left;
}
footer .grid_4 p {
	font-size:15px;
	color:#be986b;
	line-height:25px;
	padding-bottom:10px;
}
footer .grid_4 p span {
	color:#d8c791;
	font-size:16px;
}
footer .grid_4 p a {
	color:#d8c791;
	font-size:16px;
}
footer .grid_4 p a:hover {
	text-decoration:none;
}
footer .grid_4 input {
	width:280px;
	float:left;
	background:#fff;
	color:#be986b;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	padding:3px 10px;
	line-height:18px;
	margin-bottom:10px;
}
footer .grid_4 input.submit {
	width:140px;
	height:31px;
	float:left;
	margin:0;
	padding:0;
	border:0;
	background:url(images/submit_btn.jpg) no-repeat 0 0;
	cursor:pointer;
}
footer .grid_4 ul {
	width:100%;
	float:left;
	list-style:none;
	padding-top:5px;
}
footer .grid_4 ul li {
	width:auto;
	float:left;
	margin-right:8px;
	display:inline;
}
footer .grid_4 ul li.last {
	margin-right:0;
}
footer .footer_bottom {
	width:100%;
	float:left;
	padding-top:18px;
}
footer .footer_bottom ul {
	width:auto;
	float:right;
	list-style:none;
}
footer .footer_bottom ul li {
	width: auto;
	float:left;
	font-size:15px;
	background:url(images/divider.gif) no-repeat left center;
	padding:0 10px;
}
footer .footer_bottom ul li a {
	color:#fff;
	text-decoration:none;
}
footer .footer_bottom ul li a:hover {
	text-decoration:underline;
}
footer .footer_bottom ul li.first {
	padding-left:0;
	background:none;
}
footer .footer_bottom ul li.last {
	padding-right:0;
}
footer .footer_bottom p {
	font-size:12px;
	color:#fff;
	text-align:right;
	width:100%;
	float:right;
	padding-top:10px;
}
footer .footer_bottom .grid_9 {
	float:right;
}
/******** footer ends **********/



.widget-title {
	display:none;
}
.entry-title {
	padding-bottom:10px!important;
	margin:20px 0 0 0!important
}
.entry-summary {
	padding:10px 0
}
.entry-utility {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-top: 15px;
}
.error {
	padding:0px!important;
	margin:0px!important;
	line-height:22px!important;
	font-size:12px!important;
	color:#F0797C!important
}

#snippet-box {display:none!important;}

/******* Home Page Testimonials *******/
body.home .container_12 .grid_12 {
	background: url("images/line.gif") no-repeat scroll 0px top transparent;
	padding-top: 20px;
	}

.testimonials-widget blockquote p {
	font-size: 1em;
	text-decoration: none !important;
	}

.testimonials-widget .credit {
	font-size: .9em;
	font-weight: bold;
}
.toggler {
    background-color: #0e150e;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.25em;
    padding: 10px;
    text-align: center;
    display:none;
}
#map {
	width: 500px;
	height: 500px;
}
.map-wrapper {
	width: 100%;
	height: 200px; 
	background: url('/wp-content/uploads/2015/03/loading_icon.gif') no-repeat scroll center center rgba(0,0,0,0);
	display: inline-block;
}
#body_container input {
	margin: 5px;
}
/*
.banner_img img {
	max-width: 100%;
	height: auto;
}*/
#body_container h2, #body_container h1, footer h2, #right_container .grid_4 h4 { 
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}
/* center images */
.aligncenter {
    margin: 0 auto;
    text-align: center;
}
/* add some tags */
em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}

/* Mobile devices */
@media (max-width: 359px) {
	.toggler {
		display: block;
	}
	#body_container img {
		max-width: 100%;
		height: auto;
	}
	.toggler-icon {
	    cursor: pointer;
	    float: right;
	}
	#nav {
		display: none;
	}
	body {
		min-width: 0px;
	}
	.container_12 {
		width: 100%;
	}
	#main {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}
	#banner {
		float:none;
		margin-right: 0;
	}
	header {
		background: rgba(0, 0, 0, 0) url("images/header_bg.jpg") repeat-x scroll 0 top;
	    float: none;
	    height: auto;
	    width: 100%;
	}
	nav {
		float: none;
		padding-top: 0;
	}
	header .logo {
	    height: auto;
	    left: 0;
	    position: relative;
	    text-align: center;
	    top: 0;
	    width: 100%;
	    z-index: 1;
	}
	#headerContact {
		text-align: center;
	}
	#outer_footer {
		background-size: 100% auto;
	}
	/* mobile menu */
	nav ul {
		clear: both;
		background-color: #0f160f;
		float:none;
		padding: 0;
	}
	nav ul li {
		float:none;
    	width: auto;
	}
	nav ul li a {
		padding: 10px;
	}
	.container_12 .grid_6, .container_12 .grid_12, .container_12 .grid_4, .container_12 .grid_8 {
	    margin: 0 2%;
	    width: 96%;
	}
	.top_content .grid_6 img {
	    border: 5px solid #bd976b;
	    float: none;
	    height: auto;
	    margin-bottom: 20px;
	    max-width: 97%;
	}
	.container_12 .grid_5 {
		width: auto;
	}
	footer {
	    float: none;
	    height: auto;
	    width: 100%;
	}
	footer .footer_content {
		height: auto;
	}
	nav ul.sub-menu li {
		float:none;
		padding: 11px 0;
	}
	nav ul.sub-menu li.menu-item {
		width: 100%
	}
	nav li ul.sub-menu {
	    background: #000 none repeat scroll 0 0;
	    display: none;
	    left: 0;
	    margin: 0;
	    padding: 0;
	    position: relative;
	    top: 0;
	    width: 100%;
	    z-index: 9999;
	}
	nav li ul.sub-menu li ul.sub-menu {
	    background: #000 none repeat scroll 0 0;
	    display: none;
	    left: 0;
	    margin: 0;
	    padding: 0;
	    position: relative;
	    top: 0;
	    width: 100%;
	}
	#left_container {
	    float: none;
	    padding-bottom: 15px;
	    width: 100%;
	}
	
	#map {
		width: 100%;
		height: 200px;
	}
	
}