@charset "UTF-8";
/* ==========================================================================
         Layout SASS-CSS
========================================================================== */
/* generic */
body {
  color: #000000;
  background-color: #FFFFFF;
  /* overflow-x: hidden; */ }
  body.no-scroll {
    overflow: hidden; }

html, body {
  /*height: 100%;
          min-height: 100%;*/
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px; }
  html a, body a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  html a:active, html a:focus, html a:hover, body a:active, body a:focus, body a:hover {
    text-decoration: none !important;
    outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

ul, ol {
  margin: 0;
  padding: 0; }

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #222 !important; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

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

textarea:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  /* border:none !important; */
  outline: none !important; }

.btn-registrat {
  width: 275px;
  height: 53px;
  border-radius: 31.5px;
  border: none;
  background-color: #009fe3;
  color: #FFFFFF;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 53px;
  letter-spacing: normal;
  margin-top: 70px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  @media (max-width: 767px) {
    .btn-registrat {
      width: 100%;
      margin-top: 25px;
      margin-bottom: 25px;
      font-size: 22px; } }
  .btn-registrat:hover {
    color: #FFFFFF;
    background-color: #000000; }
  .btn-registrat a {
    color: #FFFFFF; }

.btn-primary {
  border: none;
  background-color: #009fe3;
  color: #FFFFFF;
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .btn-primary:hover {
    border: none;
    background-color: #000000; }

h2 {
  font-size: 3.3rem;
  font-weight: 700;
  position: relative; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2.5rem; } }
  @media (min-width: 768px) and (max-width: 979px) {
    h2 {
      font-size: 3rem; } }
  @media (min-width: 980px) and (max-width: 1199px) {
    h2 {
      font-size: 3.3rem; } }
  h2:before {
    content: "";
    width: 70px;
    height: 6px;
    background-color: #009fe3;
    position: absolute;
    top: -20px; }

p {
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  font-weight: 300; }

p.text-description {
  font-size: 18px;
  line-height: 28px;
  color: #999999; }

/* MODAL  */
.modal-content input {
  border-radius: 6px;
  font-size: 14px;
  border: 1px solid #b8b8b8;
  background-color: #FFFFFF;
  width: 100%;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px; }

.modal-content .form-group {
  margin-bottom: 0px; }

.modal-content input {
  margin-bottom: 20px; }

.modal-content textarea {
  height: 150px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #b8b8b8;
  padding-top: 15px;
  padding-left: 15px; }

.modal-header {
  padding: 20px;
  background-color: #009fe3;
  color: #FFFFFF;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px; }

.modal-body {
  padding: 20px; }

.modal-content {
  border: none;
  border-radius: 25px; }
  .modal-content .close {
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: none;
    opacity: 1; }

.modal-title {
  font-size: 20px;
  padding-right: 15%;
  line-height: 24px;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 10px; }

#modalCampus h3 {
  font-weight: 700 !important; }

#modalCampus p {
  color: #999999; }

#modalCampus .modal-body {
  padding-top: 0; }

#modalCurs .col-md-2 {
  font-weight: 700; }
  #modalCurs .col-md-2 span {
    font-weight: 300; }

.content-curs {
	margin-top: 25px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #e9ecef;	}
  .content-curs h5 {
    font-size: 16px;
    font-weight: 700; }
  .content-curs ul {
  	margin-left: 15px !important;
     }
  .content-curs li {
  	margin-left: 15px !important;
     }
  .content-curs p {
  	font-size: 14px !important;
	line-height: 20px !important;
	color:#000 !important;
	font-weight: 300 !important;
	margin-bottom: 0px !important;
     }     
    
main {
  background-color: #FFFFFF; }

/* ////// HEADER /////// */
header {
  box-shadow: 0px 17px 68px -51px rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  background-color: #FFFFFF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  header .row {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    height: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      header .row {
        height: 80px;
        border-bottom: 1px solid #e2e2e2; } }
  header #logo {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    max-width: 250px; }
    @media (max-width: 767px) {
      header #logo {
        max-width: 200px; } }
  header.small {
    box-shadow: 0px 10px 32px -31px rgba(0, 0, 0, 0.47);
    -webkit-box-shadow: 0px 10px 32px -31px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 10px 32px -31px rgba(0, 0, 0, 0.47); }
    @media (max-width: 767px) {
      header.small {
        box-shadow: 0px 10px 32px -31px rgba(0, 0, 0, 0.47);
        -webkit-box-shadow: 0px 10px 32px -31px rgba(0, 0, 0, 0.47);
        -moz-box-shadow: 0px 10px 32px -31px rgba(0, 0, 0, 0.47); } }
    header.small .row {
      height: 80px; }
    header.small #logo {
      max-width: 200px; }
  @media (max-width: 1112px) {
    header nav {
      display: none; } }
  header nav ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin-top: 8px; }
    header nav ul li {
      display: inline-block;
      list-style: none;
      margin-right: 10px;
      margin-left: 10px; 
      margin-top:5px;}
      header nav ul li:last-child {
        margin-right: 0px; }
      header nav ul li.menu-active span {
        border-top: 3px solid #009fe3;
        color: #009fe3; }
      header nav ul li span {
        padding-top: 6px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border-top: 3px solid #FFFFFF; }
        header nav ul li span:hover {
          border-top: 3px solid #009fe3;
          color: #009fe3; }
      header nav ul li a {
        color: #000000;
        font-size: 15px; }
      header nav ul li .fa {
        cursor: pointer; }

/* HEADER */
#campus {
  background-color: #009fe3;
  font-size: 15px;
  cursor:pointer;
  border-radius: 20px;
  padding: 6px;
  position: relative;
  top: -6px;
  padding-left: 15px;
  padding-right: 15px;
  color: #FFFFFF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
   }
  #campus:hover {
    color: #FFFFFF;
    background-color: #000000; }
    #campus:hover span {
      color: #FFFFFF;
      border: none; }
  #campus span {
    color: #FFFFFF;
    border: none;  }

.btn.dropdown-toggle {
  background: none;
  border: none;
  color: #000000;
  padding: 0;
  margin-right: 5px; }

.show > .btn-secondary.dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #009fe3; }

.show > .btn-secondary.dropdown-toggle:focus, .btn-secondary:focus {
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important; }

header nav ul li.menu-active span:hover {
  border-top: 3px solid #009fe3;
  color: #009fe3; }

  @media (max-width: 740px) {
  	#filescursosr{display: none;}
  }
/* Trigger menu */
#mainMenu_trigger {
  position: fixed;
  z-index: 999999;
  top: 35px;
  right: 30px;
  height: 16px;
  width: 26px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: none; }
  @media (max-width: 1112px) {
    #mainMenu_trigger {
      display: block; } }
  #mainMenu_trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-transition: all 280ms;
    transition: all 280ms;
    background: #000; }
  #mainMenu_trigger span.top-line {
    top: 0; }
  #mainMenu_trigger span.center-line {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    -webkit-transition: all 200ms;
    transition: all 200ms; }
  #mainMenu_trigger span.bottom-line {
    bottom: 0; }
  #mainMenu_trigger.open span.top-line {
    top: 0;
    -webkit-transform: translateY(6px) translateX(-1px) rotate(45deg) !important;
            transform: translateY(6px) translateX(-1px) rotate(45deg) !important;
    background-color: #FFFFFF; }
  #mainMenu_trigger.open span.center-line {
    opacity: 0;
    left: -25px; }
  #mainMenu_trigger.open span.bottom-line {
    bottom: 0;
    width: 100% !important;
    -webkit-transform: translateY(-8px) translateX(-1px) rotate(-45deg) !important;
            transform: translateY(-8px) translateX(-1px) rotate(-45deg) !important;
    background-color: #FFFFFF; }

  @media (max-width: 834px) {
    #mainMenu_trigger {
      display: block; } }
