/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

#security_code{
	width:62%;
	display:inline-block;
	float:left;
	padding-left:0px !important;
}

#imgCaptcha{
	width:36%;
	height:53px;
}


.donate-btn {
    background-color: #83b753;
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}