/* ======= HEADLINE ======= */

h1 {
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-variant: small-caps;
}

form {
	margin: 0;
	padding: 0;
}

* {
	font-family: 'Signika Negative', sans-serif;
}
/* ======= FORM PSEUDOS ======= */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: #2e6da4;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.075) inset, 0 0 8px #2e6da4;
  outline: 0 none;
}


/* ======= INPUT STYLES ======= */

div.container input.green-border {
	border: 2px solid #009999; 
	border-radius: 4px;
	border-collapse: collapse;
	background-color: rgb(244, 244, 244);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.currency-block {
	display: inline-block;
}

/* ======= SUBMIT BUTTON ======= */

button {
	color: #fff;
	background-color: #099;
	padding: 5px 14px;
    display: inline-block;
    font-size: 16px;
    text-transform: none;
    border: 0;
    margin: 3px 0;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    cursor: pointer;
    text-decoration: none;
}

button:hover {
	background-color: #01BFA5;
	color: #fff;
}

/* ======= MAIN STYLE ======= */
body {
	background-color: #e3e0da;
}

.wrapper {
	background-color: #F9BA13;
	margin: 1%;
	margin-bottom: 25px;
	padding: 25px 25px;
}

.container h2 {
	text-align: center;
}

.container .wrapper .container p {
	font-size: 11px;
	text-align: justify;
	margin: 10px 0;
}

.header {
	background-color: #fff;		
	margin-bottom: 25px;
	text-align: center;
}

.header img {
	width: 100px;
	height: auto;
	display: inline-block;
	margin-top: 10px;
}

.footer img {
	width: 100px;
	height: auto;
	display: inline-block;
	margin: 10px 20px;
}

.header h1 {
	margin: 15px auto;
	text-align: left;
	font-size: 30px;
	width: 45%;
	font-variant: normal;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-shadow: 1px 2px 4px rgba(150, 150, 150, 0.6);
}

.footer{
	background-color: #fff;
}

.row .wrapper h1 {
	font-weight: bold;
}

label {
	font-size: 16px;
	line-height: 20px;
}

.copyrightWrap {
    background-color: #444444;
    color: #ccc;
    padding: 10px 0;
    font-size: 14px;
}

.site {
    position: relative;
    max-width: 1240px;
    width: 100%;
    margin-left: 10px;
}

.langSelector {
 	display: inline-block;
 	float: right;
 	margin-bottom: 10px;
}

.success {
	margin: 10px auto 350px auto;
	padding: 50px;
}

.success h1 {
	font-size: 2.2em;
}

.payLogo {
	text-align: center;
}

.payLogo img {
	margin: 10px;
	height: 40px;
}

.mainLine {
	font-size: 28px;
	font-weight: 200;
	letter-spacing: -1px;
}

#generatedLink {
	margin: 20px auto;
	background-color: #fff;
	border: 2px solid #F9A350;
	padding: 6px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.fixCurrency {
	width: 55px !important;
}

/* ======= MEDIA QUERIES ======= */
@media screen and (max-width: 857px) {
	.header h1 {
		font-size: 22px;
		padding-left: 0;
		width: 60%;
	}
}