html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=bc5657db7fbb17fb3644)
 * Config saved to config.json and https://gist.github.com/bc5657db7fbb17fb3644
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
	text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
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 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
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;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 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: 768px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    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-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    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-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 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%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid: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;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/
 /* font-family: 'brandon_grotesqueblack'; */
 /* font-family: 'brandon_grotesquemedium'; */
@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('css/fonts/brandon_blk-webfont.eot');
    src: url('css/fonts/brandon_blk-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/brandon_blk-webfont.woff2') format('woff2'),
         url('css/fonts/brandon_blk-webfont.woff') format('woff'),
         url('css/fonts/brandon_blk-webfont.ttf') format('truetype'),
         url('css/fonts/brandon_blk-webfont.svg#brandon_grotesqueblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('css/fonts/brandon_med-webfont.eot');
    src: url('css/fonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/brandon_med-webfont.woff2') format('woff2'),
         url('css/fonts/brandon_med-webfont.woff') format('woff'),
         url('css/fonts/brandon_med-webfont.ttf') format('truetype'),
         url('css/fonts/brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
	font: 20px/28px brandon_grotesquemedium;
	color: black;
	position: relative;
	background-color: white;
	text-align: center;
}

html, body{
	height: 100%;
	position: relative;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* clear */
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
    content:' ';
    display:table;
}

.clear:after,
.clearfix:after {
    clear:both;
}
.clear,
.clearfix  {
    *zoom:1;
}

.100vh, .120vh, .33vh, .50vh{
	position: relative;
	overflow: hidden;
}

.w_boxed{
	max-width: 815px;
	padding-right: 20px;
	padding-left: 20px;
}
.w_boxed.action_small{
	max-width: 710px;
}
.menu a {
	color:white;
	text-decoration:none;
}


p a {
	color:black !important;
	text-decoration:none;
}
p a:hover {
	color: #1e9942 !important;
}

a:focus, input:focus, textarea:focus {
	outline:0;
	color: black;
}
a:hover,
a:active {
	outline:0;
	text-decoration: none;
}
.t_upper{
	text-transform: uppe;
}
.t_center{
	text-align: center;
}
.t_left{
	text-align: left;
}
.t_right{
	text-align: right;
}
.c_white{
	color: white;
}
.c_green{
	color: #3cbb6e;
}
.container-fluid{
	position: relative;
}
.padding_top_header{
	position: relative;
	padding-top: 101px;
}
.padding_t_b{
	padding-top: 55px;
}
.height_100{
	height: 100%;
}

.wrapper{
	margin: 0 auto;
	width: 100%;
	max-width: 1190px;
	position: relative;
}
.big_wrapper{
	max-width: 1350px;
}
	.height_review{
		height: 550px;
	}
	.small_wrapper{
		margin: 0 auto;
		width: 100%;
		max-width: 930px;
		position: relative;
	}
	.mini_width{
		width: 586px;
	}
.box_center{
	margin: 0 auto;
}
.center{
	margin: 0 auto;
}
.bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg_red{
	background-color: #b51e24;
}
.bg_black{
	background-color: black;
}
.bg_dark{
	background-color: #231f20;
}
.bg_blue{
	background-color: #00355f;
}
.bg_white{
	background-color: white;
}
.bg_green{
	background-color: #1e9943;
}
.bg_green_o{
	background-color: #d2ebd9;
}
.d_table{
	display: table;
	height: 100%;
	width: 100%;
}
	.d_cell{
		display: table-cell;
		vertical-align: middle;
		height: 100%;
		width: 100%;
	}

.t_upper{
	text-transform: uppercase;
}
.align_right{
	text-align: right;
	padding-right: 15px;
}
.align_left{
	text-align: left;
	padding-left: 15px;
	font-weight: normal;
	font-style: normal;
}
.z2{
	position: relative;
	z-index: 2;
}
.absolute_bot{
	position: absolute;
	bottom: 0px;
	z-index: 2;
}

.mobile_hidden{
	display: block;
}
.mobile_show{
	display: none;
}

/* Fix Placeholder colorati */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ /* WebKit browsers */
	color: black;
	opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color: black;
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: black;
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{ /* Internet Explorer 10+ */
   color: black;
   opacity: 1;
}


/* Fix Placeholder colorati */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{ /* WebKit browsers */
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   -moz-opacity: 0;
   -khtml-opacity: 0;
   opacity: 0;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{ /* Mozilla Firefox 19+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{ /* Internet Explorer 10+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}


/*------------------------------------*\
    HEADER  
\*------------------------------------*/

#full_container_site{
	height: 100%;
	position: relative;
	background-color: white;
	z-index: 8;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.header_mobile{
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	margin-top: 0px !important;
	background-color: black !important;
}
#full_container_site.lateral-menu-is-open, .header_mobile.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-280px);
  -moz-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  -o-transform: translateX(-280px);
  transform: translateX(-280px);
}
#call_trigger {
	display: none;
	cursor: pointer;
 	 position: fixed;
 	 right: 85px;
 	 top: 0;
 	 z-index: 100000;
 	 height: 75px;
 	 width: 45px;
}
	#call_trigger a{
		display: block;
		cursor: pointer;
	 	 height: 75px;
	 	 width: 45px;
		background: url(img/icon_call.svg) center center no-repeat;
		background-size: 30px;
	}
#click_trigger {
	display: none;
	cursor: pointer;
 	 position: fixed;
 	 right: 0;
 	 top: 0;
 	 z-index: 100000;
 	 height: 75px;
 	 width: 75px;
	background-color: #138f38;
}
#mobimenu{
	position: relative;
	top: 10px;
	right: 10px;
}

	.stick {
	width: 35px;
	height: 4px;
	background: white;
	display: block;
	position: absolute;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	right: 0;
	margin-top: -11px;
	margin-right: 4px;
}
#stick1 {
 top: 25px;
	right: 3px;
}
.mobile_open .stick{
	background-color: white;
}
#mobimenu.mobile_open #stick1 {
    top: 33px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#stick2 {
 top: 34px;
	right: 3px;
}

#mobimenu.mobile_open #stick2 {
 opacity: 0;
 width: 0;
}

#stick3 {
 top: 43px;
	right: 3px;
}

#mobimenu.mobile_open #stick3 {
    top: 33px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.header_mobile{
	display: none;
}
#menu_lateral {
display: none;
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 100;
  width: 280px;
	overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(280px);
  -moz-transform: translateX(280px);
  -ms-transform: translateX(280px);
  -o-transform: translateX(280px);
  transform: translateX(280px);
	background-color: black;
}

#menu_lateral.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

.header{
	margin-top: 31px;
	position: relative;
	z-index: 10;
}

