/*****Static Styles******/
/* Page Wide Styles*/

a{
   color: #493b23;
}

a:hover{
   color: #000;
}

p, div, span, li	{	font-family: Arial, helvetica, sans-serif;
			font-size: 13px; }
			
a:hover { 	text-decoration: underline; }

h1, h2, h3, h4, h5	{	font-family: Arial, helvetica, sans-serif; }

a.underline
{
  text-decoration: underline !important;
}

a:hover.underline
{
  text-decoration: none !important;
}

h2
{
  color: #493B23;
}

.smartlink a 
{
  text-decoration: underline;
}

.smartlink a:hover
{
  text-decoration: none;
}

.featureAdPicLink a 
{
  color: #0966BE !important;
}

.featureAdPicLink a:hover
{
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}

.featureAdLink a {
  color: #0966BE !important;
  text-decoration: none !important;
}

.featureAdLink a:hover {
  color: #FE9859 !important;
}
    
a.anchor
{
  display: block; position: relative; top: -150px; visibility: hidden;
}

.nowrap
{
  white-space: nowrap;
}

.greenButton a
{
  text-decoration: none !important;
  color: White !important;
}

.greenButton a:hover
{
  text-decoration: none !important;
  color: White !important;
}

.midFullSection 
{
  margin: 50px 0 -5px 0;
  width: 100%;
}

hr.message-inner-separator
{
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    
.container h4
{
  color: #493B23;
  font-size: 25px;
}

table.mainTable tr th a { color: #644E28; }

table.mainTable tr th a:hover { 	text-decoration: none; 
			color: #A27E44; }

table.mainTable tr td a { color: #644E28; }

table.mainTable tr td a:hover { 	text-decoration: none; 
			color: #A27E44; }

table.mainTable	{	border-right: 1px solid #DCDCAB;
			border-bottom: 1px solid #DCDCAB; }

table.mainTable	th	{	border-left: 1px solid #DCDCAB;
				border-top: 1px solid #DCDCAB;
				color: #322714; }


table.mainTable	td	{	border-left: 1px solid #DCDCAB;
				border-top: 1px solid #DCDCAB;
				color: #322714; }

table.mainTable td a.red	{	color: #f00; }

table.mainTable a.blue	{	color: #00f; }

table.mainTable a:hover	{	text-decoration: none; }

button {
    background-color: #493b23;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
	transition: all .4s ease;
}

button:hover {
    background-color: #000;
    color: #fff !important;
}

/* Image Slider Styles */
.swiper-container {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 10px;
}
.swiper-slide img {
    display: block !important;
    margin: auto !important;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Aligner-item {
    max-width: 100%;
}
.Aligner-item--top {
    align-self: flex-start;
}
.Aligner-item--bottom {
    align-self: flex-end;
}
body {
    padding-top: 50px;
    font-family: Arial, helvetica, sans-serif;
    font-size: 18px;
}
.row {
    margin-left: -15px !important;
}
/* Navbar Styles*/

.navbar-inverse {
    background-image: url("../images/paws_bg1.png") !important;
}
.imageHeader {
    height: 400px;
    background: url('../images/mainbg.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.alignerItem {
    max-width: 100%;
}
.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}
#dropAligner {
    align-items: left;
}
.aligner a {
    color: white;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff !important;
    text-align: center;
}
#navbarCollapse {
    background-color: transparent;
}
#mobileBrand {
    font-size: 24px;
    color: #fff;
    text-align: left;
    margin-left: 15px;
    text-shadow: 2px 2px 4px #000000;
}
#desktopBrand {
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
}
#headerLinks li:hover {
    -webkit-filter: hue-rotate(5deg) saturate(2.1);
}
#searchDrop li {
    line-height: 1 !important;
    text-align: left;
    font-size: 16px;
    width: 275px !important;
    border-color: white !important;
}
#searchDrop a:hover {
    text-decoration: underline !important;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        a
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#advancedSearchHeader {
    margin-left: -105px;
}
#searchDrop {
    margin-left: -.5px;
    margin-top: 0px;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: -1px;
    border-radius: 0;
    background-color: rgba(131, 108, 74, .9);
    -webkit-animation: fadeIn 0.7s;
    animation: fadeIn 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.topButton a {
    color: white;
}
.topButton a:hover {
    color: #fff;
    text-decoration: none;
}
/*IE does not support the color overlay method used, so for this browser text color will change instead of adding overlay */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .topButton a:hover {
        color: #000000;
        text-decoration: none;
    }
    #searchDrop {
        margin-left: -1px;
    }
}
.topButton {
    color: #fff !important;
    font-size: 24px;
    position: relative;
    text-align: center;
    /*Center text in IE */
}
/*Page Header Styles*/

.tagline {
    text-shadow: 15px 15px 15px #000;
    color: #fff;
}
.row {
    width: 100%;
    padding-right: 5px;
}

/*Featured Content Styles*/
.featuredHeader {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-image: url("../images/paws_bg1.png");
    background-position: left top;
    background-repeat: repeat;
    margin: 5px;
    padding: 5px;
    width: 100%;
    height: 30px;
    color: #fff;
}
.featuredSearchHeader {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-image: url("../images/paws_bg1.png");
    background-position: left top;
    background-repeat: repeat;
    margin: 5px;
    padding: 3px;
    width: 100%;
    height: 30px;
    color: #fff;
}
.featuredHeader h2 {
    padding-bottom: 0px;
    padding-top: 2px;
    margin: 5px;
    line-height: .4;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 18px;
}
.featuredContent,
.featuredSearch {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: solid 1px grey;
    border-right: solid 1px grey;
    border-bottom: solid 1px grey;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -4px;
    width: 100%;
    padding-top: 25px;
    background-color: #f2f2f2;
}
.img-center {
    margin: 0 auto;
}
/*Clickable Continents Styles*/

i {
    font-size: 150px;
}
#speciesMap a {
    color: #6f562f;
}

#speciesMap h2 {
    color: #493B23;
}

