@charset "utf-8";
/*
Theme Name: Dundas Museum
Author: FPM3.com
Author URI: http://fpm3.com/
Version: 1.0
*/

body {
	background-color: #467e80;
	color: #333;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	min-width: 320px;
}

h1 {
	color: #477f80;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 32px;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
	text-transform: uppercase;
}

h1.post-title {
	margin: 0px 0px 10px 0px;
}

h2, h2 a {
	clear: both;
	color: #9e3039;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

h2 a {
	color: #477f80;
	margin: 0px;
}

a {
	color: #477f80;
}

a img {
	border: none;
}

.alignleft {
	display: block;
	float: left;
	margin: 5px 3% 20px 0px;
}

.alignright {
	display: block;
	float: right;
	margin: 5px 0px 20px 3%;
}

.aligncenter {
	display: block;
	float: none;
	margin: 20px auto 20px auto;
}

.alignnone {
	display: block;
	float: none;
	margin: 20px 0px 20px 0px;
}

img.alignleft, img.alignright {
	width: auto !important;
	max-width: 300px !important;
}

img {
	max-width: 100%;
	height:auto
}

p:first-of-type {
	margin-top: 0px;
}

.more {
	text-decoration: none;
}

.button {
	background-color: #221f1f;
	border: solid 1px #fff;
	clear: both;
	color: #fff;
	display: block;	
	float: left;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 10px 10px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.post-date {
	margin-bottom: 40px;
}

blockquote {
	background-color: #eee;
	margin: 30px 0px 30px 0px;
	padding: 20px;
}

#header {
	background-color: #fff;
	display: block;
	width: 100%;
	height: 160px;
}

#header .content {
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	width: 100%;
	max-width: 1188px;
	height: 160px;
}

#header .searchbar {
	display: block;
	margin-bottom: 13px;
	height: 30px;
}

#header .searchbar form {
	background-color: #fff;
	border: solid 1px #888;
	box-sizing: border-box;
	display: block;
	float: right;
	margin: 0px 1% 0px 1%;
	width: 100%;
	max-width: 370px;
	min-width: 300px;
	height: 30px;
}

#header .searchbar form input[type=text] {
	border: none;
	box-sizing: border-box;
	float: left;
	margin-right: 0px;
	padding-left: 1%;
	padding-right: 1%;
	width: 90%;
	height: 28px;
}

#header .searchbar .submit {
	background-color: transparent;
	background-image: url(images/search.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 10%;
	height: 28px;
}

#header .logo {
	display: block;
	float: left;
	margin: -21px 60px 0px 6px;
	width: 60%;
	max-width: 400px;
	height: 104px;
	padding-top:15px;
}

#header .logo img {
	/*width: 100%;
	height: auto;
	*/
}

#header .address {
	width: 300px;
	float: left;
}
#header .address a {
	text-decoration:none;
	font-size: 18px;
	font-weight:bold;
	margin-top: 10px;
	display: inline-block;
}

#header .title {
	display: block;
	float: left;
	margin: 75px 20px 0px 6px;
	width: 464px;
	height: 25px;
}

#header .right {
	display: block;
	float: right;
	margin-right: 10px;
	width: 372px;
	height: 100px;
}

#header .social {
	display: block;
	width: 372px;
	height: 55px;
}

#header .social img {
	display: block;
	float: left;
	margin: 11px 0px 0px 36px;
}

#header .social .donate img {
	margin-top: 0px;
}

#header img.facebook {
	margin-left: 0px !important;
}

#header .accessibility {
	display: block;
	font-size: 15px;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
	width: 372px;
	height: 40px;
}

#header-search-results {
	box-sizing: border-box;
	display: block;
	margin-top: 29px;
	margin-left: -1px;
	position: absolute;
	overflow: auto;
	width: 100%;
	max-width: 370px;
	min-width: 300px;
	height: auto;
	max-height: 300px;
	z-index: 999;
}

