﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
header
,nav
,section
,article
,aside
,footer
,hgroup 
{ 
display: block;
}
body {
    font-family: 'Open Sans', 'Arial', sans-serif;
    position: relative;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

img {
    display:block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

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

@font-face {
    font-family: 'novecento_bookbold';
    src: url("../fonts/synthview_-_novecento-bold-webfont.eot");
    src: url("../fonts/synthview_-_novecento-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/synthview_-_novecento-bold-webfont.woff") format("woff"), url("../fonts/synthview_-_novecento-bold-webfont.ttf") format("truetype"), url("../fonts/synthview_-_novecento-bold-webfont.svg#novecento_bookbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: "untitled-font-1";
    src:url("../fonts/icon-font-1.eot");
    src:url("../fonts/icon-font-1.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icon-font-1.woff") format("woff"),
    url("../fonts/icon-font-1.ttf") format("truetype"),
    url("../fonts/icon-font-1.svg#icon-font-1") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "untitled-font-1" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-nav:before {
    content: "o";
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}



/* custom styles */
.cta-btn {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 6px 23px 7px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #fff;
    margin: 0 20px 20px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	text-decoration:none;
	display: inline-block;
}


.btn.btn-blue {
	background: #ffffff;
	color: #1da3d0;
	border: 1px solid #1da3d0;
	border-radius:0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	text-decoration:none;
}
.cta-btn:hover {
	background:#fff;
	color:#00a4d9;
	text-decoration:none;
}
.btn.btn-blue:hover {
    background:#00a4d9;
    color:#fff;
	text-decoration:none;
}

.contact-modal .btn ,
footer .info .btn {
    font-size: 22px;
    font-weight: 600;
    display: block;
    float: left;
    margin: 10px 0px 10px 0px;
    padding: 10px 30px 10px 30px;
	color: #1da3d0;
	border: 1px solid #1da3d0;
	border-radius: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	background:#fff;
}
.contact-modal .btn  {
	margin-bottom:30px;
}
.contact-modal .btn:hover,
footer .info .btn:hover  {
    background:#00a4d9;
    color:#fff;
	text-decoration:none;
}

.site-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sidebar-affected {
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

    .sidebar-affected.sidebar-shown {
        margin-left: -275px;
    }

.contact-social-icons .sm-link {
    display: block;
    float: left;
    height: 25px;
    margin: 0 15px;
    text-transform: capitalize;
    text-indent: -9999px;
}

.contact-social-icons .sm-link:first-child {
    margin: 0 15px 0 0;
}

    .contact-social-icons .fb {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -3660px;
        width: 12px;
    }

    .contact-social-icons .tw {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -3396px;
        width: 27px;
    }

    .contact-social-icons .insta {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -3333px;
        width: 23px;
    }

    .contact-social-icons .vimeo {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -3214px;
        width: 27px;
    }

.sm-white-sh .sm-link {
    display: block;
    float: right;
    height: 30px;
    margin: 0 6px;
    text-transform: capitalize;
    text-indent: -9999px;
}

.sidebar .sm-white-sh .sm-link {
    float:left;
}

    .sm-white-sh .sm-link.fb {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -3127px;
        width: 20px;
    }

    .sm-white-sh .sm-link.tw {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -2869px;
        width: 28px;
    }

    .sm-white-sh .sm-link.gp {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -2502px;
        width: 27px;
        margin-right: 0;
    }

    .sm-white-sh .sm-link.lin {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -2828px;
        width: 31px;
    }

.sm-gray .sm-link {
    display: inline-block;
    height: 19px;
    cursor: pointer;
    text-transform: capitalize;
    text-indent: -9999px;
    margin: 0 25px 0 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.4;
}

    .sm-gray .sm-link.gp {
        width: 18px;
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -1106px;
    }

    .sm-gray .sm-link.vimeo {
        width: 23px;
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -1135px;
    }

    .sm-gray .sm-link.lin {
        width: 19px;
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -1164px;
    }

    .sm-gray .sm-link.tw {
        width: 21px;
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -1193px;
    }

    .sm-gray .sm-link.fb {
        width: 10px;
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -1222px;
    }

    .sm-gray .sm-link:hover {
        opacity: 1;
    }

.text-content strong {
    font-weight:500;
}

.vip-card {
    width: 503px;
    height: 434px;
    background: url('../images/sprites/images-s1071b59a2a.png') 0 0;
    position: absolute;
    top: -101px;
    right: -73px;
}

.ropes {
    margin: 70px 0 0;
    overflow: hidden;
}

    .ropes img {
        width: 100%;
        height: auto;
    }

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.input-container {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}
	span.error {
		display:block;
		margin-top:8px;
	}
    label {
        color: #999999;
        font-size: 17px;
        line-height: 46px;
        position: absolute;
        top: 0;
        left: 10px;
        font-weight: 400;
        cursor: text;
    }

    input,
    .form-control {
        color: #999999;
        font-size: 17px;
        line-height: 46px;
        height: 46px;
        border: 1px solid #dfdfdf;
        outline: none;
        display: block;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        padding: 0 10px;
        border-radius:0px;
    }

    select {
            color: #999999;
            font-size: 17px;
            line-height: 46px;
            height: 46px;
            border: 1px solid #dfdfdf;
            outline: none;
            display: block;
            width: 100%;
            padding: 0;
            box-sizing: border-box;
            padding: 0 5px;
            border-radius:0px;
    }

    textarea {
        border: 1px solid #dfdfdf;
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        color: #999999;
        font-size: 17px;
        line-height: 26px;
        outline: none;
        height: 138px;
        resize: none;
    }

input[type='submit'] {
    width: auto;
    height: 50px;
    background: #ff6600;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    border: none;
    text-transform: uppercase;
}

.blog-listing-container {
    position: relative;
}

    .blog-listing-container .calendar-container {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        width: 370px;
        padding: 0 0 40px;
    }

        .blog-listing-container .calendar-container .calendar-top {
            background: #333333;
            margin: 0;
            padding: 22px 0 18px;
        }

            .blog-listing-container .calendar-container .calendar-top .day {
                font-size: 120px;
                line-height: 107px;
                color: #fff;
                text-align: center;
                font-family: 'novecento_bookbold', sans-serif;
            }

            .blog-listing-container .calendar-container .calendar-top .month {
                font-size: 37px;
                line-height: 47px;
                color: #fff;
                text-align: center;
                font-family: 'novecento_bookbold', sans-serif;
                opacity: 0;
                -webkit-transition: all 1.5s linear;
                -moz-transition: all 1.5s linear;
                -o-transition: all 1.5s linear;
                transition: all 1.5s linear;
            }

                .blog-listing-container .calendar-container .calendar-top .month.visible {
                    opacity: 1;
                }

            .blog-listing-container .calendar-container .calendar-top .flip-clock-wrapper {
                margin: 0px auto 18px;
                width: 170px;
            }

                .blog-listing-container .calendar-container .calendar-top .flip-clock-wrapper ul {
                    width: 80px;
                    margin: 0;
                }

                    .blog-listing-container .calendar-container .calendar-top .flip-clock-wrapper ul li a div div.inn {
                        font-size: 80px;
						line-height: 90px;
                        color: #333333;
                        background: #fff;
                        text-shadow: none;
                    }

                    .blog-listing-container .calendar-container .calendar-top .flip-clock-wrapper ul:first-child {
                        margin: 0 5px 0 0;
                    }

        .blog-listing-container .calendar-container .calendar-bottom {
            background: #282828;
            position: relative;
            padding: 30px 26px 24px;
            font-size: 18px;
            line-height: 26px;
            font-family: 'Open Sans', 'Arial', sans-serif;
        }

            .blog-listing-container .calendar-container .calendar-bottom:after {
                position: absolute;
                display: block;
                width: 100%;
                height: 11px;
                left: 0;
                bottom: -11px;
                background: url(../images/bg-arrow-dark-down.png) repeat-x left top;
                content: '';
            }

            .blog-listing-container .calendar-container .calendar-bottom .img-container {
                float: left;
                margin: 8px 16px 0 0;
            }

            .blog-listing-container .calendar-container .calendar-bottom .row-1 {
                color: #fff;
            }

            .blog-listing-container .calendar-container .calendar-bottom .row-2 {
                color: #9b9a9a;
            }

    .blog-listing-container .blog-item {
        width: 370px;
        margin: 0 0 40px;
        overflow: hidden;
        display: block;
        float: left;
    }

        .blog-listing-container .blog-item a {
            text-decoration: none;
        }

        .blog-listing-container .blog-item .img-container {
            position: relative;
            overflow: hidden;
        }

            .blog-listing-container .blog-item .img-container img {
                width: 100%;
                height: auto;
            }

        .blog-listing-container .blog-item.regular-item .text-container {
            padding: 16px 20px 20px;
            background: #fff;
        }

            .blog-listing-container .blog-item.regular-item .text-container h2 {
                font-size: 22px;
                line-height: 28px;
                font-family: 'Open Sans', 'Arial', sans-serif;
                color: #333333;
                margin: 0;
                font-weight: 600;
            }

        .blog-listing-container .blog-item.regular-item .img-container {
            position: relative;
        }

        .blog-listing-container .blog-item.note-item {
            text-align: center;
            position: relative;
            padding-bottom: 5px;
        }

            .blog-listing-container .blog-item.note-item .header img {
                width:100%;
            }

            .blog-listing-container .blog-item.note-item .content {
                background:url(/images/note-center.jpg) repeat-y top left;
                background-size:contain;
                text-align: left;
                padding: 0px 43px 10px;
                position: relative;
            }

                .blog-listing-container .blog-item.note-item .content p {
                    font-size: 26px;
                    line-height: 26px;
                    margin: 0 0 20px;
                    color: #003399;
                    font-family: 'longhand_lp_regularregular', serif;
                }

                    .blog-listing-container .blog-item.note-item .content p a {
                        text-decoration: underline;
                        color: #003399;
                    }

                .blog-listing-container .blog-item.note-item .footer img {
                    width:100%;
                }

        .blog-listing-container .blog-item.fb-item .text-container {
            background: #3b579a;
            position: relative;
            padding: 16px 20px 48px;
        }

            .blog-listing-container .blog-item.fb-item .text-container h2 {
                color: #fff;
                font-size: 22px;
				font-family: open sans, arial;
				font-weight: 400;
				line-height: 30px;
			}

            .blog-listing-container .blog-item.fb-item .text-container:after {
                display: block;
                position: absolute;
                width: 70px;
                height: 18px;
                background: url('../images/sprites/images-s1071b59a2a.png') 0 -2212px;
                bottom: 17px;
                left: 20px;
                content: '';
            }

        .blog-listing-container .blog-item.tw-item {
            padding-bottom: 26px;
        }

            .blog-listing-container .blog-item.tw-item .text-container {
                background: #00a5d9;
                position: relative;
                color: #fff;
                padding: 27px 20px;
                margin: 0 0 22px;
            }

                .blog-listing-container .blog-item.tw-item .text-container p {
                    margin: 0;
                    font-size: 20px;
                    line-height: 30px;
                    font-weight: 300;
                    font-style: italic;
                    color: #fff;
                }

                .blog-listing-container .blog-item.tw-item .text-container:after {
                    display: block;
                    position: absolute;
                    content: '';
                    right: 0;
                    bottom: -50px;
                    width: 104px;
                    height: 50px;
                    background: url('../images/sprites/images-s1071b59a2a.png') 0 -2910px;
                }

            .blog-listing-container .blog-item.tw-item .text-container a {
                color: #fff;
                border-bottom: #fff;
                border-width: 0px 0px 1px 0px;
                border-style: none none solid none;
            }

            .blog-listing-container .blog-item.tw-item a.twitterfollow {
                font-size: 18px;
                line-height: 18px;
                color: #00a5d9;
                text-decoration: underline;
                padding: 0 0 0 25px;
                background: url(../images/icon-tw-blog.png) no-repeat left center;
                margin: 0 0 0 22px;
            }

        .blog-listing-container .blog-item.case-item {
            text-align: center;
        }

            .blog-listing-container .blog-item.case-item img {
                max-width: 100%;
                height: auto;
            }

        .blog-listing-container .blog-item.text-item {
            background: #fff;
            padding: 30px 20px 20px;
        }

            .blog-listing-container .blog-item.text-item h2 {
                font-size: 22px;
                line-height: 28px;
                font-weight: 600;
                color: #00a5d9;
                margin: 0 0 20px;
            }

            .blog-listing-container .blog-item.text-item p {
                font-size: 17px;
                line-height: 27px;
                font-weight: 400;
                color: #666666;
                margin: 0 0 5px;
            }

            .blog-listing-container .blog-item.text-item a {
                color: #00a5d9;
                font-size: 18px;
                line-height: 28px;
                text-decoration: underline;
            }

        .blog-listing-container .blog-item .hover {
            position: absolute;
            width: 100%;
            height: 100%;
            background: url(../images/bg-blog-item-hover.png) no-repeat center center;
            background-size: cover;
            top: 0;
            left: 0;
            z-index: 2;
            text-align: center;
            padding: 0;
            box-sizing: border-box;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
            opacity: 0;
        }

            .blog-listing-container .blog-item .hover span {
                position: relative;
                top: 50%;
                font-size: 22px;
                line-height: 22px;
                color: #fff;
                font-weight: 600;
                padding: 4px 10px 6px;
                border: 3px solid #fff;
            }

        .blog-listing-container .blog-item:hover .hover {
            opacity: 1;
        }

        .blog-listing-container .blog-item.filler-large img {
            width: 100%;
            height: auto;
        }

        .blog-listing-container .blog-item.filler-center img {
            width: 100%;
            height: auto;
        }

        .blog-listing-container .blog-item.filler-center .link-container {
            position: absolute;
            width: 100%;
            top: 52%;
            text-align: center;
        }

            .blog-listing-container .blog-item.filler-center .link-container a {
                font-size: 20px;
                line-height: 20px;
                color: #00a5d9;
                font-weight: 600;
                padding: 4px 8px 6px;
                border: 3px solid #00a5d9;
                white-space: nowrap;
            }

        .blog-listing-container .blog-item.filler-medium img {
            width: 100%;
            height: auto;
        }

/* header styles */
header {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    z-index: 10;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
}

    header .main-logo {
        display: block;
        width: 130px;
        height: 93px;
        float: left;
        margin: 0 0 0 15px;
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -1280px;
        cursor: pointer;
        text-transform: capitalize;
        text-indent: -9999px;
    }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    header .main-logo {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/main-logo-retina.png") !important;
        background-size: cover !important;
        background-position: 0 0 !important;
    }
    header.sticky .main-logo {
        width: 64px;
        height: 46px;
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -2446px;
        margin: 19px 0 0 15px;
    }
}

@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    header .main-logo {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/main-logo-retina.png") !important;
        background-size: cover !important;
        background-position: 0 0 !important;
    }
    header.sticky .main-logo {
        width: 64px;
        height: 46px;
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -2446px;
        margin: 19px 0 0 15px;
    }
}

header .main-nav {
    float: right;
    margin: 32px 0 0;
    position: relative;
}

    header .main-nav ul {
        margin: 0;
        padding: 0 10px 0 0;
        display: inline;
    }

        header .main-nav ul li {
            display: inline;
            padding: 0 5px;
        }
    header .main-nav a {
        text-decoration: none;
        font-family: 'novecento_bookbold', sans-serif;
		color:#fff;
		font-size: 15px;
		padding: 8px 0px;
		margin: 0 10px;
		position: relative;
		display: inline-block;
		outline: none;
		text-decoration: none;
		text-transform: uppercase;
	}
.main-nav a {
	padding: 0 0 10px;
}

.main-nav a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

header .main-nav ul li.active a::after,
.main-nav a:hover::after,
.main-nav a:focus::after {
	height: 3px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.btn-subnav a:hover::after,
.btn-subnav a:focus::after {
	display:none;
}

header .main-nav a.btn-subnav:after,
header.sticky .main-nav a::after {
display:none;
}


        header .main-nav a.btn-subnav {
            padding-right: 25px;
            position: relative;
        }
        header .main-nav a.btn-subnav div {
            position: absolute;
            right: 0;  
            font-size: 24px;
            line-height: 24px;
            top: 4px;
        }

        header .main-nav a.btn-visit {
            color: #00a5d9;
            border: 1px solid #00a5d9;
            display: none;
            margin-left: 12px;
			-webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			transition: all 0.2s linear;
		}
		header.sticky .main-nav a.btn-visit:hover {
			background:#00a5d9;
			color:#fff;
		}
		
        header .main-nav a.btn-mobile {
            width: 70px;
			padding-top:4px;
        }
        header .main-nav a.btn-mobile .icon {
            margin-top: -4px;
        }

header.sticky {
    background: #fff;
    height: 81px;
    position: fixed;
    top: -81px !important;
    -webkit-transition: margin 0.2s linear;
    -moz-transition: margin 0.2s linear;
    -o-transition: margin 0.2s linear;
    transition: margin 0.2s linear;
    z-index: 11;
	border: 1px solid #ebebeb;
}

    header.sticky .main-logo {
        width: 64px;
        height: 46px;
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -2446px;
        margin: 19px 0 0 15px;
    }

    header.sticky .main-nav {
        margin: 25px 0 0;
    }

        header.sticky .main-nav a {
            color: #666666;
        }

			header.sticky .main-nav li.active a {
				color: #000;
			}

            header.sticky .main-nav a:hover {
                color: #000000;
            }

            header.sticky .main-nav a.btn-visit {
                display: inline;
				padding: 8px 10px;
            }

    header.sticky.visible {
        margin: 81px 0 0;
    }

/* sidebar styles */
.sidebar {
    position: absolute;
    width: 275px;
    right: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    background: #404040;
    z-index: 0;
    display: block;
    margin: 0 -275px 0 0;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
    z-index: 10;
}

    .sidebar .hide-sidebar {
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        cursor: pointer;
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -3694px;
        top: 20px;
        right: 20px;
    }

    .sidebar .sidebar-nav {
        margin: 61px 0 0 30px;
    }

        .sidebar .sidebar-nav .mobile-nav {
            display: none;
            margin-bottom: 30px;
        }

            .sidebar .sidebar-nav ul {
                padding:0px;
                list-style-type:none;
                font-size: 15px;
                line-height: 30px;
            }
				.sidebar .sidebar-nav .space-break {
					margin-bottom:20px;
				}
				
                .sidebar .sidebar-nav ul li a {
                    font-size: 15px;
                    text-decoration: none;
                    line-height: 15px;
                    color: #ffffff;
                    font-family: 'novecentonormal', sans-serif;
                    -webkit-transition: color 0.1s linear;
                    -moz-transition: color 0.1s linear;
                    -o-transition: color 0.1s linear;
                    transition: color 0.1s linear;
                }

                    .sidebar .sidebar-nav ul li a:hover {
                        color: #818181;
                    }

                .sidebar .sidebar-nav ul li.sep {
                    height: 30px;
                }

    .sidebar .sidebar-bottom {
        margin: 110px 0 0;
    }
		.sidebar .sidebar-bottom .cta-btn {
			margin: 0 0 50px 30px;
			display: inline-block;
			padding: 6px 16px 7px;
			border: 1px solid #fff;
			font-size: 16px;
			font-weight: 300;
		}

        .sidebar .sidebar-bottom h2 {
            font-size: 18px;
            line-height: 20px;
            margin: 0;
            font-weight: normal;
            color: #7b7b7b;
            font-family: 'Open Sans', 'Arial', sans-serif;
            padding: 0 0 0 30px;
        }

        .sidebar .sidebar-bottom .sidebar-sm-container {
            padding: 15px 0 0 30px;
        }
		.sidebar .sidebar-bottom .sidebar-sm-container a.small-link  {
			margin-top:20px;
			color:#7b7b7b;
			display:block;
			font-size:13px;
			float:left;
		}
		.sidebar .sidebar-bottom .sidebar-sm-container a.small-link:hover  {
			color:#7b7b7b;
			text-decoration:underline;
		}
    .sidebar.sidebar-shown {
        display: block;
        margin: 0;
    }

.sidebar-mainnav {
    margin-bottom:20px;
}

/* featured header styles */
.featured-header {
    position: relative;
    overflow: hidden;
}

    .featured-header .transparent-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
	.featured-header.home-header  .transparent-bg {
        background: #01a5da;
        z-index: 1;
		opacity: 0.7;
	}

     .featured-header .transparent-bg-error {
        opacity: 0.7;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #cc3333;
    }

     .featured-header .transparent-bg-thanks {
        opacity: 0.7;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00a76d;
    }
    .featured-header.thanks-header a:hover {
        color: #00a76d !important;
    }

    .featured-header.home-header {
        min-height: 600px;
    }

.dynamic-text {
    display: none;
}

.featured-header.home-header .background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

    .featured-header.home-header .background-container .soundcontrol {
        position:absolute;
        z-index:1000;
        bottom:40px;
        right:40px;
        width: 51px;
        height:38px;
        opacity:0.5;
        cursor:pointer;
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }

        .featured-header.home-header .background-container .soundcontrol:hover {
            opacity:1;
        }

        .eq {
            position: absolute;
            bottom: 0px;
        }

        .bar {
            background:#fff;
            width:5px;
            height:2px;
            display: inline-block;
            vertical-align: bottom;
        }


    .featured-header.home-header .background-container img {
        min-width: 100%;
        min-height: 100%;
        height: auto;
        width: auto;
        vertical-align: middle;
    }

    .featured-header.home-header .background-container .transparent {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/bg-blue-transparent.png);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        content: '';
    }

.featured-header.home-header .text-container {
    position: relative;
    z-index: 2;
    padding: 307px 0 0;
}

.featured-header.home-header h1 {
	font-family: 'novecento_bookbold', sans-serif; 
	font-size:70px; 
	margin: 0;
	padding: 0;
	color:#fff;
}

.featured-header.home-header h2 {
    font-size: 42px;
    line-height: 50px;
    color: #ffffff;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 300;
    margin: 5px 0 64px;
}

    .featured-header.home-header h2 em,
    .featured-header.home-header h2 strong {
        font-weight: 600;
        font-style: normal;
        color: #fff;
    }

.featured-header.home-header .cta-btn {
    font-weight: 300;
}




.featured-header.home-header #big-video-wrap {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}
/*
.featured-header.home-header #big-video-vid {
    width: 100% !important;
    height: 100% !important;
}

.featured-header.home-header #big-video-vid_html5_api {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}
*/
#wistia_3 {
    width:auto !important;
}

.featured-header.contact-header {
    min-height:620px;
}
    .featured-header.contact-header.just-ask-friday {
        min-height:initial;
    }

    .featured-header.contact-header .background-container {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .featured-header.contact-header .background-container img {
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
        }


    .featured-header.contact-header .container {
        height:620px;
        z-index:2;
        position:relative;
    }

    .featured-header.contact-header h2 {
        font-size: 26px;
        line-height: 34px;
        color: #fff;
        margin: 0;
        font-weight: 400;
    }
    .featured-header.contact-header.just-ask-friday h2 {
        font-size: 40px;
        line-height: 50px;
        font-family: 'Open Sans', 'Arial', sans-serif;
        color: #fff;
    }
	.featured-header.contact-header h2 a {
		color:#fff;
		text-decoration:underline;
	}

.featured-header.support-header {
    background: #00a76d;
	min-height:850px;
}

    .featured-header.support-header .background-container {
        height: 565px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .featured-header.support-header .text-container {
        padding: 235px 0 0;
    }

        .featured-header.support-header .text-container a {
            color: #fff;
            font-size: 20px;
            line-height: 20px;
            padding: 6px 23px 7px;
            text-decoration: none;
            font-weight: 600;
            border: 2px solid #fff;
            margin: 0 33px 0 0;
			transition: background .20s ease-in-out;
			-moz-transition: background .20s ease-in-out;
			-webkit-transition: background .20s ease-in-out;
        }

            .featured-header.support-header .text-container a:hover {
                color: #00a76d;
                border-color: #fff;
                background-color: #fff;
            }

    .featured-header.support-header h1 {
        margin: 0;
        color: #fff;
        font-size: 30px;
        line-height: 30px;
        font-family: 'novecento_bookbold', sans-serif;
    }

    .featured-header.support-header h2 {
        margin: 0 0 33px;
        color: #ffffff;
        font-size: 90px;
        line-height: 90px;
        font-family: 'novecento_bookbold', sans-serif;
    }

    .featured-header.support-header .container {
        position: relative;
    }

.featured-header {
    height: 600px;
}

.featured-header.landing-header img {
    min-width:100%;
    min-height:100%;
    position:absolute;
    z-index: -2;
}

	.featured-header.contact-header .text-container,
    .featured-header.landing-header .text-container,
    .featured-header.case-header .text-container {
        margin:220px 0 0 0;
    }

        .featured-header.landing-header .text-container a {
            color: #fff;
            font-size: 20px;
            line-height: 20px;
            padding: 6px 23px 7px;
            text-decoration: none;
            font-weight: 600;
            border: 3px solid #fff;
            margin: 0 33px 0 0;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .featured-header.landing-header .text-container a:hover {
                color: #009bc8;
                background: #fff;
            }

    .featured-header.landing-header .background-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .featured-header.landing-header .background-container .img-container {
            margin: 139px -193px 0 0;
            text-align: right;
        }

    section.featured-header h1 {
        font-size: 72px;
        line-height: 74px;
        font-family: 'novecento_bookbold', sans-serif;
        color: #ffffff;
        margin: 0;
    }

    section.featured-header h2 {
        font-size: 40px;
        line-height: 50px;
        font-family: 'Open Sans', 'Arial', sans-serif;
        color: #fff;
        margin: 0 0 35px;
    }

.featured-header.blogitem-header {
    height: 530px;
}

    .featured-header.blogitem-header .background-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        .featured-header.blogitem-header .background-container img {
            min-width: 100%;
            min-height: 100%;
            height: auto;
        }

    .featured-header.blogitem-header .text-container {
        padding: 210px 0 0;
        position: relative;
        z-index: 5;
    }

    .featured-header.blogitem-header h2 {
        margin: 0;
    }


/* Just Ask Friday */
section.featured-header.just-ask-friday h1 {
    font-size: 72px;
    line-height: 74px;
    font-family: 'novecento_bookbold', sans-serif;
    color: #ffffff;
    margin: 0;
}

section.featured-header.just-ask-friday h2 {
    font-weight: 100;
    margin-top:20px;
}

.content-section .just-ask-friday-content h2 {
    color:#00a5d9;
    font-size: 42px;
    line-height: 42px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.content-section .just-ask-friday-content .content-image-section {
    padding:0px;
    border-bottom:0px;
}

.content-section .just-ask-friday-content .content-image-section h2 {
    color: #706f6f;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Open Sans', 'Arial', sans-serif;
    margin-top:0px;
}

.just-ask-friday-content .btn {
    background: #00a4d9;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    display: block;
    float: left;
    margin: 10px 0px 10px 0px;
    padding: 10px 30px 10px 30px;
    border: 1px solid #1da3d0;
    border-radius: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform:uppercase;
}

.just-ask-friday-content .btn:hover {
    background: #fff;
    color: #00a4d9;
}

.just-ask-friday-content .grey-text-block {
    padding:30px 0px 20px;
    background:#f6f5f3;
    color:#706f6f;
    margin:30px 0px 0px;
}


/* cases overview */

.featured-header.top-header {
    min-height:145px;
	height:145px;
    background:#000;
}

.featured-header.overview-header {
    min-height:500px;
}

    .featured-header.overview-header .background-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        z-index: 1;
        text-align:center;
    }

    .featured-header.overview-header .background-container-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        z-index: 2;
        opacity:0.2;
    }

        .featured-header.overview-header .text-container {
            position: relative;
            z-index: 5;
            padding: 182px 0 0;
        }

        .featured-header.overview-header .text-container h3 {
            font-size: 60px;
            line-height: 60px;
            color: #fff;
            font-family: 'novecento_bookbold', sans-serif;
            margin: 0;
        }

        .featured-header.overview-header .text-container p {
            font-size: 22px;
            line-height: 32px;
            color: #fff;
            margin: 5px 0 22px 0;
        }


.featured-header.small-cases {
	min-height:0;
	height:auto;
}

    .featured-header.small-cases h4 {
        font-family: 'novecento_bookbold', sans-serif;
        text-transform:uppercase;
        font-size:34px;
		line-height:40px;
        color:#333333;
        font-weight:600;
    }

    .featured-header.small-cases img {
        margin:0 auto;
    }
	.featured-header.small-cases div{
		min-height: 110px;
	}

.logo-color {
    display: none;
}

.logo-show:hover .logo-color
{
    display: block;
}
.logo-show:hover .logo-blackwhite
{
    display: none;
}

.featured-header {
    min-height: 600px;
}

    .featured-header.case-header .background-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        z-index: 1;
    }

        .featured-header.case-header .background-container img {
            min-width: 100%;
            min-height: 100%;
            height: auto;
            width: auto;
            vertical-align: middle;
        }

    .featured-header.case-header .text-container {
        position: relative;
        z-index: 5;
    }

	.featured-header.landing-header img.infographic {
		width:100%;
		min-height:inherit;
		min-width:inherit;
		z-index:1;
	}


.featured-header.blog-header {
    height: 470px;
}

    .featured-header.blog-header .container {
        position: relative;
    }

    .featured-header.blog-header .background-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        overflow: hidden;
    }

        .featured-header.blog-header .background-container img {
            min-width: 100%;
            min-height: 100%;
            height: auto;
            width: auto;
            vertical-align: middle;
        }

    .featured-header.blog-header .text-container {
        position: relative;
        z-index: 2;
        padding: 220px 0 0;
    }

    .featured-header.blog-header h1 {
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        margin: 0;
        font-family: open sans, arial, sans-serif;
    }

    .featured-header.blog-header h2 {
        font-size: 90px;
        line-height: 90px;
        color: #fff;
        font-family: 'novecento_bookbold', sans-serif;
        margin: 0;
    }

    .featured-header.blog-header .header-sm-container {
        position: absolute;
        bottom: -47px;
        right: 0;
    }

.featured-header.error-header .background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

    .featured-header.error-header .background-container img {
        min-width: 100%;
        min-height: 100%;
        height: auto;
        width: auto;
        vertical-align: middle;
    }

    .featured-header.error-header .background-container .transparent {
        display: block;
        width: 100%;
        height: 100%;
        background: url(/images/bg-blue-transparent.png);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        content: '';
    }

.featured-header.error-header .text-container {
    position: relative;
    z-index: 2;
    padding: 157px 0 0;
}

.featured-header.error-header h1 {
    font-size: 120px;
    line-height: 110px;
    color: #ffffff;
    font-family: 'novecento_bookbold', sans-serif;
    margin: 0 0 14px;
}

.featured-header.error-header h2 {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-family: 'novecento_bookbold', sans-serif;
    margin: 0 0 34px;
}

.featured-header.error-header a {
    color: #fff;
    font-size: 20px;
    line-height: 120px;
    padding: 6px 17px 7px;
    text-decoration: none;
    font-weight: 800;
    text-transform:uppercase;
    border: 3px solid #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /*opacity: 0;*/
}

    .featured-header.error-header a:hover {
        color: #cc3333;
        background: #fff;
    }

    .featured-header.error-header a.hid {
        opacity: 0;
    }

    .featured-header.error-header a.visible {
        opacity: 1;
    }

.featured-header.error-header #big-video-wrap {
    width: 100%;
    height: 100%;
}

.featured-header.error-header #big-video-vid {
    width: 100% !important;
    height: 100% !important;
}

