    .container {
        position: relative;
        width: 960px;
        margin: 0 auto;
        padding: 0;
        line-height: 1.231 !important;
    }
    .container * {
        bottom:0;
    }
    .container .cols {
        float: left;
        display: inline;
        margin-left: 15px;
        margin-right: 15px;
    }
    .row {
        margin-bottom: 20px;
        min-height: 1px;
        height: auto;
    }
    .container .cols.col-1 {
        width:50px;
    }
    .container .cols.col-2 {
        width:130px;
    }
    .container .cols.col-3 {
        width:210px;
    }
    .container .cols.col-4 {
        width:290px;
    }
    .container .cols.col-5 {
        width:370px;
    }
    .container .cols.col-6 {
        width:450px;
    }
    .container .cols.col-7 {
        width:530px;
    }
    .container .cols.col-8 {
        width:610px;
    }
    .container .cols.col-9 {
        width:690px;
    }
    .container .cols.col-10 {
        width:770px;
    }
    .container .cols.col-11 {
        width:850px;
    }
    .container .cols.col-12 {
        width:930px;
    }
    /*PATTERN FOR THE GRID ----------------------- 
    960*n/x-y n = column number x = number of columns y = column margin*2 */
    .cols.alpha {
        margin-right: 0;
    }
    .cols.omega {
        margin-left: 0;
    }
    /*CLEARING*/
    .clearfix:before, .clearfix:after, .row:before, .row:after {
        content:'\0020';
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }
    .row:after, .clearfix:after {
        clear: both;
    }
    .row, .clearfix {
        zoom: 1;
    }
    /*HELPERS*/
    .auto-margin {
        margin: 0 auto;
    }
    .img-responsive {
        max-width: 100%;
        height: auto;
        display: block;
    }
    .text-center {
        text-align: center;
    }
    .text-justify {
        text-align:justify;
    }
    .text-left {
        text-align: left;
    }
    .text-bolded {
        font-weight: bold !important;
    }
    .text-medium-bolded {
        font-weight: 600 !important;
    }
    .text-normal {
        font-weight: normal;
    }
    .add-top {
        margin-top: 15px !important;
    }
    .add-bottom {
        margin-bottom:15px !important;
    }
    .minus-top {
        margin-top:0;
    }
    .minus-bottom {
        margin-bottom:0;
    }
    .add-top-50 {
        margin-top: 50px;
    }
    .add-bottom-50 {
        margin-bottom: 50px;
    }
    .border-top {
        border-top: solid #bfbfbf 1px;
    }
    .border-bottom {
        border-bottom: solid #bfbfbf 1px;
    }
    .border-top-dashed {
        border-top: dashed #bfbfbf 1px;
    }
    .border-bottom-dashed {
        border-bottom: dashed #bfbfbf 1px;
    }
    .border-x2 {
        border-width: 2px;
    }
    /*BUTTONS*/
    .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        width:auto !important;
        height: auto !important;
    }
    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }
    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }
    /*Button sizes*/
    .btn-lg {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
    }
    .btn-md {
        padding: 7px 14px;
        font-size: 16px;
        line-height: 1.33;
        border-radius: 5px;
    }
    .btn-sm {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
    .btn-xs {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
    .btn-block {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    /*Buttons colors*/
    .btn-green {
        -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cfeb41), color-stop(1, #9fcd07));
        background:-moz-linear-gradient(center top, #cfeb41 5%, #9fcd07 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfeb41', endColorstr='#9fcd07');
        background-color:#cfeb41;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-indent:0;
        border:1px solid #a2bc44;
        color:#698303 !important;
        text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5), 1px 1px 0px rgba(255, 255, 255, 0.65);
    }
    .btn-green:hover {
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9fcd07), color-stop(1, #cfeb41));
        background:-moz-linear-gradient(center top, #9fcd07 5%, #cfeb41 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fcd07', endColorstr='#cfeb41');
        background-color:#9fcd07;
    }
    .btn-green:active {
        position:relative;
        top:1px;
    }
    /*SITE STYLES*/
    /*General styles*/
    .text-holder {
        margin:20px 0;
        font-size: 14px;
        font-family:'Open Sans';
        color: #595858;
        line-height: 130%;
        white-space:initial;
    }
    .page-title {
        margin:20px 0;
        padding: 10px 0;
        border-top:1px solid #5E5E5E;
        border-bottom:1px solid #5E5E5E;
        color: #5E5E5E;
        font-size: 32px !important;
        font-family:'Open Sans';
        font-weight: normal;
    }
    .page-title span {
        font-size: 20px !important;
        display: block;
    }
    .page-subtitle {
        padding: 5px 0;
        border-top:2px solid #c8c8c8;
        border-bottom:2px solid #c8c8c8;
        color: #5E5E5E;
        font-size: 22px !important;
        font-family:'Open Sans';
        font-weight: normal;
    }
    .contact-item {
        font-size: 14px;
        font-family:'Open Sans';
        color: #595858;
        line-height: 130%;
        white-space:initial;
    }
    .contact-item a {
        color: #5E5E5E;
        text-decoration: none;
    }
    .contact-item a:hover {
        color:#000;
        transition: all 1s ease;
    }
    .contact-icon-1 {
        background: url('/static/img/icons/envelope.png') left center no-repeat;
        padding: 5px 0 5px 40px;
        margin: 10px 0;
    }
    .contact-icon-2 {
        background: url('/static/img/icons/request.png') left center no-repeat;
        padding: 5px 0 5px 40px;
        margin: 10px 0;
    }
    .contact-icon-3 {
        background: url('/static/img/icons/phone.png') left center no-repeat;
        padding: 0 0 0 40px;
        margin: 10px 0;
    }
    .contact-icon-4 {
        background: url('/static/img/icons/cart.png') left center no-repeat;
        padding: 0 0 0 40px;
        margin: 10px 0;
    }
    .contact-icon-5 {
        background: url('/static/img/update_5142014/pdf_icon.png') left center no-repeat;
        padding: 10px 0 10px 50px;
        margin: 10px 0;
    }
    /*Experts on hands*/
    .lead {
        font-size: 44px !important;
        font-weight: normal !important;
        color: #595858 !important;
        font-family: Open Sans !important;
    }
    .lead > span {
        display: block !important;
        font-size: 30px !important;
        font-weight: normal !important;
        color: #595858 !important;
    }
    .lead-bolded {
        font-size: 44px !important;
        font-weight: bold !important;
        color: #595858 !important;
        font-family: Open Sans !important;
    }
    .lead-bolded > span {
        display: block !important;
        font-size: 30px !important;
        font-weight: normal !important;
        color: #595858 !important;
    }
    .subtitle {
        color: #5E5E5E !important;
        font-size: 18px !important;
        font-family:'Open Sans';
        font-weight: normal;
        /*margin: 20px 0;*/
        padding: 20px 0;
    }
    .subtitle > img {
        margin-right: 15px;
        float: left;
        display: block;
        zoom: 1;
    }
    .subtitle > span {
        display: block;
        position: relative;
        top:10px;
    }
    .subtitle-bolded {
        color: #5E5E5E !important;
        font-size: 24px !important;
        font-family:'Open Sans';
        font-weight: bold;
        /*margin: 20px 0;*/
        padding: 20px 0;
    }
    .subtitle-bolded > img {
        margin-right: 15px;
        float: left;
        display: block;
        zoom: 1;
    }
    .subtitle-bolded > span {
        display: block;
        font-family:'Open Sans';
        font-weight: bold;
        color: #5E5E5E !important;
        font-size: 24px !important;
    }
    .grey-bg {
        background: #f4f4f4;
    }
    .icon-holder-1, .icon-holder-2, .icon-holder-3 {
        font-family:'Open Sans';
        font-size:15px;
        font-weight: bold;
        color: #818080;
    }
    .icon-holder-1 {
        padding-top:30px;
    }
    .icon-holder-2 {
        padding-top: 30px;
    }
    .icon-holder-3 {
        padding-top: 25px;
    }
    .ul-custom-bullet {
        display: table;
        margin: 0 auto;
    }
    .ul-custom-bullet > ul {
        font-family:'Open Sans';
        font-size:15px;
        font-weight: normal;
        margin: 10px 0px;
        padding: 0 20px;
        float: left;
        display: inline;
        zoom: 1;
        list-style-image:url('/static/img/subpages/swiftway_experts_on_hand_blue_square.jpg');
    }
    .ul-custom-bullet > ul > li {
        line-height:1.5em;
    }
    /*Network tests*/
    .chart-container {
        width: 100%;
        height: 279px;
        margin:50px 0;
        background: url('http://www.swiftway.net/static/img/subpages/network_test_2.png') center center no-repeat;
        position: relative;
    }
    .chart-info {
        position: absolute;

    }
    .chart-info p {
        margin: 0;
        font-family:'Open Sans';
        color:#6d6e70;
    }
    .chart-info p.chart-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .chart-info p.chart-subtitle {
        font-size: 14px;
    }
    .chart-info p.chart-subtitle a {
        color:#6d6e70;
        text-decoration: none;
    }
    .chart-info p.chart-subtitle a:hover {
        text-decoration: underline;
    }
    .chart-item1 {
        top:-3px;
        left:160px;
    }
    .chart-item2 {
        top:-22px;
        left:645px;
    }
    .chart-item3 {
        top:207px;
        left:118px;
    }
    .chart-item4 {
        top:-3px;
        left:160px;
    }
    .chart-item5 {
        top:-22px;
        left:645px;
    }
    .chart-item6 {
        top:207px;
        left:118px;
    }