@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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,
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, 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;
}

.clear {
  clear: both;
}

@font-face {
  font-family: "SuisseBPIntl-Regular";
  src: url("../webfont/suisseRegular/SuisseBPIntl-Regular.eot%3F") format("embedded-opentype"), url("../webfont/suisseRegular/SuisseBPIntl-Regular.otf") format("opentype"), url("../webfont/suisseRegular/SuisseBPIntl-Regular.woff") format("woff"), url("../webfont/suisseRegular/SuisseBPIntl-Regular.ttf") format("truetype"), url("../webfont/suisseRegular/SuisseBPIntl-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body, button, input {
  font-family: "SuisseBPIntl-Regular" !important;
}

@font-face {
  font-family: "SuisseBPIntl-Medium";
  src: url("../webfont/suisseMedium/SuisseBPIntl-Medium.eot%3F") format("embedded-opentype"), url("../webfont/suisseMedium/SuisseBPIntl-Medium.otf") format("opentype"), url("../webfont/suisseMedium/SuisseBPIntl-Medium.woff") format("woff"), url("../webfont/suisseMedium/SuisseBPIntl-Medium.ttf") format("truetype"), url("../webfont/suisseMedium/SuisseBPIntl-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/******* Sticky Footer *******/
html, body {
  height: 100%;
}

#wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -1.4em;
}

#header {
  border-right: 1px solid white;
}

/**** endof Sticky Footer ****/
/******* Generic *******/
#content {
  width: 100%;
  padding-top: 6em;
}

#wrapper-in {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
}

#footer {
  position: relative;
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 90%;
  line-height: 1.3em;
  color: #333;
}

#footer a {
  color: #333;
  text-decoration: none;
}

#footer-left {
  float: left;
}

#footer-right {
  float: right;
}

#footer-right a:hover, #footer-right a.active {
  text-decoration: none;
  box-shadow: 0 -1px 0 white inset, 0 -2px 0 #333 inset;
  -moz-box-shadow: 0 -1px 0 white inset, 0 -2px 0 #333 inset;
  -o-box-shadow: 0 -1px 0 white inset, 0 -2px 0 #333 inset;
  -webkit-box-shadow: 0 -1px 0 white inset, 0 -2px 0 #333 inset;
}

/**** endof Generic ****/
/******* Header *******/
#header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  background-color: white;
}

#header-top-push {
  padding-top: 2.5em;
}

#header-bottom-push {
  padding-bottom: 1em;
}

#header-in {
  display: table;
  width: 100%;
  margin: 0 auto;
}

#navigation {
  display: table;
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 0 auto;
  padding-top: 0.5em;
  position: relative;
  background-color: white;
}

#logo, #menu {
  display: table-cell;
}

#logo a {
  color: #595959;
  font-family: Times, serif;
  font-size: 200%;
  font-weight: bold;
  text-decoration: none;
}

#menu {
  text-align: right;
}

#menu li {
  display: inline-block;
  margin-left: 1em;
  text-decoration: none;
}

#menu li a {
  display: inline-block;
  font-size: 110%;
  line-height: 0.9em;
  color: #333;
  text-decoration: none;
  outline: 0;
}

#menu li.active a, #menu li a:hover {
  border-bottom: 1px solid #777;
}

