/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Quicksand);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
/* Base */
html, body {
    height:100%;
    font-family: 'Lora', "Times New Roman", serif
    color:#2B2B2B;
    background:#253039;
    font-size: 1em;
    margin: 0 auto;
}

h2, h3, h4, h5, h6{
    font-family: 'Quicksand', sans-serif;
    color:#2B2B2B;
}


a { color: #071c2d; text-decoration: none;}
a:hover { color: #044a6b; }

#page-wrap {
    background:#FFF;
}

#homepage-wrap {
    background:url("../img/bg_final.jpg") no-repeat center top;
}

section {
    width:1000px;
    margin:0 auto;
    padding:0;
}


/* Top Wrap */
#top-wrap {
    background:#153451;
}

/* Header */
header {
    height:4em;

}

header #logo a {
    display:inline-block;
    padding-top:0.5em;
    color:#c2e5fc;
    font-family: 'Pacifico';
    font-size:1.6em;
    text-decoration: none;
}

header .navbar {
    margin:0;
    margin-top:0.6em;
    font-family: 'Quicksand', sans-serif;
}

header .navbar li:last-child {
    margin-right: 0;
}

header .navbar a {
    color:#c2e5fc;
    padding:0.5em 1em;
    background: #153451;

}

header .navbar a:hover {
    color:#EF717A;
    text-decoration: none;
}

header .navbar .active a {
    background:#EF717A;
    border-radius: 10px;
    color:#FFF;
}

header .navbar #hamburger {
    display:none;
    width:32px; height:32px;
    background: url("../img/menu.png") no-repeat center;
    margin-top: 0.2em;
}

/* Top menu */
header #primary_nav_wrap
{
	margin-top:15px
}

header #primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

header #primary_nav_wrap ul a
{
	display:block;
	color:#c2e5fc;
	text-decoration:none;
	font-weight:700;
	font-size:0.8em;
	line-height:32px;
	padding:0 15px;
	font-family: 'Quicksand', sans-serif;
}

header #primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

header #primary_nav_wrap ul li.current-menu-item
{
	background:#EF717A;
  border-radius: 5px;
}

header #primary_nav_wrap ul li:hover
{
	background:#153451;
  border-radius: 5px;
}

header #primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#071c2d;
	padding:0
}

header #primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

header #primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

header #primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

header #primary_nav_wrap ul li:hover > ul
{
	display:block
}

.list-inline {
  list-style:none;
  margin-left:-5px;
  padding-left:0;
}
.list-inline > li {
  display:inline-block;
  padding-left:5px;
  padding-right:5px;
}

.homenav a {
  font-family: 'Quicksand', sans-serif;
  color:#283b59; !important
  background:#b2e5d6;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.homenav a:hover{
  color:#EF717A;
}
.homenav > li {
  display:inline-block;
  padding-left:5px;
  padding-right:5px;
}

.text-center {
  text-align:center;
}

/* Hero */
#hero {

}

#hero section{
    padding:6em 0;
    text-align: center;
    color:#c2e5fc;
}

#hero  h1{
    margin:0;
    color:#071C2D;
    font-size:5em;
    font-family: 'Pacifico', sans-serif;
}

#hero h2 {
    font-size:4em;
    margin:0;
    color:#FFF;
}

#hero h3 {
    font-weight: normal;
    font-size:2em;
    margin-top:0.2em;
    color:#EF717A;
}

/* Main */
#main{
    padding:1.5em 0;
    background: #f2f2f2;
}
#main ul{
    font-size:0.8em;
}

#main p{
    font-size:0.8em;
}

#main h2 {
    margin-bottom: .7em;
    font-size:1.5em;
    color:#153451;
}

#main h3 {
    color:#044a6b;
    margin-bottom: .5em;
}

#main .image {
    text-align: center;
}

#main .image img {
    width:100%;
}

#map{
  background: url("../img/map_bg.jpg") no-repeat center;
  min-height: 900px;
  width: 100%;
}

#map #content {
  width: 610px;
  margin-top: 30px;
  margin-left: 20px;
  float: left;
}

#map p {
  font-size: 0.8em;
}
#map h3 {
  font-size: 1.2em;
}

#mpa {
  float: right;
  right: 0;
  z-index: 100;
}
#mpa img {
  width: 600px;
}

#buttons {
  float: left;
  margin-top: 20px;
  margin-left: 10px;
  width: 645px;
}

