html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

.phlzoologo{
	background: url(/img/logo1.png) no-repeat center center;
	width:193px;
	height:33px;
	background-size: contain;
}
.togglers-inp1 .inp-s1:after {
  content:"";
  width:100%;
  height:2px;
  position:absolute;
  display:block;
  bottom:0;
  left:0;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition-duration: 0.2s;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  -webkit-transition-duration: 0.2s;
}
.togglers-inp1 .inp-s1 {
  top:0;
  opacity:0;
  display:block;
  padding:0;
  margin:0;
  border:0;
  position:absolute;
  height: 30px;
    width: 16px;
}
.togglers-inp1{
	margin:0 10px 0 0;
}
.togglers-inp1 .inp-s1:hover {
  cursor:pointer;
}
.togglers-inp1 .inp-s1:checked:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.togglers-inp1 .inp-s1:checked ~ .togglers-s1-form {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.togglers-s1-form{
	display:block;
  position: absolute;
  height:auto;
  transform: scaleY(0);
  transform-origin: top left;
  transition-duration: 0.2s;
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top left;
  -webkit-transition-duration: 0.2s;
    left: 0px;
    width: 100%;
    top: 40px;
}
.togglers-s1-form .search-form{
	display:block;
}
.phliconimg1 .phliconimg1{
	filter: invert(16%) sepia(70%) saturate(8%) hue-rotate(2deg) brightness(100%) contrast(95%);
}

.togglers-inp2 .inp-n1:after {
  content:"";
  width:100%;
  height:2px;
  position:absolute;
  display:block;
  bottom:0;
  left:0;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition-duration: 0.2s;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  -webkit-transition-duration: 0.2s;
}
.togglers-inp2 .inp-n1 {
  top:0;
  opacity:0;
  display:block;
  padding:0;
  margin:0;
  border:0;
  position:absolute;
  height: 30px;
  width: 16px;
}
.togglers-inp2 .inp-n1:hover {
  cursor:pointer;
}
.togglers-inp2 .inp-n1:checked:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.togglers-inp2 .inp-n1:checked ~ .togglers-n1-nav {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.togglers-n1-nav{
	display:block;
  position: absolute;
  height:auto;
  transform: scaleY(0);
  transform-origin: top left;
  transition-duration: 0.2s;
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top left;
  -webkit-transition-duration: 0.2s;
  right:0px;
    top: 40px;
	background:#243E34;
	padding:10px;
	box-sizing:border-box;
}
.togglers-n1-nav .navigation{
	display:block;
}
.togglers-inp2 .lang-btn1{
	text-align:right;
}
.togglers-inp2 .dropdown-container{
	margin-top: 10px;
    padding: 10px;
}
.lang-btn1{
	position:relative;
}
.lang-btn1 input {
  top:0;
  opacity:0;
  display:block;
  padding:0;
  margin:0;
  border:0;
  position:absolute;
  height:100%;
  width:100%;
}
.lang-btn1 input:hover {
  cursor:pointer;
}
.lang-btn1 input:checked:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.lang-btn1 input:checked ~ .lang-block1 {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.lang-block1{
  display:block;
  position: absolute;
  height:auto;
  transform: scaleY(0);
  transform-origin: top left;
  transition-duration: 0.2s;
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top left;
  -webkit-transition-duration: 0.2s;
  width: 100%;
}
.phlsearchcat1 ul li{
	position: relative;
    width: 100%;
    padding: 4px 0;
    box-sizing: border-box;
    display: inline-block;
    list-style: none;
	overflow: hidden;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
break-inside: avoid-column;
margin:0 0 0px 0!important;
}
.phlsearchcat1 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #315F58;
    color: #ffffff;
}
.phlsearchcat1 ul{
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    columns: 140px 5;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.phlsearchcat1 ul li a span {
  margin: 0 0 0 auto;
  padding: 0 4px;
  display: inline-block;
  font-size: 12px;
  color: #cccccc;
}
.pbctubemaincontent .phlsearchcat1 ul li a:hover {
  background-color: #505050;
  color: #fff;
  text-decoration: none;
}
.phlsearchcat1 ul li a:hover{
	background-color:#3E7167;
}
.pbctubemaincontent .phlsearchcat1 ul li a:hover span {
  color: #fff;
}
.phlsearchcat1 input{
	margin-bottom:10px;
}
.phlsearchcat1 ul li a .cat-title{
	margin:0;
	font-size:14px;
	color: #ffffff;
	display: flex;
	padding: 2px 5px;
	align-items: center;
	position: relative;
}


.pbcdropdowncontainer {
    margin: 2px 0 0 0; 
    padding: 10px 0; 
    background-color: #fff; 
    border: 1px solid #d5dae4; 
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 15%);
    z-index: 2;
}


.pbcnavtoggle{
	position:absolute;
	top:15px;
	right:30px;
}
.pbcnavtoggle .phliconimg1{
	width:18px;
	height:18px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%);
}
.aside-ov1-input1 {
  top:15px;
  right:30px;
  opacity:0;
  display:none;
  padding:0;
  margin:0;
  border:0;
  position:absolute;
  height:20px;
  width:20px;
}
@media screen and (max-width: 1199px){
	.aside-ov1-input1 {
		display:block;
	}
}
.aside-ov1-input1:hover {
  cursor:pointer;
}
.aside-ov1-input1:checked:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.aside-ov1-input1:checked ~ .pbcasideoverlay {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);	
	display:block;
}