/****** Responsive Stuff ******/
@media screen and (max-width: 1203px) and (min-width: 1025px) {
  #wrapper-in {
    width: 950px;
  }
  #header {
    width: 950px;
  }
}
@media screen and (device-width: 768px) and (orientation: portrait) {
  #logo a {
    font-size: 230%;
  }
}
@media screen and (max-width: 1024px) {
  #header-top-push, #header-bottom-push {
    display: none;
  }
  #header {
    position: relative;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.75em;
  }
  #wrapper-in {
    width: 94.2%;
  }
  #footer {
    width: 94.2%;
  }
  #content {
    padding-top: 0em;
  }
  #blocks {
    margin-top: 2.3em;
  }
  .project-controls {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 750px) {
  .mobile-hidden {
    display: none;
  }
  #logo {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 750px) {
  #logo, #menu {
    display: block;
  }
  #menu {
    text-align: left;
    margin-top: 1em;
  }
  #menu li {
    margin-left: 0;
    margin-right: 1.5em;
  }
  #menu ul {
    display: table;
    width: 100%;
  }
  #menu ul li {
    display: block;
    float: left;
    margin-right: 1.5em;
  }
  #menu ul li:last-child {
    float: right;
    margin-right: 0;
  }
  #content {
    padding-top: 0em;
  }
  #menu ul li:last-child {
    float: right;
    margin-left: 0em;
  }
  #menu ul li {
    margin-right: 1em;
  }
  #blocks {
    margin-top: 0em;
  }
  #header {
    padding-top: 0;
  }
  .project-controls {
    padding-top: 0;
  }
}
#menu .item-mobile {
  display: none;
}

@media screen and (max-width: 400px) {
  #menu .item-mobile {
    display: inline-block;
  }
  #menu .item-non-mobile {
    display: none;
  }
}
@media screen and (max-width: 315px) {
  #menu ul li {
    display: block;
    float: none;
    margin-bottom: 1em;
  }
  #menu ul li:last-child {
    float: none;
  }
  #menu .item-mobile {
    display: none;
  }
  #menu .item-non-mobile {
    display: block;
  }
}
/*** endof Responsive Stuff ***/
/**** endof Header ****/
#lgnbtn {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 740px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
/******* login form *******/
#login-form .form-group {
  margin-bottom: 1em;
}

#login-form input[type=text], #login-form input[type=password] {
  background-color: white;
  font-size: 120%;
  border: 1px solid #ccc;
  padding: 0.3em 0.3em;
  width: 12em;
}

#login-form button {
  font-size: 120%;
  padding: 0.3em 1em;
  background-color: white;
  border: 1px solid #ccc;
}

#login-form input:-webkit-autofill {
  background-color: white;
}

#login-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/**** endof login form ****/
/*** AWESOME ***/
/*** changing the space accordingly, can have the same pic ratio! ***/
.i {
  background-color: #eee;
  position: relative;
}

#blocks {
  position: relative;
}

.i a {
  display: block;
}

.i-push {
  padding-bottom: 100%;
}

.i {
  float: left;
  margin-bottom: 0.3em;
  margin-right: 0.3em;
}

/*.i{float:left;margin-bottom:5px; margin-right:5px;}*/
.i-in {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}

.i-in img {
  width: 100%;
}

.t {
  background-color: #eee;
  color: #333;
  font-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#unit-sizer {
  height: 0;
}

.t-in {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 1em;
}

.t-in-main {
  font-family: Times, serif;
  font-size: 240%;
  font-weight: bolder;
  color: #6c6c6c;
}

.t-in-misc {
  font-size: 150%;
  color: #444;
  margin-top: 0.5em;
}

.i-in .i-spec-text {
  padding: 1em;
}

.i-spec-text {
  color: #333;
  line-height: 1.3em;
  font-size: 110%;
}

body.touch-device .t {
  display: none;
}

.t {
  display: table;
}

.i:hover .t {
  opacity: 0.95;
  visibility: visible;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.i-no-anim:hover .t {
  opacity: 1;
  visibility: visible;
  transition: all 0s ease;
}

.i .t {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.i .highlight {
  position: absolute;
  z-index: 1;
  bottom: 7px;
  right: 10px;
  color: red;
  letter-spacing: 1px;
  font-size: 90%;
}

.i-no-anim .t-in {
  padding: 0;
}

.l {
  width: 45%;
  float: left;
  margin-left: 5%;
}

.r {
  width: 45%;
  margin-right: 5%;
  float: right;
  text-align: right;
}

.i-square2x2 .i-push {
  padding-bottom: 100%;
}

#space-btw-cols {
  width: 1%;
}

.i, #unit-sizer {
  width: 24.25%;
}

.i-hor {
  width: 49.5%;
}

.i-vert .i-push {
  padding-bottom: 204.1237113402%;
}

.i-hor .i-push {
  padding-bottom: 48.9898989899%;
}

