@charset "UTF-8";
/*
	Theme Name:   Theme
	Theme URI:    http://www.besite.nl
	Description:  Theme
	Author:       BeStie
	Author URI:   http://besite.nl
	Template:     bs-framework
	Version:      1.0.0
	Tags:         besite
	Text Domain:  theme
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #3D5059;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: Arial;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 30px;
  margin: 30px 0 14px 0;
}

h2 {
  font-size: 27px;
  margin: 27px 0 14px 0;
}

h3 {
  font-size: 23px;
  margin: 23px 0 14px 0;
}

h4 {
  font-size: 20px;
  margin: 20px 0 14px 0;
}

h5 {
  font-size: 16px;
  margin: 16px 0 14px 0;
}

h6 {
  font-size: 16px;
  margin: 16px 0 14px 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  font-size: 16px;
  background: inherit;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

p, ul, ol, dl {
  margin: 14px 0;
}
p:empty, ul:empty, ol:empty, dl:empty {
  display: none;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: inherit;
}
a:hover {
  color: #f6871e;
}

:first-child {
  margin-top: 0;
}

:last-child {
  margin-bottom: 0;
}

form li,
form li:last-child {
  margin-bottom: 10px;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=file], input[type=password], select, textarea, button, a.button, input[type=button], input[type=submit], input[type=reset] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=file], input[type=password], select, textarea {
  margin-bottom: 0;
  border: 1px solid #3D5059;
  border-radius: 0px;
  background-color: #fff;
  padding: 5px;
  width: 100%;
  color: #3D5059;
  transition: all 0.5s ease 0s;
}
input[type=text]:hover, input[type=text]:focus, input[type=email]:hover, input[type=email]:focus, input[type=tel]:hover, input[type=tel]:focus, input[type=search]:hover, input[type=search]:focus, input[type=file]:hover, input[type=file]:focus, input[type=password]:hover, input[type=password]:focus, select:hover, select:focus, textarea:hover, textarea:focus {
  border-color: #f6871e;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=file], input[type=password],
button, a.button, input[type=button], input[type=submit], input[type=reset],
select {
  height: 34px;
}

button, a.button, input[type=button], input[type=submit], input[type=reset] {
  height: auto;
  padding: 5px 12px;
  margin: 0px 20px 0px 0;
  text-decoration: none;
  border: 1px solid #3D5059;
  text-transform: uppercase;
  font-weight: 700;
  color: #3D5059;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
button:hover, button.active, a.button:hover, a.button.active, input[type=button]:hover, input[type=button].active, input[type=submit]:hover, input[type=submit].active, input[type=reset]:hover, input[type=reset].active {
  color: #fff;
  background: #f6871e;
  border-color: #f6871e;
}

.call-to-action.active {
  color: #fff;
  background: #f6871e;
  border-color: #f6871e;
}

.call-to-action.callus {
  background: #3D5059;
  color: #fff;
}
.call-to-action.callus:hover {
  background: #3D5059;
  border: 1px solid #3D5059;
}
.call-to-action.callus .fa-phone {
  float: right;
  line-height: 28px;
}

textarea {
  margin-bottom: 10px !important;
  height: 106px;
}

#noscript,
.noscript {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #f33;
  color: #f33;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