.aside-ov1-input1:checked{
  right:250px;
  z-index:999;
  position:fixed;
}


.phliconimg1{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%);
	width:16px;
	height:16px;
	display:block;
	margin:0 auto 0 auto;
}

.btn-up img{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%);
	width:30px;
	height:30px;
	display:block;
	margin:0 auto 0 auto;
}


.pbctubeasidenav .phliconimg1{
	filter:none;
	margin:0 5px 0 0;
}
.pbctubeasidenav a:hover .phliconimg1{
	filter: invert(52%) sepia(10%) saturate(809%) hue-rotate(7deg) brightness(95%) contrast(86%);
}
.pbctubethumbimg .phliconimg1, .pbctubethumbimg-2 .phliconimg1{	
	margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 0 4px 0;
    height: 14px;
    width: 14px;
}
.popular-sites .phliconimg1 {
	margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
	filter: invert(71%) sepia(63%) saturate(6637%) hue-rotate(335deg) brightness(92%) contrast(95%);
}

.pbcsearchqueries .phliconimg1{
	margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
	filter: invert(71%) sepia(63%) saturate(6637%) hue-rotate(335deg) brightness(92%) contrast(95%);
}
.pbctubemovieinfo .phliconimg1{
	margin-right:5px;
}
.lang-btn1 .iconimg{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%);
	vertical-align:middle;
}
.navigation .phliconimg1{
	margin-right:5px;
}

.phlwrapper{
	width:100%;
	box-sizing:border-box;
	padding:0 20px 0 20px;
	margin:0 auto 0 auto;
	position:relative;
}

@media screen and (min-width: 576px) and (max-width:767px){
	.phlwrapper{
	width:576px;
	}
}
@media screen and (min-width: 768px) and (max-width:991px){
	.phlwrapper{
	width:768px;
	}
}
@media screen and (min-width: 992px) and (max-width:1199px){
	.phlwrapper{
	width:992px;
	}
}
@media screen and (min-width: 1200px) and (max-width:1319px){
	.phlwrapper{
	width:1200px;
	}
}
@media screen and (min-width: 1320px) and (max-width:1439px){
	.phlwrapper{
	width:1320px;
	}
}
@media screen and (min-width: 1440px) and (max-width:1698px){
	.phlwrapper{
	width:1440px;
	}
}
@media screen and (min-width: 1699px){
	.phlwrapper{
	width:1500px;
	}
}



* {
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background-color: #2D4866;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #EAF0F2;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #93A7BF;
}

