@import "../css/font.css";
@import "../css/animation.css";

.no-format {
    padding: 0 !important;
}

#colorbox,
#colorbox * {
    -webkit-box-sizing: initial !important;
    box-sizing: initial !important;
}

body #avenger-page .avenger-toolbox img {
    width: auto;
    display: inline;
}

body .expanded {
    max-width: none !important;
}

body .datepicker-container {
    background-color: #e8ebed !important;
}

body #container {
    line-height: 1.2;
    overflow: hidden;
    position: relative;
}

body #container #bigform {
    display: none;
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    color: black;
}

body #container #bigform #mapid,
body #container #bigform #mapidevent {
    width: 700px;
    max-width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

body #container #bigform form[class^=step] {
    display: none;
    text-align: center;
    margin-top: 50vh;
    transform: translateY(-50%);
    height: 700px;
    width: 1100px;
    font-family: "Oswald Extra Light";
    max-width: 100%;
    background: white;
    margin-left: auto;
    margin-right: auto;
    max-height: 100vh;
    overflow-y: scroll;
}

body #container #bigform form[class^=step] img:not([class^=leaflet]) {
    background: #eaeaea;
    padding: 15px 150px;
    width: 100%;
}

body #container #bigform form[class^=step] h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body #container #bigform form[class^=step] p {
    font-size: 24px;
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body #container #bigform form[class^=step] label {
    text-align: left;
    width: 700px;
    max-width: 100%;
    font-size: 14px;
    display: inline-block;
}

body #container #bigform form[class^=step] label.same {
    text-align: left;
    padding-left: 15px;
}

body #container #bigform form[class^=step] div[class^=i-] {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

body #container #bigform form[class^=step] div[class^=i-].i-100 {
    width: 100px;
}

body #container #bigform form[class^=step] div[class^=i-].i-200 {
    width: 200px;
}

body #container #bigform form[class^=step] div[class^=i-].i-300 {
    width: 300px;
}

body #container #bigform form[class^=step] div[class^=i-].i-350 {
    width: 350px;
}

body #container #bigform form[class^=step] div[class^=i-].i-400 {
    width: 400px;
}

body #container #bigform form[class^=step] div[class^=i-].i-500 {
    width: 500px;
}

body #container #bigform form[class^=step] div[class^=i-].i-600 {
    width: 600px;
}

body #container #bigform form[class^=step] input,
body #container #bigform form[class^=step] textarea,
body #container #bigform form[class^=step] select {
    width: 700px;
    max-width: 100%;
    margin-top: 5px;
    height: 30px;
    font-family: "Oswald Extra Light";
    font-size: 18px;
    margin-bottom: 15px;
}

body #container #bigform form[class^=step] input[type=checkbox],
body #container #bigform form[class^=step] textarea[type=checkbox],
body #container #bigform form[class^=step] select[type=checkbox] {
    width: auto;
    vertical-align: middle;
}

body #container #bigform form[class^=step] textarea {
    height: 100px;
}

body #container #bigform form[class^=step] div.leaflet-control-attribution a {
    font-size: 11px;
    color: black;
    background: none;
    padding: 0px;
    text-transform: none;
    font-family: inherit;
}

body #container #bigform form[class^=step] a:not([class^=leaflet]) {
    text-decoration: none;
    bottom: 0;
    font-size: 18px;
    color: white;
    right: 0;
    background: #0191a3;
    padding: 5px 30px;
    text-transform: uppercase;
    font-family: "Oswald Regular";
}

body #container #bigform form[class^=step] a:not([class^=leaflet]).ignore {
    background: grey;
}

body #container #bigform form[class^=step] a:not([class^=leaflet]) i {
    font-size: 17px;
    padding-left: 8px;
}

body #container #header {
    width: 100%;
    height: 100vh;
    position: relative;
}

body #container #header #carousel-header {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
}

body #container #header #carousel-header .owl-stage-outer {
    height: 100vh;
}

body #container #header.type {
    height: 70vh;
}

body #container #header.type .slogan {
    left: 50vw;
    width: 100vw;
    height: auto;
    padding: 10px 0px 10px 42px;
    top: auto;
    bottom: 0;
    text-align: left;
    font-family: "Oswald Medium";
    max-width: 85.8125rem;
    transform: translateX(-50%);
}

body #container #header.type .scroll {
    display: none !important;
}

body #container #header.type .cartouche {
    display: none !important;
}