#speciesMap {
    font-size: 24px;
}

.countryMapLink
{
  margin-top: 13px;
  margin-bottom: 20px;
}

.countryMapLink a
{
  text-decoration: underline;
  color: #644E28 !important;
}

.countryMapLink a:hover
{
  text-decoration: none;
  color: #A27E44 !important;
}

i{
	transition: all .4s ease;
}

i:hover {
    color: black;
}
/*Bottom Info Styles*/

#bottomInfo a {
    color: #644E28;
    text-decoration: underline;
}
#bottomInfo a:hover {
  color: #A27E44;
}
/* Footer Styles*/

footer {
    margin: 50px 0 -5px 0;
    background-image: url('../images/paws_bg1.png');
    color: #ffffff;
    width: 100%;
    font-size: 18px;
}
footer a {
    color: #fff;
    text-decoration: underline;
}
footer a:hover {
    color: #A27E44;
    text-decoration: none;
}
#copyright {
    background-color: #6e552d;
    width: 100%;
    text-align: center;
}
/*****Large Screen Styles******/

@media only screen and (min-width: 1224px) {
    /* Navbar Styles*/
    
    #mobileBrand {
        display: none;
    }
    #navbarCollapse {
        float: right;
    }
    .topButton:hover > ul.dropdown-menu {
        display: block;
    }
    #smallScreenFindCreature {
        display: none;
    }
    /*  .ie9 #smallScreenFindCreature{
  
	display: inherit !important;
  
  } */
    
    .ie9 #advancedSearchHeader {
        margin-left: 0px;
    }
    .ie9 #searchDrop {
        padding-left: 25px;
        max-width: 276px;
        padding-right: 25px;
    }
    .ie9 #searchDrop li {
        border: none !important;
    }
    #headerLinks li {
        height: 75px;
        line-height: 75px;
        display: block;
        width: 275px;
        border-right: solid 1px white;
        border-bottom: solid 1px grey;
    }
    /*Featured Content Styles*/
    
    .featuredContent {
        height: 375px;
    }
    .featuredSearch {
        height: 100%;
    }
}
/*****Mobile Styles******/

@media only screen and (max-width: 1224px) {
    /* Navbar Styles*/
    
    .navbar-header {
        background-image: url("../images/paws_bg1.png");
    }
    .navbar-inverse {
        background-image: none !important;
        border-bottom: none;
    }
    .tagline {
        font-size: 24px;
    }
    #largeScreenFindCreature {
        display: none;
    }
    #desktopBrand {
        display: none;
    }
    #navbarCollapse {
        float: left;
        margin-top: -9px;
    }
    #headerContainer {
        background-image: none;
        background: transparent;
        border: none;
    }
    #headerLinks li {
        height: 75px;
        line-height: 75px;
        display: block;
        width: 275px;
        margin-bottom: -2px;
    }
    .topButton {
        border: solid 2px white;
    }
    #headerTextBox {
        background-color: #000;
        padding: 0 5px;
        border-radius: 5px;
        border: 2px solid grey;
        background: rgba(0, 0, 0, 0.3);
    }
    .featuredSearchHeader h2 {
        margin-top: 7px;
        line-height: 24px;
    }
    .featuredSearchHeader {
        height: 80px;
    }
}
.datatable {
    width: 100%;
    border: 1px solid #d6dde6;
    border-collapse: collapse;
}
.datatable a {
    color: #0a074c
}
.datatable a:hover {
    color: #000;
}
.datatable td {
    border: 1px solid #d6dde6;
    padding: 0.3em;
}
.datatable th {
    border: 1px solid #828282;
    background-color: #493b23;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding-left: 0.3em;
}
.datatable caption {
    font: bold 110% Arial, Helvetica, sans-serif;
    color: #33517a;
    text-align: left;
    padding: 0.4em 0 0.8em 0;
}
.datatable tr:nth-child(odd) {
    background-color: #efefef;
}
@media only screen and (max-width: 800px) {

    
    #responsiveTable table,
    #responsiveTable thead,
    #responsiveTable tbody,
    #responsiveTable th,
    #responsiveTable td,
    #responsiveTable tr {
        display: block;
    }
  
    
    #responsiveTable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #responsiveTable tr {
        border: 1px solid #ccc;
    }
    #responsiveTable td {
        /* Behave  like a "row" */
        
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    #responsiveTable td:before {
        /* Now like a table header */
        
        position: absolute;
        /* Top/left values mimic padding */
        
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    /*
	Label the data
	*/
    
    #responsiveTable td:before {
        content: attr(data-title);
    }
}