/* MENÚ EN MÒBIL */
.nav-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0px;
  left: 0;
  opacity: 0;
  background-color: #009fe3;
  z-index: 99999;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  .nav-mobile.open {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .nav-mobile #campus {
    position: inherit;
    background-color: #FFFFFF; }
    .nav-mobile #campus a, .nav-mobile #campus span {
      color: #009fe3; }
  .nav-mobile ul.menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .nav-mobile ul.menu li {
      list-style: none;
      text-align: center;
      padding: 13px;
      font-size: 18px; }
      .nav-mobile ul.menu li a {
        color: #FFFFFF; }
  .nav-mobile .languages {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 30px;
    text-transform: uppercase;
    font-size: 14px;
    cursor:pointer; }
    .nav-mobile .languages li {
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
      .nav-mobile .languages li a {
        color: #FFFFFF; }

/* ////// ABUT /////// */
#about {
	margin-top: 0px;
	padding-bottom: 80px;
	padding-top: 180px;}
  @media (max-width: 767px) {
    #about {
      margin-top: 140px;
      padding-bottom: 40px; } }
  #about .row {
    -webkit-box-align: center;
            align-items: center; }

/* ////// FACTS /////// */
#facts {
  background: #f7f7f7;
  padding: 100px 0 80px 0; }
  @media (max-width: 767px) {
    #facts {
      padding: 40px 0 40px 0; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #facts {
      padding: 60px 0; } }
  @media (min-width: 980px) and (max-width: 1199px) {
    #facts {
      padding: 100px 0 80px 0; } }
  #facts .rectangle {
    background-color: #FFFFFF;
    color: #009fe3;
    border-radius: 6px;
    padding-top: 50px;
    padding-bottom: 35px;
    text-align: center;
    box-shadow: 2px 2px 5px #888;
    max-width: 48%; }
    @media (max-width: 767px) {
      #facts .rectangle {
        margin-bottom: 25px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      #facts .rectangle {
        margin-bottom: 25px; } }
  #facts .counters {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      #facts .counters {
        flex-wrap: wrap; } }
    @media (min-width: 768px) and (max-width: 979px) {
      #facts .counters {
        flex-wrap: wrap; } }
    @media (min-width: 980px) and (max-width: 1199px) {
      #facts .counters {
        display: -webkit-box !important;
        display: flex !important; } }
    #facts .counters span {
      font-weight: 700;
      font-size: 48px;
      margin-bottom: 15px;
      display: block; }
    #facts .counters p {
      font-size: 14px;
      padding-bottom: 0px;
      margin-bottom: 0px; }

