* {
margin: 0;
padding: 0;
}

body,article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font-family: Droid Serif;
	font-size: 14px;
    line-height: 1.428571429;
}

body {
    background: #f0f5f7;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #3a3c41;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 700;
    color: #3a3c41;
}

h2 {
    font-size: 30px;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h3 a {
    font-size: 24px;
    color: #3a3c41;
    font-weight: 700;
}

p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
}

a {
    color: #003915;
}

.header-top {
    background-color: #60646d;
    padding: 11px 0;
}

.header-top p {
    color: #bbbfc9;
	font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
}

.header-top p span {
    color: #fefefe;
    white-space: pre;
}

#header {
    padding: 30px 0;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

#header .logo {
    float: left;
}

#header .logo img {
    margin-top: 7px;
}

nav.main-menu {
    float: right;
	margin-top: 28px;
}

nav.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.main-menu ul > li {
    margin: 0;
    float: left;
    position: relative;
}

nav.main-menu ul > li > a {
    width: 100%;
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #60646d;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

nav.main-menu ul > li:hover > a, nav.main-menu ul > .current-menu-item > a, nav.main-menu ul > li ul li a {
    color: #ffffff;
}

nav.main-menu ul > li:hover > a, nav.main-menu ul > .current-menu-item > a {
    background-color: #003915;
    color: #fff;
}

/* */
.page-top {
    padding: 27px 0;
    background: #fff;
}

.page-top h1, .page-top h2 {
    margin: 0 15px 0 0;
    font-size: 30px;
    font-weight: 400;
    float: left;
    line-height: 46px;
}

.bread-crumb {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 17px;
}

.bread-crumb .breadcrumb {
    padding: 0;
    background: none;
    border-radius: 0;
    margin: 0;
}

.breadcrumb > li {
    display: inline-block;
}

.bread-crumb .divider {
    display: inline-block;
    background: url(./images/breadcrumbs-divider.png) center center no-repeat;
    width: 24px;
    height: 10px;
}

.bread-crumb .breadcrumb li {
    display: block;
    float: left;
}
.bread-crumb .breadcrumb li.active {
    color: #003915;
}

.bread-crumb .breadcrumb > li + li:before {
    content: "";
    padding: 0;
}

.blog-page {
    padding: 50px 0;
	background-color: #f0f5f7;
}

.blog-page .page {
    margin-bottom: 40px;
}

article.hentry {
    line-height: 24px;
    font-size: 14px;
}

.blog-page .full-width-contents, .blog-page .page-contents, .blog-page .right-contents {
    overflow: hidden;
    border-bottom: 1px solid #dcdee4;
    padding-bottom: 40px;
}

.entry-content {
    margin: 0 0 25px;
}

.entry-content p {
    margin: 0 0 25px;
}

article.hentry p {
    margin-bottom: 25px;
}

.aligncenter, a img.aligncenter, div.aligncenter {
    display: block;
    margin: 20px auto;
}

.entry-content ol, .entry-content ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 25px;
}

.entry-content ol li, .entry-content ul li {
    margin: 10px 0;
}


#main-footer {
    color: #9ba0aa;
	background-color: #3a3c41;
	line-height: 24px;
}

#main-footer, .footer-bottom, #main-footer .widget ul, #main-footer .widget ul li {
    border-color: #4a4c52;
}

.footer-bottom {
    margin-top: 60px;
    border-top: 1px solid #4a4c52;
    padding-top: 26px;
}

.footer-bottom p {
    color: #7a7d86;
}


.su-column-inner > *:last-child, .su-tabs-pane > *:last-child, .su-accordion > *:last-child, .su-spoiler-content > *:last-child, .su-service-content > *:last-child, .su-box-content > *:last-child, .su-note-inner > *:last-child, .su-expand-content > *:last-child, .su-lightbox-content > *:last-child {
    margin-bottom: 0;
}

.su-custom-gallery-slide a {
    display: block;
    width: 100%;
    height: auto;
}

.home-slider .content-wrapper {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    z-index: 999;
}

.home-slider .slide-content {
	width: 44%;
}

.home-slider .slide-content h1 {
    font-size: 48px;
    margin: 0 0 20px;
    font-weight: 400;
}

.home-slider .slide-content p {
    font-size: 18px;
    color: #3a3c41;
    margin-bottom: 20px;
    line-height: 26px;
}

.home-features {
    padding: 90px 0 30px;
    background-color: #fff;
}

.home-features .single-feature {
    margin-bottom: 60px;
}

.home-features .features-intro h2 {
    margin: 0 0 30px;
    font-weight: 400;
}

.home-features .single-feature h3 {
    margin: 0 0 15px;
    font-size: 22px;
}

.home-features .icon-wrapper {
    text-align: right;
}

.home-features .icon-wrapper .fa {
    font-size: 60px;
    color: #003915;
}

.contact-page {
    padding: 30px 0;
}

.contact-page .map-wrapper {
    margin-top: 100px;
}

.contact-sidebar .timetable-area, .contact-sidebar .address-area, .contact-sidebar .social-icon {
    border-bottom: 1px solid #dcdee4;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.contact-page .contact-form input[type="text"], .contact-page .contact-form textarea {
    width: 100%;
    height: auto;
    border: 1px solid #dcdee4;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px 10px;
    color: #3a3c41;
    font-weight: 500;
    outline: none;
	
}

form input[type="submit"] {
    padding: 12px 25px;
    background-color: #3a3c41;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
	background-color: #003915;
}

.contact-page .contact-form input[type="submit"] {
    padding: 15px 27px;
    border: none;
    margin: 0 0 0 20px;
    float: right;
}

.contact-sidebar h2 {
    margin: 0 0 30px 0;
	font-weight: bold;
}

.contact-sidebar address {
    font-size: 14px;
    color: #999ca5;
    font-weight: 400;
    line-height: 26px;
}

.contact-sidebar address {
    font-size: 19px !important;
}

.contact-sidebar p {
    font-size: 19px !important;
}

.contact-sidebar p strong {
    color: #3a3c41;
    font-weight: 500;
    margin-right: 20px;
    min-width: 50px;
    display: inline-block;
    text-align: right;
}

textarea, input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

input, textarea {
    font-size: 14px;
    font-weight: 600;
    color: #9ba0aa;
    resize: none;
}

.contact-page .map-wrapper {
    margin-top: 100px;
}

.contact-page #map-canvas {
    width: 100%;
    height: 355px;
}

.contact-page .map-wrapper h5 {
    margin-bottom: 20px;
}