@font-face {
    font-family: 'Sanuk Pro';
    src: url('../Fonts/Sanukpro/sanukpro-webfont.eot'); /* IE9 Compat Modes */
    src: url('../Fonts/Sanukpro/sanukpro-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/Sanukpro/sanukpro-webfont.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/Sanukpro/sanukpro-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/Sanukpro/sanukpro-webfont.svg#SanukPro') format('svg'); /* Legacy iOS */
    font-weight: 300;
}

@font-face {
    font-family: 'Sanuk Pro';
    src: url('../Fonts/Sanukpro/sanukpro-light-webfont.eot'); /* IE9 Compat Modes */
    src: url('../Fonts/Sanukpro/sanukpro-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/Sanukpro/sanukpro-light-webfont.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/Sanukpro/sanukpro-light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/Sanukpro/sanukpro-light-webfont.svg#SanukProLight') format('svg'); /* Legacy iOS */
    font-weight: 100;
}

@font-face {
    font-family: 'Sanuk Pro';
    src: url('../Fonts/Sanukpro/sanukpro-medium-webfont.eot'); /* IE9 Compat Modes */
    src: url('../Fonts/Sanukpro/sanukpro-medium-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/Sanukpro/sanukpro-medium-webfont.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/Sanukpro/sanukpro-medium-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/Sanukpro/sanukpro-medium-webfont.svg#SanukProMedium') format('svg'); /* Legacy iOS */
    font-weight: 400;
}