.featured-header.error-header #big-video-vid_html5_api {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

/* thanks */

.featured-header.thanks-header .background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

    .featured-header.thanks-header .background-container img {
        min-width: 100%;
        min-height: 100%;
        height: auto;
        width: auto;
        vertical-align: middle;
    }

    .featured-header.thanks-header .background-container .transparent {
        display: block;
        width: 100%;
        height: 100%;
        background: url(/images/bg-blue-transparent.png);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        content: '';
    }

.featured-header.thanks-header .text-container {
    position: relative;
    z-index: 2;
    padding: 157px 0 0;
}

.featured-header.thanks-header h1 {
    font-size: 120px;
    line-height: 110px;
    color: #ffffff;
    font-family: 'novecento_bookbold', sans-serif;
    margin: 0 0 14px;
}

.featured-header.thanks-header h2 {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-family: 'novecento_bookbold', sans-serif;
    margin: 0 0 34px;
}

.featured-header.thanks-header a {
    color: #fff;
    font-size: 20px;
    line-height: 120px;
    padding: 6px 17px 7px;
    text-decoration: none;
    font-weight: 800;
    text-transform:uppercase;
    border: 3px solid #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /*opacity: 0;*/
}

.featured-header.thanks-header p {
    color: #fff;
    font-size: 20px;
    line-height:30px;
}

    .featured-header.thanks-header a:hover {
        color: #cc3333;
        background: #fff;
    }

    .featured-header.thanks-header a.hid {
        opacity: 0;
    }

    .featured-header.thanks-header a.visible {
        opacity: 1;
    }

