#legacy {
	/*
    * Skeleton V1.2
    * Copyright 2011, Dave Gamache
    * www.getskeleton.com
    * Free to use under the MIT license.
    * http: //www.opensource.org/licenses/mit-license.php
    * 6/20/2012
    */
	/* #Reset & Basics (Inspired by E. Meyers)  */
	/* Basic Styles */
	/* Main Fonts */
	/* font size */
	/* margin */
	/* Font size */
	/* height */
	/* Backgrounds */
	/* Colors */
	/* borders */
	/* Aligns */
	/* Typography */
	/* Links */
	/* Images */
	/* Tipsy */
	/* Rounded corners */
	/* Uncomment for shadow */
	/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
	/* Rules to colour arrows */
}
#legacy html, #legacy body, #legacy div, #legacy span, #legacy applet, #legacy object, #legacy iframe, #legacy h1, #legacy h2, #legacy h3, #legacy h4, #legacy h5, #legacy h6, #legacy p, #legacy blockquote, #legacy pre, #legacy a, #legacy abbr, #legacy acronym, #legacy address, #legacy big, #legacy cite, #legacy code, #legacy del, #legacy dfn, #legacy em, #legacy img, #legacy ins, #legacy kbd, #legacy q, #legacy s, #legacy samp, #legacy small, #legacy strike, #legacy strong, #legacy sub, #legacy sup, #legacy tt, #legacy var, #legacy b, #legacy u, #legacy i, #legacy center, #legacy dl, #legacy dt, #legacy dd, #legacy ol, #legacy ul, #legacy li, #legacy fieldset, #legacy form, #legacy label, #legacy legend, #legacy table, #legacy caption, #legacy tbody, #legacy tfoot, #legacy thead, #legacy tr, #legacy th, #legacy td, #legacy article, #legacy aside, #legacy canvas, #legacy details, #legacy embed, #legacy figure, #legacy figcaption, #legacy footer, #legacy header, #legacy hgroup, #legacy menu, #legacy nav, #legacy output, #legacy ruby, #legacy section, #legacy summary, #legacy time, #legacy mark, #legacy audio, #legacy video {
	border: 0;
	vertical-align: baseline;
}
#legacy body {
	font-size: 13px;
	line-height: 22px;
}
#legacy article, #legacy aside, #legacy details, #legacy figcaption, #legacy figure, #legacy footer, #legacy header, #legacy hgroup, #legacy menu, #legacy nav, #legacy section {
	display: block;
}
#legacy ol, #legacy ul, #legacy li {
	list-style: inside;
}
#legacy ol li {
	list-style: inside decimal;
}
#legacy blockquote, #legacy q {
	quotes: none;
}
#legacy blockquote:before, #legacy blockquote:after,
#legacy q:before, #legacy q:after {
	content: "";
	content: none;
}
#legacy table {
	border-collapse: collapse;
	border-spacing: 0;
}
#legacy p {
	margin: 0 0 20px 0;
	line-height: 22px;
	font-size: 13px;
	color: #7c7c7c;
}
#legacy html {
	-webkit-text-size-adjust: none;
}
#legacy * {
	outline: none;
}
#legacy input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#legacy blockquote {
	font-weight: normal;
}
#legacy .google-map iframe {
	width: 100%;
	min-height: 400px;
}
#legacy pre {
	background: #F5F5F5;
	color: #888;
	padding: 10px;
	margin: 0;
	border: 1px solid #E9E9E9;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-line;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 30px;
}
#legacy .display_none {
	display: none;
}

