/*
* V0.1
* Copyright 2014, Siksdesign Ltd.
* www.siksdesign.com
*/
/* Reset */
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,
li,
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
/* Basic style */
body {
  background: #fff;
  font: 14px/21px 'Open Sans', sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
/* Paragraph */
p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}
p b,
p strong {
  font-weight: bold;
}
/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  color: #222222;
  font-family: 'OpenSans';
  font-weight: normal;
}
h1,
h2,
h3 {
  margin: 20px 0 20px 0;
}
h4,
h5,
h6 {
  margin: 10px 0;
}
h1 {
  font-size: 34px;
  line-height: 45px;
}
h2 {
  font-size: 25px;
  line-height: 30px;
}
h3 {
  font-size: 24px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 18px;
}
h5 {
  font-size: 14px;
  line-height: 14px;
}
h6 {
  font-size: 12px;
  line-height: 12px;
}
/* Links */
a,
a:visited {
  text-decoration: underline;
  outline: 0;
}
a:hover,
a:focus {
  color: #e74c3c;
}
p a,
p a:visited {
  line-height: inherit;
}
header li a {
  text-decoration: none;
}
/* Lists */
header li {
  float: left;
}
/* Images */
img {
  max-width: 100%;
  height: auto;
}
/* Buttons */
button {
  border: 0px;
}
/* Forms */
.inputAppearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form label {
  line-height: 47px;
  margin-bottom: 40px;
  display: inline-block;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  padding: 14px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  box-sizing: border-box;
  outline: none;
  float: right;
  max-width: 350px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  color: white;
  background-color: #D25048;
  padding: 16px;
  display: block;
  float: left;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  margin: 8px 0 0 110px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/** Textarea **/
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 350px;
  min-height: 132px;
  max-height: 132px;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 34px;
  box-sizing: border-box;
  outline: none;
  float: right;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/** Selectlist **/
/** Checkbox **/
/** Radiobutton **/
/* @font-face */
@font-face {
  font-family: 'OpenSans';
  src: url('../font/opensans.eot');
  src: url('../font/opensans.eot?iefix') format('eot'), url('../font/opensans.woff') format('woff'), url('../font/opensans.ttf') format('truetype'), url('../font/opensans.svg#webfontZam02nTh') format('svg');
  font-weight: normal;
  font-style: normal;
}
