@import url(http://fonts.googleapis.com/css?family=Boogaloo);
.fadein { position:relative; width:620px; height:320px; }
.fadein img { position:absolute; left:0; top:0; }

@font-face {
    font-family: 'arial_rounded_mtregular';
    src: url('arial_rounded_mt-webfont.eot');
    src: url('arial_rounded_mt-webfont.eot?#iefix') format('embedded-opentype'),
         url('arial_rounded_mt-webfont.woff') format('woff'),
         url('arial_rounded_mt-webfont.ttf') format('truetype'),
         url('arial_rounded_mt-webfont.svg#arial_rounded_mtregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Basic jQuery Slider essential styles */

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family:"Arial Rounded MT Bold", Nunito, sans-serif, Arial;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #000;
	background-position: top;
}
a, a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #f27444;
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 5px 0;
}
h2 {
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 10px 0 15px 0;
	background: url(../images/divider.jpg) repeat-x bottom;
}
h3 {
	font-size: 21px;
	margin: 0 0 15px 0;
	padding: 0;
	padding: 0;
	color: #fff;
	font-weight: normal;
}
h4 {
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-family:"Arial Rounded MT Bold", Nunito, sans-serif, Arial;
}
h5 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
}
h6 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
}
.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}
.cleaner_h10 {
	clear: both;
	width: 100%;
	height: 10px;
}
.cleaner_h20 {
	clear: both;
	width: 100%;
	height: 20px;
}
.cleaner_h30 {
	clear: both;
	width: 100%;
	height: 30px;
}
.cleaner_h40 {
	clear: both;
	width: 100%;
	height: 40px;
}
.cleaner_h50 {
	clear: both;
	width: 100%;
	height: 50px;
}
.cleaner_h60 {
	clear: both;
	width: 100%;
	height: 60px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.image_wrapper {
	display: inline-block;
	padding: 4px;
	border: 1px solid #fff;
	background: none;
	margin-bottom: 10px;
}

.image_fl {
	float: left;
	margin: 3px 15px 0 0;
}

.image_fr {
	float: right;
	margin: 3px 0 0 15px;
}

blockquote {
	font-style: italic;
	margin-left: 10px;
}

cite {
	font-weight: bold;
	color: #3b3823;
}

cite span {
	color: #696443;
}

em {
	color: #FFF;
}

.tmo_list {
	margin: 20px 10px;
	padding: 0;
	list-style: none;
}
.tmo_list li {
	background: transparent url(../images/list.png) no-repeat scroll 0 0px;
	margin: 0 0 20px;
	padding: 0 0 0 18px;
	line-height: 1em;
}
.tmo_list li a {
	color: #FFF;
	text-decoration: none;
}
.tmo_list li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.btn_more a {
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.btn_more a span {
	font-size: 14px;
}
.btn_more a:hover, .btn_more a span:hover {
	color: #fff;
}
.btn_more a span {
	font-size: 16px;
}
.button a {
	color: #666;
	font-weight: bold;
}
.button a span {
	color: #000;
	font-size: 14px;
}
.button a:hover {
	color: #000;
	text-decoration: none;
}
#top_wrapper {
	width: 100%;
	height: 45px;
}
#top {
	width: 100%;
	height: 45px;
	margin: 0 auto;
	background: url(../images/top_bar.jpg) center repeat-x;
}

#bottombars {
	width: 930px;
	height: 45px;
	padding: 0 10px;
	margin: 0 auto;
}

#smalllogo
{float: left;
width: 200px;
margin-top: 5px;
}

#social_box {
	float: right;
	display: inline-block;
	margin: 3px 0 0;
	padding: 0;
	list-style: none;
}

#social_box li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#social_box li a {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

#header_wrapper {
	width: 100%;
	height: 206px;
	background: url(../images/header2ab.jpg) no-repeat center;
}
#header {
	width: 940px;
	height: 206px;
	padding: 0 10px;
	margin: 0 auto;
	background: url(../images/header2ab.jpg) no-repeat center;
}
#header #site_title {
	float: left;
	width:263px;
	height:171px;
	background-image:url(../images/logonew2.jpg);
	padding-top: 0px;
	margin-left: 20px;
	margin-top: 35px;
}
#header #site_title h1 {
	margin: 0;
	padding: 0;
		
		
}
#header #site_title a {
	margin: 0px;
	padding: 0px;
	font-size:45px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
		font-family:"Arial Rounded MT Bold", Nunito, sans-serif, Arial;
		color:#FFF;
}
#header #site_title a span {
	font-family:"Arial Rounded MT Bold", Nunito, sans-serif, Arial;
	display: block;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	margin-top: 5px;
	font-weight: bold;
	margin-left: 5px;
	padding-top: 5px;
	color: #FFF;
}
#header_right {
	float: right;
	width: 660px;
}
/* menu */

