@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
	background-color: #e6e6e6;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 46px;
	color: #FFFFFF;
}
p{
	font-size: 16px;
}
.section{
	text-align:center;
}
.floatleft {
	float: left;
		display:inline;
}
.floatright {
	float: right;
	display:inline;
}
#menu ul {
margin:0;
padding:0;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px; 
            border-radius: 10px; 
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	z-index: 70;
	width: 100%;
	padding: 6px;
	margin:0;
	text-align: center;
	background-color: rgba(217,  217,  217,  0.3);
background: rgba(217,  217,  217,  0.3);
color: rgba(217,  217,  217,  0.3);
border-bottom:dashed 0px #ebebeb;
}
#contact{
	position:fixed;
	bottom:0;
	left:0;
	height: 30px;
	z-index: 80;
	width: 100%;
	padding: 12px;
	margin:0;
	text-align: center;
	background-color: #FFFFFF;
}
#contact h2 {
	color: #115F7B;
	font-size: 26px;
}

#section0 img,
#section1 img{
	margin: 20px 0 0 0;
}	
#section2 img{
	margin: 20px 0 0 52px;	
}
/*#section3 img{
	bottom: 0px;
	position:absolute;
	margin-left: -420px;
}*/
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.twitter-share-button{
	position: absolute;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#fullPage-nav{
	position: absolute;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span{
	background: #333;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.subcontainer {
	width: 100%;
	height:75%;
}

.container {
	width: 40%;
	height:100%;
	margin: 0 auto;
	background-color: transparent;
	/*border:solid 4px;
	border-top-width:12px;
		border-bottom-width:20px;
	-moz-border-radius: 26px 0 26px 0;
	-webkit-border-radius: 26px 0 26px 0;
	border-radius: 26px 0 26px 0;
	border-color: #FF9933;
	-moz-box-shadow: -1px  1px  20px  #666666;
	-webkit-box-shadow: -1px  1px  20px  #666666;
	box-shadow: -1px  1px  20px  #666666;
		padding:40px 26px;*/
}
#section0  {
background: rgb(255,134,48); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,134,48,1) 17%, rgba(226,226,226,1) 87%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(255,134,48,1)), color-stop(87%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,134,48,1) 17%,rgba(226,226,226,1) 87%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,134,48,1) 17%,rgba(226,226,226,1) 87%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,134,48,1) 17%,rgba(226,226,226,1) 87%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,134,48,1) 17%,rgba(226,226,226,1) 87%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8630', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

}

.subcontainer {
	background-position: 8% 16%;
	background-repeat: no-repeat;
	padding:40px;
}

#section0 .subcontainer {
	background-image: url(images/bg-section0.png);

}
#section1  {
background: rgb(23,121,160); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(23,121,160,1) 17%, rgba(226,226,226,1) 87%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(23,121,160,1)), color-stop(87%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(23,121,160,1) 17%,rgba(226,226,226,1) 87%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(23,121,160,1) 17%,rgba(226,226,226,1) 87%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(23,121,160,1) 17%,rgba(226,226,226,1) 87%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(23,121,160,1) 17%,rgba(226,226,226,1) 87%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1779a0', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */


}
#section2 {
background: rgb(191,210,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
#section3 {
background: rgb(239,202,67); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(239,202,67,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,202,67,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(239,202,67,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(239,202,67,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(239,202,67,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(239,202,67,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efca43', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

}

#section1 .subcontainer {
	background-image: url(images/bg-section1.png);
	background-position: 8% 22%;
	height:100%;
}

#section2 .subcontainer {
	background-image: url(images/bg-section2.png);
}

#section3 .subcontainer {
	background-image: url(images/bg-section3.png);
}


.section ul {
	text-align: left;
	margin: 20px;
	font-size: 14px;
	color: #115F7B;
}
.section li {
	font-style: italic;
	background-image: url(images/list-item.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 22px;
}

#logo_g {
	margin: 12px;

}
.section h1 {
	text-align: center;
}

.section h2 {
	color: #115F7B;
	font-size: 28px;
	text-align: center;
}
.section h3 {
	text-align: left;
	color: #EC6400;
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/arrow-title.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 32px;
	border-bottom: solid 1px;
	padding-bottom: 12px;
	border-bottom-color: #115F7B;
}
.section  p {
	color: #333333;
	font-size: 14px;
}
.section  a, .section  h1  a {
	color: #0E4A61;
}
.section .highlighted {
	font-size: 18px;
}
.boxlogo {
	width: 40%;
	height: 140px;
}
.section .btnContact {
	display: block;
	margin: 60px 10%;
	padding: 30px 10px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	font-size: 18px;
	font-weight: bold;
	background-color:#ebebeb;
	border: solid 2px;
	border-color: #CECECE;
	color: #1779A0;
}
