﻿hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.logoformat {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.thumb {
    max-height: 100px;
}

.cellStyle {
    padding: 10px;
    vertical-align: top;
}

.randomThumb {
    box-shadow: 2px 2px 5px 0 #AAAAAA;
    border-style: solid;
    border-color: white;
    border-width: 5px;
    max-width: 210px;
}

.buttonFormat {
    border-radius: 12px;
}

.buttonSelected {
    border-style: solid;
    border-width: 4px;
    border-color: #FF6600;
}

.innerPage {
    box-shadow: 12px 12px 20px #959595;
}

.innerPageMin {
    box-shadow: 12px 12px 20px #959595;
    min-width: 750px;
}

.doublediv { 
  overflow: hidden;
}

.doublediv div {
   min-height: 200px;
   max-width: 300px;
   padding: 10px;
}

#one {
  float: left;
  width: 140px;
}

#two { 
  overflow: hidden;
  min-height: 170px;
  max-width: 100px;
}

@media screen and (max-width: 550px) {
   #one { 
    float: none;
    margin-right: 0;
    width: auto;
  }
}

.guestDiv {
    background-image:url(../images/stickynote.png);
    width: 320px;
    height: 261px;
    padding-top: 35px;
    padding-left: 45px;
    padding-right: 70px;
    /*padding-bottom: 100px;*/
    background-color: white;
}

/*Contact Icon CSS*/

.contactIcon {
    border-radius: 20px;
}

ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
 
ul.img-list li {
  display: inline-block;
  height: 150px;
  position: relative;
  width: 150px;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  border-radius: 20px;
}
 
span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  opacity: 0;
}
 
ul.img-list li:hover span.text-content {
  opacity: 1;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}