#header-search-results.open {
	background-color: rgba(244,244,244,0.95);
	border-left: solid 1px #888;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
}

#header-search-results ol {
	list-style: none;
	margin: 3px;
	padding: 0px;
}

#header-search-results ol li {
	border-top: dotted 1px #ccc;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#header-search-results ol li:first-child {
	border: none;
}

#header-search-results ol li a {
	color: #444;
	display: block;
	font-size: 12px;
	margin: 1px 0px 1px 0px;
	padding: 10px 5px 10px 5px;
	text-decoration: none;
}

#header-search-results ol li a:hover {
	background-color: #477f80;
	color: #fff;
}


#nav {
	background-color: #9e3039;
	display: block;
	margin: 0px;
	width: 100%;
	height: 49px;
}

#nav .menu {
	display: block;
	margin: 0px auto;
	padding: 0px 6px 0px 6px;
	overflow: hidden;
	width: 100%;
	max-width: 1188px;
	height: 49px;
}

#nav ul {
	display: block;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#nav ul li {
	border-right: solid 1px #b15961;
	display: block;
	float: left;
}

#nav ul li:first-child {
	border-left: solid 1px #b15961;
}

#nav ul li a {
	color: #fff;
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 49px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	height: 49px;
}

#nav ul li:hover a {
	background-color: #467e80;
}

#nav ul li:hover ul {
	display: block;
}

#nav ul ul {
	background-color: #467e80;
	border: none;
	-webkit-box-shadow: 0 2px 2px 0 rgba(000,000,000,.25);
	box-shadow: 0 2px 2px 0 rgba(000,000,000,.25);
	display: none;
	padding: 5px 0px 5px 0px;
	position: absolute;
	width: auto;
	z-index: 9999;
}

#nav ul ul li {
	border: none !important;
	float: none;
}

#nav ul ul li a {
	font-size: 14px;
	line-height: normal;
	padding: 10px 15px 10px 15px;
	min-width: 150px;
	height: auto;
}

#menu-open, #menu-close {
	color: #fff;
	display: none;
	font-weight: bold;
	line-height: 49px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#nav ul li ul a:hover {
	background-color: #000;
}


/* BREADCRUMBS */

#breadcrumbs {
	border-bottom: solid 1px #ccc;
	color: #221f1f;
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 49px;
	text-transform: uppercase;
	width: 100%;
	height: 49px;
}

#breadcrumbs .nav {
	display: block;
	white-space: nowrap;
	margin: 0px auto;
	padding: 0px 6px 0px 6px;
	overflow: hidden;
	width: 100%;
	max-width: 1176px;
	height: 49px;
}

#breadcrumbs a {
	color: #221f1f !important;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumbs .current-breadcrumb, #breadcrumbs a:hover {
	color: #9e3039;
}

#breadcrumbs .divider {
	color: #ccc;
	display: inline-block;
	margin: 0px 5px 0px 5px;
}

#main {
	background-color: #fff;
	display: table;
	width: 100%;
	height: 700px;
}

#page {
	display: table;
	margin: 0px auto;
	padding: 40px 0px 40px 0px;
	width: 100%;
	max-width: 1188px;
	min-height: 600px;
}

#content {
	display: block;
	float: left;
	margin: 0px 2% 0px 0.5%;
	padding: 0px 0px 0px 0px;
	/*overflow-x: hidden;*/
	width: 71.5%;
	/*min-height: 600px;*/
}

#content p:first-of-type {
	margin-top: 0px;
}

#sidebar {
	display: block;
	float: left;
	margin: 0px 0.5% 0px 2%;
	width: 23.5%;
	min-height: 600px;
}

#sidebar #featured {
	display: table !important;
	height: auto !important;
	width: 100%;
}

#sidebar #featured .featured-content {
	height: auto !important;
}

#sidebar #upcoming-events {
	height: auto !important;
}

