/*common*/
.mobile
{
    display: none;
}

.full
{
    display: inherit;
}

/*special*/

@media only screen and (min-width: 1380px) {

    .silver-lace-text {
        font-size: 1.1rem;

        font-weight: 300;
    }
    div.etnopark-text
    {
        float: right;
    }
}
@media only screen and (min-width: 1280px) {
    /*для обычных большеньких моников */
    .reasons div div img {
        height: 200px;
    }
    .reasons-caption {
        padding: 0 30px;
    }


}

@media only screen and (max-width: 1370px) {
    /*для ноутовых моников */
    .video-info div
    {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 1279px) {
    .parallax-container {
        min-height: 600px;
    }
    .parallax img {
        max-width: 150%;
    }
    .etnopark-text
    {
        width: 50%;
        float: right;
    }

    /*для меньше чем обычные моники */
    .hide-on-1279-and-down {
        display: none !important;
    }
    .card .card-content {
        height: 220px;
    }
    .card-image
    {
        height: 300px;

    }

    .views-field-field-ent-pic div a img {
        height: 250px;
        width: auto;
    }

}
@media only screen and (max-width: 992px) {
    /*    .hide-on-med-and-down */
    .reasons div div img {
        height: 50px;
    }
    .valign-wrapper-custom {
        display: block;
        -webkit-align-items: inherit;
        -ms-flex-align: inherit;
        align-items:  inherit;
    }
    .parallax-container {
        min-height: 450px;
    }
    .parallax img {
        max-width: 150%;
    }

    nav ul a
    {
        padding: 0 5px !important;
    }
    .card-image
    {
        height: 400px;

    }
    .reasons div div img {
        width: auto;
        height: 200px;
    }
    .container {
    //  width: 90% !important;
    }
    .views-field-field-ent-pic div a img {
        height: 200px;
        width: auto;
    }
    .content {
        padding-bottom: 230px;
    }
    .page-footer {
        margin-top: -230px;
        height: 230px;
    }
}
@media only screen and (max-width: 600px) {

    .parallax-container {
        min-height: 290px;
    }

    .parallax img {
        max-width: 200%;
    }

    /*.show-on-small */
    .card-image {
        height: 300px;

    }

    .container {
    / / width: 100 % !important;
    }

    .language-icon
    {
        width: 16px !important;
        height: 12px !important;
    }
}

@media (max-width:430px) {
    .hide-on-less-430
    {
        display: none;
    }
    .reasons-block {
        height: 290px;
        display: inline-block;
    }
    .reasons-header h5 {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .card-image
    {
        height: 200px;

    }
    .reasons div div img {
        height: 100px;
    }
    .logo {

        top: 0;
        margin: 0 ;

        width: 66px;
        height: 67px;

    }
    .logo-scroll,.logo-scroll-en {

        margin: 0;

        width: 65px;
        height: 20px;

        transition: top .8s ease-out;
    }
    .language-icon
    {
        width: 16px !important;
        height: 12px !important;
    }
}



@media only screen and (min-width: 601px) {
    /*.hide-on-med-and-up*/

}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    /*.hide-on-med-only*/


}

@media only screen and (min-width: 993px) {
    /*.hide-on-large-only*/
}

@media only screen and (min-width: 993px) {
    /*.show-on-large */
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    /*.show-on-medium */
}


@media only screen and (min-width: 601px) {
    /*.show-on-medium-and-up */
}

@media only screen and (max-width: 992px) {
    /*.show-on-medium-and-down */
}

@media only screen and (max-width: 600px) {
    /*.center-on-small-only */
}

@media  (min-width:310px) and (max-width:450px)

{
    .mobile
    {
        display: block;
    }
    .video-caption-title,.video-caption-text
    {
        width: 100%;
        margin: 0;
        padding: 0 5px;
    }
    .video-caption-title
    {
        font-size: 1.3rem;

    }
    .video-caption-text
    {
        font-size: 0.9rem;
    }
    .menu-listing
    {
        margin: 10px;
    }
    .side-nav
    {
        /*width: 90%;*/
        margin: 0;
        padding-top: 0;
    }
    .side-nav a
    {
        font-size: 19px;
    //line-height: 120%;
    }
    #slide-out li {
        width: 250px;
    }
    .logo,.logo_en,.quote-container, .etnopark-next,.full{
        display: none;
    }
    .logo-scroll,.logo-scroll-en {
        height: 20px;
        width: 65px;
        top:13px;
    }
    .etnopark-text
    {
        width: 100%;

        margin: 0px;

    }
    .card .card-content {
        height: auto;
        padding: 10px;
    }
    .col.s12
    {

    }
    .views-field.views-field-field-paralaxpicrure
    {
        margin-top: 25px;
    }
    .section.customcolor-text.node h3
    {
        font-size: 1.92rem;
    }
    .parallax-caption p
    {
        width: 100%;
    }
    .page-footer .container div.s6 p
    {
        text-align: left !important;
    }
    img:not(.parallax-image)
    {
       width: 100%;
    }
    figure
    {
        margin: 0;
    }
    .back-submenu:after
    {
        left:0px;
    }
    .field-content img 
    {
    width: 100%;
    height: auto;
    }


}