@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

*:hover {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

a {
    color: #0075bc;
    text-decoration: none;
}

a:hover {
    font-weight: 600px;
    text-decoration: none;
}

html, body {
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: #e8e8e8;
}

footer {
    background-color: #d2d2d2;
    margin-top: 2em;
}

footer span {
    font-size: 11px;
}

footer span a {
    color: #fff;
}

footer span a:hover {
    color: #abbcf4;
}

h1, h2, h3, h4 {
    font-weight: 600;
    color: #0075bc;
}

.container-full {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 2em;
}

.no-style {
    list-style-type: none;
    padding: 2px;
}

.inline {
    display: inline-block;
    margin-right: 2em
}

.spacer_v {
    height: 2em;
    width: auto;
}

.hidden {
    display: none;
}

.icon-arrow-left {
    content: "o";
}

ul li {
    padding: 0;
    margin: 0;
}
/* PICTURE BUTTONS */

.picture-btn {
    position: relative;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    margin: 2em auto;
    border: 1px solid #a3a3a3;
}

.picture-btn span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    background-color: rgba(0,117,188,0.75);
    color: #ffffff;
    border-radius: 0 0 5px 5px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.test a:hover span {
    height: 100%;
    line-height: 200px;
    border-radius: 5px;
}

/* NAVBAR MODIFICATION */

.navbar {
    height: 100px;
    margin: 0;
}

.navbar-avionics {
    height: 100px;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    z-index: 99;
    
}

.navbar-avionics img {
    position: absolute;
    top: 10px;
    padding: 0;
}

.navbar-avionics .navbar-toggle {
    position: absolute;
    top: 23px;
    right: 10px;
    background-color: #6d6d6d;
	filter: none !important;
	box-shadow: 0 2px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
}

.navbar-avionics .navbar-toggle:hover,
.navbar-avionics .navbar-toggle:focus {
  background-color: #0075bc;
}

.navbar-avionics .icon-bar {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #ffffff;
}

.navbar-avionics .nav {
    position: relative;
    top: 23px;
	float: right;
	background: #fff;
	filter: none !important;
	box-shadow: 0 2px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.navbar-avionics .nav li a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #777;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
    color: #0075bc;
}

@media (max-width: 767px) {
    
.navbar-collapse {
    position: relative;
    margin: 0;
    padding: 0;
    top: 48px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.5);
}
    
.navbar-collapse .navbar-nav  {
    position: static;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
}

.navbar-collapse .nav li a {
    color: #333;   
}

.navbar-collapse .nav li:hover {
    color: #fff;   
}

.navbar-collapse .nav li a:hover {
    color: #fff;   
}

.navbar-collapse .nav .dropdown-menu li a {
    color: #333;
}

.navbar-collapse .nav .dropdown-menu li {
    background-color: #fff;
}

.navbar-avionics .nav li a:hover {
    color: #ffffff;
}

.navbar-avionics .nav li:hover {
	background: #0075bc;
	color: #fff;
}

.navbar-avionics .dropdown-menu:hover {
    color: #ffffff;
}

.navbar-avionics .nav li.active a {
	background-color: #0075bc;
    color: #fff;
}

.navbar-avionics .nav {
  z-index: 1001;
}

@media (max-width: 767px) {
footer .text-right {
    text-align: left;
}
}

/* ANIMATION TIMES */

.delA { animation-delay:0.1s; -moz-animation-delay:0.1s; -webkit-animation-delay:0.1s; }
.delB { animation-delay:0.2s; -moz-animation-delay:0.2s; -webkit-animation-delay:0.2s; }
.delC { animation-delay:0.3s; -moz-animation-delay:0.3s; -webkit-animation-delay:0.3s; }
.delD { animation-delay:0.4s; -moz-animation-delay:0.4s; -webkit-animation-delay:0.4s; }
.delE { animation-delay:0.5s; -moz-animation-delay:0.5s; -webkit-animation-delay:0.5s; }
.delF { animation-delay:0.6s; -moz-animation-delay:0.6s; -webkit-animation-delay:0.6s; }
.delG { animation-delay:0.7s; -moz-animation-delay:0.7s; -webkit-animation-delay:0.7s; }
.delH { animation-delay:0.8s; -moz-animation-delay:0.8s; -webkit-animation-delay:0.8s; }
.delI { animation-delay:0.9s; -moz-animation-delay:0.9s; -webkit-animation-delay:0.9s; }
.delJ { animation-delay:1.0s; -moz-animation-delay:1.0s; -webkit-animation-delay:1.0s; }
.delK { animation-delay:1.1s; -moz-animation-delay:1.1s; -webkit-animation-delay:1.1s; }
.delL { animation-delay:1.2s; -moz-animation-delay:1.2s; -webkit-animation-delay:1.2s; }
.delM { animation-delay:1.3s; -moz-animation-delay:1.3s; -webkit-animation-delay:1.3s; }
.delN { animation-delay:1.4s; -moz-animation-delay:1.4s; -webkit-animation-delay:1.4s; }
.delO { animation-delay:1.5s; -moz-animation-delay:1.5s; -webkit-animation-delay:1.5s; }
.delP { animation-delay:1.6s; -moz-animation-delay:1.6s; -webkit-animation-delay:1.6s; }
.delQ { animation-delay:1.7s; -moz-animation-delay:1.7s; -webkit-animation-delay:1.7s; }
.delR { animation-delay:1.8s; -moz-animation-delay:1.8s; -webkit-animation-delay:1.8s; }
.delS { animation-delay:1.9s; -moz-animation-delay:1.9s; -webkit-animation-delay:1.9s; }
.delT { animation-delay:1.9s; -moz-animation-delay:2.0s; -webkit-animation-delay:2.0s; }
.delU { animation-delay:1.9s; -moz-animation-delay:2.1s; -webkit-animation-delay:2.1s; }

/* GOOGLE MAPS */

#map {
    width: 100%;
    height: 400px;
}

