



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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
iframe,
embed,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
    background: none repeat scroll 0 0 #fff;
    border-left: 5px solid #ddd;
    color: #555;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
    padding: 15px;
}

blockquote p{
	margin:0;
}


blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); 
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	height:180px;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	padding: 7px;
}

th {
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

.last-ele{
	margin:0 !important;
}


input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	-moz-box-sizing: border-box;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.71429;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0.57rem;
    width: 100%;
	border-radius: 3px;	
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
    padding: 10.5px;
}

select{
	border: 1px solid #ddd;
    border-radius: 3px;
    padding: 9px;
    width: 100%;
}



::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; 
}

:-ms-input-placeholder {
	color: #939393;
}


#logo #site-title a,
#logo #site-description,
.main-navigation a,
#contact-block .ctitle,
#contact-block .cadds,
#contact-block .copyright_txt,
#contact-block .copyright_txt a,
h1.entry-title ,
h1.post-title a ,
.single h1.post-title,
h1.entry-title span,
.notfound-title
{
	font-family: Lato,sans-serif;
}



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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
#searchform input,
#sidebar .wpt-widget select,
#sidebar h3.wpt-widget-title,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	 font-family: open sans;
} 



html{
	overflow-x: hidden;
    overflow-y: visible;
}
html,body{
	width:100%;
	height: 100%;
	color:#111;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	padding:0 !important;
}

body{
	line-height: 26px;
	font-size:14px;
	background: none repeat scroll 0 0 #555;
	word-wrap: break-word;
}

body.display-sidebar #header { 
	left: 0px; 
}

body.display-sidebar { 
	margin-left: 260px !important; 
}

#boxscroll {
	padding: 40px;
	height: 220px;
	width: 300px;
	border: 2px solid #00F;
	overflow: auto;
    margin-bottom:20px;
}

.content-overlay{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
	display:none;
}



.sticky {
	display: block;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text,
.gallery-caption ,
.bypostauthor  {
	font-weight: normal;
}

.alignleft {
  	float: left;
  	margin: 0px 10px 10px 0px;
}
.alignright {
  	float: right;
  	margin: 0 0 10px 10px;
}
.aligncenter {
  	display: block;
  	margin: 0px auto 10px;
}


a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; 
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}


body.rfwbs-active .rfwbs_pagination, body.rfwbs-active .rfwbs_navi{
	z-index:999999999;
}


#header {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    left: -260px;
    position: fixed;
    top: 0;
    width: 260px;
    padding: 30px 20px 10px;
	box-shadow: 0 0 15px -10px #000;
    box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}
#header-trigger {
    border: 2px solid;
    border-radius: 2px;
    color: #fff;
    font-size: 21px;
    height: 40px;
    left: auto;
    line-height: 40px;
    margin-left: 20px;
    opacity: 0.7;
    outline: medium none;
    position: fixed;
    text-align: center;
    top: 20px;
    width: 40px;
    z-index: 5;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

#header-trigger,
#header{
	z-index:999999;
}	

#header-trigger:hover{
	opacity: 1;
}

#header-trigger.movetop{
	top:10px;
}

#header-trigger.pushdown{
	top:60px;
}

body.display-sidebar #header-trigger{
	color:#fff !important;
}

body.admin-bar #header-trigger{
	top:50px;
	z-index: 99999;
}

body.admin-bar #header{
	top:32px;
	z-index: 99999;
}

#sidebar .sidebar-inside {
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}


#logo {
	font-weight: normal;
	margin: 0px 0px 30px;
	line-height: 28px;
	text-align: center;
}

#logo #site-title a {
    color: #f2481a;
    display: block;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
	line-height: 1.1;
}

#logo #site-description{
    color: #777;
    font-size: 14px;
    margin-top: 5px;
	line-height: 1.1;
	font-weight: 300;
}

#logo a {
	color: #c6ff00;
	display: block;
	text-decoration: none;
}
#logo img { max-width: 100%; }
#logo a span { display: block; }
#logo a .image { margin-bottom: 10px; }
#logo a .text { font-size: 24px; }



