
/* Microsoft Edge Browser 12+ (All) - @supports method */

@supports (-ms-accelerator:true) {
  .selector { property:value; } 
}
/* Microsoft Edge Browser 13+ - @supports method */

@supports (-ms-accelerator:true) and (color:unset) {
  .selector { property:value; } 
}
/* Microsoft Edge Browser 12+ (All) - one-liner method */

_:-ms-lang(x), _:-webkit-full-screen, .selector { property:value; }

/* Microsoft Edge Browser 13+ - one-liner method */

_:-ms-lang(x), _::-webkit-meter-bar, .selector { property:value; }

/* Microsoft Edge Browser 12 (only) */

@supports (-ms-accelerator:true) and (not (color:unset)) {
  .selector { property:value; } 
}
/* Internet Explorer 10+, Microsoft Edge Browser */

_:-ms-lang(x), .selector { property:value; } 

/* Internet Explorer 11+, Microsoft Edge Browser */
/* Put this code in external stylesheet: ie11up.css */

@charset "<Any Modern Browser but MSIE 10- or FF 18- >";

_:-ms-lang(x), .selector { property:value; }

.select-style {
    border: 1px solid #003;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #FFF;
	background-image: url(../images/arrow.png) no-repeat;
	
}

.select-style select {
    padding: 10px;
    width: 120%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  background: #fff;
}
body {
  font-family: sans-serif,  Open Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: #003;
  background: #fff;
  letter-spacing: 0.1px;
}
body.fh5co-overflow {
  overflow-x: auto;
}

::-webkit-selection {
  color: #fff;
  background: #f7c873;
}

::-moz-selection {
  color: #fff;
  background: #f7c873;
}

::selection {
  color: #fff;
  background: #f7c873;
}

a {
  color: #003;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:focus, a:active {
  color: #003;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #bb6505;
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif,  Open Sans;
  color: #003;
}

p {
  margin-bottom: 30px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: sans-serif,  Open Sans;
  font-size: 11px;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
    padding: 7px 5px 7px 5px !important;
    margin: 10px 0px 0px;
    background-color: #E8890C;
    color: #fff;
    float: left;
}
/*.btn.btn-lg {
  padding: 18px 36px !important;
  margin: 15px 0;
  background-color: #E8890C;
  color: #fff;
}*/
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #f4511e;
  background-color: #fff !important;
  color: #f4511e;
}

.btn-primary {
  background: #f7c873;
  color: #fff;
  border: 2px solid #f7c873;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f6bf5b !important;
  border-color: #f6bf5b !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #f7c873;
  border: 2px solid #f7c873;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #f7c873;
  color: #fff;
}

.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #45c46f !important;
  border-color: #45c46f !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #f7c873;
}

#fh5co-header {
  padding: 3em 3em;
  float: left;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #fh5co-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-header {
    padding-bottom: 5em !important;
  }
}
#fh5co-header .fh5co-nav-toggle {
  position: absolute;
  top: 4.2em;
  left: 3em;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  #fh5co-header .fh5co-nav-toggle {
    top: 4em;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-header .fh5co-nav-toggle {
    top: 2.5em;
    left: 15px;
  }
}
#fh5co-header .fh5co-social {
  position: absolute !important;
  right: 3em !important;
  top: 3.2em;
  z-index: 99;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #fh5co-header .fh5co-social {
    right: 15px !important;
    top: 3.2em;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-header .fh5co-social {
    right: 15px !important;
    top: 3em;
	display:none;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-header .fh5co-social {
    right: inherit !important;
    left: inherit !important;
    top: 7em;
    left: 50% !important;
    margin-left: -50px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#fh5co-header #fh5co-logo {
  text-align: center;
}
#fh5co-header #fh5co-logo a {
  color: #003;
}
#fh5co-header #fh5co-logo a sup {
  font-size: 30px;
  top: -20px;
}
@media screen and (max-width: 1200px) {
  #fh5co-header #fh5co-logo {
    right: 15px !important;
    top: 3.2em;
	font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-header #fh5co-logo {
    right: 15px !important;
    top: 1.5em;
	font-size: 24px;
  }
  h2, .h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-header #fh5co-logo {
    right: inherit !important;
    left: inherit !important;
    top: 5em;
    left: 50% !important;
    margin-left: 15px;
	font-size: 24px;
  }
  h2, .h2 {
    font-size: 20px;
  }
}