/* ////// SERVICeS /////// */
#services {
  background: #FFFFFF;
  background-size: cover;
  padding: 100px 0; }
  @media (max-width: 767px) {
    #services {
      padding: 80px 0 80px 0; } }
  #services h2 {
    margin-bottom: 30px; }
  #services .text-intro {
    margin-bottom: 40px; }
  #services .grup_list {
    margin-top: 40px;
    box-shadow: 2px 2px 5px #888;
    border-radius: 25px;
    -webkit-box-align: center;
            align-items: center;
    height: 105px; }
    @media (max-width: 767px) {
      #services .grup_list {
        height: auto;
        overflow: hidden;
        margin-left: 5px;
        margin-right: 5px; } }
    #services .grup_list ul {
      width: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        #services .grup_list ul {
          display: block !important; } }
      #services .grup_list ul li {
        -webkit-box-flex: 1;
                flex-grow: 1;
        list-style: none;
        text-align: center; }
        @media (max-width: 767px) {
          #services .grup_list ul li {
            min-height: 80px;
            border-top: 1px solid #e2e2e2; } }
        #services .grup_list ul li:first-child {
          text-align: left;
          padding: 30px; }
  #services .punter {
    height: 100%;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    border-left: 1px solid #e2e2e2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    #services .punter:hover {
      background-color: #009fe3;
      color: #FFFFFF; }
    #services .punter:last-child {
      -webkit-border-top-right-radius: 25px;
      -webkit-border-bottom-right-radius: 25px;
      -moz-border-radius-topright: 25px;
      -moz-border-radius-bottomright: 25px;
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px; }
      @media (max-width: 767px) {
        #services .punter:last-child {
          border-top-right-radius: 0px;
          border-bottom-left-radius: 25px; } }
  #services .punter.active {
    background-color: #009fe3;
    color: #FFFFFF;
    font-weight: 700; }
  #services .cursos-list {
    margin-top: 35px;
    box-shadow: 2px 2px 5px #888;
    border-radius: 25px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 15px; }
    @media (max-width: 767px) {
      #services .cursos-list {
        padding: 5px;
        margin-left: 5px;
        margin-right: 5px;
        cursor: pointer;
        /*display: none;*/
         } }
  #services .cursos {
    border-top: 1px solid #e2e2e2;
    height: 50px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    #services .cursos:hover {
      background-color: #009fe3; }
      #services .cursos:hover td, #services .cursos:hover .fa {
        color: #FFFFFF;
        cursor: pointer; }
    #services .cursos th {
      font-size: 18px; }
    #services .cursos .name {
      color: #000;
      padding-left: 20px; }
    #services .cursos td {
      color: #999999; }
    #services .cursos .fa {
      font-size: 17px;
      color: #000000; }
  #services #buscarCursos {
    width: 100%; }
    #services #buscarCursos #search-image {
      cursor: pointer;
      padding: 10px;
      padding-top: 0;
      background-color: transparent; }
    #services #search-image:hover {
      color: #009fe3; }
    #services #buscarCursos .form-control {
      border: none;
      width: 100%;
      padding: 0;
      color: #495057;
      background-color: #FFFFFF;
      border-bottom: 1px solid #ced4da;
      padding-bottom: 3px;
      border-radius: 0px; }
    #services #buscarCursos .input-search {
      width: 60%; }
      #services #buscarCursos .input-search:focus {
        border: none !important;
        border-bottom: 1px solid #000000 !important; }
    #services #buscarCursos .btn-search {
      width: 35%;
      background-color: #212121;
      color: #FFFFFF; }
  #services .provarCurs {
    display: none;
    margin-top: 35px;
    border: 2px solid #009fe3;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 6px;
    color: #009fe3;
    font-size: 18px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    @media (max-width: 767px) {
      #services .provarCurs {
        margin-left: 15px;
        margin-right: 15px; } }
    #services .provarCurs:hover {
      background-color: #009fe3;
      color: #FFFFFF;
      cursor: pointer; }

