@font-face{
	font-family:"CocoGothic";
	src:url('CocoGothic.eot');
	src:url('CocoGothic.eot?#iefix') format('eot'),
	url('CocoGothic.ttf') format('truetype'),
	url('CocoGothic.woff') format('woff'),
	url('CocoGothic.svg#CocoGothic') format('svg');
}
@font-face{
	font-family:"FiraCode";
	src:url('FiraCode.eot');
	src:url('FiraCode.eot?#iefix') format('eot'),
	url('FiraCode.ttf') format('truetype'),
	url('FiraCode.woff') format('woff'),
	url('FiraCode.svg#FiraCode') format('svg');
}
@font-face{
	font-family:"Muli";
	src:url('Muli.eot');
	src:url('Muli.eot?#iefix') format('eot'),
	url('Muli.ttf') format('truetype'),
	url('Muli.woff') format('woff'),
	url('Muli.svg#Muli') format('svg');
}
body{
	font-family: Arial;
	font-size:14px;
	color:#000;
	margin:0;
    background-color: #f4f1ed;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#374c09;
}
img{
	border:none;
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
h1{
    font-family:"CocoGothic";
    font-size: 21px;
    text-transform: uppercase;
    font-style: normal;
}
h2{
    font-size: 18px;
    font-style: normal;
    margin: 0;
    padding: 0;
}
.dark-white, .dark-white a{
    color: #edeced;
    text-decoration: none;
}
.dark-white a:hover{
    color: #000;
}
.brown{
    color: #6c4f25;
}
.cover{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
hr{
    color: #6c4f25;
}
@keyframes fadeIn {
  0% {
    transform: translate3d(100%);
    opacity: 0;
  }
  100% {
    transform: translate3d();
    opacity: 1;
  }
}
#slide {
  animation: 3s fadeIn;
}
.menu{
    font-family: "FiraCode";
    font-size: 18px;
    color: #ebdd92;
    right: 100px;
    top: 20px;
    position: absolute;
    z-index: 99;
}
.row{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -3px;
    opacity:0;
}
.box, .box2{
   width: 100%;
    height: auto;
    overflow: hidden;
    margin: 15px 0; 
}
.box-left{
    width: 590px;
    height: 373px;
    float: left;
    padding: 30px;
    background: url("../images/bg.jpg");
}
.box-right{
    width: 650px;
    float: left;
}
.blog-menu{
    font-family:"Muli";
    color: #6c4f25;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #6c4f25;
    border-radius: 50px;
    padding: 10px 15px;
    float: left;
    margin: 14.8px 30px 0 0;
}
.blog-menu:hover{
    color: #FFF;
    background-color: #6c4f25;
}
.col-left{
    width: 642.5px;
    float: left;
    padding-right:7.5px;
    margin-top: 15px;
}
.col-right{
    width: 642.5px;
    float: left;
    margin-top: 15px;
    padding-left:7.5px;
}
.col2{
    width: 498px;
    float: left;
    padding: 30px 76px;
}
.col22{
    width: 50%;
    float: left;
}
.w50{
    width: 50%;
    float: left;
}
.bg-lightbrown{
    width: 100%;
    overflow: hidden;
    margin-top: -3px;
}
.bg-green{
    width: 95%;
    padding: 2.5%;
    background-color: #374c09;
    color: #FFFFFF;
}
.line{
    width: 100%;
    overflow: hidden;
}
#bottom{
    width: 100%;
    background-color: #374c09;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
}
.p-element{
    height: 35px;
    display: block;
}
.m-element{
    height: 45px;
    display: none;
}
@media only screen and (max-width: 767px) {
    h2{
        margin-top: 30px;
    }
    .menu{
        right: 40px;
    }
    .cover{
        width: 95%;
        margin: 0 auto;
    }
    .col-left, .col-right{
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: -3px;
    }
    .col2, .box-right{
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 15px;
    }
    .col2 img{
        max-width: 100%;
    }
    .box-left{
        width: 90%;
        height: auto;
        float: none;
        padding: 5%;
        margin-bottom: -10px;
    }
    .box2{
        margin: 0;
    }
    .bg-lightbrown{
        width: 90%;
        padding: 5%;
    }
    .p-element{
        display: none;
    }
    .m-element{
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .cover{
        width: 95%;
        margin: 0 auto;
    }
    .col-left, .col-right, .box-right{
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 15px;
    }
    .col2{
        width: 45%;
        float: left;
        padding: 2.5%;
    }
    .box-left{
        width: 90%;
        float: none;
        padding: 5%;
        margin-bottom: -10px;
    }
    .p-element{
        display: none;
    }
    .m-element{
        display: block;
    }
}