@import url(http://fonts.googleapis.com/css?family=Open+Sans);

input[type="checkbox"], input[type="radio"] {
    opacity: 1;
}
.contact_title {
	margin-bottom:10px;
}
.googlemap {
	margin-top:20px;
}
.fc-header-right {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    text-align: right;
    top: -43px;
    width: 100%;
}
.fc-header-center {
    left: 10%;
    line-height: 37px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 80%;
}
.fc-button {
    background: #fff;
    cursor: pointer;
    margin-top: -3px;
    position: relative;
}
.fc-button.fc-button-next, .fc-button.fc-button-prev {
    border-radius: 50em;
    height: 25px;
    padding: 0 0.3em;
    width: 28px;
}
.fc-button-today {
    display: none;
}
.fc-header-left {
    position: relative;
    width: 100%;
}
.fc-header .fc-header-left .fc-corner-left {
    float: left;
}
.fc-header .fc-header-left .fc-corner-right {
    float: right;
}
.gritter-info .gritter-title {
    color: #4dd4fd;
}
.gritter-success .gritter-title {
    color: #9ad268;
}
.gritter-warning .gritter-title {
    color: #ffc545;
}
.gritter-danger .gritter-title {
    color: #fe402b;
}
@media (max-width: 480px) {
#gritter-notice-wrapper {
    right: 0;
}
}
.custom-popup {
    background-color: rgba(0, 0, 0, 0.9);
    color: #777;
    padding: 15px;
    text-align: center !important;
}
.custom-popup.full-width {
    width: 100%;
}
.custom-popup.light {
    background-color: #f9f9f9;
}
.custom-popup {
    transform: scale(0.8);
}
.popup_visible .custom-popup {
    transform: scale(1);
}
.parsley-error-list {
    list-style: outside none none;
}
.parsley-error {
    border-color: #f53535;
    color: #b94a48;
}
.parsley-error:focus {
    border-color: #f53535 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(245, 53, 53, 0.6) !important;
}
.dd {
    display: block;
    font-size: 13px;
    line-height: 20px;
    list-style: outside none none;
    margin: 0;
    max-width: 600px;
    padding: 0;
    position: relative;
}
.dd-list {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.dd-list .dd-list {
    padding-left: 30px;
}
.dd-collapsed .dd-list {
    display: none;
}
.dd-empty, .dd-item, .dd-placeholder {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    min-height: 20px;
    padding: 0;
    position: relative;
}
.dd-handle {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    box-sizing: border-box;
    color: #777;
    display: block;
    font-weight: 700;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.dd-handle:hover {
    background: #f7f7f7;
    color: #777;
    transition: all 0.2s ease 0s;
}