.featured-header.thanks-header #big-video-wrap {
    width: 100%;
    height: 100%;
}

.featured-header.thanks-header #big-video-vid {
    width: 100% !important;
    height: 100% !important;
}

.featured-header.thanks-header #big-video-vid_html5_api {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

/* sections styling */
section {
    width: 100%;
    position: relative;
}

.contact-section {
    padding: 87px 0 63px;
    background:url(/images/bg-contact-content-tile.png) top center repeat-y;
}

    .contact-section h2 {
        font-size: 26px;
        line-height: 45px;
        font-family: 'novecento_bookbold', sans-serif;
        margin: 0 0 24px;
        font-weight: 600;
    }

     .contact-section h3 {
        font-size: 16px;
        font-family: 'novecento_bookbold', sans-serif;
        margin: 60px 0 10px;
        font-weight: 600;
    }

    .contact-section p {
        font-size: 20px;
        font-family: open sans;
        font-weight: lighter;
        margin:0 0 20px 0;
        line-height:30px;
    }

        .contact-section p strong {
            font-weight:600;
        }
        
        .contact-section p.extra-info {
		    color: #179f2a;
            font-weight: 600;
            margin: 0 0 0 0;
        }

.map-section {
    height: 653px;
    width: 100%;
}

    .map {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .map-section .map-brief {
        background: #fff;
        margin: 118px 0 0;
        box-sizing: border-box;
        padding: 26px 0 6px 47px;
    }

        .map-section .map-brief h2 {
            font-size: 26px;
            line-height: 45px;
            color: #333333;
            font-family: 'novecento_bookbold', sans-serif;
            margin: 0 0 17px;
        }

        .map-section .map-brief .data-row {
            margin: 0 0 36px;
        }

        .map-section .map-brief p {
            float: left;
            margin: 0;
            font-size: 22px;
            line-height: 36px;
            color: #666666;
            padding: 0 20px 0 0;
        }

            .map-section .map-brief p strong {
                font-weight: 600;
            }

            .map-section .map-brief p a {
                color: #0f9dcb;
                text-decoration: underline;
            }

            .map-section .map-brief p.light {
                color: #b8b8b8;
                margin: 0 0 0 79px;
            }

    .footer-contact h2 {
        font-size: 14px;
        line-height: 52px;
        font-weight: 400;
        font-family: 'novecento_bookbold', sans-serif;
    }

        .contact-footer-bottom {
            background:#111111;
            color:#707070;
            padding:25px 0;
            font-size:14px;

        }

            .contact-footer-text p {
                float:left;
                margin-right:30px;
                font-size:14px;
                line-height:22px;
            }

        .subscribe-section h2 {
            color: #fff;
        }

        .subscribe-section h2 .icon {
            display: block;
            float: left;
            width: 53px;
            height: 52px;
            background: url('../images/sprites/images-s1071b59a2a.png') 0 -2696px;
            margin: 0 15px 0 0;
        }

        .subscribe-section .subscribe-form fieldset {
            margin: 0;
            padding: 0;
            border: none;
        }

        .subscribe-section .subscribe-form .input-container {
            position: relative;
            float: left;
            width: 89%;
            margin: 0;
        }

            .subscribe-section .subscribe-form .input-container label {
                position: absolute;
                top: 3px;
                left: 18px;
                font-size: 22px;
                line-height: 45px;
                color: #999999;
                font-weight: 300;
                cursor: text;
            }

            .subscribe-section .subscribe-form .input-container input[type='email'] {
                font-size: 18px;
                line-height: 50px;
                height: 50px;
                color: #999999;
                background: #232323;
                box-sizing: border-box;
                font-weight: 400;
                border: none;
                padding: 0 18px;
                display: block;
                width: 100%;
                outline: 0;
            }

        .subscribe-section .subscribe-form input[type='submit'] {
            font-size: 22px;
            line-height: 22px;
            color: #00a6dd;
            text-align: center;
            background: #fff;
            border: none;
            outline: none;
            font-weight: 600;
            background: url('/images/sprites/images-s1071b59a2a.png') 8px -3453px;
            width: 11%;
            height: 50px;
            text-indent: -9999px;
            border: 2px solid #232323;
            float: right;
        }

        .subscribe-section .subscribe-form button[type='submit'] {
            font-size: 22px;
            line-height: 22px;
            color: #00a6dd;
            text-align: center;
            background: #fff;
            border: 3px solid #12abdc;
            box-sizing: border-box;
            width: 170px;
            height: 50px;
            float: right;
            outline: none;
            font-weight: 600;
        }

.facts-section {
    background: #00a76d;
    padding: 100px 0 83px;
    z-index: 1;
}

    .facts-section .arrows-top {
        height: 13px;
        background: url(../images/bg-arrows-top-white-rep.png) repeat-x;
        position: absolute;
        width: 100%;
        top: -13px;
    }

    .facts-section .arrows-bottom {
        height: 13px;
        background: url(../images/bg-arrows-bottom-white-rep.png) repeat-x;
        position: absolute;
        width: 100%;
        bottom: -13px;
    }

    section.facts-section h2 {
        font-size: 75px;
        line-height: 75px;
        color: #fff;
        margin: 6px 0 0;
        font-family: 'novecento_bookbold', sans-serif;
    }

    .facts-section .facts-container .element {
        float: left;
        margin: 0 10px 0 0;
    }

        .facts-section .facts-container .element.first-element {
            width: 270px;
        }

            .facts-section .facts-container .element.first-element h3 {
                max-width: 195px;
            }

        .facts-section .facts-container .element.second-element {
            width: 250px;
        }

            .facts-section .facts-container .element.second-element h3 {
                max-width: 165px;
            }

        .facts-section .facts-container .element.third-element {
            width: 250px;
        }

            .facts-section .facts-container .element.third-element h3 {
                max-width: 160px;
            }

        .facts-section .facts-container .element .icon {
            float: left;
            margin: 7px 20px 0 0;
        }

            .facts-section .facts-container .element .icon.ticket {
                background: url('../images/sprites/images-s1071b59a2a.png') 0 -2543px;
                width: 42px;
                height: 62px;
            }

            .facts-section .facts-container .element .icon.heart-1 {
                background: url('../images/sprites/images-s1071b59a2a.png') 0 -2138px;
                width: 64px;
                height: 64px;
            }

            .facts-section .facts-container .element .icon.heart-2 {
                background: url('../images/sprites/images-s1071b59a2a.png') 0 -2240px;
                width: 69px;
                height: 66px;
            }

        .facts-section .facts-container .element h3 {
            float: left;
            font-size: 26px;
            line-height: 26px;
            color: #fff;
            margin: 0;
            font-family: 'novecento_bookbold', sans-serif;
        }

    .facts-section .contact-cta {
        border-top: 6px solid #52b693;
        padding: 90px 0 0;
        margin: 90px 0 0;
    }

    .facts-section .contact-cta .icon {
        display: block;
        width: 99px;
        height: 99px;
        float: left;
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -1492px;
        margin: 7px 22px 0 0;
    }

    .facts-section .contact-cta h2 {
        font-size: 30px;
        line-height: 60px;
        margin: 0;
        color: #fff;
        font-family: 'novecento_bookbold', sans-serif;
    }

    .facts-section .contact-cta h3 {
        font-size: 40px;
        line-height: 60px;
        margin: 0;
        color: #333333;
        font-weight: 400;
        font-family: 'Open Sans', 'Arial', sans-serif;
    }
    
	.limo {
 		margin: 80px 0 0 0;
 		-moz-animation-duration: 3s;
 		-webkit-animation-duration: 3s;
 		-moz-animation-name: slidein;
 		-webkit-animation-name: slidein;
 	}
 	.limo img {
		height: auto;
		width: 100%;
 	}
    @-webkit-keyframes slidein {
      from {
        margin-left:-100%;
        width:100%
      }
      
      to {
        margin-left:0;
        width:100%;
      }
	}
.support-overlay {
	width: 100%;
	position: absolute;
	top:0;
	z-index: 998;
	background: #ffffff;
	height: 100%;
	display: none;
}
	.close-btn {
		width: 41px;
		height: 41px;
		display: block;
		margin: 40px 40px 0 0;
		background: url('../images/support-overlay-close.gif') no-repeat top left;
		position: absolute;
		right: 0;
		cursor: pointer;
	}
    .contact-modal .close-btn {
        margin: 10px 40px 0px 0px;
        background: url('../images/contact-overlay-close.png') no-repeat top left;
    }
	.content-section .support-overlay h3 {
        font-family: 'novecento_bookbold', sans-serif;
		margin: 100px 0 0 0;
		text-align: center;
		position: relative;
		color: #00a76d;
	}
	.support-overlay .logo a {
		border:1px solid #00a76d;
		display: block;
		float: left;
		padding: 80px 0;		
		margin: 90px 0 10px 0;
		width: 100%;
	}
	.support-overlay .logo img {
		margin: 0 auto;
	}
	.support-overlay h3 span {
        background: #fff;  
		padding: 0 35px;  
		position: relative;  
		z-index: 5;
		font-size:60px;
		line-height: 80px;
		text-transform: uppercase;
		text-align: center;
	}
	.support-overlay h3:before {
    	content: "";  
		display: block;  
		border-top: solid 1px #00a76d;  
		width: 100%;  
		height: 1px;  
		position: absolute;  
		top: 50%;  
		z-index: 1;  
	}
	.content-section .support-overlay p {
		font-size: 28px;
		line-height: 28px;
		color:#00a76d;
		text-align: center;
	}
	.support-overlay .logo p {
		color: #00a76d;
		font-size: 18px;
	}

.brief-section {
    padding: 136px 0 130px;
    background: #fff;
}

    .brief-section h2 {
        font-size: 50px;
        line-height: 50px;
        color: #333333;
        font-family: 'novecento_bookbold', sans-serif;
        margin: 27px 0 0;
    }

    .brief-section .brief {
        margin: 3px 0 39px;
    }

        .brief-section .brief p {
            font-size: 22px;
            line-height: 32px;
            margin: 0;
            color: #333333;
        }

    .brief-section article .round {
        width: 113px;
        height: 113px;
        position: relative;
        background: #f0f0f0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        padding: 32px 0 0;
        -webkit-transition: background ease;
        -webkit-transition-delay: 0.2s;
        -moz-transition: background ease 0.2s;
        -o-transition: background ease 0.2s;
        transition: background ease 0.2s;
    }

        .brief-section article .round .icon {
            width: 45px;
            height: 42px;
            background: url('../images/sprites/images-s1071b59a2a.png') 0 -2970px;
            margin: 0 auto 0;
        }

        .brief-section article .round:hover {
            background: #fff;
            -webkit-animation: spinAround 2s linear infinite;
            -moz-animation: spinAround 2s linear infinite;
            animation: spinAround 2s linear infinite;
        }

    .brief-section article h3 {
        font-size: 26px;
        line-height: 32px;
        color: #333333;
        margin: 23px 0 0;
        font-weight: 600;
    }

    .brief-section article p {
        font-size: 20px;
        line-height: 28px;
        color: #666666;
        margin: 0;
        font-weight: 400;
    }

.partner-section {
    background: #f5f7f6;
    padding: 0 0 109px;
}

    .partner-section .partner-brief {
        margin: 119px 0 0;
    }

        .partner-section .partner-brief h2 {
            font-size: 50px;
            line-height: 50px;
            color: #333333;
            margin: 0;
            font-family: 'novecento_bookbold', sans-serif;
        }

        .partner-section .partner-brief p {
            font-size: 22px;
            line-height: 32px;
            color: #666666;
            margin: 16px 0 0;
        }

.why-section {
    background: #fff;
    padding: 70px 0 100px;
}

    .why-section h2 {
        font-size: 50px;
        line-height: 50px;
        color: #333333;
        margin: 0;
        font-family: 'novecento_bookbold', sans-serif;
        text-align: left;
    }

    .why-section p {
        font-size: 22px;
        line-height: 32px;
        color: #666666;
        margin: 43px 0 0;
    }

    .why-section .checkbox-listing {
        margin: 11px 0 0;
    }

        .why-section .checkbox-listing ul {
            margin: 0;
        }

            .why-section .checkbox-listing ul li {
                margin: 0 0 10px;
                padding: 8px 0 18px 52px;
                font-size: 17px;
                line-height: 22px;
                color: #666666;
                border-bottom: 2px solid #e9e9e9;
                position: relative;
				background: none;
			}

                .why-section .checkbox-listing ul li:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: block;
                    content: ' ';
                    width: 37px;
                    height: 35px;
                    background: url('../images/sprites/images-s1071b59a2a.png') 0 -3292px;
                }

                .why-section .checkbox-listing ul li:last-child {
                    margin: 0;
                }

