/* Webfont: BebasNeueBold */@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeueBold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/BebasNeueBold.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/BebasNeueBold.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: 700;
	text-rendering: optimizeLegibility;
}

/******************** BUXUM ********************/

/********** ALL **********/

small {
	font-size: 80% !important;
}

sup {
	font-size: revert;
	text-transform: lowercase;
	vertical-align: revert;
}

.nowrap {
	white-space: nowrap !important;
}

.don-html{
	margin-top: 0 !important;
}

.footer-bottom{
	transform: translateY(0);
	transition: transform 0.3s ease;
}

.don-html .footer-bottom{
	transform: translateY(95px);
}

.don-html #wpadminbar{
	display: none;
}

.don-html,
.don-html body{
	height: 100%;
	font-size: 14px;
}

.don-html #masthead{
	margin-bottom: 0;
	position: relative;
	z-index: 6;
}

.don-html #page,
.don-html #don-content{
	height: 100%;
}

.don-html #don-content p{
	line-height: 1.5;
	color: #6f6f6f;
}

.don-html #don-content label,
.don-html #don-content h3{
	font-weight: 900;
	font-size: 1.285em;
	color: #ff9e16;
	margin-bottom: 1em;
	display: block;
}

.don-html #don-content input,
.don-html #don-content select,
.don-html #don-content textarea{
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 14px;
	width: 100%;
	padding: 15px 0.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ff9e16;
	margin-bottom: 1em;
}

.don-html #don-content input.error,
.don-html #don-content select.error,
.don-html #don-content textarea.error,
.don-html #don-content .amount-inputs input[name=amount_custom].error{
	border: 1px solid red !important;
}

.don-html #don-content input:focus,
.don-html #don-content select:focus,
.don-html #don-content textarea:focus,
.don-html #don-content button:focus,
.don-html #don-content .amount-inputs input:focus + label{
	outline: none;
	-webkit-box-shadow: 0 0 5px #ff9e16;
	        box-shadow: 0 0 5px #ff9e16;
}

.don-html #don-content input.error:focus,
.don-html #don-content select.error:focus,
.don-html #don-content textarea.error:focus,
.don-html #don-content button.error:focus{
	-webkit-box-shadow: 0 0 5px red;
	        box-shadow: 0 0 5px red;
}

.don-html #don-content select{
	height: 49px;
	line-height: 49px;
}

.don-html #don-content input[type=radio]{
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.don-html #don-content input[type=radio] + label{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.don-html #don-content .select-label{
	display: inline-block;
	margin-top: 14px;
}

.don-html #don-content h2{
	color: #ff9e16;
	font-size: 2em;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 4%;
}

.don-html #don-content .btn{
	background-color: #ff9e16;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 1em;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border: none;
	font-size: 1em;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.don-html #don-content .btn.prev:before{
	content: "";
	width: 15px;
	height: 6px;
	display: inline-block;
	background: url('../img/ui/arrow-left.png') no-repeat center center;
	background-size: 15px 6px;
	vertical-align: middle;
}

.don-html #don-content .orange{
	color: #ff9e16;
}

.don-html #don-content .half,
.don-html #don-content .third,
.don-html #don-content .two-third,
.don-html #don-content .quarter,
.don-html #don-content .sixth,
.don-html #don-content .five-sixth{
	float: left;
	margin-right: 2%;
}

.don-html #don-content .half{
	margin-right: 4%;
	width: 48%;
}

.don-html #don-content .third{
	width: 32%;
}

.don-html #don-content .two-third{
	width: 66%;
}

.don-html #don-content .quarter{
	width: 25%;
	margin-right: 0;
}

.don-html #don-content .sixth{
	width: 15%;
}

.don-html #don-content .five-sixth{
	width: 83%;
}

.don-html #don-content .two-third.last,
.don-html #don-content .half.last,
.don-html #don-content .third.last,
.don-html #don-content .sixth.last,
.don-html #don-content .five-sixth.last{
	margin-right: 0;
}

/********** /ALL **********/

/********** HEADER **********/

.don-html #don-content #alert{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1em 50px;
	color: #fff;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	.don-html #don-content transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-weight: 700;
	letter-spacing: 0.02em;
	cursor: pointer;
}