.main-navigation {
	padding:15px 20px 40px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	text-align:center;
}
.main-navigation a {
    color: #111;
    display: block;
    padding: 9px 0;
	font-weight:300;
	position:relative;
    font-size: 16px;
	transition: all 0.3s linear 0s; 
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}
.main-navigation li {
	border-top: 1px dotted rgba(0, 0, 0, 0.08);
}
.main-navigation li:first-child{
	border-top:0;
}
.main-navigation li:first-child a{
	padding-bottom: 10px;
}
.main-navigation  li.menu-item-has-children > a:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px dotted transparent;
    border-top: 1px dotted #888;
    bottom: -2px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 10px;
}
.main-navigation li:hover > ul{
	display:block;
}
.main-navigation ul ul {
	display:none;
}
.main-navigation ul ul li:first-child{
	border-top: 1px dotted rgba(0, 0, 0, 0.08);
}
.main-navigation a:hover {
	color: #F2481A;
}
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color: #F2481A;
}


#follow-icons{
	list-style:none;
	text-align:center;
	margin:0;
}
#follow-icons li{
	display: inline-block;
}
#follow-icons  i{
    border: 1px solid;
    border-radius: 50%;
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    margin: 3px;
    width: 32px;
	transition: all 0.4s linear 0s; 
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
}


#contact-block{
    font-size: 14px;
    font-weight: 300;
    text-align: center;
	line-height: 23px;
	padding: 50px 20px 40px;
}
#contact-block .ctitle{
	border-bottom: 1px dotted rgba(0, 0, 0, 0.08);
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-bottom: 7px;
}
#contact-block .copyright_txt{
    border-top: 1px dotted rgba(0, 0, 0, 0.08);
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
}
#contact-block .copyright_txt a{
	font-variant: small-caps;
}


.foto-contact{
	margin-top:40px;
}
.foto-contact h3{
	font-size: 16px;
    font-weight: 600;
	margin-top: 0;
}
.foto-contact ul,.foto-contact li{
	list-style:none;
	margin:0;
}
.foto-contact .foto-contact-add{
	line-height:30px;
	margin-bottom:40px;
}
.foto-contact input[type="submit"]{
	float:right;
	margin-top: -20px;
}
.foto-contact iframe{	
	border: 5px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    margin-top: 30px;
    width: 100%;
}



.container{
	margin:0 auto;
}
.container.page-wrap{
	padding: 72px 0;
	box-sizing: border-box;
}
.container.page-wrap .page-inner-wrap{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    margin: 0 20px;
    position: relative;
    z-index: 1;
	padding: 20px
}

#container{
	position:relative;
	height:100%;
}

#container img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.entry-title{ color: #000; }
h1.entry-title { 
    font-size: 23px;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    text-transform: uppercase;
}
h1.entry-title:after {
    border-top: 1px dotted #666;
    content: "";
    display: block;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
}

h1.entry-title span{
    font-weight: 400;
}

h1.post-title {
    margin-bottom: 2px;
    margin-top: 5px;
}

h1.post-title a{
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0;
}

.single h1.post-title:after {
    border-top: 1px dotted #666;
    content: "";
    display: block;
    margin-bottom: 25px;
    margin-top: 10px;
    width: 100%;
}
.single h1.post-title  {
    font-size: 23px;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    text-transform: uppercase;
}

#content{
	padding:20px;
}

#content .post-wrap{
	margin-top:40px;
}

#content .post-thumbnail img{
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0;
}

#content .post-wrap .post{
	margin-top:50px;
	padding-top:50px;
	border-top:1px dotted #ccc;
}

#content .post-wrap .post:first-child{
	border:0;
	margin-top:0;
	padding-top:0;
}

#content .post .post-meta {
	font-size: 13px;
    margin-bottom: 15px;
}

#content .post .post-meta  span{
	margin-right:10px;
}

#content .post .post-meta  span i{
	color: #888;
    margin-right: 2px;
}

#content .post .post-meta  span a,#content .post .post-meta  span{
	color:#555;
	padding: 0 3px;
}

