.s1-container:after
{content:"";display:table;clear:both}
.s1-container { 
	padding:0.01em 5px;
	text-align: center;}
.center { 
    height:300px;
    position: relative;
    border: 1px solid grey; 
}

.center p {
    margin: 0;
	width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
div.img5 {
    border: 2px solid #CCC;
}

div.img5:hover {
    border: 2px solid #FFC;
}
  div.img5 img {
    width: 100%;
    height: 300px;
	margin: 1px;
}
span.aa {
        display: inline-block; 
        width: 100%;
        height: 70px;
        vertical-align: middle; 
        line-height: 70px;
        text-align: center; 
      }
@media only screen and (max-width: 500px){
    .img5 {
        width: 100%;
        margin: 6px 0;
    }
}
@media only screen and (max-width: 500px){
    .img5 {
        width: 100%;
    }
}
.abs:hover {
  border-style: solid;
  border-color: rgb(201, 76, 76);
}

#parent {
        display: table; 
        width: 100%; 
        height: 70px; 
        text-align: center; 
      }
#parent:hover {   
  background-color: grey;
  opacity:0.5;
}
#child {
        display: table-cell;
        vertical-align: middle;
		text-decoration: none;
}
#child:hover { color: white;}

/*GROW*/


/*pagination*/
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.grow1 { transition: all .2s ease-in-out; }
.grow1:hover { transform: scale(1.05); }

#imgposi {
  border: 0px solid black;
  width:100%;
  height:220px;
  padding: 2px;
  background: url(<?php echo $imgageurl;?>) left -10px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.centa {
width:300px;
height:192px;
  margin: auto;
  border: 1px solid #73AD21;
  background-color: lightblue;  
  text-align: center;
}
.show_more1 {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    background-image: linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    border: 1px solid;
    border-color: #d3d3d3;
    color: #333;
    font-size: 12px;
    outline: 0;
}
.show_more1 {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight:bold;
}
.loding {
    background-color: #e9e9e9;
    border: 1px solid;
    border-color: #c6c6c6;
    color: #333;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight:bold;
}
.loding_txt {
    background-image: url(loading.gif);
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    height: 16px;
    padding-left: 20px;
}
.clearfix {
  overflow: auto;
}
.search {
  width: 70%;
  position: relative;
}
.search:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: 'FontAwesome';
  content: '\f002';
  background: #8FC357;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: always;
}

.searchTerm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #8FC357;
  padding: 5px;
  height: 40px;
  border-radius: 5px;
  outline: none;
}

.searchButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
#navbar {
  background-color: #333;
  position: fixed;
  bottom: -50px;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 15px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}
}
@media screen and (min-width: 500px) {
#navbar {
	display: none;
}
}
