@media screen and (min-width: 800px) and (max-width: 1024px) {

    #menu-mobile {
        display: none;
    }
    
    .socicon {
        font-family: 'socicon' !important;
    }
    
    body {
        background-color: #fff;
        padding: 0px;
        margin: 0px;
        font-family: "Amplitude",Tahoma,Verdana,sans-serif;
        color: #000;
    }
    
    #header-top-bar {
        background-color: #4c4c4c;
        margin: auto;
        height: 40px;
        overflow: hidden;
        display: block;
    }
    
    #header-top-bar-content {
        padding: 0px;
        overflow: auto;
        margin: auto;
        width: 90%;
        max-width: 1100px;
        color: #fff;
    }
    
    #header-top-bar-content-links {
        float: right;
        overflow: auto;
        margin: auto;
        padding-top: 8px;
        padding-bottom: 10px;
        padding-right: 0px;
    }
    
    #header-top-bar-content-links a {
        text-decoration: none;
        color: #cec8c8;
        padding-top: 14px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        font-family: Amplitude;
        font-size: 18px;
    }
    
    #header-top-bar-content-links a:not(:first-of-type) {
        background-image: url('../images/header-sep.png');
        background-repeat: no-repeat;
        background-position: 0px 22px;
    }
    
    #header-top-bar-content-links .active {
        color: #fff;
    }
    
    #header {
        padding: 10px;
        overflow: hidden;
        margin: auto;
        width: 90%;
        max-width: 1100px;
        height: 80px;
        position: relative;
    }
    
    #logo {
        font-size: 42px;
        float: left;
        padding-top: 14px;
        padding-bottom: 4px;
        font-weight: bold;
    }
    
    #header-contact {
        position: absolute;
        top: 10px;
        height: 70px;
        width: 500px;
        color: #fff;
        font-family: Amplitude;
        overflow: hidden;
        margin: auto;
        right: 0px;
    }
    
    #header-contact-telephone {
        border-right: 1px solid #ccc;
        background-image: url('../images/phone-icon.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 55px;
        height: 68px;
        width: 135px;
        float: left;
        position: relative;
    }
    
    #header-contact-telephone h1 {
        text-transform: uppercase;
        font-family: Amplitude;
        font-size: 14px;
        color: #444;
        padding-top: 10px;
        padding-bottom: 0px;
        margin: 0px;
    }
    
    #header-contact-telephone h2 {
        text-transform: uppercase;
        font-family: Amplitude;
        font-size: 24px;
        color: #000;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
    }
    
    #header-contact-email {
        border-right: 1px solid #ccc;
        background-image: url('../images/email-icon.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 55px;
        height: 68px;
        width: 135px;
        position: relative;
        overflow: hidden;
        margin-left: 200px;
    }
    
    #header-contact-email h1 {
        text-transform: uppercase;
        font-family: Amplitude;
        font-size: 14px;
        color: #444;
        padding-top: 10px;
        padding-bottom: 0px;
        margin: 0px;
    }
    
    #header-contact-email a {
        text-decoration: none;
        color: #000;
    }
    
    #header-contact-email h2 {
        font-family: Amplitude;
        font-size: 24px;
        color: #000;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
    }
    
    #header-contact-social {
        border-right: 1px solid #ccc;
        padding-left: 0px;
        height: 68px;
        width: 58px;
        position: absolute;
        top: 0px;
        left: 130px;
        overflow: hidden;
        margin-left: 278px;
        padding-top: 14px;
    }
    
    #header-contact-social a {
        font-size: 36px;
        color: #b7b7b7;
        transition: color 0.5s ease;
        -webkit-transition: color 0.5s ease;
        -moz-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        -ms-transition: color 0.5s ease;
        text-decoration: none;
    }
    
    #header-contact-social a:hover {
        color: #d61d2b;
        transition: color 0.5s ease;
        -webkit-transition: color 0.5s ease;
        -moz-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        -ms-transition: color 0.5s ease;
    }
    
    #menu-container {
        margin: auto;
        background-color: #d61d2b;
        min-height: 40px;
    }
    
    #menu {
        padding: 0px;
        overflow: hidden;
        margin: auto;
        width: 90%;
        max-width: 1120px;
    }
    
    #menu a {
        border-right: 1px solid #af1723;
        color: #fff;
        font-family: Amplitude;
        font-size: 16px;
        display: block;
        width: 16%;
        text-decoration: none;
        text-align: center;
        float: left;
        min-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: background-color 0.5s ease;
        -webkit-transition: background-color 0.5s ease;
        -moz-transition: background-color 0.5s ease;
        -o-transition: background-color 0.5s ease;
        -ms-transition: background-color 0.5s ease;
        background-color: #d61d2b;
    }
    
    #menu a:first-of-type {
        border-left: 1px solid #af1723;
    }
    
    #menu a:hover {
        transition: background-color 0.5s ease;
        -webkit-transition: background-color 0.5s ease;
        -moz-transition: background-color 0.5s ease;
        -o-transition: background-color 0.5s ease;
        -ms-transition: background-color 0.5s ease;
        background-color: #af1723;
    }
    
    #menu .active {
        background-color: #af1723;
    }
    
    #banner {
        margin: auto;
        background-image: url('../images/header.jpg');
        background-repeat: no-repeat;
        background-position: top center;
        height: 490px;
    }
    
    #banner-container {
        padding: 0px;
        overflow: hidden;
        margin: auto;
        width: 90%;
        max-width: 1120px;
        position: relative;
        height: 490px;
    }
    
    #banner-img {
        position: absolute;
        left: 0px;
        bottom: -5px;
    }
    
    #banner-img img {
        width: 75%;
    }
    
    #banner-text {
        position: absolute;
        top: 100px;
        height: 400px;
        width: 400px;
        padding: 10px;
        color: #fff;
        font-family: Amplitude;
        overflow: hidden;
        margin: auto;
        right: 0px;
    }
    
    #banner-text h1 {
        font-size: 40px;
    }
    
    #banner-text p {
        font-size: 24px;
    }
    
    .page-separator {
        margin: auto;
        border-bottom: 1px solid #ddd;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .column-container {
        display: table;
        margin: auto;
        width: 90%;
        max-width: 1120px;
        padding-top: 20px;
     }
    
    .column-left {
        display: table-cell;
        width: 60%;
        padding-right: 30px;
        border-right: 1px solid #ddd;
    }
    
    .column-right {
        display: table-cell;
        width: 40%;
        padding-left: 30px;
    }
    
    .header {
        font-family: Amplitude;
        font-size: 40px;
        color: #6b6b6b;
        font-weight: normal;
        margin-top: 0px;
        padding-top: 0px;
    }
    
    .red {
        color: #d61d2b;
    }
    
    .black {
        color: #000;
    }
    
    .bold {
        font-weight: bolder;
    }
    
    .small {
        font-size: 30px;
    }
    
    .uppercase {
        text-transform: uppercase;
    }
    
    .bubble {
        position: relative;
        width: 281px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
        background: #FFFFFF;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border-top: #c7c7c7 solid 1px;
        background-image: url('../images/bubble-tablet.png');
        background-position: bottom left;
        background-repeat: no-repeat;
    }
    
    #footer {
        background-color: #16202c;
        margin: auto;
        padding: 20px;
    }
    
    #footer-container {
        display: table;
        margin: auto;
        width: 90%;
        max-width: 1120px;
    }
    
    #footer-content-1 ul, #footer-content-2 ul {
        list-style-image: url('../images/footer-link.png');
    }
    
    .double li {
        float: left;
        width: 50%;
    }
    
    .double li:nth-child(odd) {
        padding-right: 35px;
    }
    
    #footer-content-1 li, #footer-content-2 li {
        margin-left: -20px;
        line-height:2em;
    }
    
    #footer-content-1 a, #footer-content-2 a {
        color: #a1a5a6;
        text-decoration: none;
        transition: color 0.5s ease;
        -webkit-transition: color 0.5s ease;
        -moz-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        -ms-transition: color 0.5s ease;
    }
    
    #footer-content-1 a:hover, #footer-content-2 a:hover {
        color: #fff;
        text-decoration: none;
        transition: color 0.5s ease;
        -webkit-transition: color 0.5s ease;
        -moz-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        -ms-transition: color 0.5s ease;
    }
    
    #footer-content-1 {
        display: table-cell;
        width: 15%;
        border-right: 1px solid #38414a;
        color: #fff;
        padding-right: 20px;
    }
    
    #footer-content-2 {
        display: table-cell;
        width: 35%;
        border-right: 1px solid #38414a;
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #footer-content-3 {
        display: none;
        width: 20%;
        border-right: 1px solid #38414a;
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #footer-content-3 a {
        margin-top: 70px;
        font-size: 36px;
        color: #b7b7b7;
        transition: color 0.5s ease;
        -webkit-transition: color 0.5s ease;
        -moz-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        -ms-transition: color 0.5s ease;
        text-decoration: none;
    }
    
    #footer-content-3 a:hover {
        color: #d61d2b;
        transition: color 0.5s ease;
        -webkit-transition: color 0.5s ease;
        -moz-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        -ms-transition: color 0.5s ease;
    }
    
    #footer-content-4 {
        display: none;;
        width: 30%;
        color: #fff;
        padding-left: 20px;
    }
    
    .footer-header {
        text-transform: uppercase;
        font-size: 20px;
        margin: 0px;
        padding: 0px;
    }
    
    #footer-copyright-container {
        margin: auto;
        background-color: #303843;
    }
    
    #footer-copyright-content {
        margin: auto;
        width: 90%;
        max-width: 1120px;
        color: #96a2b2;
        padding: 10px;
    }
    
    .home-service {
        display: table-cell;
        margin: auto;
        width: 25%;
        vertical-align: top;
    }
    
    .home-service-icon {
        display: table-cell;
        width: 83px;
        height: 200px;
        border-right: 1px solid #c7c7c7;
    }
    
    .icon-software-development {
        background-image: url('../images/icons/software-development.png');
        background-repeat: no-repeat;
        background-position: top left;
    }
    
    .icon-backup {
        background-image: url('../images/icons/backup.png');
        background-repeat: no-repeat;
        background-position: top left;
    }
    
    .icon-it-support {
        background-image: url('../images/icons/it-support.png');
        background-repeat: no-repeat;
        background-position: top left;
    }
    
    .icon-security {
        background-image: url('../images/icons/firewall.png');
        background-repeat: no-repeat;
        background-position: top left;
    }
    
    .home-service-content {
        display: table-cell;
        vertical-align: top;
        padding-left: 100px;
        padding-top: 0px;
        margin-top: 0px;
        padding-right: 20px;
    }
    
    .home-service-content h2 {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
    }
       
    
}