html, body {
    overflow-x: hidden;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    position: relative;
}

body {
    padding-top: 200px;
    margin: 0;
    padding: 0;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.about .container,
.how .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.port .container {
    padding-top: 80px;
    padding-bottom: 80px;

}

.proj .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.proj .prj-lead {
    margin-top: 50px;
}

.project .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.oldproject .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.object .container {
    padding-top: 80px;
    padding-bottom: 80px;

}

.article .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.who .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer {
    padding-top: 80px;
    padding-bottom: 80px;
}

.row {
    margin-right: -25px;
    margin-left: -25px;
}

.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-right: 25px;
    padding-left: 25px;
}

h1 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
}

h5 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
}

p {
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
}

/*~~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~*/

header {
    width: 100%;
    z-index: 80;
    position: fixed;

    transition: background-color 0s ease;
    background-color: rgba(256, 256, 256, 0);
}

header.top-fixed {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: fixed;
    margin-top: 0;

    transition: background-color 0.5s ease;
    background-color: #ffffff;
}

header .language-container {
    background: #ffffff;
    border: none;
    z-index: 5;
    height: 25px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

header .language-selector {
    background: #ffffff;
    border: none;
    text-align: right;
}

header .language-selector form {
    display: inline !important;
}

header .language-selector .lang-button {
    border: none;
    background: #ffffff;
    font-family: 'Exo 2', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    color: #336699;
}

header .language-selector .lang-button.active {
    color: #000000;
}

header .navbar-nav {
    align-items: center;
    margin: 0px;
    padding-top: 50px;
    padding-bottom: 0px;
    float: right;
}

.languagemain {
    z-index: 1000;
}

.contnav {
    padding-bottom: 0px;
    padding-left: 0px;

}

.mainnavigation {
    z-index: 5;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 50px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    color: #336699;
    font-family: 'Exo 2', sans-serif;
    font-weight: 200;

}

.navbar-brand {

    padding-left: 0;

}

.navbar-brand img {
    max-width: 180px;
    margin-bottom: 5px;

}

header.small-header nav.navbar {

    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

header.small-header .navbar-brand {
    padding-top: 0px;
}

header.small-header {

}

/*------slide------*/

.maincar {
    padding-top: 150px;

}

.maincar .carousel-control-prev {
    padding-top: 100px;
    z-index: 1;
}

.maincar .carousel-control-next {
    padding-top: 100px;
    z-index: 1;
}

.maincar .carousel-caption {
    position: absolute;

    left: 15%;
    z-index: 1;
    bottom: 200px;
    color: #fff;
    text-align: left;
    opacity: 0.9;
}

/*------slide------*/

/*------about------*/
.about {
    background-color: #006699;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 5;
}

.about .col-md-12 p {
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.2em;
}

.about p {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.2em;
}

.about h5 {
    color: #fff;
    padding-top: 15px;
    font-size: 22px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    line-height: 1.3em;
}

.call1 {
    border: 1px solid #fff;
    padding: 10px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #fff;
}

.call1:hover {
    border: 1px solid #fff;
    background-color: #92adcc;
    padding: 10px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #fff;
    text-decoration: none;
}

/*------parallax------*/
.parallax-window {
    min-height: 400px;
    background: transparent;
}

/*------parallax end------*/
/*------proj------*/
.proj {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.proj .lead h5 {
    border-top: 1px solid #336699;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    line-height: 1.4em;
    font-weight: 100;
    color: #336699;
}

.proj .title {
    font-size: 18px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    color: #336699;
    padding-top: 15px;
}

.proj .text {
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.2em;
    color: #b9b9b9;
}

.proj .col-md-12 p {
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #b9b9b9;
}

.call {
    background-color: #336699;
    padding: 8px;
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #fff;
}

.call:hover {
    background-color: #3d77b0;
    padding: 8px;
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #fff;
    text-decoration: none;
}

.proj ul {
    list-style: none;
    margin-left: 0;
    color: #333333;
    padding-left: 100px;
    padding-top: 52px
}

.proj ul li {
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.4em;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #666666;
}

.proj ul li:last-child {
    border-bottom: 1px solid #666666;

}

.proj .nav-link {
    color: #336699;
}

.proj .nav-link:hover {
    color: #71b3eb;
}

ul.text {
    list-style: none;
    margin-left: 0;
    color: #333333;
    padding-top: 52px;
    padding-left: 0px;
}

ul.text li {
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.6em;
    border: none;
    padding-bottom: 0px;
    padding-top: 0px;
}

ul.text strong {
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    color: #9f9f9f;
}

ul.text li:last-child {
    border: none;

}

.nav-link {
    padding: .5rem 0rem;
}

/*------project------*/
.inseafood img {
    max-width: 250px;
}

/*------project------*/
.project {
    background-color: #dcdcdc;
    z-index: 5;
}

.project .lead h5 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    line-height: 1.6em;
    font-weight: 200;
    color: #333333;
}

.project .title {
    font-size: 18px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
}

.project .title2 {
    font-size: 25px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    color: #333333;
    padding-top: 0px;
    padding-bottom: 15px;
}

.project p {
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #336699;
    padding-bottom: 15px;
}

.project .text {
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.2em;
    color: #b9b9b9;
}

.project .text1 {
    border-bottom: 1px solid #336699;
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 13px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.4em;
    color: #333333;
}

.project .text2,
.project div.text2 p {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.4em;
    color: #333333;
}

.project .col-md-12 p {
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #336699;
    padding-bottom: 15px;
}

.project ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    color: #333333;

}

.project ul li {
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.4em;
    border-top: 1px solid #666666;
    padding-bottom: 10px;
    padding-top: 10px;
}

.project ul li:last-child {
    border-bottom: 1px solid #666666;

}

.project .nav-link {
    color: #336699;
}

.project .nav-link:hover {
    color: #71b3eb;
}

/*oldproject*/
.oldproject {
    background-color: #f5f5f5;
    z-index: 5;
}

.oldproject lead {
    margin-top: 50px;
}

.oldproject .lead h5 {
    border-top: 1px solid #336699;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    line-height: 1.6em;
    font-weight: 200;
    color: #336699;
}

.oldproject .title {
    font-size: 18px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    color: #336699;
    padding-top: 15px;
    padding-bottom: 15px;
}

.oldproject p {
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #3c3c3c;
    padding-bottom: 15px;
}

.oldproject .text {
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.2em;
    color: #6a6a6a;
}

.oldproject .col-md-12 p {
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #b6bab8;
    padding-bottom: 15px;
}

.oldproject ul {
    list-style: none;
    margin-left: 0;
    color: #494949;
    padding-top: 52px;
    padding-left: 0px;

}

.oldproject ul li {
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.6em;
    border: none;
    padding-bottom: 0px;
    padding-top: 0px;
}

.oldproject ul li strong {
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    color: #6a6a6a;
}

/*who*/

.who {
    background-color: #dcdcdc;
    z-index: 5;
}

.who h5 {
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 18px;
    font-family: 'Exo 2', sans-serif;
    line-height: 1.6em;
    font-weight: 200;
    color: #333333;
}

.who .title {
    font-size: 18px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
}

.who p {
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #336699;
    padding-bottom: 15px;
}

.who .text {
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.2em;
    color: #b9b9b9;
}

.who .col-md-12 p {
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #336699;
    padding-bottom: 15px;
}

.who ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    color: #333333;

}