@font-face {
    font-family: 'Sanuk Pro';
    src: url('../Fonts/Sanukpro/sanukpro-mediumitalic-webfont.eot'); /* IE9 Compat Modes */
    src: url('../Fonts/Sanukpro/sanukpro-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/Sanukpro/sanukpro-mediumitalic-webfont.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/Sanukpro/sanukpro-mediumitalic-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/Sanukpro/sanukpro-mediumitalic-webfont.svg#SanukProMediumItalic') format('svg'); /* Legacy iOS */
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Sanuk Pro';
    src: url('../Fonts/Sanukpro/sanukpro-bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('../Fonts/Sanukpro/sanukpro-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/Sanukpro/sanukpro-bold-webfont.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/Sanukpro/sanukpro-bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/Sanukpro/sanukpro-bold-webfont.svg#SanukProBold') format('svg'); /* Legacy iOS */
    font-weight: 600;
}

@font-face {
    font-family: 'Sanuk Pro';
    src: url('../Fonts/Sanukpro/sanukpro-bolditalic-webfont.eot'); /* IE9 Compat Modes */
    src: url('../Fonts/Sanukpro/sanukpro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/Sanukpro/sanukpro-bolditalic-webfont.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/Sanukpro/sanukpro-bolditalic-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/Sanukpro/sanukpro-bolditalic-webfont.svg#SanukProBoldItalic') format('svg'); /* Legacy iOS */
    font-weight: 600;
    font-style: italic;
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    /* -webkit-text-stroke: 1px rgba(0,0,0,0.1); */
}

body {
    font-family: 'Sanuk Pro', Arial, sans-serif !important;
    font-weight: 300;
    font-size: 13px;
    background: #FFFFFF;
    color: #171c21;
}

/****************************************************/
/*                   COMPONENTS                     */
/****************************************************/

/****** BOOTSTRAP ELEMENTS ******/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.btn {
    font-weight: 300;
    border: none;
    padding: 18px 10px;
    border-radius: 0;
    font-size: 13px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary {
    background: #00adef;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding: 14px 20px 13px 20px;
    letter-spacing: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Sanuk Pro', 'Open Sans', sans-serif;
}

    .btn-primary:hover {
        background: #171c21;

    }



/****** HTML ELEMENTS ******/
a {
    color: #00abee;
    outline: none !important;
    -webkit-transition: 0.1s all ease-in;
    -moz-transition: 0.1s all ease-in;
    -o-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    cursor: pointer;
}

    a:hover {
        color: #00abee;
        text-decoration: underline;
    }

p {
    margin: 0 0 30px 0;
}

p u {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    color: #00abee;
    -webkit-text-stroke: 0;
    margin: 0 0 20px 0;
}

h1, h2 {
    font-weight: 600;
    font-style: italic;
    font-size: 36px;
    padding: 0;
    font-family: 'Sanuk Pro', 'Open Sans', sans-serif;
}

h3 {
    font-weight: 100;
    font-size: 24px;
}

::selection {
    background: #00abee;
    color: #FFFFFF;
}

/****** HELPER CLASSES ******/
.box-shadow {
    -webkit-box-shadow: 8px 13px 20px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 8px 13px 20px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 8px 13px 20px 0px rgba(50, 50, 50, 0.25);
}

.visible-xl{
    display: none;
}

.bg-lightgrey {
    background: #f7f7f7;
}

.bg-blue {
    background: #00abee;
}

.bg-maptexture {
    background: url("/Images/bg_maptexture-grey.svg");
    background-size: cover;
}

.gradient-top-white {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.gradient-bottom-white {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.gradient-left-white {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(left, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
}

.gradient-right-halfblack {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: -moz-linear-gradient(right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#97000000, GradientType=1 );
}

.gradient-left-halfblack {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#97000000, endColorstr=#00000000, GradientType=1 );
}

.btn-grey-transparent {
    background: url(../Images/bg_transparent-grey.png) repeat;
    background: rgba(23, 28, 33, 0.80);
    color: #FFFFFF;
}

    .btn-grey-transparent:hover, .btn-grey-transparent:focus {
        background: #00adef;
        color: #FFFFFF;
    }

.btn i.icon-left {
    margin-right: 5px;
}

.btn i.icon-right {
    margin-left: 5px;
}

.h100 {
    height: 100px;
}

.h200 {
    height: 200px;
}

.h300 {
    height: 300px;
}

.h400 {
    height: 400px;
}

.h500 {
    height: 500px;
}

.h600 {
    height: 600px;
}

.h700 {
    height: 700px;
}

.h800 {
    height: 800px;
}

.h900 {
    height: 900px;
}

.h1000 {
    height: 1000px;
}

.h100percent {
    height: 100%;
}

.w50percent {
    width: 50%;
}

.w100percent {
    width: 100%;
}

.w200percent {
    width: 200%;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-25 {
    margin-top: 25px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-100 {
    margin-top: 100px;
}

.m-top-150 {
    margin-top: 150px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

i.fa {
    -webkit-transition: 0.1s all ease-in;
    -moz-transition: 0.1s all ease-in;
    -o-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
}

i.fa-bars.active {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/****************************************************/
/*                     HEADER                       */
/****************************************************/
.navbar-fixed-top {
    border: none;
    border-width: 0;
}

.navbar-inner {
    background: url(../Images/bg_transparent-grey.png) repeat;
    background: rgba(23, 28, 33, 0.80);
    min-height: 80px;
    width: 100%;
}

    .navbar-inner .logo {
        width: 285px;
        height: 80px;
        display: inline-block;
        padding: 10px;
        background: #171c20;
    }

    .navbar-inner .logo span{
        display: block;
        background: url("../Images/idealogistic-logo-v2.png") no-repeat center center;
        text-indent: -9999px;
        width: 100%;
        height: 100%;
    }

    .navbar-inner .top-nav {
        height: 30px;
        line-height: 30px;
        background: #171c21;
        color: #FFFFFF;
        font-size: 11px;
        padding: 0 20px;
        min-width: 655px;
    }

        .navbar-inner .top-nav .dropdown-link i {
            padding-left: 5px;
        }

        .navbar-inner .top-nav ul.small-nav {
            list-style-type: none;
            margin: 0;
            padding-left: 0;
            float: left;
        }

            .navbar-inner .top-nav ul.small-nav li {
                display: inline;
                margin-left: 15px;
                cursor: pointer;
            }

                .navbar-inner .top-nav ul.small-nav li .active, .navbar-inner .top-nav ul.small-nav li:hover {
                    color: #00abee;
                }

                    .navbar-inner .top-nav ul.small-nav li a.active, .navbar-inner .top-nav ul.small-nav li:hover a {
                        color: #00abee;
                        text-decoration: none;
                    }



                .navbar-inner .top-nav ul.small-nav li a {
                    color: #FFFFFF;
                }

                .navbar-inner .top-nav ul.small-nav li i {
                    margin-right: 5px;
                    display: inline;
                }

    .navbar-inner .main-nav ul {
        list-style-type: none;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        color: #FFFFFF;
        font-size: 13px;
        margin: 0;
        font-weight: 300;
    }

        .navbar-inner .main-nav ul li {
            display: inline-block;
            height: 50px;
        }

            .navbar-inner .main-nav ul li a {
                margin: 0 10px;
                color: #FFFFFF;
                height: 50px;
                display: inline-block;
            }

                .navbar-inner .main-nav ul li a:hover, .navbar-inner .main-nav ul li a.active {
                    border-bottom: 7px solid #00abee;
                    text-decoration: none;
                }

            .navbar-inner .main-nav ul li.highlighted {
                background: #00abee;
                position: relative;
                right: -10px;
                -webkit-transition: 0.1s all ease-in;
                -moz-transition: 0.1s all ease-in;
                -o-transition: 0.1s all ease-in;
                transition: 0.1s all ease-in;
            }

                .navbar-inner .main-nav ul li.highlighted a {
                    padding: 0 10px;
                    font-size: 12px;
                }

                .navbar-inner .main-nav ul li.highlighted:hover {
                    border: none;
                    background: #171c21;
                }

/****** DROPDOWN MENU ******/
.navbar-inner .main-nav > ul li{
	position: relative;
}

.main-nav ul li ul.main-sub{
	min-width: 10px;
	display: none;
	width: 320px;
	position: absolute;
	background: rgba(23, 28, 33, 0.80);
	height: auto;
	top: 50px;
	left: -10px;
	margin: 0;
	padding: 0;
}

.main-nav ul li ul.main-sub li{
	display: inline-block;
	width: 320px;
}

.main-nav ul li ul.main-sub li a{
	display: block;
	padding: 0 20px;
	margin: 0;
}

.main-nav ul li ul.main-sub li a i{
	margin-right: 10px;
}

.main-nav ul li ul.main-sub li a:hover{
	border: none;
	background: #00abee;
}


/****************************************************/
/*                   COVER IMAGE                    */
/****************************************************/
.cover{
    background: #171c21;
}

.cover-img {
    min-width: 750px;
    max-width: 1400px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

    .cover-img.small {
        height: 280px;
    }

    .cover-img.medium {
        height: 500px;
    }

    .cover-img.large {
        height: 600px;
    }

        .cover-img.large .large-cover-content {
            text-align: left;
            left: 15px;
            width: 35%;
            margin-top: 150px;
        }

            .cover-img.large .large-cover-content h2 {
                /*position: static;*/
                text-align: left;
                position: relative;
                left:0;
            }

            .cover-img.large .large-cover-content p {
                position: relative;
                z-index: 50;
                color: #FFFFFF;
                font-weight: 400;
                font-style: italic;
                font-size: 16px;
                line-height: 24px;
                text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.30);
            }

    .cover-img .container {
        position: relative;
        z-index: 20;
        height: 100%;
    }

    .cover-img h2 {
        position: absolute;
        text-align: right;
        font-size: 40px;
        font-weight: 600;
        font-style: italic;
        color: #FFFFFF;
        right: 15px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.50);
        z-index: 50;
    }

    .cover-img.small h2 {
        width: 50%;
        margin-top: 130px;
    }

    .cover-img.medium h2 {
        width: 25%;
        margin-top: 150px;
    }

/****************************************************/
/*                  PAGE CONTENT                    */
/****************************************************/
.page-section, .page-section-fullpage {
    padding: 40px 0;
    position: relative;
}

    .page-section.has-canvas {
        padding: 0;
    }

        .page-section.has-canvas .container {
            padding: 40px 15px;
        }

    .page-section.padding-lg {
        padding: 80px 0;
    }

    .page-section.padding-xs {
        padding: 0 0 10px 0;
    }

    .page-section.padding-none {
        padding: 0;
    }

    .page-section .container, .page-section-fullpage .container {
        position: relative;
        z-index: 20;
    }

        .page-section .container .section-title {
            display: block;
            color: #00abee;
            -webkit-text-stroke: 0;
            margin: 0 0 15px 0;
            font-weight: 600;
            font-style: italic;
            font-size: 36px;
            padding: 0;
        }

    .page-section .row {
        margin-bottom: 60px;
    }

        .page-section .row:last-child {
            margin-bottom: 0px;
        }

.intro-text, .intro-text p {
    font-size: 20px;
    line-height: 28px;
}

.intro-text-small, .intro-text-small p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
}

.intro-subtext, .intro-subtext p {
    font-size: 16px;
    line-height: 24px;
}

    .intro-subtext .img-container{
        width: 753px;
    }

        .intro-subtext .img-container img{
            width: 100%;
        }

    .intro-subtext blockquote{
        margin: -30px 0 30px 0 !important;
    }
    .intro-subtext blockquote p{
        font-size: 12px !important;
        font-style: italic;
    }

    .intro-subtext p:last-child {
        margin-bottom: 0px;
    }

    .intro-subtext ul {
        list-style-type: square;
        margin: 0;
        padding: 0 0 0 20px;
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .intro-subtext .intro-subtitle, .intro-subtext strong {
        display: block;
        font-size: 20px;
        font-weight: 400;
        font-style: italic;
        margin-bottom: 10px;
    }

.quote {
    font-family: 'Sanuk Pro', 'Open Sans', sans-serif;
}

.quote p {
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
    color: #FFFFFF;
    margin: 30px 0;
    letter-spacing: -0.1px;
}

.quote.large p {
    font-size: 36px;
}

.quote ul {
    list-style-type: square;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    padding: 0 20px;
    letter-spacing: -0.5px;
}

    .quote ul li {
        margin-bottom: 15px;
        padding-left: 10px;
    }

        .quote ul li:last-child {
            margin-bottom: 0px;
        }

.quote img {
    max-width: 100%;
}

.fullwidth-image {
    width: 100%;
    height: auto;
    position: relative;
}

    .fullwidth-image img {
        width: 100%;
        height: auto;
    }

    .fullwidth-image span.title {
        color: #00abee;
        font-weight: 600;
        font-style: italic;
        font-size: 40px;
        position: absolute;
        width: 40%;
        margin-top: 60px;
    }

.a2a_kit {
    padding: 10px 0;
}
/****** CONTENT BOX ******/
.content-box {
    border-top: 1px solid #93e1ff;
    border-left: 1px solid #93e1ff;
    border-right: 1px solid #93e1ff;
    padding: 20px;
    -webkit-text-stroke: 0;
    margin-top: 20px;
    background: #FFFFFF;
}

    .content-box.dark {
        background: #171c21;
        border-top: 1px solid #1979a2;
        border-left: 1px solid #1979a2;
        border-right: 1px solid #1979a2;
    }

    .content-box.height-small {
        height: 200px;
        overflow: hidden;
    }

    .content-box.height-medium {
        height: 220px;
        overflow: hidden;
    }

    .content-box h3 {
        margin-bottom: 10px;
        min-height: 46px;
    }

        .content-box h3 a:hover {
            text-decoration: none;
        }

    .content-box p {
        font-size: 12px;
        line-height: 20px;
        margin: 0;
    }

    .content-box.dark p {
        color: #FFFFFF;
    }

.content-box-readmore {
    display: block;
    padding: 12px 20px;
    border: 1px solid #93e1ff;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-text-stroke: 0;
    margin-bottom: 20px;
    background: #FFFFFF;
}

    .content-box-readmore.dark {
        background: #171c21;
        border: 1px solid #1979a2;
    }

    .content-box-readmore:hover, a.content-box-readmore:focus {
        text-decoration: none;
        background: #00abee;
        color: #FFFFFF;
        border: 1px solid #00abee;
    }

    .content-box-readmore i {
        margin-right: 10px;
    }

/****** TEXTPAGE ******/
.page-section.textpage {
    padding: 180px 0 80px 0;
    overflow-x: hidden;
}

    .page-section.textpage h1 {
        margin-bottom: 50px;
    }

    .page-section.textpage .intro-text, .page-section.textpage .intro-text p {
        font-weight: 400;
        font-style: italic;
        font-size: 18px;
        line-height: 24px;
    }

    .page-section.textpage .content-box {
        margin: 0;
    }

    .page-section.textpage .content-box-readmore {
        margin: 0 0 40px 0;
    }

    .page-section.textpage .gradient-left-white {
        margin-top: -180px;
    }

.page-section.contactpage .gradient-left-white {
    margin-top: -40px;
}

/****************************************************/
/*                       FORM                       */
/****************************************************/
.form{}

	.form label{
		display: block;
		text-transform: uppercase;
	}

    .form input[type="text"],
    .form input[type="email"]{
        background: #ffffff;
        border: 1px solid #dedede;
        padding: 10px;
        width: 100%;
        margin-bottom: 15px;
    }

    .form input[type="date"] {
        background: #ffffff;
        border: 1px solid #dedede;
        padding: 1px 10px;
        width: 100%;
        margin-bottom: 15px;
    }

    .form input[type="file"] {
        background: #ffffff;
        width: 100%;
        margin-bottom: 15px;
    }

    .form textarea{
		background: #ffffff;
		border: 1px solid #dedede;
		padding: 10px;
		width: 100%;
		margin-bottom: 15px;
        resize: none;
        min-height: 100px;
	}

    .form .checkbox, .form .radio {
        margin-bottom: 25px;
        margin-top: 0px;
    }
    .form .left.radio{
        margin-right:20px;
    }
    .form .right.radio{
        margin-right:-20px;
    }

    .form .checkbox span, .form .radio span{
		display: block;
        position: relative;
	}

	.form .checkbox label, .form .radio label{
		text-transform: none;
        display: inline-block;
	}

    .form .checkbox input, .form .radio input{
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
	}

		.form .checkbox label a, .form .radio label a{
			text-decoration: underline;
			color: #565656;
		}

	.form .w50p{
		width: 50%;
		float: left;
	}

	.form .w75p{
		width: 75%;
		float: left;
	}

	.form .w25p{
		width: 25%;
		float: left;
	}

	.form .w100p{
		width: 100%;
		float: left;
	}

		.form .w50p.left, .form .w25p.left, .form .w75p.left{
			padding-right: 10px;
		}

		.form .w50p.right, .form .w25p.right, .form .w75p.right{
			padding-left: 10px;
		}

    .form .radio+.radio, .form .checkbox+.checkbox{
        margin-top: 0px;
    }

    .form .checkbox.right{
        padding-left: 30px;
    }

    .form .label-radio,
    .form .label-checkbox{
        padding: 0 10px 0 2px;
        font-weight: 200;
        text-transform: unset;
        display: inline-block;
    }

    .form .radio-group,
    .form .checkbox-group {
        margin-bottom: 15px;
    }

    .btn-soliciteer {
        margin: 20px 0;
    }

    .form-soliciteer {
        display: none;
        padding: 20px 0;
    }



/****************************************************/
/*                    GRAPHICS                      */
/****************************************************/
.graphic {
    position: absolute;
}

    .graphic.airplane-1 {
        left: 60px;
        top: 60px;
        width: 123px;
        height: 130px;
        background: url(../Images/airplane.png) no-repeat;
    }

    .graphic.marker {
        width: 48px;
        height: 48px;
        background: url(../Images/img_marker.png) no-repeat;
        display: inline-block;
        z-index: 15;
    }

    .graphic.cloud1{
        width: 599px;
        height: 306px;
        background: url(../Images/img_cloud1.png) no-repeat;
        z-index: 15;
    }

    .graphic.cloud2{
        width: 645px;
        height: 349px;
        background: url(../Images/img_cloud2.png) no-repeat;
        z-index: 15;
    }

/* CANVAS 1 */
#canvas-1-container #marker-1 {
    top: 220px;
    left: 260px;
}

/* CANVAS 2 */
#canvas-2-container #marker-1 {
    left: 420px;
    top: 120px;
}

#canvas-2-container #marker-2 {
    left: 405px;
    top: 340px;
}

#canvas-2-container #marker-3 {
    left: 280px;
    top: 565px;
}

/* CANVAS 3 */
#canvas-3-container #marker-1 {
    left: 845px;
    top: 140px;
}

#canvas-3-container #marker-2 {
    left: 805px;
    top: 355px;
}

#canvas-3-container #marker-3 {
    left: 735px;
    top: 575px;
}

#canvas-3-container #marker-4 {
    left: 715px;
    top: 785px;
}

/* CANVAS 4 */
#canvas-4-container #marker-1 {
    left: 110px;
    top: 295px;
}

