

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin,latin-ext);

body {
	padding-top:50px;
	font-family: 'Lato', sans-serif;
/*	font-size: 1.6em;
	line-height: 1.6em;*/

}
h3 {
	font-weight: 300;
}

.margin {

	margin: 30px 0;
}
.padding {

	padding: 30px 0;
}
.padding-top {

	padding-top: 10px;
}

.navbar {

	background: #252525;
}

.title {
	font-size: 2.5em;
	font-weight: 300;
	padding-bottom: 0px;
	display: block;
}
.title-sub {
	font-size: 1.5em;
	font-weight: 300;
	color: #999999;
	padding-top: 0;
}
.titlebar {
	height: 34px;
	display: block;
	padding-top: 6px;
}

.btn-dark {
  color: #9d9d9d;
  background-color: #252525;
  border-color: #252525;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}

.btn-dark .badge {
  color: #fff;
  background-color: #333;
}
#breadcrumb {
	/*background: #f2f2f2;*/

}
.breadcrumb-custom {
  padding: 12px 0px;
  margin-bottom: 0px;
  list-style: none;
  border-bottom: 1px solid #eee;
}
.breadcrumb-custom > li {
  display: inline-block;
}
.breadcrumb-custom > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\00bb";
}
.breadcrumb-custom > .active {
  color: #777;
}

.single-line-text
{
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
}
/* HEADER
-------------------------------------------------- */
header {
    text-align: center;
    color: #fff;
    max-height: 400px;
    background-attachment: scroll;
    /*background-image: url(../img/hero-1-en.jpg);*/
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header .intro-text {
    padding-top: 50px;
    padding-bottom: 50px;
}
header .img-fit-w {
	max-width: 70%;
	height: auto;
}
header .img-fit-h {
	max-height: 120px;
	width: auto;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    margin-top: 25px;
    font-family: 'Lato', sans-serif;
    font-size: 34px;
    font-style: italic;
    text-shadow: 2px 2px 2px #252525;
    line-height: 34px;
    font-weight: 300;
    text-decoration: none;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-shadow: 2px 2px 3px #252525;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    header .img-fit-w {
	max-width: 360px;
	height: auto;
}
    header .img-fit-h {
	max-height: 150px;
	width: auto;
}
    header .intro-text .intro-lead-in {
        margin-bottom: 50px;
        margin-top: 50px;
        font-family: 'Lato', sans-serif;
        font-size: 50px;
        font-style: italic;
        font-weight: 300;
        line-height: 50px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 25px;
        text-transform: uppercase;
        font-family: 'Lato', sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

/* Sightings thumbnails */

.sighting-thumbnail img {
   opacity: 1;
   transition: all .3s;
}

.sighting-thumbnail img:hover {
   opacity: .7;
}

.sighting-list-title
{
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 50%;
}

.sighting-list-date
{
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 50%;
}
.author-text
{
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
}

.image{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.image img{
    position:absolute;
    width: 100%;
}

/* end Sightings thumbnails*/

/* TESTING - TEMPORARY
-------------------------------------------------- */
#ads .media {
/*  background-color: #f2f2f2;*/
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  display: block;
}

#ads img {
  border-radius: 10px;
  opacity: 1;
  transition: all .3s;

}
#ads img:hover {
  opacity: .7;

}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 460px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 460px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 460px;
}

.heroimg {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
	height: 460px;
	color: #fff;
}

.text-middle {
	vertical-align: middle;

}	
#heroimg h3 {
	line-height: 1.5em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

}
.herohigh {
	background-color: #252525;
	padding:6px;
	display: inline;
    float: left;
    clear: both;
}
#heroimg h1 {
	font-size: 4em;
	margin-bottom: 0;
	padding-top: 50px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

#profile-apps {
	padding-top: 10px;
	padding-bottom: 10px;
/*	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;*/

}
#profile-apps img {
	margin-right: 8px;
	opacity: 1;
  	transition: all .3s;

}
#profile-apps img:hover {
	opacity: .7;

}
#featured-apps {

}
#featured-apps img {
	margin-right: 8px;
	opacity: 1;
  	transition: all .3s;

}
#featured-apps img:hover {
	opacity: .7;

}

