/*=====================================================================================*/
/*          GENERAL                                                                    */
/*=====================================================================================*/

* {
    margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Roboto","Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
}

body {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #787878;
    background-color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.mobile {
    display: none;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -160px; /* the bottom margin is the negative value of the footer's height */
}

.push {
    height: 160px; /* .push must be the same height as .footer */
}

/* some editor stuff */

blockquote {
    font-size: 27px;
    font-weight: 100;
    padding: 0px 0px;
    margin: 1.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-family: 'Lora',serif;
    display: block;
    color: #484848;
}

    blockquote:before {
        color: #ECECEC;
        content: open-quote;
        font-size: 4em;
        line-height: 0.9em;
        margin-right: 15px;
        vertical-align: 0.6em;
        float: left;
        height: 100px;
    }

    blockquote p {
        display: inline;
    }


.caption {
    background-color: #282e6a;
    color: #fff;
    padding: 24px;
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    top: -7px;
}

.twoColumn {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    padding: 7px 0px;
}

/* end of editor stuff */

footer {
    min-height: 160px;
    width: 100%;
    overflow: hidden;
    background-color: #bec4d3;
}

.home footer {
    background-color: #bec4d3;
}

.footer-bg {
    width: 100%;
    font-size: 0;
}

    .footer-bg img {
        display: block;
    }

.footer-color {
    background-color: #464646;
    height: 100%;
}

.container.footer-menu {
    overflow: hidden;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
    text-align: right;
}

.clearfix {
    display: block;
    clear: both;
}

a {
    outline: none;
    text-decoration: none;
    color: #00215b;
}

    a:hover, a:focus {
        outline: none;
        text-decoration: none;
        opacity: 0.9;
    }

    a img {
        border: none;
    }

.container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

strong {
    font-weight: 700;
}

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

.container-page {
    overflow: hidden;
}

.page-details {
    padding: 0 0 50px 0;
}

/*=====================================================================================*/
/*       HEADER                                                                        */
/*=====================================================================================*/
header {
}


.carousel {
    /*display:none;*/
}

.headerImage {
    display: block;
    position: relative;
    max-width: 1600px;
    /* width: 100%; */
    margin: 0 auto;
    height: 200px;
    overflow: hidden;
}

.home .headerImage {
    display: none;
}

.home .carousel {
    display: block;
}

.simpleImage {
    position: relative;
    top: -60px;
}

    .simpleImage img {
        width: auto;
    }

.headerImage .container {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.headerImage h1 {
    color: #fff;
    font-size: 25px;
    line-height: 52px;
    padding-bottom: 10px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 4px;
}


/*=====================================================================================*/
/*       FOOTER                                                                        */
/*=====================================================================================*/
footer .down-logo {
    float: left;
    max-width: 191px;
    display: block;
    width: 191px;
    font-size: 0;
    border: 0;
}

    footer .down-logo:hover {
        opacity: 0.8;
    }

footer .footer-menu ul {
    text-transform: uppercase;
    margin: 0;
    padding: 53px 0 0;
    list-style: none;
    float: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-align: right;
}

footer .footer-menu li {
    display: inline-block;
    padding: 0 10px;
    border-right: 2px solid #fff;
}

    footer .footer-menu li:last-child {
        padding: 0 0 0 10px;
        border-right: none;
    }

    footer .footer-menu li a {
        display: inline-block;
        color: #fff;
    }

        footer .footer-menu li a:hover {
            opacity: 0.8;
        }
/*=====================================================================================*/
/*        FORM                                                                         */
/*=====================================================================================*/

::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #c3c3c3;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    opacity: 1 !important;
    color: #bebebe;
}

:-ms-input-placeholder {
    opacity: 1 !important;
    color: #bebebe;
}

input, textarea {
    font-size: 14px;
    border: 1px solid #b8b8b8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 12px 9px;
    color: #7b7b7b;
}

    input.error, textarea.error {
        border-color: #b02d2a;
        color: #b02d2a;
        background-color: #fff0f0;
    }

textarea {
}


/* MASTER*/

/*COMMON*/
h1 {
    color: #00215b;
    font-size: 42px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 50px;
}

h2 {
    color: #00215b;
    font-size: 35px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 38px;
}

h3 {
    color: #00215b;
    font-size: 28px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 31px;
}

h4 {
    color: #00215b;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 21px;
}

h5 {
    color: #5d6c90;
    font-size: 12.5px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 15px;
}
/*=====================================================================================*/
/*        HOME                                                                         */
/*=====================================================================================*/
.home-categories {
    overflow: hidden;
}

.category .col50 {
    float: left;
    width: 50%;
}

    .category .col50:first-child h2,
    .category .col50:first-child p {
        padding-right: 23%;
    }

    .category .col50:last-child h2,
    .category .col50:last-child p {
        padding-left: 12%;
        padding-right: 9%;
    }

    .category .col50:last-child .link {
        margin-left: 12%;
    }

.category img {
    display: block;
    max-width: 565px;
    border: 1px solid #282e6a;
}

.home-categories .category {
    overflow: hidden;
    margin-bottom: 85px;
}

.category .col50.statistics {
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
    top: 80px;
}

    .category .col50.statistics .col50 {
        padding: 28px 4% 0 4%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


.home-categories .category-4 {
    margin-bottom: 0;
    position: relative;
    z-index: 1000;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: right center;
    height: 600px;
}

    .home-categories .category-4 img {
        position: relative;
        z-index: 1000;
        display: block;
        width: 100%;
    }

    .home-categories .category-4 .col50 {
        left: 50%;
        position: absolute;
        top: 10%;
        width: 45%;
        z-index: 2000;
        background-color: rgba(31, 36, 83, 0.4);
        padding: 4% 5%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.category h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 25px;
    padding-top: 26px;
}

.home-categories .category-4 h2 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 20px;
}

.category p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #6F6F6F;
    line-height: 22px;
}