#metode h2 {
  margin-bottom: 30px; }

#metode p.text-description {
  margin-bottom: 40px; }

/* portfolio */
#portfolio {
  padding: 60px 0; }
  #portfolio .portfolio-elements {
    padding: 60px 0; }

/*  */
.flip-card {
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.12);
  height: 100%; }
  .flip-card .flip-text {
    padding: 20px;
    padding-bottom: 35px; }
    .flip-card .flip-text h3 {
      font-weight: 700;
      color: #000000;
      font-size: 24px;
      position: relative;
      margin-bottom: 35px; }
      .flip-card .flip-text h3:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #009fe3;
        bottom: -17px;
        left: 50%;
        margin-left: -15px; }
  .flip-card .flip-card-front {
    position: relative;
    z-index: 9; }
  .flip-card .flip-card-back {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    z-index: 98;
    height: 100%;
    background-color: #f7f7f7;
    color: #000000;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
    padding: 30px; }
    .flip-card .flip-card-back:hover {
      opacity: 1; }
    .flip-card .flip-card-back ul {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%; }
      .flip-card .flip-card-back ul li {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-weight: 400;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding-bottom: 10px; }
        .flip-card .flip-card-back ul li.title {
          font-size: 12px;
          text-transform: uppercase;
          opacity: 0.75;
          border: none;
          position: absolute;
          top: 20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .flip-card .flip-card-back ul li:last-child {
          border: none;
          padding: 0;
          margin-bottom: 0; }

#valors .flip-card .flip-card-back {
  background-color: #009fe3;
  color: #FFFFFF; }

/* team */
#team {
  padding: 80px 0;
  margin-top: 80px;
  background-color: #f7f7f7; }
  #team .box {
    box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.12);
    background-color: #FFFFFF;
    padding: 0; }
  #team .left-box {
    padding: 55px;
    position: relative; }
    @media (max-width: 767px) {
      #team .left-box {
        padding: 45px;
        padding-bottom: 100px; } }
  #team h3 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #team h3 {
        margin-top: 0px;
        margin-bottom: 40px; } }
  #team .swiper-slide {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #999999; }
  #team .navigation-swiper {
    position: absolute;
    bottom: 90px !important;
    top: inherit !important;
    left: 40px; }
  #team .swiper-button-next {
    background-image: url("../img/right.svg");
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    left: 90px;
    top: inherit;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    #team .swiper-button-next:hover {
      background-image: url("../img/right-on.svg"); }
  #team .swiper-button-prev {
    background-image: url("../img/left.svg");
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    left: 15px;
    top: inherit;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    #team .swiper-button-prev:hover {
      background-image: url("../img/left-on.svg"); }
  #team .swiper-button-next, #team .swiper-button-prev {
    margin: 0px; }
    #team .swiper-button-next:hover, #team .swiper-button-next:focus, #team .swiper-button-prev:hover, #team .swiper-button-prev:focus {
      border: none !important;
      outline: none !important; }