.team-section .background-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.image-section .background-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

    .image-section .background-container img {
        width:100%;
    }

    .team-section .background-container img {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
    }

.team-section .text-container {
    background: url(../images/bg-blue-transparent.png);
    position: relative;
    padding: 80px 36px 78px 0;
    width: 416px;
    box-sizing: content-box;
}

    .team-section .text-container:before {
        position: absolute;
        content: '';
        display: block;
        width: 1000px;
        height: 100%;
        background: url(../images/bg-blue-transparent.png);
        top: 0;
        right: 452px;
    }

    .team-section .text-container h2 {
        font-size: 50px;
        line-height: 50px;
        color: #ffffff;
        font-family: 'novecento_bookbold', sans-serif;
        margin: 0 0 16px;
    }

    .team-section .text-container p {
        font-size: 17px;
        line-height: 28px;
        color: #ffffff;
        margin: 0 0 27px;
        font-weight: 400;
    }

        .team-section .text-container p.em {
            font-weight: 600;
        }

.team-section .checkbox-listing ul {
    margin: 0;
}

    .team-section .checkbox-listing ul li {
        margin: 0 0 10px;
        padding: 8px 0 18px 52px;
        font-size: 22px;
        line-height: 22px;
        color: #ffffff;
        border-bottom: 2px solid #95cddf;
        position: relative;
    }

        .team-section .checkbox-listing ul li:after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            content: ' ';
            width: 37px;
            height: 35px;
            background: url('../images/sprites/images-s1071b59a2a.png') 0 -3247px;
        }

        .team-section .checkbox-listing ul li:last-child {
            margin: 0;
        }
.team-section .icon-list li,
.contact-section .icon-list li {
    color:#fff;
    list-style-type:none;
    background:none;
    padding:0;
    line-height:22px;
    width:100%;
    display:block;
    margin-top: 40px;
}
    .content-section .icon-list strong,
    .contact-section .icon-list strong {
        text-transform:uppercase;
        font-weight: 800;
        padding-top:4px;
        display:block;
        padding:5px 0 0 0;
    }
.icon-list .icon  {
    width:50px;
    float:left;
    margin-right:10px;
}

.contact-section .icon-list li {
    color: #666;
}
.contact-section ul.icon-list li {
    background:none;
    padding:0;
}
.input-container select {
    margin-top: 20px;
}

.file-input label {
    position: relative;
    line-height: 1em;
    margin-bottom: 10px;
}

.file-input input {
    line-height: 1em;
    padding: 10px;
}
		
/* General typography styling */
.content-image-section {
    border-bottom:1px solid #ebebeb;
}

.content-section h2 {
	font-family: 'novecento_bookbold', sans-serif;
	font-size: 30px;
	line-height: 32px;
	color: #333333;
	margin: 20px 0 10px 0;
}
.content-section h3 {
	margin: 30px 0 0 0;
	font-family: 'novecento_bookbold', sans-serif;
	color: #333333;
}
.content-section h4 {
	margin: 30px 0 4px 0;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: 600;
	color: #333;
	font-size: 18px;
	line-height: 24px;
}
.content-section p {
	margin: 0 0 16px 0;
    font-size: 17px;
	line-height: 28px;
	color:#666;
}
.content-section h2 p {
    margin: 0;
    font-size: 42px;
	line-height: 50px;
	color: #ffffff;
}
.content-section strong {
	font-weight:600;
}
.content-section ol li{
	list-style-type:0;
	list-style-position: inside;
	color:#666;
	font-size: 17px;
	line-height: 30px;
}
.content-section a.button {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin: 0 20px 0 0;
	padding: 6px 17px 7px;
	text-decoration: none;
	font-weight: 300;
	border: 2px solid #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: inline-block;
}
.content-section a.button:hover {
	background:#fff;
	color:#00a5d9;
}
.content-section blockquote {
	font-size: 20px;
	line-height: 30px;
	color: #666;
	font-style: italic;
	font-weight: 300;
	border-left: 2px solid #00a5d9;
	padding: 0 0 0 25px;
	margin: 20px 0;
}

    .content-section ul {
        margin: 10px 0 0;
        padding: 0;
    }

        .content-section ul li {
			list-style-type: none;
            font-size: 17px;
			line-height: 30px;
			color: #666666;
            padding: 0 0 0 20px;
            background: url(../images/icon-li-regular.png) no-repeat left top 11px;
        }

         .content-section ul li em {
            font-style: italic;
         }
		
	.content-section  .bxslider {
		margin:0;
	}
	.content-section  .bx-viewport .bxslider li {
		background: none;
		padding: 0;
	}	

      .cta-section {
        padding: 30px 0;
        background: #009bc8;
    }

    .cta-section h2, .cta-section p {
        color: #fff;
    }

    .cta-section .btn {
        font-size: 22px;
        font-weight: 600;
        display: inline-block;
        margin: 10px 0px 10px 0px;
        padding: 10px 30px 10px 30px;
        color: #1da3d0;
        border: 2px solid #fff;
        border-radius: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: #fff;
    }

    .cta-section .btn:hover {
        background: #009bc8;
        color: #fff;
        text-decoration: none;

    }

/* Gallery Slider */

