img {
    max-width: 100%;
}

.menu-main-menu-container ul#menu-main-menu-1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 2px;
    padding: 5px 0px;
    flex-wrap: wrap;
}
.menu-main-menu-container ul#menu-main-menu-1 .menu-item.home-item{
	width: 40px;
	margin: 0 7px 6px 0;
}
.menu-main-menu-container ul#menu-main-menu-1 .menu-item.home-item:hover{
    position: relative;
    animation: myAnim 3s linear;
}
@keyframes myAnim {
    0% {
        animation-timing-function: ease-in;
        opacity: .5;
        transform: translateY(-8px)
    }

    24% {
        opacity: 1
    }

    40% {
        animation-timing-function: ease-in;
        transform: translateY(-6px)
    }

    65% {
        animation-timing-function: ease-in;
        transform: translateY(-4px)
    }


    25%,55%,75%,87% {
        animation-timing-function: ease-out;
        transform: translateY(0)
    }

    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0)
    }
}
#hl .td-module-thumb a:last-child:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.6;
    bottom: 0;

}

#hl .td-big-grid-meta {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

div.wpcf7 {
    margin: 0;
    padding: 0;
}

#content img {
    max-width: 600px !important;
}

audio {
    height: 40px;
}

.td-post-content div {
    /*padding-bottom:16px;*/
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}


div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

.ads_full {
    max-width: 980px;
    margin: 0 auto;
}

.ads300 {
    width: 300px;
    margin: 0 auto;
}