#content .post-read-more a{
    background: none repeat scroll 0 0 #fefefe;
    border: 1px solid #ddd;
    border-radius: 2px;
    float: right;
    margin-top: 10px;
    padding: 3px 10px;
}

#content .sticky-post{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    color: #f2481a;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding: 6px;
    text-transform: uppercase;
}



.pagination {
    border: 1px solid #eaeaea;
    margin-top: 30px;
    padding: 5px 10px;
}	

.pagination div{
	margin:0;
}

.pagination a{
	outline:none;
}



h2.comments-title{
	font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#commentsbox{
	margin-top:70px;
}

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #686868;
    font-size: 13px;
    line-height: 1.84615;
    padding: 5px 10px;
    text-transform: uppercase;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.comment-list .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}


#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond #reply-title {
     color: #111;
    font-size: 1.14286rem;
    line-height: 1.5;
    margin-top: 10px;
    text-transform: uppercase;
	font-weight: 600;
}
#respond #reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
    color: #555;
    font-size: 13px;
    margin: 10px 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
    color: #555;
    display: block;
    font-size: 13px;
    line-height: 1.71429;
    text-transform: uppercase;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
	display: none;
}

.required {
	color: red;
}

.comment-list{
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #eee;
    font-size: 13px;
    list-style: outside none none;
    margin: 0;
    padding: 20px;
}
.comment-list em, .comment-list cite{
	font-style:normal;
}
.comment-list .comment-meta{
	margin-top:10px;
	margin-bottom: 10px;
}
.comment-list .comment-author img{
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}
.comment-list .children{
	list-style: outside none none;
    margin-left: 2em;
    margin-top: 30px
}
.comment-list li.comment {
	border-top: 1px dotted #ddd;
    margin-top: 25px;
    padding-top: 25px;
}

.comment-list li.comment:first-child{
	border-top: 0;
    margin-top: 0;
    padding-top: 0;
}


#sidebar{
	padding:45px 20px 20px;
}
#sidebar h3.wpt-widget-title{
    color: #333;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 25px;
    margin-top: 10px;
    text-transform: uppercase;
}
#sidebar .wpt-widget {
	margin-bottom:50px;
	list-style:none;
}
#sidebar .wpt-widget li{
	list-style: outside none none;
    margin-left: 2px;
    padding: 2px 0;
}
#sidebar .wpt-widget ul{
	margin:0;
}	
#sidebar .wpt-widget ul li:before{
	content: "\f105";
	display: inline-block;
    font-family: FontAwesome;
	margin-right: 10px;
	margin-left: 2px;
	color:#aaa;
}


#searchform input[type="text"]{
	float:left;
	margin:0;
	width: calc(100% - 68px);
	border-radius: 3px 0 0 3px;
}
#searchform input[type="submit"]{
	float:left;
	border-left:0;
	margin:0;
	border-radius: 0 3px 3px 0 ;
}


.widget_tag_cloud a{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px !important;
    margin: 3px -1px 3px 3px;
    padding: 6px 9px;
}


#wp-calendar { 
	border-collapse: collapse; 
	border:1px solid #ddd; 
	width:100%; 
	border-top:none; 
}
#wp-calendar td, 
#wp-calendar th {
	text-align:center;	
	padding: 0;
}
#wp-calendar caption { 
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
    padding: 0;
}
#wp-calendar thead, 
#wp-calendar tfoot { 
	line-height:33px; 
	background:#eee; 
}
#wp-calendar tbody { 
	line-height:33px; 
}
#wp-calendar #prev, 
#wp-calendar #next { 
	padding:0 10px; 
	background:#eee; 
}
#wp-calendar #prev { 
	text-align:left; 
}
#wp-calendar #next { 
	text-align:right; 
}



#map-canvas {
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
#contact-content {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) left top repeat;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 30px 190px;
	font-size: 18px;
	z-index: 3;
}
#contact-content p { margin: 0px; }
#contact-content .column-1 { 
	float: left;
	width: 48%; 
}
#contact-content .column-2 { 
	float: right;
	max-width: 48%; 
}

