@font-face {
    font-family: 'agendaregular';
    src: url('../fonts/agenda-light-webfont.eot');
    src: url('../fonts/agenda-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agenda-light-webfont.woff2') format('woff2'),
         url('../fonts/agenda-light-webfont.woff') format('woff'),
         url('../fonts/agenda-light-webfont.ttf') format('truetype'),
         url('../fonts/agenda-light-webfont.svg#agendaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'agendaregular';
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}


a {
	color: #DED3BD;
}

a:hover {
	color: #c1af8c;
	text-decoration: underline;
}


li {
	list-style: none;
}


#vouchers-wrapper {
	background-image: url(../images/vouchers.jpg);
}
#paybox h2 {
	margin: 0 0 10px 0;
	font-size: 26px;
}

#paybox{
	margin: 0 auto;
	position: relative;
	font-size: 12px;
	padding: 20px ;
	height: 550px;
}

.payform li{
	list-style: none;
	margin-top: 10px;
	font-size: 14px;
}

.payform {
	padding: 0 !important;

}
.payform input[type="text"],textarea{
	-moz-box-shadow:    inset 0 1px 3px 0px #333333;
	-webkit-box-shadow: inset 0 1px 3px 0px #333333;
	box-shadow:         inset 0 1px 3px 0px #333333;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:4px 0px 0px 5px;
}

select{
	padding:5px 5px 5px 5px;
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

	-moz-padding-end: 5px;
	-moz-padding-start: 2px;
	-moz-user-select: none;
	background-image: url(../img/inputarrow.png) ,
	-webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	-moz-linear-gradient: #FAFAFA, #F4F4F4 40%, #E5E5E5;
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
select, select:focus{
	outline:none;
	height: 41px;
	font-size: 14px;
	width: 185px;
}

input[type="text"]{
	height: 30px;
	width: 180px;
}
textarea{
	width: 100%; height: 100px;
	}
input:focus,textarea:focus{ outline:none; background: #FDFDE8;}



/*form{width:385px;}*/
label{
	display:block;
	font-size:14px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	}

form div{position:relative;margin:1em 0;}
form .counter{
	position:absolute;
	right:0;
	top:0;
	font-size:15px;
	font-weight:bold;
	color:#ccc;
	}
form .warning{color:#600;}
form .exceeded{color:#e00;}






















#faq-wrapper {
	height:auto;
	background: #ded3bd;
	padding:20px;
}

/* Accordian */

#accordion-container {
	font-size: 14px;
	padding: 10px 0 150px 0;
}

#accordion-container p {
	margin: 8px 0;
}

.accordion-header {
	font-size: 16px;
	background: #373839;
	margin: 5px 0 0 0;
	padding: 5px 10px;
	cursor: pointer;
	color: #ded3bd;
}

.active-header {
	background: url(../images/active-header.gif) #373839;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.active-header:hover {
	background: url(../images/active-header.gif) #373839;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(../images/inactive-header.gif) #373839;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background: url(../images/inactive-header.gif) #f5f5f5;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
	padding: 10px;
	background: #ece7dc;
	border-top: 0;
}



