/* CSS for legacy landing page */

.header-image {
	background-repeat:none; 
	background-attachment:scroll;  
	background-position:center center; 
	-webkit-background-size:cover; 
	-moz-background-size:cover; 
	background-size:cover; 
	-o-background-size:cover; 
	text-align:center; 
	color:#fff; 
	max-width: 100%; 
	margin:0; 
}
.btn-xlg {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    }
/********************************

Styles for monetization lander

*********************************/
.search-section {
	background-color: rgba(0,0,0,0.55); 
	min-width:100%;
} 
.search-section h3 {
	font-size:24px;
}


.search-section input[type=text] {
    border: 5px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 8px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
	font-size:16px;
	max-width:100%;
}
.search-section input[type=submit] {
	border: 4px solid #D5D5D5; 
	font-size:20px;
	color:#000;
	background-color:#FFFFFF;
}

.img-holder {
   min-width: 100%;
   background-size: 100%;
   background-repeat: no-repeat;
   height: 100px;
   margin-bottom:10px;
}

.img-holder img {
   height: 100%;
   width: 100%;
}

.panel-default {
	min-height:300px;
}
.leadin-holder {
	padding:20px;
	margin-bottom:20px;
	font-size:24px;
	text-align:center;
	background-color:#000;
	color:#F9F6F6;
}
/********************************

List Items

*********************************/
.landing-item {
	font-size:24px;
	padding:20px;
	float:left;
}




.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}