@font-face {
	font-family: "Franklin Gothic Book";
	src: url("../fonts/franklin-gothic-book.eot"); /* IE9 Compat Modes */
	src: url("../fonts/franklin-gothic-book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("../fonts/franklin-gothic-book.otf") format("opentype"), /* Open Type Font */
		url("../fonts/franklin-gothic-book.svg") format("svg"), /* Legacy iOS */
		url("../fonts/franklin-gothic-book.ttf") format("truetype"), /* Safari, Android, iOS */
		url("../fonts/franklin-gothic-book.woff") format("woff"), /* Modern Browsers */
		url("../fonts/franklin-gothic-book.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
.top_logo img {
    height: 80px;
    width: auto;
}
.page_topline {
    font-size: 16px;
}
img.footer-logo {
    height: 150px;
}

.page_breadcrumbs.background_cover {
    background-image: url(../img/parallax/mybreadcrumbs.jpg);
}

.form-actions .btn-primary {
    background-color: #8fc424;
    border-color: #8fc424;    
    font-size: 16px;
    font-weight: 500;
    padding: 22px 30px 22px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 30px;
    position: relative;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s linear 0s;    
}

textarea.form-control {
    margin-bottom: 20px;
}
.form-group .text-muted {
    display: none;
}
#mymap {
    padding-top: 80px;
}
.fontsize_36 {
    font-size: 36px;
}
.small-teaser .media-left {
    padding-right: 15px;
}
.single-post .entry-content p {
    text-align: justify;
}
a.price-link {
   color: #8fc424 !important;
}

.news ul li:before, .default-page ul li:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/list-check-my.png) no-repeat center center;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.news ul, ol {
    list-style: none;
}
.default-page ul, ol {
    list-style: none;
}

.news .highlight3, .news .entry-date {
    color: #8fc424;    
}

.news p a {
    border-bottom: 1px dashed #8fc424;
}

.news blockquote {
    border-left: 3px solid #f7b82b;
    font-size: 20px;
    padding: 10px 20px;
    margin: 0 0 20px;
}