body{
	background-color: #693a3b;
	font-family:"kumlien-pro";
	font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
img{
	width: 100%;
    height: auto;
}
.wrapper{
	width: 100%
}
.container{
	max-width: 1280px;
	width: 1280px;
	margin: 0 auto;
}
header ul {
    display: flex;
    justify-content: space-between;
    margin-top: 53px;
}
header ul li a {
	font-family:"kumlien-pro";
	font-size: 25px;
	font-weight: 400;
	font-stretch: normal;
	font-style: italic;
	line-height: normal;
	letter-spacing: 2.29px;
    color: rgba(255, 255, 255, .76);
	text-decoration: none;
	transition: 0.2s;
}
header ul li a {
    border-bottom: solid 1px rgba(255, 255, 255, .9);
    outline: none !important;
}
header ul li a:hover {
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    color: #fff;
    transition: 0.2s;
    outline: none !important;
}

header ul li:nth-child(2) a {
    border-bottom: none;
    opacity: 1;
    outline: none !important;
}
a{
	outline: none !important;
}
header ul li:nth-child(2) {
    position: relative;
    top: 14px;
    text-align: center;

}
.bran-logo{
	width: 80%;
}
.produce-section{
    background-image: url(../img/about-bg.png);
    background-size: 50%;
    background-position: left top;
    background-repeat: repeat-y;
}
/*.produce-section{
    background: url(../img/about-bg.jpg) no-repeat center center ;
    
     background-size: cover;
	  height: 850px;
	  overflow: hidden;
}*/

.produce-panel-1 {
    display: flex;
    flex-direction: column;
}
.produce-panel-1 p {
    font-size: 46px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.21;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 516px;
    margin-top: 44px;
    position: relative;
    z-index: 2;
}
.sheep-img img {
    max-width: 347px;
    max-height: 522px;
    display: flex;
    float: right;
}
.sheep-img {
    display: flex;
    justify-content: center;
    position: relative;
    top: -55px;
    z-index: 0;
}
.produce-panel-2 {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 80px;    
    margin-top: -316px;
}
.produce-panel-2 p {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 32%;
}
@media (min-width: 1010px) and (max-width: 1100px) {
	
	.produce-panel-2 p{
	  	max-width: 30%;
	}
}
@media (min-width: 300px) and (max-width: 1010px) {
  .produce-panel-2{
  	margin-top:0px;
  }
  .produce-panel-2 p{
	font-size: 20px;
    max-width: initial;
  }
  
}
.foot-info {
    display: flex;
    width: 800px;
    float: right;
    justify-content: space-between;
    margin: 72px 0 82px 0;
    align-items: center;
    position: relative;
}
.findus {
    font-size: 40px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: 0.89;
    letter-spacing: normal;
    color: #ffffff;
}
.findus span {
    font-style: normal;
    font-weight: 600;
}
.address {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 359px;
}
.address:before {
    content: '';
    position: absolute;
    width: 296px;
    height: 1px;
    opacity: 0.4;
    background: #ffffff;
    left: 110px;
    top: 30px;
}
@media (min-width: 300px) and (max-width: 410px){
	.sheep-img img {
	    width: auto !important;
	    height: 380px;
	}
}
@media(max-width: 767px){
	header ul li a {
	    font-size: 16px;
	}
	/*header ul li:nth-child(1) a,
	header ul li:nth-child(3) a {
	    display: none;
	}*/
	header ul li:nth-child(1), header ul li:nth-child(3) {
	    position: relative;
	    top: -25px;
	}
	header ul li:nth-child(1){
		margin-right: 5px;
	}
	header ul li:nth-child(3){
		margin-left: 5px;
	}
	.container{
		width: calc(100% - 40px) ;
		max-width: calc(100% - 40px) ;
	}
	.sheep-img img {
		max-width: 100%;
		display: inline;
		float: right;
		object-fit: cover;
		width: auto;
		height: 380px;
	}

	.produce-panel-1 p {
	    font-size: 40px;
	    max-width: 95%;
	}
	/*.foot-info {
	    flex-direction: row;
	    width: 100%;
	}
	.findus {
	    font-size: 40px;
	}
	.address {
	    font-size: 20px;
	    max-width: 230px;
	    text-align: right;
	}*/
	.address:before {
	    width: 80px;
	    left: 68px;
	    top: 20px;
	    /*display: none;*/
	}

	.foot-info{
		flex-direction: column;
		width: 100%;
		margin: 45px 0 60px 0;
	}
	.findus {
	    font-size: 40px;
	    text-align: center;
	}
	.findus br {
	    display: none;
	}
	.address {
	    font-size: 20px;
	    max-width: 230px;
	    text-align: center;
	    margin-top: 60px;
	}
	.address:before {
	    width: 50px;
	    left: 50%;
	    top: 61px;
	    /* display: none; */
	    transform: rotate(90deg);
	    transform: translate(-50%, -50%) rotate(90deg);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
}
@media(min-width: 768px) and (max-width: 1024px){
	header ul li a {
	    font-size: 20px;
	}
	.container{
		width: calc(100% - 40px) ;
		max-width: calc(100% - 40px) ;
	}
	.sheep-img img {
	    
	    display: flex;
	    float: right;
	}

	.produce-panel-1 p {
	    font-size: 40px;
	    max-width: 55%;
	}
	.foot-info {
	    flex-direction: row;
	    width: 60%;
	}
	.findus {
	    font-size: 40px;
	}
	.address {
		font-size: 20px;
		max-width: 230px;
		text-align: right;
	}
	.address:before {
		width: 150px;
		left: 75px;
		top: 20px;
	}
}
@media(min-width: 1025px) and (max-width: 1279px){
	.container{
		width: calc(100% - 40px) ;
		max-width: calc(100% - 40px) ;
	}
}

/* The Modal (background) */
.modal {
  	display: none;
  	position: fixed;
  	z-index: 1;
  	padding-top: 100px; 
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	overflow: auto; 
  	background-color: rgb(0,0,0);
  	background-color: rgba(0,0,0,0.4);
    z-index: 100;
}

.modal-content {
  	background-color: #ffffff;
  	margin: auto;
  	border: 1px solid #ffffff;
  	max-width: 643px;
    z-index: 100;
}

/* The Close Button */
.close {
  color: #a4898a;
  float: right;
  font-size: 35px;
  font-weight: bold;
  position: relative;
  top: 21px;
  right: 21px;

}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.text-center{
	text-align: center;
}
.contact-logo{
    width: 198px;
    height: 154px;
    padding-top: 57px;
    padding-bottom: 47px;
}
.contact-info{
	font-size: 32px;
  	font-weight: 500;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.28;
  	letter-spacing: normal;
  	text-align: center;
  	color: #693a3b;
    padding-bottom: 87px;
}
.contact-email{
  	color: #693a3b;
	font-weight: normal;
  	font-style: italic;
 	 position: relative;
 	 text-decoration: none;
}
.contact-email:after{
	content: "";
	position: absolute;
    border-bottom: 1px solid #693a3b;
    width: 100%;
    bottom: 8px;
    left: 0px

}


/*.ov{
	overflow: auto;
	max-height: 506px
}*/
@media(max-width: 354px){
	.modal-content {
	    width: 87% !important;
	}
}
@media(max-width: 767px){

	.modal-content {
	    width: 89%;
	    max-width: 400px;
	}
	.contact-logo {
	    width: 139px;
	    height: 108px;
	    padding-top: 45px;
	    padding-bottom: 28px;
	}
	.contact-info{
		font-size: 21px;
  		font-weight: 500;  
  		line-height: 1.33;
    	padding: 10px 10px 50px 10px;

	}

	.contact-email:after{
		content: "";
		position: absolute;
	    border-bottom: 1px solid #693a3b;
	    width: 100%;
	    bottom: 4px;
	    left: 0px

	}
	.m-block{
		display: block
	}
	.close {
	    font-size: 41px;
	    top: 16px;
	    right: 16px;
	}
}