.gallery-slider {
    padding: 0 !important;
    overflow: hidden;
    background: black;
}
.gallery-slider .bx-wrapper {
    margin: 0 auto 0;
}
.gallery-slider .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: solid #fff 0px;
    background: #000;
    left: 0px;
    overflow: visible !important;
}
.gallery-slider .bx-wrapper .bx-controls-direction a.bx-next {
    background: url('/images/slide-right.png') 0px 0px;
    right: 10px;
}
.gallery-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    background: url('/images/slide-left.png') 0px 0px;
    left: 10px;
}
.content-section .gallery-slider ul.slides {
    margin:0px;
}
   .content-section .gallery-slider ul.slides li {
        background:none;
        padding:0px;
    }
.gallery-slider ul.slides li .img-wrapper img {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width:100%;
}
.gallery-slider ul.slides li.current-slide .img-wrapper img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.gallery-slider .bx-wrapper .bx-pager.bx-default-pager a,
.gallery-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    display: block;
    width: 16px;
    height: 16px;
    background: url('/images/sprites/images-s1071b59a2a.png') 0 -3593px;
    margin: 0 8px;
}
.gallery-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: url('/images/sprites/images-s1071b59a2a.png') 0 -3739px;
}
.gallery-slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.gallery-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    outline: 0;
    width: 34px;
    height: 68px;
    text-indent: -9999px;
    z-index: 9999;
}    

		
/*************** END ************************/
.photo-section {
    background: #fff;
    padding: 70px 0px;
}
    .photo-section.bg-gray,
    .case-brief-section.bg-gray {
        background: #f5f7f6;
    }


    .photo-section .img-container {
        width: 100%;
        overflow: hidden;
        margin: 4px 0 0;
    }

        .photo-section .img-container img {
            height: auto;
            max-width:100%;
            margin:0 auto;
        }

.blog-item-content-section {
    background: #fff;
    padding: 40px 0 0px;
}

        .blog-item-content-section p img {
            margin: 20px  -110px;
        }

        .blog-item-content-section p img.default-image,
        .blog-item-content-section p.default-image img {
            margin: 20px 0;
        }

    .blog-item-content-section .lead p {
        color: #333333;
        font-weight: 600;
        margin: 0;
    }

    .blog-item-content-section h2 {
        font-size: 25px;
        line-height: 31px;
        color: #333333;
        margin: 60px 0 0 0;
        font-family: open sans, arial, sans-serif;
    }
    .blog-item-content-section h3 {
        font-family: open sans, arial, sans-serif;
		margin-top: 30px;
	}
    .blog-item-content-section blockquote {
        font-size: 19px;
        line-height: 28px;
        color: #666666;
        font-style: italic;
        font-weight: 300;
        border-left: 2px solid #00a5d9;
        padding: 0 0 0 15px;
    }

    .blog-item-content-section ul {
        margin: 10px 0 0;
        padding: 0;
    }


    .blog-item-content-section .btn-back-container {
        margin: 30px 0 40px 0;
    }

        .blog-item-content-section .btn-back-container a {
            color: #00a5d9;
            font-size: 17px;
            line-height: 26px;
        }

.case-brief-section {
    padding: 60px 0 35px;
}


    .case-brief-section .case-elements-container {
        margin: 50px 0 0;
    }

        .case-brief-section .case-elements-container .case-element .round {
            width: 132px;
            height: 132px;
            vertical-align: middle;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background: #f0f0f0;
            display: table-cell;
        }

            .case-brief-section .case-elements-container .case-element .round .icon {
                margin: 0 auto;
                position: relative;
            }

                .case-brief-section .case-elements-container .case-element .round .icon img {
                    vertical-align: middle;
                }


        .case-brief-section .case-elements-container .case-element ul {
            margin: 0;
            padding: 0;
			background: none;
        }

        .case-brief-section .case-elements-container .case-element li {
            font-size: 17px;
            line-height: 29px;
            color: #666666;
            margin: 0;
			background:none;
            font-weight: 400;
			padding:0;
        }

        .case-icon-visual {
            width: 100%;
            border-bottom: 1px solid #2ea0d6;
            position: relative;
            margin: 80px 0px 0px 0px;
        }

        .case-icon-visual img {
            margin: 0 auto;
            margin-bottom: -42px;
        }

.solutions-slider {   
    z-index: 1;
    position: relative;
}
        .solutions-text {
            padding:70px 0px 0 0;
            background:#f1f0f0;
        }


        .solutions-section .text-content a {
            font-size: 22px;
            line-height: 32px;
            color: #019ccd;
            font-weight: 600;
            border: 1px solid #019ccd;
            padding: 4px 18px 6px;
			margin-bottom:80px;
			display: inline-block;
		    -webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			transition: all 0.2s linear;
		}
		

            .solutions-section .text-content a:hover {
				background: #00a4d9;
				color: #fff;
				text-decoration: none;				
            }

    .solutions-section .container {
        position: relative;
        z-index: 2;
    }

    .solutions-section .solutions-slider .bx-wrapper {
        margin: 0 auto 0;
    }

        .solutions-section .solutions-slider .bx-wrapper img {
            width: 100%;
        }

        .solutions-section .solutions-slider .bx-wrapper .bx-viewport {
            border: none;
            box-shadow: none;
        }

        .solutions-section .solutions-slider .bx-wrapper .bx-pager.bx-default-pager a {
            display: block;
            width: 16px;
            height: 16px;
            background: url('../images/sprites/images-s1071b59a2a.png') 0 -3593px;
            margin: 0 8px;
        }

            .solutions-section .solutions-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: url('../images/sprites/images-s1071b59a2a.png') 0 -3739px;
            }

    .solutions-section .solutions-slider .bx-controls {
        position: absolute;
        bottom: 60px;
        width: 100%;
        z-index: 100;
    }

.achievements-section {
    padding: 70px 0 325px;
    background: #f0f0f0;
}

    .achievements-section .container {
        position: relative;
        z-index: 2;
    }

    .achievements-section ul {
        margin: 0;
        padding: 0;
    }

        .achievements-section ul li {
            font-size: 22px;
            line-height: 32px;
            color: #666666;
            margin: 0;
            padding: 0 0 0 20px;
            background: url(../images/icon-li-regular.png) no-repeat left center;
        }

    .achievements-section .value-cols-container {
        margin: 40px 0 0;
    }

        .achievements-section .value-cols-container .value-col {
            display: inline-block;
            margin: 0 0 40px 0;
        }

            .achievements-section .value-cols-container .value-col .value {
                font-size: 60px;
                line-height: 60px;
                font-family: 'novecento_bookbold', sans-serif;
                color: #333333;
                margin: 0;
                text-align: left;
            }

            .achievements-section .value-cols-container .value-col .desc {
                font-size: 20px;
                line-height: 26px;
                text-align: left;
                font-family: open sans, arial, sans-serif;
				padding-right:70px;
                /*-webkit-transition: all linear;
                -webkit-transition-delay: 0.5s;
                -moz-transition: all linear 0.5s;
                -o-transition: all linear 0.5s;
                transition: all linear 0.5s;*/
            }

                .achievements-section .value-cols-container .value-col .desc.positive {
                    color: #43b951;
                }

                .achievements-section .value-cols-container .value-col .desc.negative {
                    color: #f50000;
				}

    .achievements-section .graph {
        position: absolute;
        width: 100%;
        height: 420px;
        background: url(../images/bg-graph-net2.png) no-repeat center bottom;
        background-size: cover;
        left: 0;
        bottom: 0;
        z-index: 1;
    }

        .achievements-section .graph canvas {
            width: 100%;
            height: 100%;
            left: 0;
            bottom: 0;
        }

        .achievements-section .graph .line {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: url(../images/stat-line.svg) no-repeat top;
            background-size: 100% auto;
        }

        .achievements-section .graph .line-container {
            position: relative;
            width: 100%;
            height: 100%;
        }

.blog-section {
    background: #f0f0f0;
    padding: 52px 0 0;
}

