@charset "UTF-8";
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #f7f7f7; /*#EFEFE9;*/
}

a.showLink, a.hideLink 
{
  text-decoration: none;
  color: #666;
  margin: 0px;
  padding: 0px;
}

.backcolor_1 {
	background-color: #FC0;
}

.backcolor_2 {
	background-color: #222;
}

.backcolor_3 {
	background-color: #333;
}

.backcolor_4 {
	background-color: #CCC;
}

kbd.backcolor_4, .backcolor_4 kbd, .backcolor_4 a{
	color: #000;
}

.backcolor_5 {
	background-color: #EEE;
}

.backcolor_6 {
	background: -webkit-gradient(linear, left top, right top, from(#DDD), to(#FFF));
	background: -webkit-linear-gradient(left, #DDD, #FFF);
	background: -moz-linear-gradient(left, #DDD, #FFF);
	background: -ms-linear-gradient(left, #DDD, #FFF);
	background: -o-linear-gradient(left, #DDD, #FFF);
}

.backcolor_7 {
	background-color: #FFF;
}

.backcolor_8 {
	background-color: #F00;
}

.backcolor_9 {
	background-color: #f7f7f7; /*#EFEFE9;*/
}

.backcolor_10 {
	background-color: #F0F0F0;
}

.backcolor_11 {
	background-color: #CCC;
	color: #333;
}

.backcolor_11 a {
	color: #333;
}

.box:hover {
	background-color: #990000;
	color: #000;
}

.buttoncirle {
	background-color: #FC0;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
}

.buttoncirle_grey {
	background-color: #FEFEFE;
	border-radius: 50%;
	text-align: center;
	color: #999;
}

.caption {
	width: 100%;
}

.center_table
{
  margin: 0 auto !important;
  float: none !important;
}

.checkbox:hover .txt_grey2 {
	color: #333;
}

.collapse .panel-heading {
	background-color: #CCC;
}

.collapse .collapse .panel-body {
	background-color: #FFF;
}

.compare_btn {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	display: none;
}

.compare_btn button {
	padding: 10px;
}

.compareList {
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	width: 100%;
}

.colortone_80 {
	background-color: #FF0000;
}

.colortone_60 {
	background-color: #FF3300;
}

.colortone_40 {
	background-color: #FF6600;
}

.colortone_20 {
	background-color: #FF9900;
}

.colortone_10 {
	background-color: #FFCC00;
}

.colortone_5 {
	background-color: #FFFF00;
}

.colortone_1 {
	background-color: #FFFFCC;
}

.editor {
	margin: 0px;
	padding: 0px;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden !important;
	display: block;
	max-width: 100%;
	white-space: nowrap;
}

.editbutton2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.editbutton2 li {
	display: inline;
	width: 50%;
	list-style-type: none;
	border-left: #EEE solid 1px;
	margin: 0px 0px 0px -5px;
	padding: 0px;
}

.editbutton2 li a {
	padding: 0px 15px;
	margin: 0px;
	color: #CCC;
}

.editbutton2 li a.del {
	padding: 0px 15px;
	margin: 0px;
	color: #CCC;
}

.editbutton2:hover li a.del {
	color: #DB7072;
}

.expandmaps {
	position: absolute;
	padding: 10px 0px;
	margin-top: 10px;
	text-align: center;
}

.expandlist {
	margin: 0 auto;
	text-align: center;
}

.expandlist li {
	list-style-type: none;
	display: inline; 
	background-color: #333;
	text-align: center;
	color: #FFF;
	padding: 5px 10px;
	margin: 0 auto;
	cursor: pointer;
}

.f_red a {
	color: #F00 !important;
}

.form-control .title {
	font-weight: bold;
	border-bottom: #CCC solid 1px;
}

.float_menu {
	z-index: 900 !important;
	position: absolute;
	float: inherit;
	top: 50px;
}

.fixed_bottom {
    position: absolute;
    bottom: 0;
}

.filter_img {
	filter: brightness(40%);
	-webkit-filter: brightness(40%);
	-moz-filter: brightness(40%);
	-o-filter: brightness(40%);
	-ms-filter: brightness(40%);
}

.filter_img_circle {
	-webkit-filter: opacity(0.3); 
}

.gall {
	width: 100%;
	padding: 0px;
	margin: 0px;
}


@media screen and (max-width: 640px) {
.glo_li {
    -moz-column-count: 1;
	-webkit-column-width: 100%;
    -webkit-column-count: 1;
     column-count: 1;
	 column-fill: balance;
	 column-width: 100%;
}
}

@media screen and (min-width: 640px) {
.glo_li {
    -moz-column-count: 2;
    -moz-column-gap: 2.5em;
	-webkit-column-width: 50%;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
	 column-width: 50%;
     column-count: 2;
     column-gap: 2.5em;
	 column-fill: balance;
	 text-align: justify;
}
}

@media screen and (min-width: 1025px) {
.glo_li {
    -moz-column-count: 3;
    -moz-column-gap: 2.5em;
	-webkit-column-width: 30%;
    -webkit-column-count: 3;
    -webkit-column-gap: 2.5em;
	 column-width: 30%;
     column-count: 3;
     column-gap: 2.5em;
	 column-fill: balance;
	 text-align: justify;
}
}

.glo_li li {
	padding: 5px 0px;
	cursor:pointer;
	text-align: justify;
}

.glo_li li:hover .txt_grey {
	color: #999;
}

.height100 {
	min-height: 100vh;
}

.height80 {
	height: 80vh;
}

.height50perc {
	height: 50%;
}

.height80perc {
	height: 80%;
}

.height100_m {
	min-height: 100vh;
}

.hidemore {
	display: none;
	position: absolute; 
	bottom: 0; left: 0;
	width: 100%; 
	text-align: center; 
	margin: 0; 
	padding: 20px 0; 
	cursor: pointer;
}

hr {
	margin: 10px 0px;
}

h4 {
	width: 100%;
	padding: 15px 0px 15px 0px;
	color: #535300;
	border-bottom: #cfcfbd solid 2px;
}

.inner {
	display: table-cell;
	vertical-align: middle;
}

.imgpopup {
	overflow: auto;
	width: 100%;
	height: 100vh;
	margin: 0px;
	padding: 0px;
	text-align: center !important;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#000;
}

.imgpopup img {
	display: table-cell;
	margin: auto !important;
	padding: 0;
	vertical-align: middle !important;
}

@media screen and (max-width: 1024px) {
.imgpopup .imgpop_sg {
   	background-repeat: no-repeat; 
	background-position: center; 
	background-size: contain;
	width: 100%; 
	height: 100vh; 
}
}

@media screen and (min-width: 1025px) {
.imgpopup .imgpop_sg {
   	background-repeat: no-repeat; 
	background-position: center; 
	background-size: initial;
	width: 100%; 
	height: 100vh; 
}
}

.imgpopuptext {
	display: block;
	padding: 0px 15px;
	height: 100vh;
	margin: auto !important;
	vertical-align: middle !important;
	text-align: center !important;
}

.imgpopuptext2 {
	position: absolute;
	bottom: 0px;
	display: block;
	padding: 10px 15px;
	width: 100%;
	margin: auto !important;
	vertical-align: middle !important;
	text-align: center !important;
}

.imgtype
{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 100%;
	z-index: 400;
}

.imgtype li {
	float: right;
	padding: 15px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
	display: inline;
}

.iucn_label {
	padding: 10px;
}

.iucn_alt {
	font-size: 3em;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-right: 5px;
}

.input_lg2, .input_lg2:focus, .input_lg2:active {
	font-size:70px;
	width: 90%;
	height: 100%;
	background-color: transparent;
	border: none;
	text-align: center;
	color: #FFF;
	outline: none;
	overflow: hidden;
	resize: none;
}

.markerwithlabels {
	color: #000;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 13px;
	text-align: center;    
	white-space: nowrap;
	width: 20px;
}

.list_state {
	margin-top: 5px;
}

.list_state li{
	padding: 10px 0px;
	border-bottom: #DFDFDF 1px solid;
}

.list_taxo {
	margin: 0px 0px 0px 0px;
}

.list_taxo li{
	width: 100%;
	padding: 5px 0px;
}

.list_taxo .txt_label {
	color: #999;
	padding: 5px 0px;
	white-space: nowrap;
}

.list_taxo .txt_species {
	font-size: 16px;
	padding: 5px 0px;
}

.list_view {
	margin: 0px;
	padding: 0px;
}

.list_view li {
	padding: 5px 10px;
}

.list_menu {
	margin: 0px;
	padding: 0px;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
	width: 100%;
}

@media screen and (max-width: 639px) {
.list_menu li {
	padding: 10px 0px;
	margin: 0px;
	border-bottom: #DDD solid 1px;
	width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
}

@media screen and (min-width: 640px) {
.list_menu li {
	padding: 10px 0px;
	margin: 0px;
	border-bottom: #DDD solid 1px;
	width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
}

.list_menu li:last-child {
	border-right: none;
}

.list_menu2 li {
	padding: 5px 0px;
	margin: 0px;
}

.list_menu3 li {
	text-align: center;
	padding: 5px 15px 5px 25px;
	margin: 0px;
}

.list_menu3 li:first-child {
	border-left: none;
}

.list_menu4 {
	margin: 0px;
	padding: 0px;
}

.list_menu4 li {
	margin: 0px;
	padding: 10px 0px;
	list-style-type: none;
}

.list_menu5 {
	margin: 0px;
	padding: 0px;
}

.list_menu5 li {
	margin: 5px 0px;
	display: inline-block !important;
	padding: 5px 10px 0 0;
}

.list_view li:hover, .list_view .active {
	background-color: #FC0;
}

.list_kbd {
	margin: 0px;
	padding: 0px;
}

.list_kbd li {
	margin: 0px 3px 3px 0px;
	padding: 0px;
}

.line_t {
	border-top: #CCC solid 1px;	
}

.line_t2 {
	border-top: #DDD solid 2px;	
}

.line_t3 {
	border-top: #333 solid 1px;	
}

.load {
	width: 100%;
	height: 5px;
	z-index: 10000000000;
	background-color: #F00;
	color: #333;
	padding: 0px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
}

@media (min-width: 768px) {
.md_width {
	width: 100%;
}
}

@media (min-width: 992px) {
.md_width {
	width: 100%;
}
}

@media (min-width: 1200px) {
.md_width {
	width: 50%;
}
}

@media (max-width: 768px) {
.md_margin {
	margin-top: 0;
}
}

@media (min-width: 768px) {
.md_margin {
	margin-top:80vh;
}
}

@media (min-width: 992px) {
.md_margin {
	margin-top: 80vh;
}
}

@media (min-width: 1200px) {
.md_margin {
	margin-top: 0;
}
}

.more 
{
	  display: none;
	  margin: 0px;
	  padding: 0px;
}

.nav_tabs_h4 {
  	list-style: none;
	display: inline-block;
	font-size-adjust: inherit;
	font-size: 13px;
}

.nav_tabs_h4 > li {
	font-weight: normal;
	float: left;
	border-top: 1px solid #cfcfbd;
	border-left: 1px solid #cfcfbd;
	border-right: 1px solid #cfcfbd;
	margin-top: -1px;
	padding: 10px 20px;
	cursor: pointer;
}

.nav_tabs_h4 > li.active {
	font-weight: bold;
	border-bottom: 3px solid #f7f7f7; /*EFEFE9;*/
}

.table .line_t td {
	border-top: #999 solid 2px;	
}

.table-hover tfoot tr.line_t td {
	border-top: #999 solid 2px;	
}

.line_r {
	border-right: #CCC solid 1px;	
}

.line_r2 {
	border-right: solid 1px rgba(255,255,255,.2);	
}

.line_r3 {
	border-right: #333 solid 1px;	
}

.navbar-inverse .line_r {
	border-right: #333 solid 1px;	
}

.line_all {
	border: #CCC solid 1px;	
}

.line_all2 {
	border: #FFF solid 5px;	
}

.line_all3 {
	border: #000 solid 1px;	
}

.line_all4 {
	border: #FC0 solid 5px;	
}

.line_b {
	border-bottom: #CCC solid 1px;	
}

.line_b2 {
	border-bottom: solid 1px rgba(255,255,255,.2);	
}

.line_b3 {
	border-bottom: #333 solid 1px;
}

.line_b_white {
	border-bottom: #f7f7f7 solid 1px;	/*EFEFE9*/
}

.line_l {
	border-left: #CCC solid 1px;	
}

.line_l3 {
	border-left: #333 solid 1px;	
}

.line_navbar {
	border-bottom: #FC0 2px solid;
}

.navbar-inverse .line_l {
	border-left: #333 solid 1px;	
}

.logocms {
	background-image: url('../img/logotext1.png');
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: left;
	white-space: nowrap;
	vertical-align: middle;
}

.logo {
	background-image: url('../img/alllogo.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 100%;
	height: 83px;
	white-space: nowrap;
	vertical-align: middle;
}

.logo2 {
	background-image: url('../img/logotext1.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%;
	white-space: nowrap;
	vertical-align: middle;
}

.logo3 {
	background-image: url('../img/logotext1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	white-space: nowrap;
	vertical-align: middle;
	padding: 20px 20px;
	margin: 0px;
	font-size: 2em;
}

.logo .my {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FC0;
	font-style: italic;
	font-weight: lighter;
	display: inline;
}

.logo .chm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFF;
	display: inline;
}

.menu2 {
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
	width: 100%;
}

.menu2 li {
	padding: 10px 10px;
	margin: 0px;
}

.menu2 li:hover, .menu2 li.active {
	background-color: #FC0;
}

.mg_all {
	margin: 15px;
}

.mg_t {
	margin-top: 15px;
}

.mg_b {
	margin-bottom: 15px;
}

.mg_all2 {
	margin: 5px;
}

.nav_menu3, .nav_menu3 a {
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

.nav_menu3 li {
	padding: 20px 20px;
	margin: 0px;
	font-size: 2em;
	text-align: center;
}

.nav_menu3 .active:hover, .nav_menu3 .active, .nav_menu3 .active a {
	color: #FFF;
}

.nav_menu3_space {
	padding: 20px 20px;
	margin: 0px;
	font-size: 2em;
	text-align: center;
}

@media only screen and (max-width : 1024px) {
.nav_menu3 li, .nav_menu3_space, .logo3 {
	font-size: 1.5em;
	padding: 20px 20px;
	margin: 0px;
	background-size: contain;
}
}

.nav_menu4 {
	margin: 0px;
	padding: 0px;
}

.nav_menu4 li ul li {
	padding: 13px 15px;
	margin: 0px;
	color: #333;
}

.nav_menu4 li ul li:hover {
	background-color: rgba(255,255,255,.2);
	color: #333;
	text-shadow: none;
}

.nav_menu4 .backcolor_3 ul li {
	color: #FFF;
}

.nav_menu4 .backcolor_3 ul li:hover {
	background-color: rgba(255,255,255,.2);
	color: #FC0;
}

.nav_menu4 li ul li.active {
	background-color: rgba(255,255,255,.3);
	color: #333;
	text-shadow: none;
}

@media only screen and (max-width : 992px) {
.nav_menu4 li ul li {
	vertical-align: top;
	display: inline-block;
	font-size: 80%;
}
}

@media only screen 
and (max-width : 1024px) {
.nav_menu4 li ul li {
	vertical-align: top;
	display: inline-block;
	font-size: 90%;
}
}

@media only screen 
and (min-width : 1025px) {
.nav_menu4 li ul li {
	vertical-align: top;
	display: inline-block;
	font-size: 100%;
}
}

.navbar_z {
	z-index: 1000000;
}

@media (max-width: 768px) {
.navbar_z2 {
	z-index: 10000;
}
}

@media (min-width: 768px) {
.navbar_z2 {
	z-index: 10000;
}
}


@media (min-width: 992px) {
.navbar_z2 {
	z-index: 10000;
}
}

@media (min-width: 1200px) {
.navbar_z2 {
	z-index: 10000;
}
}

.noborder {
	border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noborder:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.overflow_div {
	overflow: auto;
}

.pad_all {
	padding: 15px;
}

.pad_all2 {
	padding: 15px 3%;
}

@media (max-width: 768px) {
.pad_all {
	padding: 15px 1%;
}
}

@media (max-width: 768px) {
.pad_all2 {
	padding: 15px 0px;
}
}

@media (max-width: 1024px) {
.pad_all2 {
	padding: 15px 3%;
}
}

@media (min-width: 1025px) {
.pad_all2 {
	padding: 15px 10%;
}
}

.pad_l {
	padding-left: 15px;
}

.pad_l2 {
	padding-left: 5px;
}

.pad_l3 {
	padding-left: 50px;
}

.pad_l4 {
	padding-left: 25px;
}

.pad_l_n {
	padding-left: -15px;
}

.pad_r {
	padding-right: 15px;
}

.pad_r4 {
	padding-right: 25px;
}

.pad_r3 {
	padding-right: 50px;
}

.pad_t {
	padding-top: 15px;
}

.pad_t2 {
	padding-top: 5px;
}

.pad_t3 {
	padding-top: 50px;
}

.pad_t4 {
	padding-top: 25px;
}

.pad_t5 {
	padding-top: 30px;
}

.pad_b {
	padding-bottom: 15px;
}

.pad_b2 {
	padding-bottom: 5px;
}

.pad_b3 {
	padding-bottom: 50px;
}

.pad_b4 {
	padding-bottom: 25px;
}

.panel-heading .addbutton {
	position: inherit;
	float: right !important;
	margin: -10px -15px 0px 0px;
}

.panel-heading .addbutton li {
	display: inline-block;
	list-style-type: none;
	margin-left: -5px;
	cursor: pointer !important;
	padding: 10px 15px;
}

.panel-default .panel-heading .addbutton li:hover {
	background-color: #FC0;
	color: #000;
	cursor: pointer !important;
}

.panel-primary .panel-heading .addbutton li, .panel-primary .panel-heading .addbutton li a {
	color: #FFF;
	cursor: pointer !important;
}

.panel-primary .panel-heading .addbutton li:hover, .panel-primary .panel-heading .addbutton li:hover {
	background-color: #069;
	color: #FFF;
	cursor: pointer !important;
}

.panel-primary .collapse .panel-heading .addbutton li, .panel-primary .collapse .panel-heading .addbutton li a, .panel-primary .panel-body .panel-heading .addbutton li {
	color: #333;
	cursor: pointer !important;
}

.panel-primary .collapse .panel-heading .addbutton li:hover {
	background-color: #999; 
	color: #000;
	cursor: pointer !important;
}

.panel-success .panel-heading .addbutton li:hover {
	background-color: #9C0;
	color: #000;
	cursor: pointer !important;
}

.panel-success .collapse .panel-heading .addbutton li:hover {
	background-color: #999; 
	color: #000;
	cursor: pointer !important;
}

.panel-heading .addbutton li a:hover {
	color: #000;
	cursor: pointer !important;
}

.profile_img {
	width: 100%;
	height: 300px;
}

.pointer_a {
	cursor: pointer !important;
}

.pimg {
	width: 100%;
	height: 20vh;
	z-index: 500;
	position: relative; 
	-webkit-transform: scale(1);  
    -moz-transform: scale(1);  
    -ms-transform: scale(1);   
    -o-transform: scale(1);   
    transform: scale(1); 
	-webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,1);
	box-shadow: 0px 0px 30px -5px rgba(0,0,0,1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.pimg .timgimg {
	width: 100%;
	height: 20vh;
	border: none;
}

.pimg .timgcap {
	position: absolute;
	top: 40%;
	visibility: visible;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.pimg .timgcap .timgtxt {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin: auto !important;
	font-size: 150%;
	font-weight: lighter;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
	color: #FC0;
}

#qrcode {
	text-align: center;
	margin: 0 auto;
}

.ref_list {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.ref_list li {
	padding: 0px 10px 10px 10px;
}

.readmore {	
	position: absolute;
	cursor: pointer; 
	bottom: 0; 
	left: 0;
	width: 100%;
	height: 50px; 
	text-align: center; 
	margin:  0px; 
	padding: 50px 0; 
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,240,240,1) 62%, rgba(240,240,240,1) 63%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(62%,rgba(240,240,240,1)), color-stop(63%,rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,240,240,1) 62%,rgba(240,240,240,1) 63%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,240,240,1) 62%,rgba(240,240,240,1) 63%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,240,240,1) 62%,rgba(240,240,240,1) 63%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,240,240,1) 62%,rgba(240,240,240,1) 63%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0f0f0',GradientType=0 );
}

.search_box {
	max-height: 35vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.search_box2 {
	max-height: 55vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.search_box3 {
	max-height: 75vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.searchForm {
	overflow:hidden;
}

.socialbox, .socialbox:hover {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_facebook{
	background-image: url('../img/fb.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_facebook:hover {
	border: none;
}

a.socialbox_google{
	background-image: url('../img/gg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_google:hover {
	border: none;
}

a.socialbox_twitter{
	background-image: url('../img/tw.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_twitter:hover {
	border: none;
}

a.socialbox_youtube{
	background-image: url('../img/yt.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_youtube:hover {
	border: none;
}

a.socialbox_rss{
	background-image: url('../img/rss.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_rss:hover {
	border: none;
}

a.socialbox_pinterest{
	background-image: url('../img/pt.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_pinterest:hover {
	border: none;
}

a.socialbox_tumblr{
	background-image: url('../img/tumblr.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_tumblr:hover {
	border: none;
}

a.socialbox_flipboard{
	background-image: url('../img/flipboard.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_flipboard:hover {
	border: none;
}

a.socialbox_reddit{
	background-image: url('../img/reddit.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_reddit:hover {
	border: none;
}

a.socialbox_telegram{
	background-image: url('../img/tg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_telegram:hover {
	border: none;
}

a.socialbox_dwc{
	background-image: url('../img/dwc.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_dwc:hover {
	border: none;
}

a.socialbox_linkedin{
	background-image: url('../img/li.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: none;
}

a.socialbox_linkedin:hover {
	border: none;
}

.shadow_box {
	border: #CCC solid 1px;
}

.shadow_box:hover {
	-webkit-box-shadow: 0px 0px 20px -5px rgba(150,150,150,1);
	-moz-box-shadow: 0px 0px 20px -5px rgba(150,150,150,1);
	box-shadow: 0px 0px 20px -5px rgba(150,150,150,1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.species_box {
	background-color: #FFF;
	border: solid 10px #f7f7f7;
	display: block;
	cursor: pointer;
}

.species_box:hover {
	border: solid 10px #D2D2D2;
	cursor: pointer;
	display: block;
}

.species_box:hover .compare_btn {
	display: block;
	cursor: pointer;
}

.species_box2 {
	display: block;
	background-color: #FFF;
	z-index: 100;
	border: solid 1px #f7f7f7;
	cursor: pointer;
}

.species_box2 a{
	color: #000;
	background-color: #FFF;
	cursor: pointer;
}

.species_box3 {
	background-color: #FFF;
	border: #666 solid 5px;
	cursor: pointer;
}

.species_box4 {
	display: block;
	background-color: #FFF;
	border: #EFEFEF solid 5px;
	cursor: pointer;
}

.species_box4:hover {
	border: #666 solid 5px;
	cursor: pointer;
	position: relative; 
}

.species_thumb {
	height: 250px;
}

.sta_box {
	z-index: 1000;
	border: #CCC 1px solid;
	position: absolute;
	top: -55px;
	width: 100%;
}

.sta_box2 {
	z-index: 1000;
	vertical-align: central;
	margin: 0px;
	position: absolute;
	bottom: 0px;
}

.sta_box3 {
	z-index: 1000;
	vertical-align: central;
	margin: 0px;
	position: absolute;
	top: 0px;
}

.editbutton {
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.editbutton li {
	display: inline-block;
	list-style-type: none;
	border-left: #EEE solid 1px;
	padding: 0px 15px;
	margin: 0px;
	color: #CCC;
	cursor: pointer;
}

.editbutton li a {
	color: #CCC;
	cursor: pointer;
}

tr:hover td ul.editbutton li, table tr:hover td ul.editbutton li a{
	color: #666;
	cursor: pointer;
}

.editbutton li a.del, .editbutton li.del {
	padding: 0px 15px;
	margin: 0px;
	color: #CCC;
	cursor: pointer;
}

table tr:hover td .editbutton li a.del, table tr:hover td .editbutton li.del {
	color: #DB7072;
}

.tag {
	position: relative;
	top: -10px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}

.tag2 {
	margin: 0px;
	font-size: 9px;
	text-align: center;
	padding: 5px 10px;
	background-color: #CCC;
	width: 70px;
	color: #222;
}

.tile_img {
	display: block;
	z-index: -1;
	right: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.timg {
	z-index: 500;
	width: 100%;
	height: 20vh;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	border: none;
}

.timg .timgimg {
	border: none;
	width: 100%;
	height: 20vh;
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(50%);
}

.timg .timgcap {
	position: absolute;
	visibility: hidden;
	top: 40%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.timg:hover .timgcap {
	visibility: visible;
}

.timg:hover {
	border: none;
	z-index: 500;
	position: relative; 
	-webkit-transform: scale(1.2);  
    -moz-transform: scale(1.2);  
    -ms-transform: scale(1.2);   
    -o-transform: scale(1.2);   
    transform: scale(1.2); 
	-webkit-box-shadow: 0px 0px 50px -5px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 50px -5px rgba(0,0,0,1);
	box-shadow: 0px 0px 50px -5px rgba(0,0,0,1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.timg:hover .timgimg {
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
}

.timg .timgcap .timgtxt {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin: auto !important;
	font-size: 150%;
	font-weight: lighter;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
	color: #FC0;
}

.timg img {
	text-align: center;
	border: none;
}

.txt_bottom {
	position: absolute;
	bottom: -30%;
}

.txt_color {
	color: #FC0;
}

.txt_desc {
	font-size: 1.15em;
	text-align: justify;
	line-height: 27px;
	text-justify: newspaper;
	color: #444;
	padding: 0;
	margin: 0;
}

.txt_desc_hidden {
	height: 70vh;
	overflow: hidden;
}

.txt_descby {
	font-size: 12px;
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
}

.txt_desc p {
	padding-bottom: 15px;
}

.txt_height {
	line-height: 20px;
}

.txt_helv {
	font-family: "HelveticaNeue-Bold","HelveticaNeueW02-75Bold",Arial,sans-serif;
}

@media (max-height: 1024px) {
.txt_helv {
	font-family: "HelveticaNeue-Bold","HelveticaNeueW02-75Bold",Arial,sans-serif;
	font-size: 4.2em;
	line-height: 1.2em;
	padding-top: 2vh;
}

.txt_helv_desc {
	font-size: 1.5em;
	line-height: inherit;
}
}

@media (min-height: 1025px) {
.txt_helv {
	font-family: "HelveticaNeue-Bold","HelveticaNeueW02-75Bold",Arial,sans-serif;
	font-size: 6em;
	text-height: 1.5px;
	padding-top: 8%;
}
}

.species_box .txt_hiddenover {
	display: block;
}

.species_box:hover .txt_hiddenover, .species_box:active .txt_hiddenover, .species_box:focus .txt_hiddenover {
	display: none;
}

.txt_lowercase {
	text-transform: lowercase;
}

.txt_number {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 450%;
	line-height: 100%;
	font-weight: normal;
	color: #FC0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.txt_number2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 300%;
	line-height: 100%;
	padding: 0px;
	margin: 0px;
	color: #FC0;
	text-shadow: 1px 1px 1px rgba(140, 140, 140, 1);
}

.txt_species {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

@media (max-width: 1024px) {
.txt_size1 {
	font-size: 1.2em;
	line-height: 20px;
}
}

@media (min-width: 1025px) {
.txt_size1 {
	font-size: 1.3em;
	line-height: 20px;
	padding-bottom: 5px;
}
}

.txt_size2 {
	font-size: 9px;
}

.txt_size3 {
	font-size: 150%;
}

.txt_size4 {
	font-size: 200%;
}

@media (max-width: 799px) {
.txt_size5 {
  margin: 0px 0px -25px 0px;
  font-size: 3em;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}
}

@media (min-width: 800px) {
.txt_size5 {
  margin: 0px 0px -25px 0px;
  font-size: 4em;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}
}

@media (min-width: 1024px) {
.txt_size5 {
  margin: 0px 0px -25px 0px;
  font-size: 5em;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}
}

@media (min-width: 1200px) {
.txt_size5 {
  margin: 0px 0px -25px 0px;
  font-size: 7em;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}
}

.txt_grey {
	color: #CCC;
}

.txt_grey2 {
	color: #999;
}

.txt_grey2 a {
	color: #777;
}

.txt_grey3 {
	color: #666;
}

.txt_grey3 a {
	color: #999;
}

.txt_h4 {
	font-size: 18px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #333;
	padding: 15px 0px;
}

.txt_h4 small {
	font-size: 12px;
	font-weight:normal;
	color: #333;
}

.txt_white, .txt_white a {
	color: #FFFFFF;
}

.txt_shadow {
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.txt_shadow2 {
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.txt_uppercase {
    text-transform: uppercase;
}

.txt_capitalize {
    text-transform: capitalize;
}

.txt_lowercase {
    text-transform: lowercase;
}

.wh_cirle {
	overflow: hidden !important;
	vertical-align: central middle !important;
	text-align: center !important;
	padding: 5px 0px;
	font-weight: bold;
}

.wh_cirle_img {
	overflow: hidden !important;
	min-width: 45px !important;
	max-width: 45px !important;
	min-height: 45px !important;
	max-height: 100% !important;
	vertical-align: central middle !important;
	text-align: center;
	padding: 10px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/*
 * Sidebar
 */
 
.sub-header {
	padding-bottom: 5px;
	color: #AAA;
}

.sidebar {
	position: fixed;
	height: 100vh;
	top: 0;
	z-index: 999;
	margin-top: 0px;
	padding: 70px 20px 20px 20px;
	text-wrap: none;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #555;
  }

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-left: -20px;
  border-bottom: 1px solid #777;
}

.nav-sidebar > li > a {
	padding: 15px 20px;
	border-bottom: #666 solid 1px;
	color: #FFF;
	background-color: #555; /* #f5f5f5; */
}
.nav-sidebar > li > a:hover {
	color: #FFF;
	background-color: #333; /* #f5f5f5; */
}

.nav-sidebar > .title, .nav-sidebar > .title:hover {
	padding: 10px 20px;
	color: #FFF;
	background-color: #666; /* #D7D7D7; */
	font-weight: bold;
}

.nav-sidebar .title a, .nav-sidebar > .title:hover a {
	padding: 0px;
	color: #FFF;
	background-color: #666; /* #D7D7D7; */
	font-weight: bold;
}

.nav-sidebar > .active > a, .nav-sidebar > .active:hover > a {
	color: #333;
	background-color: #FFCC00;
}

.nav-sidebar > .active > a > .badge {
	color: #333;
	background-color: #FFFFFF;
}

/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 50px;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
	padding: 0px;
  }
}