@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: 1024px;
	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:660px;
	 height:600px;
	 margin: 80px auto auto auto;
	 overflow: hidden;
}

.centerbox1{
	width: 656px;
	height: 596px;
	margin:2px;
	background:url('../images/coffeeben.jpg') no-repeat top right;
	background-color: #d0cfcf;
}

.logo{
	width: 366px;
	height: 308px;
	margin: 0 auto;
	padding-top:40px;
}

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

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

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



.inputdiv{
	width: 505px;
	margin: 0 auto;
	overflow: hidden;
}

.inputdiv .divemail{
	overflow: hidden;
	margin: 0 auto;
	padding-top: 6px;
	width: 166px;
	clear: both;
}
.icon-twitter, .icon-facebook-1, .icon-instagram{font-size: 15px;color:#b99552;}


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

.inputdiv input[name="lname"]{
	border-right: none!important;
	border-left: none!important;
}

.inputdiv input[name="fname"],
.inputdiv input[name="lname"],
.inputdiv input[name="subscribe"]{
	height: 35px;
	width: 147px;
	padding:0 10px;
	border: 1px solid #d0cfcf;
	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;}

.twitter{
	font-size: 13px;
    height: 30px;
    margin: 30px auto 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-family: Verdana;
}

.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; }
}