@import url("upload-style.css");

/**********************/
/* GLOBAL STRUCTURE */
/**********************/

html {
	height: 100%;
}

body {
	margin: 0;
	background: #fff;
	font-family: "Amiri", sans-serif;
	color: #666;
}

.menu {
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 13px;
}

.menu a {
	color: #666;
}

img.logo {
	max-width: 700px;
}

.white_span {
	background: #fff;
	width: 100%;
	margin: 0;
}

.pink_span {
	background: #ff7391;
	width: 100%;
	margin: 0;
}

.container {
	margin: 0 auto;
	width: 95%;
	max-width: 1100px;
}

.container_slim {
	margin: 0 auto;
	width: 95%;
	max-width: 1100px;
}

.title {
	display: block;
	font-family: "Cinzel", serif;
	font-size: 40px;
	text-transform: uppercase;
	border-bottom: 2px solid #ff7391;
	width: 100%;
}

.titlepink {
	display: block;
	font-family: "Cinzel", serif;
	font-size: 34px;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 2px solid #fff;
	width: 100%;
}

p {
	margin: 15px 0;
	font-size: 22px;
	line-height: 26px;
}

p b {
	font-weight: 700;
}

a {
	color: #f00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.question {
	font-family: "Raleway", sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #333;
	width: 100%;
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

ul, li {
	list-style-type: disc;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 10px;
}

hr {
	margin: 20px 0;
	border: 0;
	height: 1px;
	background: #666;
	background-image: linear-gradient(to right, #ccc, #666, #ccc);	
}





#terms {
	font-size: 13px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 20px;
	background: #fbfbfb;
	line-height: 18px;
}

#terms ul li {
	list-style-type: decimal;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 10px;
}

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

button[type="submit"] {
	font-family: "Cinzel", arial, sans-serif;
	cursor: pointer;
	background: #4CAF50;
	color: #FFF;
	margin: 0 auto;
	padding: 20px;
	font-size: 28px;
	line-height: 0;
	text-transform: uppercase;
	border-radius: 6px;
	border: 2px solid #008000;
}

button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

button:focus {
	font-family: "Cinzel", arial, sans-serif;
	cursor: pointer;
	background: #008000;
	color: #FFF;
	margin: 0 auto;
	padding: 20px;
	font-size: 28px;
	line-height: 0;
	text-transform: uppercase;
	border-radius: 6px;
	border: 2px solid #008000;
}

button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

button[type="submit"]:disabled {
	background: #ceefd4;
	color: #6a6a6a;
	cursor: not-allowed;
}


/**********************/
/* ATTACH PHOTO BUTTON */
/**********************/

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	width: calc(33% - 22px);
	float: left;
	margin: 5px 10px 5px 0;
    font-size: 14px;
    padding: 5px;
	border: 2px solid #fff;
	border-radius: 6px;
    color: #6a6a6a;
    background-color: #eee;
	cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #ddd;
	border: 2px solid #8fbf9c;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	pointer-events: none;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.no-js .inputfile + label {
    display: none;
}



/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip {display:none; width:10px; height:3px;}
#fg_crdiv {opacity: .2; -moz-opacity: .2; filter: alpha(opacity=20);   }
#fg_crdiv p {display:none;}





/**********************/
/* NEW CONTACT FORM */
/**********************/


#reused_form fieldset { 
	padding: 0px;
	margin: 0 auto;	
	color: #fff;
}


#reused_form label {
	font-weight: normal;
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
}

#reused_form label.small {
	font-weight: 300;
	font-size: 14px;
	line-height: 0 !important;
}

#reused_form input[type="text"],input[type="name"],input[type="email"],textarea{
	width: 100%;
	font-family: 'Amiri', sans-serif;
	color : #333; 
	font-size: 20px;
	padding : 5px; 
	border : 2px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -html-border-radius: 5px;
    border-radius: 5px;
}



#reused_form input[type="text"],input[type="name"],input[type="email"],textarea{
	width:100%;
	font-size: 20px;
	line-height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;   
}

#reused_form #scaptcha{
	width:60px;
	height:18px;
}

#reused_form textarea {
	height:120px;
	width:100%;
	box-sizing: border-box;
}

#reused_form input[type="text"]:focus,textarea:focus {
	border : 2px solid #8fbf9c;
	color: #000;
	background-color : #eee;
}

#reused_form .form_container {
	margin-top:8px;
	margin-bottom: 10px;
}

#reused_form .form_container_halfleft {
	width: calc(50% - 10px);
	margin-top:8px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

#reused_form .form_container_third {
	width: calc(33.3% - 10px);
	margin-top:8px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

#reused_form .error {
	color: #900;
	background-color : #ffff00;
}

#reused_form fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
}

#reused_form fieldset#antispam legend{
	font-weight:bold;
	color:#333;   
}

#reused_form .short_explanation{
	color:#333;   
}

#success_message {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 26px;
	text-align: center;
}

#terms {
	font-size: 13px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 20px;
	background: #fbfbfb;
	line-height: 18px;
}

#terms ul li {
	list-style-type: decimal;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 10px;
}






/**********************/
/* END CONTACT FORM */
/**********************/



/**********************/
/* UPLOAD FILES PAGE */
/**********************/

.thanksregistering {
	max-width: 500px;
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 12px 20px;
	margin: 0 auto;
	text-align: center;
	background: #d3f9d1;
}

.uploadnotes {
	width: 500px;
	margin: 0 auto;
    background-color: #eee;
	color: #333;
	padding: 25px 35px;
	border-radius: 8px;
}

.uploadnotes h3 {
	font-family: "Roboto", sans-serif;
	font-size:18px;
	margin-bottom: 10px;
	text-align: center;
}

.uploadnotes p, .uploadnotes li {
	font-family: "Roboto", sans-serif;
	font-size:14px;
	list-style-type: square;
}

.uploadnotes a {
	color: #f00;
	text-decoration: none;
}

.uploadnotes a:hover {
	text-decoration: underline;
}






/********************/
/** COPYRIGHTS ETC **/
/********************/


.copyrights {
	padding: 20px 0;
	color: #fff;
	font-size: 20px;
}

.copyrights p {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 14px
}

.copyrights p a {
	color: #ff0;
}

.footer_left {
	width: 50%;
	float: left;
	text-align: left;

}

.footer_right {
	width: 50%;
	float: left;
	text-align: right;
	font-size: 34px;
	line-height: 20px;
}


