/*!
 * Copyright 2013-2016 Designnir
 */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #474747;
}

a {
    color: #008080;
}

a:hover {
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "PT Sans Narrow", sans-serif;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-header {
    float: none;
}

.navbar-default .navbar-brand {
    float: none;
    margin: 0 !important;
    height: auto;
    width: 100%;
    display: block !important;
}

.navbar-brand > img {
    margin: 0 auto;
}

#navbar {
    border-top: 1px solid #222;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 600;
    margin-left: 40px;
    margin-right: 40px;
    padding: 8px 0;
    border-bottom: 4px solid #FFF;
    color: #999;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #666666;
    border-bottom: 4px solid #ff6600;
}

.navbar-default .navbar-nav > .active > a {
    background: none;
    color: #666666;
    border-bottom: 4px solid #ff6600;
    
}

.top-ad-container {
    padding-top: 0;
    padding-bottom: 30px;
}

.top-ad-container img {
    max-width: 728px;
    height: auto;
    margin: 0 auto;
}

.animal-banner img {
    margin: 0 auto;
}
.info-banner {
    margin: 0 auto;
}

.content-area {
    padding-top: 30px;
    padding-bottom: 30px;
}

.each-widget {
    margin-bottom: 30px;
}

.each-widget h3 {
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 );
    outline: 1px solid #e2e2e2;
    font-size: 24px;
    padding: 20px 5px 5px;
    margin-top: 0;
}

ul.sidebar-links {
    margin: 0;
    padding: 0 0 0 15px;
}

ul.sidebar-links li {
    margin: 0 0 2px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #ccc;
    color: #ff6600;
}

.welcome-box {
    border: dotted 4px #D3D3D3;
	padding: 20px;
    margin-bottom: 30px;
}

div.anchor {
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 );
    outline: 1px solid #e2e2e2;
    font-size: 16px;
    padding: 2px 5px 5px;
}

.each-section {
    margin-bottom: 30px;
	padding: 20px;
}

.each-section h3 {
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 );
    outline: 1px solid #e2e2e2;
    font-size: 24px;
    padding: 20px 5px 5px;
}

.each-section ul {
    column-count: 2;
}
.each-section3 ul {
    column-count: 3;
}

.video-con {
    color: #39F;
}

.video-con h3 {
    color: #474747;
}

.video-con h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 2px;
}

.animal-pic-con {
    color: #39F;
}

.animal-pic-con h3 {
    color: #474747;
}

.animal-pic-con h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    color: #474747;
}

.welcome-box h3 {
    margin-top: 0;
    margin-bottom: 30px;
	padding: 30px;
}

.each-resource {
    margin-bottom: 30px;
}

.each-resource h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.each-resource a.read-more {
    color: #c0c0c0;
}

.bottom-ad-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bottom-ad-container img {
    max-width: 728px;
    height: auto;
    margin: 0 auto;
}

.left-ad img {
    max-width: 300px;
    width: 100%;
}

.right-ad img {
    max-width: 160px;
}

footer {
  padding: 20px 0 10px;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
    margin-top: 30px;
}

/*light box css */
.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 30%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1300px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    text-decoration: none;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    text-decoration: none;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


@media (max-width: 767px) {
    .navbar-default .navbar-brand {
        width: 80%;
    }
    
    .top-ad-container img,
    .bottom-ad-container img {
        max-width: 100%;
    }
    
    .each-section ul {
        column-count: 1;
    }
  
}
