
/******* INDEX *******/

/*
    1. Utility
        -Typography
        -Grid
        -Buttons
        -Other
    2. Header
    3. Jumbotron
    4. Recent User Sightings
    5. Ads
    6. Sidebar
    7. Footer
    8. Responsive Helpers
    
*/

/**** UTILITY ****/

/* Typography*/

@font-face {
font-family: 'Avenir Next LT Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Avenir Next LT Pro Regular'), url('/Content/fonts/AvenirNextLTPro-Regular.woff') format('woff');
}

@font-face {
font-family: 'Avenir Next LT Pro Regular';
font-style: normal;
font-weight: bold;
src: local('Avenir Next LT Pro Bold'), url('/Content/fonts/AvenirNextLTPro-Bold.woff') format('woff');
}

.light-text {
    color: #fff;
}

.dark-text {
    color: #555354;
}



strong, .strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5{
    line-height: 34px;
    font-family: 'Avenir Next LT Pro Regular';
    color: #41b489;
}
p{

    font-family: 'Avenir Next LT Pro Regular';
}


li {
    line-height: 20px;
}

p, li {
    font-size: 14px;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

h2::before, h2:before  {
    width: 50px;
    content: " ";
    border-top: 3px solid #555354;
    height: 100px;
    position: absolute;
    margin-top: -20px;
}

h3 {
    font-size: 22px;
}

h4 {

}

a {
    color: #41b489;
}

a.light-link {
    color: #fff;
}

a.dark-link {
    color: #41b489;
}

a:hover, a:active { 
    text-decoration: none;
}

li {
    line-height: 20px;
}

.small-text {
    font-size: 12px;
}

a.green-hover:hover {
    color: #41b489;
}

.padding-0 {
    padding: 0px;
}

/* Grid */

.display-inline {
    display: inline;
}

section {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Buttons */

button, button i, a, a i {
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border-radius: 0px !important;
    
}

.dark-btn {
    background-color: #999999;
    border: none;
    color: #fff;
    padding: 7px 10px;
    font-weight: bold;
}

.dark-btn i {
    color: #fff;
}

.sign-in-btn {
    margin-top: 6px;
}

.input-btn {
    border: none;
    color: #555354;
}

.input-btn input
{
    border-radius: 0;
}

.grey-input {
    background-color: #cbcbcb;
    border: none;
    color: #fff;
    padding: 0px 10px;
    color: #fff;
}

.green-btn {
    background-color: #41b489;
    border: none;
    color: #fff;
    padding: 7px 10px;
    font-weight: bold;
}

.ad-btn {
    width: 100%;
    text-align: center;
}

.green-btn i, .grey-btn i, .dark-btn i {
    color: #555354;
    font-size: 12px;
    padding-left: 6px;
}

button.green-btn:hover, a:hover, button:hover {
    color: #555354;
}

/* Other Styles */

*::-moz-selection {
    color: #fff;
    background-color: #41b489;
}

*::selection {
    color: #fff;
    background-color: #41b489;
}

.table-borderless {
    border: none !important;
}

.navbar-form {
    margin: 0px;
    padding-right: 0px;
    padding-top: 15px;
}
 

/**** HEADER ****/

header {
    background-color: #555354;
}

header .navbar {
    background-color: #41b489;
}

.navbar-brand {
    height:  80px;
}

.sign-in-form {
    padding: 8px 15px 0px;
}

h1 {
    display: inline;
}



/* Nav */

.navbar {
    border: none;
}

.navbar-nav li a {
    font-size: 16px !important;
}

.navbar a {
    font-weight: bold;
}

.sign-in-form input {
    padding-right: 8px;
    color: #fff;
}

.sign-in-form .input-group span {
    background-color: transparent;
    border-right: 1px solid rgba(153, 153, 153, 0.3);
}

.grey-input span .fa {
    color: #fff;
}

.grey-input input::-webkit-input-placeholder, .grey-input input:-moz-placeholder, .grey-input input::-moz-placeholder, .grey-input input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.grey-input {
    margin-right: 8px;
    margin-bottom: 8px;
}

.grey-input input {
    background-color: transparent;
    border: none;
    color: #fff;
}

.grey-input input:active, .grey-input input:focus {
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #555354;
    font-weight: bold;
}

.form-control:focus {
    border: none;
    box-shadow: none;
}

.input-btn input
{
    border-radius: 0;
}

.input-btn input {
    margin-right: -5px;
}

.input-btn .dropdown-toggle {
    text-transform: none;
    background-color:#f8f8f8;
    color: #555354;
}

.dropdown-search {
    padding: 0 0 0 15px;
}



/**** JUMBOTRON ****/

.jumbotron {
    background-image: url('/Content/images/PlaneLogger--Jumbotron-Image.jpg');
    background-size: cover;
    background-position: 0px -100px;
    margin-top: -20px;
}

.jumbotron p {
    text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
    font-weight: bold;
    line-height: 26px;
    font-size: 14px;
}

.jumbo-down span i {
    cursor: pointer;
    transition: all ease 0.5s;
}

.jumbo-down span i {
    text-shadow: 0px 2px 1px solid #555354;
}

.jumbo-down span:hover > i {
    color: #555354;
}

.jumbo-down {
    position: absolute;
    bottom: 2px;
}

/****RECENT USER IMAGES ****/

.recent-user-images ul {
    list-style-type: none;
    padding: 0;
}

.recent-user-images article .date, .recent-user-images article .desc {
    color: #666666;
}

.recent-user-images article .date {
    font-weight: bold;
    font-size: 10px;
}



/**** AD - remove me ****/ 

.body-ad .ad {

    height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.side-ad .ad {

    height: 100px;
    margin-bottom: 15px;
}

/**** RECENT SIGHTINGS ****/

.table {
    color: #666666;
}

.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > td, .table-borderless > tfoot > tr > th, .table > thead > tr > td, .table-borderless > thead > tr > th {
    border: none;
}

.recent-forum .table td:first-child {
    font-weight: bold;
}

/**** SIDEBAR ****/



/**** FOOTER ****/

footer {
    padding-top: 30px;
}

.footer-top {
    background-color: #555354;
    padding: 15px 0;
}

.footer-bottom {
    background-color: #219d79;
    padding: 15px 0;
}

footer a {
    color: #555354;
}

/**** RESPONSIVE HELPERS ****/

@media (min-width: 768px) {
    
    .navbar-nav > li {
        float: right;
    }

    form #search {
    padding: 0 15px;
} 

    .sign-in-btn, .footerlogo, footer .green-btn {
    margin-bottom: 15px !important;
}

}



.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.highlight-row {
    background-color: #cbcbcb;
}

.not-linked {
    color: #ff0000;
}

/* forum styles */

.ForumPost
{
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	background: #eee;
}

.ForumPost .PostDetails
{
	padding: 5px 10px 5px 10px;
	background: #ddd;
}

.ForumPost .PostContent
{
	padding: 10px 0px 5px 0px;
}

.PostContent img
{
    width: 100%;
    height: auto;
}

#Reply
{
	margin-top: 40px;
	border: 1px solid #ccc;
	padding: 0px 10px 5px 10px;
	background: #ddd;
}

.signed-in-header {
    color: #ffffff;
}

.homepageThumbnail {
	height: 200px;
}