/*fonts*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100&subset=latin,latin-ext);

body{
  font-family: 'Lato', sans-serif;
}

/*navbar brand + slogan*/

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand {
  padding-top: 60px;
  padding-bottom: 60px;
}

.navbar-brand img{
  padding-bottom: 8px;
}

small{
  font-weight: 300;
  font-size: 19px;
  color: #000;
  letter-spacing: 1px;
  margin-left: 98px;
}

/*accordion look*/
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-default {
    border-color: transparent;
}
.panel-heading.panel-first{
  padding-top: 1px;
}
.panel-heading.panel-second{
  padding-top: 1px;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #000;
    border-color: transparent;
    border-radius: 0;
    height: 21px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: transparent;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    /* border-radius: 4px; */
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-first{
  background-image: url('../img/bg-accordion-1.jpg');
  background-repeat: no-repeat;
}
.panel-second{
  background-image: url('../img/bg-accordion-2.jpg');
  background-repeat: no-repeat;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}
.panel-heading{
  padding: 0;
}

.arrow{
  margin-right: 20px;
  margin-bottom: 2px;
}

.spin{
  -webkit-animation:spin 300ms linear;
  -moz-animation:spin 300ms linear;
  animation:spin 300ms linear;
}

}
@-moz-keyframes spin { 100% { -moz-transform: rotate(180deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(180deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(180deg); transform:rotate(180deg); } }

h4.panel-title span {
  display: block;
  float: right;
  width: 160px;
}
h4.panel-title span a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
}

/*accordion onas*/
.slogan-onas{
  font-size: 69px;
  font-weight: 100;
  line-height: 1;
  padding-left: 8vw;
  padding-bottom: 14px;
}

.onas{
  padding-right: 8vw;
  text-align: justify;
  font-weight: 300;
}

.onas p{
  padding-top: 33px;
  padding-bottom: 5px;
}

/*map*/
#map{
  width: 100%;
  height: 360px;
  display: block;
}
/*end of map*/

#parent{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*contact*/
.contact-name-first{
  display: block;
  padding-left: 30px;
  padding-top: 40px;
  font-weight: bold;
}

.contact-name-second{
  display: block;
  padding-bottom: 40px;
  padding-left: 30px;
  font-weight: 300;
}

.contact-info{
  display: block;
  padding-bottom: 40px;
  padding-left: 50px;
  font-weight: 300;
}

.icon{
  position: absolute;
  left: 45px;
  margin-top: 2px;
}

#contact-wrapper{
  height: 360px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

p.contact-name-first,
p.contact-name-second,
p.contact-info{
    margin: 0 0 0px;
}

p.contact-info a{
  text-decoration: none;
  color: #000;
}

p.contact-info a:hover{
  color: #15b999 !important;
  transition: color 200ms ease-in-out;
}

.cont{
  /*display: flex;*/
}
.accordion-body.in:hover { overflow:visible; }

li.social-icons a{
  display: inline !important;
}

.nav>li {
    position: relative;
    display: inline !important;
    display: block;
}

.nav>li>a {
    padding: 0;
}

ul.nav.pull-right{
    margin-top: 4.2vw;
    padding-right: 15px;
}

.fa-2x{
  font-size: 1.3em !important;
}

li.social-icons a {
    /*background-color: #000;*/
    color: #fff;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000;
    width: 23px;
    height: 23px;
    text-align: center;
    padding-top: 3px;
    transition: all 200ms linear;

  }

  .fa:hover{
    font-size: 300px;
  }

  a .fa-2x:hover{
    background-color: #15b999;
    color: #fff;
    text-decoration: pointer;
  }



  /*LANDING*/



#landing  {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #A4A4A4;
   background-image: url('../img/bg-landing.jpg');
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;

/*   background: #c9e8ee;*/
   z-index: 99999;
   height: 100%;
}

#landing .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

#landing li.social-icons a:hover{
  font-weight: bold;
  background-color: transparent;
}

#landing small{
  color: #fff;
}

#landing .nav>li {
    position: relative;
    display: inline !important;
    display: block;
    font-size: 1.8em;
    font-weight: 300;
}

#landing ul.nav.pull-right {
    margin-top: 3.6vw;
    font-size: 0.8em;
}

#landing .nav>li a:hover {
    font-weight: 300;
}

.vertical-center {
  min-height: 95%;
  min-height: 95vh;

  display: flex;
  align-items: center;
  /*padding-top: 26vw;*/
}

.jumbotron.vertical-center{
  background-color: transparent;
  text-align: center
}

/*.jumbotron p{
  color: #fff;
  padding-left: 25vw;
  padding-right: 25vw;
  margin-top: -15vw;
  font-size: 16px;
  background-color: rgba(0, 135, 117, 0.65);
  padding-top: 5vw;
  padding-bottom: 5vw;
  line-height: 1.7;
  text-shadow: 1px 1px 5px rgb(43, 42, 42);
}*/

.jumbotron p {
    color: #000;
    padding-left: 25vw;
    padding-right: 25vw;
    margin-top: -15vw;
    font-size: 16px;
    background-color: rgba(255,255,255,1);
    padding-top: 5vw;
    padding-bottom: 5vw;
    line-height: 1.7;
    text-shadow: none;
    font-weight: 300;
  }


.button-landing{
  margin: 0 auto;
  position: absolute;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
}

/*.button-landing:hover{
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  font-weight: bold;
  transition: all 200ms linear;
}*/

.button-landing:hover {
    background-color: #15b999;
    border: 2px solid #15b999;
    color: #Fff;
    font-weight: bold;
    transition: all 200ms linear;
}

.button-landing-container{
  width: 100%;
  margin-top: -40vh;
  left: calc(50% - 118px);
}

.button-landing-container{
   padding-right: 15px;
   padding-left: 15px;
}

@media all and ( min-width: 968px ) {
  body{
    font-family: 'Lato', sans-serif;
    overflow-y: hidden;
  }
}

@media all and ( max-width: 768px ) {
  .jumbotron p{
    visibility: hidden;
  }
  .button-landing-container {
    width: 100%;
    margin-top: -63vh;
    left: calc(50% - 135px);
}
}

.button-landing{
  min-width: 236px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

li.social-icons.active a{
  font-weight: 900 !important;
}

.center-middle{
  display: flex;
  align-items: center;
  justify-content: center;
}

li.social-icons a:hover{
  color: #15b999;
  font-weight: 700 !important;
}

.highlight a{
  color: #15b999 !important;
  font-weight: 700;
  transition: all 200ms linear;
}

.navbar-brand a{
  display: inherit;
}

.btn:focus {
  outline: none !important;
}