h1, h2, h3 {
  margin: 10px auto 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.zooheading {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.zooheading h1, .zooheading h2, .zooheading h3 {
  margin: 0 auto 0 0;
}
.zooheading .phlpaginator {
  margin: 0 10px 0 0;
}

.sort {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.sort li {
  margin: 2px;
  padding: 0;
  list-style: none;
}
.sort .btn-sm {
  padding: 0 5px;
}

.input {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}

.btn {
  min-width: 35px;
  height: 35px;
  padding: 0 10px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #17283C;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 35px;
  white-space: nowrap;
}
.btn:hover {
  color: #fff;
}
.btn.btn-alt {
  background-color: #93A7BF;
}
.btn.btn-sm {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.phlwrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.phlmain {
  flex-grow: 1;
}

.phlcontainer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.phlheader {
  width: 100%;
  padding: 5px 0;
  background-color: #17283C;
  z-index: 2;
}
.phlheadercontainer {
  display: flex;
  align-items: center;
  position:relative;
}

.phlzoologo {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 35px;
  white-space: nowrap;
}
.phlzoologo:hover {
  text-decoration: none;
  color: #fff;
}
.phlzoologo span {
  color: #93A7BF;
}

.togglers {
  margin-left: auto;
  display: none;
}
.togglers span {
  margin-right: 10px;
  display: inline-block;
  font-size: 22px;
  cursor: pointer;
}
.togglers span:last-child {
  margin-right: 0;
}
.togglers span.toggled {
  color: #93A7BF;
}

.search-form {
  position: relative;
  width: 300px;
  margin: 0 10px;
}
.search-form .search-input {
  padding: 0 45px 0 10px;
}
.search-form .phlsearchbtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border: 0;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.navigation {
  margin-left: auto;
  font-weight: bold;
  text-transform: uppercase;
}
.navigation > ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.navigation > ul > li {
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
}
.navigation > ul > li:last-child {
  margin: 0;
}
.navigation .la {
  margin: -2px 5px 0 0;
  vertical-align: middle;
  font-size: 18px;
}
.navigation ul li a{
	display:flex;
	justify-content:center;
	align-items:center;
}

.languages img {
  margin: -1px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
}
.languages .dropdown-container {
  right: 0;
  left: auto;
  font-weight: normal;
  text-transform: none;
}

.phlthumb {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.phlth {
  position: relative;
  min-width: 0;
}
.phlthlink, .phlthimg {
  display: block;
}
.phlthimg, .phlthimg-2 {
  position: relative;
  padding: 56.25% 0 0 0;
}
.phlthimg img, .phlthimg-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.phlthimg-2 {
  padding-top: 75%;
}
.phlthdur {
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 1px 5px;
  display: inline-block;
  background-color: rgba(36, 24, 28, 0.9);
  font-size: 12px;
  color: #fff;
}
.phlthdur .phliconimg1{
	position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.zoothsite, .phlthtitle, .phlthdesc {
  margin: 2px 0;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zoothsite span, .phlthtitle span, .phlthdesc span {
  color: #ae979f;
}
.phlthtitle, .zoothsite {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.phlthtitle span, .zoothsite span {
  margin: 2px;
  padding: 2px 6px;
  display: inline-block;
  background-color: rgba(24, 44, 37, 0.9);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.phlthtitle span:first-child {
  order: 2;
}
.phlthtitle span:last-child {
  order: 1;
}
.phlth:hover .phlthtitle span {
  color: #93A7BF;
}
.phlthdesc {
  height: 20px;
  text-align: left;
}
.zoothtags {
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 100%;
  height: 24px;
  margin: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
}
.zoothtags a {
  margin: 1px;
  padding: 2px 6px;
  display: block;
  background-color: rgba(2, 15, 20, 0.9);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.zoothtags a:hover {
  color: #93A7BF;
}

.phlpaginator {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.phlpaginator li {
  margin: 2px;
  padding: 0;
  list-style: none;
}
.phlpaginator li.active .btn {
  background-color: #93A7BF;
  pointer-events: none;
}
.phlpaginator li .btn:hover {
  background-color: #93A7BF;
  text-decoration: none;
}

.embed {
  margin: 10px 0;
  display: flex;
}
.embed-content {
  flex-grow: 1;
}
.embed-player, .embed-player-2 {
  position: relative;
  padding: 56.25% 0 0 0;
}
.embed-player > iframe, .embed-player-2 > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.embed-player-aside, .embed-player-2-aside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 5px 5px 5px;
  background-color: rgba(0, 0, 0, 0.75);
}
.embed-player-aside.hidden, .embed-player-2-aside.hidden {
  display: none;
}
.embed-player-aside-title, .embed-player-2-aside-title {
  position: relative;
  padding: 5px 0;
}
.embed-player-aside-title span, .embed-player-2-aside-title span {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 18px;
  cursor: pointer;
}
.embed-player-aside-block, .embed-player-2-aside-block {
  width: 300px;
}
.embed-player-aside-close, .embed-player-2-aside-close {
  width: 100%;
  margin: 5px 0 0 0;
  display: block;
  font-weight: bold;
}
.embed-player-2 {
  padding: 75% 0 0 0;
}
.phlembeddata {
  margin: 10px 0;
}
.phlembedinfo {
  padding: 10px;
  background: #17283C;
}
.phlembedinfolist {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.phlembedinfolist .phliconimg1{
	display: inline-block;
    vertical-align: text-bottom;
	margin-right:5px;
}
.phlembedcategories .phliconimg1{
	display: inline-block;
    vertical-align: text-bottom;
	margin-right:5px;
}
.phlembedinfolist li {
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
}
.phlembedinfo .la {
  margin: -2px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}
.phlembedcategories {
  margin: 10px 0 0 0;
}
.phlembedaside {
  margin: 0 0 0 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.phlembedaside > div {
  margin-bottom: 10px;
}
.phlembedaside > div:last-child {
  margin-bottom: 0;
}

.phlexternallinks {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.phlexternallinks li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.phlexternallinks li .la {
  margin: -2px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.phlexternallinks .phliconimg1{
	display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.phlkeywords {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.phlkeywords li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.phlkeywords li .la {
  margin: -2px 5px 0 0;
  vertical-align: middle;
  color: #93A7BF;
}
.phlkeywords .size-1 {
  font-size: 12px;
}
.phlkeywords .size-2 {
  font-size: 15px;
}
.phlkeywords .size-3 {
  font-size: 18px;
}
.phlkeywords .size-4 {
  font-size: 20px;
}
.phlkeywords .size-5 {
  font-size: 22px;
}

.zooniches {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}
.zooniches li {
  width: 100%;
  margin: 1px;
  padding: 4px 10px;
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
  background-color: #17283C;
}
.zooniches li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.zooniches li a .la {
  margin: -2px 5px 0 0;
  vertical-align: middle;
  font-size: 14px;
}
.zooniches li a span {
  margin: 0 0 0 auto;
  font-size: 12px;
  color: #ae979f;
}
.zoonichestitle {
  background-color: #93A7BF !important;
  font-weight: bold;
  color: #fff;
}

.phltoplist {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}
.phltoplist li {
  position: relative;
  width: 100%;
  margin: 1px;
  padding: 4px 10px;
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
  background-color: #17283C;
}
.phltoplist li span {
  margin: 0 5px 0 0;
  display: inline-block;
  color: #93A7BF;
}

.dropdown {
  position: relative;
}
.dropdown-container {
  position: absolute;
  top: 100%;
  right:-10px;
  margin: 2px 0 0 0;
  padding: 10px 0;
  background-color: #17283C;
  z-index: 2;
}
.dropdown-container.toggled {
  display: block;
}
.dropdown-container li {
  margin: 0;
  padding: 4px 20px;
  list-style: none;
  white-space: nowrap;
}

.phlfooter {
  padding: 20px 0;
  background-color: #17283C;
}
.phlfooter .phlzoologo {
  margin-bottom: 10px;
}
.phlzoologo img{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
}
.phlfootercont {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.zoofooternav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.zoofooternav li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.zoofooternav li:last-child {
  margin-right: 0;
}

.btn-up {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 48px;
  height: 48px;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #93A7BF;
  box-sizing: border-box;
}
.btn-up.toggled {
  display: flex;
}
.btn-up:hover {
  text-decoration: none;
  color: #fff;
}
.btn-up .la {
  font-size: 30px;
  line-height: 30px;
}

@media screen and (max-width: 1199px) {
  .phlheadercontainer {
    flex-wrap: wrap;
  }

  .togglers {
    display: flex;
  }

  .search-form {
    width: 100%;
    margin: 0px 0 0 0;
    display: none;
  }
  .search-form.toggled {
    display: block;
  }

  .navigation {
    width: 100%;
    margin: 10px 0 0 0;
    display: none;
  }
  .navigation.toggled {
    display: block;
  }
  .navigation ul {
    flex-direction: column;
  }
  .navigation ul li {
    margin: 5px 0;
  }
  .navigation .btn {
    display: block;
  }
  .navigation .dropdown-container {
    position: static;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    text-align: left;
  }
  .navigation .dropdown-container li {
    padding-left: 0;
    padding-right: 0;
  }

  .phlthumb {
    grid-template-columns: repeat(5, 1fr);
  }

  .zooniches {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }

  .phltoplist {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }

  .btn-sort {
    display: none;
  }

  .phlembedaside {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .phlthumb {
    grid-template-columns: repeat(4, 1fr);
  }

  .zooniches {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }

  .phltoplist {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }

  .zoothsite, .phlthtitle, .phlthdesc {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .phlthumb {
    grid-template-columns: repeat(3, 1fr);
  }

  .zooniches {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  .phltoplist {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  .embed-player {
    padding-top: 120%;
  }
}
@media screen and (max-width: 480px) {
  h1, h2, h3 {
    font-size: 20px;
    line-height: normal;
    text-align: center;
  }

  .phlthumb {
    grid-template-columns: repeat(2, 1fr);
  }

  .zooniches {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .phltoplist {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 640px){
  .video-player{
    min-height:440px;
  }
}
.abform-wrapper1{
	display:none;
}
.abform-wrapper1{
	display:none;
}
.abbtn1{
	cursor:pointer;
	color:#ffffff;
}
.abbtn1:hover{
	text-decoration:underline;
}
.abform-wrapper1.toggled{
	display: flex;
	height:100vh;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:rgba(0,0,0,0.5);
	position: fixed;
    width: 100%;
	justify-content:center;
	align-items:center;
	z-index:999;
}
#contactForm{
	position: fixed;
    top: calc(50% - 105px);
    background: #2D4866;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
	width:300px;
}
.abclose1{
	position:absolute;
	top:10px;
	right:20px;
	color:#ffffff;
	cursor:pointer;
}
.form-group{
	margin-bottom:10px;
}
.form-group input{
	display:block;
	width:100%;
	border-radius:5px;
	border:0px;
	padding:5px;
	box-sizing:border-box;
}
.form-group textarea{
	display:block;
	width:100%;
	border-radius:5px;
	border:0px;
	padding:5px;
	box-sizing:border-box;
}
.abzagl1{
	display:block;
	margin-bottom:10px;
	text-transform: uppercase;
    color: #ffffff;
}
#contactForm .btn:hover{
	text-decoration:underline;
}
#msgSubmit{
	margin-bottom:10px;
}
.footer-nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-nav li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.footer-nav li:last-child {
  margin-right: 0;
}
.mob-rek-a {width: 100%;padding: 0px 10px 0px 10px;text-align: center;box-sizing: border-box;clear: both;display: none;}@media screen and (max-width: 767px){.mob-rek-a{display: block;grid-column-start: 1;grid-column-end: 4;}}@media screen and (max-width: 480px){.mob-rek-a {display: block;grid-column-start: 1;grid-column-end: 3;}}.mob-rek-a iframe{margin: 20px 0px 20px 0px;}
@media screen and (max-width: 767px) {main .phlthumb {grid-template-columns: repeat(3, 1fr);}}@media screen and (max-width: 480px) {main .phlthumb {grid-template-columns: repeat(2, 1fr);}}