/*********************
CUSTOM STYLES
*********************/
.nav-numbers {
    list-style-type: none;
    margin-top: 3px;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}
.nav-numbers:before {
    font-family: FontAwesome;
    content: '\f095';
    position: absolute;
    margin-left: -30px;
    font-size: 30px;
    margin-top: -8px;
    color: #ffffff;
}
.nav-numbers li {
    line-height: 14px;
    font-size: 12px;
}
.top-bar {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    text-shadow: 2px 2px 10px black, 0 0 1em black;
}


.top-bar, .top-bar ul, .top-bar ul a, .top-bar a {
    background-color: #106a37 !important;
    color: #ffffff;
}
.top-bar a {
    font-size: 12px;
}

.top-bar a:hover {
    color: #2bb673;
}
.top-nav-mail {
    margin-top: 3px;
}
.top-nav-mail a:hover {
    color: #2bb673 !important;
}
/*.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {*/
    /*padding-right: 1rem !important;*/
/*}*/
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
    border-top-style: none !important;
}
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 38px !important;
}
.is-dropdown-submenu {
    border: none !important;
}
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    text-align: left;
}
.header-top-block {
    background: url("../images/back-top.png") no-repeat center top;
    min-height: 500px;
}
.brand-info {
    padding-top: 30px;
    text-shadow: 5px 3px 14px #1d1d1d, 0 0 0em #1d1d1d;
}
.brand-info > div:first-child > p {
    color: #356f57;
    line-height: 0;
    font-size: 12px;
    padding-top: 5px;
}
.brand-info > div:last-child > p {
    line-height: 10px;
}
.brand-info > div:last-child > p:first-child {
    font-size: 30px;
    color: #126635;
    padding-top: 20px;
}
.brand-info > div:last-child > p:last-child {
    color: #126635;
}
.content-block {
    margin-top: -150px;
    color: #126635;
}
.content-block h1 {
    font-size: 40px;
    margin-bottom: 50px;
}
.nav-header-block > ul {
    display: inline-block;
    margin-bottom: -10px;
}
.menu .active > a {
    color: #2bb673 !important;
}
div.single-tree {
    margin-top: -370px;
}
div.block-table-img {
    margin-top: -280px;
    margin-bottom: 100px;
}
div.block-table-img p.text-paul {
    margin-right: 170px;
    font-size: 30px;
    color: #126635;
    font-weight: 600;
    text-shadow: 3px 2px 17px #1d1d1d, 0 0 0em #1d1d1d
}
.right-sidebar {
    margin-top: -100px;
    color: #126635;
    text-align: right;
}
footer {
    background-color: #126635;
    min-height: 200px;
    color: #ffffff;
    text-shadow: 5px 3px 14px #1d1d1d, 0 0 0em #1d1d1d;
}

footer:before {
    content:"";
    position:absolute;
    z-index:-1;
    bottom:200px;
    right:50px;
    width:451px;
    height:200px;
    background:url('../images/tree-footer.png') no-repeat;
    background-size: contain;
}
footer .left-block, footer .right-block {
    padding-top: 20px;
}
footer .left-block p {
    font-size: 13px;
    line-height: 5px;
    text-align: right;
    margin-bottom: 10px;
}
footer .left-block p:first-child {
    padding-top: 10px;
    font-size: 25px;
    margin-bottom: 14px;
}
footer .left-block p:last-child {
    line-height: 12px;
    font-size: 10px;
}
footer .right-block {
    font-size: 14px !important;
    line-height: 25px !important;
}
.margin-top-60 {
    margin-top: 150px !important;
}
.menu>li>a {
    padding: .7rem 5px !important;
}
.footer-img {
    padding: 0 !important;
}
.footer-img img {
    position: absolute;
    width: 200px;
    margin-left: -30px;
}
body {
    background: #fffdfd !important;
}
.text-header {
    margin-top: -15px;
}
#slideout {
    position: fixed;
    top: 300px;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#slideout img {
    width: 100px;
}
#slideout_inner {
    position: fixed;
    top: 200px;
    left: -550px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: rgba(0, 102, 46, 0.84);
    border-radius: 0 10px 10px 0;
}
#slideout:hover {
    left: 550px;
}
#slideout:hover #slideout_inner {
    left: 0;
}