.i-square2x2 {
  width: 49.5%;
}

.i-square2x3, .i-square2x4 {
  width: 49.5%;
}

.i-square3x4 {
  width: 49.5%;
}

.i-square2x3 .i-push {
  padding-bottom: 150.96%;
}

.i-square2x4 .i-push {
  padding-bottom: 201.8%;
}

.i-square3x4 .i-push {
  padding-bottom: 253.6%;
}

@media screen and (min-width: 1500px) {
  #space-btw-cols {
    width: 0.7984031936%;
  }
  .i, #unit-sizer {
    width: 19.3612774451%;
  }
  .i-hor {
    width: 39.5209580838%;
  }
  .i-vert .i-push {
    padding-bottom: 204.1237113402%;
  }
  .i-hor .i-push {
    padding-bottom: 48.9898989899%;
  }
  .i-square2x2 {
    width: 39.5209580838%;
  }
  .i-square2x3, .i-square2x4 {
    width: 39.5209580838%;
  }
  .i-square2x4 .i-push {
    padding-bottom: 202%;
  }
  .i-square4x4 .i-push {
    padding-bottom: 202%;
  }
}
@media screen and (min-width: 666px) and (max-width: 959px) {
  #space-btw-cols {
    width: 1.3377926421%;
  }
  .i, #unit-sizer {
    width: 32.4414715719%;
  }
  .i-hor {
    width: 66.220735786%;
  }
  .i-vert .i-push {
    padding-bottom: 204.1237113402%;
  }
  .i-hor .i-push {
    padding-bottom: 48.9898989899%;
  }
  .i-square2x2 {
    width: 66.220735786%;
  }
  .i-square2x3, .i-square2x4 {
    width: 66.220735786%;
  }
  .i-square2x4 .i-push {
    padding-bottom: 201.8%;
  }
  .i-square3x4 .i-push {
    padding-bottom: 251.6%;
  }
}
@media screen and (max-width: 665px) {
  #space-btw-cols {
    width: 2.0202020202%;
  }
  .i, #unit-sizer {
    width: 48.9898989899%;
  }
  .i-hor {
    width: 100%;
  }
  .i-vert .i-push {
    padding-bottom: 204.1237113402%;
  }
  .i-hor .i-push {
    padding-bottom: 48.9898989899%;
  }
  .i-square2x2 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .t-in-main {
    font-size: 170%;
  }
  .t-in-misc {
    font-size: 130%;
  }
}
.clear {
  clear: both;
}

/****** Projects Inner Page ******/
#project {
  padding-bottom: 1em;
}

.project-controls .link-prev {
  padding-right: 0.8em;
}

.project-controls .link-next {
  padding-left: 0.8em;
}

.project-controls a {
  text-decoration: none;
  color: #333;
  font-size: 110%;
}

.project-controls-normal a:hover {
  text-decoration: none;
  box-shadow: 0 -1px 0 white inset, 0 -2px 0 #777 inset;
  -moz-box-shadow: 0 -1px 0 white inset, 0 -2px 0 #777 inset;
  -o-box-shadow: 0 -1px 0 white inset, 0 -2px 0 #777 inset;
  -webkit-box-shadow: 0 -1px 0 white inset, 0 -2px 0 #777 inset;
}

.project-controls span.arrow {
  vertical-align: top;
}

.project-controls-mobile {
  margin-top: 0em;
  margin-bottom: 0.2em;
}

.mob-controls-left {
  float: left;
}

.mob-controls-right {
  float: right;
}

.project-controls-normal {
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}

.normal-controls-left, .normal-controls-center, .normal-controls-right {
  float: left;
  width: 33%;
}

.normal-controls-center {
  width: 34%;
  text-align: center;
}

.normal-controls-right {
  text-align: right;
}

.project-content {
  margin: 0;
}

.project-left {
  width: 40%;
  padding-right: 10%;
  float: left;
}

.project-right {
  width: 50%;
  float: right;
  padding-top: 0.1em;
}

.project-content .project-description {
  padding-top: 0em;
  padding-bottom: 0em;
}

