@charset "utf-8";
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-40 {
  margin: 40px !important;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #403c3c;
  overflow: hidden;
}
.chocolat-wrapper {
  z-index: 160 !important;
}
.form-control {
  border-radius: 0px;
}
.form-control:focus {
  border-color: #008934 !important;
}
form.news-search {
  width: 100%;
}
form.news-search .form-control {
  height: 52px;
  width: 70%;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  form.news-search .form-control {
    width: 77%;
  }
}
@media only screen and (max-width: 768px) {
  form.news-search .form-control {
    width: 68%;
  }
}
@media only screen and (max-width: 768px) {
  form.news-search .form-control {
    width: 72%;
  }
}
@media only screen and (max-width: 768px) {
  form.news-search button {
    width: 66px;
    float: right;
  }
  form.news-search button i {
    display: inline-block;
  }
  form.news-search button span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .table-responsive > .table,
  #product-specs table {
    width: 560px !important;
  }
}
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
  white-space: normal !important;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #212121;
  z-index: 99;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../gif/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
#site-logo span {
  display: none;
}
#site-logo {
  background: no-repeat top center;
  background-image: url(../png/tonykart-logo.png);
  width: 177px;
  height: 42px;
  margin: 5px 12px 0px 12px;
}
@media only screen and (min-width: 768px) {
  #site-logo {
    margin: 9px 0px;
  }
}
#language-selector {
  display: block;
  position: fixed;
  top: 160px;
  right: 0px;
  z-index: 3;
  height: 30px;
  background: url('../png/language-selector-bg.png') no-repeat top left;
  cursor: default;
  -moz-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -moz-transform: translate3d(40px, 0px, 0px);
  -webkit-transform: translate3d(40px, 0px, 0px);
  -o-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate3d(40px, 0px, 0px);
}
#language-selector ul {
  padding: 0px;
  margin: -2px 10px 0px 17px;
}
#language-selector ul li {
  font-size: 12px;
  letter-spacing: 2px;
}
#language-selector ul li a {
  color: #ffffff;
}
#language-selector ul li a:hover {
  cursor: pointer;
  color: #35b365;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #language-selector {
    display: none;
  }
}
#language-selector:hover {
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.color-black {
  color: #000000 !important;
}
.img-responsive {
  margin: 0 auto;
}
div.line-separator {
  border: 0px;
  border-top: 5px solid #d7d7d7;
  width: 33px;
  margin: 40px auto;
}
a.download-button {
  opacity: 0.9;
}
a:hover.download-button {
  opacity: 1;
}
.lightbox-gallery a.chocolat-image {
  opacity: 0.7;
}
.lightbox-gallery a:hover.chocolat-image {
  opacity: 1;
}
.carousel-control {
  color: #008934 !important;
  text-shadow: none;
  font-size: 32px;
  padding-top: 10%;
  width: 5%;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .carousel-control {
    padding-top: 43px;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-control {
    padding-top: 9%;
  }
}
.carousel-fullwidth .carousel-inner .item .col-lg-3 {
  padding: 0px;
}
.carousel-fullwidth .carousel-inner .item a img {
  width: 100%;
  opacity: 0.6;
}
.carousel-fullwidth .carousel-inner .item a:hover img {
  opacity: 1;
}
.carousel-fullwidth .carousel-control {
  font-size: 100px;
  color: #252927 !important;
  background: none;
  padding: 0px;
  margin: 0px;
  display: block;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .carousel-fullwidth .carousel-control {
    margin: -22px 16px 0 0px !important;
  }
}
.carousel-fullwidth .carousel-control .arrow-container {
  display: table;
  height: 100%;
  width: 100%;
}
.carousel-fullwidth .carousel-control .arrow-container .arrow {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.owl-carousel .item {
  margin: 0px;
}
.owl-carousel .item a img {
  opacity: 0.7;
}
.owl-carousel .item a:hover img {
  opacity: 1;
}
.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}
.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: 16px;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
}
.breadcrumb a {
  font-weight: bold;
}
.timeline-year {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin: 15px auto;
  color: #008934;
}
.timeline {
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-weight: 300;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background: #dedede;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc(90%);
  width: -moz-calc(90%);
  width: -webkit-calc(90%);
  float: left;
  border: 1px solid #dedede;
  background: #dedede;
  position: relative;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #dedede;
  border-right: 0 solid #dedede;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #dedede;
  border-right: 0 solid #dedede;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #ffffff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  z-index: 90;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #dedede !important;
}
.timeline-badge a:hover {
  color: #dcdcdc !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-image {
  width: 100%;
}
.timeline-image img {
  width: 100%;
  border: 10px solid #dedede;
}
.timeline-heading {
  position: relative;
  padding-top: 10px;
}
.timeline-heading h4 {
  padding: 0 15px;
  color: #008934;
  font-weight: bold;
  font-size: 24px;
}
.timeline-heading h4:after {
  content: " ";
  display: block;
  height: 5px;
  width: 30px;
  background: #008934;
  margin: 15px 0 0 0;
}
.timeline-heading .timeline-label {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: #008934;
  color: #FFFFFF;
  padding: 3px 8px;
  font-size: 15px;
  font-weight: bold;
}
.timeline-heading .line-separator {
  border-color: #008934;
  margin: 15px 15px 0 15px;
  height: 1px;
}
.timeline-body {
  margin-top: -25px;
  font-weight: bold;
  font-size: 24px;
  font-style: italic;
  text-transform: uppercase;
  color: #000000;
}
.timeline-body > p,
.timeline-body > ul {
  padding: 10px 15px;
  margin-bottom: 0;
}
.timeline-footer {
  padding: 5px 15px;
}
.timeline-footer p {
  margin-bottom: 0;
  font-size: 16px;
  color: #000000;
}
.timeline-footer > a {
  cursor: pointer;
  text-decoration: none;
}
.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 70px;
}
.timeline > li:nth-child(2) {
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px;
}
.no-float {
  float: none !important;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 10px;
  }
  ul.timeline > li {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(85%);
    width: -moz-calc(85%);
    width: -webkit-calc(85%);
  }
  ul.timeline > li > .timeline-badge {
    left: -2px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
    left: -2px;
  }
}
table.table {
  margin: 40px auto !important;
}
table.table tbody > tr > td {
  font-size: 13px;
  text-align: left;
  padding: 16px 10px !important;
}
table.table tbody > tr > td strong {
  font-size: 13px;
}
table.table tbody > tr > th {
  font-size: 27px;
  border: 0px !important;
}
table.table .row-title {
  width: 200px;
}
.row.row-height-full {
  height: 100%;
}
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: none;
}
.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.content {
  padding: 12px 3px;
}
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
p {
  line-height: 1.5;
  margin: 30px 0;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
}
h3.smaller {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
h1.large-underline,
h2.large-underline,
h3.large-underline,
h4.large-underline,
h5.large-underline,
h6.large-underline {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
a {
  color: #403c3c;
}
a:hover,
a:focus {
  color: #008934;
}
blockquote {
  color: #d8d8d8;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
.title-with-line {
  color: #008934;
  font-size: 33px;
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.icon-helmet {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../png/icon-helmet.png) no-repeat 0px 0px;
  background-size: 28px 28px;
}
.icon-people {
  display: inline-block;
  width: 42px;
  height: 28px;
  background: url(../png/icon-people.png) no-repeat 0px 0px;
  background-size: 42px 28px;
}
.section-title {
  position: relative;
  width: 300px;
  height: 217px;
  text-transform: capitalize;
  margin: 0 auto;
  margin-top: -100px;
  background: no-repeat 0px 0px;
  background-size: 260px 432px;
  background-image: url(../png/slash-gray.png);
  cursor: default;
}
.section-title span.title {
  font-size: 45px;
  font-weight: 600;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 300px;
  height: 36px;
  color: #008934;
}
.section-title-with-description {
  width: auto;
  height: 217px;
  background-image: url(../png/slash-gray.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 50px 25px;
  padding-top: 45px;
}
@media only screen and (max-width: 768px) {
  .section-title-with-description {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.section-title-with-description span.title {
  display: block;
  font-size: 45px;
  font-weight: 600;
  color: #008934;
}
.section-title-with-description span.description {
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.section-title-smaller {
  margin: 20px auto 10px auto;
}
.section-title-smaller span.title {
  font-size: 36px;
  font-weight: 600;
  color: #313131;
}
.section-title-smaller span.title:after {
  content: " ";
  display: block;
  margin: 10px auto;
  width: 33px;
  height: 5px;
  background: #008934;
}
.products-grid .product {
  height: 472px;
  display: block;
  background-color: #FFFFFF;
  background-position: center;
  background-size: cover;
  opacity: 0.85;
}
.products-grid .product .product-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.products-grid .product .product-image img {
  min-height: 100%;
  margin: 0 -50%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.products-grid a:hover .product .product-image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.products-grid a,
.products-grid a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.products-grid a .product h3 {
  position: relative;
  top: -472px;
  line-height: 472px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #000000;
  background: rgba(255, 255, 255, 0.4);
}
.products-grid a:hover .product {
  /*background-size: 150%;*/
}
.products-grid a:hover .product h3 {
  background: rgba(0, 137, 52, 0.5);
  color: #FFFFFF;
}
.staff-sidebar {
  background: #404140;
  color: #ffffff;
  padding: 0px;
}
.staff-sidebar .photo {
  min-width: 100%;
}
.staff-sidebar .photo img {
  min-width: 100%;
}
.staff-sidebar .staff-details {
  margin-left: 15px;
  margin-right: 15px;
  text-transform: uppercase;
}
.staff-sidebar .staff-details .title {
  margin: 30px 0;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  color: #008934;
}
.staff-sidebar .staff-details .title-with-icon {
  margin: 20px 0;
  text-align: center;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: lighter;
  color: #FFFFFF;
}
.staff-sidebar .staff-details .title-with-icon i {
  display: block;
  font-size: 34px;
  color: #008934;
}
.staff-sidebar .staff-details .row div.staff-detail {
  padding: 15px 15px 10px;
}
.staff-sidebar .staff-details .row div.staff-detail label {
  width: 50%;
  float: left;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
}
.staff-sidebar .staff-details .row div.staff-detail .detail-value {
  text-align: right;
  line-height: 24px;
  font-size: 16px;
  font-weight: lighter;
}
.staff-sidebar .staff-details .row div.staff-detail:nth-child(even) {
  background-color: #404140;
}
.staff-sidebar .staff-details .row div.staff-detail:nth-child(odd) {
  background-color: #4a4b4a;
}
#staff-gallery-zoom {
  width: 100%;
}
.staff-gallery-thumb {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  width: 148px;
}
@media only screen and (max-width: 768px) {
  .staff-gallery-thumb {
    width: 50px;
  }
}
#site-search {
  margin: 0;
  display: inline-block;
  height: 34px;
  padding: 0;
  position: absolute;
  right: 190px;
  z-index: 4;
  top: 0;
  width: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  #site-search {
    right: 19px;
  }
}
#site-search input[type="text"] {
  height: 34px;
  font-size: 14px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px 16px;
  padding-right: 32px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}
@media only screen and (min-width: 1000px) {
  #site-search input[type="text"] {
    width: 250px;
    z-index: 1;
    border-bottom: 0px solid #008934;
    cursor: text;
    background: #c8c8c8;
    color: #333;
  }
}
#site-search input[type="text"]:focus:hover {
  border-bottom: 0;
}
#site-search input[type="text"]:focus {
  width: 250px;
  z-index: 1;
  border-bottom: 0px solid #008934;
  cursor: text;
  background: #d8d8d8;
}
@media only screen and (max-width: 767px) {
  #site-search input[type="text"]:focus {
    width: 220px;
    font-size: 12px;
    background: #d8d8d8;
  }
}
@media only screen and (min-width: 1000px) {
  #site-search input[type="text"]:focus {
    background: #c8c8c8;
    color: #333;
  }
}
#site-search input[type="submit"] {
  height: 34px;
  width: 34px;
  display: inline-block;
  color: red;
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAACY0lEQVRYhe3WS6jNURTH8c9FiMutSwlFGDARAwPd/MtBkYEYUfKYMpKRJI+MjAwUJSX3FjIl5PVXuzwG8poYeGTkkTd5JDI4R/72Pf9jn3Pdm4HfbK2991rf1n6szX/9o2orGvPnzSubNxIrMR9TMBRf8AgXcQKf8xCaS972K/2QhPk7sLNkLMNaHMZW7GmKpAhVNKKKdOAaZjQR7xa68hA+JSUvVGRQyZzhuN0A4nuJfzZuVrKsrWS8VGUgxzA58l3FUozHGEzAMtyI5k1Hz98AWYLlkW8LunAGT/EGT3ASc7A7mr+6kmVZX0A6sTHy7fPnQ7gdhyLfhr6ALMLCgv0R2xJjbY/sxZUsG9wqyGyMKNgX8C4x1hOcL9idmNYqyJjIvp8aqKYHkd3RKsjfVvI1jkFeRXZyaWuaGtlvWwW5heKruBDtibHGqR72n3qtia2NQS7iUsFux67EWDuieGfzEL61CvIC+yPfZmz6Q5xter8bB1Ih6oHAaZyKfHtxWbX0nRiGsaqv8FW9X9ajeWjuT1DWfdtxDxPrrPmOz6qNsezWPcLcPITnDZMndN8PmIWHdcYGqT56ja7+FNyvZFncOEvVKNhL1eub8tl5hoN+v3GjcDsVJvWr2IFVWIBJqj+7r3iMczheg1iD7mjte8zMQ3jcK3lha1JBkpSHoJJla3EkBSbljPQFplv1H1vUKNxttE390mvyEHqwrg7MnTKYfmt6tcqsj9yjy2D6tfvmIRzRuzKjcb2SZZUBA6nBdNeBGYcVAwpSgCke4G+4MuAgNZieGswZLM1DOD5Quf+rT/oBdu2PvdduzVgAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 20px 20px;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
  -moz-outline: none;
  -o-outline: none;
  -webkit-outline: none;
  outline: none;
}
@media only screen and (min-width: 1000px) {
  #site-search input[type="submit"] {
    opacity: 1;
    background-color: #a9a9a9;
  }
  #site-search input[type="submit"]:hover {
    opacity: 1 !important;
    background-color: #c8c8c8;
  }
}
#site-search input[type="submit"]:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 1000px) {
  input[type="text"]::-webkit-input-placeholder {
    color: #403d3d;
  }
  input[type="text"]::-moz-input-placeholder {
    color: #403d3d;
  }
  input[type="text"]:-moz-input-placeholder {
    color: #403d3d;
  }
  input[type="text"]:-ms-input-placeholder {
    color: #403d3d;
  }
}
@media only screen and (min-width: 768px) {
  nav.navbar .container {
    margin-top: 10px;
  }
}
nav.navbar.is-fixed.is-visible .container {
  margin-top: 0px;
}
.top-navbar {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  background: #d8d8d8;
  font-size: 11px;
  text-transform: uppercase;
}
.top-navbar .container {
  position: relative;
}
.top-navbar ul.nav {
  margin: auto -10px;
}
@media only screen and (min-width: 768px) {
  .top-navbar ul.nav {
    margin: auto 10px;
  }
}
@media only screen and (max-width: 768px) {
  .top-navbar ul.nav li:first-child {
    display: none !important;
  }
}
.top-navbar ul.navbar-nav li {
  float: left;
}
@media only screen and (min-width: 768px) {
  .top-navbar ul.navbar-nav li {
    float: left;
  }
}
.top-navbar ul li a,
.top-navbar ul li span.top-navbar-title {
  display: inline-block;
  padding: 7px 10px;
  line-height: 20px;
  font-weight: 600;
}
.top-navbar ul li a {
  color: #008934;
}
.top-navbar ul li span.top-navbar-title {
  text-transform: none;
  cursor: default;
}
.navbar-header {
  position: relative;
}
.navbar-header .navbar-brand {
  z-index: 3;
}
.navbar-header::before {
  content: " ";
  background: url(../png/logo-bg.png) no-repeat top center;
  width: 188px;
  height: 125px;
  position: absolute;
  top: -44px;
  right: -10px;
  z-index: -1;
  display: none;
}
@media only screen and (min-width: 768px) {
  .navbar-header::before {
    display: table;
  }
}
.navbar-custom {
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  z-index: 99;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-custom .navbar-brand {
  font-weight: 800;
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .navbar-custom {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    border: 0px;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-custom .nav li a {
    color: white;
    padding: 20px 7px;
    font-size: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 992px) {
  .navbar-custom .nav li a {
    padding: 20px 16px;
    font-size: 12px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  }
}
@media only screen and (min-width: 1170px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -61px;
    background: none;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-custom.is-fixed .navbar-header::before {
    display: none;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #403c3c;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #008934;
  }
  .navbar-custom.is-fixed .nav li a {
    color: #403c3c;
    text-shadow: none;
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #008934;
    text-shadow: none;
  }
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  background: none;
}
.navbar-toggle .icon-bar {
  height: 3px;
  margin-top: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
#main-navigation ul li.dropdown ul.dropdown-menu.list-inline li {
  display: block;
}
@media only screen and (min-width: 768px) {
  #main-navigation ul li.open,
  #main-navigation ul li:hover {
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #main-navigation ul.nav li a,
  #main-navigation ul.nav li:hover a,
  #main-navigation ul.nav li.open a,
  #main-navigation ul.nav li a:hover {
    background: none;
    color: #FFFFFF;
    text-decoration: none;
  }
  #main-navigation ul li.dropdown:hover ul.dropdown-menu {
    display: block;
    margin-top: 0;
  }
  #main-navigation ul li.dropdown:hover {
    position: relative;
    display: inline-block;
  }
  #main-navigation ul li.dropdown:hover:before {
    content: " ";
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 110px;
    height: 10px;
    border: none;
    color: #008934;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #008934;
    -webkit-transform: rotate(-65deg) skewX(25deg);
    -ms-transform: rotate(-65deg) skewX(25deg);
    transform: rotate(-65deg) skewX(25deg);
    position: absolute;
    top: 40px;
    left: -25px;
  }
  #main-navigation ul li.dropdown ul.dropdown-menu {
    width: 800px;
    min-width: 800px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    margin: 0;
    padding: 0;
  }
  #main-navigation ul li.dropdown ul.dropdown-menu li,
  #main-navigation ul li.dropdown ul.dropdown-menu li:hover {
    background: none !important;
    padding-left: 3px;
  }
  #main-navigation ul li.dropdown ul.dropdown-menu a {
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0px 0 20px 16px;
  }
  #main-navigation ul li.dropdown ul.dropdown-menu a:hover {
    color: #35b365;
  }
  #main-navigation ul li.dropdown ul.dropdown-menu.list-inline li {
    display: inline-block;
  }
  #main-navigation ul li.dropdown.menu-about ul.dropdown-menu {
    background-position: -136px 0px;
    width: 692px;
    min-width: 692px;
  }
  #main-navigation ul li.dropdown.menu-prodotti ul.dropdown-menu {
    background-position: -127px 0px;
    width: 640px;
    min-width: 640px;
  }
  #main-navigation ul li.dropdown.menu-rivenditori ul.dropdown-menu {
    background-position: -119px 0px;
    width: 570px;
    min-width: 570px;
  }
  #main-navigation ul li.dropdown.menu-racingteam ul.dropdown-menu {
    background-position: -117px 0px;
    width: 480px;
    min-width: 480px;
  }
  #main-navigation ul li.dropdown.menu-media ul.dropdown-menu {
    background-position: -138px 0px;
    width: 390px;
    min-width: 390px;
  }
}
@media only screen and (min-width: 992px) {
  #main-navigation ul li.dropdown.menu-about ul.dropdown-menu {
    background-position: -124px 0px;
    width: 866px;
    min-width: 866px;
  }
  #main-navigation ul li.dropdown.menu-prodotti ul.dropdown-menu {
    background-position: -113px 0px;
    width: 788px;
    min-width: 788px;
  }
  #main-navigation ul li.dropdown.menu-rivenditori ul.dropdown-menu {
    background-position: -104px 0px;
    width: 687px;
    min-width: 687px;
  }
  #main-navigation ul li.dropdown.menu-racingteam ul.dropdown-menu {
    background-position: -101px 0px;
    width: 570px;
    min-width: 570px;
  }
  #main-navigation ul li.dropdown.menu-media ul.dropdown-menu {
    background-position: -125px 0px;
    width: 447px;
    min-width: 447px;
  }
}
#main-navigation ul.dropdown-white li.dropdown ul.dropdown-menu li a {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  #main-navigation ul.dropdown-white li.dropdown ul.dropdown-menu li a {
    color: #777;
  }
}
.is-fixed #main-navigation ul li.dropdown:hover a.dropdown-toggle,
.is-fixed #main-navigation ul li.dropdown:hover a.dropdown-toggle:hover {
  color: #008934 !important;
}
.is-fixed #main-navigation ul li.dropdown:hover:before {
  display: none;
}
nav.is-visible.is-fixed #main-navigation ul.dropdown-white li.dropdown ul.dropdown-menu li a {
  color: #414141;
}
nav.is-visible.is-fixed #main-navigation ul.nav li.dropdown ul.dropdown-menu {
  width: auto;
  min-width: 250px;
  border: 0px solid #414141;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding: 0;
}
nav.is-visible.is-fixed #main-navigation ul.nav li.dropdown ul.dropdown-menu li,
nav.is-visible.is-fixed #main-navigation ul.nav li.dropdown ul.dropdown-menu li:hover {
  background: none !important;
  padding-left: 3px;
}
nav.is-visible.is-fixed #main-navigation ul.nav li.dropdown ul.dropdown-menu a {
  color: #414141;
  text-transform: capitalize;
  font-weight: bold;
  padding: 0px 0 20px 16px;
}
nav.is-visible.is-fixed #main-navigation ul.nav li.dropdown ul.dropdown-menu a:hover {
  color: #008934;
}
nav.is-visible.is-fixed #main-navigation ul.nav li.dropdown ul.dropdown-menu.list-inline li {
  display: block;
}
nav.is-visible.is-fixed #main-navigation ul.nav li.dropdown ul.dropdown-menu.list-inline li a {
  padding: 20px 16px;
}
.navbar.is-visible.is-fixed #main-navigation ul.nav li a,
.navbar.is-visible.is-fixed #main-navigation ul.nav li a:hover {
  color: #414141;
  font-weight: bold;
}
.diagonal-section {
  margin-top: -55px;
  transform: skew(0deg, -5deg);
  -ms-transform: skew(0deg, -5deg);
  -webkit-transform: skew(0deg, -5deg);
}
.diagonal-section .container {
  transform: skew(0deg, 5deg);
  -ms-transform: skew(0deg, 5deg);
  -webkit-transform: skew(0deg, 5deg);
}
.featured {
  position: relative;
  height: 450px;
  margin-bottom: 50px;
  background-color: #d8d8d8;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.featured:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 450px;
  background: transparent;
  z-index: -1;
}
.featured .site-heading,
.featured .post-heading,
.featured .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .featured .site-heading,
  .featured .post-heading,
  .featured .page-heading {
    padding: 150px 0;
  }
}
.featured .site-heading,
.featured .page-heading {
  text-align: center;
}
.featured .site-heading h1,
.featured .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.featured .site-heading .subheading,
.featured .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .featured .site-heading h1,
  .featured .page-heading h1 {
    font-size: 80px;
  }
}
.featured .post-heading h1 {
  font-size: 35px;
}
.featured .post-heading .subheading,
.featured .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.featured .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.featured .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.featured .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .featured .post-heading h1 {
    font-size: 55px;
  }
  .featured .post-heading .subheading {
    font-size: 30px;
  }
}
header {
  background: #000;
}
header.featured {
  height: 650px;
  background: no-repeat center center;
  background-attachment: scroll;
  margin-bottom: -85px;
}
header.featured.smaller {
  height: 500px;
}
header.featured #gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 767px) {
  header.featured {
    height: 350px !important;
  }
  header.featured #gradient {
    display: none;
  }
  header.featured .custom-heading {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .home header.featured {
    height: 650px !important;
  }
  .home header.featured #gradient {
    display: block;
  }
  .home header.featured .custom-heading {
    display: block;
    margin: 0 auto;
    left: 0;
  }
}
header.featured.nobottom {
  margin-bottom: 0;
}
header.featured .container {
  position: relative;
}
header.header-xl {
  min-height: 1200px;
  margin-top: 35px;
  background-size: cover;
  background-position: center center;
}
header.header-xl .header-xl-meta {
  width: 90%;
  margin: 780px auto 20px auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  header.header-xl .header-xl-meta {
    margin: 260px auto 20px auto;
  }
}
header.header-xl .header-xl-meta a {
  text-decoration: none;
}
header.header-xl .header-xl-meta ol.breadcrumb li {
  font-size: 12px;
  color: #403c3c;
}
header.header-xl .header-xl-meta ol.breadcrumb li:before {
  color: #008934;
}
header.header-xl .header-xl-meta span.preheading {
  display: block;
  font-size: 29px;
  text-transform: uppercase;
  color: #000000;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  header.header-xl .header-xl-meta span.preheading {
    font-size: 20px;
  }
}
header.header-xl .header-xl-meta h1 {
  font-size: 70px;
  color: #ffffff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  header.header-xl .header-xl-meta h1 {
    font-size: 46px;
    margin-top: 10px;
  }
}
header.header-xl .header-xl-meta h1:after {
  content: " ";
  display: block;
  height: 5px;
  width: 33px;
  background: #ffffff;
  margin: 20px auto;
}
header.header-xl .header-xl-meta p.subheading {
  display: block;
  font-size: 20px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  header.header-xl .header-xl-meta p.subheading {
    font-size: 15px;
  }
}
header.header-xl .header-xl-meta p.subheading a {
  color: #008934;
  text-decoration: none;
  font-weight: 400;
}
header.header-xl .header-xl-meta p.subheading a:hover {
  color: #008934;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  header.header-xl {
    min-height: 600px;
    margin-top: 35px;
    background-position: 0px 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #414141;
  }
}
#strutture-intro {
  background-color: #faf8f4;
  padding: 20px 0;
}
#strutture-intro h1,
#strutture-intro p {
  text-align: center;
}
#strutture-intro h1 {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
  margin: 10px auto;
  color: #008934;
}
#strutture-intro h1:after {
  content: " ";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #595959;
  margin: 25px auto;
}
#strutture-intro p {
  font-weight: 100;
  font-size: 20px;
}
#strutture-intro a {
  text-decoration: none;
  font-weight: bold;
}
#strutture-intro a span {
  display: block;
}
#strutture {
  background-color: #f1f1f1;
  overflow: hidden;
}
#strutture .inside {
  padding-left: 40px;
  padding-right: 40px;
}
#strutture .strutture-column {
  min-height: 572px;
  height: 572px;
}
#strutture h2 {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  margin: 10px auto;
  color: #000;
}
#strutture h2:after {
  content: " ";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #595959;
  margin: 25px 0;
}
@media only screen and (max-width: 991px) {
  #strutture p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #strutture .col-xs-height.col-image {
    display: block !important;
  }
}
#strutture-hospitality {
  background-color: #191919;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  font-weight: 100;
}
#strutture-hospitality h2 {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  margin: 10px auto;
  color: #fff;
}
#strutture-hospitality h2:after {
  content: " ";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #fff;
  margin: 25px auto;
}
.news-preview {
  background: #d8d8d8;
  margin-top: 18px;
  min-height: 430px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .news-preview {
    min-height: 375px;
  }
}
@media only screen and (max-width: 700px) {
  .news-preview {
    min-height: 420px;
  }
}
.news-preview a.news-preview-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-preview img {
  width: 100%;
  height: auto;
  margin-top: 0px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
}
.news-preview a.news-preview-text {
  display: block;
  background: #d8d8d8;
  height: 150px;
  margin-top: -15px;
  padding: 15px 30px;
}
@media only screen and (max-width: 768px) {
  .news-preview a.news-preview-text {
    margin-top: 0px;
  }
}
.news-preview > a {
  color: #403c3c;
}
.news-preview > a:hover,
.news-preview > a:focus {
  text-decoration: none;
  color: #008934;
}
.news-preview > a > .post-title {
  font-size: 17px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.news-preview > a > .post-subtitle {
  margin: 0;
  max-width: 250px;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 20px;
}
.news-preview > .post-meta {
  color: #d8d8d8;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.news-preview > .post-meta > a {
  text-decoration: none;
  color: #403c3c;
}
.news-preview > .post-meta > a:hover,
.news-preview > .post-meta > a:focus {
  color: #008934;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .news-preview > a > .post-title {
    font-size: 17px;
    font-weight: 700;
  }
}
.news-preview a.go-btn {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 2;
}
.news-preview a.go-btn {
  bottom: 20px;
  right: 10px;
}
@media only screen and (max-width: 768px) {
  .news-preview a.go-btn {
    display: none;
  }
}
.custom-heading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  z-index: 4;
  padding: 5px;
}
.custom-heading h1,
.custom-heading h2,
.custom-heading h3,
.custom-heading h4 {
  padding: 0px;
  margin: 20px 5px;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.custom-heading a {
  color: #ffffff;
}
.custom-heading a:hover {
  color: #ffffff;
  text-decoration: none;
}
.custom-heading .subheading {
  padding: 0px;
  margin: 5px;
  display: block;
  font-size: 16px;
  color: #000000;
}
.featured .custom-heading .subheading {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.featured .custom-heading .go-btn i {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.custom-heading.white .subheading {
  color: #ffffff;
}
.custom-heading-left {
  background: no-repeat 0px 0px;
  background-image: url(../png/slash-green.png);
  width: 347px;
  height: 235px;
  position: absolute;
  top: 260px;
  left: 30px;
}
@media only screen and (max-width: 768px) {
  .custom-heading-left {
    width: auto;
  }
}
.custom-heading-right {
  background: no-repeat 0px 0px;
  background-image: url(../png/slash-green.png);
  width: 347px;
  height: 235px;
  position: absolute;
  top: 100px;
  right: 30px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .custom-heading-right {
    width: auto;
  }
}
.category-heading {
  background: no-repeat 0px 0px;
  background-image: url(../png/slash-green.png);
  width: 347px;
  height: 219px;
  position: absolute;
  top: 195px;
  right: 40px;
  z-index: 4;
}
.category-heading h1,
.category-heading h2,
.category-heading h3,
.category-heading h4 {
  margin: 110px 0 0 0;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .category-heading {
    right: 0px;
  }
}
.thumbnail {
  border: 0px;
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
  background: #000000;
}
@media only screen and (max-width: 768px) {
  .thumbnail {
    max-height: 160px;
    overflow: hidden;
  }
}
.thumbnail img {
  opacity: 0.5;
}
.thumbnail .gallery-meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 130px;
}
@media only screen and (max-width: 500px) {
  .thumbnail .gallery-meta {
    padding-top: 55px;
  }
}
.thumbnail .gallery-meta .date {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}
.thumbnail .gallery-meta .gallery-title {
  display: block;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}
.thumbnail .gallery-meta .gallery-title:after {
  content: " ";
  display: block;
  width: 30px;
  height: 3px;
  background: #008934;
  margin: 10px auto 0 auto;
}
.thumbnail .gallery-meta .gallery-desc {
  display: block;
  text-align: center;
  margin: 10px 0px 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.thumbnail .gallery-hover-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 33px;
  height: 33px;
  font-size: 33px;
  text-align: center;
  margin: 5px;
  line-height: 33px;
  color: #fff;
}
a .gallery-meta {
  background: transparent;
  color: #ffffff;
}
a .gallery-hover-arrow {
  visibility: hidden;
}
a:hover .gallery-meta {
  background: rgba(0, 139, 52, 0.5);
  color: #ffffff;
}
a:hover .gallery-meta .gallery-title,
a:hover .gallery-meta .gallery-desc,
a:hover .gallery-meta .line-separator {
  visibility: hidden;
}
a:hover .gallery-hover-arrow {
  visibility: visible;
  color: #ffffff;
}
a:hover .date {
  visibility: hidden;
}
.sidebar-title {
  padding: 15px 15px;
  background: #008934;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.sidebar-no-title {
  display: block;
  border-top: 4px solid #008934;
}
.sidebar-nav li {
  display: block;
  width: 100%;
  font-size: 12px;
  border-left: 5px solid #ffffff;
  border-bottom: 1px solid #d8d8d8;
  padding-left: 0px;
}
.sidebar-nav li:hover {
  border-left: 5px solid #008934;
}
.sidebar-nav li a:hover {
  font-weight: bold;
}
.products-single h1 {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}
.products-single .part-image {
  display: block;
  border: 3px solid #e4e4e4;
  border-left: 0px;
  border-right: 0px;
  margin: 20px auto;
  padding: 20px 0;
}
.products-list-grid a {
  font-size: 14px;
  line-height: 14px;
  display: block;
  text-transform: uppercase;
}
.products-list-grid a.thumbnail {
  background: #666666;
}
.products-list-grid a.thumbnail img {
  opacity: 0.8;
}
.products-list-grid a:hover.thumbnail img {
  opacity: 1;
}
section.gray-bg {
  background: #d8d8d8;
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.posts-archive .posts-archive-title {
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
}
.posts-archive .posts-archive-title i {
  color: #008934;
}
.media-preview {
  height: 324px;
  display: block;
}
.media-preview .custom-heading {
  width: auto;
  margin-top: 50px;
}
.media-preview .custom-heading h1,
.media-preview .custom-heading h2,
.media-preview .custom-heading h3,
.media-preview .custom-heading h4 {
  color: #008934;
  text-shadow: none;
}
@media only screen and (max-width: 1120px) {
  .media-preview .custom-heading h1,
  .media-preview .custom-heading h2,
  .media-preview .custom-heading h3,
  .media-preview .custom-heading h4 {
    font-size: 32px;
  }
  .media-preview .custom-heading .subheading {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .media-preview .custom-heading {
    width: 100%;
    margin: 20px auto;
  }
  .media-preview .custom-heading h1,
  .media-preview .custom-heading h2,
  .media-preview .custom-heading h3,
  .media-preview .custom-heading h4 {
    font-size: 24px;
  }
  .media-preview .custom-heading .subheading {
    font-size: 14px;
  }
  .media-preview .custom-heading a.go-btn {
    display: none;
  }
}
.media-preview .media-holder {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .media-preview .media-holder {
    margin: 20px auto;
  }
}
.media-preview .media-holder img {
  width: 100%;
}
.media-preview .media-holder a::after {
  content: " ";
  display: block;
  background-image: url(../png/image-frame-right.png);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.media-preview .media-holder.video a::after {
  background-image: url(../png/video-frame-right.png);
}
.media-preview.oblique-right .custom-heading {
  margin-left: 0px;
}
.media-preview.oblique-right .media-holder {
  margin-right: 0px;
}
.media-preview.oblique-left .custom-heading {
  margin-right: 0px;
}
.media-preview.oblique-left .media-holder {
  margin-left: 0px;
}
.media-preview.oblique-left .media-holder a::after {
  background-image: url(../png/image-frame-left.png);
}
.media-preview.oblique-left .media-holder.video a::after {
  background-image: url(../png/video-frame-left.png);
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#product-features {
  background: #f1f1f1;
}
#product-features .product-feature {
  overflow: hidden;
}
#product-features .product-feature .col-lg-6 {
  overflow: hidden;
  padding: 0px;
}
#product-features .product-feature .content {
  padding: 50px 50px;
  margin: 0 auto;
}
#product-features .product-feature span.preheading {
  display: block;
  color: #008934;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #product-features .product-feature span.preheading {
    font-size: 16px;
    line-height: 20px;
  }
}
#product-features .product-feature h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 52px;
}
@media only screen and (max-width: 768px) {
  #product-features .product-feature h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
#product-features .product-feature p {
  margin: 15px auto;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #product-features .product-feature p {
    font-size: 14px;
  }
}
#product-features .product-feature img {
  width: 100%;
}
#product-features .product-feature img.clip-product-feature-bl {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 89%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 89%, 0% 100%);
}
@media only screen and (max-width: 768px) {
  #product-features .product-feature img.clip-product-feature-bl {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
#product-features .product-feature img.clip-product-feature-tr {
  -webkit-clip-path: polygon(0 10%, 100% 0, 89% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 89% 100%, 0 100%);
}
@media only screen and (max-width: 768px) {
  #product-features .product-feature img.clip-product-feature-tr {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
#product-galleries {
  margin-top: 60px;
}
#product-galleries .product-gallery {
  margin: 60px 0px;
}
#product-galleries .product-gallery h4 {
  font-size: 60px;
  text-align: center;
  margin: 0px;
}
#product-galleries .product-gallery h4:after {
  content: " ";
  display: block;
  height: 5px;
  width: 33px;
  margin: 20px auto;
  background: #008934;
}
#product-specs {
  margin-top: 160px;
}
#product-specs table {
  display: table;
  margin: 0 auto;
  width: 80%;
}
#product-charts h4 {
  font-size: 36px;
  color: #313131;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #product-charts h4 {
    font-size: 26px;
    line-height: 32px;
  }
}
#product-charts h4:after {
  content: " ";
  display: block;
  width: 33px;
  height: 5px;
  background: #313131;
  margin: 20px auto;
}
#product-charts p {
  font-size: 16px;
}
.chart {
  position: relative;
  display: inline-block;
  width: 215px;
  height: 215px;
  margin: 30px 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .chart {
    width: 180px;
    height: 180px;
  }
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 215px;
  z-index: 2;
  font-weight: bold;
  font-size: 45px;
}
@media only screen and (max-width: 768px) {
  .percent {
    line-height: 180px;
    font-size: 30px;
  }
}
.percent:after {
  content: ' ';
  margin-left: 0.1em;
  font-size: .8em;
}
.chart-mm .percent {
  display: inline-block;
  line-height: 215px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .chart-mm .percent {
    line-height: 180px;
    font-size: 30px;
  }
}
.chart-mm .percent:after {
  content: 'mm';
  margin-left: 0.1em;
  font-size: .8em;
  font-weight: normal;
}
#telai-list a.telai-list-single:nth-child(even) {
  background: #CCC;
}
#telai-list a.telai-list-single:nth-child(odd) {
  background: #FFF;
}
#telai-list a.telai-list-single {
  display: block;
  padding: 80px 0 160px 0;
  margin: 0px auto;
  background: red;
  margin-top: -70px;
  min-height: 180px;
}
#telai-list a.telai-list-single h3 {
  font-size: 48px;
  color: #001607;
}
#telai-list a.telai-list-single h3:after {
  content: " ";
  display: block;
  background: #008934;
  height: 5px;
  width: 33px;
  margin: 20px auto;
}
#telai-list a.telai-list-single img {
  margin-top: -30px;
}
@media only screen and (max-width: 768px) {
  #telai-list a.telai-list-single img {
    margin-top: 0px;
  }
}
#telai-list a:hover.telai-list-single {
  background: #008934;
  text-decoration: none;
}
#telai-list a:hover.telai-list-single h3 {
  color: #001607;
}
#telai-list a:hover.telai-list-single h3:after {
  background: #ffffff;
}
.spacer {
  height: 160px;
  background: #403c3c;
  margin-top: -80px;
}
footer {
  padding: 40px 0;
  background: #d7d7d7;
  min-height: 264px;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 789px) {
  footer {
    min-height: inherit;
    font-size: 12px;
  }
}
footer a {
  color: #3a3a3a;
}
footer a:hover {
  color: #008934;
  text-decoration: none;
}
footer a.title {
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
}
footer div.pull-left {
  width: 20%;
}
footer ul.footer-links {
  padding: 30px 0;
}
footer ul.footer-links li {
  list-style: none;
  padding: 0px 10px;
  margin: 0px;
}
footer .list-social {
  margin: 0;
  padding: 0;
}
footer .list-social a {
  color: #008934;
  font-size: 30px;
  padding-right: 10px;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
#page {
  background: #ffffff;
}
#page .contents {
  padding-left: 85px;
  padding-right: 85px;
  padding-bottom: 50px;
  margin-top: -288px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page .contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#page .contents .page-heading {
  margin-bottom: 69px;
  margin-left: 18px;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 768px) {
  #page .contents .page-heading {
    margin-left: 0;
  }
}
#page .contents .page-heading h1,
#page .contents .page-heading span.h1 {
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin: 25px 0 10px 0;
}
@media only screen and (max-width: 768px) {
  #page .contents .page-heading h1,
  #page .contents .page-heading span.h1 {
    font-size: 20px;
    margin: 30px 0 10px 0;
  }
}
#page .contents .page-heading .breadcrumb {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #page .contents .page-heading .breadcrumb {
    display: none;
  }
}
#page .contents .page-heading:before {
  content: " ";
  display: block;
  background-image: url(../png/slash-gray.png);
  background-repeat: no-repeat;
  background-position: 0px;
  position: absolute;
  top: -120px;
  width: 252px;
  height: 220px;
  left: -70px;
}
@media only screen and (max-width: 768px) {
  #page .contents .page-heading:before {
    top: -30px;
    width: 252px;
    height: 120px;
    left: -22px;
    background-size: 130px 216px;
  }
}
#page .contents .smaller-heading {
  position: relative;
  margin-bottom: 45px;
  margin-left: 18px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  #page .contents .smaller-heading {
    margin-left: 0;
  }
}
#page .contents .smaller-heading h1,
#page .contents .smaller-heading span.h1 {
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin: 25px 0 10px 0;
}
@media only screen and (max-width: 768px) {
  #page .contents .smaller-heading h1,
  #page .contents .smaller-heading span.h1 {
    font-size: 20px;
    margin: 30px 0 10px 0;
  }
}
#page .contents .smaller-heading .breadcrumb {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #page .contents .smaller-heading .breadcrumb {
    display: none;
  }
}
#page .contents .smaller-heading:before {
  content: " ";
  display: block;
  background-image: url(../png/slash-gray-mini.png);
  background-repeat: no-repeat;
  background-position: 0px;
  position: absolute;
  top: -50px;
  width: 107px;
  height: 149px;
  left: -18px;
}
#page .contents .gallery-contents {
  margin-bottom: 45px;
}
#page .page-contents h1 {
  line-height: 45px;
  font-size: 35px;
  font-weight: bold;
  color: #414141;
}
#page .page-contents h2 {
  line-height: 32px;
  font-size: 22px;
  font-weight: normal;
  color: #008934;
}
#page .page-contents p {
  font-size: 15px;
  font-weight: normal;
}
#page .page-footer {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}
#page:before {
  content: " ";
  display: block;
  background: url(../png/page-bg.png) no-repeat top left;
  position: relative;
  top: -210px;
  left: 0;
  height: 222px;
}
@media only screen and (max-width: 768px) {
  #page:before {
    height: 222px;
  }
}
.address-info {
  margin: 50px 0;
}
.address-info .address-info-title {
  color: #008934;
  font-size: 25px;
  font-weight: bold;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #008934;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eee;
}
a.go-btn {
  font-size: 50px;
  float: right;
  margin: -10px 10px;
  color: #008934 !important;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default {
  background: #f7f7f7;
  border-color: #f7f7f7;
  font-weight: bold;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #008934;
  border: 1px solid #008934;
  color: white;
}
.btn-default.active {
  background-color: #008934;
  border: 1px solid #008934;
  color: white;
}
.btn-default.active:hover,
.btn-default.active:focus {
  background-color: #008934;
  border: 1px solid #008934;
  color: white;
}
.btn-primary {
  background: #d8d8d8;
  border-color: #d8d8d8;
  font-weight: bold;
  color: #383838;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #008934;
  border: 1px solid #008934;
  color: white;
}
.btn-primary.active {
  background-color: #008934;
  border: 1px solid #008934;
  color: white;
}
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #008934;
  border: 1px solid #008934;
  color: white;
}
.rivenditori-buttons {
  margin-bottom: 30px;
}
.rivenditori h3.smaller {
  margin: 20px 0 5px 0;
  padding: 0;
}
.rivenditori h2 {
  margin: 0;
  padding: 0;
}
.rivenditori p {
  margin: 10px 0;
  font-size: 18px !important;
}
.rivenditori ul.rivenditori-contactslist {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.rivenditori ul.rivenditori-contactslist li {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #282828;
  font-weight: 200;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.rivenditori ul.rivenditori-contactslist li:last-child {
  border-bottom: 0px;
}
.rivenditori ul.rivenditori-contactslist li i {
  font-size: 18px;
  padding-right: 10px;
  color: #aaaaaa;
}
.rivenditori ul.rivenditori-contactslist li a {
  color: #282828;
}
.rivenditori .rivenditore {
  margin-top: 40px;
  margin-bottom: 40px;
}
.bounce-up .animated {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-up.in-view .animated {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.slide-from-left {
  overflow: hidden;
}
.slide-from-left .animated {
  opacity: 0;
  -moz-transition: all 700ms 1s ease-out;
  -webkit-transition: all 700ms 1s ease-out;
  -o-transition: all 700ms 1s ease-out;
  transition: all 700ms 1s ease-out;
  -moz-transform: translate3d(-1800px, 0px, 0px);
  -webkit-transform: translate3d(-1800px, 0px, 0px);
  -o-transform: translate(-1800px, 0px);
  -ms-transform: translate(-1800px, 0px);
  transform: translate3d(-1800px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-from-left.in-view .animated {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.timeline-animated {
  overflow: hidden;
}
.timeline-animated .animated {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(-1800px, 0px, 0px);
  -webkit-transform: translate3d(-1800px, 0px, 0px);
  -o-transform: translate(-1800px, 0px);
  -ms-transform: translate(-1800px, 0px);
  transform: translate3d(-1800px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.timeline-animated .timeline-inverted .animated {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(1800px, 0px, 0px);
  -webkit-transform: translate3d(1800px, 0px, 0px);
  -o-transform: translate(1800px, 0px);
  -ms-transform: translate(1800px, 0px);
  transform: translate3d(1800px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.timeline-animated.in-view .timeline-inverted .animated,
.timeline-animated.in-view .animated {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.pagination {
  border-radius: 0;
  font-size: 16px;
}
.pagination > li a {
  border: 0;
  border-radius: 0;
  background: #f7f7f7;
  margin: 0 3px;
  color: #4e4e4e;
}
.pagination > li a:hover {
  color: #008934;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #008934;
  border-color: #008934;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #008934;
}
::selection {
  color: white;
  text-shadow: none;
  background: #008934;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #008934;
}