.don-html #don-content #alert:before,
.don-html #don-content #alert:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 25px;
	margin-top: -10px;
	height: 20px;
	width: 2px;
	background-color: #fff;
}

.don-html #don-content #alert:before{
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.don-html #don-content #alert:after{
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.don-html #don-content #alert.active{
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.don-html #don-content #alert.succeed{
	background-color: green;
}

.don-html #don-content #alert.error{
	background-color: red;
	z-index: 1;
}

/********** /HEADER **********/

/********** SECTIONS **********/

#don-content{
	position: relative;
	top: -100%;
	transition: top 0.3s ease;
}

.don-html #don-content{
	top: 0;
	padding: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: calc(100% - 126px);
	position: relative;
	z-index: 5;
}

.don-html .intern-page #don-content{
	height: calc(100% - 129px);
}

.don-html #don-content.loading{
	position: relative;
}

.don-html #don-content.loading:before{
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0vh;
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 255, 0.6) url('../img/ui/spinner.gif') no-repeat center center;
	background-size: 100px 100px;
	z-index: 9;
}

.don-html #don-content .sections-nav{
	position: fixed;
	top: 50%;
	margin-top: 27px;
	right: 17px;
}

.don-html #don-content .sections-nav .bullet{
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	border: 1px solid #878787;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 10px 0;
	position: relative;
	cursor: pointer;
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.don-html #don-content .sections-nav .bullet.active,
.don-html #don-content .sections-nav .bullet:hover{
	border-color: #ff9e16;
}

.don-html #don-content .sections-nav .bullet:before{
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #ff9e16;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.don-html #don-content .sections-nav .bullet.active:before{
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.don-html #don-content #sections,
.don-html #don-content .section,
.don-html #don-content .section .left,
.don-html #don-content .section .right{
	display: block;
	height: 100%;
}

.don-html #don-content #sections{
	overflow: hidden;
}

.don-html #don-content .section .left,
.don-html #don-content .section .right{
	float: left;
	width: 50%;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.don-html #don-content .section .left{
	background-position: center center;
	background-size: cover;
	border: 15px solid #ff9e16;
	box-sizing: border-box;
	position: relative;
}

.don-html #don-content .section .left:before{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,0)),to(rgba(255, 255, 255,1)));
	background: linear-gradient(to bottom, rgba(255, 255, 255,0) 0%,rgba(255, 255, 255,1) 100%);
}

.don-html #don-content .section .right{
	background-color: #f4f4f4;
	padding: 45px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.don-html #don-content .top-content{
	position: absolute;
    left: 0;
	bottom: 5%;
	font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	right: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.don-html #don-content .left .text-top{
	font-size: 45px;
	position: absolute;
	top: 30px;
	left: 30px;
	font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.don-html #don-content .left .text-top-inner{
	display: block;
}

.don-html #don-content .left .text-top-inner:nth-child(1){ color: #000; }
.don-html #don-content .left .text-top-inner:nth-child(2){ color: #502710; }
.don-html #don-content .left .text-top-inner:nth-child(3){ color: #7c3811; }
.don-html #don-content .left .text-top-inner:nth-child(4){ color: #a34817; }
.don-html #don-content .left .text-top-inner:nth-child(5){ color: #ca541a; }
.don-html #don-content .left .text-top-inner:nth-child(6){ color: #f79939; }

.don-html #don-content .left .text-top-inner:last-child{
	display: inline-block;
	background: url(../img/signature.svg) no-repeat center bottom;
	padding-bottom: 2px;
}

.don-html #don-content .left .text-top-inner sup {
	font-size: 23px;
}

.don-html #don-content .left-content .text-middle {
	font-size: 50px;
	padding-top: 10px;
	display: block;
	color: #000 !important;
	line-height: 0.9;
	margin-bottom: 10px;
	position: relative;
	margin-left: 2rem;
}

.don-html #don-content .left-content .text-middle > span {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	z-index: 0;
}

.don-html #don-content .left-content .text-middle > span {
	padding: 5px 20px;
	margin-top: -10px;
	margin-left: -20px;
}

