html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/HelveticaCYPlain.eot');
    src: url('fonts/HelveticaCYPlain.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaCYPlain.woff') format('woff'),
         url('fonts/HelveticaCYPlain.ttf') format('truetype'),
         url('fonts/HelveticaCYPlain.svg#VegurBold') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaBold';
    src: url('fonts/HelveticaCYBold.eot');
    src: url('fonts/HelveticaCYBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaCYBold.woff') format('woff'),
         url('fonts/HelveticaCYBold.ttf') format('truetype'),
         url('fonts/HelveticaCYBold.svg#VegurBold') format('svg');
    font-weight: 900;
    font-style: normal;
}



html, body {
    margin:0;
	padding:0;
    height: 100%;
    font-family: Helvetica;
}

body {
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 100;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bolder;
}

h1 {
    color: #3465a4;
    /*text-shadow: 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow;*/
    font-family: Amaranth;
    font-size: 4em;
}

.menu-bar,
.menu-bar ul,
.menu-bar li .menu-bar a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  font-family: HelveticaBold;
  line-height: 1;
  width: 1141px;
}

.menu-bar a img {}

header {
    background: #fff;
}

.menu-bar{
    zoom: 1;
    top: 0;
    /*margin: 0 6%;*/
    height: 55px;
    width: 1024px;
    position: relative;
}

.submit-message {
    width:  1141px;
    margin: 2cm auto;
}

.menu-bar ul{
    margin: 0 30%;
    display: table;
    bottom: 20px;
  position: relative;
width: 500px;
}

.menu-bar ul:before {
  content: '';
  display: block;
}

.menu-bar ul:after {
  content: '';
  display: table;
  clear: both;
}

.menu-bar ul:after {
  content: '';
  display: table;
  clear: both;
}
.menu-bar a,
.menu-bar a:link,
.menu-bar a:visited {
  padding: 60px 20px 0;
  display: block;
  text-decoration: none;
  color: #000;
  border-right: 1px solid #fff;
}

.menu-bar a:link, .menu-bar a:visited {
    color: #000;
      padding: 60px 20px 0;
  display: block;
  text-decoration: none;
  border-right: 1px solid #fff;
  font-family: Helvetica;
  font-size: 14px;
}
.menu-bar a:hover {
  text-shadow: 0 1px 1px #bdcd9c;
}

.menu-bar li {
  float: left;
  border-left: 1px solid #000;
  height: 76px;
}

.menu-bar li:hover {
    text-decoration: underline;
}

.menu-bar li:first-child {
  /*border-left: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;*/
}

.slicknav_menu {
	display:none;
}

.slide-container {
    width: auto;
    background-color: #000;
    opacity: 0.5;
    margin: 10px auto;
}

h3 {
    font-family: Amaranth;
    color: #3465a4;
    font-size: large;
}

.clear{
    clear: both;
}


.container {
    margin: 0 auto;
    width: 1024px;
    background-color: rgba(255,255,255,0.7);
    overflow: hidden;
    position:relative;
}


.copyright {
    margin: 0 auto;
}

textarea{
    font-family: Helvetica;
    width: 90%;
}

#footer {
	height: 26px;
	background: rgb(14,62,61);
	color: #fff;
	clear: both;	
	width: 1024px;
	font-size: 10px;
	position: relative;
	margin: 0 auto;
}

#footer > .inner {
	padding: 8px 15px;
}

.clearfooter {
height: 20px;
clear: both;
}

hr {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

strong {
    font-weight: bolder;
}

.logo img{
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

#home {
    background: url('images/home.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 16cm;
    position: relative;
    /*margin: 2cm auto;*/
    color: rgb(0, 145, 122);
    width: 1024px;
  top: 50px;
}

#description {
    background: rgba(14,62,61,0.7);
    color: white;
    width: 250px;
    height: 14cm;
    float: right;
    margin: 1cm 200px 1cm 0;
    position: relative;
    padding: 43px;
}

#description p {
    margin: 0 auto;
    font-size: 16px;
    line-height:28px;
text-align: justify;
}

.logo {
float:left;
top: 43px;
position: relative;
height:23px;

}

#investors {
    background: url('images/investors.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 16cm;
    color: rgb(0, 145, 122);
    width: 1024px;
  top: 50px;
}

#career {
    background: url('images/careers.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 16cm;
    color: rgb(0, 145, 122);
    width:  1024px;
  top: 50px;
}

input[type="submit"] {
    background: white;
    border: none;
    color: rgb(14,62,61);
    height: 25px;
}

.login input[type="submit"] {
    background: rgb(14,62,61);
    border: none;
    color: white;
    height: 25px;
}

input[type="file"] { 
background-color: white;
}

.contact {
    background: rgba(14,62,61,0.7);
    width: 150px;
    min-height: 12.5cm;
    padding: 30px;
    float:  right;
    margin: 1cm 1cm 1cm 0;
    min-width: 250px;
    color: white;
    font-family: Helvetica;
    font-weight: bold;
}

.contact label {
	font-size: 15px;
}

.contact input[type="text"], textarea, input[type="emailaddress"]{
    border-radius: 4px;
    width: 90%;
padding: 5px;
    border-style: solid;
    border-color: white;
color: rgb(2, 124, 105);
  margin: 0 0px 8px;
font-family: Helvetica;
}

textarea {
height: 100px;
overflow:hidden;
border-width: 2px;
}

.contact-des{
    background: rgba(255,255,255,0.7);
    color: rgb(2, 124, 105);
    width: 150px;
    height: 13cm;
    padding: 30px;
    float:  right;
    margin: 1cm 1cm 1cm 0;
    min-width: 250px;
    line-height: 28px;
}

.contact p {
    margin: 0 auto;
    font-weight: bold;
    line-height: 28px;
}

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

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill  {
background-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login {
    /*margin-left: 974px;*/
    z-index: 99999;
    position: absolute;
    float: right;
    right: 0px;
    top: 0;
}

.block-container {
	margin-left: 0;
}
.login p {
    color: gray;
  font-size: 13px;
  margin-left: 55px;
}

.contacts {
    float: left;
    background: #CDE4E1;
    height: 16cm;
width: 1522px;
  text-align: justify;
}

.emailaddress {
    float: left;
    top: 8.5cm;
    position: relative;
  color: #276E62;
  margin-left: 2%;
}

.pic {
    float: left;
    margin-left: 1%;
}

.error-message {    
    width: 100%;
    margin: 25% auto;
    position: relative;
}
.error-message p {
    font-size: 2em;
    color: #0e3e3d;
    text-align: center;
}

#contact-page {
    width: 1141px;
    margin: 2cm auto;
}