#canvas-4-container .canvas-container .graphic.marker {
    z-index: 100;
}

/* CANVAS 5 */
#canvas-5-container #marker-2 {
    left: 160px;
    top: 90px;
}

/* CANVAS 6 */
#canvas-6-container #marker-3 {
    left: 112px;
    top: 100px;
}

/* CANVAS HOME 1 */
#canvas-7{
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 970px;
}

#canvas-home-1 #marker-1, #canvas-home-1 #marker-2, #canvas-home-1 #marker-3 {
    top: 55px;
    left: -100px;
}

#canvas-home-1 .cloud1{
    bottom: 0;
    right: 0;
    -webkit-animation: animateCloud1 30s linear infinite; /* Chrome, Safari, Opera */
    animation: animateCloud1 30s linear infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animateCloud1 {
    0%   {bottom:0px; right: -50px}
    50%  {bottom:100px; right: -150px;}
    100%   {bottom:0px; right: -50px;}
}

/* Standard syntax */
@keyframes animateCloud1 {
    0%   {bottom:0px; right: -50px}
    50%  {bottom:100px; right: -150px;}
    100%   {bottom:0px; right: -50px;}
}

#canvas-home-1 .cloud2{
    bottom: 0;
    left: 0;
    -webkit-animation: animateCloud2 45s linear infinite; /* Chrome, Safari, Opera */
    animation: animateCloud2 45s linear infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animateCloud2 {
    0%   {bottom:0px; left: -70px}
    50%  {bottom:130px; left: -120px;}
    100%   {bottom:0px; left: -70px;}
}

/* Standard syntax */
@keyframes animateCloud2 {
    0%   {bottom:0px; left: -70px}
    50%  {bottom:130px; left: -120px;}
    100%   {bottom:0px; left: -70px;}
}


/****************************************************/
/*                       FOOTER                     */
/****************************************************/
.footer {
    padding: 30px 0 20px 0;
    background: #eeeeee;
}

    .footer ul, .footer li {
        list-style: none !important;
        padding: 0px;
        margin: 0px;
    }

    .footer .footer-col {
        padding-left: 60px;
    }

    .footer h5, .footer h5 a {
        margin: 0 0 12px 0;
        font-family: 'Sanuk Pro', 'Open Sans', sans-serif;
    }

    .footer ul.footer-nav {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 11px;
        line-height: 16px;
    }

        .footer ul.footer-nav li {
            margin-bottom: 9px;
        }

            .footer ul.footer-nav li a {
                color: #171c21;
            }

    .footer .footer-logos{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }

        .footer .footer-logos li{
            display: inline;
            height: 44px;
            padding: 0 20px;
        }

        .footer .footer-logos li span.logo-9001{
            display: inline-block;
            background: url("../Images/logo-9001.png") no-repeat;
            background-size: 100%;
            width: 146px;
            height: 44px;
        }

        .footer .footer-logos li span.logo-14001{
            display: inline-block;
            background: url("../Images/logo-14001.png") no-repeat;
            background-size: 100%;
            width: 126px;
            height: 44px;
        }

        .footer .footer-logos li span.logo-tapa{
            display: inline-block;
            background: url("../Images/logo-tapa.png") no-repeat;
            width: 132px;
            height: 44px;
        }

.sub-footer {
    height: 56px;
    line-height: 56px;
    background: #171c22;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
}

    .sub-footer a {
        color: #FFFFFF;
    }

        .sub-footer a:hover {
            color: #00abee;
            text-decoration: none;
        }