.shadow_box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
	.slide_heading_home{
		min-height: 580px  !important;
	}
	.tour_slider{
		min-height: 390px;
	}
	#flexslider_home{
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
		opacity: 0;
		border: 0px;
		margin: 0px;
	}
	.flex_slider_header{
		width: 100%;
		position: relative;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	div.box_bg_dark {
		width: 182px;
		margin: 15px auto 0;
		font: 11px brandon_grotesquemedium;
		text-transform: uppercase;
		color: white;
		background-color: #111821;
		padding-top: 11px;
		padding-bottom: 11px;
		cursor: pointer;
	}
		div.box_bg_dark:hover {
			background-color: white;
			color: black;
		}
	.logo{
		display: inline-block;
		margin-right: 50px;
	}
	
	.box_lang_mobile a{
		padding-right: 5px;
		padding-left: 5px;
	}
		.box_lang_mobile .current_lang{
			background-color: #138f37;
		}
	ul.menu_mobile{
		padding-bottom: 80px;
		padding-top: 80px;
	}
	ul.menu{
		display: inline-block;
		font: 18px brandon_grotesquemedium;
		color: white;
		vertical-align: middle;
		width: auto;
		padding: 0px !important;
		margin: 0px !important;
	}
	
		ul.menu li{
			position: relative;
			display: inline-block;
			list-style: none;
			margin-right: 38px;
			cursor: pointer;
		}
		ul.menu li a:hover{
			color: #1e9943;
		}
		ul.menu li:hover:after{
			color: white;
		}
		ul.menu li:after{
			display: block;
			position: absolute;
			content: "/";
			width: 15px;
			top: 1px;
			right: -30px;
		}
		ul.menu_right li:after{
			right: -16px;
		}
		ul.menu li:last-of-type:after{
			display: none;
		}
		ul.menu li, ul.menu .box_lang{
			display: inline-block;
		}
		ul.menu .box_lang{
			width: 50px;
			background-color: black;
			text-transform: uppercase;
			padding: 4px;
			font-size: .7em;
			position: relative;
			cursor: pointer;
		}
			.other_lang{
				display: none;
				width: 50px;
				left: 0px;
				position: absolute;
				background-color: black;
				padding-top: 2px;
			}
			.other_lang a{
				display: block;
				width: 50px !important;
				padding-bottom: 2px;
				padding-top: 2px;
			}
			.other_lang a:hover{
				background-color: #3cbb6e;
			}
		.heading_slogan{
			z-index: 10;
			position: relative;
			color: white;
			 opacity: 1;
			margin-top: 207px;
			padding-top: 100px;
			-webkit-transition: all 400ms ease;
			   -moz-transition: all 400ms ease;
			    -ms-transition: all 400ms ease;
			        transition: all 400ms ease;
		}
		.heading_slogan.scaled{
			-ms-transform: scale(0.5,0.5); /* IE 9 */
			 -webkit-transform: scale(0.5,0.5); /* Safari */
			  transform: scale(0.5,0.5);
			  opacity: 0;
		}
		.tour_slider .heading_slogan{
			margin-top: 50px;
			text-align: center;
		}
			.heading_slogan span{
				display: block;
				text-transform: uppercase;
				font-size: 2.3em;
				padding-bottom: 5px;
				padding-top: 5px;
		
				display: inline;
				border-top: 10px solid #3cbb6e;
			}
			.heading_bold{
				font-family: brandon_grotesqueblack;
			}
			
			.heading_bordered {
				padding: 5px;
				font-family: brandon_grotesquemedium;
				line-height: 1.3em;
			}	
					
.scroll_down{
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.btn{
	display: inline-block;
	text-transform: uppercase;
	font-size: .7em;
	line-height: 1em;
	font-family: brandon_grotesquemedium;
	color: white;
	padding: 10px 12px 8px 46px;
	border: 2px solid white;
	border-radius: 25px;
	position: relative;
	height: 35px;
	margin-top: 10px;
	cursor: pointer;
}

.btn_more_click{
	display: inline-block;
	padding: 8px 15px;
	border: 2px solid white;
	border-radius: 9px;
	font-family: brandon_grotesqueblack;
	text-transform: uppercase;
	margin-top: 40px;
	-webkit-transition: all 400ms ease;
	   -moz-transition: all 400ms ease;
	    -ms-transition: all 400ms ease;
	        transition: all 400ms ease;
	
}
	.btn_more_click:hover{
		background-color: white;
		color: black;
	}
	
.btn_more_click.c_black{
	border: 2px solid black;
	color: black;
	
}
	.btn_more_click.c_black:hover{
		background-color: black;
		color: white;
		border-color: black;
	}

			
/*------------------------------------*\
    STRUCTURE  
\*------------------------------------*/

hr{
	background-color: black;
	color: black;
	border-color: black;;
margin-top: 25px;
	margin-bottom: 25px;
}
b{
	font-family: brandon_grotesqueblack;
	font-weight: normal;
}
section{
	padding-bottom: 150px;
}

body h3, body h4{
	font: 1em brandon_grotesqueblack;
	text-transform: uppercase;
}
h2{
	font: 1.6em brandon_grotesqueblack;
}	
h2.title_section {
	font: 1.8em brandon_grotesqueblack;
	margin-top: 50px;
	margin-bottom: 25px;
	letter-spacing: .07em;
}
	h2.title_section span{
		font-family: brandon_grotesquemedium;
		margin-right: 6px;
		margin-left: 6px;
		color: #1e9942;
	}
	
	
	.fascia_about h2.title_section span{
		color: black;
	}

/* Fascia About */
.fascia_about{
	background: url(img/about_bg.jpg) #951d22;
	color: white;
	background-size: cover;
	background-position: center center;
}
	.fascia_about h2{
		color: white;
	}
	.fascia_about .col{
		padding-right: 25px;
		padding-left: 25px;
	}
	.fascia_about .col:nth-of-type(2) {
		border-left: 1px solid white;
		padding-left: 35px;
	}
	.fascia_about .row{
		margin-top: 70px;
	}
	.fascia_about h3{
		font: 1.8em/1.2em brandon_grotesqueblack;
		border-bottom: 1px solid white;
		display: inline-block;
		margin-bottom: 33px;
		color: white;
	}
	.servizi_list li{
		margin-bottom: 5px;
		position: relative;
	}
	.servizi_list li span, .servizi_list li div{
		float: left;
	}
	
	.servizi_list li span{
		width: 35px;
		height: 35px;
		text-align: center;
		position: absolute;
		left: 0;
		background: url(img/icon_list.svg) no-repeat;
		top: 5px;
	}
	.servizi_list li div{
		color: white;
		width: ;
		text-align: left;
		padding: 3px 10px 4px 44px;
		line-height: 1.8em;
	}
/* Fascia About */
	

/* Fascia Tours */
.fascia_tours h2{
	color: black;
}
.box_tours{
	margin-top: 50px;
}

.box_tours .col{
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: top;
	height: 640px;
	max-width: 460px;
	width: 22%;
	float: none;
	display: inline-block;
}
.tour_da_5{
	max-width: 1500px;
	margin: 0 auto;
}
.box_tours.tour_da_5 .col{
	width: 32%;
	margin-bottom: 35px;
}
.tour_inline{
	padding-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
}

.top_tour{
	position: relative;
	height: 220px;
	overflow: hidden;
	
}
	.title_tour{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 3;
		font: 1.8em/1em brandon_grotesqueblack;
		color: white;
		text-transform: uppercase;
		 text-shadow: 0px 0px 6px black;
		 padding: 15px;
	}
	.img_tour_bg{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-webkit-transition: all 600ms ease;
		   -moz-transition: all 600ms ease;
		    -ms-transition: all 600ms ease;
		        transition: all 600ms ease;
		z-index: 1;
	}

.box_tours .col > a:hover .img_tour_bg{
	-ms-transform: scale(1.2); /* IE 9 */
	 -webkit-transform: scale(1.2); /* Safari */
	  transform: scale(1.2);
}
.tour_itinerary_btn {
	background-color: #1e9943;
	color: white;
	text-transform: uppercase;
	font-family: brandon_grotesqueblack;
	padding: 6px 5px 5px;
	height: 40px;
}
	.tour_itinerary_btn img{
		height: 25px;
		position: relative;
		margin-right: 6px;
	}
	
.inner_info_box_tour{
	height: 180px;
	background-color: #158637;
	color: white;
	padding: 23px;
	font-size: 0.8em;
}

.info_tour_bottom{
	background-color: black;
	color: white;
	height: 70px;
	text-align: center;
}
.inner_info_tour_bottom{
	margin-top: 34px;
}

.info_tour_bottom div{
	display: inline-block;
	vertical-align: middle;
	font: 0.8em brandon_grotesqueblack;
	line-height: 1em;
	text-align: left;
	margin-top: 17px;
}
	.time_required{
		background: url(img/icon_time.svg) left center no-repeat;
		background-size: 25px;
		padding-left: 35px;
		margin-right: 15px;
	}
	.price_person{
		background: url(img/icon_price.svg) left center no-repeat;
		background-size: 30px;
		padding-left: 35px;
	}
	.meeting_point{
		background: url(img/icon_meeting.svg) left center no-repeat;
		background-size: 30px;
		padding-left: 35px;
		margin-left: 15px;
	}
	
.safe_payment{
	text-transform: uppercase;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	.safe_payment div{
		display: inline-block;
		vertical-align: bottom;
	}
		.safe_payment div img {
			display: inline-block;
			vertical-align: middle;
			margin-right: 4px;
			margin-left: 4px;
		}
/* Fascia Tours */



/* Footer */
footer{
	font-size: 0.7em;
	line-height: 1.2em;
}
	footer .wrapper{
		padding: 55px 25px 25px !important;
	}
	
	footer .credits{
		margin-top: 10px;
		margin-bottom: 15px;
	}
	footer a{
		color: white;
	}
.torna_su{
	height: 35px;
	width: 35px;
	display: block;
	background: url(img/arrow_right.svg) center center no-repeat #1a9943;
	background-size: 10px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	position: absolute;
	top: 0;
	right: 25px;
	cursor: pointer;
}
.social ul li{
	display: inline-block;
	position: relative;
	width: 35px;
	height: 35px;
}	
	li.fb a{
		height: 100%;
		width: 100%;
		display: block;
		background: url(img/social_fb.svg) center center;
		background-size: 100%;
		margin-right: 8px;
	}
	li.in a{
		height: 100%;
		width: 100%;
		display: block;
		background: url(img/social_in.svg) center center;
		background-size: 100%;
	}
	li.trip a{
		height: 100%;
		width: 100%;
		display: block;
		background: url(img/social_trip.svg) center center;
		background-size: 100%;
	}
/* Footer */



.fascia_cliente .box_center{
	font-family: brandon_grotesquemedium;
}
.form{
	border-top: 11px solid white;
	margin-top: 70px;
	padding-top: 40px;
	text-align: left;
}	
	.box_input{
		text-align: left;
		display: inline-block;
		width: 19.6%;
		padding-right: 10px;
		margin-bottom: 25px;
	}
	.box_input:nth-of-type(5) {
		padding-right: 0px;
	}
	.form label{
		display: block;
		font-family: 'brandon_grotesquemedium';
		margin-bottom: 4px;
		text-align: left;
	}
		
	.form input, .form textarea{
		background-color: black;
		font-size: 14px;
		padding: 5px;
		width: 100%;
		border: 2px solid white;
		border-radius: 0px;
	}
	textarea{
		height: 150px;
	}
	.box_submit{
		width: 190px;
		margin: 70px auto 0;
	}
	input[type="submit"]{
		border: 0px;
		background-color: #00bd70;
		text-transform: uppercase;
		font-size: 1.3em;
		padding: 19px;
	}

/* Fascia Contatti */
	.fascia_contact{
		padding: 0px;
	}
	.map_height{
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.map_canvas{
		position: absolute;
		z-index: 1;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	
	
	#map_canvas > div, #gmap_canvas{
			position: absolute;
			z-index: 1;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
		}
		.place-card{
			display: none !important;
		}
		
		div.gm-style-iw {
			font: 1em/1.3em Vollkorn;
			color: #a4a5a4;
		}
			div.gm-style-iw b{
				color: #a4a5a4;
				font: 2em/1em Vollkorn;
			}
		
		#gmap_canvas img{
		max-width:none!important;
		background:none!important;
	}
	
	.box_contatti{
		display: inline-block;
		width: 330px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
		body .box_contatti h3 {
			color: black;
		}
		.box_contatti p{
			font-size: .8em;
			margin-bottom: 5px;
		}
		
		.linee{
			width: 90%;
			position: relative;
			height: 1px;
			background-color: #1e9943;
			margin-top: 25px;
			margin-bottom: 25px;
		}
		
	form {
		width: 90%;
		position: relative;
		font-size: .8em;
	}
	form input, form textarea{
		width: 100%;
		border: 1px solid black;
		-webkit-appearance: none;
		appearance: none;
		margin-bottom: 9px;
		padding: 6px;
		border-radius: 0px;
	}
		form textarea{
			margin: 0px;
		}
		.w_50{
			width: 50%;
			float: left;		
		}
		.w_50:nth-of-type(1) {
			border-right: 0px;
		}
		
		.ok_send_mail {
			display: none;
			text-align: center;
			color: #3cbb6e;
		}
		.error_send_mail{
			display: none;
			text-align: center;
			color: #e11212;
		}
		.btn_send_form {
			background-color: #3cbb6e;
			color: white;
			text-align: center;
			padding: 3px;
			-webkit-transition: all 400ms ease;
			   -moz-transition: all 400ms ease;
			    -ms-transition: all 400ms ease;
			        transition: all 400ms ease;
			cursor: pointer;
		}
		.btn_send_form:hover {
			background-color: black;
			color: white;
		}
		.bg_error{
			background-color: rgba(249, 214, 214, 0.74);
		}
		#verify {
			margin-top: 5px
		}
		#verify.bg_error .recaptcha_error{
			display: block!important;
			background-color: white;
			color: red;
			padding-left: 5px;
		}
/* Fascia Contatti */

/* Fascia Instagram */
	
.fascia_instagram{
	 color: white;
	 background-color: black;
	padding-bottom: 100px;
}
	.fascia_instagram h2{
		margin-top: 20px;
		color: white;
	}
	.instagram_stream{
		
	}
	.height_insta{
		height: 0px;
		padding-bottom: 16%;
		position: relative;
	}
	
	.bg_insta{
		position: relative;
		background-color: #1e9942;
		text-transform: uppercase;
		font-family: brandon_grotesqueblack;
	}
		.bg_insta img{
			width: 30%;
			display: block;
			margin: 15% auto 17px;
		}
		
		.bg_insta a{
			color: white;
		}
		
	.overlay_instagram{
		background-color: rgba(0, 0, 0, 0.4);
		height: 100%;
		width: 100%;
		position: absolute;
		-webkit-transition: all 100ms ease;
		   -moz-transition: all 100ms ease;
		    -ms-transition: all 100ms ease;
		        transition: all 100ms ease;
		 opacity: 0;
		 font-size: .9em;
		font-family: brandon_grotesqueblack;
	}
	.overlay_instagram a{
		color: white;
	}
	.overlay_instagram:hover{
		 opacity: 1;
	}
	.overlay_instagram p{
		display: inline-block;
		padding-top: 4px;
		padding-bottom: 4px;
	}
		.overlay_instagram .likes{
			padding-left: 20px;
			background: url(img/icon_heart.png) left center / 15px no-repeat;
		}
		
		.overlay_instagram .comments{
			padding-left: 20px;
			background: url(img/icon_comment.png) left center / 15px no-repeat;
			margin-left: 5px;
			margin-right: 5px;
		}
/* Fascia Instagram */


/* Fascia reviews */
	.fascia_review{
		padding: 0px;
	}
	.inner_review{
		padding-top: 55px;
		padding-bottom: 55px;
	}
		.single_review{
			padding: 25px 45px;
		}
		
		.title_review{
			text-transform: uppercase;
			font: 1.4em 'brandon_grotesqueblack';
		}
		.testo_review{
			font-size: .9em;
		}
		.autore_review{
			display: inline-block;
			border: 1px solid white;
			border-radius: 10px;
			padding: 10px 55px 10px 25px;
			font-family: brandon_grotesqueblack;
			margin-top: 18px;
			position: relative;
		}
			.autore_review span{
				position: absolute;
				width: 70px;
				height: 70px;
				overflow: hidden;
				border-radius: 50%;
				top: -12px;
				right: -29px;
			}
				.autore_review span img{
					width: 100%;
				}
	.inner_review .col-md-6:nth-of-type(1){
		border-right: 1px solid white;
	}
/* Fascia reviews */

/* Trip Advisor */

.trip_left_anim{
	-webkit-transition: all 600ms ease;
	   -moz-transition: all 600ms ease;
	    -ms-transition: all 600ms ease;
	        transition: all 600ms ease;
	opacity: 0;
	position: relative;
	left: -170px;
	margin-bottom: 60px;
}
.fade_l{
	left: 0;
	opacity: 1;
}
	.logo_trip{
		display: inline-block;
		text-align: center;
		padding-left: 15px;
		margin-bottom: 10px;
		left: -90px;
		width: 140px;
	}
		.logo_trip img{
			width: 80%;
			max-width: 200px;
		}
	.bullet {
		display: inline-block;
		position: relative;
		width: 100%;
		height: 20px;
		max-width: 260px;
		margin-right: auto;
		margin-bottom: 11px;
		margin-left: auto;
		top: 10px;
	}
		.palle_top{
			position: absolute;
		}
			.palle_top .palla{
				float: left;
				width: 40px;
				height: 40px;
				background-color: rgba(255, 255, 255, 0);
				border-radius: 50%;
				border: 5px solid #1e9942;
				box-shadow:
				  0 0 0 5px white;
				-moz-box-shadow:
				  0 0 0 5px white;
				-webkit-shadow:
				  0 0 0 5px white;
				margin-right: 11px;
				position: relative;
				z-index: 1;
			}
			.palle_bot .palla{
				float: left;
				width: 38px;
				height: 36px;
				border-radius: 50%;
				margin-right: 13px;
				position: relative;
				top: 1px;
			}
				.palle_bot .palla span{
					position: relative;
					display: block;
					width: 0px;
					height: 35px;
					background-color: white;
					margin-left: 3px;
					z-index: 0;
					-webkit-transition: all 600ms ease;
					   -moz-transition: all 600ms ease;
					    -ms-transition: all 600ms ease;
					        transition: all 600ms ease;
					top: 2px;
				}
	.info_trip{
		display: inline-block;
		border: 1px solid white;
		margin-top: 24px;
	}
		.box_feedback {
			display: inline-block;
			border-right: 1px solid white;
			padding: 9px;
			font-size: .8em;
			font-family: 'brandon_grotesqueblack';
		}
			.icon_rew{
				margin-left: 10px;
				position: relative;
				bottom: -6px;
			}
			.percentage{
				display: inline-block;
				text-align: center;
				color: white;
				font-weight: bold;
				font-size: 25px;
				position: relative;
				z-index: 1;
				font-size: .8em;
				width: 170px;
			}
				.percentage span.grey{
					color: #b2bbbe;
					font-weight: normal;
					font-style: normal;
				}
				.percentage img{
					margin-top: -4px;
				}

	.box_trip_rew1_hidden {
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		position: fixed !important;
		z-index: 1000000;
		background-color: rgba(0, 0, 0, 0.5);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
	}
	.box_trip_rew2_hidden {
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		position: fixed !important;
		z-index: 1000000;
		background-color: rgba(0, 0, 0, 0.5);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
	}

.box_trip_inner {
	position: fixed !important;
	z-index: 100;
	background-color: white;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 519px;
	height: 499px;
	margin-top: -250px;
	margin-left: -250px;
	padding: 25px;
}

#TA_selfserveprop496 {
	width: 100% !important;
}

#CDSWIDSSP {
	width: 100% !important;
}