.how-we-do-section {
	background: url('../images/bg_how-we-do.jpg') no-repeat top center #00a76d;
    padding: 92px 0 0;
    min-height: 1160px;
}

    .how-we-do-section h3 {
        font-size: 50px;
        line-height: 50px;
        color: #ffffff;
        margin: 0;
        font-family: 'novecento_bookbold', sans-serif;
    }

    .how-we-do-section .brief {
        margin: 5px 0 0;
    }

        .how-we-do-section .brief p {
            font-size: 22px;
            line-height: 28px;
            color: #fefefe;
            margin: 0;
        }

    .how-we-do-section .four-elements-container {
        margin: 40px 0 0;
        position: relative;
        color: #fff;
        min-height: 535px;
    }
		
        .how-we-do-section .four-elements-container .arc {
            position: absolute;
            top: 50%;
            left: 50%;
        }

            .how-we-do-section .four-elements-container .arc.optimaliseren {
                width: 154px;
                height: 152px;
                background: url('../images/home-animation.png') 0px 0px;
                margin: -150px 0 0 -235px;
            }

            .how-we-do-section .four-elements-container .arc.organiseren {
                width: 154px;
                height: 152px;
                background: url('../images/home-animation.png') -345px 0px;
                margin: -149px 0 0 92px;
            }

            .how-we-do-section .four-elements-container .arc.implementeren {
                width: 146px;
                height: 146px;
                background: url('../images/home-animation.png') 0px -342px;
                margin: 167px 0 0 -230px;
            }

            .how-we-do-section .four-elements-container .arc.realiseren {
                width: 146px;
                height: 146px;
                background: url('../images/home-animation.png') -345px -345px;
                margin: 167px 0 0 88px;
            }

        .how-we-do-section .four-elements-container .center-box {
            text-align: center;
            width: 160px;
            position: absolute;
            top: 290px;
            left: 50%;
            margin: 0 0 0 -130px;
            z-index: 5;
        }

            .how-we-do-section .four-elements-container .center-box h2 {
                color: #fff;
                font-family: 'novecento_bookbold', sans-serif;
                font-size: 30px;
                line-height: 30px;
                margin: 0;
            }

            .how-we-do-section .four-elements-container .center-box a {
                color: #fff;
                text-decoration: underline;
                font-family: 'Open Sans', 'Arial', sans-serif;
                font-weight: 300;
                font-size: 18px;
                line-height: 30px;
            }

            .how-we-do-section .four-elements-container .center-box.initial {
                width: 160px;
                height: 110px;
                overflow: hidden;
                top: 300px;
                margin: 20px 0 0 -80px;
            }

                .how-we-do-section .four-elements-container .center-box.initial h2 {
                    font-size: 26px;
                    line-height: 26px;
                }

        .how-we-do-section .four-elements-container .element {
            display: block;
            position: absolute;
            width: 370px;
			top: 50%;
            left: 50%;
        }

            .how-we-do-section .four-elements-container .element h4 {
                font-size: 26px;
                line-height: 30px;
                color: #fff;
                font-family: 'novecento_bookbold', sans-serif;
                margin: 13px 0 0 26px;
                float: left;
				}

            .how-we-do-section .four-elements-container .element .icon {
                float: left;
            }

            .how-we-do-section .four-elements-container .element .text-container {
                margin: 12px 0 0;
                display: block;
            }

                .how-we-do-section .four-elements-container .element .text-container p {
                    font-size: 18px;
                    line-height: 24px;
                    color: #ffffff;
                    margin: 0;
                    font-family: 'Open Sans', 'Arial', sans-serif;
                    font-weight: 300;
                    max-width: 345px;
                }

                    .how-we-do-section .four-elements-container .element .text-container p a {
                        color: #fff;
						text-decoration:underline;
                    }

                .how-we-do-section .four-elements-container .element .text-container ul {
                    margin: 23px 0 0;
                    padding:0px;
                    list-style:none;
                }

                    .how-we-do-section .four-elements-container .element .text-container ul li {
                        font-size: 18px;
                        line-height: 32px;
                        padding: 0;
                        margin: 0 0 0 15px;
                        position: relative;
                        color: #fff;
                    }

					    .how-we-do-section .four-elements-container .element .text-container ul li {
							background:none;
						}						
                        .how-we-do-section .four-elements-container .element .text-container ul li a {
                            font-size: 18px;
                            line-height: 18px;
                            color: #fff;
                            text-decoration: underline;
                        }

                        .how-we-do-section .four-elements-container .element .text-container ul li:after {
                            position: absolute;
                            display: block;
                            width: 6px;
                            height: 18px;
                            content: '';
                            background: url('../images/sprites/images-s1071b59a2a.png') 0 -3791px;
                            left: -15px;
                            top: 8px;
                        }


            .how-we-do-section .four-elements-container .element,
            .how-we-do-section .four-elements-container .arc,
            .how-we-do-section .circle-container, 
            .how-we-do-section .center-box
             {
                display:none;
            }

            /* top left */
            .how-we-do-section .four-elements-container .element.element_1 {
                margin: -267px 0 0 -571px;
            }

            /* top right */
            .how-we-do-section .four-elements-container .element.element_2 {
                margin: -267px 0 0 212px;
            }

            /* bottom right */
            .how-we-do-section .four-elements-container .element.element_3 {
                margin: 155px 0 0 212px;
            }

            /* bottom left */
            .how-we-do-section .four-elements-container .element.element_4 {
                margin: 155px 0 0 -570px;
            }

                .how-we-do-section .four-elements-container .element.element_1 .icon {
                    width: 30px;
                    height: 47px;
                    background: url(../images/icon-four-elements-strategie.png) no-repeat center center;
                }

                    .how-we-do-section .four-elements-container .element.element_1 .icon:before {
                        display: block;
                        background: url(../images/icon-four-elements-strategie.png);
                    }

                .how-we-do-section .four-elements-container .element.element_1.initial {
                    width: 170px;
                    height: 170px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                    border: 1px solid #fff;
                    margin: -260px 0 0 -80px;
                    text-align: center;
                }

                    .how-we-do-section .four-elements-container .element.element_1.initial .icon {
                        width: 59px;
                        height: 88px;
                        margin: 19px 0 10px 50px;
                        background: url(../images/icon-four-elements-large-strategie.png) no-repeat center center;
                    }

                .how-we-do-section .four-elements-container .element.element_2 .icon {
                    width: 43px;
                    height: 43px;
                    background: url(../images/icon-four-elements-design.png) no-repeat center center;
                    margin: 5px 0 0;
                }

                    .how-we-do-section .four-elements-container .element.element_2 .icon:before {
                        background: url(../images/icon-four-elements-design.png);
                        display: block;
                    }

                .how-we-do-section .four-elements-container .element.element_2.initial {
                    width: 170px;
                    height: 170px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                    border: 1px solid #fff;
                    margin: 0 0 0 205px;
                    text-align: center;
                }

                    .how-we-do-section .four-elements-container .element.element_2.initial .icon {
                        width: 86px;
                        height: 85px;
                        margin: 25px 0 0 40px;
                        background: url(../images/icon-four-elements-large-design.png) no-repeat center center;
                    }

                .how-we-do-section .four-elements-container .element.element_3 .icon {
                    width: 55px;
                    height: 33px;
                    background: url(../images/icon-four-elements-technologie.png) no-repeat center center;
                    margin: 10px 0 0;
                }

                    .how-we-do-section .four-elements-container .element.element_3 .icon:before {
                        background: url(../images/icon-four-elements-technologie.png);
                        display: block;
                    }

                .how-we-do-section .four-elements-container .element.element_3.initial {
                    width: 170px;
                    height: 170px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                    border: 1px solid #fff;
                    margin: 260px 0 0 -84px;
                    text-align: center;
                }

                    .how-we-do-section .four-elements-container .element.element_3.initial .icon {
                        width: 109px;
                        height: 72px;
                        margin: 30px 0 0 28px;
                        background: url(../images/icon-four-elements-large-technologie.png) no-repeat center center;
                    }

                .how-we-do-section .four-elements-container .element.element_4 .icon {
                    width: 46px;
                    height: 36px;
                    background: url(../images/icon-four-elements-onlinesuccess.png) no-repeat center center;
                    margin: 10px 0 0;
                }

                    .how-we-do-section .four-elements-container .element.element_4 .icon:before {
                        background: url(../images/icon-four-elements-onlinesuccess.png);
                        display: block;
                    }

                .how-we-do-section .four-elements-container .element.element_4.initial {
                    width: 170px;
                    height: 170px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                    border: 1px solid #fff;
                    margin: 0 0 0 -360px;
                    text-align: center;
                }

                    .how-we-do-section .four-elements-container .element.element_4.initial .icon {
                        width: 98px;
                        height: 57px;
                        margin: 30px 0 0 35px;
                        background: url(../images/icon-four-elements-large-success.png) no-repeat center center;
                    }

            .how-we-do-section .four-elements-container .element.initial .text-container {
                display: none;
            }

            .how-we-do-section .four-elements-container .element.initial h4 {
                font-size: 16px;
                line-height: 22px;
                float: none;
                margin: 0;
                clear: left;
            }

            .how-we-do-section .four-elements-container .element.no-border {
                border-color: transparent !important;
            }

            .how-we-do-section .four-elements-container .element.hid {
                opacity: 0 !important;
            }

        .how-we-do-section .four-elements-container .circle-container {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 370px;
            height: 370px;
        }

            .how-we-do-section .four-elements-container .circle-container .arrows {
                position: absolute;
                width: 100%;
                height: 100%;
                background: url(../images/arrows-rotate.png) no-repeat center center;
                background-size: cover;
            }

            .how-we-do-section .four-elements-container .circle-container h4 {
                font-size: 18px;
                line-height: 18px;
                font-family: 'novecento_bookbold', sans-serif;
                color: #fff;
                font-weight: normal;
                margin: 0;
                position: absolute;
            }

                .how-we-do-section .four-elements-container .circle-container h4.first {
                    top: 52px;
                    left: 288px;
                }

                .how-we-do-section .four-elements-container .circle-container h4.second {
                    top: 302px;
                    left: 288px;
                }

                .how-we-do-section .four-elements-container .circle-container h4.third {
                    top: 300px;
                    left: 29px;
                }

                .how-we-do-section .four-elements-container .circle-container h4.fourth {
                    top: 51px;
                    left: 45px;
                }

            .how-we-do-section .four-elements-container .circle-container.initial {
                width: 265px;
                height: 265px;
                margin: -40px 0 0 -130px;
            }

                .how-we-do-section .four-elements-container .circle-container.initial h4 {
                    font-size: 15px;
                    line-height: 18px;
                }

                    .how-we-do-section .four-elements-container .circle-container.initial h4.first {
                        top: 32px;
                        left: 202px;
                    }

                    .how-we-do-section .four-elements-container .circle-container.initial h4.second {
                        top: 214px;
                        left: 205px;
                    }

                    .how-we-do-section .four-elements-container .circle-container.initial h4.third {
                        top: 211px;
                        left: 17px;
                    }

                    .how-we-do-section .four-elements-container .circle-container.initial h4.fourth {
                        top: 31px;
                        left: 27px;
                    }

.home-contact-mobile {
	display:none;
}
.blog-excerpt-section {
    padding: 93px 0 50px;
    background: #f0f0f0;
}

    .blog-excerpt-section h2 {
        font-size: 60px;
        line-height: 60px;
        color: #333333;
        font-family: 'novecento_bookbold', sans-serif;
        margin: 0;
    }

    .blog-excerpt-section .blog-listing-container {
        margin: 45px 0 0;
    }

/* footer styles */
.footer-sm-container {
    padding: 30px 0px;
}

    .footer-sm-container span {
        margin: 0 3px 0 0;
        cursor: pointer;
    }

    .footer-sm-container .sm-label {
        font-size: 16px;
        line-height: 16px;
        color: #666666;
        margin: 0px 14px 0 0;
        top: -2px;
        position: relative;
    }

    .footer-sm-container .st_facebook_custom {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -3532px;
        padding: 0 16px 0 0;
    }

    .footer-sm-container .st_twitter_custom {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -3506px;
        padding: 0 16px 0 0;
    }

    .footer-sm-container .st_email_custom {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -3639px;
        padding: 0 16px 0 0;
    }

    .footer-sm-container .st_pinterest_custom {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -3430px;
        padding: 0 16px 0 0;
    }

    .footer-sm-container .st_sharethis_custom {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -3765px;
        padding: 0 16px 0 0;
    }

.footer-top-bar {
    background: #f3f3f3;
}

    .footer-top-bar.dark {
        background: #f5f7f6;
    }

.footer-main-bar {
    padding: 60px 0 0px;
    background: #fff;
	border-top: 1px solid #e1e1e1;
}

    .footer-main-bar p {
        margin: 0 0 16px 0;
        font-size: 17px;
        line-height: 28px;
        color: #666;
    }

    .footer-main-bar .person-container{
        float: none;
        display: inline-block;
        vertical-align: bottom;
    }

    .footer-main-bar .info {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .footer-main-bar .info .btn {
        margin-bottom: 20px;
    }


.person-container img {
    width: 100%;
    margin-top: 0px;
}

.footer-pagination-bar {
    background: #00a5d9;
    padding: 40px 0px;
    color:#fff;
    text-align:center;
}

    .footer-pagination-bar a.cta-btn {
        margin:0;
        display:inline-block;
        margin-right:-5px;
        line-height:36px;
		padding: 13px 32px;
        border:1px solid;
		font-size:20px;
	   font-family: 'novecento_bookbold', sans-serif;
    }
	.footer-pagination-bar a.cta-btn img {
		margin:10px 11px 0 0;
		float:left;
	}
    .footer-pagination-bar a.cta-btn:hover {
        border:1px solid #fff;
    }

        .footer-pagination-bar a.cta-btn span {
            margin-right: 10px;
        }

        .footer-pagination-bar a.cta-btn.next span {
            margin-right:0px;
            margin-left:10px;
        }


.footer-bottom-bar {
    background: #181818;
    padding: 40px 0px;
    color:#fff;
    text-align:center;
}

    .footer-bottom-bar .sm-gray {
        text-align:center;
        margin-top:20px;
    }

.follow-us {
    display:inline-block;
}

    .footer-bottom-bar small {
        font-size: 14px;
        line-height: 19px;
        color: #ffffff;
    }
	footer .meta {
		margin: 0 0 20px 0;
	}
	footer .meta h2 {
        font-size: 14px;
        line-height: 19px;
        color: #ffffff;
        font-weight: 300;
        margin: 0;
        font-family: 'Open Sans', 'Arial', sans-serif;
    }

    footer .meta h3 {
        font-size: 26px;
        color: #333;
        font-weight: 400;
        margin: 0;
        font-family: 'Open Sans', 'Arial', sans-serif;
        display: inline-block;
    }

    footer .meta h4 {
        display: block;
        color: #333333;
        font-weight: 300;
        font-size: 26px;
        clear:both;
    }

    footer .info h2 {
        font-family: 'novecento_bookbold', sans-serif;
        font-weight: 600;
        margin: 50px 0 10px 0;
        padding: 0;
        color: #009bc8;
        font-size: 40px;
        line-height: 46px;
		}


    footer .info .phone-container {
        float: left;
        margin: 0 0 0 53px;
        font-size: 20px;
        line-height: 20px;
        color: #ffffff;
        vertical-align: top;
        padding: 11px 0 0;
    }

        footer .info .phone-container .icon {
            display: block;
            float: left;
            width: 36px;
            height: 36px;
            background: url('../images/sprites/images-s1071b59a2a.png') 0 -2615px;
            position: relative;
            top: -6px;
            left: -11px;
        }


	.modal textarea.form-control {
		font-size: 17px;
		line-height: 26px;
		color: #999;
		font-weight: 400;
		font-family: 'Open Sans', 'Arial', sans-serif;
		background: #fff;
		width: 100%;
		border: 1px solid #d6d6d6;
		padding: 12px 10px;
		height: 100%;
		resize: none;
		outline: none;
		height: 140px;
	}

  
.overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 110;
    display: none;
}

.contact-modal .modal-content {
    border-radius: 0px;
}

.contact-modal .modal-header {
    padding: 50px 50px 0px 50px;
    border-bottom: 0px solid #e5e5e5;
}
.contact-modal .modal-body {
    padding: 50px 50px 0px 50px;
}
.contact-modal .modal-content {
    border:0px;
}

.contact-modal h2 {
    font-size: 45px;
    line-height: 40px;
    color: #009bc8;
    font-family: 'novecento_bookbold', sans-serif;
    margin: 0px;
}


.contact-modal .modal-employee {
    width:100%;
}

.how-we-do-section-mobile {
    display: none;
}

    .how-we-do-section-mobile .bx-wrapper .bx-viewport {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }

    .how-we-do-section-mobile .bx-wrapper .bx-pager.bx-default-pager a {
        background: url('../images/sprites/images-s1071b59a2a.png') 0 -3619px;
    }

        .how-we-do-section-mobile .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: url('../images/sprites/images-s1071b59a2a.png') 0 -3719px;
        }

    .how-we-do-section-mobile .slide .heading .icon {
        display: block;
        float: left;
        position: relative;
        margin: 0 10px 0 0;
    }

        .how-we-do-section-mobile .slide .heading .icon.strategie {
            background: url(../images/icon-four-elements-strategie-mobile.png) no-repeat center center;
            width: 21px;
            height: 33px;
        }

        .how-we-do-section-mobile .slide .heading .icon.technologie {
            background: url(../images/icon-four-elements-technologie-mobile.png) no-repeat center center;
            width: 39px;
            height: 23px;
            top: -3px;
        }

        .how-we-do-section-mobile .slide .heading .icon.design {
            background: url(../images/icon-four-elements-design-mobile.png) no-repeat center center;
            width: 30px;
            height: 30px;
            top: -5px;
        }

        .how-we-do-section-mobile .slide .heading .icon.success {
            background: url(../images/icon-four-elements-onlinesuccess-mobile.png) no-repeat center center;
            width: 32px;
            height: 18px;
            top: -3px;
        }

    .how-we-do-section-mobile .slide h3 {
        color: #333333;
        font-size: 16px;
        line-height: 18px;
        margin-top: 9px;
    }

    .how-we-do-section-mobile .slide p {
        color: #333;
        font-size: 16px;
        line-height: 22px;
        font-family: 'Open Sans', 'Arial', sans-serif;
    }

    .how-we-do-section-mobile .slide ul li {
        font-size: 16px;
        line-height: 32px;
        color: #00a6db;
        padding: 0 0 0 14px;
        background: url(../images/icon-mobile-main-li.png) no-repeat left center;
    }

        .how-we-do-section-mobile .slide ul li a {
            font-size: 16px;
            line-height: 16px;
            color: #00a6db;
            text-decoration: underline;
        }
