/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');

body {
	background: #fff;
  font-family: helvetica;
  font-weight: 400;
  font-size: 16px;
  color: #29364a;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica;
  font-weight: 400;
  color: #29364a;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
}

span {
  font-family: helvetica;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  line-height: 19px;
}

a {
  color: #000;
  word-wrap: break-word;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.btn-theme  {
  color: #fff;
  background-color: #4F92AF;
  border-color: #4F92AF;
}
.btn-theme:hover  {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
form.signup input  {
	height: 42px;
	width: 200px;
	border-radius: 0;
	border: none;
}
form.signup button.btn {
	font-weight: 700;
}
form.signup input.form-control:focus {
	border-color: #fd680e;
}

.logo {
  width: 250px;
  height: 270px;
  background: url(../img/logo.jpg) no-repeat center top;
  background-size: 250px auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* wrapper */

#wrapper {
	text-align: center;
	padding: 50px 0;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;	
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#wrapper h1 {
	margin-top: 60px;
	margin-bottom: 40px;
	color: #000;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -1px;
}

/* information */
.information {
	width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* desktop */
.desktop {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/riko.jpg) no-repeat center top;
  background-size: 55% auto;
  margin-left: auto;
  margin-right: auto;
}

.content {
  margin-bottom: 25px;
}

.margin-bottom {
  margin-bottom: 0 !important;
}

.content a {
  text-decoration: underline;
  color: #a9823e;
}

.content a:hover {
  color: #000;
}

/* footer */
p.copyright {
	margin-top: 50px;
	color: #000;
	text-align: center;
  font-size: 15px;
}	

@media (max-width: 768px) {
.information {
  width: 100%;
  }
.desktop {
   background-size: 100% auto;
   height: 400px;
  }
}

@media (min-width: 768px) {
.information {
  width: 100%;
  }
.desktop {
   background-size: 100% auto;
   height: 400px;
  }
}
@media (min-width: 992px) {
.information {
  width: 50%;
  }
.desktop {
  background-size: 60% auto;
  height: 500px;
  }
}