﻿* {
          box-sizing: border-box;
        }

        body {
          margin: 0;
          font-family: 'Roboto', sans-serif;
          font-size: 16px;
          background: #404040;
          line-height: 1.75;
        }
        body, header, .content, footer
        {
            float: left;
            width: 100%;
            position: relative;
        }
        header
        {
            z-index: 999;
        }
        .copyright
        {
            text-align: center;
            padding: 15px 0;
            color: #fff;
        }
        img
        {
            vertical-align: middle;
            margin: 0;
            max-width: 100%;
        }
        .menu
        {
            width: 100%;
            float: left;
            position: absolute;
            top: 0;
            left: 0;
            background: #404040;
        }
        .menu ul
        {
            list-style-type: none;
            width: auto;
            float: left;
        }
        .menu ul li
        {
            float: left;
            margin-right: 11px;
            padding: 0 15px;
        }
        .menu ul li a
        {
            text-decoration: none;
            color: #fff;
        }
        .menu ul li a:hover, .menu ul li a.active
        {
            color: #13a62b;/*red;*/
        }
        .farmer img
        {
            width: 501px;/*calc((100% - 35px) / 3);*/
            height: 501px;
        }
        #img2
        {
            margin-left: 15px;
            margin-right: 15px;
        }
        .triangle-border
        {
            border-left: 250px solid transparent;
	        border-right: 250px solid transparent;
	        border-bottom: 50px solid #404040;
	        width: calc((100% - 35px) / 3);
	        float: none;
	        text-align: center;
	        margin: -50px auto 0;
	        position: relative;
        }
        h3, .h3
        {
            font-size: 45px;
            margin: 0;
            font-weight: bold;
        }
        h3 + p 
        {
	        font-size: 16px;
        }
        .farmer2
        {
            color: #fff;
            text-align: left;
            padding:0 15px;
        }
        .buttons
        {
            float: left;
        }
        .buttons + div
        {
            float: right;
            text-align: center;
            line-height: normal;
        }
        .buttons + div p
        {
            margin: 0;
        }
        .buttons + div h4
        {
            margin-bottom: 0;
            margin-top: 0;
            color: #7ab950;/*#507c34;*/
            font-weight: bold;
            font-size: 24px;
        }
        .buttons a {
	        background: url(../images/button-bg.jpg) no-repeat;
	        background-size: 100%;
	        width: auto;/*230px;*/
	        display: inline-block;
	        text-align: center;
	        height: 45px;
	        line-height: 35px;/*45px;*/
	        color: #fff;
	        text-decoration: none;
	        font-weight: bold;
	        min-width: 185px;
	        margin-right: 15px;
        }
        .farm-links
        {
            float: left;
            width: 100%;
        }
        .farmer2 > p
        {
            font-size: 23px;
            line-height:normal;
        }
        .foot-link
        {
            /*float: right;
            padding-right: 30px;*/
        }
        .copyright a
        {
            color: inherit;
            line-height: 1.75px;
        }
        .copyright a:hover
        {
            text-decoration: none;
        }
        .container
        {
            float: none;
            margin: 0 auto;
            display: block;
            position: relative;
            max-width: 1540px;
        }
        .resp-menu
        {
            color: #fff;
            float: left;
            width: 100%;
            padding: 15px;
            font-size: 16px;
            cursor: pointer;
            display: none;
        }
        .resp-menu:hover
        {
            color: #13a62b;/*#c00000;*/
        }
        /***********/
        @media (max-width: 1539px)
        {
            .container
            {
                max-width: 1366px;
            }
            .triangle-border
            {
                margin: -45px auto 0;
            }
            .farmer img
            {
                width: 443px;
                height: 443px;
            }
        }
        @media (max-width: 1366px)
        {
            .container
            {
                max-width: 1280px;
            }
            .farmer img
            {
                width: 415px;
                height: 415px;
            }
        }
        @media (max-width: 1279px)
        {
            .container
            {
                max-width: 1024px;
            }
            .farmer img
            {
                width: 329px;
                height: 329px;
            }
        }
        @media (max-width: 1023px)
        {
            .container
            {
                max-width: 768px;
            }
            .farmer img
            {
                width: 244px;
                height: 244px;
            }
        }
        @media (max-width: 767px)
        {
            .container
            {
                max-width: 640px;
            }
            .farmer img
            {
                width: 201px;
                height: 201px;
            }
        }
        @media (max-width: 639px)
        {
            .container
            {
                max-width: 480px;
            }
            .farmer img
            {
                width: 148px;
                height: 148px;
            }
        }
        @media (max-width: 479px)
        {
            .container
            {
                max-width: 320px;
            }
            .farmer img
            {
                width: 95px;
                height: 95px;
            }
        }
        @media only screen and (min-device-width : 768px) and (max-device-width : 1366px) and (orientation : landscape) 
        {
            .triangle-border
            {
                margin: -48px auto 0;
            }   
            .farmer2 > p
        {
            font-size: 19px;
        }
        }
        @media only screen and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : landscape) 
        {
            h3, .h3
            {
                font-size: 40px;
            }
        }
        @media only screen and (min-device-width : 683px) and (max-device-width : 1234px) and (orientation : landscape) 
        {
            .farmer2 > p
            {
                font-size: 17px;
                line-height: normal;
            }
        }
        @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) 
        {
            .triangle-border 
            {
	            border-left: 165px solid transparent;
	            border-right: 165px solid transparent;
	            border-bottom: 50px solid #000;
	            width: calc(100% / 3);
            }
            h3, .h3
            {
                font-size: 28px;
            }
            .farmer2 > p
            {
                font-size: 16px;
            }
        }
        @media (max-width: 1023px)
        {
            .menu
            {
                position: relative;
            }
            h3, .h3
            {
                font-size: 28px;
            }
            .farmer2 > p
            {
                font-size: 16px;
            }
            .menu ul li
            {
                margin-right: 0;
            }
        }
        @media (max-width: 639px)
        {
            .resp-menu
    {
        display: block;
    }
    .menu
    {
        display: none;
    }
            .menu ul li 
            {
	            width: 100%;
	            padding: 10px;
            }
        }
        @media (max-width: 479px)
        {
            .triangle-border 
            {
                display: none;
            }
        }
        