.who ul li {
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.8em;
}

.who ul li:first-child {
    padding-top: 10px;
    border-top: 1px solid #666666;

}

.who ul li:last-child {
    padding-bottom: 10px;
}

.who .nav-link {
    color: #336699;
}

.who .nav-link:hover {
    color: #71b3eb;
}

/*------objectives------*/
.article .title {
    font-size: 18px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    color: #336699;
    padding-top: 15px;
    padding-bottom: 0px;
}

/*------objectives------*/

.object {
    background-color: #dcdcdc;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 5;
}

.object .lead h5 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    line-height: 1.6em;
    font-weight: 200;
    color: #333333;
}

.object .title {
    font-size: 18px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
}

.object p {
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #336699;
    padding-bottom: 15px;
}

.object .text {
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.2em;
    color: #b9b9b9;
}

.object .text2 {
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.4em;
    color: #333333;
}

.object .col-md-12 p {
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #336699;
    padding-bottom: 15px;
}

.object ul {
    list-style-type: square;
    margin-left: 0;
    padding-left: 0;
    color: #333333;

}

.object ul li {
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.4em;

}

.object ul li:last-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #666666;

}

/*------footer------*/

.footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.footer .nav-link {
    display: block;
    padding: .1rem 0rem
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    font-family: 'Exo 2', sans-serif;
    font-weight: 200;
    font-size: 0.9em;
    color: #006699;
}

.footer ul li:first-child {
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    color: #006699;
}

.footer .call {
    background-color: #336699;
    padding: 8px;
    padding-left: 10px;
    padding-right: 40%;
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.footer .call:hover {
    background-color: #336699;
    padding: 8px;
    padding-left: 10px;
    padding-right: 40%;
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    line-height: 1.3em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.footer ul li a {
    font-family: 'Exo 2', sans-serif;
    font-size: 0.9em;
    color: #006699;
}

.footer ul li a:hover {
    font-family: 'Exo 2', sans-serif;
    font-size: 0.9em;
    color: #71b3eb;
}

@media only screen and (max-width: 980px) {
    .proj ul {
        list-style: none;
        margin-left: 0;
        color: #333333;
        padding-left: 0px;
        padding-top: 20px
    }
}

@media only screen and (max-width: 768px) {

    .proj .title {
        padding-top: 30px;
        font-size: 18px;
        font-family: 'Exo 2', sans-serif;
        font-weight: 800;
        color: #336699;
    }

    .proj ul {
        list-style: none;
        margin-left: 0;
        color: #333333;
        padding-left: 0px;
        padding-top: 20px
    }

    header .navbar-nav {
        align-items: center;
        margin: 0px;
        padding-top: 50px;
        padding-bottom: 0px;
        text-align: center;
    }

}

@media only screen and (max-width: 600px) {
    .footer ul {
        padding-top: 20px;
    }

    .footer ul li {
        text-align: center;
    }

    .footer p {
        padding-top: 20px;
        text-align: center;
    }
}

.years-menu .years-submenu {
    margin-left: 10px;
}

.years-menu .years-submenu li,
.years-menu .years-submenu li:last-child {
    border: 0;
    line-height: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
}


.nav-link-news {
    font-size: 14px;
}

.news-article {
    background-color: #ffffff;
    z-index: 5;
}

.news-article .container{
    padding-top: 0;
}
