
@font-face {
font-family: 'zetta_serifregular';
src: url('../fonts/zetta_serif-webfont.eot');
src: url('../fonts/zetta_serif-webfontd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/zetta_serif-webfont.woff') format('woff'),
url('../fonts/zetta_serif-webfont.ttf') format('truetype'),
url('../fonts/zetta_serif-webfont.svg#zetta_serifregular') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
    font-family: '../fonts/liberation_sansregular';
    src: url('../fonts/liberationsans-regular_0-webfont.eot');
    src: url('../fonts/liberationsans-regular_0-webfontd41dd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/liberationsans-regular_0-webfont.woff') format('woff'),
         url('../fonts/liberationsans-regular_0-webfont.ttf') format('truetype'),
         url('../fonts/liberationsans-regular_0-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
font-family: 'bebasregular';
src: url('../fonts/bebas-webfont.eot');
src: url('../fonts/bebas-webfontd41dd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/bebas-webfont.woff') format('woff'),
url('../fonts/bebas-webfont.ttf') format('truetype'),
url('../fonts/bebas-webfont.svg#bebasregular') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
    font-family: 'alfa_slab_oneregular';
    src: url('fonts/alfaslabone-regular-otf-webfont.html');
    src: url('fonts/alfaslabone-regular-otf-webfontd41dd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/alfaslabone-regular-otf-webfont-2.html') format('woff'),
         url('fonts/alfaslabone-regular-otf-webfont-3.html') format('truetype'),
         url('fonts/alfaslabone-regular-otf-webfont-4.html#alfa_slab_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswaldbold';
    src: url('fonts/oswald-bold-webfont.html');
    src: url('fonts/oswald-bold-webfontd41dd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/oswald-bold-webfont-2.html') format('woff'),
         url('fonts/oswald-bold-webfont-3.html') format('truetype'),
         url('fonts/oswald-bold-webfont-4.html#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
    color: #D71921;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}
a:hover {
    color: #3E3E41;
}
dd, fieldset, figure, h1, h2, h3, h4, h5, h6, hgroup, hr, legend, ol, p, pre, table, ul {
    margin: 0 0 1em;
}
h1, h3 {
    font-family: DobraSlab,'Arial Black',arial,sans-serif;
    font-weight: 700;
}
h2 {
    color: #666666;
    font: 700 1.333em/1.5em HelveticaNeue,'Arial Black',Gadget,sans-serif;
    letter-spacing: -1px;
}
h3 {
    color: #7D7D7D;
}

.btn {
    background-clip: padding-box;
    background-color: #CC4341;
    background-image: linear-gradient(#CC4341, #A20301);
    background-repeat: repeat-x;
    border: 0 none;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    display: inline-block;
    font-family: DobraSlab,arial,sans-serif;
    font-size: 0.874125em;
    height: 2em;
    line-height: 2em;
    margin: 0 0 1em;
    padding: 0 1em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.btn:hover {
    background-color: #B52221;
    background-image: linear-gradient(#B52221, #9C0200);
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-decoration: none;
}
.page-form label {
    color: #3E3E41;
    display: block;
}
.page-form input, .page-form textarea {
    background-clip: padding-box;
    background-color: #FFFFFF;
    background-image: linear-gradient(#FFFFFF, #F5F5F5);
    background-repeat: repeat-x;
    border: 0 none;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #3E3E41;
    font-family: proxima-nova,arial,sans-serif;
    font-size: 0.874125em;
    height: 2em;
    line-height: 2em;
    margin: 0 0 1em;
    padding: 0 1em;
    width: 220px;
}
.no-boxshadow .page-form input, .no-boxshadow .page-form textarea {
    border: 1px solid #CCCCCC;
}
.page-form input.narrow, .page-form textarea.narrow {
    width: 110px;
}
.page-form input.wide, .page-form textarea.wide {
    width: 360px;
}
.page-form input:focus, .page-form textarea:focus {
    border: 0 none;
}
.page-form input[type="button"], .page-form input[type="submit"], .page-form textarea[type="button"], .page-form textarea[type="submit"] {
    background-color: #CC4341;
    background-image: linear-gradient(#CC4341, #A20301);
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: DobraSlab,arial,sans-serif;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    width: auto;
}
.page-form input[type="button"]:hover, .page-form input[type="submit"]:hover, .page-form textarea[type="button"]:hover, .page-form textarea[type="submit"]:hover {
    background-color: #B52221;
    background-image: linear-gradient(#B52221, #9C0200);
    background-repeat: repeat-x;
}
.page-form textarea {
    height: 110px;
    line-height: 1em;
    padding: 0.75em;
    width: 360px;
}
.form-error {
    background-clip: padding-box;
    background-color: #D71921;
    background-image: linear-gradient(#D71921, #921116);
    background-repeat: repeat-x;
    border: 1px solid #660000;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF;
    font-family: proxima-nova,arial,sans-serif;
    font-size: 0.748125em;
    line-height: 2.3em;
    padding: 0 0.5em;
    position: absolute;
    z-index: 5;
}
.form-error:before {
    background: url("../images/icons/error-tip.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 6px;
    left: 1em;
    position: absolute;
    top: -5px;
    width: 13px;
}
.select-replacer {
    color: #757575;
    display: inline-block;
    font: 0.86em/2.5em Skolar,georgia,serif;
    position: relative;
    vertical-align: middle;
}
.select-replacer .selected-option {
    background: url("../images/icons/selectbox.html") no-repeat scroll right center #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    padding: 0 1em;
}
.select-replacer ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #E3E3E3 #E3E3E3;
    border-image: none;
    border-radius: 2px;
    border-right: 1px solid #E3E3E3;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1);
    left: 0;
    list-style: none outside none;
    margin: -3px 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
}
.select-replacer ul li {
    cursor: pointer;
    padding: 0 1em;
}
.select-replacer ul li:hover {
    background: none repeat scroll 0 0 #DEEEBE;
    color: #6C9415;
}
.fake-check {
    background: none repeat scroll 0 0 #CCCCCC;
    cursor: pointer;
    display: inline-block;
    font: 0px/0 a;
    height: 19px;
    width: 19px;
}
.fake-check.on {
    background: url("../images/icons/checkbox-on.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.fake-radio {
    background: url("../images/icons/radio-off.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font: 0px/0 a;
    height: 17px;
    width: 16px;
}
.fake-radio.on {
    background: url("../images/icons/radio-on.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.feedback-form h3 {
    margin: 1em 0;
}
.feedback-form input[type="text"], .feedback-form textarea {
    background: none repeat scroll 0 0 #F3F3F3;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25) inset;
}
.feedback-form .rating-indicator {
    background: linear-gradient(to right, #00CC00 0px, #CC0000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 0.5em;
    margin: 0 0 2em;
    position: relative;
}
.feedback-form .rating-indicator:after, .feedback-form .rating-indicator:before {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #00CC00;
    border-top: 10px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    left: -10px;
    margin: -10px 0 0;
    position: absolute;
    top: 50%;
}
.feedback-form .rating-indicator:after {
    border-left: 10px solid #CC0000;
    border-right: 0 none;
    left: auto;
    right: -10px;
}
.feedback-form .field--group > label {
    display: block;
    width: auto;
}
.feedback-form .field--group > label.title {
    font-weight: 700;
}
.feedback-form .field--group input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: 2em;
    margin: 0;
    padding: 0;
    width: auto;
}
.feedback-form textarea {
    min-height: 180px;
}
.feedback-form .radio-list {
    display: block;
    margin: 1em 0;
}
.feedback-form .radio-list label {
    display: inline-block;
    text-align: center;
    width: 7%;
}
.feedback-form .checkbox-list input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: 2em;
    margin: 0;
    padding: 0;
    width: auto;
}
.feedback-form .checkbox-list label {
    display: inline-block;
    margin-left: 1em;
}
.container1 {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 40px;
    width: 1140px;
}
.container1:after, .container1:before {
    content: "";
    display: table;
}
.container1:after {
    clear: both;
}
.col {
    display: block;
    float: left;
    margin-left: 2.5%;
}
.alpha, .col:first-child, .span-12 {
    clear: left;
    margin-left: 0;
}
.span-12 {
    float: none;
    width: 100%;
}
.span-11 {
    width: 91.4583%;
}
.span-10 {
    width: 82.9167%;
}
.span-9 {
    width: 74.375%;
}
.span-8 {
    width: 65.8333%;
}
.span-7 {
    width: 57.2917%;
}
.span-6 {
    width: 48.75%;
}
.span-5 {
    width: 40.2083%;
}
.span-4 {
    width: 31.6667%;
}
.span-3 {
    width: 23.125%;
}
.span-2 {
    width: 14.5833%;
}
.span-1 {
    width: 6.04167%;
}
*, *:after, *:before {
    box-sizing: border-box;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.ir {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: rgba(0, 0, 0, 0);
    font: 0px/0 a;
    text-shadow: none;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.preloading {
    height: 1px;
    opacity: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 1px;
    z-index: -9999;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0 none;
}
h1 {
    font-size: 2em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: none repeat scroll 0 0 #FFFF00;
    color: #000000;
}
code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
fieldset {
    border: 1px solid #C0C0C0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body, figure {
    margin: 0;
}
button::-moz-focus-inner, input::-moz-focus-inner, legend {
    border: 0 none;
    padding: 0;
}
@media print {
* {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    color: #000000 !important;
   
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}

.ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
}
blockquote, pre {
    border: 1px solid #999999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}

body {
    position: static;
}
html {
    position: relative;
}
.site-logo {
    background: url("../images/logo.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 55px;
    margin-top: 18px;
    width: 273px;
}
.site-header {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
}
.site-header.sticky-header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
    height: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: all 0.2s ease-out 0s;
    width: 100%;
    z-index: 11;
}
.site-header.sticky-header .site-logo {
    background-image: url("../images/logo-mini-white.html");
    height: 40px;
    width: 199px;
}
.site-header.sticky-header .site-navigation ul li {
    padding: 1.4em 0;
}
.site-header.sticky-header .site-navigation ul li a {
    color: #FFFFFF;
    font-size: 1em;
}
.site-header.sticky-header .site-navigation ul li .mm {
    display: none;
}
.site-navigation {
    float: right;
    text-align: right;
    width: 66%;
}
.site-navigation ul {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0 1em 0 0;
}
.site-navigation ul li {
    display: inline-block;
    padding: 2em 0;
}
.site-navigation ul li.selected a {
    background: none repeat scroll 0 0 #D71921;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
    color: #FFFFFF;
}
.site-navigation ul li a {
    border-radius: 3px;
    color: #3E3E41;
    display: block;
    font: 700 1.111em/1.6em DobraSlab,arial,sans;
    padding: 0 0.5em;
}
.site-navigation ul li a:hover {
    background: none repeat scroll 0 0 #D71921;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
    color: #FFFFFF;
}
.site-navigation ul li:hover .mm {
    display: block;
}
.site-navigation ul li:hover .mm:before {
    border-right: 5px dotted #CC0000;
    bottom: 100%;
    content: "";
    height: 36px;
    left: 50.5%;
    position: absolute;
}
.site-navigation ul li:hover .mm.services-mm:before {
    left: 56%;
}
.site-navigation ul .services-mm ul li {
    font: 700 1.111em/1.8em DobraSlab,arial,sans;
}
.site-navigation ul .services-mm ul ul {
    display: block;
    font-size: 0.5em;
    margin-top: 1em;
}
.site-navigation ul .mm {
    background: none repeat scroll 0 0 #D71921;
    color: #FFFFFF;
    display: none;
    left: 0;
    padding: 1em 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 100%;
    z-index: 7;
}
.site-navigation ul .mm ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.site-navigation ul .mm ul li {
    margin-bottom: 1em;
    padding: 0;
}
.site-navigation ul .mm ul li a {
    background: url("../images/mm-border.html") no-repeat scroll right center #95060C;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font: 0.95em/3em proxima-nova,arial,sans-serif;
    padding: 0 1em;
}
.site-navigation ul .mm ul li a:hover {
    background-color: #81050A;
}
.site-navigation ul .mm .mm-boxout {
    border-left: 5px solid rgba(0, 0, 0, 0.2);
    padding-left: 1em;
}
.site-navigation ul .mm .mm-boxout h5 {
    color: #780409;
    font: 700 1.45em/1.5em DobraSlab,arial,sans-serif;
    margin: 0 0 0.5em;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}
.site-navigation ul .mm .mm-boxout p {
    font-size: 0.75em;
    line-height: 1.3;
    margin: 0 0 1em;
}
.site-navigation ul .mm .mm-boxout a {
    box-shadow: none;
    color: #FFFFFF;
    font: 0.666em/1 proxima-nova,arial,sans-serif;
    padding: 0;
}
.site-navigation .scl {
    background: url("../images/icons/social.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    font: 0px/0 a;
    height: 26px;
    vertical-align: middle;
    width: 27px;
}
.site-navigation .scl:hover {
    background-position: left bottom;
}
.site-navigation .scl.fb {
    background-position: right top;
}
.site-navigation .scl.fb:hover {
    background-position: right bottom;
}
.non-image-page .twitter-feed {
    margin: 0 0 2em;
}
.twitter-feed {
    background: url("../images/dot-overlay.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    line-height: 2em;
    position: relative;
    z-index: 1;
}
.twitter-feed .twitter-logo {
    background: url("../images/icons/twitter-bird.html") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 23px;
    margin: 0 1em 0 0;
    width: 26px;
}
.twitter-feed .twitter-text {
    font-size: 0.888em;
    line-height: 1.2;
    padding: 0.5em 0;
}
.twitter-feed .twitter-text a {
    color: #CFEDFE;
}
.twitter-feed .twitter-text a:hover {
    color: #FFFFFF;
}
.twitter-feed .twitter-text .tw-text {
    display: inline;
    margin: 0 1em 0 0;
}
.twitter-feed .twitter-text .tw-auth, .twitter-feed .twitter-text .tw-date {
    display: inline;
    font-size: 0.888em;
    margin: 0 0.5em 0 0;
}
.twitter-feed .header-phone {
    background: url("../images/icons/phone.html") no-repeat scroll left 55% rgba(0, 0, 0, 0);
    font: 700 1.111em/1.75 DobraSlab,arial,sans-serif;
    text-align: right;
}
.callback-form-wrap {
    clear: both;
    margin: -5em auto 0;
    max-width: 1600px;
    padding: 1em 0;
    position: relative;
    z-index: 5;
}
.callback-form-wrap:before {
    background: url("../images/swipes/blue-ltr-before.html") no-repeat scroll center top rgba(0, 0, 0, 0);
    content: "";
    height: 190px;
    left: 0;
    position: absolute;
    top: -68px;
    width: 100%;
    z-index: -1;
}
.callback-form-wrap:after {
    background: none repeat scroll 0 0 #96D2F0;
    bottom: 0;
    content: "";
    height: 38%;
    left: 0;
    max-width: 1600px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.callback-form-wrap p {
    color: #36637A;
    font: 700 1.4444em/1em DobraSlab,Arial,sans-serif;
}
.callback-form-wrap p strong {
    color: #254555;
}
.callback-form-wrap input {
    float: left;
    margin: 0 0 0 2%;
    padding: 0 0 0 2em;
    width: 18%;
}
.callback-form-wrap input:first-child {
    margin: 0;
}
.callback-form-wrap input.name {
    background-image: url("../images/icons/user.html");
    background-position: 8px center;
    background-repeat: no-repeat;
}
.callback-form-wrap input.phone {
    background-image: url("../images/icons/phone-grey.html");
    background-position: 8px center;
    background-repeat: no-repeat;
}
.callback-form-wrap input.email {
    background-image: url("../images/icons/mail.html");
    background-position: 8px center;
    background-repeat: no-repeat;
}
.callback-form-wrap input.company {
    background-image: url("../images/icons/company.html");
    background-position: 8px center;
    background-repeat: no-repeat;
}
.callback-form-wrap input[type="submit"] {
    padding: 0 1em;
}
.callback-form-wrap .container1 {
    position: relative;
}
.callback-form-wrap .cta-holder {
    background: none repeat scroll 0 0 rgba(136, 136, 136, 0.5);
    bottom: 100%;
    color: #FFFFFF;
    padding: 1em;
    position: absolute;
    right: 40px;
    width: 21.5%;
}
.callback-form-wrap .cta-holder:after {
    background: none repeat scroll 0 0 rgba(136, 136, 136, 0.5);
    content: "";
    height: 5em;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -2;
}
.callback-form-wrap .cta-holder h4 {
    color: #FFFFFF;
    font: 700 1.5em/1 HelveticaNeue,'Arial Black',arial,sans-serif;
    letter-spacing: -1px;
    margin: 0 0 0.3em;
}
.callback-form-wrap .cta-holder p {
    border-bottom: 2px dashed #FFFFFF;
    color: #36637A;
    font-size: 0.888em;
    margin: 0;
    padding: 0 0 1em;
}
.callback-form-wrap .cta-holder a {
    border-left: 2px dashed #FFFFFF;
    color: #D71921;
    display: inline-block;
    float: right;
    font: 700 0.7em/1 DobraSlab,arial,sans-serif;
    padding: 0.4em 0 0.2em 1em;
}
.footer-links {
    background: url("../images/footer-bg.html") repeat-x scroll center top rgba(0, 0, 0, 0);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    font-size: 0.75em;
    line-height: 1.5em;
    padding: 1em 0;
    position: relative;
    z-index: 3;
}
.footer-links a {
    color: #D1D1D1;
}
.footer-links a:hover {
    color: #888888;
}
.footer-links h4, .footer-links li:first-child {
    font: 700 1.75em/1.5em DobraSlab,arial,sans-serif;
    margin: 0 0 0.5em;
}
.footer-links h4 a, .footer-links li:first-child a {
    color: #FFFFFF;
}
.footer-links h4:before, .footer-links li:first-child:before {
    display: none;
}
.footer-links ul {
    list-style: none outside none;
    padding: 0;
}
.footer-links ul li {
    line-height: 2em;
}
.footer-links ul li:before {
    color: #D71921;
    content: ">";
    display: inline-block;
    font-weight: 700;
    margin: 0 0.5em 0 0;
}
.footer-links ul li:hover:before {
    left: 2px;
    position: relative;
}
.sub-footer {
    background: url("../images/sub-footer-bg.html") repeat-x scroll center top rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 0.666em;
    line-height: 1.5em;
    padding: 1em 0;
    position: relative;
    z-index: 2;
}
.sub-footer h6 {
    font: 1.25em/1.5em DobraSlab,arial,sans-serif;
    margin: 0 0 0.5em;
}
.sub-footer .award-logos {
    margin-top: 2.5em;
    text-align: right;
}
.sub-footer .award-logos img {
    max-width: 100%;
}
.footer-credits {
    background: none repeat scroll 0 0 #181818;
    color: #999999;
    font-size: 0.666em;
}
.footer-credits .credits-right {
    text-align: right;
}
.footer-credits a {
    color: #999999;
    cursor: pointer;
}
.floating-next {
    background: url("../images/icons/home-floatbtn-down.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 1em;
    cursor: pointer;
    height: 2em;
    margin: -0.9em 0 0 -0.8em;
    position: absolute;
    width: 2em;
    z-index: 10;
}
.floating-next.horz {
    background: url("../images/icons/home-floatbtn-left.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.floating-next.rtl {
    background: url("../images/icons/home-floatbtn-right.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.dots {
    display: none;
    height: 12px;
    overflow: hidden;
    position: absolute;
    width: 12px;
    z-index: -1;
}
.scroll-loaded .dots {
    display: block;
}
.dots span {
    background: url("../images/red-dot.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dots.vert span {
    left: 3px;
}
.dots.horz span {
    top: 3px;
}
.dots.rtl span {
    background-position: right top;
    left: auto;
    right: 0;
}
.waypoint {
    margin: 0 auto;
    max-width: 1600px;
    min-height: 1em;
    position: relative;
}
.waypoint .main-title {
    border-bottom: 9px solid #3E3E41;
    color: #3E3E41;
    font-family: DobraSlab,'Arial Black',arial,sans-serif;
    font-size: 4.888em;
    line-height: 0.8;
    margin: 0;
    padding: 0 0 0.2em;
}
.scrolling-next {
    background: url("../images/waypoint-next.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font: 0px/0 a;
    height: 78px;
    width: 78px;
}
.waypoint.ws-1 {
    height: 600px;
    padding: 0 0 6em;
}
.waypoint.ws-1 .video-holder video {
    top: -15px;
}
.waypoint.ws-1:after {
   background:url(../images/dot-overlay-light.png);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.waypoint.ws-1 .container1 {
    position: relative;
    z-index: 1;
}
.waypoint.ws-1 h1 {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
   letter-spacing:1px;
    margin: 0.5em auto;
    position: relative;
    text-align: center;
    width: 100%;
	font-family: 'oswaldbold';
	 font-size:60px;
	 padding:20px 0px; 
	 margin-top:50px; border-radius:5px;
}

.waypoint.ws-1 .intro-text {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    padding: 1em;
}
.waypoint.ws-1 .intro-text h2 {
    color: #3D3D3F;
    font: 700 1.25em/1 HelveticaNeue,'Arial Black',arial,sans-serif;
    letter-spacing: -1px;
    margin: 0 0 0.5em;
}
.waypoint.ws-1 .intro-text p {
    border-image: url("../images/grey-border-img.html") 1 1 1 1 repeat repeat;
    border-style: solid;
    border-width: 0 0 2px;
    font-size: 1em;
    line-height: 1.1em;
    margin: 0;
    padding: 0 0 1em;
}
.waypoint.ws-1 .intro-text .more {
    border-right: 2px dashed #999999;
    display: inline-block;
    font: 700 0.75em/1 DobraSlab,arial,sans-serif;
    padding: 0 2em 0 0;
}
.waypoint.ws-1 .home-news {
    background: none repeat scroll 0 0 rgba(145, 195, 220, 0.85);
    margin: 0 0 1em;
    padding: 1em;
}
.waypoint.ws-1 .home-news h3 {
    color: #CFEDFE;
    font-size: 1.333em;
    line-height: 1;
    margin: 0;
}
.waypoint.ws-1 .home-news ul {
    font: 700 0.75em/1.5em HelveticaNeue,'Arial Black',arial,sans-serif;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.waypoint.ws-1 .home-news ul a {
    color: #333333;
    display: block;
}
.waypoint.ws-1 .home-news ul a:hover {
    color: #3E3E41;
}
.waypoint.ws-1 .home-news ul li + li a {
    border-top: 2px dashed #FFFFFF;
}
.waypoint.ws-1 .home-awards {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 1em;
    position: relative;
}
.waypoint.ws-1 .home-awards img {
    display: block;
    max-width: 100%;
}
.waypoint.ws-1 .scrolling-next {
    left: 50%;
    margin: 0 0 0 -39px;
    position: absolute;
    top: 470px;
    z-index: 3;
}
.no-borderimage .waypoint.ws-1 .intro-text p {
    border-bottom: 2px dashed #555555;
}
.waypoint.ws-2 {
    margin-top: -3.5em;
    z-index: 2;
}
.waypoint.ws-2:after, .waypoint.ws-2:before {
    background: url("../images/swipes/white-ltr-before.html") no-repeat scroll center top rgba(0, 0, 0, 0);
    content: "";
    height: 190px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.waypoint.ws-2:after {
    background-image: url("../images/swipes/white-ltr-after.html");
    background-position: center bottom;
    top: auto;
}
.waypoint.ws-2:before {
    top: -65px;
}
.waypoint.ws-2:after {
    bottom: -90px;
}
.waypoint.ws-2 .addthis_toolbox {
    left: 50%;
    margin: 0 0 0 175px;
    position: absolute;
    top: -55px;
}
.waypoint.ws-2 p {
    color: #888888;
    font: 700 1.333em/1em HelveticaNeue,'Arial Black',arial,sans-serif;
    letter-spacing: -1px;
    margin: 1em 0;
}
.waypoint.ws-2 .dots.vert {
    height: 105px;
    left: 50%;
    margin: 0 0 0 -6px;
    top: -30px;
    z-index: 2;
}
.waypoint.ws-2 .dots.horz {
    left: 50%;
    margin: 0 0 0 -3px;
    top: 63px;
    width: 560px;
    z-index: 2;
}
.waypoint.ws-3 {
    margin-top: 7em;
    z-index: 3;
}
.waypoint.ws-3:after, .waypoint.ws-3:before {
    background: url("../images/swipes/lgrey-rtl-before.html") no-repeat scroll center top rgba(0, 0, 0, 0);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.waypoint.ws-3:after {
    background-image: url("../images/swipes/lgrey-rtl-after.html");
    background-position: center bottom;
    top: auto;
}
.waypoint.ws-3:before {
    height: 200px;
    top: -170px;
}
.waypoint.ws-3:after {
    bottom: -170px;
    height: 200px;
}
.waypoint.ws-3 .client-logos {
    background: none repeat scroll 0 0 #EBEBE1;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.waypoint.ws-3 .client-logos img {
    display: block;
    margin: 0 auto;
}
.waypoint.ws-3 .container1 {
    height: 115px;
    position: relative;
}
.waypoint.ws-3 .container1 .portfolio-link {
    background: url("../images/icons/link-arrow.html") no-repeat scroll 90% center, url("../images/textures/grey-hatch.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font: 700 1.666em/1em DobraSlab,arial,sans-serif;
    left: 40px;
    padding: 0.3em 1em 0.4em;
    position: absolute;
    text-transform: lowercase;
    top: -4em;
    width: 350px;
}
.no-multiplebgs .waypoint.ws-3 .container1 .portfolio-link {
    background: url("../images/icons/link-arrow.html") no-repeat scroll 90% center #B8B8B8;
}
.waypoint.ws-3 .container1 .website-counter {
    background: none repeat scroll 0 0 rgba(215, 25, 33, 0.9);
    color: #FFFFFF;
    font-size: 2em;
    padding: 1em;
    position: absolute;
    right: 40px;
    top: -5em;
}
.waypoint.ws-3 .container1 .website-counter strong {
    display: block;
    font: 700 0.88em/1 DobraSlab,arial,sans-serif;
    text-transform: uppercase;
}
.waypoint.ws-3 .container1 .website-counter strong.number {
    font-size: 4.5em;
    line-height: 0.8;
    text-align: center;
}
.waypoint.ws-3 .container1 .website-counter strong.sub {
    font-size: 2.3em;
    line-height: 1;
}
.waypoint.ws-3 .container1 .scrolling-next {
    bottom: -150px;
    left: 50%;
    margin: 0 0 0 -39px;
    position: absolute;
}
.waypoint.ws-3 .dots.vert {
    height: 480px;
    left: 50%;
    margin: 0 0 0 546px;
    top: -253px;
    z-index: 0;
}
.waypoint.ws-3 .dots.horz {
    left: 50%;
    margin: 0 0 0 35px;
    top: 212px;
    width: 526px;
    z-index: 0;
}
.waypoint.ws-4 {
    background: url("../images/slide-4-bg.html") no-repeat scroll center top / cover rgba(0, 0, 0, 0);
    height: 61em;
    padding: 7em 0 0;
    z-index: 1;
}
.waypoint.ws-4 .container1 {
    position: relative;
}
.waypoint.ws-4 .scrolling-next {
    bottom: -150px;
    left: 50%;
    margin: 0 0 0 -39px;
    position: absolute;
}
.waypoint.ws-4 .portfolio-slide-content {
    position: absolute;
    right: 40px;
    top: 7em;
    width: 515px;
}
.waypoint.ws-4 .portfolio-slide-content img {
    float: right;
    margin: -0.5em 0 0;
}
.waypoint.ws-4 p {
    color: #504F4F;
    font: 700 1.333em/1.2em HelveticaNeue,'Arial Black',arial,sans-serif;
    letter-spacing: -1px;
    margin: 1em 0 0;
    width: 400px;
}
.waypoint.ws-4 .orgs-counter {
    background: none repeat scroll 0 0 rgba(74, 93, 93, 0.85);
    color: #FFFFFF;
    font: 700 1.666em/1em DobraSlab,arial,sans-serif;
    padding: 1em;
    text-transform: uppercase;
}
.waypoint.ws-4 .orgs-counter .number {
    display: inline-block;
    font-size: 6.5em;
    line-height: 0.7;
    margin: 0 0 0.1em;
    vertical-align: text-top;
}
.waypoint.ws-4 .help-link {
    background: url("../images/icons/link-arrow.html") no-repeat scroll 90% center rgba(215, 25, 33, 0.85);
    color: #FFFFFF;
    display: block;
    float: right;
    font: 700 2.222em/1.4em DobraSlab,arial,sans-serif;
    padding: 0 2em 0.2em 0.5em;
    text-transform: lowercase;
    width: 75%;
}
.lt-ie9 .waypoint.ws-4 .help-link {
    width: 77%;
}
.waypoint.ws-4 .dots.vert {
    height: 45px;
    left: 50%;
    margin: 0 0 0 -3px;
    top: 155px;
}
.waypoint.ws-4 .dots.vert.second {
    height: 790px;
    margin: 0 0 0 549px;
    top: 191px;
}
.waypoint.ws-4 .dots.horz {
    left: 50%;
    margin: 0;
    top: 188px;
    width: 560px;
}
.waypoint.ws-4 .dots.horz.second {
    margin: 0 0 0 5px;
    top: 992px;

    transform: rotate(-5deg);
}
.waypoint.ws-5 {
    z-index: 2;
}
.waypoint.ws-5:after, .waypoint.ws-5:before {
    background: url("../images/swipes/white-rtl-before.html") no-repeat scroll center top rgba(0, 0, 0, 0);
    content: "";
    height: 190px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.waypoint.ws-5:after {
    background-image: url("../images/swipes/white-rtl-after.html");
    background-position: center bottom;
    top: auto;
}
.waypoint.ws-5:before {
    top: -120px;
}
.waypoint.ws-5:after {
    bottom: -120px;
}
.waypoint.ws-5 p {
    color: #888888;
    float: right;
    font: 700 1.111em/1.2em HelveticaNeue,'Arial Black',arial,sans-serif;
    letter-spacing: -1px;
    margin: -2em 0 5em;
    width: 45%;
}
.waypoint.ws-5 a {
    color: #92C4DE;
}
.waypoint.ws-5 .scrolling-next {
    left: 50%;
    margin: 0 0 0 -39px;
    position: absolute;
    top: -100px;
}
.waypoint.ws-6 {
    background: none repeat scroll 0 0 #EBEBE1;
    z-index: 3;
}
.waypoint.ws-6:after, .waypoint.ws-6:before {

    background: url("../images/swipes/lgrey-slope-before.html") no-repeat scroll center top rgba(0, 0, 0, 0);
    content: "";
    height: 190px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.waypoint.ws-6:after {
    background-image: url("../images/swipes/lgrey-slope-after.html");
    background-position: center bottom;
    bottom: -125px;
    top: auto;
}
.waypoint.ws-6:before {
    top: -130px;
}
.waypoint.ws-6 h3 {
    color: #3E3E41;
    float: left;
    font: 700 5em/1 DobraSlab,arial,sans-serif;
    margin: -0.4em 0 0.3em;
    width: 55%;
}
.waypoint.ws-6 h3 .ideas {
    background: url("../images/ideas-text.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    font: 0px/0 a;
    height: 84px;
    vertical-align: top;
    width: 155px;
}
.waypoint.ws-6 p, .waypoint.ws-6 strong {
    color: #888888;
    float: right;
    font: 700 1.111em/1.2em HelveticaNeue,'Arial Black',arial,sans-serif;
    letter-spacing: -1px;
    margin: 0;
    width: 45%;
}
.waypoint.ws-6 p {
    border-bottom: 2px dashed #999999;
    color: #A1A493;
    padding: 0 0 1em;
}
.waypoint.ws-6 strong {
    border-top: 9px solid #3E3E41;
    clear: both;
    display: block;
    font-size: 1.25em;
    padding: 1em 0 0;
    width: 100%;
}
.waypoint.ws-6 a {
    color: #92C4DE;
}
.waypoint.ws-6 a.read-more {
    border-left: 2px dashed #999999;
    color: #D71921;
    display: inline-block;
    font: 0.8em/1 DobraSlab,arial,sans-serif;
    margin: 0 0 0 35%;
    padding: 0 0.5em;
}
.waypoint.ws-6 .dots.vert {
    height: 130px;
    left: 50%;
    margin: 0 0 0 -4px;
    top: -175px;
    z-index: 2;
}
.waypoint.ws-6 .dots.vert.second {
    height: 1400px;
    margin: 0 0 0 -556px;
    top: -55px;
    z-index: 0;
}
.waypoint.ws-6 .dots.horz {
    left: 50%;
    margin: 0 0 0 -553px;
    top: -58px;
    width: 550px;
    z-index: 2;
}
.waypoint.ws-7 {
    height: 65em;
    overflow: hidden;
    z-index: 1;
}
.waypoint.ws-7 .home-portfolio {
    background: url("../images/loading.html") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 120%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.waypoint.ws-7 .home-portfolio .wireframe-elem {
    background-position: center top;
    display: none;
    left: 50%;
    position: absolute;
}
.waypoint.ws-7 .home-portfolio .frameimg, .waypoint.ws-7 .home-portfolio .siteimg {
    height: 1144px;
    left: 0;
    top: 0;
    width: 100%;
}
.waypoint.ws-7 .home-portfolio .siteimg {
    z-index: 3;
}
.waypoint.ws-7 .home-portfolio .header {
    height: 208px;
    margin-left: -478px;
    top: 9px;
    width: 968px;
    z-index: 1;
}
.waypoint.ws-7 .home-portfolio .banner {
    height: 355px;
    margin-left: -474px;
    top: 225px;
    width: 959px;
    z-index: 1;
}
.waypoint.ws-7 .home-portfolio .col1 {
    height: 275px;
    margin-left: -474px;
    top: 605px;
    width: 220px;
    z-index: 1;
}
.waypoint.ws-7 .home-portfolio .col2 {
    height: 310px;
    margin: 0 0 0 -233px;
    top: 599px;
    width: 247px;
    z-index: 0;
}
.waypoint.ws-7 .home-portfolio .col3 {
    height: 310px;
    margin-left: 13px;
    top: 599px;
    width: 252px;
    z-index: 1;
}
.waypoint.ws-7 .home-portfolio .col4 {
    height: 273px;
    margin-left: 264px;
    top: 605px;
    width: 222px;
    z-index: 1;
}
.waypoint.ws-7 .home-portfolio .footer {
    height: 238px;
    margin-left: -476px;
    top: 906px;
    width: 965px;
    z-index: 1;
}
.waypoint.ws-8 {
    background: none repeat scroll 0 0 #EBEDE2;
    margin-bottom: 6em;
    z-index: 2;
}
.waypoint.ws-8:after, .waypoint.ws-8:before {
    background: url("../images/swipes/lgrey-rtl-before.html") no-repeat scroll center top rgba(0, 0, 0, 0);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.waypoint.ws-8:after {
    background-image: url("../images/swipes/lgrey-rtl-after.html");
    background-position: center bottom;
    top: auto;
}
.waypoint.ws-8:before {
    height: 200px;
    top: -120px;
}
.waypoint.ws-8:after {
    bottom: -120px;
    height: 200px;
}
.waypoint.ws-8 h2 {
    margin: 0 0 0.3em;
}
.waypoint.ws-8 p {
    color: #888888;
    font: 700 1.111em/1.2em HelveticaNeue,'Arial Black',arial,sans-serif;
    letter-spacing: -1px;
}
.waypoint.ws-8 .meet-team {
    background: url("../images/icons/link-arrow.html") no-repeat scroll 90% center rgba(215, 25, 33, 0.85);
    color: #FFFFFF;
    display: inline-block;
    font: 700 2em/1.3em DobraSlab,arial,sans-serif;
    left: 50%;
    margin: 0 0 0 236px;
    padding: 0 1.5em 0.1em 0.5em;
    position: absolute;
    text-transform: lowercase;
    top: 4.65em;
}
.waypoint.ws-8 .experts {
    background: none repeat scroll 0 0 #EBEBE1;
    color: rgba(146, 196, 222, 0.85);
    font: 700 6em/1 DobraSlab,arial,sans-serif;
    margin: 0.5em 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.waypoint.ws-8 .experts .number {
    background: none repeat scroll 0 0 #D71921;
    border-radius: 0.75em;
    color: #FFFFFF;
    display: inline-block;
    height: 1.5em;
    line-height: 1.4em;
    margin: -0.2em 0 0;
    vertical-align: middle;
    width: 1.5em;
}
.waypoint.ws-8 .employee {
    float: left;
    height: 125px;
    margin: 0 1.5% 0 0;
    text-align: left;
    width: 11%;
}
.waypoint.ws-8 .staff-right .employee {
    margin: 0 0 0 1.5%;
    text-align: right;
}
.waypoint.ws-8 .scrolling-next {
    left: 50%;
    margin: 0 0 0 -39px;
    position: absolute;
    top: -100px;
}
.waypoint.ws-8 .dots.horz {
    left: 50%;
    margin: 0 0 0 -540px;
    top: -65px;
    width: 500px;
}
.waypoint.ws-8 .dots.vert {
    height: 990px;
    left: 50%;
    margin: 0 0 0 -5px;
    top: -20px;
    z-index: 0;
}
.waypoint.ws-9 {
    background: none repeat scroll 0 0 #9CD2F0;
    height: 82em;
    z-index: 3;
}
.waypoint.ws-9:after, .waypoint.ws-9:before {
    background: url("../images/swipes/blue-ltr-before.html") no-repeat scroll center top rgba(0, 0, 0, 0);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.waypoint.ws-9:after {
    background-position: center bottom;
    top: auto;
}
.waypoint.ws-9:before {
    height: 140px;
    top: -140px;
}
.waypoint.ws-9:after {
    background-image: url("../images/swipes/blue-rtl-after.html");
    bottom: -140px;
    height: 140px;
}
.waypoint.ws-9 h2 {
    border-color: #36637A;
    color: #36637A;
    line-height: 0.8;
    margin: 0 0 0.2em;
    padding: 0 0 0.4em;
}
.waypoint.ws-9 h2 .highlight-word {
    color: #518EAE;
    position: relative;
}
.waypoint.ws-9 h2 .highlight-word:before {
    background: url("../images/bigger-picture/word-highlight-before.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -24px;
    content: "";
    height: 22px;
    left: -30px;
    position: absolute;
    width: 45px;
}
.waypoint.ws-9 h2 .highlight-word:after {
    background: url("../images/bigger-picture/word-highlight-after.html") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 22px;
    position: absolute;
    right: -30px;
    top: 20px;
    width: 45px;
}
.waypoint.ws-9 p {
    color: #518EAE;
    font: 700 1.333em/1 DobraSlab,arial,sans-serif;
}
.waypoint.ws-9 .bigger-picture {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.waypoint.ws-9 .bigger-picture ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.waypoint.ws-9 .bigger-picture ul .bigpic-elem {
    font: 0px/0 a;
    left: 50%;
    position: absolute;
    z-index: -1;
}
.waypoint.ws-9 .bigger-picture ul #affiliate-marketing {
    height: 143px;
    margin-left: 110px;
    width: 441px;
}
.waypoint.ws-9 .bigger-picture ul #email-marketing {
    height: 122px;
    margin-left: -390px;
    width: 241px;
}
.waypoint.ws-9 .bigger-picture ul #link-building {
    height: 101px;
    margin-left: -570px;
    width: 574px;
}
.waypoint.ws-9 .bigger-picture ul #online-advertising {
    height: 578px;
    margin-left: -570px;
    width: 571px;
}
.waypoint.ws-9 .bigger-picture ul #pay-per-click {
    height: 353px;
    margin-left: 70px;
    width: 353px;
}
.waypoint.ws-9 .bigger-picture ul #remarketing {
    height: 84px;
    margin-left: -100px;
    width: 713px;
}
.waypoint.ws-9 .bigger-picture ul #search-engine-optimisation {
    height: 204px;
    margin-left: -570px;
    width: 688px;
}
.waypoint.ws-9 .bigger-picture ul #social-media {
    height: 242px;
    margin-left: 80px;
    width: 424px;
}
.waypoint.ws-9 .bigger-picture ul #viral-campaigns {
    height: 239px;
    margin-left: -550px;
    width: 239px;
}
.waypoint.ws-9 .scrolling-next {
    left: 50%;
    margin: 0 0 0 -39px;
    position: absolute;
    top: -100px;
}
.waypoint.ws-9 .dots.vert {
    height: 55px;
    left: 50%;
    margin: 0 0 0 -5px;
    top: -20px;
}
.waypoint.ws-9 .dots.vert.second {
    height: 1545px;
    left: 50%;
    margin: 0 0 0 584px;
    top: 41px;
    z-index: 0;
}
.waypoint.ws-9 .dots.horz {
    left: 50%;
    margin: 0 0 0 -2px;
    top: 38px;
    width: 585px;
}
.waypoint.ws-9 .dots.horz.second {
    left: 50%;
    margin: 0 0 0 31px;
    top: 1549px;
    transform: rotate(5deg);
    width: 558px;
    z-index: 0;
}
.waypoint.ws-10 {
    height: 66em;
    padding: 6em 0 0;
    z-index: 3;
}
.waypoint.ws-10 .scrolling-next {
    left: 50%;
    margin: 0 0 0 -39px;
    position: absolute;
    top: 30px;
}
.waypoint.ws-10 .analytics-images {
    height: 100%;
    max-width: 1600px;
    overflow: hidden;
    position: absolute;
    top: 15em;
    width: 100%;
    z-index: -1;
}
.waypoint.ws-10 .analytics-images img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.waypoint.ws-10 p {
    color: #888888;
    font: 700 1.111em/1.2em HelveticaNeue,'Arial Black',arial,sans-serif;
    letter-spacing: -1px;
    margin: 0.5em 0 0;
}
.waypoint.ws-10 .learn {
    background: url("../images/icons/link-arrow.html") no-repeat scroll 90% center rgba(215, 25, 33, 0.85);
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font: 700 2em/1.3em DobraSlab,arial,sans-serif;
    margin: -34px 0 0;
    padding: 0 1.5em 0.1em 0.5em;
    text-transform: lowercase;
}
.waypoint.ws-10 .learn:hover {
    background-color: #888888;
}
.waypoint.ws-10 .dots.vert {
    height: 130px;
    left: 50%;
    margin: 0 0 0 -5px;
    top: 110px;
}
.waypoint.ws-10 .dots.horz {
    left: 50%;
    margin: 0 0 0 -2px;
    top: 227px;
    width: 570px;
}
.waypoint.ws-10 .dots.vert.second {
    height: 755px;
    left: 50%;
    margin: 0 0 0 572px;
    top: 230px;
}
.waypoint.ws-10 .dots.horz.second {
    left: 50%;
    margin: 0 0 0 10px;
    top: 971px;
    width: 565px;
}
.waypoint.ws-10 .dots.vert.third {
    height: 130px;
    left: 50%;
    margin: 0 0 0 -5px;
    top: 974px;
}
#back-to-top {
    bottom: 564px;
    cursor: pointer;
    left: 50%;
    margin: 0 0 0 -39px;
    position: absolute;
    z-index: 6;
}
.banner-holder, .video-holder {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.banner-holder video, .video-holder video {
    display: block;
    height: 615px;
    left: 50%;
    margin: 0 0 0 -800px;
    position: relative;
    top: -75px;
    width: 1600px;
}
.banner-holder img, .video-holder img {
    height: auto;
    left: 50%;
    margin: 0 0 0 -800px;
    position: absolute;
    top: 0;
    width: 1600px;
}
.breadcrumb {
    font-size: 0.78em;
    text-transform: lowercase;
}
.breadcrumb a {
    color: #5E9BBA;
}
.breadcrumb a:hover {
    color: #316782;
    text-decoration: underline;
}
.breadNonImage {
    margin-top: 86px;
}
.portfolio .content-wrap .breadcrumb {
    margin: 0;
}
.blank-page {
    padding-bottom: 1em;
    position: relative;
    z-index: 2;
}
.blank-page h1 {
    border-bottom: 6px solid #3E3E41;
    font: 700 4.88em/1em DobraSlab,arial,sans-serif;
    margin: 0.5em 0 0.2em;
}
.blank-page .cms-content .addthis_toolbox_placeholder {
    position: absolute;
    right: 40px;
    top: 1em;
}
.blank-page .cms-content .addthis_toolbox_placeholder a {
    float: right;
}
.blank-page.e404 .cms-content {
    min-height: 15em;
}
.blank-page-content {
    background: none repeat scroll 0 0 #F0F0F0;
    margin: 0 auto -5em;
    max-width: 1600px;
    overflow: hidden;
    position: relative;
}
.blank-page-content:after {
    background: url("../images/swipes/white-rtl-before.html") no-repeat scroll center top rgba(0, 0, 0, 0);
    content: "";
    height: 190px;
    left: 0;
    position: absolute;
    top: 80%;
    width: 100%;
    z-index: 1;
}
