html {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

body { 
  background: url(../images/bg-body.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Source Sans Pro', sans-serif;
}

a {color: #007854; text-decoration: none;}
a:hover {color: #ec6e00; text-decoration: underline;}

.header {margin-top: 20px;}
.header ul.inline-list {margin-top: 20px;}
.header ul.inline-list a {color: #fff; text-transform: uppercase;}

h1 h2, h3, h4, h5 {font-family: 'Source Sans Pro', sans-serif;}
h1 {font-weight: 300; color: #007854; text-transform: uppercase; font-family: 'Source Sans Pro', sans-serif;}
h2, h3 {font-weight: 300; color: #ec6e00; font-size: 1.5rem; text-transform: uppercase; font-family: 'Source Sans Pro', sans-serif;}
h3 {font-size: 1.3rem;}
.rounded h3 {margin-top: 10px;}

.content {margin: 0;}

ul.example-orbit {list-style-type: none;}
.rounded {
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
}

@media only screen and (min-width: 64.063em) {
  .large-6 {width: 49%;}
}
a.radius {  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  display: block;}

.nomargin {margin-bottom: 0;}

.bg-white {background: #fff;}
.bg-silver {background: #eaeaeb;}
.bg-silver h3 {color: #007854;}

.footer {background: #b4b4b4; padding: 20px 0 80px 0; color: #2d3537;}
.footer p {font-size: 0.8rem; }
.footer a {color: #2d3537; text-decoration: underline;}

.fotoanot {float: left; margin-right: 15px;}
.fotoright {float: right; margin-left: 20px; width: 400px;}

.th {margin: 0 0 7px 0; background: #f9f9f9; border: 0; padding: 1px; float: left; box-shadow:none;}

.th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(32, 43, 48, 0.5); }