/****************************************************/
/*                  COUNTRY SELECT                  */
/****************************************************/
.country-select {
    width: auto;
    position: relative;
    padding: 0 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.country-dropdown {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    background: #171c21;
    padding: 0;
    min-width: 125px;
    z-index: 100;
}

    .country-dropdown li {
        padding: 0;
        height: auto;
    }

        .country-dropdown li a {
            padding: 0;
            color: #FFFFFF;
            display: block;
            padding: 0 5px 0 10px;
            height: 30px;
        }

            .country-dropdown li a:hover {
                background: #00abee;
                text-decoration: none;
            }

/****************************************************/
/*                    MOBILE MENU                   */
/****************************************************/
.mobile-menu {
    width: auto;
    position: relative;
    padding: 0;
    height: 50px;
    line-height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .mobile-menu a.dropdown-link {
        display: block;
        height: 50px;
        padding: 0 20px;
        color: #FFFFFF;
        font-size: 20px;
    }

        .mobile-menu a.dropdown-link:hover {
            text-decoration: none;
        }

        .mobile-menu a.dropdown-link i {
            float: right;
            position: relative;
            top: 17px;
            font-size: 18px;
        }

.mobile-dropdown {
    display: none;
    list-style-type: none;
    background: url(/Images/bg_transparent-grey.png) repeat;
    background: rgba(23, 28, 33, 0.80);
    padding: 0;
    min-width: 125px;
    position: relative;
    z-index: 100;
}

    .mobile-dropdown li {
        padding: 0;
        height: auto;
    }

        .mobile-dropdown li a {
            padding: 0;
            color: #FFFFFF;
            display: block;
            padding: 0 20px;
            height: 40px;
            line-height: 40px;
            font-size: 13px;
        }

            .mobile-dropdown li a i {
                margin-right: 5px;
                font-size: 10px;
            }

            .mobile-dropdown li a:hover, .mobile-dropdown li a:focus, .mobile-dropdown li a.active {
                text-decoration: none;
                background: #00adef;
            }

/****************************************************/
/*                  RAPHAEL CANVAS                  */
/****************************************************/
.page-section.has-canvas .raphael-canvas {
    z-index: 0;
    width: 98%;
}

.page-section .raphael-canvas {
    margin-top: -40px;
}

.raphael-canvas {
    position: absolute;
    overflow: hidden;
    z-index: 15;
    width: 100%;
    height: 100%;
}

/****************************************************/
/*                    FULLPAGE JS                   */
/****************************************************/
/*.controlArrow.prev, .controlArrow.next{
	display: none;
}*/

.fullPage-slidesNav li a:hover span {
    background: url("/Images/slidenav-active.png") no-repeat -2px -2px !important;
}

.fullPage-slidesNav li a.active span {
    background: url("/Images/slidenav-active.png") no-repeat -2px -2px !important;
}

.fullPage-slidesNav span {
    border: 2px solid #FFFFFF !important;
    height: 14px !important;
    width: 14px !important;
}

#fullpage .slide .cover-img.fullpage {
    width: 100%;
    height: 100% !important;
    max-width: 100%;
}

    #fullpage .slide .cover-img.fullpage h2 {
        text-align: left;
        width: 60%;
        position: static;
    }

    #fullpage .slide .cover-img.fullpage .cover-text {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 400;
        font-style: italic;
        width: 50%;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.40);
    }

    #fullpage .slide .cover-img.fullpage .container {
        padding-top: 150px;
    }

#fullpage .section .page-section-fullpage {
    padding: 0;
}

#fullpage .section .page-section-fullpage.has-canvas {
    height: 100%;
}

    #fullpage .section .page-section-fullpage .container.fullpage {
        padding: 120px 15px 40px 15px;
    }

    #fullpage .section .page-section-fullpage .intro-text, #fullpage .section .page-section-fullpage .intro-text p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-style: italic;
    }

        #fullpage .section .page-section-fullpage .intro-text.large, #fullpage .section .page-section-fullpage .intro-text.large p {
            font-size: 22px;
            line-height: 28px;
            font-weight: 400;
            font-style: italic;
        }

#fullpage .slimScrollBar {
    width: 5px !important;
}

/* Nav overrule */
#fullPage-nav.right {
    right: 20px;
    z-index: 999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 22px;
    height: auto;
    padding-bottom: 10px;
    background: #00adef;
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

#fullPage-nav ul {
    width: 22px;
    height: auto;
}

#fullPage-nav li {
    width: 22px;
    height: 28px;
    margin: 0;
}

    #fullPage-nav li.item-1, #fullPage-nav li.item-2 {
        height: 57px;
    }

.fullPage-slidesNav .active span {
    background-image: url(/images/slidenav-active.png);
    background: url(/images/slidenav-active.png);
}

#fullPage-nav li a span i {
    font-size: 14px;
}

#fullPage-nav li a {
    font-size: 14px;
    width: 22px;
    position: relative;
    left: -2px;
}

    #fullPage-nav li a.active span i {
        color: #fff !important;
        color: #fff !important;
    }

.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 1;
}

#fullPage-nav span {
    width: 100%;
    height: 14px;
    position: absolute;
    z-index: 1;
    margin: 0;
    text-align: center;
    border: none;
    display: inline-block;
}

#fullPage-nav li.item-0 span {
    top: 7px;
}

#fullPage-nav li span i.fa-map-marker{
    position: relative;
    top: -4px;
}

#fullPage-nav li span {
    top: 3px;
}

#fullPage-nav span .line {
    width: 2px;
    height: 31px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 7px;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #008fc5;
}

    #fullPage-nav span .line.active {
        background: #fff !important;
    }

#fullPage-nav span i {
    width: 22px;
    height: 14px;
    z-index: 1;
    color: #008fc5;
    text-align: center;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    #fullPage-nav span i.active {
        color: #fff !important;
    }

.expand-nav {
    float: right;
    height: 21px;
    line-height: 21px;
    margin-right: 20px;
    background: #00adef;
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    margin-top: 0;
    font-size: 10px;
    font-weight: 400;
    text-align: right;
}

#fullPage-nav li .active span {
    background: none;
}

.expand-nav p.expand-0 {
    width: 40px !important;
}

.expand-nav p.expand-1 {
    width: 80px;
}

.expand-nav p.expand-2 {
    width: 70px;
}

li.item-0 #full-expand {
    width: 0;
    height: 21px;
    float: right;
    margin-top: 7px;
    overflow: hidden;
}

li.item-1 #full-expand, li.item-2 #full-expand, li.item-3 #full-expand {
    width: 0;
    height: 21px;
    float: right;
    margin-top: 36px;
    overflow: hidden;
}

li.item-0 #full-expand.active {
    width: 70px !important;
}

li.item-1 #full-expand.active {
    width: 110px !important;
}

li.item-2 #full-expand.active {
    width: 100px !important;
}

li.item-0 #full-expand, li.item-1 #full-expand, li.item-2 #full-expand {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.after-nav {
    background: url(/images/nav-after.png);
    width: 15px;
    height: 21px;
    position: absolute;
    margin-left: -15px;
}

/* Hide slide-nav on load */
.fullPage-slidesNav, .controlArrow {
    display: none;
}

.controlArrow {
    position: absolute !important;
    cursor: pointer !important;
    width: 9px !important;
    height: 14px !important;
    border-style: solid !important;
    margin-top: -38px !important;
    bottom: 27px !important;
    left: 50% !important;
    color: #fff !important;
    z-index: 999 !important;
    font-size: 14px !important;
    border: none !important;
    top: auto !important;
}

    .controlArrow.prev {
        margin-left: -77px;
    }

    .controlArrow.next {
        margin-left: 70px;
    }


/****************************************************/
/*                    FLEXSLIDER                    */
/****************************************************/
.slide.w100p{
    width: 100%;
}

.flexslider{
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
}

.flexslider .flex-viewport{
    height: 100%;
}

.flexslider ul.flexslides{
    width: 100%;
    height: 100%;
}

.flexslider ul.flexslides li{
    width: 100%;
    height: 100%;
}

.flexslider .flex-full{
    width: 100%;
    height: 100% !important;
    max-width: 100%;
}

.flexslider .flex-full .container{
    padding-top: 150px;
    position: relative;
    z-index: 20;
    height: 100%;
}

.flexslider .flex-full .container h2{
    text-align: left;
    width: 60%;
    position: static;
}

.flexslider .flex-full .container .cover-text{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    width: 50%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.40);
}

.flexslider .flex-full .container .cover-text .btn-primary{
    margin-top: 30px;
    text-shadow: none;
    font-style: normal;
}

.flex-control-nav{
    bottom: 30px;
    z-index: 100;
}