body #container #header .cover {
    position: absolute;
    background-image: url('../img/screen.png');
    width: 100%;
    height: 100vh;
    z-index: -1;
}

body #container #header .background {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -2;
    background-size: cover;
    background-position: center;
}

body #container #header .logo {
    position: absolute;
    left: 0;
    padding-left: 94px;
    padding-top: 0;
}

body #container #header .logo a {
    display: table;
}

body #container #header .control {
    position: absolute;
    right: 0;
}

body #container #header .control .hamburger {
    position: absolute;
    font-family: "Titillium Web Regular";
    font-size: 16px;
    color: white;
    text-align: center;
    top: 27px;
    text-transform: uppercase;
    right: 147px;
    cursor: pointer;
}

body #container #header .control .hamburger i {
    font-size: 30px;
}

body #container #header .control .sub-control {
    font-family: "Oswald Regular";
    font-size: 13px;
}

body #container #header .control .sub-control .login {
    padding: 17px 26px;
    background-color: #0191a3;
    text-align: center;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}

body #container #header .control .sub-control .login a {
    padding-right: 10px;
    color: white;
    text-decoration: none;
}

body #container #header .control .sub-control .login a:last-child {
    padding-right: 0;
}

body #container #header .control .sub-control .login i {
    font-size: 35px;
    /*&:hover {
                                  font-size: 45px;
                              }*/
}

body #container #header .control .sub-control .language {
    padding-top: 36px;
    padding-right: 28px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    cursor: pointer;
}

body #container #header .control .sub-control .language a {
    color: white;
    text-decoration: none;
}

body #container #header .control .sub-control .language:hover {
    font-size: 18px;
}

body #container #header .control .sub-control .language i {
    font-size: 9px;
    padding-left: 8px;
}

body #container #header .control .sub-control .language .sublang {
    padding-top: 7px;
    display: none;
}

body #container #header .menu {
    height: 100%;
    width: 100%;
    display: none;
    z-index: 999;
    position: fixed;
}

body #container #header .menu > div {
    height: 100%;
    padding: 0;
}

body #container #header .menu .left {
    background-size: cover;
}

body #container #header .menu .right {
    background-color: rgba(0, 0, 0, 0.9);
}

body #container #header .menu .right div.row {
    list-style: none;
    margin-top: 250px;
    padding-left: 94px;
}

body #container #header .menu .right div.row div.columns {
    text-transform: uppercase;
    color: white;
    font-family: "Oswald Extra Light";
    font-size: 20px;
}

body #container #header .menu .right div.row div.columns a {
    color: white;
    text-decoration: none;
    line-height: 1.7;
}

body #container #header .menu .right div.row div.columns a:hover {
    color: black;
    background-color: white;
}

body #container #header .menu .right div.row div.columns a.title {
    font-family: "Oswald Bold";
}

body #container #header .menu .right .sub-menu {
    margin-top: 15px;
    margin-bottom: 25px;
}

body #container #header .menu .right .sub-menu div.row {
    margin-top: 0;
    padding-left: 0;
}

body #container #header .menu .right #avenger-menu-1 > ul {
    margin-top: 90px;
}

body #container #header .menu .right #avenger-menu-1 > ul > li {
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
}

body #container #header .slogan {
    font-family: "Oswald Extra Light";
    position: absolute;
    text-transform: uppercase;
    color: white;
    font-size: 72px;
    top: 50vh;
    left: 25vw;
    width: 57vw;
    height: 29vh;
}

body #container #header .slogan p {
    padding: 0;
    margin: 0;
}

body #container #header .slogan p b {
    font-family: "Oswald Regular";
}

body #container #header .scroll {
    left: 50vw;
    position: absolute;
    bottom: 56px;
    color: white;
    font-size: 65px;
    cursor: pointer;
    animation: jump 1.5s ease 0s infinite normal;
}

body #container #header .cartouche {
    position: absolute;
    color: white;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

body #container #header .cartouche i {
    font-size: 45px;
}

body #container #header .cartouche i.icon-sphere {
    font-size: 70px;
}

body #container #header .cartouche .cartback {
    width: 100%;
    height: 100%;
    background-color: #0191a3;
    opacity: 0.7;
    position: absolute;
    z-index: -1;
}

body #container #header .cartouche .title {
    text-align: center;
    display: inline-block;
    padding: 20px 0 20px 15px;
    cursor: pointer;
}

body #container #header .cartouche .title div.small-9 {
    position: relative;
    height: 330px;
}