.box_trip_inner .inner_inner{
	height: 100%;
	overflow: auto;
}
.trip_right{
	text-align: center;
	padding: 40px !important;
}
.ultime_recensioni, .scrivi_recensioni{
	right: -90px;
	opacity: 0;
	display: inline-block;
	position: relative;
	-webkit-transition: all 600ms ease;
	   -moz-transition: all 600ms ease;
	    -ms-transition: all 600ms ease;
	        transition: all 600ms ease;
	font-family: 'brandon_grotesquemedium';
}
.scrivi_recensioni{
	right: -170px;
}
.fade_r{
	right: 0;
	opacity: 1;
}

.trip_btn, .trip_btn_mobile{
	width: 147px;
	text-align: center;
	margin: 8px 0 0;
	padding: 5px;
	color: #1e9942;
	cursor: pointer;
	-webkit-transition: all 400ms ease;
	   -moz-transition: all 400ms ease;
	    -ms-transition: all 400ms ease;
	        transition: all 400ms ease;
	        display: inline-block;
	font-size: .8em;
	line-height: 1em;
	background-color: #fefffe;
	border: 1px solid white !important;
}

.trip_btn:hover, .trip_btn_mobile:hover{
	background-color: #1e9942;
	color: white;
}

.close{
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 1 !important;
	height: 30px !important;
	margin-top: 5px;
	z-index: 100;
	margin-right: 8px;
	cursor: pointer;
	width: 30px;
}