#legacy .button-default, #legacy button[type=submit], #legacy .widget .search-submit, #legacy input[type=submit], #legacy input[type=button] {
	display: inline-block;
	margin: 5px 5px 5px 0;
	border: none;
	cursor: pointer;
	text-shadow: none !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 21px;
}
#legacy .button-default i, #legacy input[type=submit] i {
	margin-right: 10px;
}
#legacy .button-default.large {
	padding: 8px 30px;
}
#legacy .button-default.medium, #legacy input[type=submit], #legacy .comment-form input[type=submit] {
	padding: 7px 21px;
}
#legacy .button-default.small {
	padding: 7px 15px;
}
#legacy .button-default.mini {
	padding: 3px 10px;
}
#legacy .f_left {
	float: left !important;
}
#legacy .f_right {
	float: right !important;
}
#legacy input[type=text],
#legacy input[type=password],
#legacy input[type=email],
#legacy input[type=url],
#legacy input[type=search],
#legacy input[type=tel],
#legacy textarea,
#legacy select {
	width: 100%;
	padding: 4px 10px;
	background-color: #FFF;
	border: 1px solid #ececec;
	margin-bottom: 20px;
	font-size: 14px;
	-moz-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
	-webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
	-o-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
	transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
#legacy textarea {
	min-height: 60px;
}
#legacy select {
	width: 220px;
	padding: 5px;
}
#legacy label, #legacy legend {
	cursor: pointer;
	display: block;
}
#legacy .button-default.mini {
	font-size: 12px;
}
#legacy .button-default.small {
	font-size: 14px;
}
#legacy .button-default.medium {
	font-size: 16px;
}
#legacy .button-default.large {
	font-size: 18px;
}
#legacy .padding_t_4 {
	padding-top: 4px;
}
#legacy .margin_r_0_l_10 {
	margin-right: 0 !important;
	margin-left: 10px !important;
}
#legacy .margin_r_10_l_0 {
	margin-right: 10px !important;
	margin-left: 0 !important;
}
#legacy .margin_0 {
	margin: 0 !important;
}
#legacy .margin_r_5 {
	margin-right: 5px;
}
#legacy .margin_r_7 {
	margin-right: 7px;
}
#legacy .margin_r_10 {
	margin-right: 10px;
}
#legacy .margin_r_15 {
	margin-right: 15px;
}
#legacy .margin_r_20 {
	margin-right: 20px;
}
#legacy .margin_l_5 {
	margin-left: 5px;
}
#legacy .margin_l_7 {
	margin-left: 7px;
}
#legacy .margin_l_10 {
	margin-left: 10px;
}
#legacy .margin_l_15 {
	margin-left: 15px;
}
#legacy .margin_l_20 {
	margin-left: 20px;
}
#legacy .margin_t_5 {
	margin-top: 5px;
}
#legacy .margin_t_7 {
	margin-top: 7px;
}
#legacy .margin_t_10 {
	margin-top: 10px;
}
#legacy .margin_t_15 {
	margin-top: 15px;
}
#legacy .margin_t_20 {
	margin-top: 20px;
}
#legacy .margin_t_25 {
	margin-top: 25px;
}
#legacy .margin_t_50 {
	margin-top: 50px;
}
#legacy .margin_b_5 {
	margin-bottom: 5px;
}
#legacy .margin_b_7 {
	margin-bottom: 7px;
}
#legacy .margin_b_10 {
	margin-bottom: 10px;
}
#legacy .margin_b_15 {
	margin-bottom: 15px;
}
#legacy .margin_b_20 {
	margin-bottom: 20px !important;
}
#legacy .margin_b_25 {
	margin-bottom: 25px !important;
}
#legacy .margin_b_30 {
	margin-bottom: 30px !important;
}
#legacy .margin_b_35 {
	margin-bottom: 35px;
}
#legacy .margin_b_40 {
	margin-bottom: 40px !important;
}
#legacy .margin_b_50 {
	margin-bottom: 50px;
}
#legacy .font10 {
	font-size: 10px;
}
#legacy .font11 {
	font-size: 11px;
}
#legacy .font12 {
	font-size: 12px;
}
#legacy .font13 {
	font-size: 13px;
}
#legacy .font14 {
	font-size: 14px;
}
#legacy .font15 {
	font-size: 15px;
}
#legacy .font16 {
	font-size: 16px;
}
#legacy .font17 {
	font-size: 17px;
}
#legacy .font18 {
	font-size: 18px;
}
#legacy .font19 {
	font-size: 19px;
}
#legacy .font20 {
	font-size: 20px;
}
#legacy .font21 {
	font-size: 21px;
}
#legacy .font22 {
	font-size: 22px;
}
#legacy .font23 {
	font-size: 23px;
}
#legacy .font24 {
	font-size: 24px;
}
#legacy .font25 {
	font-size: 25px;
}
#legacy .font26 {
	font-size: 26px;
}
#legacy .font27 {
	font-size: 27px;
}
#legacy .font28 {
	font-size: 28px;
}
#legacy .font29 {
	font-size: 29px;
}
#legacy .font30 {
	font-size: 30px;
}
#legacy .font31 {
	font-size: 31px;
}
#legacy .font32 {
	font-size: 32px;
}
#legacy .font33 {
	font-size: 33px;
}
#legacy .font34 {
	font-size: 34px;
}
#legacy .font35 {
	font-size: 35px;
}
#legacy .font36 {
	font-size: 36px;
}
#legacy .font37 {
	font-size: 37px;
}
#legacy .font38 {
	font-size: 38px;
}
#legacy .font39 {
	font-size: 39px;
}
#legacy .font40 {
	font-size: 40px;
}
#legacy .font41 {
	font-size: 41px;
}
#legacy .font42 {
	font-size: 42px;
}
#legacy .font43 {
	font-size: 43px;
}
#legacy .font44 {
	font-size: 44px;
}
#legacy .font45 {
	font-size: 45px;
}
#legacy .font46 {
	font-size: 46px;
}
#legacy .font47 {
	font-size: 47px;
}
#legacy .font48 {
	font-size: 48px;
}
#legacy .font49 {
	font-size: 49px;
}
#legacy .font50 {
	font-size: 50px;
}
#legacy .font51 {
	font-size: 51px;
}
#legacy .font52 {
	font-size: 52px;
}
#legacy .font53 {
	font-size: 53px;
}
#legacy .font54 {
	font-size: 54px;
}
#legacy .font55 {
	font-size: 55px;
}
#legacy .font56 {
	font-size: 56px;
}
#legacy .font57 {
	font-size: 57px;
}
#legacy .font58 {
	font-size: 58px;
}
#legacy .font59 {
	font-size: 59px;
}
#legacy .font60 {
	font-size: 60px;
}
#legacy .font61 {
	font-size: 61px;
}
#legacy .font62 {
	font-size: 62px;
}
#legacy .font63 {
	font-size: 63px;
}
#legacy .font64 {
	font-size: 64px;
}
#legacy .font65 {
	font-size: 65px;
}
#legacy .font66 {
	font-size: 66px;
}
#legacy .font67 {
	font-size: 67px;
}
#legacy .font68 {
	font-size: 68px;
}
#legacy .font69 {
	font-size: 69px;
}
#legacy .font70 {
	font-size: 70px;
}
#legacy .font71 {
	font-size: 71px;
}
#legacy .font72 {
	font-size: 72px;
}
#legacy .font73 {
	font-size: 73px;
}
#legacy .font74 {
	font-size: 74px;
}
#legacy .font75 {
	font-size: 75px;
}
#legacy .font76 {
	font-size: 76px;
}
#legacy .font77 {
	font-size: 77px;
}
#legacy .font78 {
	font-size: 78px;
}
#legacy .font79 {
	font-size: 79px;
}
#legacy .font80 {
	font-size: 80px;
}
#legacy .font81 {
	font-size: 81px;
}
#legacy .font82 {
	font-size: 82px;
}
#legacy .font83 {
	font-size: 83px;
}
#legacy .font84 {
	font-size: 84px;
}
#legacy .font85 {
	font-size: 85px;
}
#legacy .font86 {
	font-size: 86px;
}
#legacy .font87 {
	font-size: 87px;
}
#legacy .font88 {
	font-size: 88px;
}
#legacy .font89 {
	font-size: 89px;
}
#legacy .font90 {
	font-size: 90px;
}
#legacy .font91 {
	font-size: 91px;
}
#legacy .font92 {
	font-size: 92px;
}
#legacy .font93 {
	font-size: 93px;
}
#legacy .font94 {
	font-size: 94px;
}
#legacy .font95 {
	font-size: 95px;
}
#legacy .font96 {
	font-size: 96px;
}
#legacy .font97 {
	font-size: 97px;
}
#legacy .font98 {
	font-size: 98px;
}
#legacy .font99 {
	font-size: 99px;
}
#legacy .font100 {
	font-size: 100px;
}
#legacy .height_10 {
	height: 10px !important;
}
#legacy .height_15 {
	height: 15px !important;
}
#legacy .height_20 {
	height: 20px !important;
}
#legacy .height_25 {
	height: 25px !important;
}
#legacy .height_30 {
	height: 30px;
	width: 30px;
}
#legacy .height_30 i {
	line-height: 30px;
}
#legacy .height_40 {
	height: 40px;
	width: 40px;
}
#legacy .height_40 i {
	line-height: 40px;
}
#legacy .height_50 {
	height: 50px;
	width: 50px;
}
#legacy .height_50 i {
	line-height: 50px;
}
#legacy .height_60 {
	height: 60px;
	width: 60px;
}
#legacy .height_60 i {
	line-height: 60px;
}
#legacy .height_70 {
	height: 70px;
	width: 70px;
}
#legacy .height_60 i {
	line-height: 60px;
}
#legacy .height_80 {
	height: 80px;
	width: 80px;
}
#legacy .height_80 i {
	line-height: 80px;
}
#legacy .height_90 {
	height: 90px;
	width: 90px;
}
#legacy .height_90 i {
	line-height: 90px;
}
#legacy .height_100 {
	height: 100px;
	width: 100px;
}
#legacy .height_100 i {
	line-height: 100px;
}
#legacy .gap {
	height: 30px;
	clear: both;
}
#legacy .button-default.black, #legacy .button-default.dark_button.color, #legacy .button-default.color:hover {
	background: #252525;
}
#legacy table.style th {
	background: #F3F3F3;
}
#legacy .more {
	background: #2f3239;
}
#legacy #map {
	background: #e5e3df;
}
#legacy .button-default.normal {
	background: #f1f1f1;
}
#legacy .more, #legacy .more:hover {
	color: #fff;
}
#legacy body, #legacy a.button-default.normal, #legacy a, #legacy li a:hover, #legacy p a:hover {
	color: #333;
}
#legacy .quote p {
	color: #757575;
}
#legacy .default-color {
	color: #2f3239;
}
#legacy #columns p {
	font-size: 13px;
	color: #2f3239;
}
#legacy hr.line {
	border: solid #EAEAEA;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