body #container #header .cartouche .title h1 {
    display: inline;
    text-transform: uppercase;
    font-family: "Oswald Regular";
    font-size: 30px;
    position: absolute;
    transform: rotate(-90deg);
    right: -90px;
    top: 135px;
}

body #container #header .cartouche .title .arrow {
    padding-top: 17px;
}

body #container #header .cartouche .content {
    text-align: center;
    font-family: "Titillium Web Regular";
    padding: 0 30px 20px 30px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    height: 100%;
    width: 350px;
    position: absolute;
    padding-top: 10%;
}

body #container #header .cartouche .content button {
    border: none;
    background-color: #0191a3;
    color: white;
    padding: 10px 80px;
    margin-top: 15px;
    font-family: "Oswald Medium";
    font-size: 18px;
    cursor: pointer;
}

body #container #content {
    position: relative;
}

body #container #content .cart button {
    background-color: #0091a3;
    color: white;
    font-size: 14px;
    font-family: "Titillium Web Regular";
    text-transform: uppercase;
    border: 0px;
    padding: 3px;
    margin-top: 8px;
    min-width: 120px;
}

body #container #content .cart select {
    padding: 5px;
    border: 0px;
    margin-top: 7px;
}

body #container #content .carousel-event {
    position: relative;
}

body #container #content .carousel-event i[class^=icon-arrow-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 90px;
    cursor: pointer;
    z-index: 9;
}

body #container #content .carousel-event i[class^=icon-arrow-].left-carou {
    left: 0;
}

body #container #content .carousel-event i[class^=icon-arrow-].right-carou {
    right: 0;
}

body #container #content .carousel-event #carousel-event {
    margin-top: 120px;
    padding-left: 100px;
    padding-right: 100px;
}

body #container #content .carousel-event #carousel-event .item {
    /*width: 400px;*/
    cursor: pointer;
}

body #container #content .carousel-event #carousel-event .item .dates {
    background-color: white;
    color: #0191a3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    padding: 5px 10px;
}

body #container #content .carousel-event #carousel-event .item .dates h1 {
    font-size: 48px;
    margin: 0;
    padding: 0;
    font-family: "Oswald Regular";
}

body #container #content .carousel-event #carousel-event .item .dates p {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

body #container #content .carousel-event #carousel-event .item .content {
    background-color: white;
    color: black;
    text-align: left;
    padding: 20px;
    height: 200px;
}

body #container #content .carousel-event #carousel-event .item .content h1 {
    margin-top: 0;
    font-size: 32px;
    font-family: "Oswald Regular";
    margin-bottom: 0;
    padding-bottom: 0;
}

body #container #content .carousel-event #carousel-event .item .content p {
    font-size: 20px;
}

body #container #content .carousel-event #carousel-event .item .image {
    height: 12vw;
    overflow: hidden;
}

body #container #content.contact a {
    text-decoration: none;
    color: black;
}

body #container #content.contact a.close {
    font-size: 28px;
}

body #container #content.contact form {
    text-align: left;
}

body #container #content.contact form input[type="radio"],
body #container #content.contact form input[type="checkbox"] {
    width: auto;
    height: auto;
}

body #container #content.contact form select {
    font-family: "Oswald Light";
    padding: 5px;
    font-size: 18px;
    margin-top: 12px;
}

body #container #content.contact form input,
body #container #content.contact form textarea {
    width: 100%;
    height: 50px;
    font-family: "Oswald Extra Light";
    font-size: 18px;
    margin-bottom: 15px;
}

body #container #content.contact form input[type=submit] {
    background-color: #0191a3;
    color: white;
    font-size: 25px;
    font-family: "Oswald Extra Light";
    text-transform: uppercase;
    border: none;
}

body #container #content.contact form textarea {
    height: 150px;
}

body #container #content.type .text {
    text-align: left;
    padding-top: 50px;
    padding-left: 5%;
}

body #container #content.type .text h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

body #container #content.type .text h1 strong {
    font-family: "Oswald Regular";
}

body #container #content.type .text ul li {
    font-size: 26px;
}

body #container #content.type .text p {
    color: black;
    font-family: "EncodeSansCondensed Light";
    margin-top: 50px;
    font-size: 26px;
}

body #container #content.type .text div[class^=avenger] a {
    text-decoration: inherit;
    font-size: inherit;
    color: inherit;
    background: inherit;
    padding: inherit;
    text-transform: inherit;
    font-family: inherit;
}

