html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video {
	display:block;
}

html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	height: 100%;
}

ol, ul {
	list-style: none;
}

:focus {
	outline:0;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 	border : 0;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #A6AD50;
	color: #FFF;
}

::-moz-selection {
	background: #A6AD50;
	color: #FFF;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

img {
    max-width: 100%;
	border: none;
	outline: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-transition: opacity 1s ease;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.4px;
	font: 16px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.container {
	padding-top: 160px;
	padding-bottom: 100px;
}
	    
.wrapper {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
}

.inner {
	padding-bottom: 80px;
	padding-top: 270px;
	margin: 0 auto;
	width: 520px;
}

.btn-top {
	margin-top: 30px;
}
		
h1 {
	font-size: 28px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: #A6AD50;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	letter-spacing: 3px;
	color: #A6AD50;
	padding-top: 30px;
	font-weight: normal;
}

.logo {
	height: 78px;
	width: 288px;
	display: block;
	margin: 0 auto;
}

.logo img {
	height: 78px;
	width: 288px;
}

a.button {
	margin: 0;
	width: 100%;
	cursor: pointer;
	color: #FFF;
	background: #A6AD50;
	background: -webkit-linear-gradient(top, #A6AD50 0%,#A6AD50 100%);
	opacity: 1;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 2px;
	outline: 0;
	border: 0 none!important;
	padding: 12px 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	text-shadow: none!important;
	text-decoration: none;
}

a.button:hover {
	color: #FFF;
	background: #919744;
	background: -webkit-linear-gradient(top, #919744 0%,#919744 100%);
	border: 0 none!important;
	-webkit-appearance: none;
}

/*============================================================================= Breakpoint 1 ===========================================================================*/

@media only screen and (max-width: 1200px){
	
.container {
	padding-top: 40px;
	padding-bottom: 50px;
}
	
.wrapper {
	width: 960px;
	padding-top: 20px;
	padding-bottom: 0;
}

.inner {
	padding-bottom: 20px;
	padding-top: 180px;
}

h1 {
	font-size: 26px;
}


}

/*============================================================================= Breakpoint 2 ============================================================================*/

@media only screen and (max-width: 960px){
	
.container {
	padding-top: 30px;
	padding-bottom: 30px;
}
	
.wrapper {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 2%!important;
}

.inner {
	padding-bottom: 0;
	padding-top: 300px;
	width: 94%;
}

h2 {
	text-align: center;
}

.logo {
	height: auto;
	width: 50%;
	margin: 40px auto 0;
}

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

/*============================================================================= Breakpoint 3 ============================================================================*/

@media only screen and (max-width: 479px){
	
.container {
	padding-top: 15px;
	padding-bottom: 60px;
}
	
.wrapper {
	padding-top: 0;
}

.inner {
	padding-bottom: 0;
	padding-top: 20px;
}
	
.logo {
	height: auto;
	width: 80%;
	margin: 15px auto 0;
}

h1 {
	font-size: 20px;
	padding-top: 100px;
}

h2 {
	font-size: 16px;
	padding-bottom: 20px;
}
		
}
