/*
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #19b9e7;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
::selection { background: #19b9e7; color: #fff; text-shadow: none; }
*/

body{
	height: 100%;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #19b9e7;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top menu *****/

.navbar {
	padding-top: 10px;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
	font-size: 16px;
	color: #fff;
}

.navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }

.navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }

.navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

.navbar-inverse ul.navbar-nav li .li-social a {
	margin: 0 5px;
	font-size: 28px;
	vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover, 
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #19b9e7; }

.navbar-brand {
	width: 123px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
}


/***** Top content *****/

.inner-bg {
    padding: 40px 0 170px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.top-content .top-big-link {
	margin-top: 35px;
}

.form-box {
	padding-top: 40px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	/*background: #fff;*/
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
	padding-bottom: 0;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 20px 30px 20px;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
	padding-top: 0;
	background-color: transparent !important;
}
.form-bottom .col-md-6, .form-bottom .col-md-3, .form-bottom .col-md-12 {
	padding-left: 5px;
	padding-right: 5px;
}
.form-bottom .row {
	margin-left: 0;
	margin-right: 0;
}
.form-bottom .radio-inline, .form-bottom .checkbox-inline {
	padding-left: 25px;
}
form .form-bottom textarea {
	height: 100px;
}

form .form-bottom button.btn {
	min-width: 105px;
}

form .form-bottom .input-error {
	border-color: #19b9e7;
}

form.registration-form fieldset {
	display: none;
	/*background: #eee;*/
}

form.registration-form fieldset h3{
	margin-bottom: 0;
}

form.registration-form fieldset .current-step{
	font-weight: 600;
}

form.registration-form fieldset .amounts *{
	width: 25%;
	float: left;
	text-decoration: none;
}

form.registration-form fieldset .amounts .charge-amount-button,
form.registration-form fieldset .amounts .other-amount{
	text-align: center;
    padding: 9px 0px 9px 0px;
    border: 1px solid #011923;
    font-weight: 500;
    font-size: 14px;
    background-color: #FFF;
    color: #5f6265;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
    cursor:pointer
}

form.registration-form fieldset .amounts .charge-amount-button:not(.selected):hover,
form.registration-form fieldset .amounts .other-amount:not(.selected):hover{
	background-color: #eee;
}

form.registration-form fieldset .amounts .selected{
	color: #fff;
	background-color: #ef0b26;/* #13364c*/
}

form.registration-form fieldset .amounts .selected:hover{
	color: #fff;
}

/*form.registration-form button.btn{
	width: 100%;
	background-color: #ef0b26;
	color: #FFF;
	padding: 15px;
	font-size: 16px;
	text-align: left;
}*/
form.registration-form button.btn {
	color: #fff;
	border: solid thin #000000;
	text-align: center;
	padding: 5px;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 0 3px 1px #000000;
	width: 100%;
	background-color: #ef0b26;
}

form.registration-form button#step-3-btn{
	text-align: center;
	font-weight: bold;
}

form.registration-form button.btn .fa,
form.registration-form .form-top-left .fa{
	font-weight: normal;
	font-size: 20px;
}

form.registration-form .form-top-left .fa{
	cursor: pointer;
	color: #aaaeb6;
	font-size: 18px;
}

form.registration-form .form-top-left .fa:hover{
	color: #585b60;
}

form.registration-form{
	/*margin-bottom: 20px;*/
	font-size: 14px;
	background-color: rgba(238,238,238,0.8);
	color: #000;
	min-height: 467px;
	border-radius: 4px;
}

form.registration-form small{
	font-size: 12px;
}

form.registration-form .error, div.error{
	border: 1px solid red;
}

div.error_message{
	padding: 5px;
	color: red;
	margin: 10px 0px;
	text-align: center;
}

/* Style for step-2 */
form.registration-form #retired_text,
form.registration-form .password-box,
form.registration-form #donar_password{
	display: none;
}

form.registration-form .input-error {
	border-color: red !important;
}

input[type="radio"], 
input[type="checkbox"]{
	margin: 8px 0 0;
}

/*div#content-area{
	background: url('https://akittleman.staging.wpengine.com/wp-content/uploads/2013/10/Volunteer-v2-Kittleman.jpg') 0 0 no-repeat;
	background-size: auto 100%;
	height: 100%;
}*/

div#main-content{
	/*background-image: url('https://kittleman.com/wp-content/uploads/2013/10/Volunteer-v2-Kittleman.jpg');*/
	background-image: url(http://robinficker.wpengine.com/wp-content/uploads/2018/08/main-banner-2.jpg);
	/*background-size: auto 100%;
	height: 100%;*/
	background-position: center center;
	background-repeat:  no-repeat;
	background-size:  cover;
	/* margin-top: 120px; */
}
.donation-main-row {
	display: flex;
	padding: 120px 0;
}
.donation-left-content {
	margin-top: auto;
	margin-bottom: -80px;
}
/*div#content-area div#donation_box{
 margin-top: 250px;
	margin-bottom: 80px; 
}*/

form.registration-form button i.pull-it-right{
	position: absolute;
	right: 55px;
}
/*
form.registration-form input[type=radio].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
form.registration-form input[type=radio].with-font + label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "<i class="fa fa-chevron-circle-left" aria-hidden="true"></i>";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
}
form.registration-form input[type=radio].with-font:checked + label:before {
    content: "\f00c";
    font-size: 1.2em;
    color: darkgreen;
    letter-spacing: 5px;
    width: 35px: 5px;
}
form.registration-form input[type=radio].with-font:focus + label:before {
    font-weight: bold;
    color:orange;
}*/

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.inner-bg { padding: 40px 0 110px 0; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }
	
	.form-bottom { padding-bottom: 25px; }
	/*form .form-bottom button.btn { margin-bottom: 5px; }*/

	div#content-area div#donation_box{
		margin-top: 30px;
		margin-bottom: 30px; 
	}

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	/*div#content-area div#donation_box{
		margin: 0; 
	}*/

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 123px 49px !important;
    }
	
}

.container::before {

    display: none;

}
.charge-amount-button {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 800 !important;
}
input.other-amount.enter-keypress, input.other-amount.enter-keypress.selected {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #000 !important;
}
@media (max-width: 1199px) {
	.form-top-header h3, .form-inner-heading {
		font-size: 24px;
	}
	.left-text-box {
		font-size: 22px;
	}
	.donation-left-content {
		margin-bottom: -50px !important;
	}
}
@media (max-width: 991px) {
	.donation-left-content {
		margin-bottom: 30px !important;
	}
	.donation-main-row {
		flex-direction: column;
	}
	div#donation_box {
		max-width: 400px;
		margin: 0 auto;
	}
	.mobile-img {
		display: block;
	}
	.mobile-img img {
		max-width: 100%;
	}
	div#main-content {
		background-color: #001922 !important;
		background-image: none !important;
	}
	.logo-box img {
		bottom: -90px;
	}
	.donation-main-row {
		padding: 60px 0 !important;
	}
}
@media (max-width: 480px) {
	.charge-amount-button {
		font-size: 16px !important;
		color: #000 !important;
		font-weight: 800 !important;
	}
	.form-bottom {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}