body #container #content.type .text a {
    text-decoration: none;
    font-size: 25px;
    color: white;
    background: #0191a3;
    padding: 5px 50px;
    text-transform: uppercase;
    font-family: "Oswald Regular";
}

body #container #content.type .text h2 {
    font-family: "Oswald Extra Light";
    font-size: 36px;
    padding-bottom: 0;
    padding-top: 50px;
    margin-bottom: 0;
    color: #0191a3;
    font-family: "Oswald Regular";
}

body #container #content.type .text .image {
    margin-top: 90px;
}

body #container #content.type .text .image img {
    float: left;
    margin-left: 5vw;
}

body #container #content.type .text .image .image-about {
    position: relative;
    margin-right: 5vw;
    text-align: left;
    font-family: "Oswald Extra Light";
    float: right;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    width: 460px;
    margin-top: -305px;
    padding: 20px 30px;
}

body #container #content.type .text .image .image-about h1 {
    font-size: 40px;
}

body #container #content.type .text .image .image-about p {
    font-size: 20px;
}

body #container #content.type .text .image .image-about a {
    position: absolute;
    text-decoration: none;
    bottom: 0;
    font-size: 18px;
    right: 0;
    color: white;
    background: #0191a3;
    padding: 5px 30px;
    text-transform: uppercase;
    font-family: "Oswald Regular";
}

body #container #content.type-second .text {
    text-align: left;
    padding-top: 50px;
}

body #container #content.type-second .text h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

body #container #content.type-second .text h1 strong {
    font-family: "Oswald Regular";
}

body #container #content.type-second .text li {
    font-family: "EncodeSansCondensed Light";
    font-size: 22px;
}

body #container #content.type-second .text h2 {
    font-family: "Oswald Extra Light";
    color: #0191a3;
    font-family: "Oswald Regular";
    font-size: 36px;
    padding-bottom: 0;
    padding-top: 50px;
    margin-bottom: 30px;
    margin-top: 20px;
}

body #container #content.type-second .text h3 {
    text-transform: uppercase;
    font-size: 35px;
}

body #container #content.type-second .text p {
    text-transform: none;
    font-size: 22px;
    margin-top: 20px;
    font-family: "EncodeSansCondensed Light";
}

body #container #content.type-second .text:not(.image) {
    padding-left: 50px;
}

body #container #content.type-second .text div[class^=avenger] a {
    text-decoration: inherit;
    font-size: inherit;
    color: inherit;
    background: inherit;
    padding: inherit;
    text-transform: inherit;
    font-family: inherit;
}

body #container #content.type-second .text a {
    text-decoration: none;
    font-size: 25px;
    color: white;
    background: #0191a3;
    padding: 5px 50px;
    text-transform: uppercase;
    font-family: "Oswald Regular";
}

body #container #content.type-second .image {
    text-align: center;
}

body #container #content.type-second .image img {
    margin-top: 50px;
}

body #container #content.type-second .image .image-about {
    position: relative;
    font-family: "Oswald Extra Light";
    color: black;
    padding: 40px 0px;
    margin-bottom: 40px;
    border-bottom: 2px dotted black;
    text-align: left;
}

body #container #content.type-second .image .image-about.no-border {
    border-bottom: none !important;
}

body #container #content.type-second .image .image-about img {
    margin-top: 10px;
}

body #container #content.type-second .image .image-about h1 {
    border-top: 2px dotted black;
    font-size: 20px;
    margin-top: 0;
    padding-top: 20px;
}

body #container #content.type-second .image .image-about h1.no-border {
    border-top: none !important;
}

body #container #content.type-second .image .image-about p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
}

body #container #content.type-second .image .image-about p a {
    position: relative;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

body #container #content.type-second .image .image-about a {
    position: absolute;
    text-decoration: none;
    bottom: 0;
    font-size: 18px;
    right: 0;
    color: white;
    background: #0191a3;
    padding: 5px 30px;
    text-transform: uppercase;
    font-family: "Oswald Regular";
    margin-bottom: 15px;
}

body #container #content .text {
    background-color: white;
    font-family: "Oswald Extra Light";
    text-align: center;
    padding: 30px 5% 105px 5%;
}

body #container #content .text.grey {
    background-image: url('/img/back-grey.png');
    background-size: cover;
    color: white;
    background-repeat: no-repeat;
}

body #container #content .text.grey #boxes .wrapper .bckground .box {
    border: 20px solid transparent;
}

body #container #content .text.company h1 {
    text-align: left;
}