/* DATEPICKER */
.datepicker {
    position: absolute;
    display: none;
    top: -9999em;
    left: -9999em;
}

/* SIGNIN FORM */
.form-signin {
  position: relative;
  max-width: 330px;
  padding: 15px;
  top: -140px;
  margin: 50vh auto;
  margin-bottom: -50vh;
  text-align: center;
}

.form-signin img {
    padding-left: 20px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ADMIN PAGES */

.add-album {
    display: inline-block;
    width: 150px;
    height: 150px;
    background-color: rgba(0,117,188,0.75);
    color: #fff;
    line-height: 160px;
    font-size: 40px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 15px;
}

.add-album:hover {
    background-color: rgba(0,117,188,1);
    cursor: pointer;
}

.add-picture {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 3px solid rgba(0,117,188,0.75);
    color: rgba(0,117,188,0.75);
    line-height: 160px;
    font-size: 40px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 15px -5px 15px 15px;
}

.add-picture:hover {
    border: 3px solid rgba(0,117,188,1);
    color: rgba(0,117,188,1);
    cursor: pointer;
}

.album-thumb {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid rgba(0,117,188,1);
    overflow: hidden;
}

.album-thumb div {
    -webkit-transition: all 200ms ease-out 100ms;
    -moz-transition: all 200ms ease-out 100ms;
    -o-transition: all 200ms ease-out 100ms;
    transition: all 200ms ease-out 100ms;
}

.album-thumb div {
    position: absolute;
    top: -30px;
    height: 30px;
    width: 100%;
    background-color: rgba(255,255,255,0.75);
}

.album-thumb:hover div {
    top: 0px;
}

.album-thumb div:hover {
    top: 0px;
}

.delete_button {
    position: absolute;
    right: 5px;
    top: 2px;
    color: rgba(0,117,188,0.75);
    font-weight: 900;
    font-size: 20px;
    z-index: 1;
}

.edit_button {
    position: absolute;
    left: 5px;
    top: 2px;
    color: rgba(0,117,188,0.75);
    font-weight: 900;
    font-size: 20px;
    z-index: 1;
}

.delete_button {
    position: absolute;
    right: 5px;
    top: 2px;
    color: rgba(0,117,188,0.75);
    font-weight: 900;
    font-size: 20px;
    z-index: 1;
}