#menu_wrapper {
	width: 100%;
	height: 50px;
	background: url(../images/menu2ab.jpg) center;
}
#menu {
	width: 940px;
	height: 50px;
	padding: 0 10px;
	margin: 0 auto;
	background: url(../images/menu2ab.jpg) center;
}
#menu ul {
	height: 53px;
	margin: 0;
	padding: 0px;
	list-style: none;
}
#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}
#menu ul li a {
	float: left;
	padding: 15px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	border: none;
}
#menu ul li a:hover, #menu ul .current {
	color: #FFF;
	background-color: #333;
}
/* end of menu */

/* content */

#middle_wrapper_outer {
	clear: both;
	width: 100%;
	background: url(../images/content_top2ab.jpg) top center no-repeat;
}
#middle_wrapper_inner {
	width: 950px;
	padding: 10px 0;
	margin: 0 auto;
	background: url(../images/content_top2ab.jpg) top center no-repeat;
}
#middle_top {
	width: 970px;
	height: 10px;
	margin: 0 auto;
	background: url(../images/content_top2ab.png) no-repeat;
}
#middle_bottom {
	width: 970px;
	height: 10px;
	margin: 0 auto;
	background: url(../images/content_bottom.png) no-repeat;
}
#middle {
	width: 920px;
	padding: 10px 25px;
	margin: 0 auto;
	background: url(../images/content_middle.png) repeat-y;
}
#content {
	float: left;
	width: 620px;
	padding-right: 20px;
	border-right: 1px solid #342e2e;
}
#content p {
	margin-bottom: 10px;
}
.content_box {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #433d3a;
}
.col_w310 {
	float: left;
	width: 270px;
	padding-right: 40px;
}
#slider {
	width: 600px;
	height: 365px;
	background: #000;
	border: 10px solid #000;
	border-bottom: 1px solid #433d3a;
	margin-bottom: 20px;
}
#sidebar {
	float: right;
	width: 260px;
}
.sidebar_box {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #433d3a;
}
.post_box {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #433d3a;
}

.post_box_border {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #433d3a;
	border-image:
}

