html {
    min-width: 320px;
}

.container{
    max-width: 970px;
}

/** header **/
.header-wrapper {
    background: #3e1800;
    padding: 15px;
}

.page-header{
    border: none;
}

.header-item {
    border-left: 1px solid white;
    padding: 5px;
    color: white;
}

.header-item a{
    color: white;
}

.header-item:first-child {
    border: none;
}

/** menu **/

.menu .container {
    max-width: 950px;
}

.menu-wrapper {
    margin-top: 30px;
}

.menu-wrapper .menu-item-wrapper {
    width: 150px;
    height: 150px;
    margin-top: 30px;
}

.menu-item {
    width: 125px;
    height: 125px;
    margin: auto;
    padding-top: 25px;
    border-radius: 50%;
    transition: 250ms;
}


.menu-item a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.menu-item .fa {
    color: white;
    font-size: 60px;
    transition: 250ms;
}

.menu-item .menu-text {
    color: white;
    margin-top: 3px;
    font-size: 14px;
    transition: 250ms;
}

.menu-item:hover {
    /*width: 175px;
    height: 175px;*/
    border-radius: 5%;
}

/*.menu-item:hover .menu-text {
    font-size: 20px;
}

.menu-item:hover .fa {
    font-size: 90px;
}*/

#menu-item-1 {
    background: #ffcc00;
}

#menu-item-2 {
    background: #ffba00;
}

#menu-item-3 {
    background: #ffae00;
}

#menu-item-4 {
    background: #ff9c00;
}

.menu-row {
    margin-bottom: 25px;
}

/** content **/





/** footer **/

div.footer-wrapper {
    margin-top: -90px;
    background: #ffba00;
}
div.footer-col {
    margin-top: 50px;
}

div.footer i.fa {
    color: #643500;
}

div.footer div.container {
    padding: 25px;
}

div.footer div.row {
    margin-top: 40px;
}

div.footer a{
    color: #333;
}

div.fast-links .fast-link:hover {
    border-bottom: 2px solid white;
}

div.footer div.address img {
    margin-bottom: 15px;
}

div.footer div.fast-links {
    line-height: 25px;
    font-weight: bold;
}

div.footer div.copy {
    font-size: 10px;
    color: #422d00;
}

@media (max-width: 768px){
    .menu-item {
        height: auto;
        width: 100%;
        border-radius: 10px;
        transition: 250ms;
        margin-bottom: 15px;
        padding-top: 5px;
    }

    .menu-item-wrapper {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 1024px){
    div.footer * {
        text-align: center !important;
    }
}

/** mainpage **/

div.content-img-second > img {
    position: relative;
}

.content-img .custom {
    height: 321px;
    width: calc(100% - 300px);
    position: absolute;
    bottom: 0;
    padding: 6px 30px 7px 30px;
    background: #613402;
    color: white;
}

div.content-text h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

div.content-text-wrapper {
    padding-right: 0;
}

a.readmore {
    float: right;
    width: 90px;
    height: 90px;
    text-align: center;
    color: white;
    padding-top: 30px;
    border-radius: 50%;
    background: #ff9c00;
    font-size: 20px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

@media (max-width: 768px){
    div.content-img > img {
        top: -250px;
    }

    div.readmore {
        position: static;
    }

    div.content {
        overflow: hidden;
    }
}


/** article **/
div.content-wrapper-article {
    background: #613402;
    overflow: hidden;
}

div.content-article {
    padding: 40px;
    padding-top: 20px;
    color: white;
}

div.content .custom a {
    color: #ffba00;
}

div.content .custom a:hover {
    text-decoration: underline;
}

div.up-btn {
    margin: 0 -55px -40px -55px;
    height: 60px;
    padding-top: 20px;
    padding-left: 55px;
    color: #ffba00;
    margin-top: 20px;
    display: block;
    background: #613402;
}

div.up-btn .fa {
    color: white;
}

div.content-article img {
    margin: 10px;
    margin-left: 0;
}

p {
    line-height: 25px;
}

div.after-form {
    margin-top: 40px;
}

/** table **/

table.table {

}

table.styled-table td {
    border: 3px solid #613402;
    padding: 10px;
}

table.styled-table tbody tr:first-child td {
    background: #441b01;
    font-size: 17px;
}

table.styled-table tbody td {
    background: #4a2201;
}

/** list **/

ul li {
    position: relative;
    list-style: none;
}

.content-article a{
    color: #ffba00;
}

.content-article a:hover{
    color: #ffba00;
    text-decoration: underline;
}

ul li:before {
    content: "\2022 ";
    color: #ffba00;
    font-weight: bold;
    font-size: 35px;
    margin-right: 10px;
    position: absolute;
    line-height: 0;
    left: -15px;
    top: 10px;
}

/** form **/

form input[type=text], form input[type=email], form textarea, form select{
    display: block !important;
    margin-bottom: 5px;
    background: #4a2201;
    color: white;
    border: none;
    border-radius: 0;
    padding: 15px;
    width: 100%;
}

form textarea#g-recaptcha-response{
    display: none !important;
}

form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
}
form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: white;
}
form input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: white;
}
form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: white;
}
form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
}
form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: white;
}
form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: white;
}
form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: white;
}

form button[type=submit] {
    width: 80px;
    height: 80px;
    background: #ff9c00 !important;
    border-radius: 50%;
    border: none;
    font-weight: bold;
    margin-top: 5px;
    float: right;
    text-align: center;
}

form button[type=submit]:hover,
form button[type=submit]:focus{
    background: #ffba00 !important;
}
/** sidebars **/

.woodlog-left {
    padding: 0;
    margin-top: -30px;
    margin-left: -40px;
    margin-right: 40px;
}

.woodlog-right {
    padding: 0;
    margin-top: -30px;
    margin-right: -40px;
    margin-left: 37px;
    position: absolute;
    right: 23px;
    top: 20px;
}

div.sidebar p {
    font-size: 10px;
    line-height: 15px;
}

div.sidebar h1 {
    font-size: 15px;
    font-weight: bold;
}

#fieldsetCaptcha{
    float: left;
}

@media (max-width: 767px){
      .unstyled-table,
    .unstyled-table thead,
    .unstyled-table tbody,
    .unstyled-table tr,
    .unstyled-table td,
    .unstyled-table th{
        display: block;
    }
    .unstyled-table *{
        margin: auto !important;
        text-align: center !important;
    }
    .unstyled-table td,
    .unstyled-table th{
        padding: 10px;
    }
}