@charset "utf-8";
/* CSS Document */

/* LAYOUT */
body {
	font-family:robotomedium;
	background-color: #00543D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.layout-main {
	width:100%;

}
.layout-body {
	width:940px;
	
	background-color:rgba(255, 255, 255, 0.10);
	border-style:solid;
	border-color:#000;
	border-width:1px;
	
/*	background: url(../images/effect.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;*/
}
.layout-footer {
/*	background:#000;*/
	height:50px;
	color:#FFF;
	text-align:center;
	font-size:14px;
	
	background: -moz-linear-gradient(top,  rgba(0,84,61,0) 0%, rgba(0,63,45,1) 11%, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,84,61,0)), color-stop(11%,rgba(0,63,45,1)), color-stop(12%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,84,61,0) 0%,rgba(0,63,45,1) 11%,rgba(0,0,0,1) 12%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,84,61,0) 0%,rgba(0,63,45,1) 11%,rgba(0,0,0,1) 12%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,84,61,0) 0%,rgba(0,63,45,1) 11%,rgba(0,0,0,1) 12%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,84,61,0) 0%,rgba(0,63,45,1) 11%,rgba(0,0,0,1) 12%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000543d', endColorstr='#000000',GradientType=0 );
}
.logo {
	position: absolute;
	padding: 20px;
	z-index:5;
}
.social-media-container {
	width:100%;
	text-align: center;
}
.social-media {
	display:inline-block;
	width:940px;
	text-align:right;
	position:relative;
	vertical-align: middle;
	color: #FFF;
	padding: 10px;
}
.social-media img {
	vertical-align: middle;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}
.centered-container {
	width:100%;
	text-align: center;
}

/* EMPHASIS */
.center {
	margin:0px auto;
}
a:link {
	color: #2EAD8B;
	text-decoration:none;
}
a:visited {
	color: #2EAD8B;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	text-decoration:none;
}
a:active {
	color: #2EAD8B;
	text-decoration:none;
}


/* BUTTONS */
.button-container {
	font-size:0px;
	text-align:center;
}
.button {
	display:inline-block;
	position:relative;
	text-align:center;
	line-height:30px; /* vertically centers 1 line of text */
	font-family:robotobold;
	
	width:138px;
	height:30px;
	background:#FFF;
	color:#000;
	font-size:14px;
	border-style:solid;
	border-color:#000;
	border-width:1px;

/*	transition:all 0.5s; */
	transition-property: background, color, border-color;
	transition-duration: 0.5s;
	-webkit-transition: background, color, border-color; /* Safari/Chrome */
	-webkit-transition-duration: 0.5s;
}
.button:hover {
	background:#000;
	color:#DDD;
	border-color:#000;
	
/*	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);*/
}
.button-spacer {
	display:inline-block;
	position:relative;
	
	width:25px;
	height:1px;
}

/* SCRIPT: FADER */
.fadeIn { 
    position: relative;
    height: 454px;
    width: 800px;
}
.fadeIn img {
    position: absolute;
    left: 0;
    top: 0;
	/*
	border-style:solid;
	border-color:#000;
	border-width:1px;
	*/
}

/* FONTS */
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot');
    src: url('../fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff') format('woff'),
         url('../fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot');
    src: url('../fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/roboto_bold_macroman/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