.flex-control-paging li a{
    border: 2px solid #FFFFFF;
    background: none;
    height: 14px;
    width: 14px;
    transition: none;
    box-shadow: none;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover{
    background: url("/Images/slidenav-active.png") no-repeat -2px -2px !important;
}

.flex-direction-nav{
    height: 20px !important;
    bottom: 9px !important;
    z-index: 100;
    position: absolute !important;
    width: 100% !important;
}

.flex-direction-nav a{
    height: 20px !important;
    color: #ffffff !important;
    text-shadow: none !important;
    font-size: 14px !important;
    opacity: 1 !important;
    top: auto;
    position: static;
    width: 20px !important;
    float: left !important;
    display: inline-block;
    margin-left: 50%;
}

.flex-direction-nav a:before{
    content: '';
    font-family: FontAwesome;
}

.flex-direction-nav a.flex-next:before{
    content: '';
    font-family: FontAwesome;
}

.flex-direction-nav .flex-prev{
    position: relative;
    left: -80px;
}
.flex-direction-nav .flex-next{
    position: relative;
    right: -55px;
}

.flexslider:hover .flex-next{
    right: -55px;
}
.flexslider:hover .flex-prev{
    left: -80px;
}


/****************************************************/
/*                  HOMEPAGE ITEMS                  */
/****************************************************/
.arrow_box {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #a9ddf3;
}

    .arrow_box:after, .arrow_box:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box.arrow-right:after, .arrow_box.arrow-right:before {
        left: 100%;
    }

    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #FFFFFF;
        border-width: 30px;
        margin-top: -30px;
    }

    .arrow_box:before {
        border-color: rgba(169, 221, 243, 0);
        border-right-color: #a9ddf3;
        border-width: 31px;
        margin-top: -31px;
    }

    .arrow_box.arrow-right:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #FFFFFF;
        border-width: 30px;
        margin-top: -30px;
    }

    .arrow_box.arrow-right:before {
        border-color: rgba(169, 221, 243, 0);
        border-left-color: #a9ddf3;
        border-width: 31px;
        margin-top: -31px;
    }

    .arrow_box.spec {
        width: 450px;
        right: 15px;
        padding: 20px;
        -webkit-box-shadow: 14px 14px 20px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 14px 14px 20px 0px rgba(50, 50, 50, 0.2);
        box-shadow: 14px 14px 20px 0px rgba(50, 50, 50, 0.2);
    }

        .arrow_box.spec h3 {
            margin-bottom: 10px;
            font-family: 'Sanuk Pro', 'Open Sans', sans-serif;
        }

        .arrow_box.spec p {
            margin-bottom: 5px;
            font-size: 12px;
            line-height: 20px;
            display: inline;
        }

        .arrow_box.spec a {
            display: inline;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 12px;
            font-family: 'Sanuk Pro', 'Open Sans', sans-serif;
        }

#home-boxes-1 .first {
    top: 20px;
    right: 10px;
}

#home-boxes-1 .second {
    top: 235px;
    right: 45px;
}

#home-boxes-1 .third {
    top: 450px;
    right: 125px;
    margin-bottom: 100px;
}

/****************************************************/
/*                    ABOUT ITEMS                   */
/****************************************************/
#about-boxes-1 {
    min-height: 600px;
}

    #about-boxes-1 .spec.first {
        right: 5px;
        top: 40px;
    }

    #about-boxes-1 .spec.second {
        right: 20px;
        top: 235px;
    }

    /*#about-boxes-1 .spec.third {
        right: 145px;
        top: 480px;
    }*/

#about-boxes-2 {
    min-height: 550px;
}

    #about-boxes-2 .spec.first {
        right: 180px;
        top: 50px;
    }

    #about-boxes-2 .spec.second {
        right: 220px;
        top: 260px;
    }

    #about-boxes-2 .spec.third {
        right: 280px;
        top: 480px;
    }

    #about-boxes-2 .spec.fourth {
        right: 310px;
        top: 690px;
    }

/****************************************************/
/*                    NEWS ITEMS                    */
/****************************************************/
.news-item {
    margin-bottom: 80px;
}

.news-item-img {
    width: 100%;
    height: 195px;
    overflow: hidden;
}

    .news-item-img img {
        width: 100%;
        min-height: 195px;
    }

.news-item-content {
    font-size: 15px;
}

    .news-item-content h3, .news-item-content h3 a {
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 0px;
        text-transform: none;
    }

    .news-item-content .date {
        color: #00abee;
        text-align: right;
        display: block;
        border-bottom: 1px solid #00abee;
        padding-bottom: 8px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .news-item-content p {
        margin-bottom: 0px;
        display: inline;
    }

    .news-item-content a {
        display: inline;
        text-transform: uppercase;
    }

.news-detail-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-detail h1 {
    margin-bottom: 0px !important;
}

.news-detail .date {
    color: #00abee;
    text-align: right;
    display: block;
    border-bottom: 1px solid #00abee;
    padding-bottom: 8px;
    margin-bottom: 30px;
    font-size: 14px;
}

/****************************************************/
/*                 IDEALOGISTIC MAP                 */
/****************************************************/
.map-widget {
    background: url(/Images/map_linev2.png) no-repeat top center;
    min-height: 750px;
}

.map-container {
    position: relative;
    min-height: 800px;
}

    .map-container .tabs {
        position: absolute;
        bottom: 30px;
        margin: 0;
        width: 720px;
        height: auto;
        border: 1px solid #a9ddf3;
        background: #fff;
        float: left;
        padding-bottom: 10px;
    }

    .map-container .tab-content table.half{
        width: 320px;
        float: left;
    }

    .map-container .tab-content table.half.second{
        margin-left: 35px;
    }

        .map-container .tabs input {
            position: absolute;
            z-index: 1000;
            min-width: 110px;
            height: 60px;
            top: -3px;
            opacity: 0;
            cursor: pointer;
        }

    .map-container td:last-child {
        margin-bottom: 0;
    }

    .map-container .tabs label {
        background: #fff;
        font-size: 14px;
        line-height: 60px;
        height: 60px;
        position: relative;
        float: left;
        min-width: 110px;
        color: #231f20;
        text-align: center;
        border-right: 1px solid #a9ddf3;
        border-left: 1px solid #a9ddf3;
        margin: 0;
        font-weight: 400;
        z-index: 6;
    }

    .map-container .tabs input:hover + label {
        background: #00adef;
        color: #fff;
        cursor: pointer;
        border-right: 1px solid #00adef;
        border-left: 1px solid #00adef;
    }

    .map-container .tab-label-2 {
        z-index: 3;
    }

    .map-container .tabs input:checked + label {
        color: #fff;
        z-index: 6;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        border: #00adef;
        background: #00adef;
    }

        .map-container .tabs input:checked + label:after, .tabs input:hover + label:after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            left: 44%;
            margin-top: 60px;
            border-style: solid;
            border-width: 7.5px 7.5px 0;
            border-color: #00adef transparent;
        }

    .map-container .clear-shadow {
        clear: both;
        border-top: 1px solid #a9ddf3;
    }

    .map-widget .col-download-destinations{
        width: 720px;
        text-align: right;
    }

    .map-widget .download-destinations{
        margin-bottom: 30px;
        white-space: normal;
    }

    .map-container .tab-content {
        position: relative;
        width: 100%;
        height: 320px;
        z-index: 5;
        overflow: hidden;
        background: #fff;
    }

        .map-container .tab-content div {
            position: absolute;
            top: 0;
            padding: 20px;
            z-index: 1;
            opacity: 0;
            -webkit-transition: all linear .3s;
            -moz-transition: all linear .3s;
            -o-transition: all linear .3s;
            -ms-transition: all linear .3s;
            transition: all linear .3s;
        }

    .map-container .tabs input.tab-selector-1:checked ~ .tab-content .tab-content-1,
    .map-container .tabs input.tab-selector-2:checked ~ .tab-content .tab-content-2,
    .map-container .tabs input.tab-selector-3:checked ~ .tab-content .tab-content-3 {
        top: 0;
        z-index: 100;
        opacity: 1;
        -webkit-transition: all ease-out .3s .3s;
        -moz-transition: all ease-out .3s .2s;
        -o-transition: all ease-out .3s .2s;
        -ms-transition: all ease-out .3s .2s;
        transition: all ease-out .3s .2s;
    }

    .map-container .tabs > .name {
        width: 170px;
        height: 60px;
        padding: 0 0 0 16px;
        float: left;
        text-align: left;
    }

    .map-container .name > h3 {
        line-height: 60px;
    }

    .map-container table {
        width: 100%;
    }

    .map-container th {
        font-weight: 400;
        color: #231f20;
        margin-bottom: 15px;
        text-align: left;
    }

    .map-container td i {
        margin-right: 2px;
        color: #00adef;
    }

        .map-container td i:first-child {
            margin-left: 2px;
        }

    .map-container td:first-child {
        font-weight: 600;
        color: #00adef;
        text-transform: uppercase;
        font-size: 11px;
    }

    .map-container th, .map-container td {
        float: left;
    }

    .map-container tr:last-child td {
        margin-bottom: 0;
    }

    .map-container td {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .map-container th{
        font-size: 11px;
    }

    .map-container th:first-child, .map-container td:first-child {
        overflow: hidden;
        width: 140px;
    }

    .map-container th:nth-child(2), .map-container td:nth-child(2), .map-container th:nth-child(3), .map-container td:nth-child(3) {
        overflow: hidden;
        width: 65px;
    }

    .map-container #eindhoven {
        display: block;
    }

    .map-container .tab-content {
        display: none;
    }

    .map-container button {
        font-weight: 100;
        outline: none !important;
        width: 80px;
        height: 80px;
        text-indent: -9999px;
        padding: 0;
        background: none;
    }

    .map-container .place-wrap{
        z-index: 100;
        position: absolute;
        width: 145px;
        height: 145px;
    }

    .map-container .btn-wrap{
        width: 145px;
        height: 145px;
    }

    .map-container .btn-wrap button{
        margin-top: 65px;
    }

