@media screen and (min-width: 970px){

    /* =========================================================================
       Table Of Contents
    
        2.1 : Form Styles
    
       ====================================================================== */

    html, body {
        background-color: rgba(60,60,60,1.00);
        font-family: 'Droid Sans', sans-serif;
    }

    #page-wrapper {
        width: 960px;
        margin: 0px auto 0px auto;
        background-color: rgba(255,255,255,1.00);
        box-shadow: 0px 0px 10px 5px rgba(30,30,30,1.00);
    }


    /* =========================================================================
       1.* : Header & Global Navigation Menu Styles
       ====================================================================== */
    #global-header {
        width: 960px;
    }
    #header-logo {
        height: auto;
        width: 300px;
    }

    #header-strapline {
        width: 100%;
        text-align: right;
        font-size: 1.7em;
        text-transform: capitalize;
        display: block;
        color: rgba(0,159,227,1.00);
        padding: 0px 0px 0px 0px;
        margin: 55px 0px 0px 0px;
    }

    #global-nav {
        width: 100%;
        text-align: right;
        background: rgba(196,196,196,1);
        background: -moz-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(0,0,0,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(196,196,196,1)), color-stop(100%, rgba(0,0,0,1)));
        background: -webkit-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(0,0,0,1) 100%);
        background: -o-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(0,0,0,1) 100%);
        background: -ms-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(0,0,0,1) 100%);
        background: linear-gradient(to right, rgba(196,196,196,1) 0%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#000000', GradientType=1 );
    }
    #global-nav ul {
        list-style: none;
        list-style-type: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        text-align: right;
    }
    #global-nav ul li {
        display: inline;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }
    #global-nav a {
        font-size: 1.25em;
        text-decoration: none;
        color: rgba(255,255,255,1.00);
        background-color: rgba(0,0,0,1.00);
        padding: 0px 10px 0px 10px;
        border-left: solid 2px rgba(255,255,255,1.00);
        margin: 0px -4px 0px 0px;
        display: inline-block;
        height: 100%;
    }

    #global-nav a:hover {
        background: rgba(0,0,0,1);
        background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(196,196,196,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(196,196,196,1)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(196,196,196,1) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(196,196,196,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(196,196,196,1) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(196,196,196,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c4c4c4', GradientType=0 );
    }

    /* =========================================================================
       1.* : Showcase Section Styles
       ====================================================================== */
    #showcase-wrapper {
        display: block;
    }
    .showcase-text {
        position: absolute;
        float: left;
        width: 460px;
        height: 320px;
        margin: -320px 0px 0px 480px;
        z-index: 99999;
        background-color: rgba(0,159,227,0.80);
        color: rgba(255,255,255,1.00);
        font-size: 1.55em;
    }

    .showcase-text ul {

    }
    .showcase-text ul li {

    }

    #index-slider {
        display: block;
        width: 100%;
    }

    /* =========================================================================
       1.* : General Layout & Content Styles
       ====================================================================== */
    #content-wrapper {
    }
    
    .text-center {
         text-align: center;
    }

    .service-button {
        background-color: rgba(0,159,227,1.00);
        overflow: hidden;
        color: rgba(255,255,255,1.00);
        font-size: 2em;
        text-align: center;
        min-height: 292px;
        max-height: 300px;
        cursor: pointer;
    }
    .service-button:hover {
        background: rgba(0,83,119,1);
        background: -moz-linear-gradient(top, rgba(0,83,119,1) 0%, rgba(0,158,225,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,83,119,1)), color-stop(100%, rgba(0,158,225,1)));
        background: -webkit-linear-gradient(top, rgba(0,83,119,1) 0%, rgba(0,158,225,1) 100%);
        background: -o-linear-gradient(top, rgba(0,83,119,1) 0%, rgba(0,158,225,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,83,119,1) 0%, rgba(0,158,225,1) 100%);
        background: linear-gradient(to bottom, rgba(0,83,119,1) 0%, rgba(0,158,225,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005377', endColorstr='#009ee1', GradientType=0 );
    }
    .service-button img {
        width:100%;
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border: none;
    }
    .service-block {
        background-color: rgba(0,159,227,1.00);
        color: rgb(255,255,255);
    }    
    .service-block-active {
        background: rgba(0,159,227,1);
        background: -moz-linear-gradient(top, rgba(0,159,227,1) 0%, rgba(127,207,241,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,159,227,1)), color-stop(100%, rgba(127,207,241,1)));
        background: -webkit-linear-gradient(top, rgba(0,159,227,1) 0%, rgba(127,207,241,1) 100%);
        background: -o-linear-gradient(top, rgba(0,159,227,1) 0%, rgba(127,207,241,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,159,227,1) 0%, rgba(127,207,241,1) 100%);
        background: linear-gradient(to bottom, rgba(0,159,227,1) 0%, rgba(127,207,241,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#7fcff1', GradientType=0 );
        font-size: 1.3em;
    }

    .block-divider {
        width: 100%;
        height: 18px;
        background-color: rgba(0,159,227,1.00);
    }

    h1 {

    }
    h2 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-transform: capitalize;
    }
    h3 {

    }
    h4 {

    }
    h5 {

    }

    p {
        font-size: 1.2em;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 10px 0px;
    }
    p.grey {
        color: rgb(150,150,150);
    }

    p a {
        color: rgba(0,159,227,1.00);
        text-decoration: none;
    }
    p a:hover {

    }
    
    ul {
        
    }
    ul li {
        
    }

    ul.horizontal-list {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style: none;
        list-style-type: none;
    }
    ul.horizontal-list li {
        display: inline-block;
    }
    ul.horizontal-list li:before {
        content: "• ";
        color: rgb(0,100,140);
    }
    ul.horizontal-list li:first-of-type:before {
        content: "";
    }

    .contact-gallery-item {
        /*contact page gallery*/
        width: auto;
        height: auto;
        border: 5px solid white;
    }
    
    /* =========================================================================
       1.* : Grid Layout Styles
       ====================================================================== */

    .grid-1-1,
    .grid-1-2,
    .grid-1-3,
    .grid-2-3 {
        display: inline-block;
        float: left;
    }

    .grid-1-2 {
        width: 50%;
        max-width: 480px;
    }
    .grid-1-3 {
        width: 33.33%;
        max-width: 320px;
    }
    .grid-2-3 {
        width: 66.66%;
        max-width: 640px;
    }    

    .padding {
        padding: 25px 25px 25px 25px;
    }

    /* =========================================================================
       1.* : Footer Section Styles
       ====================================================================== */
    #global-footer {
        background-color: rgba(0,0,0,1.00);
    }

    #global-footer div:nth-child(2) {
        text-align: right;
    }

    .footer-contact-line {
        display: block;
        color: rgba(0,159,227,1.00);
    }

    #footer-logos {
        margin: 10px 0px 0px 0px;
        background-color: rgba(255,255,255,1.00);
    }
    #footer-logos img {
        width: auto;
        height: 30px;
        display: inline;
        margin: 10px 10px 10px 10px;
    }
    .footer-link {
        text-decoration: none;
        color: rgba(255,255,255,1.00);
    }
    .footer-link:hover {
        color: rgba(0,159,227,1.00);
    }

    #footer-diamond-image {
        width: auto;
        height: 100px;
    }

    /* =========================================================================
       2.1 : Form Styles
       ====================================================================== */    
    #general-contact-form {
        width: auto;
        border: 1px solid rgba(204,204,204,1.00);
        padding: 10px;
    }
    .frm-input {
        width: 97.5%;
        margin: 0px 0px 10px 0px;
        padding: 1%;
        border: 1px solid rgba(180,180,180,1.00);
        background-color: rgba(230,230,230,1.00);
        display: block;
        font-size: 14pt;
    }
    textarea.frm-input {
        resize: vertical;
        min-height: 300px;
    }
    .frm-button {
        color: rgba(180,180,180,1.00);
        border: 1px solid rgba(180,180,180,1.00);
        background-color: rgba(230,230,230,1.00);
        font-size: 14pt;
        padding: 5px 20px 5px 20px;
        float: right;
    }
    .frm-button:hover {
        background-color: rgba(0,159,227,1.00);
        color: rgba(255,255,255,1.00);
    }

}