/* CSS Document */
#container {
    margin-top: 0px !important;
    box-shadow:0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color: #fff;
	font-family:Open Sans;
	font-size:16px;
	font-color:#333;
}

#headimg img {
    margin-top: -22px;
}

.nomobile{
display:none;	
}

.mobile{
display:block;	
}

#header {
    position: relative;
}

#toparea{
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: auto;
}

#socialshare {
  
}

div#intro {
    clear: both;
}

#socialshare ul {
margin-left: 0px;
    list-style: none;
    padding: 0px;
}


#socialshare li {
margin-bottom: 15px;
    float: left;
    margin-right: 15px;
}

#socialshare a {
    color: #000;
}

#socialshare a:hover {
    color: #62bb46;
}


h2.pphead {
    color: #000;
    font-size: 28px;
	line-height:28px;
	margin-top:0px;
}

.btnrow{
overflow:auto;
margin-left:15px;
margin-right:15px;	
}

.btnrow p {
    font-size: 16px;
    margin-top: 8px;
    font-weight: 500;
	margin-bottom: 10px;
}

#activate {
       text-align: center;
		padding-top: 10px;
}



#donate{
  	    text-align: center;
		padding-top: 10px;
	
}

#watch{

    text-align: center;	
	padding-top: 10px;
}


a.btn {
    display: block;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
}

#activate a.btn {
    background-color: #4ea500;
}
#donate a.btn {
    background-color: #db5f1f;
}
#watch a.btn {
    background-color: #00adef;
}

a.btn:hover{
	background-color:#000 !important;	
}

.row{
background-color:#fff; 
padding-bottom:30px;
overflow:auto;
margin-top:15px;
margin-bottom:15px;	
}
.onecolumn{
float:left;
width:4%;
margin-left:1%;
}

.sevencolumn{
float:left;
width:56%;
margin-left:1%;
margin-right:1%;
}

.fourcolumn{
float:left;
width:30%;
margin-left:1%;
margin-right:1%;
position: relative;
    top: 270px;
}

h2 {
    color: #000;
    font-size: 24px;
}

h2.overwrite {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-50%);
	font-size: 36px;
	font-weight:600;
}

h2.overwrite img {
    width: 250px;
}


#questions {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

ol#ppq {
    margin-left: 20px;
}

#ppq li {
    margin-bottom: 25px;
}

#ppq li span {
    margin-left: 15px;
    overflow: auto;
    display: inline-table;
}

/*bottom questions and answers */

.qa {
    padding-bottom: 0px;
}

a.botq {
text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

hr {
    background-color: #d6d6d6;
}

.mobquest{
	display: none;	
}

.mobquestact{
	display: block;	
}