/* DUBLIN */
#dublin-place-wrap{
    left: 29px;
    top: -18px;
}

#dublin-bt-wrap{
    background: url(/Images/btn_dublin.png) no-repeat;
}
#dublin-bt-wrap.active, #dublin-bt-wrap:hover{
    background: url(/Images/btn_dublin-active.png) no-repeat;
}

#dublin-radius.pulse{
    width: 140px;
    height: 140px;
    top: 35px;
    left: -30px;
    opacity: 0;
}

/* BIRMINGHAM */
#birmingham-place-wrap{
    left: 135px;
    top: 52px;
}

#birmingham-bt-wrap{
    background: url(/Images/btn_birmingham.png) no-repeat;
}
#birmingham-bt-wrap.active, #birmingham-bt-wrap:hover{
    background: url(/Images/btn_birmingham-active.png) no-repeat;
}

#birmingham-radius.pulse{
    width: 140px;
    height: 140px;
    top: 35px;
    left: -30px;
    opacity: 0;
}

/* LONDON */
#london-place-wrap{
    left: 185px;
    top: 110px;
}

#london-bt-wrap{
    background: url(/Images/btn_london.png) no-repeat;
}
#london-bt-wrap.active, #london-bt-wrap:hover{
    background: url(/Images/btn_london-active.png) no-repeat;
}

#london-radius.pulse{
    width: 140px;
    height: 140px;
    top: 35px;
    left: -30px;
    opacity: 0;
}


/* EINDHOVEN */
#eindhoven-place-wrap{
    left: 350px;
    top: 115px;
}

#eindhoven-bt-wrap{
    background: url(/Images/btn_eindhoven.png) no-repeat;
}
#eindhoven-bt-wrap.active, #eindhoven-bt-wrap:hover{
    background: url(/Images/btn_eindhoven-active.png) no-repeat;
}

#eindhoven-radius.pulse{
    width: 140px;
    height: 140px;
    top: 35px;
    left: -30px;
    opacity: 0;
}

/* DUREN */
#duren-place-wrap{
    left: 425px;
    top: 150px;
}

#duren-bt-wrap{
    background: url(/Images/btn_duren.png) no-repeat;
}
#duren-bt-wrap.active, #duren-bt-wrap:hover{
    background: url(/Images/btn_duren-active.png) no-repeat;
}

#duren-radius.pulse{
    width: 140px;
    height: 140px;
    top: 35px;
    left: -30px;
    opacity: 0;
}

/* HANNOVER */
#hannover-place-wrap{
    left: 495px;
    top: 50px;
}

#hannover-bt-wrap{
    background: url(/Images/btn_hannover.png) no-repeat;
}
#hannover-bt-wrap.active, #hannover-bt-wrap:hover{
    background: url(/Images/btn_hannover-active.png) no-repeat;
}

#hannover-radius.pulse{
    width: 140px;
    height: 140px;
    top: 35px;
    left: -30px;
    opacity: 0;
}

/* FRANKFURT */
#frankfurt-place-wrap{
    left: 485px;
    top: 205px;
}

#frankfurt-bt-wrap{
    background: url(/Images/btn_frankfurt.png) no-repeat;
}
#frankfurt-bt-wrap.active, #frankfurt-bt-wrap:hover{
    background: url(/Images/btn_frankfurt-active.png) no-repeat;
}

#frankfurt-radius.pulse{
    width: 140px;
    height: 140px;
    top: 35px;
    left: -30px;
    opacity: 0;
}

/* PRAGUE */
#prague-place-wrap{
    left: 590px;
    top: 208px;
}

#prague-bt-wrap{
    background: url(/Images/btn_prague.png) no-repeat;
}
#prague-bt-wrap.active, #prague-bt-wrap:hover{
    background: url(/Images/btn_prague-active.png) no-repeat;
}

#prague-radius.pulse{
    width: 140px;
    height: 140px;
    top: 35px;
    left: -30px;
    opacity: 0;
}

/* OSTRAVA */
#ostrava-place-wrap{
    left: 665px;
    top: 208px;
}

#ostrava-bt-wrap{
    background: url(/Images/btn_ostrava.png) no-repeat;
}
#ostrava-bt-wrap.active, #ostrava-bt-wrap:hover{
    background: url(/Images/btn_ostrava-active.png) no-repeat;
}

#ostrava-radius.pulse{
    width: 140px;
    height: 140px;
    top: 35px;
    left: -30px;
    opacity: 0;
}

/* BRATISLAVA */
#bratislava-place-wrap{
    left: 730px;
    top: 263px;
}

#bratislava-bt-wrap{
    background: url(/Images/btn_bratislava.png) no-repeat;
}
#bratislava-bt-wrap.active, #bratislava-bt-wrap:hover{
    background: url(/Images/btn_bratislava-active.png) no-repeat;
}

#bratislava-radius.pulse{
    width: 140px;
    height: 140px;
    top: 35px;
    left: -30px;
    opacity: 0;
}

/* POZNAN */
#poznan-place-wrap{
    left: 662px;
    top: 50px;
}

#poznan-bt-wrap{
    background: url(/Images/btn_poznan.png) no-repeat;
}
#poznan-bt-wrap.active, #poznan-bt-wrap:hover{
    background: url(/Images/btn_poznan-active.png) no-repeat;
}

#poznan-radius.pulse{
    width: 140px;
    height: 140px;
    top: 35px;
    left: -30px;
    opacity: 0;
}

/* WARSAW */
#warsaw-place-wrap{
    left: 785px;
    top: 50px;
}

#warsaw-bt-wrap{
    background: url(/Images/btn_warsaw.png) no-repeat;
}
#warsaw-bt-wrap.active, #warsaw-bt-wrap:hover{
    background: url(/Images/btn_warsaw-active.png) no-repeat;
}

#warsaw-radius.pulse{
    width: 140px;
    height: 140px;
    top: 35px;
    left: -30px;
    opacity: 0;
}

/* BUDAPEST */
#budapest-place-wrap{
    left: 790px;
    top: 315px;
}

#budapest-bt-wrap{
    background: url(/Images/btn_budapest.png) no-repeat;
}
#budapest-bt-wrap.active, #budapest-bt-wrap:hover{
    background: url(/Images/btn_budapest-active.png) no-repeat;
}

#budapest-radius.pulse{
    width: 140px;
    height: 140px;
    top: 35px;
    left: -30px;
    opacity: 0;
}

.pulse{
  background: #73d1f6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: -10;
}

@-webkit-keyframes pulse {
  0%   { -webkit-transform:scale(0.1, 0.1); opacity: 0; }
  50%   { opacity: 0.9; }
  100% { -webkit-transform:scale(1.2, 1.2); opacity: 0; }
}
@-moz-keyframes pulse {
  0%   { -moz-transform:scale(0.1, 0.1); opacity: 0; }
  50%   { opacity: 0.9; }
  100% { -moz-transform:scale(1.2, 1.2); opacity: 0; }
}
@-o-keyframes pulse {
  0%   { -o-transform:scale(0.1, 0.1); opacity: 0; }
  50%   { opacity: 0.9; }
  100% { -o-transform:scale(1.2, 1.2); opacity: 0; }
}
@keyframes pulse {
  0%   { transform:scale(0.1, 0.1); opacity: 0; }
  50%   { opacity: 0.9; }
  100% { transform:scale(1.2, 1.2); opacity: 0; }
}