body #container #content .text.company .boxlink {
    background: #e5e5e5;
    margin-bottom: 15px;
    text-align: left;
    padding: 35px;
    margin-top: 35px;
}

body #container #content .text.company .boxlink span {
    font-size: 40px;
    font-family: "Oswald Light";
    text-transform: uppercase;
}

body #container #content .text.company .boxlink select {
    width: auto;
    padding-left: 15px;
    font-family: "Oswald Light";
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 45px;
    border: none;
    height: 40px;
    padding-right: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/img/arrow-down.png) 96% 50% no-repeat #FFF;
}

body #container #content .text.company .boxlink select::-ms-expand {
    display: none;
    /* remove default arrow in IE 10 and 11 */
}

body #container #content .text.company .boxlink select option {
    font-family: "Oswald Light";
    font-size: 18px;
    text-transform: uppercase;
}

body #container #content .text.breadcrump {
    padding-top: 40px;
    text-align: left;
    padding-bottom: 0;
}

body #container #content .text.breadcrump a {
    text-decoration: none;
    font-size: 18px;
    color: black;
    background: none;
    padding: 0px;
    text-transform: uppercase;
    font-family: "Titillium Web Regular";
    padding-right: 5px;
}

body #container #content .text.breadcrump a:last-child {
    font-weight: bold;
}

body #container #content .text #boxes {
    padding: 50px 150px;
    display: table;
}

body #container #content .text #boxes .wrapper .bckground {
    background-size: cover;
    overflow: hidden;
    position: relative;
}

body #container #content .text #boxes .wrapper .bckground .cover {
    position: absolute;
    background-image: url('../img/screen.png');
    width: 100%;
    height: 100%;
    z-index: 0;
}

body #container #content .text #boxes .wrapper .bckground .box {
    border: 20px solid white;
    color: white;
    cursor: pointer;
    position: relative;
    height: 0;
    padding-bottom: 90%;
    overflow: hidden;
    background-size: cover;
    text-shadow: 2px 2px 4px #000000;
}

body #container #content .text #boxes .wrapper .bckground .box p {
    font-size: 24px;
}

body #container #content .text #boxes .wrapper .bckground .box h1 {
    margin-bottom: 0;
    font-size: 50px;
    padding-bottom: 24px;
    border-bottom: 4px white dotted;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

body #container #content .text h1 {
    text-transform: uppercase;
}

body #container #content .text h1 {
    font-size: 60px;
    padding-bottom: 40px;
}

body #container #content .text h1 a {
    color: inherit;
    text-decoration: none;
}

body #container #content .text p,
body #container #content .text ul {
    font-size: 30px;
}

body #container #content .text.service-details {
    text-align: left;
    margin-bottom: 70px;
}

body #container #content .text.service-details .topreturn {
    margin-bottom: 60px;
}

body #container #content .text.service-details a.return {
    font-family: "Titillium Web Regular";
    text-decoration: none;
    font-size: 18px;
    color: white;
    background: #0191a3;
    border: 1px solid white;
    padding: 5px 20px;
    float: right;
    margin-top: 20px;
}

body #container #content .text.service-details a.return i {
    font-size: 16px;
    padding-right: 9px;
}

body #container #content .text.service-details .large-8 {
    margin-bottom: 100px;
}

body #container #content .text.service-details .large-4 {
    margin-bottom: 150px;
}

body #container #content .text.service-details .row > div.small-10:last-child p {
    border-bottom: 3px dotted;
    padding-bottom: 15px;
}

body #container #content .text.service-details .small-2 p {
    text-align: center;
}

body #container #content .text.service-details button.order {
    border: none;
    background-color: #0191a3;
    font-size: 18px;
    color: white;
    font-family: "Oswald Light";
    padding: 5px 25px;
    text-transform: uppercase;
    cursor: pointer;
}

body #container #content .text.service-details h1 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 15px;
}

body #container #content .text.service-details .content {
    border-bottom: 3px dotted;
    padding-bottom: 35px;
}

body #container #content .text.service-details .price,
body #container #content .text.service-details .quantity {
    padding-top: 15px;
}

body #container #content .text.service-details .price p {
    font-size: 36px;
    font-weight: bold;
}

body #container #content .text.service-details .quantity select {
    font-family: "Oswald Light";
    padding: 5px;
    font-size: 18px;
    margin-top: 12px;
}

body #container #content .text.service-details .title {
    border-bottom: 3px dotted;
    padding-bottom: 35px;
}

