/* Copyright 1999-2012. Parallels IP Holdings GmbH. All Rights Reserved. */
html {
  font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
}
html, body {
  border: 0; margin: 0; height: 100%; min-height: 100%;
}
body {
  color: #1e1e1e;
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
}
img {
  border: 0; vertical-align: middle; -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse; border-spacing: 0;
}
form {
  margin: 0; padding: 0; border: 0;
}
a, a:visited {
  color: #0050b4;
}
a:hover, a:active {
  outline: 0; color: #00a0ff;
}
hr {
  display: block; margin: .9em 0; padding: 0; height: 2px; border: 0; border-top: 1px solid #c8c8c8; box-shadow: inset 0 1px 0 #fff;
}
.lte7 hr {
  margin: .5em 0;
}
h1, h2 {
  margin: 10px 0 15px; padding: 0; font: italic 20px georgia, serif; color: #1e3c64;
}
h2 { margin: 0 0 5px; font-size: 17px; }
h3 { margin: 0 0 8px; padding: 0; font-size: 13px; font-weight: 400; }
p {
  margin: 0;
  padding: 0 0 12px;
font-family: 'Open Sans', sans-serif;
}
ul { margin: 0; padding: 0; list-style: none; }
li { padding: 0 0 8px 14px; background: url(../img/bullet.gif) 0 5px no-repeat; }

.background{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../img/background.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-box{
  position: relative;
  padding-bottom: 100px;
  background-color: transparent;
}


.content-box .logo{
  background-image: url('../img/logo1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  width: 300px;
  position: relative;
  margin: 0px auto;
  margin-top: 100px;
}

.content-box .logo-1{
  background-image: url('../img/logo2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 300px;
  position: relative;
  margin: 0px auto;
  margin-top: 20px;
}

.content-box .info-box{
  color: black;
  position: relative;
  margin: 0px auto;
}

.content-box .info-box p{
  color: black;
  font-size: 20px;
  text-align: center;
  padding: 0px;
  line-height: 1.2;
}

.content-box .info-box p.title{
  color: black;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  padding-bottom: 20px;
}


.content-box .container{
  max-width: 800px;
  padding-top: 100px;
  margin: 0px auto;
}

.content-box .container .box{
  width: 50%;
  float: left;

}

.content-box .box p{
  line-height: 2;
}

p span{
  padding-left: 100px;
  padding-right: 20px;
  font-family: 'Libre Baskerville', serif;
  color: #e44c44;
}

p span a{
  color: white!important;
}