.project-right p, .project-left p {
  font-size: 110%;
  line-height: 140%;
  margin-bottom: 1em;
  color: #333;
}

/*.project-right p a, .project-left p a {
  color: $textColor;
  @include m_underline($underlineColor);
}*/
.project-right p a, .project-left p a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  line-height: 0.85em;
  border-bottom: 1px solid #777;
}

.project-right p a:hover, .project-left p a:hover, .project-right p a:focus, .project-left p a:focus {
  color: #000 !important;
  outline: 0;
  line-height: 0.85em;
  border-bottom: 1px solid #000;
}

/*.project-right p a:focus, .project-left p a:focus {
  color:#000!important;
  @include m_underline(#000);
  outline:0;
}*/
.project-content .images img {
  margin-bottom: 0.5em;
  max-width: 100%;
}

.project-content .images {
  text-align: center;
}

.project-footer {
  border-top: 1px solid #888;
  padding-bottom: 0.8em;
}

.project-footer .project-controls {
  padding-bottom: 1em;
  padding-top: 0.3em;
}

.project-footer .project-controls-normal {
  margin-bottom: 0;
  padding-top: 0.2em;
}

.project-footer .project-controls-mobile {
  margin-bottom: 0;
}

.project-nav-links a.prev {
  margin-left: 0.1em;
  margin-right: 0.5em;
}

.project-nav-links a.next {
  margin-right: 0.1em;
  margin-left: 0.5em;
}

.project-title {
  color: #777;
  font-size: 110%;
}

.mobile-nav-links a img {
  display: inline-block;
  height: 0.5em;
}

/****** Responsive Stuff ******/
.project-controls-mobile {
  display: none;
}

@media screen and (max-width: 640px) {
  .project-controls-mobile {
    display: block;
  }
  .project-controls-normal {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .project-left, .project-right {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
/*** endof Responsive Stuff ***/
/*** endof Projects Inner Page ***/
/*** bit of typography ***/
strong {
  font-family: "SuisseBPIntl-Medium" !important;
  color: #222;
}

/****** Admin Header ******/
.header-admin {
  width: 100%;
  background-color: #df8;
  display: table;
  position: absolute;
  top: 0;
}

.header-admin-menu {
  display: table-row;
  width: 100%;
}

.header-admin-menu-in {
  padding: 0.5em 0;
  text-align: center;
}

.header-admin-menu li {
  display: inline;
  margin-right: 1em;
  font-size: 90%;
}

.header-admin-menu a {
  text-decoration: none;
  color: #333;
}

.header-admin-menu li:before {
  content: "› ";
}

.header-admin-menu li.nobullet:before {
  content: "";
}

.header-admin-menu a:hover, .header-admin-menu li.active a {
  border-bottom: 1px solid #666;
}

/*** endof Admin Header ***/
/****** Forms ******/
.form-row {
  margin-bottom: 1em;
  max-width: 50em;
}

.control-label {
  display: block;
  font-size: 90%;
  margin-bottom: 0.2em;
}

.form-col-half {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.form-sub-row {
  margin-bottom: 0.5em;
}

.admin-form-note {
  padding: 0.5em 1em;
  color: green;
  border: 1px solid green;
  display: inline-block;
  margin: 1em 0;
}

.help-block {
  font-size: 90%;
}

.help-block-error {
  color: red;
}

.cozy-button {
  display: inline-block;
  line-height: 1em;
  border: none;
  padding: 0.4em 0.7em 0.3em 0.7em;
  background-color: #df8;
  color: #222;
  cursor: pointer;
  font-size: 100%;
  vertical-align: middle;
}

.cozy-button:hover {
  background-color: #449d44;
  color: white;
}

.cozy-button-alarm {
  background-color: #99aaaa;
}

.cozy-button-alarm:hover {
  background-color: red;
  color: white;
}

.item-category label {
  margin-right: 0.5em;
}

.list-item-link {
  color: #333;
  text-decoration: none;
}

.list-item-link:before {
  content: "› ";
}

.list-item-link:hover {
  border-bottom: 1px solid #333;
}

.form-row input[type=text] {
  border: 1px solid #eee;
  padding: 0.2em 0.5em;
}

/*** endof Forms ***/
/****** Admin Projects Overview ******/
.item-thumb img {
  width: 42px;
}

.item-field {
  display: inline-block;
  vertical-align: middle;
}

.item-title {
  width: 17em;
}

.item-title a {
  color: #333;
}

.item-edit {
  margin-left: 2em;
}

.item-delete {
  margin-left: 1em;
}

.item-category input, .ite-category label {
  vertical-align: middle;
}

.item-category input {
  margin: 0;
}

.item-category div {
  display: inline-block;
  vertical-align: middle;
}

.radio-label {
  margin-left: 0.2em;
  margin-right: 0.5em;
}

/*** endof Admin Projects Overview ***/
/****** Admin Projects Edit ******/
.widget-sortable-sortable .item, .widget-sortable-sortable .sortable-placeholder {
  display: inline-block;
  position: relative;
  margin-right: 0.4em;
}

.widget-sortable-sortable {
  margin: 1em 0;
}

.project-page-images .pic-del-checkbox {
  position: absolute;
  top: 0;
  right: 0;
}

.sortable-placeholder {
  height: 64px;
  width: 64px;
  background-color: #ccc;
}

.project-front-titles {
  margin: 1.5em 0 2em 0;
}

.project-page-images {
  margin: 1.5em 0 3em 0;
}

.list-placeholder {
  width: 100%;
  height: 46px;
  background-color: #eee;
}

/*** endof Admin Projects Edit ***/
/****** Admin Typography ******/
h1 {
  font-size: 140%;
  margin-bottom: 1em;
}

/*** endof Admin Typography ***/
.adm-l {
  color: #333;
  line-height: 2em;
}

/**RESPONSIVENESS**/
#info-page-small {
  display: none;
}

@media screen and (max-width: 666px) {
  #info-page-big {
    display: none;
  }
  #info-page-small {
    display: block;
  }
}
#info-page {
  position: relative;
}

