html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

b,
strong {
  font-weight: 700
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

img {
  border: 0
}

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

figure {
  margin: 1em 40px
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button {
  text-transform: none
}

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

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

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

input {
  line-height: normal
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

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
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .navbar {
    display: none
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://lapicchiera.it/assets/fonts/glyphicons-halflings-regular.html);
  src: url(https://lapicchiera.it/assets/fonts/glyphicons-halflings-regulard41d.html?#iefix) format('embedded-opentype'), url(https://lapicchiera.it/assets/fonts/glyphicons-halflings-regular-2.html) format('woff2'), url(https://lapicchiera.it/assets/fonts/glyphicons-halflings-regular-3.html) format('woff'), url(https://lapicchiera.it/assets/fonts/glyphicons-halflings-regular-4.html) format('truetype'), url(https://lapicchiera.it/assets/fonts/glyphicons-halflings-regular-5.html#glyphicons_halflingsregular) format('svg')
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

body {
  font-size: 18px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #428bca;
  text-decoration: none
}

a:focus,
a:hover {
  color: #2a6496;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

[role=button] {
  cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 30px
}

.h3,
h3 {
  font-size: 24px
}

.h4,
h4 {
  font-size: 18px
}

.h5,
h5 {
  font-size: 14px
}

.h6,
h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

ul {
  margin-top: 0;
  margin-bottom: 10px
}

ul ul {
  margin-bottom: 0
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:992px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 80%
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:992px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

input[type=search] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date],
  input[type=datetime-local],
  input[type=month],
  input[type=time] {
    line-height: 34px
  }

  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px
  }
}

input[type=checkbox][disabled],
input[type=radio][disabled] {
  cursor: not-allowed
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn.active:focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-image: none
}

.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #ccc
}

.btn-link {
  color: #428bca;
  font-weight: 400;
  border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
  color: #999;
  text-decoration: none
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.dropdown {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 70px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-right {
  left: auto;
  right: 0
}

.dropdown-menu-left {
  left: 0;
  right: auto
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
  white-space: nowrap
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

@media (min-width:992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto
  }
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #428bca
}

.nav>li>a>img {
  max-width: none
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width:992px) {
  .navbar {
    border-radius: 4px
  }
}

@media (min-width:992px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width:992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-collapse.in {
    overflow-y: visible
  }
}

.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:992px) {

  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media (min-width:992px) {
  .navbar>.container .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media (min-width:992px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (max-width:991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }
}

@media (min-width:992px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width:992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
  }
}

@media (min-width:992px) {
  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #e7e7e7;
  color: #555
}

@media (max-width:991px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover {
  color: #ccc
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
  margin-left: auto;
  margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #428bca
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden
}

.media-body {
  width: 10000px
}

.media-right,
.media>.pull-right {
  padding-left: 10px
}

.media-left,
.media>.pull-left {
  padding-right: 10px
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top
}

.media-bottom {
  vertical-align: bottom
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well-sm {
  padding: 9px;
  border-radius: 3px
}

.carousel {
  position: relative
}

.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  content: " ";
  display: table
}

.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hidden {
  display: none !important
}

@media (max-width:991px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

/*!                    
Theme Name: ReStart
THEME STYLES
================================================================= 
*/
body {
  -webkit-font-smoothing: antialiased;
  background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

a:active,
a:focus,
a:hover {
  text-decoration: none
}

a:focus {
  outline: 0
}

.img-left {
  float: left;
  margin: 0 10px 0 0
}

img {
  max-width: 100%
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.page-header {
  border-bottom: 1px solid #ccc;
  margin: 20px 0 20px;
  padding-bottom: 9px;
  padding-top: 20px;
  font-weight: 300;
  font-size: 28px
}

.menu_container>ul>li.active>a {
  border-bottom: solid 1px #428bca !important
}

.menu_container>ul>li:hover>a {
  border-bottom: solid 1px #428bca !important
}

header {
  background: none #fff;
  border-bottom: solid 1px #ccc
}

header .container {
  position: relative
}

.top_bar {
  background-color: #428bca;
  border-bottom: solid 2px #fff;
  color: #fff;
  padding: 0 0;
  height: auto;
  overflow: hidden;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}

.top_bar ul.top_menu {
  list-style: none;
  margin: 0;
  padding: 0
}

.top_bar ul.top_menu li {
  float: left;
  border-right: solid 0 #cfcfcf
}

.top_bar ul.top_menu li:last-child {
  border-right: solid 0 #fff
}

.top_bar ul.top_menu li a {
  display: inline-block;
  padding: 10px 10px;
  font-size: 12px
}

.top_bar ul.top_menu li a:link,
.top_bar ul.top_menu li a:visited {
  color: #fff;
  border-bottom: solid 1px #428bca
}

.top_bar ul.top_menu li a:active,
.top_bar ul.top_menu li a:hover {
  border-bottom: solid 1px #ff0
}

.navbar {
  margin: 36px 0;
  background-color: transparent !important;
  border: none !important;
  background-color: transparent;
  background-image: none;
  border: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .067);
  box-shadow: 0 0 0 rgba(0, 0, 0, .067);
  padding: 0
}

.navbar a.navbar-brand {
  margin: 0 0;
  padding: 0;
  overflow: hidden;
  width: 315px;
  height: 90px
}

.navbar a.navbar-brand img {
  float: left;
  margin: 0 6px 0 0;
  width: 90px;
  height: 90px
}

.navbar a.navbar-brand span.logo_title {
  font-size: 36px;
  font-weight: 300;
  display: block;
  padding: 10px 0 0 0;
  line-height: 42px;
  text-shadow: 1px 1px 0 #fff
}

.navbar .nav {
  margin: 27px 0 0 0
}

.navbar .nav li a {
  margin: 0 3px;
  text-transform: uppercase;
  background-color: transparent !important;
  border-bottom: solid 1px transparent
}

.navbar .nav li a:active,
.navbar .nav li a:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .067);
  box-shadow: 0 0 0 rgba(0, 0, 0, .067);
  border-bottom: solid 1px #428bca;
  color: #333
}

.navbar .nav li.active a,
.navbar .nav li.active a:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .067);
  box-shadow: 0 0 0 rgba(0, 0, 0, .067);
  border-bottom: solid 1px #428bca;
  color: #333
}

.navbar .btn-navbar {
  margin-top: 22px;
  margin-right: 15px;
  margin-left: 0
}

.in ul.nav {
  width: 100%;
  margin: 0;
  background: #fff
}

.in ul.nav li {
  text-align: center
}

.in ul.nav li a {
  margin: 0 0 6px 0
}

.in ul.nav li a:active,
.in ul.nav li a:hover {
  color: #428bca;
  text-shadow: 0 0 0 transparent;
  border-bottom: solid 0 #428bca
}

.in ul.nav li.active a,
.in ul.nav li.active a:hover {
  color: #fff;
  text-shadow: 0 0 0 transparent;
  border-bottom: solid 0 #428bca
}

.flexslider {
  margin-bottom: 0
}

.flexslider .container {
  position: relative;
  z-index: 0;
  text-align: left;
  height: 480px
}

.flexslider .item {
  height: 480px;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  border-radius: 10px;
  border: 1px #fff
}

.full_page_photo {
  height: 400px;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative
}

.full_page_photo.slider_wrapper {
  height: 480px
}

.full_page_photo section.call_to_action {
  margin: 0;
  max-width: 960px;
  padding: 0 0;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 10px
}

.full_page_photo section.call_to_action img {
  display: block
}

.full_page_photo section.call_to_action h3 {
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  padding: 16px 30px;
  margin: 0;
  background: #000;
  background: rgba(0, 0, 0, .6);
  display: inline-block;
  clear: both
}

.full_page_photo section.call_to_action h4 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 16px 30px;
  background: #000;
  background: rgba(0, 0, 0, .6);
  display: inline-block;
  clear: both
}

.collapsing_header header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000
}

.collapsing_header .full_page_photo {
  position: fixed
}

.collapsing_header .main {
  position: relative
}

.main {
  background-color: #fff
}

.main section {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative
}

.main section .container {
  position: relative
}

section.call_to_action {
  text-align: center;
  padding: 35px 0 45px 0
}

section.call_to_action h3 {
  font-weight: 300;
  font-size: 50px;
  line-height: 55px
}

section.call_to_action h4 {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0
}

.section_header {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  border-bottom: solid 1px #ccc;
  margin: 0 0 26px;
  padding: 0 0 16px 0;
  clear: both
}

figure {
  margin: 14px 0 28px 0
}

figure img {
  max-width: 100%
}

.in ul.nav li.active a,
.in ul.nav li.active a:hover {
  border-bottom: 1px solid #428bca;
  color: #428bca;
  text-shadow: 0 0 0 transparent
}

.in ul.nav li a:active,
.in ul.nav li a:hover {
  border-bottom: 1px solid transparent
}

.portfolio_strict .portfolio_item {
  text-align: center;
  padding: 0;
  height: 320px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear
}

.portfolio_strict .portfolio_item a:hover figcaption h2 {
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  color: #fff
}

.portfolio_strict .portfolio_item a:hover figcaption p {
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition: opacity 0s, transform .3s;
  transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -webkit-transition-delay: 50ms;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  font-weight: 400
}

.portfolio_strict .portfolio_item a:hover figure .view_button {
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transform: translateY(0);
  -webkit-transform: translateY(0)
}

.portfolio_strict .portfolio_item figure {
  height: 290px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: solid 0 #fff;
  border-radius: 10px
}

.portfolio_strict .portfolio_item figure svg {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%
}

.portfolio_strict .portfolio_item figure svg path {
  fill: #000;
  fill-opacity: .5;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear
}

.portfolio_strict .portfolio_item figure figcaption {
  position: absolute;
  top: 0;
  z-index: 11;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.portfolio_strict .portfolio_item figure figcaption h2 {
  margin: 0 0 20px 0;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  transition: transform .3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  timing-function: cubic-bezier(.25, .25, .115, 1.445);
  -webkit-animation-timing-function: cubic-bezier(.25, .25, .115, 1.445)
}

.portfolio_strict .portfolio_item figure figcaption p {
  padding: 10px 20px;
  color: #aaa;
  font-weight: 300;
  font-size: 14px;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  timing-function: cubic-bezier(.25, .25, .115, 1.445);
  -webkit-animation-timing-function: cubic-bezier(.25, .25, .115, 1.445);
  opacity: 0
}

.portfolio_strict .portfolio_item figure figcaption .view_button {
  position: absolute;
  padding: 4px 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  -webkit-transition: -webkit-opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  background: #428bca;
  color: #fff;
  font-weight: 300;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  timing-function: cubic-bezier(.25, .25, .115, 1.445);
  -webkit-animation-timing-function: cubic-bezier(.25, .25, .115, 1.445)
}

.portfolio_strict .portfolio_item .portfolio_description {
  padding: 20px 0 14px 0;
  border-bottom: solid 1px #ccc
}

.portfolio_strict .portfolio_item .portfolio_description h3 {
  margin: 0;
  padding: 0 0 6px 0;
  font-size: 15px;
  line-height: 20px
}

.portfolio_strict .portfolio_item .portfolio_description p {
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px
}

.portfolio_slider_wrapper {
  padding: 0 0
}

.portfolio_slider_wrapper #portfolio_slider .container a {
  display: block;
  width: 100%;
  height: 100%
}

.portfolio_slider_wrapper #carousel {
  padding: 10px 0;
  margin: 0 0 10px 0
}

.portfolio_slider_wrapper #carousel ul.slides li {
  height: 140px;
  overflow: hidden;
  margin-right: 10px;
  display: flex !important
}

