@media only screen and (min-width: 200px) and (max-width : 727px) { 
    .inner-head {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        height: 50px;
        line-height: 30px;
    }

    .nav {
        display: none;
    }

    .logo {
        width: 100%;
        float: none;
    }
    
    .scroll-down {
        display: none;
    }

    .logo a {
        font-size: 23px;
        text-align: right;
    }

    #rmenu {
        display: inline-block;
        margin: 15px 10px;
    }

    .video {
        background-size: contain;
        height: 172px;
        background-repeat: no-repeat;
    }

    .video-player {
        height: 172px;
    }

    .video-wrapper {
        background-image: url("../images/video.png");
        background-position: center center;
        background-size: cover;
        box-shadow: 0 10px 8px #000000;
        height: 172px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .play {
        left: 6%;
        top: 25%;
    }

    .content {
        width: 100%;
    }

    .blocks {
        padding-bottom: 45px;
        padding-top: 45px;
        text-align: center;
    }

    .block-man, .the-man-block {
        background-image: url(../images/man-m-square.png);
    }
    .block-company, .the-company-block  {
        background-image: url(../images/company-m-square.png);
    }
    .block-legacy, .the-legacy-block {
        background-image: url(../images/legacy-m-square.png);
        margin-right: 0;
    }

    .block {
        float: none;
        height: 290px;
        padding: 20px 10px 10px;
        width: 300px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .block h2 {
        margin-bottom: 25px;
    }

    .testimonials {
        padding-bottom: 20px;   
    }

    .person-name, .person-title {
        display: block;
    }


    .inner-footer {
        width: 100%;
        height: 100%;
    }

    .social {
        display: none;
    }

    .powered, .fnav {
        float: none;
        width: 100%;
    }

    .powered {
        text-align: center;
        line-height: 50px;
    }

    .fnav {
        margin-top: 0;
        padding-bottom: 20px;
    }

    .right-field, .left-field {
        float: none;
        width: 100%;
        margin-left: 0;
    }


    .theForm textarea {
        width: 180px
    }

    .testimonials-header {
        padding-top: 25px;
        padding-bottom: 120px;
    }


    .write-testimonial-inner {
        float: 0;
        margin-right: 15px;
        margin-top: 25px;
    }

    .inner-testimonial {
        float: none;
        height: 340px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .testimonials-text {
        line-height: 23px;
    }

    .left-side, .right-side {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }



    .inner-block {
        height: 355px;
        width: 320px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .inside-block {
        padding: 5px 10px;
    }

    .inside-block h3 {
        margin-bottom: 15px;
    }

    .block-item {
        margin-bottom: 10px;
    }

    .data-block {
        margin-right: 10px;
        margin-left: 10px;
    }

    .data-block h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .data-block img {
        width: 100%;
    }

    .data-block-description {
        font-size: 17px;
        line-height: 22px;
        margin-top: 10px;
    }

    .inner-page {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 728px) and (max-width : 1169px) { 
    .inner-head {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        height: 50px;
        line-height: 40px;
    }

    .scroll-down {
        display: none;
    }

    .logo {
        width: 42%;
    }
    
    .nav {
        width: 55%;
    }

    .logo a{
        font-size: 25px;
    }
    .nav ul li {
        padding-right: 25px;
    }

    .video {
        background-size: contain;
        height: 428px;
        background-repeat: no-repeat;
    }

    .video-player {
        height: 428px;
    }
    
    .video-wrapper {
        background-image: url("../images/video.png");
        background-position: center center;
        background-size: cover;
        box-shadow: 0 10px 8px #000000;
        height: 428px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .play {
        left: 6%;
        top: 40%;
    }

    .content {
        width: 100%;
    }

    .blocks {
        padding-bottom: 45px;
        padding-top: 45px;
        text-align: center;
    }

    .block-man, .the-man-block {
        background-image: url(../images/man-m-square.png);
    }
    .block-company, .the-company-block  {
        background-image: url(../images/company-m-square.png);
    }
    .block-legacy, .the-legacy-block {
        background-image: url(../images/legacy-m-square.png);
        margin-right: 0;
    }

    .block {
        float: none;
        height: 290px;
        padding: 20px 10px 10px;
        width: 300px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .block h2 {
        margin-bottom: 25px;
    }

    .testimonials {
        padding-bottom: 20px;   
    }

    .person-name, .person-title {
        display: block;
    }


    .inner-footer {
        width: 100%;
        height: 100%;
    }

    .social {
        display: none;
    }

    .powered, .fnav {
        float: none;
        width: 100%;
    }

    .powered {
        text-align: center;
        line-height: 50px;
    }

    .fnav {
        margin-top: 0;
        padding-bottom: 20px;
    }


    .testimonials-header {
        padding-top: 25px;
        padding-bottom: 120px;
    }


    .write-testimonial-inner {
        float: 0;
        margin-right: 15px;
        margin-top: 25px;
    }

    .inner-testimonial {
        float: left;
        height: 305px;
        width: 44%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .testimonials-text {
        line-height: 23px;
    }



    .left-side {
        float: left;
        width: 45%;
        margin: 0;
    }

    .right-side {
        width: 55%;
    }

    .inner-block {
        height: 355px;
        width: 320px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .inside-block {
        padding: 5px 10px;
    }

    .inside-block h3 {
        margin-bottom: 15px;
    }

    .block-item {
        margin-bottom: 10px;
    }

    .data-block {
        margin-right: 10px;
        margin-left: 10px;
    }

    .data-block h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .data-block img {
        width: 100%;
    }

    .data-block-description {
        font-size: 19px;
        line-height: 25px;
        margin-top: 10px;
    }

    .inner-page {
        padding-bottom: 60px;
    }
}