/* Singolo Tour */

.single_tour .top_tour:hover .img_tour_bg{
	-ms-transform: scale(1.2); /* IE 9 */
	 -webkit-transform: scale(1.2); /* Safari */
	  transform: scale(1.2);
}
.sidebar{
	
}

.checkbox_form{
	margin-top: 10px;
	text-align: left;
}

.checkbox_form p{
	font-size: 16px;
	line-height: 18px;
}
.box_contatti .checkbox_form p{
	font-size: 12px;
	line-height: 14px;
}

.check_box {
	width: 18px;
	margin-top: 0;
	position: relative;
	float: left;
	height: 18px;
	margin-right: 7px;
}

.check_box label {
	cursor: pointer;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000000',GradientType=0 );
	margin-left: 0!important;
	border: 2px solid #000000;
	float: left;
	padding: 0;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.check_box.bg_error label {
	border: 2px solid red;
}

.check_box label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 22px;
	height: 13px;
	background: rgba(255, 255, 255, 0);
	top: -3px;
	left: -2px;
	border: 3px solid #3cbb6e;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);

}

.check_box label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.check_box input[type=radio]:checked + label:after, .check_box input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

input[type=checkbox]{
	opacity: 0;
	padding: 0px;
	margin: 0px;
	height: 0px;
	margin-bottom: -15px;
	bottom: -5px;
	position: relative;
}