.home-categories .category-4 p {
    font-size: 17px;
    font-weight: 300;
    line-height: 21px;
}

.link {
    background-color: #e6e6e6;
    padding: 18px 27px;
    margin: 20px 0 10px 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.09);
    border: 1px solid rgba(0, 0, 0, 0.11);
    transition: all 0.5s ease-in-out;
}

    .link:hover {
        background-color: #282e6a;
        color: #fff;
        box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.09);
        border: 1px solid rgba(0, 0, 0, 0.11);
    }

.home-categories .category-4 h2,
.home-categories .category-4 p {
    color: #fff;
}

.category .blue-box {
    border-top: 2px solid #1e232b;
    padding: 30px;
}

    .category .blue-box:hover {
        opacity: 0.9;
    }

    .category .blue-box p {
        font-size: 19px;
        font-weight: 700;
        color: #fff;
        line-height: 22px;
        padding: 7px 0 0 0 !important;
    }



/*.shadow {
    display: block;
    position: relative;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
  box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;

  background-color:#00215b;
  opacity:4.7;
}

.shadow img {
  max-width: 100%;
  position: relative;
  z-index: -1;
}*/


.tint {
    position: relative;
}

    .tint:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,33,91, 0.5);
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear;
        transition: background .3s linear;
    }

    /*.tint:hover:before {
	background: none;
}*/

    .tint .caption {
        color: #fff;
        position: absolute;
        bottom: 0;
        background-color: rgba(40,46,106, 0.6);
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        padding: 24px 28px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


.download-info a:hover {
    opacity: 0.8;
}

.home h1 {
    color: #5a88ad;
    letter-spacing: -1px;
    padding-bottom: 37px;
    margin-bottom: 36px;
    background-image: url(/Images/h1_border.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.blue-box {
    background: #282e6a; /* Old browsers */
    background: -moz-linear-gradient(top, #282e6a 0%, #202454 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282e6a), color-stop(100%,#202454)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #282e6a 0%,#202454 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #282e6a 0%,#202454 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #282e6a 0%,#202454 100%); /* IE10+ */
    background: linear-gradient(to bottom, #282e6a 0%,#202454 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282e6a', endColorstr='#202454',GradientType=0 ); /* IE6-9 */
    font-size: 23.5px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(16, 18, 42, 1);
    overflow: hidden;
    padding: 0 25px 0 35px;
}

.home-company-presentation .blue-box {
    padding: 35px 35px 20px 35px;
}

.blue-box a {
    color: #fff;
}

    .blue-box a:hover {
        opacity: 0.9;
    }

.blue-box p {
    float: left;
    width: 80%;
}

.blue-box img {
    max-width: 28px;
    float: right;
    width: 20%;
}

.email-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 40px;
    width: 85%;
}

.email-button {
    background: url("/Images/blog_next.png") no-repeat center center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 40px;
    width: 15%;
}

    .email-button:hover {
        background-image: url("/Images/blog_next_hover.png");
    }

/*home-articles-container*/
.home-articles-container {
    background-color: #e6e9f5;
    overflow: hidden;
    padding: 85px 0 63px 0;
}

    .home-articles-container h2 {
        text-align: center;
        font-weight: 300;
        font-size: 26px;
    }

    .home-articles-container .articles {
        overflow: hidden;
        padding: 10px 0 56px 0;
    }

.more-bt {
    display: block;
    text-align: center;
    font-size: 17px;
    margin: 0 auto;
    border: 1px solid #00215b;
    max-width: 143px;
    padding: 16px 0;
    font-weight: 500;
}

    .more-bt:hover {
        opacity: 0.8;
    }

.home-articles-container .articles .element {
    display: flex;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    float: left;
    width: 20%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 357px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.05);
    margin: 0 0.5%;
}

    .home-articles-container .articles .element:hover {
        opacity: 0.8;
    }

    .home-articles-container .articles .element:first-child {
        width: 36%;
    }

    .home-articles-container .articles .element img {
        display: block;
        max-height: 102px;
    }

    .home-articles-container .articles .element:first-child img {
        max-height: 192px;
    }

    .home-articles-container .articles .element:nth-child(odd) img {
        order: 1;
    }

    .home-articles-container .articles .element:nth-child(even) img {
        order: 2;
    }

    .home-articles-container .articles .element:nth-child(odd) .article-info {
        order: 2;
    }

    .home-articles-container .articles .element:nth-child(even) .article-info {
        order: 1;
    }

    .home-articles-container .articles .element .article-info {
        height: 223px;
        padding: 20px 15px;
    }

        .home-articles-container .articles .element .article-info:first-child {
            height: 142px;
        }

        .home-articles-container .articles .element .article-info .article-date {
            color: #5d6c90;
            font-size: 14px;
            line-height: 16px;
            padding-bottom: 10px;
        }

        .home-articles-container .articles .element .article-info h4 {
            padding-bottom: 15px;
        }

        .home-articles-container .articles .element .article-info .text {
            font-size: 15px;
            color: #787878;
            line-height: 20px;
        }

            .home-articles-container .articles .element .article-info .text p {
                padding: 0;
            }

/*contact*/
.home-contact-container {
    overflow: hidden;
    background-color: #bec4d3;
    padding: 50px 0 86px 0;
}

.home-contact-col {
    float: left;
    width: 60%;
}

.home-links-col {
    float: right;
    width: 35%;
}

.home-contact-container h3 {
    text-align: center;
}

.home-contact-container .white-cont {
    margin-top: 15px;
    background-color: #fff;
    padding: 27px 23px 29px 23px;
    /*  min-height:300px; */
}

.home-contact-container .home-contact-col .white-cont {
    border-top: 8px solid #5a88ad;
}

.home-contact-container .home-links-col .white-cont {
    border-bottom: 8px solid #5a88ad;
}

.home-contact-container .home-links-col ul {
    list-style: none;
    font-weight: 300;
    font-size: 16px;
}

    .home-contact-container .home-links-col ul li {
        border-bottom: 1px solid #dadef0;
        margin-bottom: 10px;
        padding-bottom: 12px;
    }

        .home-contact-container .home-links-col ul li:last-child {
            margin-bottom: 0;
        }

        .home-contact-container .home-links-col ul li a {
            color: #5a89ad;
        }

            .home-contact-container .home-links-col ul li a:hover {
                color: #00215b;
            }

.col-1-0f-3 {
    width: 32.33333333333333%;
    float: left;
    margin: 0 0.5%;
}

.col-1-0f-4 {
    width: 24%;
    float: left;
    margin: 1.5% 0.5%;
}

.home-contact-container .home-contact-col h4 {
    padding: 0px 0 20px 0;
    min-height: 20px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.home-contact-container .home-contact-col .text,
.home-contact-container .home-contact-col .col-1-0f-3 p {
    font-size: 13px;
    line-height: 19px;
    color: #969696;
    font-weight: 300;
}

.home-contact-container .rss-link {
    margin-top: 50px;
    max-width: 42px;
    display: block;
}

    .home-contact-container .rss-link:hover {
        opacity: 0.8;
    }


.thanks-msg {
    clear: both;
    color: green;
    font-size: 15px;
    line-height: 18px;
    padding-top: 10px;
    text-align: center;
    display: none;
}
/*=====================================================================================*/
/*        BLOG                                                                         */
/*=====================================================================================*/
.blog-site {
    overflow: hidden;
}

.blog-list-col {
    float: left;
    width: 65%;
    max-width: 770px;
}

.blog-info-col {
    float: right;
    width: 35%;
    max-width: 300px;
    padding-top: 10px;
}

.page .blog-info-col {
    padding-top: 25px;
}

.blog-newspapers, .blog-environmental-report {
    margin-bottom: 35px;
}

    .blog-environmental-report img, .blog-technology img {
        display: block;
    }

.blog-technology {
    position: relative;
}

.blue-box.blog-side-sm {
    font-size: 13.4px;
    line-height: 18px;
    border-top: 2px solid #1e232b;
    padding-bottom: 18px;
    padding-top: 15px;
}

    .blue-box.blog-side-sm img {
        max-width: 18px;
    }

.blog-technology .blue-box p {
    float: left;
    width: 100%;
}

.blog-technology .over-text {
    bottom: 54px;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 35px;
    position: absolute;
    font-size: 43px;
    font-weight: 700;
    line-height: 47px;
}

.widget {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
}

    .widget img {
        width: 100%;
        max-width: 300px;
        display: block;
    }

.header-blog {
    clear: both;
    margin-bottom: 8px;
    border-bottom: 1px solid #e5e8ee;
    display: none;
}

/*mobile dropdowns*/
.mobile-dropdowns {
    float: left;
    display: none;
}

.search-block {
    margin-bottom: 35px;
    overflow: hidden;
}

.search-input {
    display: block;
    float: left;
    border: 1px solid #e9e9e9;
    border-right: 0;
    height: 36px;
    padding: 0 0 0 10px;
    width: 80%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-button {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-left: 0;
    float: left;
    text-indent: -99999em;
    background-image: url(/Images/magnifier.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 19%;
    height: 34px;
}

    .search-button:hover {
        opacity: 0.8;
    }

.blog-article {
    padding: 0 0 35px 0;
    font-weight: 300;
}

    .blog-article h2 {
        font-size: 32px;
        padding-bottom: 20px;
        font-weight: 100;
    }

        .blog-article h2:hover a {
            color: #5a88ad;
        }

.article-date {
    font-size: 14px;
    color: #5d6c91;
}

.blog-article img {
    width: 100%;
    max-width: 770px;
}

.blog-article .text {
    padding: 25px 0 30px 0;
}

    .blog-article .text p {
        padding: 0;
    }

.contact-info-txt .text {
    padding-top: 0;
}

.more-link {
    font-size: 15px;
    color: #00215b;
    font-weight: 700;
    background-image: url(/Images/more_velos.png);
    background-repeat: no-repeat;
    background-position: right 60%;
    padding-right: 14px;
}

    .more-link:hover {
        color: #5a88ad;
        background-image: url(/Images/more_velos_hover.png);
    }

.footer-blog {
    overflow: hidden;
    margin-top: 47px;
    padding: 47px 0;
    border-top: 1px solid #e5e8ee;
}

.nav-prev {
    float: left;
    width: 50%;
    padding-left: 18px;
    background-image: url(/Images/blog_prev.png);
    background-repeat: no-repeat;
    background-position: left 60%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-next {
    float: right;
    text-align: right;
    width: 50%;
    padding-right: 18px;
    background-image: url(/Images/blog_next.png);
    background-repeat: no-repeat;
    background-position: right 60%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-prev, .nav-next {
    font-size: 13.5px;
    color: #00215b;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 15px;
}

    .nav-prev:hover {
        color: #5a88ad;
        background-image: url(/Images/blog_prev_hover.png);
    }

    .nav-next:hover {
        color: #5a88ad;
        background-image: url(/Images/blog_next_hover.png);
    }

.blog-categories {
    background-color: #bfc4d3;
    margin-bottom: 10px;
}

    .blog-categories h3 {
        font-size: 13px;
        color: #ffffff;
        font-weight: 200;
        text-shadow: 1px 1px 1px rgb(93, 104, 140);
        text-transform: uppercase;
        margin: 0 26px 0 20px;
        padding: 9px 0 8px 0px;
        border-bottom: 1px solid #9EA1B9;
        -moz-box-shadow: 0 1px 0 #c7ccd9;
        -webkit-box-shadow: 0 1px 0 #c7ccd9;
        box-shadow: 0 1px 0 #D2D8E6;
    }

    .blog-categories ul {
        list-style: none;
        padding: 0 0px 5px 0;
        margin: 0;
    }

    .blog-categories li {
        display: block;
    }

        .blog-categories li a {
            display: block;
            margin-top: 5px;
            font-size: 17px;
            line-height: 22px;
            padding: 7px 0 11px 19px;
            font-weight: 300;
            transition: 0.2s all ease-in-out;
        }

            .blog-categories li.selected a, .blog-categories li a:hover {
                background-color: #00215b;
                color: #fff;
            }

.blue-box.subscribe {
    padding-top: 24px;
    padding-bottom: 30px;
    border-bottom: 3px solid #000;
}

    .blue-box.subscribe img {
        max-width: 39px;
        position: relative;
        top: 3px;
    }

.bg-box-email {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px;
    background-color: #f3f3f3;
}

.blue-box.newspaper {
    padding-top: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid #000;
}

.bg-box {
    padding: 34px 16% 15px 16%;
    background-color: #575757;
}

/*article*/
.article .text p,
.page .text p {
    font-weight: 300;
    color: #5D5D5D;
    font-size: 17px;
    line-height: 27px;
}

    .article .text p:first-child,
    .page .text p:first-child,
    .page .text p.highlighted-paragraph {
        color: #202554;
        font-size: 26px;
        line-height: 32px;
        font-weight: 400;
    }

.contact_us .article .text p:first-child {
    color: #5b5b5b;
    font-size: 18px;
    line-height: 30px;
}

.article .blog-article .text ul,
.page .page-details .text ul {
    margin: 25px 0;
}

    .article .blog-article .text ul li,
    .page .page-details .text ul li {
        list-style-position: outside;
        list-style-image: url('/Images/list_bullet.png');
        padding: 6px 0 6px 30px;
        margin: 0 0 0 31px;
        color: #5b5b5b;
        font-weight: 300;
        font-size: 17px;
        line-height: 27px;
    }

.article .blog-article .text p,
.page .page-details .text p {
    margin: 25px 0;
    overflow: hidden;
}

.article .blog-article .text ul li p,
.page .page-details .text ul li p {
    display: inline;
    margin: 0;
    overflow: hidden;
}

.quote, .page .text p.quote {
    color: #282e6a;
    font-weight: 300;
    padding-left: 76px !important;
    background-position: left top;
    background-repeat: no-repeat;
}

.article .quote {
    font-size: 30px;
    margin: 40px 0 !important;
    background-image: url(/Images/quote.png);
}

.page .text p.quote, .page .text .quote {
    font-size: 24px;
    line-height: 30px;
    margin: 25px 0 38px 0 !important;
    background-image: url(/Images/quote_page.png);
}

.article .blog-article h2 {
    padding: 0 0 30px;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
}

.page h2 {
    /*padding:25px 0 10px 0;*/
    padding: 0 0 0px 0;
    font-size: 36px;
    font-weight: 100;
    line-height: 45px;
    color: #202554;
}

.page h3 {
    font-weight: 400;
    font-size: 21px;
}

.article .blog-article .article-date {
    font-weight: 700;
    font-size: 15px;
    font-style: italic;
}

.page .page-details .statistics {
    overflow: hidden;
    padding-bottom: 85px;
}

.col33 {
    width: 33%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 4% 0 0;
}

    .col33:nth-child(3n+1) {
        clear: left;
    }

.statistics .stat-num {
    font-size: 68px;
    font-weight: 100;
    line-height: 70px;
    color: #282e6a;
    margin: 0;
    padding: 0;
}

.statistics .stat-txt {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #282e6a;
    padding: 0 0 13px 0;
}

.statistics h2 {
    font-size: 68px;
    font-weight: 100 !important;
    line-height: 70px;
    color: #282e6a !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.statistics p {
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
    color: #A5A5A5 !important;
    padding: 0 !important;
    text-align: center;
}

.page-details .statistics p {
    text-align: left !important;
}

/*=====================================================================================*/
/*        NEWSPAPERS                                                                   */
/*=====================================================================================*/
.newspapers {
}

    .newspapers h2 {
        margin-bottom: 35px;
    }

    .newspapers p {
        margin-bottom: 25px;
    }

.newspaper-all {
    overflow: hidden;
    margin: 0 -2% 40px -2%;
}

.newspaper-element {
    margin: 2%;
    float: left;
    width: 21%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f3f3f3;
    display: block;
}

    .newspaper-element:hover {
        opacity: 0.9
    }

    .newspaper-element .bg-box {
        background-color: #f3f3f3;
        padding: 20px 16% 33px 16%;
    }

    .newspaper-element h3 {
        font-size: 19px;
        color: #282e6a;
        text-align: center;
        padding-bottom: 10px;
    }

    .newspaper-element img {
        -webkit-box-shadow: 0 14px 8px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 14px 8px 0 rgba(0,0,0,0.2);
        box-shadow: 0 14px 8px 0 rgba(0,0,0,0.2);
        max-width: 204px;
        display: block;
    }

    .newspaper-element .blue-box {
        font-size: 20px;
        line-height: 22px;
    }

        .newspaper-element .blue-box img {
            max-width: 22px;
        }

        .newspaper-element .blue-box p {
            margin-bottom: 0;
        }

/*pagination*/
.pagination {
    border-top: 1px solid #e5e8ee;
    margin-top: 47px;
    overflow: hidden;
    padding: 47px 0;
}

    .pagination ul {
        clear: both;
        display: inline-block;
        padding: 0;
        white-space: nowrap;
    }

        .pagination ul li {
            background-color: #fff;
            color: #00215b;
            display: inline-block;
            float: left;
            font-size: 13.5px;
            margin: 0;
            overflow: hidden;
        }

    .pagination li .prev.disabled, .pagination li .next.disabled {
        cursor: not-allowed;
        opacity: 0.4;
    }

    .pagination li .prev {
        background-image: url("/Images/blog_prev.png");
        background-position: left center;
        background-repeat: no-repeat;
        height: 22px;
        width: 20px;
        display: block;
    }

        .pagination li .prev:hover {
            background-image: url("/Images/blog_prev_hover.png");
        }

    .pagination li .next {
        background-image: url("/Images/blog_next.png");
        background-position: right center;
        background-repeat: no-repeat;
        height: 22px;
        width: 20px;
        display: block;
    }

        .pagination li .next:hover {
            background-image: url("/Images/blog_next_hover.png");
        }

    .pagination a {
        padding: 4px 8px;
    }

        .pagination a:hover {
            text-decoration: underline;
        }

    .pagination li .current {
        text-decoration: underline;
        font-weight: 700;
    }



/*=====================================================================================*/
/*        LETTERS                                                                      */
/*=====================================================================================*/
.letters {
    padding: 0 0 14px 0;
    border-bottom: 1px solid #bfbfbf;
    overflow: hidden;
}

    .letters ul {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 20px;
        line-height: 30px;
    }

        .letters ul li {
            display: inline;
            list-style-type: none;
            margin: 0 5px 0 0;
            padding: 0;
        }

            .letters ul li a {
                color: #787878;
                padding: 6px;
                text-decoration: none;
            }

                .letters ul li a:hover, .letters ul li.selected a {
                    color: #fff;
                    padding: 0 6px;
                    text-decoration: none;
                    background-color: #787878;
                }

.definitions {
    margin-bottom: 80px;
}

    .definitions h2 {
        font-size: 32px;
        line-height: 35px;
        margin-top: 37px;
        margin-bottom: 25px;
        padding-bottom: 10px;
        border-bottom: 1px solid #bfbfbf;
    }

    .definitions table {
        border: medium none;
        margin: 0;
        padding: 0;
    }

.definiendumTD {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: 0;
    padding: 2px 10px 25px 0;
    vertical-align: top;
    width: 20%;
    color: #787878;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.definiensTD {
    color: #787878;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    margin: 0;
    padding: 2px 0 25px 10px;
    vertical-align: top;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.definiensImgTD {
    font-size: 0;
    margin: 0;
    padding: 2px 0 25px 10px;
    vertical-align: top;
    width: 20%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}

    .definiensImgTD img {
        border: 1px solid #787878;
        width: 100%;
        max-width: 170px;
    }

.top-page {
    display: block;
    margin-top: 30px;
    font-size: 15px;
}

    .top-page:hover {
        opacity: 0.8;
    }

/*******FORM******/
.gform {
    overflow: hidden;
    padding-top: 60px;
}

.form-box {
    padding: 30px 60px;
    overflow: hidden;
    margin-bottom: 22px;
}

    .form-box.blue {
        background-color: #282e6a;
        color: #fff;
    }

    .form-box.gray {
        background-color: #5e5e5e;
        color: #fff;
    }

    .form-box.lightblue {
        background-color: #dbdbdb;
        color: #5e5e5e;
    }

    .form-box h2 {
        color: #fff;
    }

.gform label {
    display: inline-block;
    width: 45%;
    float: left;
    clear: right;
    padding-right: 10%;
}

.gform .input-col {
    display: inline-block;
    float: left;
    width: 45%;
    overflow: hidden;
}

.gform input, .gform textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gform .textarea-report label, .gform .textarea-report textarea {
    display: block;
    float: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gform .textarea-report label {
    margin-bottom: 10px;
}

.input-col > input {
    margin-bottom: 16px;
}

.input-col.checkbox-style > input {
    float: left;
    width: auto;
}

.file-input {
    /*background-image: url(/Images/file_input.png);*/
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
}

    .file-input:hover {
        /*background-image: url(/Images/file_input_hover.png);*/
    }

    .file-input input {
        /*display: block !important;
        width: 127px !important;
        height: 40px !important;
        opacity: 0 !important;
        overflow: hidden !important;*/
        cursor: pointer;
        float: left;
    }

    .file-input span {
        float: left;
        padding-left: 10px;
        display:none;
    }

.gform .button-list {
    overflow: hidden;
}

    .gform .button-list input {
        width: 20%;
        float: right;
        margin-left: 10px;
        cursor: pointer;
    }

        .gform .button-list input:hover {
            background-color: #5e5e5e;
            color: #fff;
        }

/*****************sitemap**************/
.sitemap .icon-sitemap {
    margin-bottom: 60px;
}

    .sitemap .icon-sitemap ul {
        padding-left: 20px;
    }

        .sitemap .icon-sitemap ul ul {
            padding-left: 40px;
        }

            .sitemap .icon-sitemap ul ul a {
                color: #787878;
            }

    .sitemap .icon-sitemap li {
        color: #00215b;
        list-style-type: disc;
    }


        .sitemap .icon-sitemap li li {
            color: #787878;
            font-size: 17px;
            list-style-type: circle;
        }

        .sitemap .icon-sitemap li a:hover {
            opacity: 0.8;
        }

.button a {
    display: inline-block;
    margin: auto;
    border: solid 1px #999;
    margin-bottom: 10px;
    padding: 10px;
}

/*fleet*/
.fleet-details {
    font-weight: 300;
}

    .fleet-details p {
        color: #5b5b5b;
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        margin: 25px 0;
        overflow: hidden;
    }

.fleet-excel img {
    width: 22px;
    height: 24px;
}

.fleet-details .ship-details {
    float: right;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 53%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shipDetails.fixed {
    left: 48%;
    position: fixed;
    top: 108px;
    width: 620px;
    z-index: 1;
}

.fleet-details .table-wrapper {
    display: block;
    float: left;
    width: 47%;
}

.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

.pdfLink::before {
    background: transparent url("/Images/pdf-icon.png") no-repeat scroll center 8px;
    content: "";
    display: block;
    height: 50px;
    left: 80px;
    position: absolute;
    top: 56px;
    width: 100%;
}

.fleet-details .ship-details .imgWrapper {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 235, 218, 1) 0%, rgba(255, 191, 135, 1) 100%) repeat scroll 0 0;
    border: 1px solid #f69240;
    -moz-box-shadow: 0 4px 5px #a2a2a2;
    -webkit-box-shadow: 0 4px 5px #a2a2a2;
    box-shadow: 0 4px 5px #a2a2a2;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
}



.ship-details .name {
    color: #5b88ad;
}

.home .category-4 .image_main {
    z-index: 100;
}

.home .category-4 .image_overlay {
    position: absolute;
    z-index: 150;
    bottom: 0;
}

#gmap_canvas {
    margin-bottom: 50px;
}

/*tables*/
table {
    width: 100%;
    font-weight: 300;
    border-collapse: collapse;
    border-spacing: 0;
}

    table td, table th {
        vertical-align: top;
        padding: 0 5px 0 0;
    }

th {
    color: #00215b;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

td {
    color: #5b5b5b;
    font-size: 18px;
    line-height: 30px;
}
/*contact_us*/
.contact_us td, .contact_us th {
    padding-right: 10px;
}

/*fleets*/
.the_ships p img {
    height: 24px;
    width: 22px;
    padding-right: 5px;
}



.CustomTable tbody > tr > td:first-child {
    text-align: left !important;
}

.CustomTable tr td:first-child {
    padding-left: 12px;
}

.fleetDetailsOv .CustomTable td {
    width: 10%;
}

.CustomTable tr td {
    border-bottom: 1px solid #c2c2c2;
    font-size: 16px;
    padding-bottom: 9px;
    padding-top: 9px;
    text-align: center;
}

.CustomTable {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}

.fleet-details .table-wrapper a {
    color: #5b88ad;
}

.CustomTable tr td * {
    vertical-align: middle;
}

.CustomTable td a {
    color: #00205b;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.CustomTable tr:first-child {
    color: #464646;
    font-weight: 400;
}

.fleet___about .text ul {
    list-style: none;
    overflow: hidden;
}

    .fleet___about .text ul li {
        list-style: none;
        overflow: hidden;
        width: 40%;
        float: left;
    }

        .fleet___about .text ul li img {
            width: auto;
        }

/*=====================================================================================*/
/*        ACCORDION                                                                         */
/*=====================================================================================*/

.accordion {
    border: #00215b solid 1px;
}

    .accordion p {
        font-size: 15px !important;
        color: #252525 !important;
        line-height: 20px !important;
        font-weight: 300 !important;
    }

    .accordion a {
        font-weight: 400;
    }

        .accordion a:hover {
            opacity: 0.5;
        }

    .accordion .text {
        display: none;
        padding: 15px 53px 15px 26px;
        border-top: #00215b solid 1px;
        background-color: #f3f3f3;
    }

    .accordion .title:first-child {
        border-top: none;
    }

    .accordion .title {
        padding: 35px 53px 35px 26px;
        display: block;
        border-top: #00215b solid 1px;
        background-image: url(/Images/menu_velos.png);
        background-repeat: no-repeat;
        background-position: 87% 53%;
        font-size: 23px;
    }

.fleet___about .page-details .text li {
    float: none;
    display: inline-block;
}

    .fleet___about .page-details .text li img {
        max-width: 100%;
    }

.blog-info-col .blog-categories h3 {
    display: none;
}

/*=====================================================================================*/
/*        MAPS                                                                   */
/*=====================================================================================*/

.overlay {
    background: transparent;
    position: relative;
    width: 720px;
    height: 300px; /* your iframe height */
    top: 325px; /* your iframe height */
    margin-top: -300px; /* your iframe height */
}

.form-box.captca img {
    width: auto !important;
}


.social-menu {
    overflow: hidden;
    float: right;
    margin-left: 10px;
}

footer .social-menu ul {
    text-align: right;
    padding: 0;
    width: 100%;
    margin-top: 48px;
}

footer .social-menu li {
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
}

.social-menu li img {
    width: 24px;
    opacity: 0.5;
}

    .social-menu li img:hover {
        opacity: 1;
    }

footer .social-menu li:last-child {
    padding: 0;
}

/*=====================================================================================*/
/*        SOCIAL - PICTURE SIDE BY SIDE                                                */
/*=====================================================================================*/

  .image-container {
      display: flex;
      justify-content: center;
      gap: 10px;
  }

  .image-container img {
      width: 45%; /* This ensures the images are 45% of the container width on desktop */
      height: auto;
  }

  /* Media query for mobile devices */
  @media (max-width: 768px) {
      .image-container {
          flex-direction: column;
      }

      .image-container img {
          width: 100%; /* Images take up full width on mobile */
          height: auto;
          margin-bottom: 10px;
      }
  }