#legacy hr {
	border: solid #EAEAEA;
	border-width: 1px 0 0;
	clear: both;
	margin: -1px 0 20px 0;
	height: 0;
}
#legacy blockquote {
	margin: 0 0 20px 0;
	position: relative;
	padding: 20px;
}
#legacy blockquote p {
	margin: 0 !important;
}
#legacy table.style th, #legacy table.style td, #legacy .t_center {
	text-align: center;
}
#legacy .t_center {
	margin-right: auto;
	margin-left: auto;
}
#legacy span.t_center {
	display: block;
}
#legacy .t_left {
	text-align: left;
}
#legacy .t_right {
	text-align: right;
}
#legacy h1, #legacy h2, #legacy h3, #legacy h4, #legacy h5, #legacy h6 {
	text-transform: none;
	margin-top: 0;
	margin-bottom: 18px;
	font-weight: 600;
	color: #000;
}
#legacy h1 a, #legacy h2 a, #legacy h3 a, #legacy h4 a, #legacy h5 a, #legacy h6 a {
	font-weight: inherit;
}
#legacy h1 {
	font-size: 32px;
	line-height: 42px;
}
#legacy h2 {
	font-size: 28px;
	line-height: 38px;
}
#legacy h3 {
	font-size: 25px;
	line-height: 34px;
}
#legacy h4 {
	font-size: 22px;
	line-height: 31px;
}
#legacy h5 {
	font-size: 18px;
	line-height: 29px;
}
#legacy h6 {
	font-size: 14px;
	line-height: 27px;
}
#legacy em {
	font-style: italic;
}
#legacy strong {
	font-weight: bold;
}
#legacy small {
	font-size: 80%;
}
#legacy abbr {
	border-bottom: 1px dashed;
	cursor: help;
}
#legacy address,
#legacy cite,
#legacy em {
	font-style: italic;
}
#legacy dfn {
	border-bottom: 1px dashed;
	font-style: italic;
}
#legacy big {
	font-size: large;
}
#legacy small,
#legacy sub,
#legacy sup {
	position: relative;
	font-size: 11px;
	vertical-align: baseline;
}
#legacy sub {
	top: 3px;
}
#legacy sup {
	bottom: 3px;
}
#legacy strong,
#legacy b {
	font-weight: bold;
}
#legacy mark {
	display: inline;
	padding: 2px 4px;
	background-color: #f6f2d6;
	color: #7c6d08;
}
#legacy mark.dark {
	background-color: #333;
	color: #ffffff;
}
#legacy .table-style-1 table, #legacy .table-style-2 table, #legacy table {
	/*margin: 0 0 30px 0;
	text-align: left;
	border: 1px solid #dbdbdb;
	width: 100%;*/
}
#legacy .table-style-1 tr:nth-child(even), #legacy .table-style-2 tr:nth-child(even), #legacy table tr:nth-child(even) {
	background: #ffffff;
}
#legacy .table-style-1 tr:nth-child(odd), #legacy .table-style-2 tr:nth-child(odd), #legacy table tr:nth-child(odd) {
	background: #ffffff;
}
#legacy .table-style-1 th,
#legacy .table-style-1 td,
#legacy .table-striped th,
#legacy .table-striped td,
#legacy .table-style-2 th,
#legacy .table-style-2 td {
	padding: 10px;
	vertical-align: middle;
	font-size: ;
}
#legacy .table-style-1 tr:hover, #legacy .table-style-2 tr:hover, #legacy table tr:hover {
	background: #fafafa;
}
#legacy .table-style-1 thead th, #legacy .table-style-2 thead th, #legacy table thead th {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	border: none;
	border: 1px solid #dbdbdb;
	padding: 10px;
	background-color: #F9F9F9;
}
#legacy a, #legacy .button-default, #legacy .widget .search-submit, #legacy input[type=submit], #legacy button[type=submit], #legacy input[type=button], #legacy .post-meta-category i, #legacy .post-meta-comment i, #legacy .gallery-icon a:before, #legacy .slideshow-overlay:before {
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
#legacy .navigation_mobile_click, #legacy .navigation_mobile_click:before, #legacy .post-edit i, #legacy .post-delete i, #legacy .mega-menu-img img {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#legacy a {
	text-decoration: none;
}
#legacy img {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	height: auto;
}
#legacy .tipsy {
	font-size: 13px;
	position: absolute;
	padding: 5px;
	z-index: 100000;
}
#legacy .tipsy-inner {
	background-color: #000;
	color: #FFF;
	max-width: 200px;
	padding: 7px 10px 6px;
	text-align: center;
}
#legacy .tipsy-inner {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#legacy .tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #000;
}
#legacy .tipsy-arrow-n {
	border-bottom-color: #000;
}
#legacy .tipsy-arrow-s {
	border-top-color: #000;
}
#legacy .tipsy-arrow-e {
	border-left-color: #000;
}
#legacy .tipsy-arrow-w {
	border-right-color: #000;
}
#legacy .tipsy-n .tipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
#legacy .tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
#legacy .tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
#legacy .tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
#legacy .tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
#legacy .tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
#legacy .tipsy-e .tipsy-arrow {
	right: 0;
	top: 50%;
	margin-top: -5px;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
#legacy .tipsy-w .tipsy-arrow {
	left: 0;
	top: 50%;
	margin-top: -5px;
	border-right-style: solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