.btn_book{
	cursor: pointer;
	background-color: #3cbb6e;
	position: relative;
	color: white;
	font-size: .8em;
	padding: 9px 54px 6px 15px;
	border-radius: 9px;
	font-family: brandon_grotesqueblack;
	text-transform: uppercase;
	-webkit-transition: all 400ms ease;
	   -moz-transition: all 400ms ease;
	    -ms-transition: all 400ms ease;
	        transition: all 400ms ease;
	        
}
	.btn_book:hover{
		background-color: black;
		        
	}
	.btn_book span{
		position: absolute;
		background: url(img/icon_cart.svg) 1px 5px no-repeat black;
		background-size: 80%;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		top: -3px;
		right: -10px;
	}
	
.btn_buy_tour_home{
	width: 180px;
	font-size: .8em;
	cursor: pointer;
	background-color: #3cbb6e;
	position: absolute;
	color: white;
	right: 40px;
	top: 12px;
	padding: 4px 44px 4px 9px;
	border-radius: 9px;
	font-family: brandon_grotesqueblack;
	text-transform: uppercase;
	-webkit-transition: all 400ms ease;
	   -moz-transition: all 400ms ease;
	    -ms-transition: all 400ms ease;
	        transition: all 400ms ease;
	        
}
	.btn_buy_tour_home:hover{
		background-color: black;
		        
	}
	.btn_buy_tour_home span{
		position: absolute;
		background: url(img/icon_cart.svg) 1px 5px no-repeat black;
		background-size: 80%;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		top: -7px;
		right: -10px;
	}
	

.sidebar .top_tour{
	height: 120px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.fascia_interna{
	padding: 0px;
}
	.bg_full_height{
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		bottom: 0px;
	}
.contenitore_single > .col{
	padding: 35px 35px;
}
	.sidebar .img_box img{
		width: 100%;
		max-width: 500px;
	}
	.sidebar h4{
		margin-top: 45px;
	}
	.sidebar p{
		font-size: .9em;
		line-height: 1.8em;
	}

.single_list li{
	list-style: disc;
	list-style-position: inside;
}
.form_buy{
	margin-top: 37px;
	text-align: center;
}
.form_buy input, #e_date, .form_buy input, #e_hour, .form_buy input, #e_people{
	width: 100%;
	border: 1px solid black;
	-webkit-appearance: none;
	appearance: none;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 10px;
}
	.form_buy .btn_send_form{
		display: inline-block;
		padding: 8px 15px;
		border: 2px solid white;
		border-radius: 9px;
		font-family: brandon_grotesqueblack;
		text-transform: uppercase;
		margin-top: 20px;
		-webkit-transition: all 400ms ease;
		   -moz-transition: all 400ms ease;
		    -ms-transition: all 400ms ease;
		        transition: all 400ms ease;
		background-color: #3cbb6e;
	}
		.form_buy .btn_send_form:hover{
			background-color: black;
			color: white;
		}
	.subtotal{
		font-family: brandon_grotesqueblack;
		margin-top: 12px;
		padding-left: 10px;
	}
	.subtotal span{

		font-size: 1.6em;
	}
	
	#e_date, #e_hour, #e_people{
		cursor: pointer;
	}
		#e_date_picker{
			display: none;
			background-color: #d2ebd8;
			overflow: hidden;
			margin-bottom: 10px;
		}
	
	
	#e_hour_tour, #e_people_tour{
		display: none;
		background-color: #d2ebd8;
		overflow: hidden;
		margin-bottom: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
		#e_hour_tour span, #e_people_tour span{
			display: block;
			cursor: pointer;
			padding-top: 2px;
			padding-bottom: 2px;
			text-transform: uppercase;
		}
			#e_hour_tour span:hover, #e_people_tour span:hover{
				color: #3cbb6e;
			}
			
			#e_hour_tour span.hour_selected, #e_people_tour span.people_selected{
				background-color: #3cbb6e;
				color: white;
			}

/* Calendar Datepicker prenota*/

.ui-datepicker{
	margin: 0 auto;
	padding: 0px !important;
	border: 0px !important;
	background-color: #d2ebd8 !important;
}
table th{
	background-color: #d2ebd8 !important;
}
table.ui-datepicker-calendar {
    clear: both;
    float: none !important;
	margin-top: 0;
	top: 0;
	background-color: #d2ebd8 !important;
}