/* validation */

label.error {
    position:relative;
}
	.featured-header.vacature-header {
		height: 400px;
		min-height: 400px;
	}
    .featured-header.vacature-header .background-container {
        height: 565px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .featured-header.vacature-header .text-container {
        padding: 235px 0 0;
    }

        .featured-header.vacature-header .text-container a {
            color: #fff;
            font-size: 20px;
            line-height: 20px;
            padding: 6px 23px 7px;
            text-decoration: none;
            font-weight: 600;
            border: 3px solid #fff;
            margin: 0 33px 0 0;
			transition: background .20s ease-in-out;
			-moz-transition: background .20s ease-in-out;
			-webkit-transition: background .20s ease-in-out;
        }

            .featured-header.vacature-header .text-container a:hover {
                color: #00a76d;
                border-color: #fff;
                background-color: #fff;
            }

    .featured-header.vacature-header h1 {
        margin: 0;
        color: #fff;
        font-size: 30px;
        line-height: 30px;
        font-family: 'novecento_bookbold', sans-serif;
    }

    .featured-header.vacature-header h2 {
        margin: 0 0 33px;
        color: #ffffff;
        font-size: 90px;
        line-height: 90px;
        font-family: 'novecento_bookbold', sans-serif;
    }

    .panel-body.vacature a {
        color:#fff;
        text-decoration:underline;
    }

    .panel-body.vacature ul {
        list-style:disc;
        margin:0 0 30px 0;
        padding:0 0 0 15px;
    }

    .panel-body.vacature ul li {
        list-style:disc;
        background:none;
        padding:0;
        font-size: 14px;
        line-height: 25px;
        color: #fff;
    }

img.vac-img {
	position: absolute;
	top:0;
	z-index: 1;
	height: auto;
}
.jobs-bg {
    position:absolute;
    width: 100%; 
    height: 100%;
    z-index:-1;
    background:url(/images/bg-vacatures.jpg) top center no-repeat #33afd5;
    top: 0;
    /* background-size: cover; */
}
.jobs-bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
.jobs {
	padding: 0 0 100px 0;
}
.panel-group .panel-heading {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom:1px solid #86c9df;
	padding: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding-bottom:60px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	color: #fff;
	border: none;
	background-color: #0c93be;
}
.panel-group .panel + .panel {
	margin-top:0;
}
.panel-body {
	padding: 30px 35px 30px 35px;
}
.panel-body p {
	margin: 0 0 30px 0;
	font-size:14px;
	line-height: 25px;
    color:#fff;
}
    .panel-body p strong {
        font-weight:800;
        color:#fff;
    }
h4.panel-title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    padding: 12px 25px;
    margin: 0 0 0 0!important;
}
.panel-title {
	font-size:22px;
	line-height: 52px;
	font-weight: 400;
	color:#fff;
	padding-left:35px;
}
    h4.panel-title a:hover {
        text-decoration:none;
    }
    h4.panel-title a span.more-info {
        float:right;
        font-size:16px;
    }