.place-wrap.active .pulse {
  -webkit-animation: pulse 1.5s ease-out infinite; /* Safari 4+ */
  -moz-animation:    pulse 1.5s ease-out infinite; /* Fx 5+ */
  -o-animation:      pulse 1.5s ease-out infinite; /* Opera 12+ */
  animation:         pulse 1.5s ease-out infinite; /* IE 10+ */
}

/****************************************************/
/*                    PAGINATION                    */
/****************************************************/
.custom-pagination {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px 0;
}

    .custom-pagination li {
        display: inline;
        padding: 4px;
    }

        .custom-pagination li.page {
        }

        .custom-pagination li a {
            display: inline-block;
        }

        .custom-pagination li.page a {
            width: 14px;
            height: 14px;
            border: 2px solid #00abee;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

            .custom-pagination li.page.active a, .custom-pagination li.page a:hover {
                background: url("/Images/btn_page-active.png") center center no-repeat;
            }

        .custom-pagination li.prev {
            padding-right: 25px;
        }

        .custom-pagination li.next {
            padding-left: 25px;
        }

        .custom-pagination li.prev a {
            width: 9px !important;
            height: 14px !important;
            background: url("/Images/btn_arrow-prev.png") center center no-repeat;
            border: 0;
        }

        .custom-pagination li.next a {
            width: 9px !important;
            height: 14px !important;
            background: url("/Images/btn_arrow-next.png") center center no-repeat;
            border: 0;
        }

/****************************************************/
/*                    SPLASHPAGE                    */
/****************************************************/
.splashbox {
    margin-top: 100px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 8px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 0px 6px 8px 0px rgba(50, 50, 50, 0.6);
    box-shadow: 0px 6px 8px 0px rgba(50, 50, 50, 0.6);
}

    .splashbox h1 {
        color: #231f20;
        font-weight: 100;
        font-size: 24px;
        font-style: normal;
        padding: 20px;
        border-bottom: 1px solid #acdef3;
        margin: 0;
    }

    .splashbox .splash-header {
        width: 100%;
        background: #171c21;
        height: 125px;
    }

    .splashbox .splash-footer {
        padding: 20px;
        border-top: 1px solid #acdef3;
    }

.splash-logo {
    background: url("/Images/img_splash-header-v2.png") no-repeat;
    width: 277px;
    height: 69px;
    display: inline-block;
    margin: 32px 0 24px 15px;
}

/****************************************************/
/*                    CHOSEN JS                     */
/****************************************************/
.chosen-container {
    font-size: 18px;
    font-weight: 400;
    color: #171c21;
    padding: 20px;
    cursor: pointer;
}

.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    background: #FFFFFF;
    box-shadow: none;
    padding: 0;
}

.chosen-container-single .chosen-drop {
    border: 0;
    border-radius: 0;
}

.chosen-container-single .chosen-single span {
    color: #00adef;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

    .chosen-container .chosen-results li {
        padding: 15px 20px;
    }

        .chosen-container .chosen-results li.highlighted {
            background: #00adef;
            color: #FFFFFF;
        }

/* static */
.chosen-container-single .chosen-single div b {
    background: url("/Images/img_chosen-down.png") no-repeat center center;
    width: 11px;
    height: 7px;
    position: relative;
    top: 10px;
}
/* active */
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("/Images/img_chosen-up.png") no-repeat center center;
    width: 11px;
    height: 7px;
}


/****************************************************/
/*                   MEDIA QUERIES                  */
/****************************************************/
/****** SMALLER THAN TABLET ******/
@media (max-width: 767px) {

    .navbar-inner .top-nav, .navbar-inner .main-nav ul {
        /*min-width: 435px;*/
        float: left;
    }

    .navbar-inner .top-nav .small-nav{
        display: none;
    }

    .navbar-inner .mobile-nav-placeholder{
        width: 50%;
        height: 80px;

    }

    .navbar-inner .mobile-nav-placeholder .top-nav{
        min-width: 100%;
        width: 100%;
        padding: 0 10px;
    }

    .navbar-inner .mobile-menu{
        display: block;
        clear: both;
    }

    .navbar-inner .mobile-menu a.dropdown-link{
        padding: 0 15px;
        font-size: 16px;
    }

    .mobile-dropdown li a{
        padding: 0 15px;
    }

    .navbar-inner .mobile-nav-placeholder .top-nav #language{
        display: none;
    }

    .navbar-fixed-top {
        /*position: absolute;*/
    }

    .fullpage-mobile #btn-fullpage-back{
        display: inline-block;
    }

    #btn-fullpage-back{
        display: none;
    }

    .navbar-inner .logo{
        width: 50%;
        height: 80px;
    }

    .navbar-inner .logo span{
        background-size: 100%;
        max-width: 225px;
    }

    .navbar-inner .main-nav {
        display: none;
    }

    .cover-img{
        min-width: 100%;
    }

    .cover-img.small h2 {
        width: 80%;
        margin-top: 150px;
    }

    .cover-img.medium, .cover-img.small{
        height: 380px;
    }

    .cover-img.medium h2 {
        width: 80%;
    }

    .intro-text, .intro-text p{
        font-size: 16px;
        line-height: 24px;
    }

    .page-section .container .section-title{
        font-size: 30px;
        font-family: 'Sanuk Pro', 'Open Sans', sans-serif;
    }

    .content-box h3{
        font-size: 22px;
        -ms-word-break: break-all;
         word-break: break-all;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
            font-family: 'Sanuk Pro', 'Open Sans', sans-serif;
    }

    .content-box p{
        line-height: 18px;
    }

    .col-sm-6 .content-box.height-small {
        height: 150px;
        overflow: hidden;
    }

    .col-sm-6 .content-box.height-medium {
        height: 165px;
        overflow: hidden;
    }

    .footer .footer-col {
        padding-left: 10px;
    }

    .raphael-canvas {
        display: none;
    }

    .graphic.marker {
        display: none;
    }

    .flexslider .flex-full .container h2{
        width: 90%;
        font-size: 30px;
    }
    .flexslider .flex-full .container .cover-text{
        width: 90%;
        font-size: 16px;
    }
    .flexslider .flex-full .container{
        padding-top: 120px;
    }

    #fullpage .slide .cover-img.fullpage h2{
        font-size: 30px;
    }

    #fullpage .slide .cover-img.fullpage h2, #fullpage .slide .cover-img.fullpage .cover-text{
        width: 90%;
    }

    #fullpage .slide .cover-img.fullpage .container{
        padding-top: 120px;
    }

    #fullpage .slide .cover-img.fullpage .cover-text{
        font-size: 16px;
    }

    .spec.second {
        top: 550px;
        right: 15px;
    }

    .spec.third {
        top: 740px;
        right: 15px;
        margin-bottom: 100px;
    }

    .news-item-content {
        margin-top: 15px;
    }

    .cover-img.large{
        height: 480px;
        overflow: hidden;
    }

    .cover-img.large .large-cover-content {
        width: 80%;
    }

    .arrow_box {
        position: static;
        left: 0 !important;
        top: 0 !important;
        right: 0 !important;
        margin-bottom: 25px !important;
    }

    .arrow_box.spec{
        width: 100%;
    }

    .arrow_box.arrow-right:before, .arrow_box.arrow-right:after, .arrow_box.arrow-left:before, .arrow_box.arrow-left:after{
        border: none !important;
        left: 0 !important;
        display: none;
    }

        .arrow_box.arrow-right {
            left: 10px !important;
        }

    #about-boxes-1, #about-boxes-2{
        min-height: 100px;
    }

    .quote{
        padding: 0 20px;
    }

    .quote p{
        font-size: 22px;
    }

    .footer{
        padding: 30px 0 5px 0;
    }

    .footer-col{
        margin-bottom: 20px;
    }

    .fullwidth-image span.title{
        font-size: 30px;
        line-height: 36px;
        width: 60%;
    }

    .map-container {
        padding-top: 25px;
        min-height: 760px;
    }

    .map-widget {
        min-height: 300px;
        background: url(/Images/map.png) no-repeat top center;
        padding-bottom: 30px;
        padding-top: 20px;
    }

    .map-container button {
        font-weight: 100;
        outline: none !important;
        width: auto;
        height: auto;
        padding: 14px 20px 13px 20px;
        text-indent: 0px;
        position: static;
        background: #00abee !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #ffffff;
        font-size: 16px;
        margin: 15px 12px 0 0;
    }

    .map-container .tabs{
        position: relative;
        top: 30px;
    }

        .map-container button:hover, .map-container button.active, .map-container button:focus {
            background: #171c21 !important;
            color: #ffffff;
        }

    .content-box p{
        font-size: 13px;
    }

    .intro-subtext .img-container{
        width: 100%;
    }

    #fullPage-nav.right{
        display: none;
    }

    .splashbox{
        margin-bottom: 50px;
    }

    .splashbox select{
        width: 100%;
        height: 45px;
    }

    .content-box h3 {
        min-height: 26px;
    }

    .map-widget .download-destinations{
        margin-top: 20px;
    }

    .map-widget .col-download-destinations{
        text-align: left;
        width: auto;
    }

    .form{
        margin-bottom: 80px;
    }

        .form .w25p, .form .w50p, .form .w75p{
            width: 100%;
        }

        .form .w50p.left, .form .w25p.left, .form .w75p.left{
            padding-right: 0;
        }
        .form .w50p.right, .form .w25p.right, .form .w75p.right{
            padding-left: 0;
        }
        .form .checkbox.right{
            padding-left: 20px;
        }
        .form .countrylist1{
            margin-bottom: 0;
        }

    .page-section.textpage {
        padding: 80px 0;
    }

    .footer .footer-logos li span{
        margin: 10px;
        display: inline-block;
    }


}