/* valors */
#valors {
  padding: 80px 0; }
  @media (max-width: 767px) {
    #valors {
      padding: 0px; } }
  #valors h2 {
    margin-bottom: 30px; }
  #valors .text-intro {
    margin-bottom: 50px; }
  #valors .flip-card .flip-text {
    padding: 35px; }
  #valors .flip-card .flip-text h3:after {
    left: 15px; }
  #valors .col-md-6 {
    margin-bottom: 35px; }
  #valors .message-valors {
    background-color: #f7f7f7;
    padding: 60px 0;
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    margin-top: 50px; }
    @media (max-width: 767px) {
      #valors .message-valors {
        padding: 40px 0; } }

/* contacte */
#contacte {
  padding: 60px 0; }
  @media (max-width: 767px) {
    #contacte {
      padding: 40px 0; } }
  #contacte .contacte-text {
    background-image: url("../img/bg-contact.png");
    background-repeat: repeat;
    padding: 30px 0; }
    @media (max-width: 767px) {
      #contacte .contacte-text {
        padding: 0 !important;
        margin-bottom: 30px;
        padding-left: 15px !important;
        padding-right: 15px !important; } }
  #contacte h2 {
    margin-bottom: 30px; }
  #contacte p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    color: #000000; }
  #contacte form {
    width: 100%;
    padding-left: 10%; }
    @media (max-width: 767px) {
      #contacte form {
        padding-left: 0 !important;
        margin-top: 25px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      #contacte form {
        padding-left: 0 !important;
        margin-top: 25px; } }
  #contacte .formulari .col-lg-12 {
    margin-bottom: 20px; }
  #contacte .formulari span {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    width: 100%; }
  #contacte .formulari input {
    line-height: 40px;
    margin-bottom: 15px; }
  #contacte .formulari textarea {
    height: 150px;
    padding-top: 20px; }
  #contacte .formulari input, #contacte .formulari textarea {
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #b8b8b8;
    background-color: #FFFFFF;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #contacte .formulari input:focus, #contacte .formulari input:hover, #contacte .formulari textarea:focus, #contacte .formulari textarea:hover {
      border: 1px solid #000000 !important; }
  #contacte .formulari input[type=submit] {
    margin-top: 15px;
    background-color: #000000;
    color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 0px; }
  #contacte .formulari .check {
    font-weight: 300;
    display: inline-block;
    float: left;
    width: 80%; 
    font-size: 14px;}
  #contacte .formulari a {
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
   #contacte .formulari a:hover {
      color: #000;
      opacity: 0.65; }  

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 8px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #009fe3;
  color: #fff;
}