.post_box_last {
	padding-bottom: 0;
	border-bottom: none;
}
.post_box h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 30px;
	font-family:"Arial Rounded MT Bold", Nunito, sans-serif, Arial;
}
.post_box h2 a {
	color: #FFF;
	text-decoration: none;
}
.post_box .post_meta {
	padding: 5px;
	margin-bottom: 20px;
	background: #000000;
}
.post_box p {
	text-align: justify;
	margin-bottom: 20px;
}
.post_box img {
	float: left;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #000;
	display: inline-block;
}
.post_box .category {
	float: left;
	width: 300px;
}
.post_box .comment {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 70px;
	height: 42px;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	background: url(images/comment.png) no-repeat;
}
.post_box .comment a {
	color: #333;
	text-decoration: none;
}
#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 585px;
}
.first_level {
	margin: 0;
	padding: 0;
}
.comments {
	list-style: none;
}
.comments li {
	margin-bottom: 10px;
	list-style: none;
}
.comments li .commentbox1 {
	border: 1px solid #3c3735;
	background: #282321;
}
.comments li .commentbox2 {
	border: 1px solid #534e4b;
	background: #3c3735;
}
.comments li .comment_box {
	clear: both;
	width: 100%;
	padding: 15px;
}
.comment_box .gravatar {
	float: left;
	width: 50px;
	border: 1px solid #3c3735;
	margin-right: 15px;
	background: #3c3735;
}
.comment_box .gravatar img {
	margin: 0;
	width: 50px;
	height: 50px;
}
.comment_box .comment_text {
	margin: 0 0 0 65px;
}
.comment_box .comment_text p {
	margin: 0;
	color: #aaaaaa;
}
.comment_text .comment_author {
	font-size: 14px;
	color: #d25050;
	margin-bottom: 10px;
}
.comment_text .date {
	font-size: 12px;
	font-weight: normal;
	color: #948393;
	padding-left: 10px;
}
.comment_text .time {
	font-size: 12px;
	font-weight: normal;
	color: #948393;
	padding-left: 10px;
}
.comment_text .reply a {
	display: block;
	clear: both;
	float: right;
	padding: 1px 10px;
	height: 24px;
	text-align: center;
	background: #3694ab;
	border: 1px solid #fff;
	color: #fff;
}
#comment_form {
	clear: both;
}
#comment_form h3 {
	font-size: 20px;
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#comment_form form {
	padding: 20px;
	background: #282321;
	border: 1px solid #3c3735;
}
#comment_form textarea {
	background: #13100F none repeat fixed 0 0;
	border: 1px solid #3c3735;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	height: 150px;
	margin-top: 5px;
	padding: 5px;
	width: 450px;
}
#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}
#comment_form form input {
	margin-top: 5px;
	padding: 5px;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	background: #13100F none repeat fixed 0 0;
	border: 1px solid #3c3735;
}
#comment_form .submit_btn {
	width: 90px;
	font-weight: bold;
	color: #aaaaaa;
	cursor: pointer;
	padding: 8px 10px;
}
.service_box {
	clear: both;
	margin-bottom: 50px;
}
.service_box img {
	float: left;
	width: 48px;
	height: 48px;
}
.service_box .sb_right {
	float: right;
	width: 540px;
}
#contact_form {
	padding: 0;
}
#contact_form form {
	margin: 0px;
	padding: 0px;
}
#contact_form form input {
	margin-top: 5px;
	padding: 5px;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	background: #13100F none repeat fixed 0 0;
	border: 1px solid #3c3735;
}
#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 14px;
	color: #a39d9d;
}
#contact_form form textarea {
	background: #13100F none repeat fixed 0 0;
	border: 1px solid #3c3735;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	height: 150px;
	margin-top: 5px;
	padding: 5px;
	width: 260px;
}
#contact_form .submit_btn {
	width: 90px;
	font-weight: bold;
	color: #aaaaaa;
	cursor: pointer;
	padding: 8px 10px;
}
/* gallery */
#gallery {
	clear: both;
}
#gallery a {
	border: none;
}
#gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gallery ul li {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #433d3a;
}
#gallery ul li .left {
	float: left;
	width: 300px;
}
#gallery ul li .left img {
	width: 260px;
	height: 160px;
	border: 5px solid #000;
}
#gallery ul li .right {
	float: right;
	width: 320px;
}
/* end of gallery */

.ads_125 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ads_125 li {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline-block;
}
.ads_125 li a {
	display: block;
	width: 123px;
	height: 123px;
}
.ads_125 img {
	border: solid 1px #000000;

}
.ads_125 .odd {
	margin-right: 0;
}
.ads_125 .last_row {
	margin-bottom: 0;
}
.recent_comment_box {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px dashed #433d3a;
}
.recent_comment_box a {
	color: #FFF;
	font-weight: bold;
}
/* footer */

#footer {
	clear: both;
	width: 930px;
	padding: 20px;
}
.col_w310 {
	width: 270px;
	padding-right: 40px;
}
#footer h4 {
	color: #cfbbb1;
	margin-bottom: 10px;
}
#footer p {
	margin-bottom: 10px;
}
#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer li {
	padding: 0;
	margin: 0 0 5px 0;
}
#footer li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #322d2b;
}
#footer li a:hover {
	color: #fff;
}
#footer .last {
	padding-right: 0;
}
/* end of footer*/

/* copyright */