.don-html #don-content .left-content .text-middle > span.white {
	color: #ffffff;
}

.don-html #don-content .left-content .text-middle::before {
	display: block;
    position: absolute;
    width: 30rem;
    left: -2rem;
    top: -2rem;
	content: url(../img/bgd-heading-l3.svg);
}

.don-html #don-content .left-content .text-middle > span:nth-of-type(2)::before {
	background: url(../img/bgd-heading-2-l2.svg) no-repeat center center;
}

.don-html #don-content .right-content .text-middle {
	font-size: 43px;
    padding-top: 10px;
    display: block;
    color: #ff9e16;
    line-height: 0.9;
	margin: 2rem 0 10px 2rem;
	font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
	position: relative;
}

.don-html #don-content .right-content .text-middle::before {
	display: block;
    position: absolute;
    width: 22rem;
    left: -1.5rem;
    top: -1.2rem;
	content: url(../img/bgd-heading-white.svg);
	z-index: -1;
}

.don-html #don-content .intro .bottom-content {
	margin: 0;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	width: calc(100% - 5rem);
	padding: 1rem 2.5rem 1rem 2.5rem;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.don-html #don-content .intro .bottom-content p {
	font-size: 2em;
	line-height: 1;
	color: #ff9e16;
	font-weight: 900;
    text-transform: uppercase;
	font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
	margin: 0;
}

.don-html #don-content .nav{
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 4em;
	position: relative;
}

.don-html #don-content .nav .btn.prev{
	position: absolute;
	left: 0;
	top: 0;
}

.don-html #don-content .intro p{
	margin-bottom: 1em;
	font-size: 1.428em;
}

@media screen and (min-width: 1200px) {

	.don-html #don-content .top-content{
		margin: 0 2rem;
	}

	.don-html #don-content .right-content .text-middle {
		margin: 4rem 0 10px 2rem;
	}

	.don-html #don-content .left-content .text-middle::before {
		width: 36rem;
	}

	.don-html #don-content .right-content .text-middle::before {
		width: 29rem;
	}

}

@media screen and (min-width: 2060px) {

	.don-html #don-content .top-content{
		display: flex;
		justify-content: space-between;
		align-items: end;
	}

	.don-html #don-content .right-content .text-middle::before {
		left: -2.5rem;
	}

}

@media screen and (min-width: 1201px) and (max-width: 1450px) and (max-height: 1000px) {
	.don-html #don-content .intro p{
		font-size: 1.2em;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1450px) and (max-height: 790px) {
	.don-html #don-content .intro p{
		font-size: 1em;
	}
}

@media screen and (min-width: 1201px) and (max-height: 700px) {
	.don-html #don-content .intro p{
		font-size: 1.2em;
	}
}

@media screen and (min-width: 1201px) and (max-height: 530px) {
	.don-html #don-content .intro p{
		font-size: 1em;
	}
}

.don-html #don-content .intro .half:nth-child(2) p:first-child strong{
	color: #ff9e16;
	font-size: 1.142em;
}

.don-html #don-content .intro .nav{
	margin-top: 2em;
}

.don-html #don-content .intro .btn{
	font-size: 2em;

}

.don-html #don-content .amount-inputs .quarter{
	text-align: center;
	position: relative;
}

.don-html #don-content .amount-inputs input[type="radio"]{
	opacity: 0;
	position: absolute;
	left: 0;
}

.don-html #don-content .amount-inputs label{
	display: block;
	margin: auto;
	position: relative;
	width: 108px;
	height: 108px;
	border-radius: 54px;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	margin-bottom: 55px;
	font-weight: 400;
	color: #000;
	font-size: 1em;
}

.don-html #don-content .amount-inputs label:before{
	content: "";
	position: absolute;
	display: block;
	width: 96px;
	height: 96px;
	left: 6px;
	top: 6px;
	border-radius: 48px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ff9e16;
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.don-html #don-content .amount-inputs label:hover:before{
	border-width: 2px;
}

.don-html #don-content .amount-inputs input.error + label{
	-webkit-box-shadow: 0 0 0 1px red;
	        box-shadow: 0 0 0 1px red;
}