/* map */
#map {
  margin-top: 80px;
  margin-bottom: -5px;
  margin-bottom: 480px; }
  #map iframe {
    margin-bottom: -5px; }
  @media (max-width: 767px) {
    #map {
      margin-top: 0px;
      margin-bottom: 0px; } }

footer {
  background-color: #3F3D56;
  padding: 60px 0;
  padding-bottom: 0px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  position: fixed;
  bottom: 0;
  right: 0px;
  left: 0;
  z-index: -1; }
  @media (max-width: 767px) {
    footer {
      position: relative; } }
  footer ::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 1; }
  footer ::-moz-placeholder {
    color: #FFFFFF;
    opacity: 1; }
  footer :-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 1; }
  footer ::-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 1; }
  footer ::placeholder {
    color: #FFFFFF;
    opacity: 1; }
  footer :-ms-input-placeholder {
    color: #FFFFFF; }
  footer ::-ms-input-placeholder {
    color: #FFFFFF; }
  footer .pre-footer {
    margin-bottom: 60px;
    margin-top: 50px;
    border-top: 1px solid rgba(93, 93, 93, 0.5);
    padding-top: 60px; }
    @media (max-width: 767px) {
      footer .pre-footer {
        margin-top: 20px; } }
    footer .pre-footer span {
      display: block;
      margin-bottom: 5px; }
    footer .pre-footer input {
      border: none;
      background-color: transparent;
      line-height: 42px;
      color: #FFFFFF; }
    footer .pre-footer .newsletter-left {
      font-size: 13px;
      width: 280px;
      height: 45px;
      display: inline-block;
      border: 1px solid #FFFFFF;
      text-align: left;
      padding-left: 20px; }
      @media (max-width: 767px) {
        footer .pre-footer .newsletter-left {
          width: 180px; } }
    footer .pre-footer .newsletter-right {
      font-size: 13px;
      width: 95px;
      height: 45px;
      display: inline-block;
      border: 1px solid #FFFFFF;
      border-left: none;
      margin: 0;
      line-height: 43px;
      margin-left: -3px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer; }
      footer .pre-footer .newsletter-right:hover {
        color: #3F3D56;
        background-color: #FFFFFF; }
  footer p {
    color: #FFFFFF; }
    @media (max-width: 767px) {
      footer p {
        text-align: center;
        margin-bottom: 25px; } }
  footer ul {
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      footer ul {
        margin-bottom: 25px; } }
    footer ul li {
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (max-width: 767px) {
        footer ul li {
          text-align: center; } }
  footer a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    footer a:hover {
      color: #FFFFFF;
      opacity: 0.65; }
  footer .copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 700;
    background-color: #000000;
    margin-top: 60px; }

.cookies {
  background-color: #009fe3;
  color: #FFFFFF;
  padding: 50px;
  position: fixed;
  bottom: -100%;
  right: 30px;
  max-width: 350px;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out; }
  @media (max-width: 767px) {
    .cookies {
      max-width: 100%; } }
  .cookies a {
    text-decoration: underline;
    color: #FFFFFF; }
  .cookies .close {
    color: #FFF;
    text-align: right;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px; }

.cookies.in {
  bottom: 30px; }
  @media (max-width: 767px) {
    .cookies.in {
      left: 30px; } }

/*-------------- MORE Desktop landscape ---------------*/
/*-------------- Desktop landscape ---------------*/
/*-------------- Desktop potrait ----------------*/
/*--------------- Tablet ipad --------------------*/
/*--------------- Tablet ipad --------------------*/
/*--------------- Tablet ipad --------------------*/
/*--------------- PHONE --------------------------*/