#apphead {
	border-bottom: 1px solid #f0f0f0;
	padding-top: 30px;
	padding-bottom: 0px;

}

#stats {
	border-bottom: 1px solid #f0f0f0;

}

#apphead h1 {
	font-weight: 300;
	padding-bottom: 0;
	padding-top: 10px;
/*	line-height: .6em;*/
}
#apphead h3 {
	font-weight: 300;
	color: #999999;
	padding-top: 0;

}
#apphead  h2 {
	font-weight: 300;
}
#apphead p {
	padding-bottom: 10px;
	padding-top: 10px;
}

.imground {
	border-radius: 100%;
	}
.badges img {
	margin-right:8px;
	margin-top: 4px;
	margin-bottom: 4px;
	opacity: .8;
	transition: all .3s;
}
.badges img:hover {
	opacity: 1;
}

#apphead .jumbotron {
}
#jumbotron-custom {
	background-color: #fafafa;
	border-bottom: 1px solid #f0f0f0;
}
#jumbotron-custom h1 {
	font-weight: 300;
	padding-bottom: 0;
	padding-top: 10px;
	line-height: .6em;
}
#jumbotron-custom h3 {
	font-weight: 300;
	color: #999999;
	padding-top: 0;

}

#userDash {
	background-color: #fafafa;
	border-bottom: 1px solid #f0f0f0;

}
#userDash h1 {
	font-weight: 300;
	padding-bottom: 0;
	padding-top: 10px;
	line-height: .6em;
}
#userDash h3 {
	font-weight: 300;
	color: #999999;
	padding-top: 0;

}
#userDash p {
	padding-bottom: 10px;
	padding-top: 10px;
}
#userMenu {
	padding-top: 10px;
	padding-bottom: 10px;

}

#birds-eu a {

	color: #2281c1;

}
#birds-eu a:hover {
	color: #155783;

}

#feat-1 {
	background-color: #fafafa;
	padding-top: 30px;
	border-bottom: 1px solid #f0f0f0;

}

#feat-1  h2 {
	font-weight: 300;
}
#feat-1  p {
	font-size: 1.1em;
	line-height: 2em;
}

#feat-2 {
	background-color: #fff;
	padding-top: 30px;

}

#feat-2  h2 {
	font-weight: 300;
}
#feat-2  p {
	font-size: 1.1em;
	line-height: 2em;
}
#author {
	background-color: #fafafa;
	padding-top: 30px;
	padding-bottom: 20px;
	border-radius: 4px;
	margin-bottom: 30px;


}

#author  h2 {
	font-weight: 300;
}
#author  p {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.1em;
	line-height: 2em;
}
#app-species {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	padding-top: 30px;

}

#app-species  h2 {
	font-weight: 300;
}
#app-species  p {
	font-size: 1.1em;
	line-height: 2em;
}
#app-species  img {
	margin:4px;
	border-radius: 4px;
	opacity: 1;
	transition: all .3s;
}
#app-species img:hover {
	opacity: .8;
}

.galleria{ width: 100%; height: 500px; background: #000 }

#screenshots {
	background-color: #000;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#myCarousel .carousel {
  height: 400px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
#myCarousel .carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#myCarousel .carousel .item {
  height: 400px;
  background-color: #777;
}
#myCarousel carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}


.carousel-caption h1 {
	font-size: 4em;

}
.carousel-caption p {
	font-size: 1.5em;

}

/* TOPICS
-------------------------------------------------- */

#topics {
/*	background: #f5f5f5;*/
}

#topics .portfolio-item {

}


#topics .portfolio-item img {
	border-radius: 4px;
	margin: 10px 0;
	opacity: 1;
	transition: all .3s;
}


#topics .portfolio-item img:hover {
	opacity: .7;
	margin: 10px 0;
}

#topics .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
#topics .thumbnail > img,
#topics .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px 4px 0 0;
    opacity: 1;
  transition: all .3s;
}
#topics .thumbnail > img:hover,
#topics .thumbnail a > img:hover {
  opacity: .7;
}