body #container #content .text.service-details .title h1 {
    display: inline;
    font-size: 36px;
    text-transform: none;
}

body #container #content .text.service-details .title i {
    font-size: 72px;
    float: left;
    padding-right: 15px;
}

body #container #content .text.service-details p {
    padding-top: 0;
    margin: 0;
    margin-bottom: 7px;
    margin-top: 7px;
    font-size: 18px;
    text-transform: none;
    padding-bottom: 30px;
}

body #container #content .text.service-details p em {
    font-size: 25px;
    font-style: normal;
}

body #container #content .text.service-details p i {
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
}

body #container #content .text.service-details p i.icon-email {
    font-size: 20px;
}

body #container #content .text.service-details a {
    padding-top: 0;
    color: white;
    text-decoration: none;
}

body #container #content .text.service-details span.content {
    font-size: 25px;
}

body #container #content .text.service-details h2 {
    font-size: 35px;
}

body #container #content .text.company-details {
    text-align: left;
    margin-bottom: 70px;
}

body #container #content .text.company-details a.return {
    font-family: "Titillium Web Regular";
    text-decoration: none;
    font-size: 18px;
    color: white;
    background: #0191a3;
    border: 1px solid white;
    padding: 5px 20px;
    float: right;
    margin-top: 20px;
}

body #container #content .text.company-details a.return i {
    font-size: 16px;
    padding-right: 9px;
}

body #container #content .text.company-details .company p {
    padding-top: 0px;
}

body #container #content .text.company-details .large-8 {
    margin-bottom: 100px;
}

body #container #content .text.company-details .large-4 {
    margin-bottom: 150px;
}

body #container #content .text.company-details #mapcompany {
    width: 100%;
    height: 450px;
}

body #container #content .text.company-details .blacktext {
    background-color: black;
    color: white;
    padding: 20px;
}

body #container #content .text.company-details .blacktext .row > div.small-10:last-child p {
    border-bottom: 3px dotted;
    padding-bottom: 15px;
}

body #container #content .text.company-details .blacktext .small-2 p {
    text-align: center;
}

body #container #content .text.company-details .blacktext h1 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 15px;
}

body #container #content .text.company-details .blacktext p {
    padding-top: 0;
    margin: 0;
    margin-bottom: 7px;
    margin-top: 7px;
}

body #container #content .text.company-details .blacktext p i {
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
}

body #container #content .text.company-details .blacktext p i.icon-email {
    font-size: 20px;
}

body #container #content .text.company-details .blacktext a {
    padding-top: 0;
    color: white;
    text-decoration: none;
}

body #container #content .text.company-details p {
    font-size: 25px;
    text-transform: none;
    padding-top: 50px;
}

body #container #content .text.company-details span.content {
    font-size: 25px;
}

body #container #content .text.company-details h2 {
    font-size: 35px;
}

body #container #content .text.company-details .company-actions {
    margin-top: -10px;
    font-family: "Oswald Regular";
    font-size: 12px;
    background-color: rgba(1, 145, 163, 0.43);
    text-align: center;
}

body #container #content .text.company-details .company-actions ul {
    margin: 0px;
    padding: 0px;
}

body #container #content .text.company-details .company-actions ul li {
    display: inline-block;
    padding: 10px;
    color: #006c79;
}

body #container #content .text.company-details .company-actions ul li img {
    margin-bottom: 5px;
    width: 25px;
}

body #container #content .text.company-details .company-actions ul li a {
    text-decoration: none;
    color: #FFF;
}

body #container #content .text.company-details .company-actions ul li a:hover {
    color: #006c79;
}

body #container #content .text .company {
    height: 500px;
    margin-bottom: 20px;
    text-align: left;
    color: white;
    z-index: 10;
}

body #container #content .text .company:after {
    background-color: black;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: -1;
}

body #container #content .text .company button[name=more] {
    position: absolute;
    right: 15px;
    bottom: 0;
    border: none;
    background-color: #0191a3;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

body #container #content .text .company h1 {
    font-size: 30px;
    border-bottom: 3px dotted white;
    font-family: "Oswald Regular";
    padding-bottom: 10px;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
}

body #container #content .text .company .avenger-toolbox img {
    width: auto !important;
}

body #container #content .text .company img {
    width: 100%;
    cursor: pointer;
}

body #container #content .text .company p {
    font-family: "Oswald Extra Light";
    font-size: 18px;
    text-transform: none;
    border-bottom: 3px dotted white;
    padding-bottom: 20px;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
}