.ui-datepicker-header{
    color: #3cbb6e !important;
    font-weight: normal;
    line-height: 15px;
    padding: 9px 9px 30px !important;
    text-align: center;
    text-transform: capitalize;
   	width:100% !important;
   	border: 0px !important;
	font-style: normal;
	background-color: #d2ebd8 !important;
	margin-bottom: 0;
	background-image: none !important;
	font-family: brandon_grotesqueblack;
}

span.ui-datepicker-year {
	font-size: 1.3em !important;
	margin-top: -38px;
	color: #3cbb6e !important;
	font-weight: 200 !important;
	line-height: 1em;
}

.ui-datepicker-title span{
    color: #3cbb6e;
    display: block;
	font: 2em/1em "brandon_grotesqueblack";
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}

.ui-datepicker-calendar th{
	border: 0px;
	color: #3cbb6e;
	text-transform: uppercase;
	font-size: .9em;
}

td..ui-datepicker-unselectable.ui-state-disabled span {
	background-color: #d0e9d6 !important;
}

span.ui-state-default {
	background-color: #d0e9d6 !important;
	border: 0px !important;
	font-family: brandon_grotesquemedium;
	background-image: none !important;
}

tbody{
	background-color: ;
}

.ui-datepicker-next span, .ui-datepicker-next span:hover {
   background: url(img/arrow_right_g.svg) center center / 20px no-repeat !important;
	color: #E9E2D4 !important;
    cursor: pointer;
    display: block;
    float: right;
    height: 40px;
	text-indent: -9999px;
    width: 40px;
	position: relative;
	left: 0 !important;
	top: 0 !important;
	margin: 0px !important;
}

a.ui-datepicker-next.ui-corner-all, a.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover, a.ui-datepicker-prev.ui-corner-all, a.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover  {
	background: none;
	border: 0px;
	margin-top: 25px;
}

.ui-datepicker-prev span,.ui-datepicker-prev span:hover {
   background: url(img/arrow_left_g.svg) center center / 20px no-repeat !important;
   	color: #E9E2D4 !important;
    cursor: pointer;
    display: block;
    float: right;
    height: 40px;
   	text-indent: -9999px;
    width: 40px;
   	position: relative;
   	left: 0 !important;
   	top: 0 !important;
   	margin: 0px !important;
}


.ui-datepicker-calendar tr td{
    line-height: 28px !important;
    padding: 9px!important;
    text-align: center;
    background: #d2ebd8;
    border: 0em;
    font-weight: normal;
    color: #b1babd !important;
    background-color: transparent !;
}
	
	
	 .ui-datepicker-calendar tr td a, .ui-datepicker-calendar tr td a:hover{
	    color: #626262 !important;
	 	font: .9em "brandon_grotesquemedium" !important;
	 	text-decoration: none;
	 	background-color: transparent !important;
	 	background-image: none !important;
	 	border: 0px !important;
	 	color: black !important;
	 	text-align: center;
	 }
	
	.ui-datepicker-calendar tr td a:hover{
		color: #3cbb6e !important;
	}
	
 .ui-datepicker-calendar a.ui-state-active{
     color: white !important;
	background-color: #3cbb6e !important;
	padding: 7px;
 	font-family: brandon_grotesqueblack !important;
 }
	 .ui-datepicker-calendar a.ui-state-active:hover{
	    font-family: brandon_grotesqueblack !important;
	    color: white !important;
	 	background-color: #3cbb6e !important;
	 }

.ui-datepicker-title {
    float: none;
    width: auto;
	padding-top: 17px;
}

/* Flexslider */
.slider_box{
	margin-bottom: 50px;
	height: 655px;
	overflow: hidden;
}
	.slideshow_app{
		opacity: 0;
	}

