html{
    height:100%;
}
body{
    min-height: 100%;
}
.background_picture{
    background: url('/img/palma.jpg') no-repeat top center;
    background-size: cover;
    box-shadow: inset 0 -250px 250px -50px #fff;
    position: absolute;
    height: 100%;
    width:100%;
    text-align: center;
    z-index:-1;
}
.blue-line{
    background-color: #409ee2e3
}
.blue-line .nav-link{
    color:white !important;
    text-transform: uppercase;
}
.blue-line .navbar-nav {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.drop_menu {
    text-align: center;
}
.top_header{
    padding-top:39px;
    padding-bottom: 20px;
    /*
    height: 52px;
    color: #2d4c58;
    padding: 17px 13px;
    padding-left: 720px!important;
    font-weight: bold;//*/
}
.top_header .row{
    background-color: rgba(255,255,255,.332);
}

.socials{
    padding: 7px 13px!important;
}
.socials a {
    float: left;
    text-decoration: none;
}
.socials a img {
    width: 43px;
    height: 43px;
    padding: 3px;
    -webkit-transition: all .2s ease-out;
}
.socials a:hover img {
    padding: 0;
}
.aventur-tabs{
    border-bottom: none;
    margin-right: -15px;
}
.aventur-tabs a{
    height: 29px;
    line-height: 29px;
    cursor: pointer;
    font-weight: bold;
    padding: 0 13px;
    float: right;
    text-decoration: underline;
    color: #fff;
    background: none;
    text-shadow: 0 0 1px black;
    background-color: rgba(81,166,227,.63);
    font-size:12px;
    border-radius: 0 !important;
}
.aventur-tabs a.active{
    background-color: rgba(255,255,255,.332) !important;
    color: #2d4c58 !important;
    text-decoration: none;
    text-shadow: 0 0 3px #fff !important;
    border:none;
}
.aventur-tabs .nav-item{margin-bottom: 0}
#myCoords .tab-pane p {
    font-weight: bold;
    line-height: 24px;
    font-size: 17px;
    text-shadow: 0 0 5px #fdfdfd;
    color: #06286f;
    margin:0px;
}
#myCoords .tab-pane a {
    color: #211b1b;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}
.padding{
  padding: 10px 0;
}
@media only screen and (max-width: 320px) {
  .background_picture img{
    width:300px;
  }
}
@media only screen and (max-width: 768px) {
  .top_header{
    padding-top:130px;
  }
}
.head_btns a{
  width: 75px;
  height: 74px;
  margin-bottom: 22px;
  overflow: hidden;
  float: left;
  list-style: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  box-shadow: 4px 2px 8px #999;
  -webkit-box-shadow: 4px 2px 8px #999;
  -moz-box-shadow: 4px 2px 8px #999;
  -khtml-box-shadow: 4px 2px 8px #999;
}
.head_btns:hover img, .head_btns.current img{
	margin-top: -76px;
}
.head_btns img{
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.copyright {
    color: #f8f9ed;
    height: 35px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 35px;
    background: #01394e;
}
footer {
    background: #00a8d9;
    color: white;
    font-weight: bold;
}
footer .row {
    padding: 10px 0;
}
footer div.col-xs-12 {
    border-right: 1px solid white;
}
footer div.col-xs-12:last-child {
    border-right: none;
}
footer h3 {
    font-size: 20px;
    margin: 10px 0 15px 15px;
}
footer h4 {
    font-size: 16px;
    margin: 27px 0 15px 15px;
}
footer a {
    text-decoration: none;
    font-size: 13px;
    width: 100%;
    display: block;
    padding: 4px 15px;
    color: white;
}
footer .social {
    display: flex;
    justify-content: center;
}
footer .social a {
    width: 45px;
    height: 37px;
    padding: 0;
}
footer .social img {
    width: 37px;
    height: 37px;
    padding: 3px;
    -webkit-transition: all .2s ease-out;
}
footer .social a:hover img {
    padding: 0;
    width: 43px;
    height: 43px;
}

.side_menu {
    padding-right: 15px;
    border-right: 1px solid #d0d0d0;
}
.side_menu h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 18px 0 15px;
}
.side_menu a.link {
    height: 29px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 5px 5px 5px 14px;
    font-size: 12px;
    border-bottom: 1px dashed #d0d0d0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.side_menu a.link:last-child {
    border-bottom: none;
}
.side_menu a.link:hover {
    background-color: #f9e052;
}
.htitle {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.htitle h1 {
    color: #3799c8;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin: 35px 0 20px;
    padding: 0 0 0 14px;
}
.htitle .line {
    border-top: 1px dashed #3799c8;
    flex-grow: 1;
    height: 1px;
    margin-top:15px;
}
@Media screen and (max-width: 575px) {
    .hidden-padding {
        margin-bottom:0px !important;
    }
}