.fh5co-post-prev,
.fh5co-post-next {
  position: fixed;
  z-index: 999;
  top: 50%;
  height: 50px;
  margin-top: -25px;
  color: #003;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .fh5co-post-prev,
  .fh5co-post-next {
    position: relative;
    text-align: center;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
}
.fh5co-post-prev span,
.fh5co-post-next span {
  vertical-align: base;
  width: 100px;
}
.fh5co-post-prev span i,
.fh5co-post-next span i {
  top: 7px;
  position: relative;
  font-size: 30px;
  color: #003;
}

.fh5co-post-prev {
  left: 0;
  margin-left: -25px;
}
.fh5co-post-prev:hover {
  margin-left: 10px;
  color: #bb6505;
}
@media screen and (max-width: 768px) {
  .fh5co-post-prev {
    margin-left: 15px;
    float: left;
  }
}

.fh5co-post-next {
  right: 0;
  margin-right: -25px;
}
.fh5co-post-next:hover {
  margin-right: 10px;
  color: #bb6505;
}
@media screen and (max-width: 768px) {
  .fh5co-post-next {
    margin-right: 15px;
    float: right;
  }
}

.fh5co-post-entry.single-entry .fh5co-hotel-title {
  font-size: 80px;
}
@media screen and (max-width: 992px) {
  .fh5co-post-entry.single-entry .fh5co-hotel-title {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-post-entry.single-entry .fh5co-hotel-title {
    font-size: 34px;
  }
}
.fh5co-post-entry hotel {
  text-align: center;
  float: left;
  margin-bottom: 110px;
  /*padding-left: 3em;
  padding-right: 3em;*/
}
@media screen and (max-width: 1200px) {
  .fh5co-post-entry hotel {
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .fh5co-post-entry hotel {
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-post-entry hotel {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fh5co-post-entry hotel a img {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-post-entry hotel a:hover img {
  opacity: .4;
}
.fh5co-post-entry hotel figure {
  /*margin-bottom: 30px;*/
  margin-bottom: 0px;
}
.fh5co-post-entry hotel h2 {
  font-family: sans-serif,  Open Sans;
  font-size: 16px;
  
  color: #003;
  /*color: #e8890c;
  margin-bottom: 20px;*/
}
.fh5co-post-entry hotel h2 a {
  /*color: #003;*/
  color: #fff;
}
@media screen and (max-width: 992px) {
  .fh5co-post-entry hotel h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-post-entry hotel h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.fh5co-post-entry hotel .fh5co-meta {
  font-size: 12px;
  font-family: sans-serif,  Open Sans;
  color: #fff;
  /*color: #003;
  margin-bottom: 5px;*/
  display: block;
}
@media screen and (max-width: 480px) {
  .fh5co-post-entry hotel .fh5co-meta {
    margin-bottom: 10px;
  }
}
.fh5co-post-entry hotel .fh5co-meta.fh5co-price {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  line-height: 2;
}
.fh5co-post-entry hotel .content-hotel {
  padding-top: 1em;
}
.fh5co-post-entry hotel .content-hotel a {
  /*text-decoration: underline;*/
}
.fh5co-post-entry hotel .content-hotel blockquote {
  border-left: none;
  padding-left: 0;
}
.fh5co-post-entry hotel .content-hotel blockquote p {
  font-family: sans-serif,  Open Sans;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
}
.fh5co-post-entry hotel .content-hotel blockquote p cite {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  font-style: normal;
  color: gray;
}
.fh5co-post-entry hotel .fh5co-highlight {
  border: 4px solid #f2f2f2;
  padding: 30px;
  width: 100%;
  margin-bottom: 30px;
}
.fh5co-post-entry hotel .fh5co-highlight.right {
  float: right;
  margin-left: 30px;
}
.fh5co-post-entry hotel .fh5co-highlight.left {
  float: left;
}
.fh5co-post-entry hotel .fh5co-highlight h4 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #003;
  text-transform: uppercase;
  font-family: sans-serif,  Open Sans;
}
.fh5co-post-entry hotel .fh5co-highlight p {
  font-family: sans-serif,  Open Sans;
  color: #003;
  font-size: 20px;
}

.fh5co-social {
  padding: 0;
  margin: 30px 0 0 0;
  position: relative;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-social li a {
  font-size: 20px;
  padding: 4px;
  /*color: #003;*/
}

.fh5co-social li a:hover {
  font-size: 20px;
  padding: 4px;
  /*color: #bb6505;*/
}

figure figcaption {
  padding-top: 15px;
  font-size: 14px;
  color: #003;
}

#fh5co-offcanvas {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 700px;
  z-index: 99999;
  overflow-y: auto;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    padding-top: 30px;
    width: 270px;
  }
}
#fh5co-offcanvas .fh5co-close-offcanvas {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  width: 30px;
  overflow: hidden;
  color: #003;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas .fh5co-close-offcanvas {
    top: 5px;
  }
}
#fh5co-offcanvas .fh5co-close-offcanvas:hover {
  width: 85px;
  color: #003;
}
#fh5co-offcanvas .fh5co-close-offcanvas > span {
  width: 100px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-offcanvas .fh5co-close-offcanvas > span > span {
  top: 7px;
  position: relative;
  font-size: 18px;
  vertical-align: top;
}
#fh5co-offcanvas .fh5co-box {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
#fh5co-offcanvas .fh5co-menu,
#fh5co-offcanvas .fh5co-bio {
  width: 50%;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas .fh5co-menu,
  #fh5co-offcanvas .fh5co-bio {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-offcanvas .fh5co-menu,
  #fh5co-offcanvas .fh5co-bio {
    width: 100%;
    padding: 30px;
	font-size: 14px;
  }
}
#fh5co-offcanvas .fh5co-bio {
  text-align: justify;
  float: left;
}
#fh5co-offcanvas .fh5co-bio figure {
  text-align: justify;
  display: block;
  margin-bottom: 30px;
}
#fh5co-offcanvas .fh5co-bio img {
  width: 180px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-offcanvas .fh5co-bio p {
  font-size: 12px;
}
#fh5co-offcanvas .heading {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #003;
  margin-bottom: 30px;
}
#fh5co-offcanvas .fh5co-menu {
  float: right;
}
#fh5co-offcanvas .fh5co-menu ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas .fh5co-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  display: block;
}
#fh5co-offcanvas .fh5co-menu ul li a {
  color: #003;
}