#topics a.thumbnail:hover,
#topics a.thumbnail:focus,
#topics a.thumbnail.active {
  border-color: #333;
  text-decoration: none;
  background-color: #fff;
  opacity: .7;
  
}
#topics .thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* SPECIES
-------------------------------------------------- */

#species .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
#species .thumbnail > img,
#species .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
#species a.thumbnail:hover,
#species a.thumbnail:focus,
#species a.thumbnail.active {
  border-color: #1c9075;
  text-decoration: none;
  background-color: #fff;
  
}
#species .thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* PROFILE
-------------------------------------------------- */

/*#profile img {
	border-radius: 4px;
}*/

#img-rounded-4 img {
	border-radius: 4px;
}


/* SIGHTINGS
-------------------------------------------------- */

#sightings {
	background: #fafafa;
}
#sightings h3 {
	padding-bottom: 10px;
}
#sightings .speciesname {
	color: #c8c7cc;
	font-weight: normal;
}

/* CONSULTATION
-------------------------------------------------- */
.box {
	border: 1px solid #eee;
	padding: 10px;
}
.box-footer {
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding-top: 8px;
}
.progress-votes {
  overflow: hidden;
  height: 12px;
  margin-top: 4px;
  margin-bottom: 0px;
  background-color: #fff;
  border-radius: 0px;
}
.progress-votes-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #239e81;
}
.progress-votes-bar-green {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #2fa834;
}
.progress-votes-bar-red {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #e5240c;
}

.progress-votes-text {
  float: left;
  padding-left: 3px;
  height: 100%;
  font-size: 12px;
  line-height: 12px;
  /*color: #239e81;*/
}
.text-green {
  color: #2fa834;
}
.text-red {
  color: #e5240c;
}
/*.thumbnail-c {
  display: block;
  margin-bottom: 20px;
}
.thumbnail-c > img,
.thumbnail-c a > img {
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  transition: all .3s;
}
a.thumbnail-c:hover,
a.thumbnail-c:focus,
a.thumbnail-c.active {
  opacity: .7;
}

.thumbnail-c .caption {
  padding: 9px;
  color: #333333;
}*/
.thumb-cons img {
  width: 100%;
  margin: 10px 0;
  opacity: 1;
  transition: all .3s;
}


.thumb-cons img:hover,
.thumb-cons img:active {
  opacity: .7;
  margin: 10px 0;
}

/* FOOTER - CONTACT
-------------------------------------------------- */

#contact {
	background: #f2f2f2;

}

#contact p {
	padding-top: 10px;

}
#contact .formpadding {
	padding-top: 6px;

}

#contact .btn-social {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #333;
	border-radius: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 900;
	line-height: 45px;

}
#contact .btn-social i {

}
#contact .social li {
	margin: 6px 0px;

}
#contact .social a {
	color: #333;
	transition: all .2s;

}
#contact .social li:hover a {
	background: #333;

}
#contact .social li:hover i {
	color: #f2f2f2;

}
#contact .btn-primary {
	background: #34495e;
}
#contact .btn-primary:focus, #contact .btn-primary:hover {
	background: #2c3e50;
}

/* FOOTER
-------------------------------------------------- */

footer {
	background: #252525;
	color: #d1d0d0;
	padding: 20px 0;
}
footer p {
	padding: 20px;
	margin: 0px;
}
footer a {
	color: #9d9d9d;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* MEDIA QUERIES FOR DIFFERENT SCREEN SIZES
-------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#topics .portfolio-item {

}


#topics .portfolio-item img {
	border-radius: 4px;
	margin: 10px 0;
	opacity: 1;
	transition: all .3s;
}


#topics .portfolio-item img:hover {
	margin: 10px 0;
	opacity: .7;
}
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
body {
}

#topics .portfolio-item {

}

#ads .media {
  margin-bottom: 20px;
}

#topics .portfolio-item img {
	display: inline-block;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	margin: 10px 0;
	opacity: 1;
	transition: all .3s;
}


#topics .portfolio-item img:hover {
	margin: 10px 0;
	opacity: .7;
}
.margin.mobile_only {
	display: none;
}
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    display: none; /* Initially hidden*/
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 20px 0 20px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
#cookieConsentText {
    flex: 1;
}
/*Cookie Consent End*/