/* Singolo Tour */
@media only screen and (max-width: 1680px) {
	.inner_review{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media only screen and (max-width: 1450px) {
	
	.info_trip{
		margin-top: 44px;
	}
	.title_review{
		font: 1.1em 'brandon_grotesqueblack';
	}
	.testo_review{
		font-size: .8em;
	}
	.logo_trip{
		padding: 0px;
	}
	.box_palle{
		margin-left: 5px;
	}
	
}
@media only screen and (max-width: 1420px) {
	.tour_inline .col{
		width: 48% !important;
	}
}
@media only screen and (max-width: 1210px) {
	.autore_review{
		display: inline-block;
		border: 1px solid white;
		border-radius: 10px;
		padding: 5px 50px 5px 15px;
		font: .8em brandon_grotesqueblack;
		margin-top: 18px;
		position: relative;
	}
		.autore_review span{
			position: absolute;
			width: 70px;
			height: 70px;
			overflow: hidden;
			border-radius: 50%;
			top: -18px;
			right: -29px;
		}
		
	.height_review{
		height: 590px;
	}
	.box_feedback {
		display: none;
	}
	.info_trip{
		padding: 7px;
	}
	
}


@media only screen and (max-width: 1150px) {
	
	
	.ultime_recensioni, .scrivi_recensioni{
		padding-right: 10px;
		padding-left: 10px;
		width: auto;
	}
	
	.trip_right{
		padding: 20px !important;
	}
	
}
@media only screen and (max-width: 992px) {
	
	
	.trip_section .col-md-6{
		width: 100%;
	}
	.trip_section{
		top: 10px;
	}
	.ultime_recensioni{
		margin-bottom: 40px;
	}
	
	.box_trip_inner {
		position: fixed !important;
		z-index: 100;
		background-color: white;
		top: 50%;
		left: 0px;
		width: 100%;
		max-width: 100%;
		height: 450px;
		margin-top: -225px;
		margin-left: 0px;
		padding: 25px;
	}
	
	.ultime_recensioni, .scrivi_recensioni{
		padding-right: 0px;
		padding-left: 0px;
		display: inline-block !important; 
		right: 0px !important;
		width: 40% !important;
		opacity: 1 !important;
		vertical-align: middle;
	}
	
	.inner_inner iframe{
		width: 100% !important;
	}
	
	.trip_left_anim{
		opacity: 1 !important;
		left: 0px !important;
		margin-top: 50px;
	}
	.frase_1, .frase_2{
		text-transform: uppercase;
		color: white;
		font-size: 26px;
		line-height: 29px;
	}
	.autore_1, .autore_2{
		text-align: center;
		font-weight: normal;
		font-style: normal;
		font-size: 11px;
		color: white;
	}
	.trip_btn, .trip_btn_mobile{
		width: 100%;
		display: block;
		text-align: center;
		margin: 16px auto 0;
		padding: 11px;
		cursor: pointer;
		font-size: 16px;
	}
	.percentage{
		margin-bottom: 5px;
		font-size: 15px;
	}
	.box_feedback {
		display: block;
		border: 0px;
		border-bottom: 1px solid white;
		margin-bottom: 6px;
	}
	.info_trip{
		padding: 0px;
		margin-top: 0px;
	}
	
	
}

@media only screen and (max-width: 767px) {
	.info_trip{
		margin-top: 30px;
	}
}

/* Trip Advisor */	

@media only screen and (max-width: 1465px){
	.btn_buy_tour_home{
		width: 136px;
		font-size: .7em;
		        
	}
}

@media only screen and (max-width:1280px){
		ul.menu li{
			margin-right: 19px;
		}
		
		ul.menu li:after{
			right: -20px;
		}
}

@media only screen and (max-width:1190px){
	.btn_book{
		font-size: .7em;
	}
		.btn_buy_tour_home span{
		display: none;
	}
	.btn_buy_tour_home{
		width: auto;
		padding-right: 6px;
		right: 16px;
	}
	.logo{
		margin-right: 15px;
		margin-top: 4px;
	}
	.logo img{
		width: 220px;
	}
	
	.box_bordered{
		height: 280px;
	}
	.wrapper{
		padding-right: 35px;
		padding-left: 35px;
	}
	.single_tour .wrapper{
		padding-right: 0px;
		padding-left: 0px;
	}
	.bg_full_height{
		right: 0px;
	}
	.form{
		width: 90%;
		margin: 50px auto 0 !important;
		padding-right: 0;
		padding-left: 0;
	}
	.box_vantaggi .col{
		padding-right: 15px;
		padding-left: 15px;
	}
	.box_input{
		width: 19.5%;
	}
	.bg_insta{
		font-size: .7em;
		line-height: 1.3em;
	}
	
}

@media only screen and (max-width:992px){
	#call_trigger{
		display: block;
	}
	.btn_book{
		max-width: 200px;
		cursor: pointer;
		background-color: #3cbb6e;
		position: relative;
		color: white;
		margin: 35px auto 0;
		padding: 3px 47px 3px 15px;
		border-radius: 9px;
		font-family: brandon_grotesqueblack;
		text-transform: uppercase;
		-webkit-transition: all 400ms ease;
		   -moz-transition: all 400ms ease;
		    -ms-transition: all 400ms ease;
		        transition: all 400ms ease;
		        
	}
		.btn_book:hover{
			background-color: black;
			        
		}
		body .btn_book span{
			position: absolute;
			background: url(img/icon_cart.svg) 1px 5px no-repeat black;
			background-size: 80%;
			width: 50px;
			height: 50px;
			border-radius: 50%;
			top: -9px;
			right: -10px;
			padding: 0px !important;
			border-top: 0px !important;
			background-color: black !important;
		}
		
		
	.ui-datepicker-title span{
		font: 2em/1.3em "brandon_grotesqueblack";
	}
	.ui-datepicker-calendar tr td{
	   padding: 3px !important;
	}
	
	.ui-datepicker-calendar th{

		font-size: .7em;
	}
	
	#map_canvas{
		height: 250px;
		display: block;
		float: none;
		width: 100%;
		position: relative;
	}
	.fascia_instagram{
		padding-bottom: 70px;
	}
	
	.bg_insta{
		font-size: 1.8em;
	}
	.height_insta{
		height: 0px;
		padding-bottom: 46%;
		position: relative;
	}
	.title_tour{
		height: 150px !important;
	}
	.box_contatti{
		width: 100%;
		padding: 35px;
		margin-top: 0;
	}
	.inner_review .col-md-6:nth-of-type(1){
		display: none;
	}
	.single_review{
		padding: 25px 35px;
	}
	.info_tour_bottom div{
		font-size: 15px;
	}
	form {
		width: 100%;
	}
	.linee{
		width: 100%;
	}
	.height_review{
		height: auto;
	}
	.btn_more_click{
		margin-top: 20px;
	}
	
	
	
	.fascia_about .col{
		text-align: center;
		padding-right: 0;
		padding-left: 0;
	}
	footer .credits{
		font-size: 14px;
		line-height: 19px;
		text-align: center;
	}
	.contenitore_single > .col-md-9{
		padding: 35px !important;
		overflow: hidden;
	}
	.sidebar{
		padding: 35px !important;
	}
	body{
		//font-size: 15px;
	}
	.heading_bordered {
		font-size: 15px;
	}
	.single_tour .info_tour_bottom div{
		font-size: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.bg_full_height{
		display: none;
	}
	.line_white_chisiamo_left, .line_black_chisiamo{
		display: none;
	}
	.left_chisiamo > div p{
		max-height: 135px;
		transition: max-height 0.5s ease-in-out;
		-webkit-transition: max-height 0.5s ease-in-out;
		-moz-transition: max-height 0.5s ease-in-out;
		overflow: hidden;
	}
	.header_mobile{
		display: block;
	}
	#menu_lateral {
		display: block;
	}
	.menu_mobile li{
		color: white;
		font: 18px brandon_grotesquemedium;
		margin-bottom: 25px;
		cursor: pointer;
	}
		.menu_mobile li a{
			color: white;
		}

li.menu_mobile_btn {
	margin-right: 15px;
	margin-left: 15px;
	background-color: black;
	padding: 8px;
}
.box_lang_mobile a{
	color: white;
}
.mobile_hidden{
		display: none;
	}
	.mobile_show{
			display: block;
		}
	#click_trigger{
		display: block;
	}
	.fascia_mice .col{
		padding-right: 0px;
		padding-left: 0px;
	}
	.fascia_mice .col.t_left{
		border-left: 0px;
	}
	.icon_chisiamo{
		margin-bottom: 12px;
	}
	.header{
		height: 75px;
		margin-bottom: 50px;
		position: fixed;
		width: 100%;
		z-index: 1000;
		left: 0;
		top: 0;
		background-color: white;
	}
	.slide_heading{
		padding-top: 130px;
		border: 0px;
		height: 400px !important;
		padding-bottom: 150px;
	}
	.tour_slider .heading_slogan{
		margin-top: 0px;
	}
	.box_logo{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 40%;
		height: 75px;
		margin: 0 auto;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
	}
	.box_logo img{
		height: 35px;
		position: relative;
		margin-top: 19px;
		margin-left: 11px;
	}
	.icon_chisiamo div{
		width: 80%;
	}
	.fascia_mice .row{
		margin-top: 0px;
	}
	section{
		padding-bottom: 50px;
	}
	.left_chisiamo > div{
		width: 100%;
		padding: 25px;
		margin-top: 0px;
		text-align: left;
	}
	.bordered_absolute{
		padding-left: 0;
	}
	.right_chisiamo{
		margin-top: 50px;
		padding-left: 15px;
	}
	h2.title_section {
		padding-right: 25px;
		padding-left: 25px;
		margin-top: 17px;
		text-transform: none;
	}


	.info_box_prodotti{
		padding: 0px;
		margin-bottom: 50px;
	}
	.info_box_prodotti:after{
		display: none;
	}
	
	.box_bordered{
		height: auto;
		min-height: 10px;
		margin-bottom: 30px;
	}
	.fascia_vantaggi .col-md-6{
		padding: 0px;
	}
	
	.icon_top_vantaggi{
		height: 190px;
		width: 160px;
	}
	.icon_top_vantaggi img{
		height: 180px;
		margin-left: -14px;
	}
	.fascia_mice .col{
		text-align: center;
	}
	.box_vantaggi .col{
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
		margin-bottom: 30px;
	}

	.info_box_vantaggi{
		text-align: center;
	}
	.icon_top_vantaggi{
		float: none;
		margin: 0 auto;
	}
	.icon_top_vantaggi:after{
		width: 100%;
	}
	.info_box_gruppo{
		margin-bottom: 40px;
	}
	.box_gruppo .col{
		width: 100%;
		padding: 0px;
	}
	.box_input:nth-of-type(3n) {
		padding-right: 0px;
	}
	.box_input:nth-of-type(5) {
		padding-right: 10px;
	}
	.box_input{
		width: 32.8%;
	}
	
	.heading_slogan{
		z-index: 10;
		position: relative;
		color: white;
		margin-top: 71px;
		padding-right: 55px !important;
		padding-left: 55px !important;
	}
	.heading_slogan .btn_more_click{
		margin-top: 9px;
	}
	ul.menu{
		display: none;
	}
	.box_chisiamo{
		margin-bottom: 40px;
		padding-right: 25px;
		padding-left: 25px;
	}
	
	.fascia_about .row{
		margin-top: 20px;
	}
	
	.fascia_about .col:nth-of-type(2) {
		border-left: 0px solid white;
		padding-left: 0;
		padding-right: 0;
	}
	
	.top_tour{
		height: 220px;
	}
	
	.title_tour{
		height: 220px !important;
	}

}

