/* Medium Layout: 1280px. Desktop */

@media only screen and (min-width: 1025px) and (max-width: 1280px) {}

/* Tablet Layout: 1024px - iPad Landscape */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    .header_area_text {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 400px;
/*    padding-right: 500px;*/
    }
    .header_area_text h2 {
        font-size: 40px;
    }
    .story_image {
        margin-bottom: 20px;
    }
    .company_address {
        padding: 10px 26px;
    }
}

/* Tablet Layout: 768px - iPad Portrait */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    .header_area_text {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 300px;
    }
    .header_area_text h2 {
        font-size: 30px;
    }
    .col-md-12.aboutus h2 {
        font-size: 25px;
    }
    .story_image {
        margin-bottom: 20px;
    }
    #story_area2 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .story_text2 {
        padding-top: 10%;
    }
    .story_text2 h2 {
        margin-bottom: 15px;
    }
    .story_text2 p {
        margin-bottom: 20px;
    }
    #story_area3 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .story_text3 {
        padding-bottom: 8%;
    }
    .story_image2 {
        
    }
    .company_links h2,
    .company_address h3,
    .company_address a {
        font-size: 18px;
        text-align: center;
    }    
    .company_logo img {
        display: block;
        margin: auto;
        height: 150px;
    }
    .company_address {
        padding: 10px 26px;
    }
}

/* Mobile Devices */

@media only screen and (max-width: 767px) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    #header_area {
        padding-top: 5px;
    }
    .header_area_text h2 {
        font-size: 30px;
    }
    .header_area_text {
        padding-right: 0px;
        padding-bottom: 200px;
    }
    .header_area_text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .header_area_text a,
    .story_text a,
    .experience a,
    .call_project a {
        padding: 8px 10px;
        margin-top: 0px;
    }
    .navbar {
        padding: 0px;
    }
    .navbar li {
        margin: 0 15px;
        padding: 20px 0;
    }
    .navbar li:first-child {
        margin-right: 3%;
    }
    .story_text h2, {
        margin-bottom: 10px;
        margin-top: 10px
    }
    .c_img {
        width: 15%
    }
    .call_to_action_text h2 {
        font-size: 22px;
    }
    .call_to_action_text p {
        font-size: 12px;
        margin-top: 5px
    }
    .text-right {
        text-align: left
    }
    p {
        font-size: 12px;
    }
    h2 {
        font-size: 22px;
    }
    .company_address p {
        font-size: 12px;
    }
    .company_address h2 {
        font-size: 16px
    }
    .company_address {
        padding: 10px 15px;
    }
    
}
/* Wide Mobile Device Layout */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: portrait) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    .fa-chevron-right {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .fa-5x {
        text-shadow: 2px -3px 10px #666;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    .header_area_text {
        padding-top: 170px;
        padding-bottom: 0px;
    }
    .header_area_text h2 {
        font-size: 25px;
    }
    .col-md-12.aboutus h2 {
        font-size: 95%;
        margin-bottom: 0;
    }
    #story_area1 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .story_text1 img {
        height: 150px;
    }
    .story_text1 a {
        display: inline-block;
        text-align: center;
        font-size: 65%;
        padding: 5px 0px;
        color: #000;
    }
    #story_area2 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .story_text2 {
        padding-top: 10%;
    }
    .story_text2 h2 {
        margin-bottom: 15px;
    }
    .story_text2 p {
        margin-bottom: 20px;
    }
    #story_area3 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .story_text3 {
        padding-bottom: 8%;
    }
    .fa-chevron-right {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .fa-5x {
        text-shadow: 2px -3px 10px #666;
    }
    .company_links h2,
    .company_address h3,
    .company_address a {
        font-size: 16px;
        text-align: center;
    }    
    .company_logo img {
        display: block;
        margin: auto;
        height: 150px;
    }
}

/* Other smaller mobiles - stops wow.js */

@media screen and (min-width: 319px) and (max-width: 480px) and (orientation: portrait) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    .fa-chevron-right {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .fa-5x {
        text-shadow: 2px -3px 10px #666;
    }
    #topbanner {
        margin-top: -5px;
        height: 40px;
    }
    #topbanner h5 {
        padding: 0;
        font-size: 70%;
    }
    .header_area_text {
        padding-top: 130px;
        padding-bottom: 0px;
    }
    .header_area_text h2 {
        font-size: 90%;
    }
    .navbar img {
        height: 25px;
    }
    .navbar li {
        float: right;
        margin: 10px;
        padding: 10px 0;
        font-size: 75%;
    }
    .col-md-12.aboutus h2 {
        font-size: 80%;
        margin-bottom: 0;
    }
    .section_padding {
        padding-top: 21%;
        padding-bottom: 0;
    }
    #story_area1 {
        /*padding-top: 5%;
        padding-bottom: 5%;*/
    }
    .story_text1 img {
        height: 150px;
    }
    .story_text1 a {
        display: inline-block;
        text-align: center;
        font-size: 65%;
        padding: 5px 0px;
        color: #000;
    }
    #story_area2 {
        /*padding-top: 5%;
        padding-bottom: 5%;*/
    }
    .story_text2 {
        padding-top: 10%;
    }
    .story_text2 h2 {
        margin-bottom: 15px;
    }
    .story_text2 p {
        margin-bottom: 20px;
    }
    #story_area3 {
        /*padding-top: 5%;
        padding-bottom: 5%;*/
    }
    .story_text3 {
        padding-bottom: 8%;
    }
    .company_links h2,
    .company_address h3,
    .company_address a {
        font-size: 16px;
        text-align: center;
    }   
    .company_logo img {
        display: block;
        margin: auto;
        height: 150px;
    }
}
