@media (min-width: 1200px) {
    .container {
        width: 70%;
    }
}

#zyx-work{
    background: unset;
    color: unset;
}
#zyx-home{
    height:110px !important;
}
#zyx-home, #zyx-home .text-wrap {
    height: 200px;
}
#zyx-header {
    margin-top: 20px;
}
#zyx-intro{
    padding-bottom: 0;
    margin-top: -160px;
}

.blog-content{
    background-color: #dedede!important;
}

.categ ul li {
    list-style: none;
    background: #5f9980;
    margin-bottom: 5px;
    color: #fff;
    padding: 8px 10px;
}
.categ ul li:hover,.categ ul li.active{
    background: #bc9b64;
}
.categ ul{
    margin-top:1.5em;
}
#zyx-work .categ a {
    color: #fff;
    text-decoration: none;
}
.categ ul li a {
    font-size: 1em;
    line-height: 2em;
    padding: 0px 15px;
    color: #fff;
    /*background: url(../images/list-arrow.png) no-repeat 0 5px;*/
}
.categ ul li a:hover{
    text-decoration: none;
}

.blog{
    padding: 15px;
    padding-bottom: 25px;
}

#zyx-work .blog h3 a{
    color: #000;
}
#zyx-work .blog h3 a {
    font-size: 1em;
    font-family: 'Righteous', cursive;
    text-decoration: none;
}
.blog-grid {
    background: #fff;
    padding: 1em 1em 2em;
}
.blog-grid1 h3,.blog h3 {
    font-size: 2.5em;
    font-family: 'Righteous', cursive;
    color: #000;
}
.blog-grid1 {
    padding-top: 1em;
}
.blog p {
    font-size: 0.7em;
    color: #777;
    padding: 10px 0;
    line-height: 0.8em;
}
#zyx-work a{
    color: #777;
}
.blog p a {
    margin: 0 .5em;
    color: #777;
    text-decoration: none;
}
.blog2 {
    margin: 1em 0;
}
.blog img {
    width: 100%;
}
#zyx-work a.btn{
    text-decoration: none;
    color: #fff;
}
a.button5 {
    font-size: 0.8em;
    background: #2da9e1;
    padding: .8em 0em;
    color: #fff;
    text-transform: capitalize;
    display: block;
    text-align: center;
    width: 16%;
}
#fileList .file-item{
    width: 200px;
    height: 100px;
    padding: 10px;
    background-color: #ccc;
    border: 1px solid #999;
}
#fileList .info{
    height: 50px;
    background-color: transparent;
    color: #222;
    white-space: unset;
}
#fileList .del-btn{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 16px;
    color: #ba0b19;
    white-space: unset;
}

/**/
.menu_open{
    display: block;
}
.menu_hide{
    display: none;
}