@media only screen and (max-width:767px){
	.box_tours .col{
		width: 100% !important;
		height: auto !important;
		margin-bottom: 20px;
		padding: 0px;
	}
	.inner_info_box_tour{
		height: auto;
	}
	.ui-datepicker-title span{
		font: 1.2em/1.4em "brandon_grotesqueblack";
	}
	.ui-datepicker-title {
	    width: 150px;
	    margin: 0 auto !important;
	}
	.ui-datepicker-calendar a.ui-state-active{
		padding: 3px;
	}
	
	.ui-datepicker-calendar tr td{
	  font-size: .8em;
	}
	.ui-datepicker{
		width: 90% !important;
	}
	.box_bordered{
		padding: 15px;
	}
	.box_input:nth-of-type(3n) {
		padding-right: 0px;
	}
	.box_input:nth-of-type(5) {
		padding-right: 0px;
	}
	.form{
		text-align: center;
	}
	.box_input{
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
		
		.heading_slogan span{
			font-size: 1.3em;
			line-height: 1em;
		}
		.heading_slogan span{
			border-top: 4px solid #3cbb6e !important;
		}
	.bordered_absolute{
		display: none;
	}
	.right_chisiamo{
		padding-left: 0px;
	}
	
	.slider_box{
		margin-bottom: 50px;
		height: 200px;

	}
	.tour_slider{
		min-height: 10px;
	}
	.slide_heading_home{
		min-height: 10px  !important;
	}
	.top_tour{
		height: 120px;
	}
	
	.title_tour{
		height: 120px !important;
	}
	
}

@media only screen and (max-width:590px){
	.bg_insta{
		font-size: 1em;
	}
	.mini_width{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.single_tour .info_tour_bottom{
		text-align: center;
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.single_tour .info_tour_bottom div{
		display: block;
		width: 150px;
		margin: 0 auto 8px;
	}
}

/* White Version */
#iubenda-pp{z-index:1000000000!important}#iubenda-pp-overlay{z-index:100000000!important}
div#iubenda-cs-banner {
  background: transparent !important;
  bottom: 0px !important;
  top: auto !important;
}

.iubenda-cs-content {
  background: #fff !important;
  background: rgba(255,255,255,.9) !important;
  width: 60% !important;
  border: 3px solid #3cbb6e;
  border-bottom: 0;
  margin: 0 auto;
  padding: 10px 25px;
  position: relative;
}

#iubenda-cs-banner .iubenda-banner-content p {
  color: #000 !important;
  font-size: 11px !important;
  line-height: 14px;
}
a.iubenda-cs-close-btn {
  background-color: #000000 !important;
  width: 25px;
  height: 25px !important;
  text-align: center;
  border-radius: 500px;
  line-height: 20px;
  font-weight: bold;
  position: absolute;
  right: 5px;
  text-indent: -99999px;
  background: url(img/icon_close.svg) center center no-repeat;
  background-size: 15px;
  top: 5px;
}

a.iubenda-cs-cookie-policy-lnk {
  color: #3cbb6e !important;
  font-size: 11px !important;
  line-height: 14px;
  
}
a.iubenda-cs-cookie-policy-lnk:hover{
   color: #3cbb6e !important;
}
iframe.iubenda-ibadge {
  position: relative;
  top: 6px;
  width: 97px !important;
}

#iubenda-cs-banner{
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
}

@media screen and (max-width: 640px) {
  
  .iubenda-cs-content {
    width: 90% !important;
    border: 0 none;
    padding: 5% !important;
    border-bottom: 3px solid #3cbb6e;
  }

  
}

/* IOS */
.yes-ios {
   display: none;
}

body.ios-version .no-ios {
    display: none;
}

body.ios-version .yes-ios {
    display: block;
}

.form_book_ios {
  position: relative;
  padding: 30px 0;
  text-align: center;
} 

.mob-btn-book {
    text-align: center;
    text-transform: uppercase;
    font: 1.2em brandon_grotesqueblack;
    color: white !important;
    padding: 20px 10px;
    background-color: #3cbb6e;
    display: block;
    border-radius: 4px;
    margin-top: 20px;
}

/* MOBILE */
#mobile-lang {
  display: none;
}
@media screen and (max-width: 992px) {

  #mobile-lang {
    position: fixed;
    top: 75px;
    right: 0;
    width: 75px;
    background: #000;
    z-index: 90;
    cursor: pointer;
    display: block;
  }

  #mobile-lang a {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px;
    display: block;
    line-height: 1;
    background: transparent;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }

  #mobile-lang ul li a:hover {
    background: #138f38;
  }

  #mobile-lang .svg-lang {
    width: 22px;
    height: auto;
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
  }

  #mobile-lang .svg-arrow {
    position: absolute;
    top: 15px;
    right: 8px;
    width: 9px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }

  #mobile-lang ul {
    margin: 0;
    padding: 0;
    display: none;
  }

}

.logo-loving {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.logo-loving a {
  width: 130px;
  display: inline-block;
}
.logo-loving img {
  width: 100%;
  height: auto;
}