:-any-link {
  color: white;
}


.logo {height:19px; margin-top: 13px;margin-left: 60px;}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}



.search .errorpage-btn {
    padding: 10px 14px;
    line-height: 20px;
        font-size: 18px;
    vertical-align: middle;
    border-color: #949697;
    position: relative;
    display: inline-block;
    overflow: visible;
        border: 1px solid #ccc;
    cursor: pointer;
    color: #333;
    background-color: #ddd;
    background-image: linear-gradient(#fff,#ddd);
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
      -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.search input[type=text] {
    width: 410px!important;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.25);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.25);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.25);
       padding: 9px;
    font-size: 18px;
    vertical-align: middle;
 
        display: inline-block;
    width: 210px;
    margin: 0;
    outline: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s linear background;
    -moz-transition: .2s linear background;
    transition: .2s linear background;
        font: 20px sans-serif;
        color: black;
        border-color: #949697;
}

.search input[type=text] {
 
}



#topbar {
  background-color: white ;
  position: fixed;
  width: 100%;
  position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 46px;
        border-bottom: 1px solid rgba(0,0,0,0.5);
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
        display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.wrapper {margin: auto;text-align: center;}
#language-block {max-width: 750px; text-align: center;margin: auto;padding-left: 5%;padding-right: 5%;}

.languages li {
    display: inline;
    margin: 0 5px;
    line-height: 20px;
    white-space: nowrap;
    color: #e4f0f5;
        line-height: 20px;
        font-size: 11px;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

body {
  margin: 0;
  background-color: #009cf4;
padding: 60px;
  font-family: Helvetica, sans-serif;
    color: white;
}

h1 {
    margin: 30px 0 0;
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
    text-align: center;
    font-family: Helvetica, sans-serif;
    color: white;
}

#content {
  padding-top:0px;
  text-align: center; 
}

p {
      margin: 10px 0 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color: #ffffff;
}

.mob-break {display:none;}

  @media screen and (max-width: 600px) { 
    h1{font-size: 30px;
    }

  body {
  
padding-top: 60px;padding-left: 30px;padding-right: 30px;
  font-family: Helvetica, sans-serif;
    color: white;
}

.mob-break {display:block;

top: 20px;}

.search input[type=text] {
    width: 90%!important;
    margin: 0;

}
    
    
.logo {margin-left: 30px;}

.errorpage-btn {margin-top: -10px;}
    
  }