/****** TABLET ******/
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-inner .top-nav, .navbar-inner .main-nav ul {
        min-width: 435px;
    }

    .navbar-inner .main-nav {
        display: none;
    }

    .cover-img.small h2 {
        width: 65%;
    }

    .cover-img.medium h2 {
        width: 65%;
    }

    .col-sm-6 .content-box.height-small {
        height: 150px;
        overflow: hidden;
    }

    .col-sm-6 .content-box.height-medium {
        height: 165px;
        overflow: hidden;
    }

    .footer .footer-col {
        padding-left: 10px;
    }

    .raphael-canvas {
        display: none;
    }

    .graphic.marker {
        display: none;
    }

    .spec.second {
        top: 550px;
        right: 15px;
    }

    .spec.third {
        top: 740px;
        right: 15px;
        margin-bottom: 100px;
    }

    .news-item-content {
        margin-top: 15px;
    }

    .cover-img.large .large-cover-content {
        width: 50%;
    }

    .arrow_box {
        right: 10px !important;
    }

        .arrow_box.arrow-right {
            left: 10px !important;
        }

    .map-container {
        padding-top: 25px;
        min-height: 760px;
    }

    .map-widget {
        min-height: 700px;
        background: url(/Images/map.png) no-repeat top center;
    }

    .map-container button {
        font-weight: 100;
        outline: none !important;
        width: auto;
        height: auto;
        padding: 14px 20px 13px 20px;
        text-indent: 0px;
        position: static;
        background: #00abee !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #ffffff;
        font-size: 18px;
    }

    .map-buttons .place-wrap{
        position: static;
        float: left;
        width: auto !important;
        height: auto !important;
    }

    .map-buttons .place-wrap .btn-wrap{
        background: none !important;
        width: auto !important;
        height: auto !important;
    }

    .map-buttons .btn-wrap.active .btn{
        background: #171c21 !important;
    }

    .map-buttons .place-wrap .btn-wrap button{
        margin: 15px 12px 0 0;
    }

    .map-buttons .place-wrap .pulse{
        display: none;
    }

        .map-container button:hover, .map-container button.active, .map-container button:focus {
            background: #171c21 !important;
            color: #ffffff;
        }

    .content-box p{
        font-size: 13px;
    }

    .intro-subtext .img-container{
        width: 720px;
    }

    .content-box h3 {
        min-height: 26px;
    }

    .map-container .tabs{
        width: 720px;
    }

    .map-container .tab-content table.half{
        width: 310px;
    }

    .map-widget .col-download-destinations{
        text-align: left;
        width: 740px;
    }

    .form{
        margin-bottom: 80px;
    }
}

/****** TABLET LANDSCAPE & DESKTOP ******/
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-inner .top-nav, .navbar-inner .main-nav ul {
        min-width: 655px;
    }

    .cover-img.small h2 {
        width: 55%;
    }

    .cover-img.medium h2 {
        width: 35%;
    }

    .content-box h3 a, .content-box h3{
        font-size: 21px;
    }

    .intro-subtext .img-container{
        width: 620px;
    }
}

/****** LARGE DESKTOP ******/
@media (min-width: 1200px) {
    .navbar-inner .top-nav, .navbar-inner .main-nav ul {
        min-width: 855px;
    }

    .map-container {
        width: 940px;
        left: 100px;
    }

    #about-boxes-1 .spec.first{
        right: 200px;
    }

    #about-boxes-1 .spec.second{
        right: 215px;
    }

    #about-boxes-1 .spec.third{
        right: 335px;
    }

    #about-boxes-2 .spec.first {
        right: 380px;
    }

    #about-boxes-2 .spec.second {
        right: 420px;
    }

    #about-boxes-2 .spec.third {
        right: 480px;
    }

    #about-boxes-2 .spec.fourth {
        right: 510px;
    }

    #canvas-7{
        width: 768px;
    }

    .content-box p{
        font-size: 13px;
    }

    .map-container .tabs{
        left: -100px;
    }

    .content-box h3 {
        min-height: 52px;
    }
}

@media (min-width: 1400px) {
    .visible-xl{
        display: block;
    }

    .cover .cover-img .gradient-left-halfblack.visible-xl{
        margin-left: -115px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: -moz-linear-gradient(left, rgba(23,28,33,1) 0%, rgba(23,28,33,0) 100%);
        background: -webkit-linear-gradient(left, rgba(23,28,33,1) 0%,rgba(23,28,33,0) 100%);
        background: -o-linear-gradient(left, rgba(23,28,33,1) 0%,rgba(23,28,33,0) 100%);
        background: -ms-linear-gradient(left, rgba(23,28,33,1) 0%,rgba(23,28,33,0) 100%);
        background: linear-gradient(left, rgba(23,28,33,1) 0%,rgba(23,28,33,0) 100%);
        width: 300px;
    }

    .cover .cover-img .gradient-right-halfblack.visible-xl{
        margin-right: -115px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        background: -moz-linear-gradient(right, rgba(23,28,33,1) 0%, rgba(23,28,33,0) 100%);
        background: -webkit-linear-gradient(right, rgba(23,28,33,1) 0%,rgba(23,28,33,0) 100%);
        background: -o-linear-gradient(right, rgba(23,28,33,1) 0%,rgba(23,28,33,0) 100%);
        background: -ms-linear-gradient(right, rgba(23,28,33,1) 0%,rgba(23,28,33,0) 100%);
        background: linear-gradient(right, rgba(23,28,33,1) 0%,rgba(23,28,33,0) 100%);
        width: 300px;
    }
}

/****************************************************/
/*                      RETINA                      */
/****************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    .navbar-inner .logo soan{
        background: url("/Images/idealogistic-logo-v2@2x.png") no-repeat center center;
        background-size: 100% !important;
    }

    .graphic.airplane-1 {
        background: url(/Images/airplane@2x.png) no-repeat;
        background-size: 100% !important;
    }

    .graphic.marker {
        background: url(/Images/img_marker@2x.png) no-repeat;
        background-size: 100% !important;
    }

    .graphic.cloud1 {
        background: url(/Images/img_cloud1@2x.png) no-repeat;
        background-size: 100% !important;
    }

    .graphic.cloud2 {
        background: url(/Images/img_cloud2@2x.png) no-repeat;
        background-size: 100% !important;
    }

    .splash-logo {
        background: url("/Images/img_splash-header-v2@2x.png") no-repeat;
        background-size: 100%;
    }

    /* static */
    .chosen-container-single .chosen-single div b {
        background: url("/Images/img_chosen-down@2x.png") no-repeat center center !important;
        background-size: 100% !important;
    }
    /* active */
    .chosen-container-active.chosen-with-drop .chosen-single div b {
        background: url("/Images/img_chosen-up@2x.png") no-repeat center center !important;
        background-size: 100% !important;
    }

    .custom-pagination li.prev a {
        background: url("/Images/btn_arrow-prev@2x.png");
        background-size: 100% !important;
    }

    .custom-pagination li.next a {
        background: url("/Images/btn_arrow-next@2x.png");
        background-size: 100% !important;
    }
}