.don-html #don-content .amount-inputs input:checked + label{
	background-color: #ff9e16;
}

.don-html #don-content .amount-inputs input:checked + label .number{
	color: #fff;
}

.don-html #don-content .amount-inputs input:checked + label:before{
	border-color: #fff;
	border-width: 1px;
}

.don-html #don-content .amount-inputs .number{
	color: #ff9e16;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 40px;
	padding: 25px 0 3px 0;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.don-html #don-content .amount-inputs input[name=amount_custom]{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	border-bottom: 1px solid #000;
	background-color: transparent;
	height: 40px;
	padding: 2px 0;
	margin: 25px 0 3px 0;
	width: 75px;
	text-align: center;
	color: #ff9e16;
	font-size: 40px;
	font-weight: 900;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
	border-radius: 0;
}

.don-html #don-content .amount-inputs input:checked + label input[name=amount_custom]{
	color: #fff;
}

.don-html #don-content .amount-inputs .fake-input{
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: -45px;
	border-radius: 12px;
	background-color: #fff;
	border: 1px solid #ff9e16;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	left: 50%;
	margin-left: -12px;
}

.don-html #don-content .amount-inputs .fake-input:before{
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	top: 6px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #ff9e16;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
}

.don-html #don-content .amount-inputs input:checked + label .fake-input:before{
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.don-html #don-content .receiver{
	display: inline-block;
	width: 100%;
}

.don-html #don-content hr{
	height: 1px;
	border: none;
	background-color: #dadada;
	display: inline-block;
	width: 100%;
	margin: 4em 0;
}

.don-html #don-content .last + hr{
	margin-top: 3em;
}

.don-html #don-content label img,
.don-html #don-content label img{
	height: 35px;
	width: auto;
}

/********** /SECTIONS **********/

/********** PAYMENT RESPONSE **********/

.don-html #don-content .section.payment_response .left{
	background-position: center 20%;
}

.don-html #don-content .section .right{
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.don-html #don-content .section.payment_response .right{
	text-align: center;
}

.don-html #don-content .section .right:after{
	content: "";
	position: relative;
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.don-html #don-content .section .right-inner{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-size: 1rem;
	white-space: normal;
}

.don-html #don-content .section.payment_response h2{
	color: #141414;
	font-size: 2.714em;
	margin-bottom: 1em;
}

.don-html #don-content .section.payment_response p{
	text-transform: uppercase;
	color: #ff9e16;
	margin-bottom: 3em;
}

.don-html #don-content .section.payment_response p strong{
	font-weight: 900;
}

.don-html #don-content .ide-csp {
	line-height: 1.2;
	margin-top: 12em;
	margin-bottom: -2em;
}

/********** /PAYMENT FORM **********/

/********** MEDIA QUERIES **********/

@media screen and (max-height: 800px) {
	hr{
		margin: 2em 0;
	}

	.don-html #don-content .last + hr{
		margin-top: 1em;
	}

	.don-html #don-content .amount-inputs .fake-input{
		bottom: -30px;
	}

	.don-html #don-content .amount-inputs label{
		margin-bottom: 35px;
	}

	.don-html #don-content .nav{
		margin-top: 2em;
	}
}

@media screen and (max-height: 650px) {
	.don-html #don-content{
		padding: 20px;
		height: calc(100% - 71px);
	}

	.don-html #don-content .sections-nav{
		right: 2px;
	}
}

@media screen and (max-height: 600px) {
	.don-html #don-content .amount-inputs label{
		width: 90px;
		height: 90px;
		border-radius: 45px;
	}

	.don-html #don-content .amount-inputs label:before{
		width: 80px;
		height: 80px;
		border-radius: 40px;
		left: 5px;
		top: 5px;
	}

	.don-html #don-content .amount-inputs .number,
	.don-html #don-content .amount-inputs input[name=amount_custom]{
		font-size: 30px;
	}

	.don-html #don-content .amount-inputs input[name=amount_custom]{
		width: 55px;
		margin: 14px 0 1px 0;
		height: 35px;
	}
}

@media screen and (max-height: 550px) {
	.don-html #don-content .receiver{
		margin-bottom: 0;
	}
}

