@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,300,700);
*{
	margin:0;
	padding:0;
	}

html{
	height:100%;
}
html, body{
	height:100%;
	position:relative;
}
body{
	margin:0;
	padding:0;
	line-height:1.7em;
	background: url('../images/bg.png') repeat;
	background-color:#404041;
	font-family: 'Comfortaa', cursive;

	/*background-position: 0px 0px;

	animation: animatedBackground 70s ease infinite;
	-moz-animation: animatedBackground 70s ease infinite;
	-webkit-animation: animatedBackground 70s ease infinite;
	-ms-animation: animatedBackground 70s ease infinite;
	-o-animation: animatedBackground 70s ease infinite;*/
}

#wrapper{
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

.emailmsg{
	padding:30px;
	font-size: 16px;
}



.centerbox{
	 /*background: linear-gradient(360deg, #D4AF37, #404041,#ffffff, #D4AF37);
	 background-size: 600% 600%;
	 -webkit-animation: goldeffect 6s ease infinite;
	 -moz-animation: goldeffect 6s ease infinite;
	 -o-animation: goldeffect 6s ease infinite;
	 animation: goldeffect 6s ease infinite;*/
	 background:#bb9754;
	 width:100%;
	 height:100%;
	 margin: 60px auto auto auto;
	 overflow: hidden;
}

.centerbox1{
	width: 99%;
	height: 99%;
	margin:2px;
	/*background:url('../images/coffeeben.jpg') no-repeat top right;*/
	background-color: #d0cfcf;
	padding-bottom:20px;
}

.logo{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-top:40px;
	text-align: center;
}

.logo img{
	max-width: 100%;
	height: auto;
}

h1{
	font-family: 'Comfortaa', cursive;
	font-size: 25px;
	text-align: center;
	margin: 0;
	padding: 20px 0;
	color: #404041;
}

.thanksmsg{
	display: none;
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 18px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

.loader{
	display: none;
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 30px;
	text-align: center;
	color:#404041;
}

.icon-twitter, .icon-facebook-1, .icon-instagram{color:#b99552;}

.inputdiv{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border:1px solid #d0cfcf;
}
.inputdiv .divemail{
	overflow: hidden;
	border-top: 1px solid #bb9754;
	float: left;
	width: 100%;
}

.inputdiv input[type="email"]{
	height: 35px;
	width: 100%;
	border:none;
	font-size: 13px;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;

}

.inputdiv input[type="text"]{
	height: 35px;
	width: 100%;
	border:none;
	font-size: 13px;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
		border-bottom: 1px solid #ddd;

}

.inputdiv input[name="fname"]{
	border-bottom: 1px solid #d0cfcf!important;
	border-right: 1px solid #d0cfcf!important;
}

.inputdiv input[name="lname"]{
	border-bottom: 1px solid #d0cfcf!important;
}

input{
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

.inputdiv input[name="fname"],
.inputdiv input[name="lname"]{
	height: 35px;
	width: 100%;
	border:none;
	font-size: 13px;
	float: left;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;

}

ul.record{
	list-style-type: none;
	overflow: hidden;
}
ul.record li{float: left;overflow: hidden;}
ul.record li:nth-child(1),
ul.record li:nth-child(2){
	width: 50%;
}
ul.record li:nth-child(3){
	width: 100%;
}

ul.record li:nth-child(2){
	border-left:1px solid #d0cfcf;
	margin-left: -1px;
}

.inputdiv input{float: left;}

.inputdiv input[type="submit"]{
	width: 100%;
	border: none;
	background: #bb9754;
	font-size: 16px;
	color:#fff;
	text-align: center;
	height: 46px;
	float: left;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

.twitter{
	/*background: url('../images/twitter.png') no-repeat;*/
	font-size: 13px;
	font-family: Verdana;
    height: 30px;
    margin: 30px auto 0;
    overflow: hidden;
    width: 90%;
    text-align: center;
}

.alink{
	display: none;
}

.twitter img{
	vertical-align: middle;
}

.twitter a{
	color:#404041;
	text-decoration: none;
}

/* GOLD EFFECT ANIMATION */
@-webkit-keyframes goldeffect {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}
@-moz-keyframes goldeffect {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}
@-o-keyframes goldeffect {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}
@keyframes goldeffect {
    0%{background-position:0% 14%}
    50%{background-position:100% 87%}
    100%{background-position:0% 14%}
}
/*Background Move*/
@keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-moz-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-webkit-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-ms-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-o-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}