#copyright_wrapper {
	width: 100%;
	background: #111111;
	border-top: 1px solid #605B57;
}
#copyright {
	clear: both;
	width: 930px;
	padding: 10px 20px;
	margin: 0 auto;
	text-align: center;
	color: #cfbbb1;
	/* [disabled]border-top: 1px solid #000;
*/
}
#copyright a {
	color: #cfbbb1;
}
/* end of copyright */
#featuredslideshow {
	display: block;
	width: 600px;
	height: 360px;
	overflow: hidden;
	background: #000;
}
.svwp {
	width: 50px;
	height: 20px;
	background: #fff;
} /*preloader stuff. do not modify!*/
.svwp ul {
	position: relative;
	left: -999em;
}/*preloader stuff. do not modify!*/
.slideViewer {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slideViewer ul {  /*your list of images*/
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.slideViewer ul li {
	float: left;
}
/*typographic info*/
.slideViewer span.typo {
	padding: 10px; /* do not modify padding */
	background: #000;
	color: #fff;
	font: normal 10px Verdana;
}
.thumbSlider { /*the thumbnails slider*/
	overflow: hidden;
	width: 1%;
}
.thumbSlider ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.thumbSlider ul li {
	float: left;
	margin: 0;
}
.thumbSlider a {
	color: #fff;
	text-decoration: none;
}
.thumbSlider a img {
	border: 0;
	display: block;
	padding: 0;
}
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
	/* width, height and top values are dynamically added by the script. Do not modify. */
	position: relative;
	left: 0;
	font-size: 0.01em;
	left: 0;
	margin: 0;
	padding: 0;
}
a.left, a.right { /*the left and right buttons (links)*/
	background: transparent; /* could be any color  */
	color: #ff0000;
	font: bold 16px Arial;
	overflow: hidden;
}
a.left span, a.right span {
}
a.left img, a.right img {
	border: 0;
}
a.l_dis, a.r_dis {
	background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
	cursor: default;
}
a.l_dis span, a.r_dis span {
	display: none;
}
a:focus {
	outline: none;
}
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
input.dp-applied {
	width: 140px;
	float: left;
}

a.dp-choose-date {
 background: url("../images/calendar.png") no-repeat scroll 0 0 transparent;
    bottom: 30px;
    display: block;
    float: left;
    height: 22px;
    left: 235px;
    margin: 5px 3px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: -2000px;
    width: 22px;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/** HIDE MOBILE ELEMENTS **/

.mobile-header-image {
	display: none;
}

.mobile-menu {
	display: none;	
}

.mobile-menu-toggle {
	display:none;	
}

.mobile-head-image {
	display:none;	
}

.side-nav {
	display:none;	
}


/** START MOBILE CSS **/
@media (max-width: 800px) {

body {
	margin: 0px 10px;
}

#middle_wrapper_outer {
	background: none;	
}

#content {
	width: 100%;
	padding:0px;
	border:0px;	
}

#middle {
	width: 100%;
	padding: 0px;
	background: none;
}

#middle_top {
	display: none;
}

#middle_bottom {
	width: 100%;	
}

#middle_wrapper_inner {
	width: 100%;
	padding:0px;	
}

#footer {
	width: 100%;
	padding: 0px;	
}

.col_w310 {
	width: 100%;
	padding: 0px;	
}

.post_box {
	border: 0px;	
}

.mobile-friendly {
	display: none!important;	
}

#sidebar {
	display: none;	
}

#header {
	display: none;	
}

#header_wrapper {
	display: none;	
}

#copyright_wrapper {
	display: none;	
}

#copyright {
	display: none;	
}

#menu_wrapper {
	display: none;	
}

.mobile-friendly {
	display: none;	
}

#banner-fade {
	margin-top: 65px;	
}

#middle_wrapper_inner {
	background: none;	
}

.post_box h2 {
	margin-top: 70px;	
}


/** MOBILE MENU CSS **/

.mobile-menu {
	background-image: none;
	background-color: #2b2b2b;
	height: 56px;
	width:100%;
	color: #fff;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	position: fixed;
	top:0px;
	left: 0px;
	z-index: 500;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
}

.side-nav {
	position: fixed;
	width: 100%;
	top: -280px;
	left:0px;
	transition: all 0.5s ease;
	background-color: #fff;
	z-index: 400;
	display:block;
	background-color: #b1b1b1;
}

ul.navList {
	width: 100%;
	padding:0px;
	margin:0px;
}

ul.navList li {
	border-bottom: 1px dashed #fff;
	list-style-type: none;
	font-family: arial;
	padding: 6px;
}

ul.navList li a {
	color: #fff;
}

.mobile-menu-toggle {
	display: block;
	font-size: 22px;
	float: right;
	cursor: pointer;
	padding: 18px 15px;
	z-index:500;
}

.side-nav .mobile-menu-toggle {
	float:none;
	text-align:center;
	font-size:16px;
	background-color: #E0F2F1;
	position:absolute;
	width:170px;
	bottom:0px;
}

.toggle-nav {
	top: 56px;	
}

/** END MOBILE MENU **/
.fadein {
	position: relative;
	margin-top: 75px;
	height: auto;
	padding-bottom: 50%;
	width: 100%;
}
.fadein img {
	width: 100%;
	height:auto;	
}

.post_box_last img {
	width: 100%;
	padding:0px;
	height:auto;	
}

}