/********** /MEDIA QUERIES **********/
/********** RESPONSIVE STARK **********/
@media screen and (min-width: 1201px) and (max-height: 815px) {

	.don-html #don-content .section .left {
		background-position-y: 35%;
	}

}

@media screen and (max-width: 1200px), screen and (min-width: 1201px) and (max-height: 815px) {
	.don-html body{
		height: initial;
	}
	.don-html #don-content .left,
	.don-html #don-content .right{
		width: 100% !important;
		float: none !important;
		position: static !important;
		transform: translateY(0) !important;
	}
	.don-html #don-content .left{
		height: 610px !important;
	}

	.don-html #don-content .right hr{
		height: 0;
	}
	.don-html #don-content .amount-inputs {
	    position: absolute;
	}
	.don-html #don-content .amount-inputs label{
		margin-right: 30px;
	}

	.don-html #don-content .amount-inputs .fake-input {
	    bottom: -50px;
	}
	.don-html #don-content .amount-inputs {
    	position: static;
	}
	.don-html #don-content .receiver {
		margin-top: 0;
	}
	.don-html #don-content .nav .btn{
	    position: absolute;
	    right: 0;
	    top: -15px;
	}
	.don-html #don-content .sections-nav {
		display: none;
	}
	.don-html #don-content .nav .btn.prev {
	    position: absolute;
	    width: 20px;
	    left: 0;
	    top: -15px;
	}

	.don-html #don-content .informations .right hr{
		display: none;
	}


	.don-html #don-content .section + .section .left,
	.don-html #don-content .nav .btn.prev,
	.don-html #don-content .nav .btn.next {
		display: none;
	}

	.don-html #don-content .section + .section .right {
		padding-top: 0;
		padding-bottom: 0;
	}

	.don-html #don-content .section.informations .right {
		padding-bottom: 45px;
	}

	.don-html #don-content .section.informations .nav .btn.next {
		display: block;
	}

	.don-html #don-content #alert {
		position: fixed;
	}

	.don-html #don-content .ide-csp {
		margin-top: 12em;
		margin-bottom: -2em;
	}

	.don-html #don-content .left-content .text-middle {
    	font-size: 40px;
	}

	.don-html #don-content .right-content .text-middle {
    	font-size: 30px;
	}

}
@media screen and (max-width: 680px) {
	.don-html #don-content {
    	padding: 0;
	}
	.don-html #don-content #sections {
	    overflow: initial;
	}
	.don-html #don-content .quarter {
	    width: 50%;
	    margin-right: 0;
	    margin-bottom: 50px;
	}
	.don-html #don-content .section .right {
    	padding: 25px;
	}
	.don-html #don-content h2 {
    	margin-bottom: 10%;
	}
	.don-html #don-content .amount hr{
		display: none;
	}
	.don-html #don-content .nav {
		text-align: left;
    	margin: 2em 0;
	}
	.don-html #don-content .left-content .text-top {
    	font-size: 40px;
	}
	.don-html #don-content .left-content .text-middle {
    	font-size: 35px;
	}
	.don-html #don-content .right-content .text-middle {
    	font-size: 30px;
	}
	.don-html #don-content .half {
	    margin-top: 1.5em;
	    width: 100%;
	}
	.don-html #don-content .third {
    	width: 100%;
	}
	.don-html #don-content .two-third{
		width: 100%;
	}
	.don-html #don-content .credit-card-infos hr{
		margin: 10px;
	}
	.don-html #don-content .btn.prev{
		margin-bottom: 1.5em;
		display: block;
	}
	.don-html #don-content .btn.next, .btn.prev{
		position: static !important;
	}
	.don-html #don-content .informations .half {
    	margin-top: 0;
	}
	.don-html #don-content .amount-inputs input:checked + label input[name=amount_custom] {
    font-size: 26px !important;
	}

	.don-html #don-content .ide-csp {
		margin-bottom: 1em;
	}

}

@media screen and (max-width: 375px) {

	.don-html #don-content .left .text-top {
		font-size: 28px;
	}

}

/********** /RESPONSIVE STARK **********/

/******************** BUXUM *******************