body #container #content .text .partner {
    margin-top: 20px;
}

body #container #content .text .partner .item {
    margin-top: 100px;
}

body #container #content .text .partner .item i.icon-qote {
    position: absolute;
    font-size: 50px;
    z-index: 98;
    background: transparent;
}

body #container #content .text .partner .item i.icon-qote.red {
    color: #0191a3;
    top: -65px;
    left: 0;
}

body #container #content .text .partner .item i.icon-qote.white {
    color: white;
    bottom: -15px;
    text-align: right;
}

body #container #content .text .partner .item img {
    width: 100%;
}

body #container #content .text .partner .item .main {
    position: relative;
    right: 0;
}

body #container #content .text .partner .item .red {
    background-color: #0191a3;
    text-align: left;
    padding: 15px;
    width: 100%;
}

body #container #content .text .partner .item .red p {
    font-family: "Oswald Extra Light";
    font-size: 22px;
    overflow: hidden;
    color: white;
    text-transform: none;
    margin: 0;
}

body #container #content .text .partner .item .white {
    background-color: #0191a3;
    text-align: left;
    padding: 15px;
    width: 100%;
    right: 0;
}

body #container #content .text .partner .item .white h1 {
    font-family: "Oswald Extra Light";
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

body #container #content .text .partner .item .white p {
    font-family: "Oswald Extra Light";
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    color: black;
    text-transform: none;
}

body #container #content .text #carousel {
    margin-top: 80px;
    margin-bottom: 185px;
}

body #container #content .text #carousel .owl-stage {
    padding-top: 23px;
}

body #container #content .text #carousel .item {
    height: 350px;
    position: relative;
}

body #container #content .text #carousel .item i.icon-qote {
    position: absolute;
    font-size: 50px;
    z-index: 99;
    background: transparent;
}

body #container #content .text #carousel .item i.icon-qote.red {
    color: #0191a3;
    top: -37px;
    left: -83px;
}

body #container #content .text #carousel .item i.icon-qote.white {
    color: white;
    bottom: 65px;
    text-align: right;
}

body #container #content .text #carousel .item img {
    max-height: 100%;
    max-width: 50%;
    width: auto;
    z-index: 9;
    position: absolute;
}

body #container #content .text #carousel .item .main {
    right: 0;
    position: absolute;
}

body #container #content .text #carousel .item .red {
    background-color: #0191a3;
    text-align: left;
    padding: 15px;
    height: 200px;
    width: 100%;
    line-height: 1.2;
}

body #container #content .text #carousel .item .red p {
    font-family: "Oswald Extra Light";
    font-size: 20px;
    overflow: hidden;
    color: white;
    text-transform: none;
    margin: 0;
}

body #container #content .text #carousel .item .white {
    background-color: white;
    text-align: left;
    height: 150px;
    padding: 15px;
    width: 100%;
    right: 0;
    line-height: 1.2;
    position: absolute;
}

body #container #content .text #carousel .item .white h1 {
    font-family: "Oswald Extra Light";
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 0;
}

body #container #content .text #carousel .item .white p {
    font-family: "Oswald Extra Light";
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    color: black;
    text-transform: none;
}

body #container #content .text #carousel .bottom {
    margin-top: 50%;
}

body #container #content .text .carousel-event {
    position: relative;
}

body #container #content .text .carousel-event i[class^=icon-arrow-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 90px;
    cursor: pointer;
    z-index: 9;
}

body #container #content .text .carousel-event i[class^=icon-arrow-].left-carou {
    left: 0;
}

body #container #content .text .carousel-event i[class^=icon-arrow-].right-carou {
    right: 0;
}

body #container #content .text .carousel-event #carousel-event {
    margin-top: 120px;
    padding-left: 100px;
    padding-right: 100px;
}

body #container #content .text .carousel-event #carousel-event .item {
    /*width: 400px;*/
    cursor: pointer;
}

body #container #content .text .carousel-event #carousel-event .item .dates {
    background-color: white;
    color: #0191a3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    padding: 5px 10px;
}

body #container #content .text .carousel-event #carousel-event .item .dates h1 {
    font-size: 48px;
    margin: 0;
    padding: 0;
    font-family: "Oswald Regular";
}

body #container #content .text .carousel-event #carousel-event .item .dates p {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

body #container #content .text .carousel-event #carousel-event .item .content {
    background-color: white;
    color: black;
    text-align: left;
    padding: 20px;
    height: 200px;
}