/* SLIDESHOW */

#slideshow {
	background-image:url(images/bg-slideshow.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 500px;
}

#slideshow-container {
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
	width: 1188px;
	height: 500px;
}

#slider {
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	overflow: hidden;
	text-shadow: 1px 1px 2px #222;
	width: 1188px;
	height: 500px;
	z-index: 0;
}

#slider h1 {
	color: #fff;
	font-size: 35px;
	margin: 0px 0px 20px 0px;
}

#slider h2 {
	color: #fff;
	font-size: 26px;
	margin: 0px 0px 20px 0px;
}

#slider ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	width: 1188px;
	height: 500px;
}

#slider ul li {
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 1188px;
	height: 500px;
}

#slider img {
	max-width: 1188px;
	max-height: 500px;
	width: auto;
	height: auto;
}

#slider blockquote {
	background-color: #467e80;
	color: #fff;
	display: block;
	float: right;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	position: relative;
	padding: 30px;
	overflow: hidden;
	width: 330px;
	height: 440px;
	z-index: 999;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#slider blockquote h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

#slider .button {
	margin: 10px 0px 0px 0px;
}

.pagination {
	display: block;
	position: relative;
	margin: -40px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	width: 65%;
	height: 40px;
	z-index: 9999;
}

.pagination ul {
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	text-align: left;
	width: auto;
	max-width: 680px;
	height: 15px;
}

.pagination li {
	border: solid 1px #467e80;
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 13px;
	height: 13px;
}

.pagination li.current, .pagination li:hover {
	background-color: #467e80;
}

/* HOME */

#home {
	display: table;
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	width: 100%;
	max-width: 1188px;
	min-height: 600px;
}

#home .intro {
	background-color: #c2c29f;
	border-bottom: solid 1px #e9e9e9;
	color: #221f1f;
	display: block;
	font-size: 18px;
	font-weight: 300;
	margin: 0px 0px 1px 0px;
	padding: 50px 45px 50px 45px;
}

#home .content {
	border-top: solid 1px #e9e9e9;
	display: table;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	width: 100%;
	min-height: 300px;
}

#home .content h1 {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 900;
	margin: 0px 0px 10px 0px;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

#home .half {
	display: block;
	float: left;
	margin: 0px 1% 0px 1%;
	width: 48%;
	min-height: 300px;
}

#home .left {
	margin: 0px 1% 0px 0px;
	width: 49%;
}

#home .right {
	margin: 0px 0px 0px 1%;
	width: 49%;
}

#home .half .left {
	margin: 0px 2% 0px 0px;
	width: 48%;
}

#home .half .right {
	margin: 0px 0px 0px 2%;
	width: 48%;
}

#latest-news h1 {
	background-color: #9e3039;
}

#featured {
	background-color: #477f80 !important;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	height: 500px;
}

#featured h1 {
	background-color: #477f80;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 900;
	margin: 0px !important;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

#featured img {
	width: 100%;
	height: auto;
}

#featured .featured-content {
	padding: 10px;
}

#featured .more {
	color: #fff;
}

#upcoming-events {
	background-color: #f2f2f2 !important;
	display: block;
	margin: 0px 0px 40px 0px;
	overflow: hidden;
	height: 500px;
}

#upcoming-events h1 {
	background-color: #221f1f;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 900;
	margin: 0px 0px 10px 0px;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

#show-more-dates, #show-upcoming-dates {
	border: solid 1px #477f80;
	display: block;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#show-more-dates:hover, #show-upcoming-dates:hover {
	background-color: #477f80;
	color: #fff;
}

#remaining-dates {
	display: none;
}

#subpages {
	background-color: #f2f2f2 !important;
	border-bottom: solid 1px #ccc;
	display: block;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	height: auto;
}

#subpages h1 {
	background-color: #477f80;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 900;
	margin: 0px 0px 10px 0px;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

