body {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

@media (max-width: 480px) {
    body {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    body {
        font-size: 9px;
    }
}

.myText {
    background-color: white;
    color: black;
    position: absolute;
    bottom: 21px;
    width: 92% !important;
    overflow: hidden;
    opacity: 0.8;
    font-size: 1em !important;
    height: 3.5em;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.myText:hover {
    opacity: 1.0;
    height: 8em !important;
}

.img-responsive {
    width: 100%;
    height: 100%;
}

.img-responsive:hover + .myText {
    height: 8em !important;
}

.img-responsive:hover + .myText p {
     margin-top: 0.5em;
}

.myText:hover p {
        margin-top: 0.0em;
}

.myCol {
    padding: 0px !important;
    text-align: center;
    /*max-width: 272px;*/
}

.thumbnail {
    padding: 0px !important;
    border-radius: 0px !important;
    cursor: pointer;
}

.thumbnail {
    width: 92% !important;
}

p {
    color: black;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    font-weight: lighter;
    margin-top: 2em;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

h4 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis;
    font-size: 1em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#_tpBanner {
    margin-bottom: 35px;
}

.tp-top-banner {
    margin-bottom: 14px;
}

#_lowerBanner {
    overflow: hidden;
    display: block;
    border-bottom: 3px solid #cbb54b;
    margin: 0;
    padding: 0;
}

ul{
	list-style-type:none;
	padding: 10px 20px;
}

li {
    display: inline;
    color:#000000;
    font-family: Verdana; 
}

li:after {
  content: " | ";
  color:#cc9900;
}

li:first-child:before {
  content: "";
}

li:last-child:after {
  content: "";
}

#footer {	
	width:100%;	
	/*height:100px;	*/
	position:absolute;	
	bottom:0;	
	left:0;
	text-align:center;
}