/* $Date: 2014-03-10 01:05:10 +0100 (mån, 10 mar 2014) $    $Revision: 10233 $ */
html { margin: 0; padding: 0; }

body {
  margin: 0;
  padding: 0;
  color:#000;
}
body, input, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  color:#000;
  margin:0; 
}

h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  color:#000;
  margin:0;
}
h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: 100;
  color:#fff;
  margin:0;
}
h4,h5,h6 { font-size: 14px; font-weight: bold; line-height: 18px; margin: 0; }

p { margin: 6px 0 0 0; }
hr { width: 100%; border: 0; color: #ccc; background-color: #ccc; height: 1px; margin: 10px 0 10px 0; padding: 0; }
a:link { text-decoration: none; outline: none; }
a:hover { text-decoration: none; outline: none; }
img { border: 0; outline: none; }
.clearfloat { clear:both; margin-top:-1px; height:1px; overflow:hidden; }

a.btn {
  display: inline-block;
  padding:10px 40px;
  color:#fff;
  font-size: 18px;
  background: #29adce;
  border: solid 2px #215a6d;
  border-radius: 6px;
}
a.btn:hover {
  border: solid 2px #328ba8;
}


#dump {
  position: absolute;
  width:850px;
  z-index: 20;
  background: #fff;
  padding:20px;
  border: solid 5px #29ADCE;
  margin-left:56px;
  margin-top:50px;
  display:none;
}
#dump a {
  display: block;
  position: absolute;
  margin-top: -39px;
  margin-left: 806px;
}
#dump img.dump {
  width:100%;
}
#dump h2 {
  color:#000;
  font-weight: 400;
  margin-bottom:20px;
  padding-bottom: 20px;
  font-size: 50px;
  text-align: center;
  border-bottom: solid 1px #29ADCE;
  line-height: 50px;
}

#dimbg {
  background:#000;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:10;
  display:none;
}

#mainarea {
  width:960px;
  margin:0 auto;
}

#toparea {
  height:724px;
  background: url(../gfx/shutterstock_124413598.jpg) no-repeat center center;
  background-size: 100% auto;
}
#toparea img.logo {
  display: block;
  width:200px;
  padding:20px 0 0 20px;
  width:360px;
}

#login {
  position: absolute;
  margin:20px;
  padding:20px;
  background: #ff6e04;
  width:340px;
}

#login .inner  {
  background: #fe7a19;
  padding:20px;
}

#login .inner h2 {
  margin-bottom:10px;
  color:#fff;
  font-weight: 100;
}

#login .inner div {
  margin-bottom:10px;
}
#login .inner input ,
#bottom input,
#bottom textarea {
  width:100%;
  font-size:16px;
  padding:8px;
  border-radius: 6px;
  color:#666;
}
#bottom textarea {
  margin-top:10px;
  height:80px;
}
#login .inner .err {
  border: solid 2px #215a6d;
  width:260px;
  padding:3px;
  text-align:center;
  color:#ff0000;
  line-height:32px;
  border-radius: 6px;
  background: #fff;
  position: absolute;
  display: none;
}
#login #pw {
  display: none;
}
#login .inner input {
  color:#666;
}

#topimg {
  display: block;
}

#content {
  margin-top: 20px;
}

#content .top {
  overflow: hidden;
  margin-left: 20px;
}

#content .top .left {
  width:600px;
  float: left;
}
#content .top .left p {
  margin:12px 0 0 0;
}
#content .top .left h2 {
  margin:24px 0 0 0;
}
#content .top .right {
  float: right;
  background: #29adce;
  padding:20px;
  color:#fff;
  width:267px;
}
#content .top .right h2 {
  color:#fff;
}
#content .top .right a {
  display: block;
  color:#fff;
  font-size: 18px;
  margin-top:20px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 100;
}
#content .top .right a:hover {
  color:#ccc;
}

#screens {
  overflow: hidden;
}
#screens h2 {
  margin-bottom: 10px;
  margin-left: 20px;
}
#screens h3 {
  color:#000;
  font-size: 20px;
  font-weight: 400;
  margin-top:10px;
  margin-left:10px;
}
#screens .screen {
  width:224px;
  background: #fff;
  float:left;
  margin-left:19px;
}
#screens .screen1 {
  margin-left:0;
}
#screens .screen a {
  height:280px;
  display: block;
  overflow: hidden;
  border:solid 1px #29ADCE;
}
#screens .screen img.thumb {
  opacity: 0.5;
  width:100%;
}
#screens .screen img.thumb:hover {
  opacity: 0.5;
  width:100%;
  opacity: 1;
}
#screens .screen img.magnify {
  display: block;
  position: absolute;
  margin-top:215px;
  margin-left:20px;
}

#bottom {
  padding:20px;
  background: #ff6e04;
  color:#fff;
  overflow: hidden;
}
#bottom h2 {
  color: #fff;
}
#bottom .left {
  width:450px;
  float: left;
}
#bottom .left a {
  color:#fff;
}
#bottom .left a:hover {
  color:#ccc;
}
#bottom .middle {
  float: left;
  width:300px;
  margin-left: 40px;
}
#bottom .middle .info {
  position: absolute;
  background: #fff;
  border:solid 2px #29ADCE;
  padding:20px;
  color:#000;
  text-align: center;
  width:300px;
  border-radius: 10px;
  display:none;
}

#bottom .middle h3 {
  margin-bottom:10px;
}

#bottom .right {
  float: right;
}

#bottom .btn {
  margin-top:10px;
}
#bottom .right a {
  padding:10px 20px;
}

.divider {
  margin-top:20px;
  padding-bottom:20px;
  border-top: solid 1px #e5e5e5;
} 

#references {
  margin-bottom:40px;
}
#references h2,
#references .customers {
  margin-left:20px;
  width:650px;
}
#references .customers div {
  display: inline-block;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size:24px;
  margin-right: 30px;
  margin-top:20px;
}

.footer {
  background:#f2f2f2;
  color:#999;
}
.footer a {
  color:#999;
}
.footer .inner {
  width:920px;
  margin:0 auto;
  padding:20px;
  overflow: hidden;
}
.footer .inner .left {
  width:110px;
  float:left;
}
.footer .inner .left2 {
  width:550px;
  float:left;
  line-height:20px;
}
.footer .inner .left2 a {
  color:#666;
}
.footer .inner .left2 a:hover {
  color:#000;
}
.footer .inner .right {
  float:right;
  text-align:center;
}
.footer .inner .right p {
  margin: 0 0 10px 0;
}