#subpages a {
	color: #000;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	padding: 10px;
	text-decoration: none;
}

#subpages .current-page {
	color: #477f80;
	font-weight: bold;
}

/* ORAL HISTORY PAGE */

#feat-video h1 {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 900;
	margin: 20px 0px 10px 0px;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	background-color: #9E3039;
}
#feat-video h3 {
	margin: 0 0 15px 0;
}

ul.interviews {
	margin:0;
	padding:0;
}
ul.interviews li {
	padding: 15px 0 25px 0;
	border-bottom: 1px solid #ccc;
	list-style: none;
}
ul.interviews li:after {
	content: '';
	display:block;
	clear: both;
}

#feat-video .video-container {
	float: left;
	width: 49%;
	margin: 0px 1% 0px 0px;

}
#feat-video .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;

}
#feat-video .video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#feat-video .video-description {
	float: right;
	width: 49%;
}

/* CONTACT PAGE */

.hours {
	font-size: 16px;
}

.hours-list {
	display: table;
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 300px;
}

.hours-list dt {
	display: inline-block;
	float: left;
	font-weight: bold;
	margin: 0px 5% 0px 0px;
	/*text-align: right;*/
	width: 35%;
}

.hours-list dd {
	display: inline-block;
	float: left;
	margin: 0px;
	width: 60%;
}

.google-maps {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
	width: 50%;
	float: right;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* BLOG */

#latest-news .post {
	height: 430px;
}

#latest-news .post-heading, #latest-news .post-heading h2 {
	margin: 0px 0px 10px 0px;
	/*height: 80px;*/
}

#latest-news .post-excerpt {
	height: 260px;
}

#content .post {
	border-top: solid 1px #ccc;
	margin: 0px 0px 40px 0px;
	padding: 20px 0px 0px 0px;
	height: auto;
}

#content .post:first-of-type {
	border: none;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	height: auto;
}

#content .post-heading h2 {
	margin: 0px;
	height: auto !important;
}

#content .post-heading, #content .post-heading h2 {
	height: auto !important;
}

#content .post-excerpt {
	height: auto;
}

.post {
	display: block;
	float: left;
	padding: 0px 1% 0px 1%;
	width: 98%;
}

.post-heading {
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
	width: 100%;
}

.post-date {
	color: #888;
	text-decoration: none;
}

.post-excerpt {
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
	width: 100%;
}

.page-navigation {
	clear: both;
	display: block;
}

.page-navigation a {
	border: solid 1px #477f80;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	width: 100px;
	height: 30px;
}

.page-navigation a:hover {
	background-color: #477f80;
	color: #fff;
}

.prev {
	display: block;
	float: left;
	padding: 0px;
	width: 50%;
	height: 30px;
}

.next {
	display: block;
	float: left;
	padding: 0px;
	width: 50%;
	height: 30px;
}

.next a {
	float: right;
}

/* EVENTS */

#calendar-wrapper {
	border-bottom: solid 2px #999999;
	height: 246px;
}

#wp-calendar {
	color: #707070;
	font-size: 13px;
	margin: 0px auto;
	width: 100%;
	max-width: 300px;
	height: 200px;
}

#wp-calendar caption {
	border-bottom: solid 1px #999999;
	font-size: 24px;
	font-weight: normal;
}

#wp-calendar th {
	height: 20px;
}

#wp-calendar td {
	border: solid 1px #f2f2f2;
	line-height: 15px;
	text-align: center;
	vertical-align: middle;
	max-width: 15px;
	height: 20px;
}

#wp-calendar td a {
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar .today a {
	color: #fff;
}

#wp-calendar .eo-event-future {
	border-color: #007070;
}

#wp-calendar .today {
	background-color: #007070;
	color: #fff;
}

#eo-widget-prev-month {
}

#eo-widget-next-month {
}

