/* --- t r i n c h . c o m ---
web  -> http://www.trinch.com
mail -> info@trinch.com
------------------------------ */
/* VARIABLES */
/* 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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
#fancybox-loading,
#fancybox-loading div,
#fancybox-overlay,
#fancybox-wrap,
#fancybox-wrap div {
  box-sizing: content-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
img {
  display: block;
  vertical-align: top;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* standard */
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  min-height: 100%;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font: 14px/18px 'Open Sans', sans-serif;
  color: #646464;
}
a {
  color: #646464;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
select {
  font: 100% 'Open Sans', sans-serif;
  color: #646464;
  vertical-align: middle;
}
/* custom selection */
::-moz-selection {
  background: #646464;
  color: #ffffff;
}
::selection {
  background: #646464;
  color: #ffffff;
}
/* miscellaneous */
.clear {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.nizien {
  position: absolute;
  margin-left: -9999px;
}
.hidden {
  display: none;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
/* wrapper */
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
/* */
#logo {
  display: block;
  padding: 12px 30px;
  background: rgba(255, 255, 255, 0.85);
}
#logo img {
  width: 100%;
  height: auto;
}
h1.page-title {
  font-size: 40px;
  font-weight: 300px;
  line-height: 40px;
  margin-bottom: 24px;
}
.highlight a {
  background: #00a0e7;
}
.highlight a:hover {
  background: #646464;
}
.line {
  border-bottom: 1px solid #969696;
  padding-top: 29px;
}
/* HEADER/NAV */
#header-top {
  overflow: hidden;
  background: #646464;
  padding: 12px 0;
  margin-bottom: 30px;
}
#header-top ul li {
  float: left;
  line-height: 14px;
  margin-right: 12px;
}
#header-top ul li a,
#header-top ul li a:visited,
#header-top ul li a:link,
#header-top ul li a:active {
  color: #ffffff;
}
#slider {
  position: relative;
  height: 560px;
}
#slider img {
  max-width: 100%;
  height: auto;
}
#slider #header-inner-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
header {
  width: 32%;
  float: left;
}
nav {
  width: 68%;
  float: left;
  background: rgba(255, 255, 255, 0.85);
  margin-top: 50px;
}
nav ul.menu {
  width: 64%;
  margin-left: 18%;
  padding: 7px 22px;
  background: #ffffff;
}
nav ul.menu li {
  float: left;
  padding: 10px 3%;
  line-height: 14px;
}
nav ul.menu li a {
  text-transform: uppercase;
  font-weight: bold;
}
nav ul.menu li a:hover {
  color: #00a0e7;
}
nav ul.menu li.active a,
nav ul.menu li.active a:visited,
nav ul.menu li.active a:link,
nav ul.menu li.active a:active {
  color: #00a0e7;
}
nav ul.menu li.drop {
  position: relative;
}
nav ul.menu li.drop ul.sub {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 26px;
  background: #ffffff;
  padding: 6px 10px 15px;
  border: 1px solid #646464;
  border-top: none;
  display: none;
}
nav ul.menu li.drop ul.sub li {
  margin: 4px 0;
}
nav ul.menu li.drop ul.sub li a {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
nav ul.menu li.drop:hover > ul.sub {
  display: block;
}
/* ASIDE */
/* MAIN */
#breadcrumb {
  margin: 12px 0 0 3%;
}
#breadcrumb ul li {
  float: left;
  margin-right: 4px;
}
#breadcrumb ul li.active {
  text-decoration: underline;
}
#breadcrumb ul span {
  float: left;
  margin-right: 4px;
}
.realisaties #breadcrumb {
  margin: 16px 0 0;
  overflow: hidden;
}
#featured {
  position: relative;
  margin-bottom: 20px;
}
#featured img {
  width: 100%;
  height: auto;
}
#featured .rc-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 0;
}
.wat-detail {
  margin: 30px 0 0;
  overflow: hidden;
  padding: 0 20px 20px;
}
.wat-detail .col {
  margin-bottom: 0;
}
main .wat-detail:nth-of-type(even) {
  background: #ebebeb;
  padding-top: 20px;
}
#map {
  margin-bottom: 20px;
}
#map iframe {
  width: 100%;
  height: 285px;
}
/* FOOTER */
footer {
  background: #646464;
  border-top: 6px solid #00a0e7;
  overflow: hidden;
  padding: 24px 0;
}
footer * {
  color: #ffffff !important;
}
footer .wrapper div {
  float: left;
  margin-right: 30px;
}
footer h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
footer #copyright {
  margin-top: 66px;
}
/* COLS */
#content {
  margin: 20px 0 40px;
}
#content main.full-width {
  width: 100%;
}
.col {
  float: left;
  padding-right: 3%;
  margin-bottom: 20px;
  width: 100%;
}
.col img {
  max-width: 100%;
  height: auto;
}
.col4 {
  width: 33.333333%;
}
.col6 {
  width: 50%;
}
.col8 {
  width: 66.666666%;
}
aside,
main.full {
  padding-left: 3%;
}
.single-padding {
  padding-right: 0;
}
/* REALISATIES */
.realisatie-intro {
  margin-bottom: 20px;
}
#realisaties li {
  position: relative;
}
#realisaties li p {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#back {
  margin-bottom: 12px;
  font-weight: bold;
  display: block;
}
#paging{
  width: 100%;
  text-align: center;
  padding: 20px;
}
#paging ul li {
  display: inline-block;
  margin-left: 4px;
}
#paging ul li.active a {
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .wrapper {
    width: 960px;
  }
  nav {
    width: 660px;
    margin-top: 26px;
  }
  nav ul.menu {
    width: 600px;
    padding: 10px 30px;
  }
  header {
    width: 300px;
    height: 80px;
  }
  header #logo {
    height: 80px;
  }
  header #logo img {
    height: 55px;
    width: auto;
  }
}
