/* CSS for Ad Pages */

/* Lightbox Gallery Section Script Begins */

.container{
    margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
    width: 660px;
    height: auto;
    display: inline-block;
}

.container .gallery a img {
  float: left;
  width: 16.5%;
  height: auto;
 /* border: 3px; */
   padding: 3px; 
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container .gallery a:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  z-index: 5;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}

/****************** End of Gallery Script ******************/

#container {
	width: 820px;
	max-height: 999999px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 1px;
}

.infoboxbk {
	border-radius: 25px;
	text-align:center;
	max-height: 999999px;	
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
    width: 780px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
}

* {
    box-sizing: border-box;
}

#infocolumsa {
	float: left;
    width: 440px;
	max-height: 999999px;
	border:solid thin #666;
	padding:1px 0px 1px 5px;
}

#infocolumsb {
	float: right;
    width: 240px;
	max-height: 999999px;
	border:solid thin #666;
	padding:1px 0px 1px 5px;
}

.columna {
    float: left;
    width: 90px;
	max-height: 999999px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #440044;
	font-size: 14px;
	font-weight: bold;
	text-align:right;
	line-height: 1.6;
    padding:1px 0px 1px 5px;
}

.columnb {
    float: left;
	width: 300px;
	max-height: 999999px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	line-height: 1.6;
    padding:1px 5px 1px 5px;
}

.columnc {
    float: left;
	width: 140px;
	max-height: 999999px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	line-height: 1.6;
    padding:1px 5px 1px 5px;
}

.columnd {
    float: left;
	width: auto;
	max-height: 999999px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	line-height: 1.6;
	max-height: 999999px;
    padding:1px 5px 1px 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

.vidoption {    
    border-radius: 25px;
    border-color: black;
    border: 3px solid #000;
    background-color: #333;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    height: 37px;
}