.portfolio_slider_wrapper #carousel ul.slides img {
  margin: auto
}

footer {
  margin-top: 40px;
  color: #fff;
  border-top: solid 2px #fff;
  background: url(images/backgrounds/wild_oliva_dark.html);
  background: none #222
}

footer a:active,
footer a:hover {
  color: #2a6496;
  text-decoration: none
}

#footer_teasers_wrapper {
  padding: 20px 0
}

#footer_teasers_wrapper .footer_teaser h3 {
  font-size: 16px;
  line-height: 18px;
  padding: 0 0 12px 0;
  margin: 20px 0 20px 0;
  border-bottom: solid 0 #ccc;
  color: #ccc;
  font-weight: 800;
  text-transform: uppercase
}

#footer_teasers_wrapper .footer_teaser p {
  font-size: 16px;
  color: #ccc;
  font-weight: 300
}

li.media {
  position: relative
}

li.media .media-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 70px;
  margin: 0;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

li.media p {
  margin: 0 0 0 75px
}

.copyright {
  border-top: solid 1px #000;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, .5);
  font-weight: 300;
  color: #999;
  font-size: 13px
}

@media (min-width:992px) and (max-width:1199px) {
  .full_page_photo.slider_wrapper {
    height: 400px
  }

  .flexslider .container {
    height: 400px
  }

  .flexslider .item {
    height: 400px
  }

  .navbar .nav li a {
    padding-right: 5px;
    padding-left: 5px
  }
}

