    @font-face {
        font-family: "Amplitude";
	src: url('amplitude.eot');
	src: local('☺'), url('amplitude.woff') format('woff'), url('amplitude.ttf') format('truetype'), url('amplitude.svg') format('svg');
    }
    
    @font-face {
        font-family: 'socicon';
        src: url('socicon.eot');
        src: url('socicon.eot?#iefix') format('embedded-opentype'),
             url('socicon.woff') format('woff'),
             url('socicon.ttf') format('truetype'),
             url('socicon.svg#sociconregular') format('svg');
        font-weight: normal;
        font-style: normal;
        text-transform: initial;
    }

::-moz-selection { background: #f6d2d4; }
::selection { background: #f6d2d4; }

a {
    color: #d61d2b;
}

input[type="text"], textarea {
    -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;
    font-family: "Amplitude",Tahoma,Verdana,sans-serif;
    padding: 6px;
    border: 1px solid #ccc;
    font-size: 20px;
    outline: none;
}

input[type="submit"] {
    -webkit-transition : background-color 500ms ease-out;
    -moz-transition : background-color 500ms ease-out;
    -o-transition : background-color 500ms ease-out;
    transition : background-color 500ms ease-out;
    font-family: "Amplitude",Tahoma,Verdana,sans-serif;
    padding: 6px;
    font-size: 20px;
    outline: none;
    color: #fff;
    background-color: #d61d2b;
    border: 0px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #af1723;
}

input[type="text"]:hover, input[type="text"]:focus, textarea:hover, textarea:focus {
    border: 1px solid #d61d2b;
    box-shadow: 0 0 5px rgba(255, 31, 13, 1);
}

#limit { position: relative; overflow: hidden; }    
    
#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#slides ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li {
  width: 100%;
  float: left;
  position: relative;
}

#buttons {
    float: right;
    padding: 0px;
    margin: 0px;
}

#buttons a {
    padding: 0px;
    margin: 0px;
    color: #afafaf;
    font-size: 60px;
    text-decoration: none;
    font-weight: bold;
    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;
}

#buttons 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;
}

form {
    padding: 0px;
    margin: 0px;
}

@media screen and (min-width: 1024px) {
   
    .socicon {
        font-family: 'socicon' !important;
    }
    
    body {
        background-color: #fff;
        padding: 0px;
        margin: 0px;
        font-family: "Amplitude",Tahoma,Verdana,sans-serif;
        color: #000;
        font-size: 18px;
    }
    
    #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;
        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;
        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:hover {
        color: #fff;
        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;
    }
    
    #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: 50px;
    }
    
    #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: 20px;
        display: block;
        width: 16%;
        text-decoration: none;
        text-align: center;
        float: left;
        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 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-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;
    }
    
    .column-right-small {
        width: 25%;
    }
    
    .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;
    }
    
    .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: 366px;
        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.png');
        background-position: bottom left;
        background-repeat: no-repeat;
    }
       
    #menu-mobile {
        display: none;
    }
    
    #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: table-cell;
        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: table-cell;
        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;
    }
    
    .large {
        font-size: 24px;
    }
    
    .remote-support {
        margin-top: 10px;
        border-radius: 16px;
        background-color: #303843;
        color: #fff;
        width: 80%;
        font-family: "Amplitude",Tahoma,Verdana,sans-serif;
        font-size: 24px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 20px;
        border: 0px;
        outline: none;
    }
    
    .full {
        margin: auto;
        width: 90%;
        max-width: 1120px;
    }
    
    .center {
        text-align: center;
        font-weight: normal;
    }
    
    .table {
        display: table;
        margin: auto;
        width: 100%;
    }
    
    .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;
    }
    
    .service {
        display: block;
        width: 22%;
        float: left;
        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;
        height: 340px;
        margin-right: 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%);
    }
    
    ul, li {
        line-height: 34px;
    }
    
}