#fh5co-offcanvas .fh5co-menu ul li a:hover {
  color: #bb6505;
}

#fh5co-footer {
  padding: 3em 0;
  text-align: center; 
}

#fh5co-footer img {
  display: inline-block;
  position: relative;
  max-width:200px;
  max-height:54px;
  width: auto;
  height: auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  #fh5co-footer {
    width: 100%;
    padding: 30px;
	font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    width: 100%;
    padding: 15px;
	font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-footer {
    width: 100%;
	padding: 10px;
	font-size: 12px;
  }
}
#fh5co-footer .fh5co-menu {
  display:block;
  position: absolute !important;
  right: 3em !important;
  top: 3.2em;
  z-index: 99;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  #fh5co-footer .fh5co-menu {
    display:block;
    right: 15px !important;
    top: 3.2em;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-menu {
    display:block;
    right: 15px !important;
    top: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-footer .fh5co-menu {
    display:block;
    right: inherit !important;
    left: inherit !important;
    top: 5em;
    left: 50% !important;
    margin-left: -50px;
  }
}

#fh5co-footer-info {
  padding: 3em 0;
  text-align: center; 
}

#fh5co-footer-info img {
  display: inline-block;
  position: relative;
  max-width:200px;
  max-height:54px;
  width: auto;
  height: auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  #fh5co-footer-info {
    width: 100%;
    padding: 30px;
	font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-footer-info {
    width: 100%;
    padding: 15px;
	font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-footer-info {
    width: 100%;
	padding: 10px;
	font-size: 12px;
  }
}
#fh5co-footer-info .fh5co-menu {
  display:block;
  position: absolute !important;
  right: 3em !important;
  top: 3.2em;
  z-index: 99;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  #fh5co-footer-info .fh5co-menu {
    display:block;
    right: 15px !important;
    top: 3.2em;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-footer-info .fh5co-menu {
    display:block;
    right: 15px !important;
    top: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-footer-info .fh5co-menu {
    display:block;
    right: inherit !important;
    left: inherit !important;
    top: 5em;
    left: 50% !important;
    margin-left: -50px;
  }
}

.js .to-animate, .js
.to-animate-2, .js
.animate-box {
  opacity: 0;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #f7c873;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #535659;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #535659;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #535659;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: block;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.rp-b {
  padding-bottom: 40px;
}

.cp-l {
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .cp-l {
    padding-left: 15px;
  }
}

.cp-r {
  padding-right: 30px;
}
@media screen and (max-width: 992px) {
  .cp-r {
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
    float: none;
  }
}

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


    .google-maps {
        position: relative;
		float: left;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
		float: left;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 50% !important;
    }