.circle-button {
  border-radius: 50px;
  border: 2px solid #06D85F;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 150px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 460px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  font-weight: bold;
  transition: all 200ms;
}

.popup .content {
  max-height: 450px;
  overflow: auto;
}

#content {
  background: #FFF;
  border: solid 1px #ccc;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

#sidebar {
    color: #7F8C8D;
    font-size: 0.8em;
    font-family: 'Quicksand', sans-serif;
}

.sticky {
  position: fixed;
  top: 100px;
}
.abs {
  display:none;
  bottom: 10px;
}

.active {
   font-weight: bold;
   color: #153451;
   font-size: 1.2em;
   transition: all 0.5s ease;
}


/* Featured */
#featured {
    /*background:#ECF0F1;*/
    padding:1.5em 0;
    
}

#featured h2 {
    text-align:center;
    font-size:3em;
    color:#7F8C8D;
}

#featured .item {
    text-align: center;
    
}

#featured .item .image {
    padding:0.5em;
    margin:1em 0;
    background:#FFF;
  
}

#featured .item .body {
    padding:0 1em;
    font-size: 0.8em;
}

#featured .item .title a {
    font-weight: bold;
    font-size:1.6em;
    color:#153451;
    font-family: 'Quicksand', sans-serif;
}

#featured .item .title a:hover {
    color:#044a6b;
}

#featured .item .more {
    margin-top:1em;
}

#featured .item .more a {
    display:inline-block;
    padding: 0.8em 1.6em;
    background:#153451;
    color:#FFF;
    text-decoration:none;
    border-radius: 5px;
    font-family: 'Quicksand', sans-serif;
}

#featured .item .more a:hover {
    background: #044a6b;
}
.buttonfilter {
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.buttonfilter:hover{
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 231, 255, 0.8));
  -webkit-transform: scale(1.3);
	transform: scale(1.3);
}
/* Links */
#links {
    padding:4em 0 3em 0;
    background: #3e5160;
    color:#c2e5fc;
    font-size: 0.8em;
    
}

#links h3 {
    color:#FFF;
}

#links .nav ul {
    list-style:none;
}

#links .nav a {
    color:#FFF;
    text-decoration: underline;
}

#links .nav a:hover { color: #044a6b; }

/* Footer */
footer {
    padding:1em 0;
    text-align: center;
    background:#FFF;
    
}

footer #copyright {
    color:#656565;
    font-size: 0.7em;
    line-height: 1.5em;

}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    font-family: 'Quicksand';
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* Responsive */
@media (max-width: 1000px) {
    section {
        width:100%;
        padding:0 1em;
    }
    
    #mpa img{
        width:50%;
    }
}

@media (max-width: 850px) {
    header #logo { float:left; }
    header #nav { float:right; }
    header .navbar #hamburger {
        display:inline-block;
    }
    header .navbar ul {
        display: none;
        position: absolute;
        width:100%;
        top:3.8em;
        right:0;
        padding:0.5em;
        background:rgba(0,0,0,.9);
    }
    header .navbar ul li {
        display:block;
        width:100%;
    }

    header .navbar ul a {
        display:block;
        width:100%;
    }

    header #primary_nav_wrap ul{
        position: absolute;
        width:100%;
        top:3.8em;
        right:0;
        padding: 1em;
    }

    header #primary_nav_wrap ul li {
        text-align:center;
        padding-top:20px;
        padding-bottom:20px;
        border-bottom:1px solid #152930;
    }

    header #primary_nav_wrap ul ul li {
        display:none;
    }

    #hero section {
        font-size:60%;
    }

    #hero h1{
        font-size:9em;
        margin-top:100px;
    }
    .buttonfilter {
      display: none;
    }
    .homenav > li {
      display: block;
      padding-left:5px;
      padding-right:5px;
      margin-top: 10px;
      font-size: 2.4em;
      font-family: 'Quicksand', sans-serif;
    }
    .homenav {
      margin-top: 300px;
    }
    .homenav > li > a {
      background: rgba(255, 255, 255, 0.8);
    }
    .popup {
      width: auto;
    }
}

@media (min-width: 1200px) {
    #top-wrap {
        background-size:100%;
    }
    
    #mpa img{
        width:585px;
    }
}

.homenav ul li a {
  display: block;
  padding: 1em;
  color: #fff;
  text-align:center;
}
.homenav li:hover a { background: #2c3e50; }
.homenav ul li a:hover { background: #2c3e50; }

li:hover > ul {
  display: block;
  position: absolute;
}