#info-page p, #info-page-light p {
  margin-bottom: 1em;
  max-width: 32em;
}

.par-light {
  margin-top: 1em;
}

.par-light p {
  margin-bottom: 1em;
  color: #666;
  font-size: 95%;
}

#info-menu {
  margin-top: 0em;
  margin-bottom: 1.3em;
}

#info-menu li {
  display: inline-block;
  margin-right: 0.9em;
}

#info-menu li:last-child {
  margin-right: 0;
}

#info-menu li a {
  color: #333;
  text-decoration: none;
  line-height: 0.9em;
  display: inline-block;
}

#info-menu li a:hover {
  border-bottom: 1px solid #333;
}

#info-menu li.active a {
  border-bottom: 1px solid #333;
}

.isq {
  display: block;
}

.isq img {
  width: 100%;
  display: block;
}

.isq-left {
  width: 49%;
  float: left;
}

.isq-right {
  width: 49%;
  float: right;
}

.info-light-blocks-pusher {
  padding-bottom: 2%;
  width: 100%;
}

.info-light-text {
  padding: 1em 0.5em 1em 0.5em;
  background-color: #eee;
}

.info-light-contact {
  margin-bottom: 1.2em;
}

.i-text .i-in {
  overflow: auto;
}

.i-spec-text p {
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  line-height: 0.9em;
  border-bottom: 1px solid #999;
}

.info-light-contact a {
  color: #333;
  text-decoration: none;
}

.i-spec-text p a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  line-height: 0.85em;
  border-bottom: 1px solid #777;
}

.i-spec-text p a:focus, .i-spec-text p a:hover {
  color: #000 !important;
  outline: 0;
  line-height: 0.85em;
  border-bottom: 1px solid #000;
}

#info-page-light {
  padding-bottom: 0.5em;
}

@media screen and (min-width: 992px) {
  .two-col {
    display: flex;
  }
  .col {
    width: 50%;
    box-sizing: border-box;
  }
  .col-last {
    order: 2;
    padding-left: 1em;
  }
}

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