body, html
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:100%;
}
h1
{
	margin-bottom: 0px;
	font-size: 34px;
	font-weight: 400;
	line-height: 34px;
}
h2
{
	font-size: 30px;
	line-height: 30px;
	margin: 5px 0px;
}
h3
{
	margin: 0px;
}
input
{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}
hr
{
	color: #c6c6c6;
}
.wrapper
{
	min-height: 100%;
	position: relative;
}
.content
{
	padding-bottom: 100px;
}
.header
{
	background-image: url(/img/headerbackground.png);
	min-height: 120px;
	width: 100%;
	background-size: 100px 100px;
	border-bottom: 1px solid #a0a0a0;
}
.ratewrapper
{
	position: relative;
	min-width: 200px;
	height: 40px;
	max-width: 1200px;
	margin: 0px auto -10px;
}
.liveratetable
{
	position: absolute;
	right: 23px;
	top: 10px;
	width: 120px;
	height: 30px;
	background-color: #d02b39;
	border-collapse: collapse;
	color: #FFF;
	text-align: center;
	font-weight: 600;
}
.liveratetable td
{
	border: 3px solid #FFF;
}
.headwrapper
{
	max-width: 1200px;
	position: relative;
	margin: 0px auto;
}
.logo
{
	width: 300px;
	float: left;
	margin-top: 7px;
}
.topmenu
{
	float: right;
	padding-top: 25px;
	text-align: center;
}
.topmenu a, .topmenu span
{
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
	padding: 3px 5px;
}
.topmenu a:hover
{
	background-color: #d02b39;
	color: #FFF;
}
.mainbanner
{
	width: 100%;
	height: auto;
	display: block;
}
.maintext1
{
	font-size: 20px;
	font-weight: 200;
	position: absolute;
	width: 800px;
	top: -20px;
	left: -20px;
	opacity: 0;
	-webkit-transition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
}
.maintext1.animate
{
	top: 0px;
	left: 0px;
	opacity: 1;
	font-size: 40px;
}
.maintext2
{
	position: absolute;
	width: 800px;
	font-size: 25px;
	top: 80px;
	left: -20px;
	opacity: 0;
	-webkit-transition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
}
.maintext2.animate
{
	top: 60px;
	left: 0px;
	opacity: 1;
}
.maintext3
{
	position: absolute;
	bottom: 0px;
	left: 20px;
	width: 800px;
	color: #FFF;
	font-weight: 600;
	font-size: 22px;
	opacity: 0;
	-webkit-transition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
}
.maintext3.animate
{
	bottom: 20px;
	left: 0px;
	opacity: 1;
}
.greenzone
{
	width: 100%;
	min-height: 84px;
	background-color: #00963b;
}
.greentextwrapper
{
	max-width: 1200px;
	margin: 0px auto;
	font-size: 30px;
	color: #FFF;
	font-weight: 200;
	line-height: 40px;
	padding-top: 20px;
}
.bold
{
	font-weight: 600;
}
.neatlinebreak
{
	display: inline-block;
}
.exchangeform
{
	max-width: 700px;
	float: right;
}
.formrate
{
	text-align: right;
	font-size: 22px;
	font-weight: 700;
}
.conversionswithcer
{
	width: 140px;
	float: left;	
}
.cswithces
{
	font-size: 20px;
}
.switcherpic
{
	height: 60px;
	width: 30px;
	padding-top: 5px;
	cursor: pointer;
}
.conversioncalculator
{
	width: 50%;
	float: right;
	min-width: 350px;
}
.calculator
{
	font-size: 25px;
	float: right;
}
.convertinput
{
	border: 1px solid #d02b39;
	font-size: 25px;
	width: 100px;
	line-height: 35px;
	margin: 0px 8px;
}
.convertinput:focus
{
	border: 1px solid #00963b;
}
.fhalfwinput
{
	width:50%;
	float: left;
	min-width: 300px;
}
.shalfwinput
{
	width: 47%;
	float: right;
	min-width: 300px;
}
.fullwinput
{
	width:100%;
	min-width: 300px;
}
.fhalfwinput input, .shalfwinput input, .fullwinput input, .signupinput
{
	width:100%;
	border: 1px solid #a3a3a3;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 25px;
	background-color: #ebebeb;
	border-radius: 3px;
}
.fhalfwinput input:focus, .shalfwinput input:focus, .fullwinput input:focus
{
	border: 1px solid #00963b;
	background-color: #FFF;
}
.fhalfwinput input
{
	max-width:329px;
}

