@media only screen and (max-width: 800px) {

    body {
        background-color: #fff;
        padding: 0px;
        margin: 0px;
        font-family: "Amplitude",Tahoma,Verdana,sans-serif;
        color: #000;
    }
    
    #header-contact, #menu, #header-top-bar {
        display: none;
    }
    
    #header {
        padding: 10px;
        overflow: auto;
        margin: auto;
    }
    
    #logo {
        font-size: 32px;
        float: left;
        padding-top: 14px;
        padding-bottom: 4px;
        font-weight: bold;
    }
    
    #menu-mobile-header {
        background-color: #d61d2b;
        height: 40px;
        background-image: url('../images/menu.png');
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer;
    }
    
    #menu-mobile-content {
        display: none;
    }
    
    #menu-mobile-content a {
        color: #fff;
        font-family: Amplitude;
        font-size: 20px;
        display: block;
        width: 100%;
        text-decoration: none;
        text-align: center;
        min-height: 30px;
        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-mobile-content 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;
    }
    
    #banner-img img {
        width: 100%;
        padding-top: 10px;
        margin-bottom: -2px;
    }
    
    #banner-text {
        padding: 10px;
        background-color: #364145;
        color: #fff;
    }
    
    .column-container {
        padding: 10px;
    }
    
    .full {
        padding: 10px;
    }
    
    .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;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
        background: #FFFFFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: #c7c7c7 solid 1px;
    }
    
    .home-service {
        margin: auto;
        width: 100%;
        display: block;
    }
    
    .home-service-icon {
        width: 83px;
        height: 150px;
        float: left;
    }
    
    .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 {
        margin-left: 83px;
        padding-top: 0px;
        margin-top: 0px;
        padding-right: 20px;
        padding-left: 10px;
        border-left: 1px solid #c7c7c7;
        margin-bottom: 10px;
    }
    
    .home-service-content h2 {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
    }
    
    #footer {
        background-color: #16202c;
        margin: auto;
        padding: 20px;
    }
    
    #footer-container {
        margin: auto;
        width: 100%;
    }
    
    #footer-content-1 ul, #footer-content-2 ul {
        list-style-image: url('../images/footer-link.png');
    }
    
   
    #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 {
        color: #fff;
    }
    
    #footer-content-2 {
        color: #fff;
    }
    
    #footer-content-3 {
        display: none;
    }
    
    #footer-content-4 {
        display: none;
    }
    
    .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;
    }
    
    .page-separator {
        margin: auto;
        border-bottom: 1px solid #ddd;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .service {
        display: block;
        width: 90%;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;
        color: #000;
        -webkit-transition : all 500ms ease-in-out;
        -moz-transition : all 500ms ease-in-out;
        -o-transition : all 500ms ease-in-out;
        transition : all 500ms ease-in-out;
        margin-bottom: 10px;
    }
    
    .service h2 {
        padding-top: 0px;
        margin-top: 0px;
        -webkit-transition : all 500ms ease-in-out;
        -moz-transition : all 500ms ease-in-out;
        -o-transition : all 500ms ease-in-out;
        transition : all 500ms ease-in-out;
    }
    
    .service img {
        width: 50px;
        -webkit-transition : all 500ms ease-in-out;
        -moz-transition : all 500ms ease-in-out;
        -o-transition : all 500ms ease-in-out;
        transition : all 500ms ease-in-out;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    }
    
    .service:hover {
        box-shadow: 0 0 5px rgba(214, 214, 214, 1);       
    }
    
    .service:hover h2 {
        color: #d61d2b;
    }
    
    .service:hover img {
        filter: none;
        -webkit-filter: grayscale(0%);
    }
    
    .large {
        font-size: 24px;
    }
    
    .column-right-small {
        border-top: 1px solid #ccc;
        padding: 20px;
    }
    
    .column-right .right-block-link {
        display: block;
        padding: 6px;
        text-decoration: none;
        width: 200px;
        color: #000;
        -webkit-transition : all 500ms ease-in-out;
        -moz-transition : all 500ms ease-in-out;
        -o-transition : all 500ms ease-in-out;
        transition : all 500ms ease-in-out;
        margin-bottom: 6px;
    }
    
    .column-right .active {
        background-color: #d61d2b;
        color: #fff;
        display: block;
        padding: 6px;
        text-decoration: none;
        width: 200px;
        margin-bottom: 6px;
    }
    
    .column-right .right-block-link:hover {
        color: #d61d2b;
    }
    
}