body #container #content .text .carousel-event #carousel-event .item .content h1 {
    margin-top: 0;
    font-size: 32px;
    font-family: "Oswald Regular";
    margin-bottom: 0;
    padding-bottom: 0;
}

body #container #content .text .carousel-event #carousel-event .item .content p {
    font-size: 20px;
}

body #container #content .text .carousel-event #carousel-event .item .image {
    height: 12vw;
    overflow: hidden;
}

body #container #content .carousel {
    position: relative;
    overflow: hidden;
    padding: 0;
}

body #container #content .carousel .mea {
    background-color: rgba(194, 5, 9, 0.5);
    color: white;
    padding: 80px 60px 0px 60px;
    height: 100%;
    position: absolute;
    z-index: 9;
    line-height: 1.2;
}

body #container #content .carousel .mea h1,
body #container #content .carousel .mea a {
    text-transform: uppercase;
}

body #container #content .carousel .mea h1,
body #container #content .carousel .mea p {
    font-family: "Oswald Extra Light";
}

body #container #content .carousel .mea h1 {
    font-size: 60px;
}

body #container #content .carousel .mea p {
    margin: 40px 0px;
    font-size: 30px;
}

body #container #content .carousel .mea a {
    font-family: "Titillium Web Regular";
    text-decoration: none;
    font-size: 18px;
    color: white;
    border: 1px solid white;
    padding: 5px 20px;
}

body #container #content .carousel .mea a i {
    font-size: 16px;
    padding-left: 7px;
}

body #container #content.content-place .text,
body #container #content.content-service .text {
    padding-left: 4%;
    padding-right: 4%;
}

body #container #footer {
    height: 510px;
}

body #container #footer #mapfooter {
    width: 600px;
    height: 300px;
    max-width: 100%;
    z-index: 9;
}

body #container #footer .cover {
    position: absolute;
    background-image: url('../img/screen-footer.png');
    width: 100%;
    height: 510px;
    z-index: -1;
}

body #container #footer .background {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 510px;
    z-index: -2;
    background-size: cover;
}

body #container #footer .row {
    padding: 80px 0 0 0;
    font-family: "Oswald Extra Light";
    font-size: 18px;
    color: white;
}

body #container #footer .row a {
    color: white;
    text-decoration: none;
}

body #container #footer .row .columns {
    margin-bottom: 20px;
}

body #container #footer .row .center {
    text-align: left;
}

body #container #footer .row .center p {
    margin-bottom: 30px;
}

.carouselEvent .carousel-event {
    position: relative;
}

.carouselEvent .carousel-event i[class^=icon-arrow-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 90px;
    cursor: pointer;
    z-index: 9;
}

.carouselEvent .carousel-event i[class^=icon-arrow-].left-carou {
    left: 0;
}

.carouselEvent .carousel-event i[class^=icon-arrow-].right-carou {
    right: 0;
}

.carouselEvent .carousel-event #carousel-event {
    margin-top: 120px;
    padding-left: 100px;
    padding-right: 100px;
}

.carouselEvent .carousel-event #carousel-event .item {
    /*width: 400px;*/
    cursor: pointer;
}

.carouselEvent .carousel-event #carousel-event .item .dates {
    background-color: white;
    color: #0191a3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    padding: 5px 10px;
}

.carouselEvent .carousel-event #carousel-event .item .dates h1 {
    font-size: 48px;
    margin: 0;
    padding: 0;
    font-family: "Oswald Regular";
}

.carouselEvent .carousel-event #carousel-event .item .dates p {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.carouselEvent .carousel-event #carousel-event .item .content {
    background-color: white;
    color: black;
    text-align: left;
    padding: 20px;
    height: 200px;
}

.carouselEvent .carousel-event #carousel-event .item .content h1 {
    margin-top: 0;
    font-size: 32px;
    font-family: "Oswald Regular";
    margin-bottom: 0;
    padding-bottom: 0;
}

.carouselEvent .carousel-event #carousel-event .item .content p {
    font-size: 20px;
}

.carouselEvent .carousel-event #carousel-event .item .image {
    height: 12vw;
    overflow: hidden;
}


#vimeo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    pointer-events: none;
    overflow: hidden;
}

#vimeo iframe {
    width: 100vw !important;
    height: 56.25vw !important; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh !important;
    min-width: 177.77vh !important; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

/*# sourceMappingURL=style.css.map */