.panel {
      border: 1px solid #ddd; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #219eff !important;
      /*padding: 25px;*/
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-heading h3 {
      font-size: 32px;
  }
  .panel-heading h4 {
      color: #fff;
      font-size: 14px;
	  letter-spacing: 1px;
  }

.interno2{
	padding: 15px 20px 15px 15px;
	/*box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);*/
	margin-top: 6px;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #e8890c;
}

.carousel-indicators li {
    border-color: #e8890c;
}

.carousel-indicators li.active {
    background-color: #f4511e;
}

.item h4 {
    font-size: 12px;
    line-height: 1.375em;
    /*font-weight: 400;
    font-style: italic;
    margin: 70px 0;*/
}

.item span {
    font-style: normal;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left::before {
    content: "\e079";
}
.nicdark_textevidence {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
	text-align: center;
}
.grey{
	background-color: #434a54;
}
.blue {
	background-color: #009ad0;
}
.orange {
	background-color: #e8890c;
}
.violet {
	background-color: #c377e4;
}
.green {
	background-color: #06ba95;
}
.red{
	background-color: #fb515e; /*#f76570;*/
}
.yellow{
	background-color: #ffba00;
}

.nicdark_margin10 {
    margin: 10px;
    padding: 0px;
    display: inline-block;
	color: #ffffff;
}
.nicdark_margin20 {
    margin: 1px;
    padding: 0px;
    display: inline-block;
	color: #ffffff;
}
.nicdark_margin20 a {
	color: #ffffff;
	font-size: 13px;
    line-height: 22px;
}

.nicdark_bg_gradient {
    background: #f76570;
    background: -moz-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f76570), color-stop(8%,#f76570), color-stop(8%,#f3a46b), color-stop(16%,#f3a46b), color-stop(16%,#f3a46b), color-stop(16%,#ffd205), color-stop(24%,#ffd205), color-stop(24%,#ffd205), color-stop(24%,#1bbc9b), color-stop(25%,#1bbc9b), color-stop(32%,#1bbc9b), color-stop(32%,#14b9d5), color-stop(40%,#14b9d5), color-stop(40%,#c377e4), color-stop(48%,#c377e4), color-stop(48%,#f76570), color-stop(56%,#f76570), color-stop(56%,#f3a46b), color-stop(64%,#f3a46b), color-stop(64%,#ffd205), color-stop(72%,#ffd205), color-stop(72%,#1bbc9b), color-stop(80%,#1bbc9b), color-stop(80%,#14b9d5), color-stop(80%,#14b9d5), color-stop(89%,#14b9d5), color-stop(89%,#c377e4), color-stop(100%,#c377e4));
    background: -webkit-linear-gradient(left, #f76570 0%,#f76570 8%,#f3a46b 8%,#f3a46b 16%,#f3a46b 16%,#ffd205 16%,#ffd205 24%,#ffd205 24%,#1bbc9b 24%,#1bbc9b 25%,#1bbc9b 32%,#14b9d5 32%,#14b9d5 40%,#c377e4 40%,#c377e4 48%,#f76570 48%,#f76570 56%,#f3a46b 56%,#f3a46b 64%,#ffd205 64%,#ffd205 72%,#1bbc9b 72%,#1bbc9b 80%,#14b9d5 80%,#14b9d5 80%,#14b9d5 89%,#c377e4 89%,#c377e4 100%);
    background: -o-linear-gradient(left, #f76570 0%,#f76570 8%,#f3a46b 8%,#f3a46b 16%,#f3a46b 16%,#ffd205 16%,#ffd205 24%,#ffd205 24%,#1bbc9b 24%,#1bbc9b 25%,#1bbc9b 32%,#14b9d5 32%,#14b9d5 40%,#c377e4 40%,#c377e4 48%,#f76570 48%,#f76570 56%,#f3a46b 56%,#f3a46b 64%,#ffd205 64%,#ffd205 72%,#1bbc9b 72%,#1bbc9b 80%,#14b9d5 80%,#14b9d5 80%,#14b9d5 89%,#c377e4 89%,#c377e4 100%);
    background: -ms-linear-gradient(left, #f76570 0%,#f76570 8%,#f3a46b 8%,#f3a46b 16%,#f3a46b 16%,#ffd205 16%,#ffd205 24%,#ffd205 24%,#1bbc9b 24%,#1bbc9b 25%,#1bbc9b 32%,#14b9d5 32%,#14b9d5 40%,#c377e4 40%,#c377e4 48%,#f76570 48%,#f76570 56%,#f3a46b 56%,#f3a46b 64%,#ffd205 64%,#ffd205 72%,#1bbc9b 72%,#1bbc9b 80%,#14b9d5 80%,#14b9d5 80%,#14b9d5 89%,#c377e4 89%,#c377e4 100%);
    background: linear-gradient(to right, #f76570 0%,#f76570 8%,#f3a46b 8%,#f3a46b 16%,#f3a46b 16%,#14b9d5 32%,#14b9d5 40%,#f76570 48%,#f76570 56%,#f3a46b 56%,#f3a46b 64%,#ffd205 64%,#ffd205 72%,#14b9d5 80%,#14b9d5 80%,#14b9d5 89%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76570', endColorstr='#c377e4',GradientType=1 );
}
.nicdark_space3 {
    height: 3px;
    width: 100%;
    float: left;
}
.nicdark_section {
    width: 100%;
    float: left;
}
.nicdark_menu_fullwidth {
    float: left;
    width: 100%;
}
.nicdark_space20 {
    height: 20px;
    width: 100%;
    float: left;
}