﻿/**** General ****/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #333;
    font: 18px Calibri,"Roboto",sans-serif;
    margin: 0;
    background: url(../img/ocea1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

h1 {
    font-size: 24px;
    font-weight: 400;
    color: #E8EAF6;
    font-family: "Averia Serif Libre", "Marcellus SC", serif;
    padding-top: 10px;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 20px;
    }
}

h2 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #1a237e;
    font-family: "Averia Serif Libre", "Marcellus SC", serif;
}

h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 10px 15px 5px 15px;
    font-family: "Averia Serif Libre", "Marcellus SC", serif;
    text-align: center;
}

img {
    border: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

a,
a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #3695c7;
    }

.footer_link {
    color: #fff;
}

p {
    margin: 0 0 10px 0;
    line-height: 1.5em;
    text-align: justify;
}

ol,
ul {
    list-style: none;
    padding-left: 0;
}

li {
    line-height: 1.2em;
}

    li i {
        padding-right: 10px;
    }

.container {
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

button, .button {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.42857;
    padding: 7px 15px;
    background-color: #1c84bd;
    color: #fff;
    font-family: Calibri,sans-serif;
    margin-top: 10px;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.6);
}

    button:hover, .button:hover {
        background-color: #093655;
        transition: ease-in 0.3s;
        color: #fff;
    }

hr {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 30px;
    border-bottom: dashed 1px lightblue;
}

@media screen and (max-width: 767px) {
    .no-display-mobile {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .no-display-tablet {
        display: none;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .no-display-laptop {
        display: none;
    }
}

@media screen and (min-width: 1280px) {
    .no-display-pc {
        display: none;
    }
}


/**** Header ****/

header {
    background: #093655;
    padding: 20px 0;
}

.logo {
    text-align: center;
}

.img-logo img {
    width: 80px;
}

@media screen and (max-width: 1023px) {
    .img-logo img {
        width: 70px;
    }
}

.menu {
    padding-left: 0 !important;
}

.nav {
    margin-top: 25px;
}

    .nav li, .nav-footer li {
        float: left;
        padding-right: 15px;
        margin-right: 15px;
        border-right: dashed 1px #E8EAF6;
    }

        .nav li.last, .nav-footer li.last {
            border-right: none;
            padding-right: 0;
            margin-right: 0;
        }

    .nav a, .nav-footer a {
        color: #E8EAF6;
    }

        .nav a:hover, .nav-footer a:hover {
            color: #3695c7;
            transition: ease-in 0.3s;
        }


/**** Main ****/

section {
    background: #fafafa;
    padding: 40px 20px;
    min-height: 500px;
}

.title {
    font-size: 30px;
    color: #333;
    padding: 30px 5px 0;
    letter-spacing: 1.5px;
    margin-left: 0;
}

article {
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1023px) {
    section img {
        max-width: 50%;
    }

    section table img {
        max-width: 100%;
    }
}


/**** Footer ****/

footer {
    background: #093655;
    padding: 10px 50px 25px;
    color: #fafafa;
    font-size: 18px;
}

.mobil-footer {
    padding-top: 15px;
}

.email {
    color: #fafafa;
}

.social {
    text-align: left;
}

.social-link {
    padding: 0 15px;
    color: #fafafa;
}


/**** Contactar ****/

.input-group, input-terme {
    border-collapse: separate;
    display: table;
    position: relative;
    margin-bottom: 10px;
}

.input-group-addon {
    background: #eee;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 13px 12px;
    float: left;
    text-align: center;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon-area {
    background: #eee;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 13px 12px;
    float: left;
    text-align: center;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 120px;
}

.input-terme-addon {
    background: #eee;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 13px 12px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.form-control {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    font-family: Calibri,sans-serif;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-bottom: 0;
    z-index: 2;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 300px;
    border-left: 0;
}

.form-control-area {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 16px;
    font-family: Calibri,sans-serif;
    height: 120px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-bottom: 0;
    z-index: 2;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 500px;
    border-left: 0;
}

.form-control-terme {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 16px;
    height: 44px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-bottom: 0;
    z-index: 2;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 300px;
    border-right: 0;
    float: left;
}


/***** Media queries *****/

@media screen and (min-width: 768px) {
    h1 {
        font-size: 30px;
        font-weight: 300;
    }

    h2 {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    h3 {
        margin: 10px 5px;
        font-size: 26px;
    }

    p {
        margin: 0 0 15px 0;
    }

    .container {
        width: 750px;
    }

    section {
        padding: 50px 30px;
    }

    header {
        padding-top: 20px;
    }

    .title {
        font-size: 36px;
        padding: 40px 10px 5px;
    }

    article {
        text-align: center;
    }

    .social {
        text-align: right;
    }

    .social-link {
        padding: 0 10px 0 0;
    }
}

@media screen and (min-width: 1024px) {
    h1 {
        font-weight: 100;
        margin-left: -15px;
    }

    a:hover,
    a:focus {
        -moz-transition: color 0.2s ease-out;
        -o-transition: color 0.2s ease-out;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }

    .container {
        width: 970px;
    }
}

@media screen and (min-width: 1280px) {
    .container {
        width: 1170px;
    }

    .nav {
        margin-top: 60px;
    }
}