.submitbuttondiv
{
	text-align: left;
}
.submitform
{
	background-color: #00963B;
	color: #FFF;
	text-decoration: none;
	padding: 8px 40px;
	font-size: 20px;
	margin-right: -4px;
	font-weight: 600;
	float: right;
}
.submitform:hover
{
	background-color: #d02b39;
}
.rotator
{
	max-width: 1000px;
	margin: 0px auto 60px;
}
.rotattable
{
	width: 100%;
	text-align: center;
}
.messagewrapper p
{
	font-size: 20px;
	margin: 0px;
}
.scrollarrow
{
	width: 25px;
	cursor: pointer;
}
.tabswitcher
{
	text-align: center;
	margin-top: 20px;
}
.tabselector
{
	margin: 0px 5px;
	cursor: pointer;
}
.bottommessage
{
	text-align: center;
}
.mapjoinus
{
	background-image: url("/img/mapimage.png");
	width: 844px;
	height: 400px;
	margin: 0px auto;
	background-position: 0px -100px;
	position: relative;
}
.joinus
{
	background-color: #D02B39;
	color: #FFF;
	text-decoration: none;
	padding: 8px 20px;
	font-size: 30px;
	font-weight: 700;
	position: absolute;
	top: 150px;
	left: 310px;
}
.joinus:hover
{
	background-color: #00963B;
}
.footer
{
	min-height:100px;
	background-color: #D02B39;
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.footerwrapper
{
	max-width: 1200px;
	margin: 0px auto;
}
.footermenu
{
	display: inline-block;
	float: right;
	margin-top: 35px;
	text-align: center;
}
.footermenu a
{
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
	padding: 3px 5px;
}
.footermenu a:hover
{
	text-decoration: underline;
}
.copyright
{
	display: inline-block;
	float: left;
	font-size: 20px;
	color: #FFF;
	font-weight: 300;
	margin-top: 35px;
}
.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lefthandtext
{
	float: left;
	max-width: 440px;
	padding: 45px 30px;
	font-size: 17px;
}

.formarea
{
	max-width: 1200px;
	margin: 20px auto;
}

.video
{
	margin: 30px 0px;
}

.videodesc
{
	max-width: 600px;
	margin: 0px auto;
	font-size: 18px;
	text-align: left;
	padding-left: 30px;
}

.contactdiv
{
	max-width: 1200px;
	margin: 0px auto;
}

.signupinput
{
	width: 50%;
	border: 1px solid #a3a3a3;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 25px;
	background-color: #ebebeb;
	border-radius: 3px;
}

#message
{
	width: 50%;
	border: 1px solid #a3a3a3;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 25px;
	background-color: #ebebeb;
	border-radius: 3px;
}

.faq
{
	font-size: 17px;
}

@media only screen and (max-width: 1200px){
	.lefthandtext
	{
		float: inherit;
		max-width: 700px;
		margin:0px auto;
	}
	.exchangeform 
	{
	    max-width: 700px;
	    float: inherit;
	    margin:0px auto;
	}
}

@media only screen and (max-width: 1000px){

	.mapjoinus
	{
	    width: 300px;
	    height: 150px;
	    margin: 0px auto;
	    background-position: 0px -30px;
	    background-size: 300px auto;
	}
	.joinus
	{
	    font-size: 20px;
	    top: 60px;
	    left: 80px;
	}

}
@media only screen and (max-width: 800px){

   .greentextwrapper
	{
   		text-align: center;
	}
	.fhalfwinput, .shalfwinput, .fullwinput
	{
		width:90%;
		float: right;
		margin-right: 5px;
	}

	.fhalfwinput input
	{
		max-width:750px;
	}

	.submitbuttondiv
	{
		text-align: center;
		width: 90%;
		float: right;
	}

	.submitform
	{
		margin-right: 0px;
	}

	.maintext1
	{
		font-size: 20px;
		width: 400px;
		top: -20px;
		left: 0px;
	}
	.maintext1.animate
	{
		left: 20px;
		font-size: 20px;
	}

	.maintext2
	{
		width: 400px;
		font-size: 11px;
		top: 50px;
		left: -20px;
	}

	.maintext2.animate
	{
		top: 30px;
		left: 20px;
	}

	.maintext3
	{
		bottom: 0px;
		left: 40px;
		width: 300px;
		color: #FFF;
		font-size: 9px;
	}

	.maintext3.animate
	{
	    bottom: 0px;
	    left: 20px;
	}

}
@media only screen and (max-width: 500px) {

   .greentextwrapper
	{
		font-size: 20px;
	}
   .logo
	{
		width: 200px;
		margin: 7px auto 0px;
		display: block;
		float: inherit;
	}

	.copyright
	{
	    display: block;
	    float: inherit;
	    text-align: center;
	}

}