.eo-events {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.eo-events li {
	border-bottom: solid 1px #ccc;
	color: #221f20;
	display: block;
	font-size: 12px;
	padding: 13px 5px 12px 5px;
}

.eo-events li a {
	color: #221f1f;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* FLICKR GALLERY */

.rfg-title {
	display: block;
	font-size: 12px;
	text-align: center;
}

.rfg-img-wrapper {
	margin: 25px !important;
}

.rfg-cell img {
	display: block;
	margin: 0px auto 20px auto;
}

.afgcolorbox {
	display: block;
	text-align: center;
	/*height: 280px;*/
}

/* FOOTER */

#footer {
	color: #fff;
	display: table;
	font-size: 14px;
	margin: 0px auto;
	padding: 30px 1% 30px 1%;
	width: 98%;
	max-width: 1176px;
	min-height: 120px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer .logo {
	display: block;
	float: left;
	margin: 0px 30px 0px 0px;
}

#footer .contact {
	display: block;
	float: left;
	width: 285px;
}

#footer strong {
	font-weight: 900;
	text-transform: uppercase;
}

#footer .footer-left {
	float: left;
	width: 950px;
}

#footer .footer-right {
	float: right;
	width: 200px;
}

#footer .nav {
	display: block;
	float: right;
	margin: 0px 0px 0px 0px;
	width: 450px;
	height: 120px;
}

#footer .nav ul {
	display: block;
	float: left;
	list-style: none;
	margin: 0px 1% 0px 1%;
	padding: 0px;
	width: 48%;
}

#footer .nav ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}

#footer .nav ul li a {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-transform: uppercase;
	width: 100%;
	height: auto;
}

#footer .copyright {
	clear: both;
	display: table;
	float: left;
	line-height: 15px;
	margin: 30px 0px 0px 0px;
	width: 100%;
	height: 15px;
}

#footer .copyright .menu-footer-container {
	display: inline-block;
}

#footer .copyright ul {
	display: inline-block;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-transform: uppercase;
	vertical-align: middle;
	height: 15px;
}

#footer .copyright ul li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 15px;
}

#footer .copyright ul li a {
	border-left: solid 1px #fff;
	display: block;
	line-height: 15px;
	padding: 0px 15px 0px 15px;
	height: 15px;
}

#footer .hours {
	display: block;
	float: left;
	width: 200px;
}

#footer dl {
	display: block;
	float: left;
	font-size: 13px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#footer dt {
	clear: left;
	display: inline;
	float: left;
	margin: 0px 5px 5px 0px;
	width: 80px;
}

#footer dd {
	display: inline;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

/* SUPPORT LEVELS */

#support-levels {
	background-color: #ddd;
	border-spacing: 1px;
	width: 100%;
}

#support-levels tr td {
	background-color: #f8f8f8;
	font-weight: bold;
	margin: 1px;
	padding: 5px;
	vertical-align: top;
}

#support-levels tr td em {
	font-size: 13px;
	font-weight: normal;
}

#support-levels tr td:nth-child(2) {
	text-align: center;
	width: 100px;
}

#support-levels tr:nth-child(odd) td {
	background-color: #efefef;
}

/* TIMELINE */

#timeline {
	background-color: #ddd;
	border-spacing: 1px;
}

#timeline tr td {
	background-color: #f8f8f8;
	margin: 1px;
	padding: 5px;
	vertical-align: top;
}

#timeline tr td:first-child {
	font-weight: bold;
	text-align: center;
	width: 60px;
}

#timeline tr:nth-child(odd) td {
	background-color: #efefef;
}

/* Donation Form */

.credit-card .frm_radio:after {
	content: url('images/mastercard.png');
	margin-left: 25px;
	display:block;
}
.credit-card .frm_radio:nth-child(even):after {
	content: url('images/visa.png');
	margin-left: 25px;
	display:block;
}
.fc-event-container a:link,  .fc-event[href], .fc-event{
    background-color:#007070 !important;
    border-color:#007070 !important;
}