@media (min-width:992px) and (max-width:991px) {
  .flexslider .container {
    height: 350px
  }

  .flexslider .item {
    height: 350px
  }

  .full_page_photo {
    height: 350px
  }

  .full_page_photo.slider_wrapper {
    height: 350px
  }

  .full_page_photo section.call_to_action {
    max-width: 80%
  }

  .full_page_photo section.call_to_action h3 {
    font-weight: 300;
    font-size: 40px;
    line-height: 45px
  }

  .full_page_photo section.call_to_action h4 {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px
  }

  section.call_to_action {
    padding: 35px 0
  }

  section.call_to_action h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px
  }

  section.call_to_action h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px 0
  }

  .portfolio_strict .portfolio_item .portfolio_photo a p {
    font-size: 12px;
    line-height: 1.3em
  }

  .portfolio_strict .portfolio_item .portfolio_description h3 {
    font-size: 14px;
    line-height: 16px
  }

  .portfolio_strict .portfolio_item .portfolio_description p {
    font-size: 10px
  }
}

@media only screen and (max-width:991px) {
  body {
    margin: 0;
    padding: 0
  }

  header .container {
    padding-left: 0;
    padding-right: 0
  }

  .main .container {
    padding-left: 20px;
    padding-right: 20px
  }

  .navbar a.navbar-brand {
    width: 280px;
    margin: 0 0 10px 15px
  }

  .navbar a.navbar-brand:link,
  .navbar a.navbar-brand:visited {
    color: #777
  }

  .flexslider .container {
    height: 350px
  }

  .flexslider .item {
    height: 350px
  }

  section.call_to_action {
    padding: 35px 0
  }

  section.call_to_action h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px
  }

  section.call_to_action h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px 0
  }

  .full_page_photo {
    height: 300px;
    top: 0 !important
  }

  .full_page_photo.slider_wrapper {
    height: 350px
  }

  .full_page_photo section.call_to_action {
    max-width: 90%
  }

  .full_page_photo section.call_to_action h3 {
    font-weight: 300;
    font-size: 40px;
    line-height: 35px
  }

  .full_page_photo section.call_to_action h4 {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px
  }

  #footer_teasers_wrapper .footer_teaser {
    margin: 0 0 10px 0
  }

  .collapsing_header header {
    position: static;
    height: auto
  }

  .collapsing_header .full_page_photo {
    position: relative;
    top: 0
  }

  .collapsing_header .main {
    position: relative;
    top: 0 !important
  }
}

@media only screen and (max-width:480px) {
  .navbar {
    margin-bottom: 10px
  }

  .navbar .btn-navbar {
    margin-top: 0;
    margin: 0 15px;
    display: block;
    clear: both;
    width: auto
  }

  .top_bar {
    display: none
  }

  .slider_wrapper {
    display: none;
    height: 350px
  }

  .flexslider .container {
    height: 350px
  }

  .flexslider .item {
    height: 350px
  }

  .portfolio_slider_wrapper {
    margin-bottom: 30px
  }

  .portfolio_slider_wrapper #carousel {
    display: none
  }
}