/** General **/
body {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

a {
    color: #2f9638;
}

a:hover {
    color: #18691f;
    text-decoration: none;
}

/** Layout **/

header {
    border-top: 6px solid #d1e09a;
    padding: 10px 0 25px;
}

.top-menu {
    font-size: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.menu-bar {
    background-color: #006a30;
    padding: 7px 0;
}

footer {
    border-top: 7px solid #1e953d;
    background-color: #006a30;
    color: #c7e1d3;
    position: relative;
    margin-top: 200px;
}

aside {
    margin-left: 30px;
}

.main-content {
    border-top: 15px solid #dadada;
}

/** Menus **/

.top-menu li {
    display: inline-block;
    font-size: 14px;
}

.top-menu a {
    color: #2f9638;
    line-height: 78px;
    padding: 0 5px;
}

.main-menu {
    font-size: 0;
    margin: 0;
    padding: 0;
    line-height: 42px;
}

.main-menu li {
    display: inline-block;
    border-left: 1px solid #118b48;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
}

.main-menu li:first-child {
    border-left: none;
}

.main-menu a {
    color: #ffffff;
    line-height: 14px;
    padding: 0 5px;
}

.main-menu a.active {
    color: #cfeb67;
}

.footer-menu {
    font-size: 0;
}

.footer-menu li {
    display: inline-block;
    line-height: 14px;
    border-left: 1px solid #ffffff;
    padding: 0 5px;
    font-size: 14px;
}

.footer-menu li:first-child {
    border-left: none;
}

.footer-menu a {
    color: #ffffff;
}

.mobile-menu {
    display: none;
}

/** Slider **/
.carousel-caption {
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.carousel-caption h1 {
    font-size: 86px;
    font-weight: 300;
    text-shadow: 0 0 4px rgba(0, 0, 0, 1);
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.carousel-caption p {
    text-shadow: 0 0 4px rgba(0, 0, 0, 1);
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.slider-right,
.slider-left {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 106, 48, .2);
    display: block;
    top: 50%;
    position: absolute;
    margin-top: -30px;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider-left {
    background-image: url(../images/ui/arrows/slider-left.png);
    left: 100px;
}

.slider-right {
    background-image: url(../images/ui/arrows/slider-right.png);
    right: 100px;
}

.carousel-caption .btn {
    font-size: 14px;
    color: #2f9638;
    text-transform: uppercase;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
}

/** Posts **/
.post-date {
    color: #7a7a7a;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 40px;
}

.post-text {
    color: #333333;
    font-size: 16px;
}

.posts hr, .single-post hr, .page hr {
    border: none;
    background-image: url(../images/hr.png);
    height: 9px;
    margin: 25px 0;
}

.post-footer {
    margin: 30px 0;
}

.share-text {
    color: #9c9b9b;
}

.read-more {
    font-style: italic;
    font-weight: bold;
}

.single-post .post-date {
    font-weight: bold;
}

.single-post .post-footer {
    border-top: 1px dotted #333333;
    padding-top: 35px;
}

.extra-info {
    margin-bottom: 120px;
    margin-top: 50px;
}

/** Pagination **/
.pagination-holder {
    text-align: center;
}

.pagination a {
    color: #2f9638 !important;
}

.pagination .active a {
    color: #000000 !important;
    background-color: transparent;
}

.pagination .active a:hover {
    background-color: transparent;
}

.pag-prev a, .pag-next a {
    border: 1px solid #2f9638 !important;
    border-radius: 0 !important;
    height: 35px;
    width: 35px;
    display: block;
}

.pagination > li > a, .pagination > li > span {
    border: none;
}

/** Pages **/

.page ul {
    list-style: none;
    padding: 0 20px;
    margin: 20px 0;
}

.page li {
    position: relative;
}

.page li:before {
    position: absolute;
    width: 7px;
    background-color: #2f9638;
    height: 7px;
    left: -19px;
    top: 7px;
    content: "";
}

.gallery {
    margin-top: 50px;
    margin-bottom: 200px;
}

.gallery .gallery-image {
    margin: 0 0 10px 10px;
}
/** Typography **/
h2 {
    font-family: "Open Sans", serif;
    color: #2f9638;
    font-size: 36px;
    font-weight: 300;
    margin: 35px 0 25px;
}

h3 {
    font-family: "Open Sans", serif;
    font-size: 26px;
    color: #636362;
    font-weight: 700;
}

h4 {
    font-family: "Open Sans", serif;
    font-size: 18px;
    color: #636362;
    font-weight: 700;
}

/** Sidebar **/

aside h4 {
    text-align: center;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.widget-header {
    background-image: url(../images/hr.png);
    background-repeat: repeat-x;
    background-position: center center;
    line-height: 75px;
    text-align: center;
}

.widget-header i {
    line-height: 75px;
    display: inline-block;
    width: 95px;
    border-left: 10px solid white;
    border-right: 10px solid white;
}

.widget-header i img {
    display: inline-block;
    margin: auto;
}

/** Special elements **/

footer .container {
    position: relative;
}

.footer-graphics {
    position: absolute;
    right: -60px;
    bottom: 100%;
    margin-bottom: -62px;
}

.btn-collector {
    display: block;
    text-align: center;
    line-height: 42px;
    height: 42px;
    vertical-align: middle;
    background-color: #8eb31c;
    color: white;
    font-family: Arial, sans-serif;
}

.footer-line {
    padding: 20px 0;
}

/** Fixes **/
img {
    max-width: 100%;
}

.btn {
    border-radius: 0;
    font-size: 11px;
    font-family: "Open Sans";
    letter-spacing: 1px;
    font-weight: bold;
}

.btn-lg {
    padding: 15px 30px;
}

.btn-success {
    background: rgb(37, 132, 46); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(37, 132, 46, 1) 0%, rgba(47, 150, 56, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(37, 132, 46, 1)), color-stop(100%, rgba(47, 150, 56, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(37, 132, 46, 1) 0%, rgba(47, 150, 56, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(37, 132, 46, 1) 0%, rgba(47, 150, 56, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(37, 132, 46, 1) 0%, rgba(47, 150, 56, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(37, 132, 46, 1) 0%, rgba(47, 150, 56, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25842e', endColorstr='#2f9638', GradientType=0); /* IE6-9 */
}

.control-label {
    font-weight: normal;
    text-align: left !important;
    font-size: 13px;
}

.form-control {
    background-color: #f3f3f3;
    border: 1px solid #eaeaea;
    box-shadow: none;
    border-radius: 0;
}

.form-group {
    margin-bottom: 6px;
}

dl {
    margin: 5px 0;
}

dt {
    color: #2f9638;
    font-weight: 600;
}

dd {
    padding-left: 19px;
}

.table-striped td {
    border: 5px solid #ffffff !important;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f1f6e1;
}

textarea {
    resize: vertical;
}

/** Widgets **/

/** Logos Widget **/

.logos-widget ul {
    margin: 25px 0;
    padding: 0;
}

.logos-widget li {
    display: inline-block;
    margin: 0 10px;
}

/** Form Widget **/
.widget-form {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
}

.widget-form h3 {
    margin-top: 0;
}

/** Featured News **/
.widget-featured-news ul {
    list-style: none;
    padding: 0 20px;
    margin: 20px 0;
}

.widget-featured-news li h4 {
    text-align: left;
    font-weight: 600;
}

.widget-featured-news li {
    position: relative;
    margin-bottom: 20px;
}

.widget-featured-news li:before {
    position: absolute;
    width: 7px;
    background-color: #2f9638;
    height: 7px;
    left: -12px;
    top: 7px;
    content: "";
}

/** Video Widget **/

.video-slider {
    position: relative;
}

.cycle-slideshow {
    margin: 0 20px;
}

.video-controls a {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    border: 2px solid #2f9638;
    text-align: center;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

#video-prev {
    left: 0;
    background-image: url(../images/ui/arrows/video-left.png);
}

#video-next {
    right: 0;
    background-image: url(../images/ui/arrows/video-right.png);
}

.cycle-slideshow {
    max-width: 640px;
    margin: 0 40px;
}

.cycle-slideshow > div {
    width: 100%;
    height: 100%
}

.cycle-slideshow > img {
    width: 100%;
    height: 100%
}

iframe, object, embed {
    width: 100%;
    height: 100%
}

/** Widget Contact **/

.widget-contact {
    padding: 33px;
    margin-top: 35px;
    margin-left: 25px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.widget-contact h3 {
    margin-bottom: 30px;
    margin-top: 0;
}

.widget-contact a {
    font-size: 24px;
}

.widget-contact .phone-number {
    font-weight: bold;
    font-size: 24px;
}

.widget-contact .call-us {
    font-size: 18px;
    font-weight: bold;
}

.widget-contact div:first-child {
    margin-bottom: 20px;
}

.widget-contact .contact-details {
    margin-left: 13px;
}

/** Widget Partner **/

.widget-partner {
    padding: 7px;
    margin-left: 25px;
    margin-top: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.widget-partner > div {
    background-color: #d1e09a;
    padding-left: 17px;
    padding-top: 30px;
    padding-right: 46px;
}

.widget-partner .partner-heading {
    font-size: 24px;
    font-weight: bold;
}

.widget-partner img {
    margin-right: 10px;
    float: left;
}

.widget-partner .partner-inner {
    margin-bottom: 20px;
}