.panel-default {
	border:none;
}
.panel-body h3 {
	margin-left: 35px;
}
.panel-default > .panel-heading {
	background-color: #0c93be;
	border-color: #86c9df;
}
.panel-default {
	padding: 0;
}
.panel-group .panel {
	border-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.jobs .panel {
	background: transparent;
}
.collapse.in {
	border-bottom:1px solid #86c9df;
}

.actueel-header-titel {
    position:relative;
    display:block;
}

.header-title-overlay {
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:repeat;
    background-position:top left;
}


/* Academy */
section.academy {
    padding: 70px 0px;
}
.grey-icon-block a{
    background: #f5f7f6;
    transition: background-color 0.5s ease;
    text-align: center;
    display:block;
    padding:35px 20px 10px 20px;
    float:left;
    margin-top:30px;
}

    .grey-icon-block a:hover {
        background: #00a5d9;
        color:#fff;
        text-decoration:none;
        display:block;
     }
        .grey-icon-block a:hover h2, 
        .grey-icon-block a:hover p{
            color: #fff;
        }
    .grey-icon-block h2 {
        font-size:24px;
        text-align:center;
        margin-bottom:0;
    }
    .grey-icon-block p {
        line-height:26px;
    }
.grey-icon-block img {
    margin: 0 auto;
}
.grey-icon-block .icon {
    width: 150px;
    height: 142px;
    background-position:0 0;
    margin: auto;
}
.grey-icon-block a:hover .icon {
    background-position: -150px -144px;
}
.grey-icon-block .extra-info {
    color: #179f2a;
    font-size: 12px;
    text-align: center;
    margin: 0 0 0 0;
    padding-top: 5px;
    clear: both;
    min-height: 31px;
}
.grey-icon-block .goto {
    border: 1px solid #e0e2e1;
    float:left;
    width: 100%;
}
    .goto .firstdate {
        width:60%;
        float: left;
        padding:10px;
        border-right: 1px solid #e0e2e1;
        color:#666;
        text-align:left;
    }
        .goto .firstdate p {
            font-size: 14px;
            margin:0;
            line-height:18px;
        }
.goto strong {
    text-transform: uppercase;
}

.goto .details {
    width:40%;
    float: left;
    padding:20px 10px 10px 10px;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;  
}
.grey-icon-block .title {
    min-height: 80px;
}
    .grey-icon-block .title p {
        margin: 0;
    }
@media (max-width: 768px) {
    .goto .firstdate {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #e0e2e1;
        text-align:center;
    }
    .goto .details {
        width:100%;
        text-align:center;
        padding:20px 0;
    }
}
@media (min-width: 1200px) {
    footer .info h2 {
        font-size: 90px;
        line-height: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .subscribe-section h2 {
        font-size: 18px;
        float: none;
    }

    .subscribe-section .subscribe-form {
        float: none;
        margin: 0 auto;
    }

        .subscribe-section .subscribe-form .input-container {
            width: 490px;
        }

    .facts-section .facts-container {
        margin: 20px 0 0;
    }

        .facts-section .facts-container .element {
            width: auto !important;
            float: none;
            margin: 0 0 15px 0;
        }

            .facts-section .facts-container .element h3 {
                max-width: none !important;
                margin: 25px 0 0;
            }

    .blog-listing-container .blog-item {
        width: 230px;
    }

    .blog-listing-container .calendar-container {
        width: 230px;
    }

        .blog-listing-container .calendar-container .img-container {
            display: none;
        }

        .blog-listing-container .calendar-container .calendar-bottom {
            padding: 30px 20px 24px;
            font-size: 16px;
            line-height: 24px;
        }

        .blog-listing-container .calendar-container .calendar-top .day {
            font-size: 72px;
            line-height: 70px;
        }

        .blog-listing-container .calendar-container .calendar-top .month {
            font-size: 28px;
            line-height: 32px;
        }

    .blog-listing-container .blog-item.filler-center .link-container a {
        font-size: 12px;
    }
        .achievements-section .value-cols-container .value-col .value {
            font-size: 40px;
        }

        .achievements-section .value-cols-container .value-col .desc {
            font-size: 16px;
        }

    footer .person-container {
        margin: 0;
    }

    footer .info h2 {
        font-size: 40px;
        line-height: 46px;
    }

    .featured-header.home-header h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .how-we-do-section {
        background: #fff;
        min-height: 0;
    }

        .how-we-do-section .four-elements-container {
            display: none;
        }

        .how-we-do-section h3 {
            color: #333333;
            font-size: 30px;
            line-height: 30px;
        }

        .how-we-do-section .brief {
            color: #666666;
        }

            .how-we-do-section .brief p {
                color: #666666;
                font-size: 16px;
                line-height: 23px;
            }

                .how-we-do-section .brief p a {
                    text-decoration: underline;
                }


    .subscribe-section .subscribe-form {
        float: none;
        margin: 0 auto;
        padding: 0 15px;
    }

        .subscribe-section .subscribe-form input[type='submit'] {
            width: 155px;
            float: none;
        }

    .contact-section {
        background:none;
    }

    section.featured-header.just-ask-friday h1 {
        font-size: 55px;
        line-height: 55px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .subscribe-section h2 {
        font-size: 18px;
    }

    .subscribe-section .subscribe-form .input-container {
        width: 340px;
    }

    .blog-listing-container .blog-item {
        width: 300px;
    }

    .blog-listing-container .calendar-container {
        width: 300px;
    }

        .blog-listing-container .calendar-container .calendar-bottom {
            padding: 30px 30px 24px;
            font-size: 16px;
            line-height: 24px;
        }

    .blog-listing-container .blog-item.filler-center .link-container a {
        font-size: 15px;
    }

    .how-we-do-section .four-elements-container .element.strategie {
        margin: -257px 0 0 -471px;
    }

    .how-we-do-section .four-elements-container .element.sucess {
        margin: 155px 0 0 -470px;
    }

    .how-we-do-section .four-elements-container .element.design {
        margin: -267px 0 0 170px;
    }

    .how-we-do-section .four-elements-container .element.technologie {
        margin: 155px 0 0 170px;
    }

    .how-we-do-section .four-elements-container .element .text-container p {
        font-size: 16px;
        line-height: 22px;
    }

    .featured-header.home-header h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .featured-header.contact-header h2 {
        font-size:24px;
    }
    section.featured-header.just-ask-friday h1 {
        font-size: 55px;
        line-height: 55px;
    }

}

/* effects animations */
/* blog animation */
.blog-listing-container.full-mosaic .blog-item {
    opacity: 0;
}

    .blog-listing-container.full-mosaic .blog-item.animate {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-animation: scaleUp 0.65s ease-in-out forwards;
        -moz-animation: scaleUp 0.65s ease-in-out forwards;
        animation: scaleUp 0.65s ease-in-out forwards;
    }

    .blog-listing-container.full-mosaic .blog-item.shown {
        opacity: 1;
    }

.no-cssanimations .blog-item {
    opacity: 1 !important;
}

@-webkit-keyframes scaleUp {
    to {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes scaleUp {
    to {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleUp {
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* round icons animation */
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@media (max-height: 792px) {
	.featured-header.home-header .text-container {
		padding: 200px 0 0 0;
	}
    .featured-header.home-header h2 {
        font-size: 24px;
        line-height: 30px;    
    }
	.featured-header {
		height:440px;
		min-height: 440px;
	}
	.featured-header.contact-header {
		padding:0;
		min-height:440px;
	}
	.featured-header.contact-header .container {
		height:auto;
	}

	.featured-header.landing-header .text-container {
		margin: 160px 0 0 0;
	}

	section.featured-header h1 {
		font-size: 56px;
		line-height:58px;
	}
	section.featured-header h2 {
		font-size:34px;
		line-height: 38px;
	}
	.featured-header.contact-header .text-container {
		margin: 140px 0 0 0;
	}
}
@media (max-width: 960px) {
   .blog-item-content-section p img {
		margin: 20px 0;
		width:100%;
		max-width:100%;
        height: auto;
	}
   section.featured-header.just-ask-friday h1 {
        font-size: 55px;
        line-height: 55px;
    }
}
@media (max-width: 767px) {
    header {
        top: 20px;
    }
		header .main-nav a.btn-mobile .icon {
            margin-top: -5px;
        }
        header .main-logo {
            width: 64px;
            height: 46px;
            background: url('../images/sprites/images-s1071b59a2a.png') 0 -1050px;
            margin-left: 20px;
        }
		.featured-header.top-header {
			min-height: 85px;
			height: 85px;
		}
		
		header .main-nav {
            margin: 10px 20px 0 0;
        }

            header .main-nav .btn-visit {
                display: none;
            }

            header .main-nav .btn-subnav {
                display: none;
            }

            header .main-nav ul {
                position: absolute;
                top: 31px;
                right: 0;
                display: none;
                background: rgba(0, 0, 0, 0.3);
            }

                header .main-nav ul li {
                    display: block;
                }

                    header .main-nav ul li a {
                        display: block;
                    }

            header .main-nav.shown ul {
                display: block;
            }
			.content-section h2 {
				font-size:24px;
			}

			.content-section h3 {
				font-size:20px;
			}

            .featured-header.home-header .video-btn {
                display: inline-block !important;
            }
					
		
	.home-contact-mobile {
		display:block;
	}
	.support-overlay h3 span,
	section.featured-header h1 {
		font-size:32px;
		line-height:44px;
	}

	.featured-header {
		height:auto;
		min-height:0;
		padding-bottom:25px;
	}
	.featured-header.blog-header h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.featured-header.blog-header h2 {
		font-size:32px;
		line-height:38px;
	}
	.featured-header.blog-header {
		height:auto;
	}	
		
	.featured-header.contact-header .text-container,
    .featured-header.landing-header .text-container,
    .featured-header.case-header .text-container {
			margin-top:100px;
		}
		.featured-header.contact-header {
			min-height:0;
		}
		.featured-header.contact-header h2 {
			font-size:20px;
			line-height:26px;
		}
		.featured-header.blog-header .text-container {
			padding-top:90px;
		}
	
	.featured-header.home-header h2 {
		margin-bottom:40px;
	}
	
	.featured-header.overview-header {
        min-height:350px;
    }

        .featured-header.overview-header .text-container {
            padding:120px 0 0 0;
        }

            .featured-header.overview-header .text-container h3 {
                font-size:32px;
                line-height:36px;
            }
    .featured-header.small-cases h4 {
        font-size:32px;
		line-height:36px;
    }
    .footer-main-bar {
        padding: 30px 0 30px;
    }

	.footer-bottom-bar {
		padding:15px 0;
	}
	.footer-bottom-bar .sm-gray {
		margin-top:14px;
	}
	
	
        footer .info {
            min-width: 0;
            float: none;
        }
			footer .info h2 {
				margin: 10px 0 10px 0;
			}
            footer .info .btn {
                font-size: 14px;
                width: 100%;
                outline: none;
            }

            footer .info .phone-container {
                font-size: 14px;
                float: right;
                margin: 0;
            }

                footer .info .phone-container .icon {
                    display: none;
                }
	
    .subscribe-section h2 {
        font-size: 16px;
        float: none;
        padding: 0 15px;
    }

    .subscribe-section .subscribe-form {
        float: none;
        margin: 0 auto;
        padding: 0 15px;
    }

        .subscribe-section .subscribe-form .input-container {
            width: 100%;
            float: none;
            margin: 0 0 10px;
        }

        .subscribe-section .subscribe-form input[type='submit'] {
            width: 100%;
            float: none;
        }

    .map-section .map-brief p {
        font-size: 16px;
        line-height: 25px;
        float: none;
    }

        .map-section .map-brief p.light {
            margin: 10px 0 0;
        }

			
		.featured-header.support-header {
			min-height:0;
		}
	
        .facts-section {
        	padding-top:20px;
        }

    section.facts-section h2 {
        font-size: 55px;
        line-height: 55px;
		color: #fff;
    }
	.facts-section .contact-cta {
		padding: 40px 0 0;
		margin: 40px 0 0;
	}
    .facts-section .facts-container {
        margin: 20px 0 0;
    }

        .facts-section .facts-container .element {
            width: auto !important;
            float: none;
            margin: 0 0 15px 0;
        }

            .facts-section .facts-container .element h3 {
                margin: 25px 0 0;
                font-size: 16px;
                line-height: 20px;
            }

    .facts-section .contact-cta h2 {
        font-size: 20px;
        line-height: 34px;
    }

    .facts-section .contact-cta h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .team-section .text-container {
        width: 100%;
        margin-left: -15px;
        padding-left: 15px;
    }

        .team-section .text-container:before {
            display: none;
        }

    .brief-section h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .partner-section .partner-brief h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .why-section h2 {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
    }

    .team-section .text-container h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .contact-section .direct-contact .contact-row .val.mail a {
        font-size: 15px;
    }

    .featured-header .text-container .container {
        padding-left: 15px;
    }
	
	.featured-header.vacature-header h2,
	.featured-header.support-header h2,
	section.featured-header h2 {
        font-size: 26px;
        line-height: 30px;
    }
	
	.featured-header.support-header .text-container {
        padding: 120px 0 0;
    }

    .featured-header.support-header a {
        font-size: 15px !important;
        text-align: center;
        display: block;
        margin: 0 0 10px !important;
    }

        .featured-header.landing-header .text-container {
            padding: 00px 0 0;
        }

        .featured-header.landing-header a {
            font-size: 15px !important;
            text-align: center;
            display: block;
            margin: 0 0 10px !important;
        }

    .featured-header.blogitem-header {
        height: auto;
		min-height: 0;
    }

        .featured-header.blogitem-header .text-container {
            padding: 120px 0 0;
        }

    .featured-header.contact-header {
        height: 500px;
    }

        .featured-header.contact-header h1 {
            font-size: 40px;
            line-height: 46px;
        }

    .featured-header.case-header {
        min-height: 0;
    }

        .featured-header.case-header h1 {
            font-size: 18px;
            line-height: 22px;
        }

        .featured-header.case-header .text-container {
            padding: 150px 0 0;
        }
    
    .featured-header.home-header {
        min-height: 0;
        background:url(/images/mobile-header-home.png);
        height: auto !important;
    }

        .featured-header.home-header h1 {
            font-size: 22px;
            line-height: 26px;
        }

        .featured-header.home-header .text-container {
            padding: 100px 0 0;
        }

    .blog-listing-container .blog-item {
        width: 100%;
    }

    .blog-listing-container .calendar-container {
        width: 100%;
    }

        .blog-listing-container .calendar-container .img-container {
            display: none;
        }

            .blog-listing-container .calendar-container .img-container img {
                width: auto;
            }

        .blog-listing-container .calendar-container .calendar-bottom {
            padding: 30px 20px 24px;
            font-size: 16px;
            line-height: 24px;
        }

        .blog-listing-container .calendar-container .calendar-top .day {
            font-size: 54px;
            line-height: 62px;
        }

        .blog-listing-container .calendar-container .calendar-top .month {
            font-size: 22px;
            line-height: 26px;
        }
	.case-brief-section {
		padding: 10px 0 15px;
	}
	.photo-section {
		padding: 30px 0 40px 0;
	}
	.case-brief-section .case-elements-container .case-element li {
		font-size: 16px;
	}
    .solutions-section .text-content {
        padding: 0 15px;
    }

    .solutions-section .solutions-slider .bx-controls {
        bottom: auto;
        top: 45%;
    }
    .achievements-section {
        padding: 70px 0 140px;
    }

        .achievements-section p {
            margin: 0 0 10px;
        }

    .case-brief-section .case-elements-container .case-element .round {
        margin: 0 auto;
        display: block;
        padding: 35px 0 0;
    }

    .solutions-section {
        padding: 30px 0 0;
    }

        .solutions-section .text-content {
            position: relative;
        }

        .achievements-section .value-cols-container .value-col .value {
            font-size: 30px;
        }

        .achievements-section .value-cols-container .value-col .desc {
            font-size: 14px;
        }

    .achievements-section .graph {
        display: none;
    }

    .how-we-do-section {
        background: #fff;
        min-height: 0;
    }

        .how-we-do-section .four-elements-container {
            display: none;
        }

        .how-we-do-section h3 {
            color: #333333;
            font-size: 30px;
            line-height: 30px;
        }

        .how-we-do-section .brief {
            color: #666666;
        }

            .how-we-do-section .brief p {
                color: #666666;
                font-size: 16px;
                line-height: 23px;
            }

                .how-we-do-section .brief p a {
                    text-decoration: underline;
                }

 
    .sidebar .sidebar-nav {
        margin: 25px 0 0 30px;
    }

        .sidebar .sidebar-nav .mobile-nav {
            display: block;
        }

    .sidebar .sidebar-bottom {
        margin: 8px 0 0;
    }
    .featured-header.contact-header .text-container {
        background:url(/images/bg-contact-tile.png) top left repeat-y;
    }

    .contact-section {
        background:none;
    }
	.contact-modal .modal-header {
		padding:20px;
	}
	.contact-modal .modal-body {
		padding:20px;
	}
	.contact-modal h2 {
		font-size:26px;
		line-height: 30px;
	}
	.contact-modal .close-btn {
		background-position: center center;
		margin-right:20px;
	}
	.close-btn {
		width:20px;
		height:20px;
		margin-top:20px;
		background-position: center center;
		margin-right:20px;
	}
	.content-section .support-overlay h3 {
		margin-top:50px;
	}
	.content-section .support-overlay p {
		font-size: 20px;
		padding:0 20px;
	}
	.support-overlay .logo a {
		margin: 30px 0 10px 0;
		padding: 50px 0;
	}
	.support-overlay .logo img {
		width: 80%;
		height: auto;
	}
	h4.panel-title  {
		font-size:16px;
		line-height:24px;
		padding-top:10px;
	}
	h4.panel-title a span.more-info {
		display: block;
		float: none;
	}
	.featured-header.vacature-header .text-container {
		padding-top:120px;
	}
	.featured-header.vacature-header {
		height: 260px;
		min-height: 260px;
	}
	.panel-group .panel-heading + .panel-collapse .panel-body {
		padding: 12px 25px 25px 25px;
	}

    section.featured-header.just-ask-friday h1 {
        font-size: 40px;
        line-height: 40px;
    }
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .featured-header.home-header {
        min-height: 0;
        background:url(/images/mobile-header-home.png);
    }
}

@media (max-width: 991px) {
	.facts-section .facts-container .element .icon.ticket,
	.facts-section .facts-container .element .icon.heart-1,
	.facts-section .facts-container .element .icon.heart-2 {
		width: 70px;
	}
	.facts-section .facts-container .element .icon {
		margin: 7px 10px 0 0;
	}
    .contact-modal .modal-content {
        background-image:none !important;
        background-color:#fff;
    }
}

@media (min-width: 768px) {
    .contact-modal h2 {
        font-size: 65px;
        line-height: 60px;
        color: #009bc8;
        font-family: 'novecento_bookbold', sans-serif;
        margin: 0px;
    }
    footer .info h2 {
        font-size: 70px;
        line-height: 60px;
    }
    footer .meta h4 {
        margin-left: 10px;
        display: inline-block;
        clear:none;
    }
    .footer-bottom-bar {
        text-align:left;
    }
    .footer-bottom-bar .sm-gray {
        text-align: right;
        margin-top:0px;
    }
    .sm-gray .sm-link {
        float: right;
        display: block;
    }
    .sidebar .sm-gray .sm-link {
        float:left;
        margin: 0 25px 0 0;
    }
	footer .sm-gray .sm-link {
		margin: 0 0 0 25px;
	}
}

@media (min-width: 992px) {
    footer .info h2 {
        font-size: 65px;
        line-height: 60px;
    }
}
/********* columns animations */

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side, .cbp-so-init .cbp-so-block {
    opacity: 0;
}

.cbp-so-side {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.cbp-so-block {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.8s;
    -moz-transition: -moz-transform 0.5s, opacity 0.8s;
    transition: transform 0.5s, opacity 0.8s;
}


/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.cbp-so-section.cbp-so-animate .cbp-so-block {
    opacity: 1;
}

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/
/******** vip card pendulum */
.pendulum {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: pendulumSwing 9s infinite ease-in-out;
    -moz-animation: pendulumSwing infinite ease-in-out;
    animation: pendulumSwing 9s infinite ease-in-out;
}

@-webkit-keyframes pendulumSwing {
    from {
        -webkit-transform: rotate(-12deg);
    }

    50% {
        -webkit-transform: rotate(15deg);
    }

    to {
        -webkit-transform: rotate(-12deg);
    }
}

​ .no-cssanimations .cbp-so-init, ​ .no-cssanimations .cbp-so-side, ​ .no-cssanimations .cbp-so-block {
    opacity: 1 !important;
}

@-ms-keyframes circular {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes circular {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes circular {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes circular {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-ms-keyframes circularReverse {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0deg);
    }
}

@-moz-keyframes circularReverse {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes circularReverse {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes circularReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.warped {
    overflow: hidden;
    height: 100%;
    -webkit-transform: rotateX(-0.5deg);
    -moz-transform: rotateX(-0.5deg);
    -ms-transform: rotateX(-0.5deg);
    transform: rotateX(-0.5deg);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* IE fallbacks */
.ie .input-container input {
    height: 50px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 22px !important;
}


.m {
  margin: 15px;
}
.m-n {
  margin: 0;
}
.m-l {
  margin-left: 15px;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l-lg {
  margin-left: 20px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n-lg {
  margin-left: -20px;
}
.m-t {
  margin-top: 15px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t-lg {
  margin-top: 20px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-n {
  margin-top: -15px !important;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n-lg {
  margin-top: -20px;
}

.m-t-26 {
    margin-top:26px;
}

.m-r {
  margin-right: 15px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r-lg {
  margin-right: 20px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n-lg {
  margin-right: -20px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b-lg {
  margin-bottom: 20px;
}

.m-b-xl {
  margin-bottom: 34px;
}

.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n-lg {
  margin-bottom: -20px;
}

