@import url('https://fonts.googleapis.com/css?family=Lato|Cormorant+Garamond:300,300i,400,500i,600');
html .site-wrap {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clear {
  clear: both;
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.oldie .clearfix {
  zoom: 1;
}
form {
  margin: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
}
.error {
  color: #f04831;
}
label.error,
span.error {
  margin-bottom: 10px;
  padding: 0px;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.hidden {
  display: none;
}
.loader {
  margin: auto;
  font-weight: bold;
  text-align: center;
  line-height: 160%;
}
#PageLinesToolbox.pl-toolbox .toolbox-panel .tabs-nav li,
#PageLinesToolbox.pl-toolbox .toolbox-panel .tabs-nav li a {
  float: none;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-accordion .opt-name .ui-icon {
  border: 0;
}
.drag-drop-editing.display-boxed .page-canvas .pl-area.area-booking {
  overflow-x: visible;
}
#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .help-block {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  line-height: 120%;
}
.su-column {
  margin-right: 2.5% !important;
}
.section-highlight {
  text-align: center;
}
.section-highlight .highlight-area {
  padding: 10px 0;
  margin: 0 auto;
}
.section-highlight .pl-section-pad {
  padding: 18px 0;
}
.section-highlight .highlight-head {
  font-size: 30px;
  margin: 0;
}
.section-highlight .highlight-subhead {
  margin-top: 5px;
  font-size: 18px;
  opacity: .75;
}
.section-highlight .highlight-subhead strong,
.section-highlight .highlight-subhead a {
  opacity: 1;
}
.section-highlight .hl-image-bottom {
  margin: 12px 0 0 0;
}
.section-highlight .highlight-splash img {
  max-width: 100%;
}
.ibox {
  text-align: center;
}
.ibox .ibox-text h4 {
  margin-bottom: 5px;
  line-height: 1.4em;
}
.ibox .ibox-desc .ibox-link {
  display: block;
  margin-top: .5em;
}
.ibox .ibox-desc .ibox-link i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ibox .ibox-desc .ibox-link a:hover i {
  margin-left: 6px;
}
.ibox .ibox-media {
  text-align: center;
}
.ibox .ibox-media a {
  color: inherit;
}
.ibox .ibox-media .pl-counter {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1em;
}
.ibox .ibox-media .ibox-icon-border {
  margin-bottom: 12px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 500px;
  position: relative;
}
.ibox .ibox-media .ibox-icon-border .invert-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ibox .ibox-media .ibox-icon-border .iii {
  position: relative;
  z-index: 10;
}
.ibox .ibox-media .ibox-icon-border.media-type-image {
  overflow: hidden;
  background-size: cover;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.ibox .ibox-media .ibox-icon-border.media-type-image img {
  border-radius: 500px;
}
.ibox .ibox-media .ibox-icon-border.media-type-icon i {
  font-size: 80px;
  display: inline-block;
}
.ibox.top-aligned .ibox-desc {
  max-width: 300px;
  margin: 0 auto;
}
.ibox.top-aligned .ibox-media {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.ibox.top-aligned .ibox-media.wrap-count {
  max-width: 100%;
}
.ibox.top-aligned .ibox-media .media-type-image {
  height: 0;
  padding: 50% 0;
}
.ibox.left-aligned {
  text-align: left;
}
.ibox.left-aligned .ibox-icon-border .pl-counter {
  font-size: 25px;
  line-height: 1em;
}
.ibox.left-aligned .ibox-icon-border.media-type-count {
  min-width: 100px;
  text-align: right;
}
.ibox.left-aligned .ibox-icon-border.media-type-icon {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ibox.left-aligned .ibox-icon-border.media-type-icon i {
  font-size: 30px;
}
.ibox.left-aligned .ibox-icon-border.media-type-image {
  padding: auto;
  width: 80px;
  height: 80px;
}
.ibox.left-aligned .ibox-icon-border.media-type-image img {
  width: 80px;
}
.section-mediabox.no-pad .pl-section-pad {
  padding: 0;
}
.section-mediabox .mediabox-wrap {
  min-height: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-mediabox img,
.section-mediabox iframe,
.section-mediabox object,
.section-mediabox embed {
  max-width: 100%;
  height: auto;
}
.section-postauthor {
  margin-bottom: 2em;
  text-align: left;
}
.section-postauthor .copy-pad {
  padding: 10px 15px;
}
.section-postauthor .author-note {
  margin-right: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(70,70,70,0.3);
}
.section-postauthor .subtext {
  font-size: 86%;
  color: rgba(70,70,70,0.7);
}
.section-postauthor {
  margin-bottom: 2em;
  text-align: left;
}
.section-postauthor .copy-pad {
  padding: 10px 15px;
}
.section-postauthor .author-note {
  margin-right: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(70,70,70,0.3);
}
.section-postauthor .subtext {
  font-size: 86%;
  color: rgba(70,70,70,0.7);
}
.section-textbox .pl-section-pad .textbox-wrap p:last-child {
  margin-bottom: 0;
}
.section-textbox .pl-section-pad .textbox-wrap p:first-child {
  margin-top: 0;
}
.pl-watermark {
  text-align: center;
}
.pl-watermark .stack-element {
  margin-bottom: 8px;
}
.pl-watermark .fb-like-box span {
  display: block;
  line-height: 0;
  padding: 0;
}
.pl-watermark .powered-by {
  text-align: center;
  font-size: 10px;
}
.pl-watermark .the-watermark {
  text-align: center;
  padding: 5px;
}
.pl-watermark .the-watermark a {
  opacity: .7;
}
.pl-watermark .the-watermark a:hover {
  opacity: 1;
}
.pl-watermark .the-watermark a img {
  max-width: 45px;
}
.section-simple_nav .pl-section-pad {
  padding: 15px 0;
}
.simplenav {
  text-align: center;
}
.simplenav.align-left {
  text-align: left;
}
.simplenav.align-right {
  text-align: right;
}
.simplenav li a {
  font-size: 82%;
  color: inherit;
  display: inline-block;
  margin: 0 5px;
  padding: 2px 4px;
}
.simplenav li a:hover {
  opacity: .7;
}
.pl-new-loop .metahead-page {
  padding-left: 100px;
}
.pl-new-loop .hentry {
  position: relative;
}
.pl-new-loop .hentry.metahead-page {
  padding-left: 100px;
}
.pl-new-loop .hentry.single-post .metamedia {
  margin: 25px 0;
}
.pl-new-loop .hentry .continue_reading_link {
  margin-top: 20px;
}
.pl-new-loop .hentry .entry-title {
  margin: 0;
}
.pl-new-loop .hentry .metamedia {
  margin-bottom: 15px;
}
.pl-new-loop .hentry .metabar {
  font-size: 85%;
  line-height: 1.6em;
  opacity: .7;
  margin: 5px 0 15px;
}
.pl-new-loop .hentry .entry_content img {
  max-width: 100%;
}
.pl-new-loop .hentry .entry_content > :first-child {
  margin-top: 0;
}
.pl-new-loop .hentry .entry_content > :last-child {
  margin-bottom: 0;
}
.metahead {
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 85%;
  line-height: 1.2em;
}
.metahead .metaicon {
  float: right;
  margin-top: 6px;
}
.metahead .author {
  font-weight: 600;
  border-style: solid;
  border-bottom-width: 1px;
  display: block;
  margin-bottom: 10px;
}
.metahead a {
  color: inherit;
  display: block;
  text-align: right;
  margin-bottom: 8px;
}
.metahead a .avatar {
  max-width: 50px;
}
.metahead a:last-child {
  border-bottom: none;
}
@media (max-width: 600px) {
  .pl-new-loop .hentry.post,
  .pl-new-loop .hentry.multi-post {
    padding-left: 0px;
  }
  .metahead {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .metahead a,
  .metahead .author {
    text-align: left;
    display: inline-block;
    border: none;
    margin: 0 5px 0;
    font-size: 16px;
  }
  .metahead .pl-social-pagelines {
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
}
.multi-post .pl-new-loop .hentry {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.multi-post .pl-old-loop .hentry {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.multi-post .pl-old-loop .clip_box {
  margin: 0 0 24.8px;
  border-color: #f2f2f2;
}
.multi-post .pl-old-loop .clip_box .clip {
  width: 47%;
  clear: none;
  float: left;
  margin: 0;
}
.multi-post .pl-old-loop .clip_box .clip .hentry-pad {
  padding: 0 0 12.4px;
}
.multi-post .pl-old-loop .clip_box .clip.clip-right {
  float: right;
}
.multi-post .pl-old-loop .clip_box .clip .clip-header {
  padding: 4px 0 4px 0;
  display: table-cell;
  width: 10000px;
}
.multi-post .pl-old-loop .clip_box .clip .clip-thumb a {
  float: left;
  margin-right: 10px;
}
.multi-post .pl-old-loop .clip_box .clip .clip-thumb img {
  padding: 2px;
  display: block;
  margin: 0 0 0.4em;
}
.multi-post .pl-old-loop .clip_box .clip .post-excerpt {
  font-size: 90%;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}
.multi-post .pl-old-loop .clip_box .clip .entry-title,
.multi-post .pl-old-loop .clip_box .clip .metabar {
  padding: 0;
}
.pl-old-loop .entry-title {
  margin: 0;
  line-height: 1.2em;
}
.pl-old-loop .metabar {
  font-size: 85%;
  line-height: 1.6em;
  opacity: .7;
  margin: 5px 0 15px;
  font-style: normal;
}
.pl-old-loop .article-wrap.meta-mode-author .wrp {
  padding-left: 150px;
  min-height: 250px;
}
@media (max-width: 768px) {
  .pl-old-loop .article-wrap.meta-mode-author .wrp {
    padding-left: 0;
  }
}
.pl-old-loop .article-wrap .author-tag {
  position: absolute;
  float: left;
  width: 120px;
  text-align: right;
  padding-right: 30px;
  font-size: 12px;
  line-height: 1.2em;
  padding-bottom: 30px;
}
.pl-old-loop .article-wrap .author-tag .author a {
  font-size: 14px;
  color: #464646;
  font-weight: 600;
  display: block;
}
.pl-old-loop .article-wrap .author-tag img {
  max-width: 65px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.pl-old-loop .article-wrap .author-tag p {
  margin: 5px 0;
  padding: 5px 0;
}
.pl-old-loop .article-wrap .author-tag hr {
  margin: 0 0 3px;
  width: 45px;
  text-align: right;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #e9e9e9;
}
.pl-old-loop .article-wrap .author-tag .tag-comments a,
.pl-old-loop .article-wrap .author-tag .tag-comments i {
  color: #464646;
  opacity: .4;
}
.pl-old-loop .article-wrap .author-tag .tag-comments a:hover,
.pl-old-loop .article-wrap .author-tag .tag-comments i:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .pl-old-loop .article-wrap .author-tag {
    position: static;
    display: block;
    width: auto;
    padding: 0;
    max-width: none;
    float: none;
  }
  .pl-old-loop .article-wrap .author-tag p {
    margin: 0 0 8px;
  }
  .pl-old-loop .article-wrap .author-tag img {
    float: left;
  }
  .pl-old-loop .article-wrap .author-tag > hr {
    display: none !important;
  }
}
.pl-old-loop .fpost .post-excerpt {
  font-size: 1.03em;
  line-height: 1.55em;
}
.pl-old-loop .tags {
  font-size: 86%;
  opacity: .7;
}
.pl-old-loop .tags .note {
  margin-right: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(70,70,70,0.3);
}
.pl-old-loop .pledit {
  opacity: .7;
}
.pl-old-loop .pledit:hover {
  opacity: 1;
}
.pl-old-loop .post-meta .c_img,
.pl-old-loop .hentry .c_img {
  display: block;
  text-align: center;
}
.pl-old-loop .post-header .post-thumb.img {
  margin: 0 10px 5px 0;
}
.pl-old-loop .post-header .post-thumb.img.alignright {
  margin: 0 0 5px 10px;
}
.pl-old-loop .fpost .post-excerpt .post-thumb.img {
  margin-right: 13px;
}
.pl-old-loop .fpost .media .post-thumb.img {
  margin-right: 20px;
}
.pl-old-loop .fpost .media .img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.pl-old-loop .fpost .textcontent {
  margin: 20px 10px 0 0;
}
.pl-old-loop .fpost .post-excerpt {
  margin: .6em 0;
}
.pl-old-loop .fpost.post .entry {
  margin-bottom: 1em;
  padding: 1em 0;
}
.pl-old-loop .full_img {
  margin-bottom: 10px;
}
.pl-old-loop .post-meta {
  margin-bottom: 1em;
}
.pl-old-loop .post-meta.post-nocontent {
  margin-bottom: 0;
}
.pl-old-loop .post-meta .post-title-section {
  padding-bottom: 6px;
}
.nav-collapse.collapse {
  z-index: 99;
}
.section-my-navi {
  text-align: center;
  width: 100%;
  position: relative;
}
.section-my-navi .navi-wrap {
  height: auto !important;
}
.section-my-navi .navi-logo {
  margin-top: 8px;
  float: left;
  position: absolute;
  z-index: 5;
}
.section-my-navi .navi-top {
  height: 24px;
}
.section-my-navi .navi-top .top-contacts {
  padding: 9px 160px 0 0;
  float: right;
}
.section-my-navi .navi-top .top-contacts .top-contact-tel,
.section-my-navi .navi-top .top-contacts .top-contact-email {
  display: inline-block;
}
.section-my-navi .navi-top .top-contacts .top-contact-tel .labeltxt {
  text-transform: uppercase;
  color: #003D5C;
}
.section-my-navi .navi-top .top-contacts .top-contact-email {
  margin-top: -1px;
  margin-left: 20px;
}
.section-my-navi .navi-top .top-contacts .top-contact-email:before {
  color: #003D5C;
  font-size: 12px;
  position: relative;
  left: -8px;
}
.section-my-navi .navi-top .top-contacts .top-contact-email .icon {
  margin-right: 5px;
  color: #003D5C;
}
.section-my-navi .navi-bottom {
  height: 50px;
  float: right;
  padding-top: 10px;
}
.section-my-navi .navi-bottom .pl-nav {
  float: right;
}
.section-my-navi .navi-bottom .pl-nav li {
  margin-left: 0;
  text-transform: uppercase;
}
.section-my-navi .navi-bottom .pl-nav li a {
  padding: 0 10px;
  line-height: 30px;
  opacity: 1;
}
.section-my-navi .mm-toggle {
  margin: 0 10px 0 10px;
  padding: 3px !important;
  line-height: 100% !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0 !important;
}
.section-my-navi .mm-toggle .icon {
  font-size: 27px;
  color: #fff;
}
.nav-container {
  height: auto;
  width: 100%;
}
.top-contacts {
  display: block;
}
#mobile-buttons {
  z-index: 1;
  position: relative;
  display: none;
}
#mobile-book-trigger {
  display: none;
}
body .pl-mobile-menu {
  background-color: rgba(0,0,0,0.8);
  color: #ffffff;
}
body .pl-mobile-menu ul a {
  font-size: 18px;
  line-height: 1.4em;
}
body .pl-mobile-menu .mm-search {
  display: none;
}
body .pl-mobile-menu .social-menu .icon-facebook {
  display: none;
}
#changelang {
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  text-align: right;
  text-transform: uppercase;
}
#changelang ul.listflags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  position: relative;
  top: 0;
}
#changelang ul.listflags li {
  margin: 0 5px;
  padding: 0 8px 0 0;
  line-height: 110%;
  font-size: 15px;
  color: #1C1616;
  float: left;
  border: none;
  border-right: 1px solid #1C1616;
}
#changelang ul.listflags li:last-child {
  padding-right: 0;
  border-right: none;
}
#changelang ul.listflags li a {
  padding: 0;
  color: #1C1616;
}
.allrooms {
  position: relative;
  float: left;
}
.fld-hotel,
.fld-ferry {
  margin-right: 0;
  float: left;
}
.fld-ferry {
  padding-bottom: 10px;
}
legend,
.lgseparator {
  display: block;
}
.lgseparator {
  height: 34px;
}
.ui-datepicker {
  width: 22em;
  display: none;
  font-size: 13px !important;
  z-index: 1099 !important;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
}
.ui-datepicker .ui-datepicker-title select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 34.1%;
  line-height: 24px;
  height: 24px;
  font-size: 13px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 6px;
  cursor: pointer;
}
.section-my-booking-engine .pl-section-pad {
  padding-top: 0;
  padding-bottom: 0;
}
#modalsearchbar #collps-booking,
.section-my-booking-engine #collps-booking {
  padding: 0;
}
#modalsearchbar #showbookengine,
.section-my-booking-engine #showbookengine {
  display: none;
  border: none;
}
#modalsearchbar #searchbar,
.section-my-booking-engine #searchbar {
  margin-top: 0;
  float: none;
  width: 100%;
  position: absolute;
  top: -88px;
  z-index: 99;
}
#corpoboxricerca fieldset fieldset.stanze {
  margin-right: 0;
  clear: both;
  width: 144px;
  min-width: auto;
}
#corpoboxricerca div.etabambini {
  width: 100%;
}
#corpoboxricerca .minusrooms {
  margin-right: 4px;
}
#corpoboxricerca .sided {
  float: left;
}
#corpoboxricerca #chooseform {
  margin-top: 15px;
  margin-left: 0;
  padding-bottom: 0;
}
#corpoboxricerca #chooseroute {
  float: left;
}
#corpoboxricerca #chooseroute #zonapartenza {
  min-width: 104px;
}
#corpoboxricerca #chooseroute #tipoveicolo {
  min-width: 230px;
}
#corpoboxricerca .form-accom legend,
#corpoboxricerca .form-ferry #chooseform,
#corpoboxricerca .form-ferry .visible-accom,
#corpoboxricerca .form-accom .visible-ferry {
  display: none;
}
#corpoboxricerca .form-ferry #choosenumroom {
  padding-right: 0 !important;
}
#corpoboxricerca .actions {
  margin: 0;
  padding: 10px 0 0 8px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body.display-boxed .area-booking .pl-area-wrap > .pl-content {
  padding-left: 0;
  padding-right: 0;
}
#corpoboxricerca {
  padding: 11px 10px 7px 10px;
  position: relative;
  z-index: 9999;
}
#corpoboxricerca.has-tabs {
  margin-top: 34px;
}
#corpoboxricerca p {
  margin: 0;
  padding: 0;
}
#corpoboxricerca p:before,
#corpoboxricerca p:after {
  width: auto;
}
#corpoboxricerca fieldset {
  display: inline-block;
  float: left;
}
#corpoboxricerca legend {
  margin-bottom: 5px;
  text-align: left;
  color: #eee;
  font-size: 18.4px;
  border-bottom: 1px dotted #eee;
}
#corpoboxricerca label {
  margin-bottom: 0;
  margin-right: 5px;
  display: block;
  line-height: 150%;
  color: #FFF;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
}
#corpoboxricerca select {
  margin-right: 12px;
  padding: 0;
  min-width: 48px;
  font-size: 12px;
  height: 32px;
}
#corpoboxricerca .blockseparator {
  padding-bottom: 0.3em;
}
#corpoboxricerca .error {
  margin-top: 10px;
  color: #A21600;
  background-color: #FFD4CD;
}
#corpoboxricerca label.error {
  display: inline-block;
  padding: 1px 4px;
}
#corpoboxricerca .contenttabs {
  position: absolute;
  top: -25px;
  left: 0;
}
#corpoboxricerca .contenttabs a,
#corpoboxricerca .contenttabs a:focus,
#corpoboxricerca .contenttabs a:hover {
  text-decoration: none;
}
#corpoboxricerca .contenttabs .tab {
  margin: 0 1px 0 0;
  padding: 2px 12px;
  color: #fff;
  background-color: #333333;
}
#corpoboxricerca .contenttabs .tab.active {
  color: #fff;
  background-color: #003D5C;
}
#corpoboxricerca .contenttabs .tab span {
  line-height: 100%;
}
#corpoboxricerca #chooseperiod,
#corpoboxricerca #choosenumroom,
#corpoboxricerca #chooseaccom,
#corpoboxricerca #chooseplace,
#corpoboxricerca #chooseform {
  float: left;
  width: auto;
  display: inline-block;
}
#corpoboxricerca #chooseaccom select,
#corpoboxricerca #chooseplace select {
  min-width: 9em;
}
#corpoboxricerca fieldset .stanze {
  margin-bottom: 0.25em;
  position: relative;
}
#corpoboxricerca fieldset .stanze div.sided {
  float: left;
  width: auto;
}
#corpoboxricerca div.etabambini {
  margin: 6px 0 0 0;
  padding: 0;
  text-align: left;
  width: 134px;
  float: left;
  clear: both;
}
#corpoboxricerca div.etabambini label {
  width: auto;
}
#corpoboxricerca div.etabambini select {
  margin-bottom: 0.5em;
}
#corpoboxricerca #titnumstanze {
  padding-bottom: 0.375em;
}
#corpoboxricerca #period {
  padding-top: 0;
}
#corpoboxricerca #chooseperiod {
  width: auto;
}
#corpoboxricerca .choosedate {
  margin: 0 10px 0 0;
  width: 7.5em;
  float: left;
  position: relative;
}
#corpoboxricerca .choosedate img {
  position: absolute;
  bottom: 0.3em;
  right: 0.3em;
  cursor: pointer;
  display: none;
}
#corpoboxricerca .choosedate input[type="text"] {
  width: 100%;
  height: 32px;
  cursor: pointer;
  background-color: #FFF;
  background-image: url("https://www.hotelflamingo.it/wp-content/themes/my-dms-hotel/sections/my-booking-engine/images/ico-calendar.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
#corpoboxricerca #arrivodatepicker,
#corpoboxricerca #partenzadatepicker {
  margin: 10px 0;
  clear: both;
  position: relative;
  top: 10px;
}
#corpoboxricerca #chooseformula {
  margin: 12px 0 2px 0;
}
#corpoboxricerca #chooseformula select {
  width: 16.6em;
}
#corpoboxricerca #choosenumroom {
  margin-right: 0;
  position: relative;
  clear: none;
}
#corpoboxricerca #titnumstanze {
  padding-bottom: 0.375em;
}
#corpoboxricerca #plusrooms,
#corpoboxricerca .minusrooms {
  position: absolute;
  left: 134px;
  top: 21px;
}
#corpoboxricerca #plusrooms .ico,
#corpoboxricerca .minusrooms .ico {
  vertical-align: middle;
  max-width: none;
}
#corpoboxricerca #plusrooms .ico {
  margin-right: 0.35em;
}
#corpoboxricerca #plusrooms a,
#corpoboxricerca .minusrooms,
#corpoboxricerca #plusrooms a:hover,
#corpoboxricerca .minusrooms:hover {
  color: #fff;
}
#corpoboxricerca #chooseform {
  margin: 12px 0 0 40px;
  padding-bottom: 0 !important;
  padding-right: 160px;
}
#corpoboxricerca #chooseform p {
  margin: 0;
  width: 100%;
  float: left;
  clear: both;
}
#corpoboxricerca #chooseform input[type="radio"] {
  margin-right: 5px;
  float: left;
  position: relative;
  top: 0;
}
#corpoboxricerca #chooseform label {
  float: left;
}
#corpoboxricerca .actions {
  margin: 14px 8px 0;
  padding: 0;
  clear: none;
  float: right;
  position: absolute;
  bottom: 18px;
  right: 10px;
  text-align: center;
}
#corpoboxricerca .actions input {
  text-transform: uppercase;
}
#corpoboxricerca .actions .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333;
  border: 1px solid #fff;
}
#corpoboxricerca select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF url("https://www.hotelflamingo.it/wp-content/themes/my-dms-hotel/images/bgk-select.png") no-repeat right center;
  cursor: pointer;
  padding: 0 0 0 2px;
  font-size: 18px;
}
#corpoboxricerca select::-ms-expand {
  display: none;
}
#mobilebookengine {
  clear: both;
}
#mobilebookengine #searchbar {
  position: absolute;
  right: 0;
  top: 0;
}
#mobilebookengine #searchbar #corpoboxricerca #chooseform {
  margin-top: 0;
  padding-right: 0;
}
#mobilebookengine #searchbar #corpoboxricerca .actions {
  bottom: 9px;
}
@media all and (min-width: 992px) {
  #corpoboxricerca.has-tabs {
    margin-top: 0;
  }
  #corpoboxricerca.has-tabs #chooseform {
    margin-left: 0;
  }
}
@media all and (max-width: 991px) {
  #choosenumroom {
    padding-right: 0;
  }
  #desktopbookingengine .fld-hotel,
  #desktopbookingengine #chooseroute {
    min-width: 380px;
  }
  #chooseroute {
    width: 100%;
  }
  #chooseroute .fld-ferry {
    width: 100%;
  }
  #corpoboxricerca #tipoveicolo {
    width: 88px;
    min-width: 0;
  }
  #corpoboxricerca .actions {
    right: 2px;
  }
}
@media all and (max-width: 599px) {
  .lgseparator {
    display: none;
  }
  #modalsearchbar #corpoboxricerca {
    padding-bottom: 30px;
  }
  #modalsearchbar #corpoboxricerca #chooseform {
    padding-right: 0;
  }
  .actions {
    bottom: 10px;
  }
}
@media all and (max-width: 540px) {
  .fld-hotel,
  #chooseroute {
    min-width: 100%;
  }
  .form-ferry .actions {
    position: relative;
    right: 0;
  }
}
.modal .modal-body #corpoboxricerca a {
  color: #fff;
}
.modal #corpoboxricerca .contenttabs .tab {
  padding-top: 8px;
  padding-bottom: 8px;
}
.modal #corpoboxricerca.has-tabs {
  margin-top: 27px;
}
.modal #corpoboxricerca .actions {
  margin: 0;
  bottom: 10px;
}
.modal #plusrooms,
.modal .minusrooms {
  left: 118px;
  top: 10px;
}
#mb-waitingwrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ddd;
  background-color: rgba(0,0,0,0.55);
}
#mb-waitingwrapper .waitingmessage {
  margin-top: -30px;
  margin-left: -300px;
  padding: 35px 10px 15px 10px;
  position: relative;
  width: 600px;
  text-align: center;
  color: #000;
  font-size: 18.4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.4);
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.4);
  background-color: #fff;
}
#mb-waitingwrapper .waitingmessage img {
  margin-bottom: 10px;
}
#mb-waitingwrapper .waitingmessage .close {
  position: absolute;
  top: -10px;
  right: -10px;
}
#mb-waitingwrapper .waitingmessage .close span {
  padding: 4px 8px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #444;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.section-my-box-room header h2 {
  margin: 0 0 0 0;
}
.section-my-box-room .box-facilities {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-my-box-room .box-facilities h3 {
  margin-bottom: 0;
  font-size: 18.4px;
}
.section-my-box-room .box-facilities .listfacilities {
  margin-top: 0;
}
.section-my-box-room .actions {
  margin-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: right;
}
#modalsearchbar .modal-header {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
@media all and (max-width: 767px) {
  .section-my-box-room header h2 {
    margin: 0 0 0 10px;
  }
}
.gmnoprint img {
  max-width: none !important;
}
#pl-map {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  min-width: 200px;
}
.pl-map img {
  max-width: none !important;
}
.pl-area.section-my-flipper {
  overflow: visible;
}
.pl-area.section-my-flipper .myflipper-heading-wrap {
  margin: 0 10px;
  position: relative;
}
.pl-area.section-my-flipper .myflipper-items .myflipper-meta {
  padding: 15px;
}
.section-my-flipper .pl-section-pad {
  padding: 15px 0;
  overflow: hidden;
  position: relative;
}
.section-my-flipper .myflipper-heading {
  z-index: 100;
  position: relative;
  margin: 0 0;
  min-height: 23px;
  line-height: 20px;
}
.section-my-flipper .myflipper-heading .myflipper-title {
  text-transform: uppercase;
  font-weight: 600;
}
.section-my-flipper .myflipper-heading .myflipper-next,
.section-my-flipper .myflipper-heading .myflipper-prev {
  cursor: pointer;
  display: block;
  text-align: center;
  margin-left: 5px;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.section-my-flipper .myflipper-heading .myflipper-prev {
  right: 25px;
}
.section-my-flipper .myflipper-heading .myflipper-prev:hover,
.section-my-flipper .myflipper-heading .myflipper-next:hover {
  background-color: #337EFF;
  color: #FFFFFF;
}
.section-my-flipper .myflipper-wrap {
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}
.section-my-flipper .myflipper-wrap .myflipper {
  opacity: 0;
}
.section-my-flipper .myflipper-wrap .myflipper.myflipper-loaded {
  max-height: none;
}
.section-my-flipper .myflipper-wrap .myflipper-items {
  overflow: visible;
}
.section-my-flipper .myflipper-wrap .myflipper-items h3 {
  position: relative;
  top: 0px;
  color: #fff;
  margin-bottom: 10px;
}
.section-my-flipper .myflipper-wrap .myflipper-items img {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 0px;
}
.section-my-flipper .myflipper-wrap.layout-grid li {
  margin: 0px 10px 0px 10px;
}
.section-my-flipper .myflipper-wrap.layout-masonry li {
  margin: 0px;
}
.section-my-flipper .myflipper-wrap .myflipper-item {
  position: relative;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-info-bg {
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #337EFF;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-info {
  opacity: 0;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-info .info-text {
  background-color: rgba(0,0,0,0.6);
  padding: 9px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
  margin: 5px;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-info .info-text:hover {
  opacity: 0.8;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-info .view,
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-info .image,
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-info .video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  color: #fff;
  display: block;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-info span {
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-info .pl-center {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  margin-top: 60px;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-info .pl-center p {
  padding-bottom: 0px;
}
.section-my-flipper .myflipper-wrap .myflipper-item:hover .myflipper-info {
  opacity: 1;
}
.section-my-flipper .myflipper-wrap .myflipper-item:hover .myflipper-info .pl-center {
  padding-top: 20px;
}
.section-my-flipper .myflipper-wrap .myflipper-item:hover .myflipper-info-bg {
  opacity: 0;
  background: none;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-meta {
  padding: 10px 0;
  text-align: left;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-meta .pl-karma {
  float: right;
  margin-top: 4px;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-meta .myflipper-post-title {
  margin: 0;
  line-height: 1.4em;
  font-size: 23px;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-meta .myflipper-metabar {
  opacity: 0.6;
  font-size: 13.6px;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-excerpt {
  opacity: 0.8;
  font-size: 90%;
  margin-top: 1em;
}
.section-my-flipper .myflipper-wrap .myflipper-item .myflipper-excerpt p {
  margin: 1em 0;
}
.section-mediabox.no-pad .pl-section-pad {
  padding: 0;
}
.section-mediabox .mediabox-wrap {
  min-height: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-mediabox img,
.section-mediabox iframe,
.section-mediabox object,
.section-mediabox embed {
  max-width: 100%;
  max-height: 100%;
}
.section-my-page-header {
  clear: both;
}
.section-my-page-header .pl-area-pad {
  box-shadow: none;
}
.pl-ph-container {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.pl-ph-container .pl-content {
  padding: 40px 0;
}
.pl-ph-container .ph-head {
  margin-top: 0;
  text-align: center;
}
.pl-ph-container .ph-sub {
  font-size: 22px;
  line-height: 1em;
  font-weight: 300;
  opacity: .7;
}
.pl-ph-container .ph-text {
  float: left;
  width: 100%;
}
.pl-ph-container .ph-meta {
  float: right;
}
.pl-ph-container .ph-meta .btn {
  margin: 0 10px;
}
.pl-ph-container.format-center {
  text-align: center;
}
.pl-ph-container.format-center .ph-text,
.pl-ph-container.format-center .ph-meta {
  float: none;
  display: block;
}
.revslider-container .pl-slider {
  opacity: 0;
}
.revslider-container .tparrows {
  background-color: rgba(0,0,0,0.4);
  text-align: center;
  height: 60px;
  width: 60px;
  color: #fff;
  font-size: 40px;
  border-radius: 2px;
}
.revslider-container .tparrows:hover {
  background: rgba(0,0,0,0.8);
  color: #fff;
  opacity: 1;
}
.revslider-container .tparrows i {
  margin: 9px 0 0 1px;
  display: block;
}
.revslider-container .tp-bullets.simplebullets.square .bullet {
  background: transparent;
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 6px;
}
.revslider-container .tp-bullets.simplebullets.square .bullet.selected,
.revslider-container .tp-bullets.simplebullets.square .bullet:hover {
  background: #fff;
}
.revslider-container .text-center {
  text-align: center;
}
.revslider-container .h2.slider-text {
  font-weight: 300;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 15px;
  font-weight: inherit;
  margin: 0;
  font-size: 60px;
  line-height: 1.1em;
}
.revslider-container .h2.slider-text .title {
  display: inline-block;
  margin-bottom: 5px;
}
.revslider-container .h2.slider-text small {
  display: block;
  font-weight: inherit;
  font-size: 24px;
  line-height: 1.3em;
  padding: 8px 0;
}
.revslider-container.element-dark .slider-text {
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  color: #000;
}
.revslider-container.element-dark .tparrows {
  background: rgba(255,255,255,0.4);
  color: #000;
}
.revslider-container.element-dark .tparrows:hover {
  background: rgba(255,255,255,0.8);
  color: #000;
}
.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet {
  border: 1px solid #000;
}
.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet.selected,
.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet:hover {
  background: #000;
}
.revslider-container .slider-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}
.revslider-container .slider-content.left-side,
.revslider-container .slider-content.right-side {
  text-align: left;
}
.revslider-container .slider-content.centered {
  text-align: center;
}
.revslider-container .slider-content .slider-buttons {
  padding-top: 25px;
}
.revslider-container .slider-content .slider-buttons a.slider-btn {
  margin-right: 15px;
}
.revslider-container .slider-content .slider-buttons a.slider-btn:last-child {
  margin-right: 0;
}
.revslider-container .tp-bannertimer {
  z-index: 90;
}
@media (max-width: 768px) {
  .revslider-container .h2.slider-text {
    font-size: 27px;
    line-height: 1.1em;
  }
  .revslider-container .h2.slider-text small {
    font-size: 14px;
  }
  .revslider-container .slider-buttons .btn.btn-large {
    padding: 4px 12px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.scrolldown {
  margin-left: -90px;
  width: 180px;
  display: block;
  position: absolute;
  left: 50%;
  margin-bottom: 0;
  padding: 12px 10px;
  bottom: 0;
  z-index: 999;
  text-align: center;
  color: #464646;
  font-size: 20px;
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.scrolldown:hover {
  opacity: 1;
}
.scrolldown span {
  display: block;
}
.section-newsletter input {
  color: #333;
  background-color: #F2F3F5;
}
.section-newsletter .div-block p {
  margin: 10px 0;
}
.section-newsletter .div-inline p {
  float: left;
  margin: 15px 15px 15px -8px;
}
.section-newsletter .div-inline p:before {
  width: auto;
}
.section-newsletter .div-inline p.actions {
  top: 0;
  position: relative;
  right: 0;
}
.section-newsletter .div-inline p.actions input {
  float: left;
  position: relative;
  top: 26px;
}
.section-my-box-page-float .entry-content h2,
.section-my-box-page-float .entry-content h3,
.section-my-box-page-float .entry-content h4,
.section-my-box-page-float .entry-content h5,
.section-my-box-page-float .entry-content h6 {
  margin: 0;
  font-size: 16px;
  line-height: 120%;
}
.section-my-box-page-float .entry-content p {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.55em;
}
.section-my-box-page-float .actions {
  margin-top: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.section-my-box-page-float .flex-gallery .slides {
  z-index: 5;
}
.pl-new-loop .metahead-page {
  padding-left: 100px;
}
.pl-new-loop .hentry {
  position: relative;
}
.pl-new-loop .hentry.metahead-page {
  padding-left: 100px;
}
.pl-new-loop .hentry.single-post .metamedia {
  margin: 25px 0;
}
.pl-new-loop .hentry .continue_reading_link {
  margin-top: 20px;
}
.pl-new-loop .hentry .entry-title {
  margin: 0;
}
.pl-new-loop .hentry .metamedia {
  margin-bottom: 15px;
}
.pl-new-loop .hentry .metabar {
  font-size: 85%;
  line-height: 1.6em;
  opacity: .7;
  margin: 5px 0 15px;
}
.pl-new-loop .hentry .entry_content img {
  max-width: 100%;
}
.pl-new-loop .hentry .entry_content > :first-child {
  margin-top: 0;
}
.pl-new-loop .hentry .entry_content > :last-child {
  margin-bottom: 0;
}
.metahead {
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 85%;
  line-height: 1.2em;
}
.metahead .metaicon {
  float: right;
  margin-top: 6px;
}
.metahead .author {
  font-weight: 600;
  border-style: solid;
  border-bottom-width: 1px;
  display: block;
  margin-bottom: 10px;
}
.metahead a {
  color: inherit;
  display: block;
  text-align: right;
  margin-bottom: 8px;
}
.metahead a .avatar {
  max-width: 50px;
}
.metahead a:last-child {
  border-bottom: none;
}
@media (max-width: 600px) {
  .pl-new-loop .hentry.post,
  .pl-new-loop .hentry.multi-post {
    padding-left: 0px;
  }
  .metahead {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .metahead a,
  .metahead .author {
    text-align: left;
    display: inline-block;
    border: none;
    margin: 0 5px 0;
    font-size: 16px;
  }
  .metahead .pl-social-pagelines {
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
}
.multi-post .pl-new-loop .hentry {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.multi-post .pl-old-loop .hentry {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.multi-post .pl-old-loop .clip_box {
  margin: 0 0 24.8px;
  border-color: #f2f2f2;
}
.multi-post .pl-old-loop .clip_box .clip {
  width: 47%;
  clear: none;
  float: left;
  margin: 0;
}
.multi-post .pl-old-loop .clip_box .clip .hentry-pad {
  padding: 0 0 12.4px;
}
.multi-post .pl-old-loop .clip_box .clip.clip-right {
  float: right;
}
.multi-post .pl-old-loop .clip_box .clip .clip-header {
  padding: 4px 0 4px 0;
  display: table-cell;
  width: 10000px;
}
.multi-post .pl-old-loop .clip_box .clip .clip-thumb a {
  float: left;
  margin-right: 10px;
}
.multi-post .pl-old-loop .clip_box .clip .clip-thumb img {
  padding: 2px;
  display: block;
  margin: 0 0 0.4em;
}
.multi-post .pl-old-loop .clip_box .clip .post-excerpt {
  font-size: 90%;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}
.multi-post .pl-old-loop .clip_box .clip .entry-title,
.multi-post .pl-old-loop .clip_box .clip .metabar {
  padding: 0;
}
.itemblock {
  margin-bottom: 0;
  width: 100%;
  float: left;
  clear: both;
}
.itemtoggle {
  background-position: 100% 55%;
  padding-right: 24px;
  display: inline-block;
}
.read-more a,
.read-less a {
  background-position: 0 50%;
  padding-left: 20px;
  color: #82786F;
}
.itemtoggle,
.read-more a,
.read-less a {
  text-decoration: underline;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: trasparent;
}
.itemtoggle,
.read-more a {
  background-image: url("https://www.hotelflamingo.it/wp-content/themes/my-dms-hotel/sections/my-contentloop/images/ico-plus.png");
}
.itemtoggle.open,
.read-less a {
  background-image: url("https://www.hotelflamingo.it/wp-content/themes/my-dms-hotel/sections/my-contentloop/images/ico-minus.png");
}
.itemcontent {
  padding: 0;
  display: none;
  clear: both;
  width: 100%;
}
.section-my-likebox .likebox-wrap {
  border-bottom: none;
}
.section-my-modal-page .entry-content {
  cursor: pointer;
  color: #333333;
}
.section-my-modal-page .entry-content h2,
.section-my-modal-page .entry-content h3,
.section-my-modal-page .entry-content h4,
.section-my-modal-page .entry-content h5,
.section-my-modal-page .entry-content h6 {
  margin: 0;
  font-size: 24px;
  line-height: 120%;
  margin-top: 5px;
}
.section-my-modal-page .entry-content p {
  margin-top: 0;
  margin-bottom: 10px;
}
.modal-benefits .modal-body {
  margin-bottom: 10px;
}
.modal-benefits .modal-body ol,
.modal-benefits .modal-body ul {
  list-style: disc;
  list-style-position: outside;
}
.section-my-box-company .companyname {
  text-transform: uppercase;
}
.section-my-box-company .companyname strong {
  font-weight: 500;
}
.section-my-box-company p {
  font-size: 14px;
}
.mybc-light h4,
.mybc-light p,
.mybc-light a {
  color: #fff;
}
.mybc-dark h4,
.mybc-dark p,
.mybc-dark a {
  color: #333333;
}
.ibox {
  text-align: center;
}
.ibox .ibox-text h4 {
  margin-bottom: 5px;
  line-height: 1.4em;
}
.ibox .ibox-desc .ibox-link {
  display: block;
  margin-top: .5em;
}
.ibox .ibox-desc .ibox-link i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ibox .ibox-desc .ibox-link a:hover i {
  margin-left: 6px;
}
.ibox .ibox-media {
  text-align: center;
}
.ibox .ibox-media a {
  color: inherit;
}
.ibox .ibox-media .pl-counter {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1em;
}
.ibox .ibox-media .ibox-icon-border {
  margin-bottom: 12px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 500px;
  position: relative;
}
.ibox .ibox-media .ibox-icon-border .invert-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ibox .ibox-media .ibox-icon-border .iii {
  position: relative;
  z-index: 10;
}
.ibox .ibox-media .ibox-icon-border.media-type-image {
  overflow: hidden;
  background-size: cover;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.ibox .ibox-media .ibox-icon-border.media-type-image img {
  border-radius: 500px;
}
.ibox .ibox-media .ibox-icon-border.media-type-icon i {
  font-size: 80px;
  display: inline-block;
}
.ibox.top-aligned .ibox-desc {
  max-width: 300px;
  margin: 0 auto;
}
.ibox.top-aligned .ibox-media {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.ibox.top-aligned .ibox-media.wrap-count {
  max-width: 100%;
}
.ibox.top-aligned .ibox-media .media-type-image {
  height: 0;
  padding: 50% 0;
}
.ibox.left-aligned {
  text-align: left;
}
.ibox.left-aligned .ibox-icon-border .pl-counter {
  font-size: 25px;
  line-height: 1em;
}
.ibox.left-aligned .ibox-icon-border.media-type-count {
  min-width: 100px;
  text-align: right;
}
.ibox.left-aligned .ibox-icon-border.media-type-icon {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ibox.left-aligned .ibox-icon-border.media-type-icon i {
  font-size: 30px;
}
.ibox.left-aligned .ibox-icon-border.media-type-image {
  padding: auto;
  width: 88px;
  height: 80px;
}
.ibox.left-aligned .ibox-icon-border.media-type-image img {
  width: 80px;
}
.section-my-sociafloatpanel .sociafloatpanel-wrap {
  width: 100%;
}
.section-my-sociafloatpanel .sociafloatpanel-wrap .sl-panel {
  width: 100%;
}
.section-my-sociafloatpanel .sociafloatpanel-wrap .sl-panel li {
  margin: 0 10px;
  display: block;
}
.section-my-sociafloatpanel .sociafloatpanel-wrap .sl-panel li a:hover {
  color: #333;
}
.section-my-sociafloatpanel .link-blog {
  display: none;
}
@media (min-width: 769px) {
  .section-my-sociafloatpanel .sociafloatpanel-wrap {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -150px;
    z-index: 99;
    width: 54px;
  }
  .section-my-sociafloatpanel .sociafloatpanel-wrap.sl-panel-left {
    left: 0;
    right: auto;
  }
  .section-my-sociafloatpanel .sociafloatpanel-wrap.sl-panel-left .sl-panel {
    float: left;
    border-width: 2px 2px 2px 0;
    border-radius: 0px 8px 8px 0;
  }
  .section-my-sociafloatpanel .sociafloatpanel-wrap.sl-panel-right {
    right: 0;
    left: auto;
  }
  .section-my-sociafloatpanel .sociafloatpanel-wrap.sl-panel-right .sl-panel {
    float: right;
    border-width: 0;
    border-radius: 0;
  }
  .section-my-sociafloatpanel .sociafloatpanel-wrap .sl-panel {
    padding: 10px 10px;
    background-color: transparent;
  }
  .section-my-sociafloatpanel .sociafloatpanel-wrap .sl-panel li {
    margin: 10px 0;
  }
  .section-my-sociafloatpanel .sociafloatpanel-wrap .title-share {
    display: none;
  }
}
.section-my-subpages-list article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D2C5C5;
}
.section-my-subpages-list .entry-thumb {
  width: 48.936170208%;
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 10px;
}
.section-my-subpages-list .entry-content {
  width: 48.936170208%;
  float: left;
}
.section-my-subpages-list .entry-content h2,
.section-my-subpages-list .entry-content h3,
.section-my-subpages-list .entry-content h4,
.section-my-subpages-list .entry-content h5,
.section-my-subpages-list .entry-content h6 {
  margin: 0;
  font-size: 18.4px;
  line-height: 120%;
}
.section-my-subpages-list .entry-content p {
  margin-top: 0;
  margin-bottom: 10px;
}
.section-my-subpages-list .entry-content ul {
  margin: 0 0 0 15px;
  list-style: disc;
}
.section-my-subpages-list .entry-content ul li {
  margin: 0 0 10px 0;
  line-height: 120%;
}
.section-my-subpages-list .entry-content .actions {
  margin-top: 10px;
}
.section-my-subpages-list .autoheight .entry-thumb {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-size: cover;
}
.section-my-callout {
  text-align: center;
}
.section-my-callout .mycallout-head {
  margin-bottom: 12px;
}
.section-my-callout .mycallout-head {
  font-size: 26px;
  line-height: 46px;
  text-transform: none;
}
.section-my-callout .mycallout-head,
.section-my-callout .mycallout-action {
  display: inline-block;
  margin: 10px 15px;
  vertical-align: top;
}
.section-my-contacts #mybooking-rf-form textarea {
  width: 90%;
}
.section-my-iubenda-links li {
  display: inline-block;
}
.canvas-list-tab {
  padding: 30px 8px 30px 8px !important;
  background-color: #F0F1F3;
}
.section-my-subpages-list-tabs {
  height: auto;
}
.section-my-subpages-list-tabs .pl-section-pad {
  padding: 0 !important;
}
.section-my-subpages-list-tabs .nav-tabs {
  width: 20%;
  float: left;
  border: 0;
  padding: 160px 0 0 0;
}
.section-my-subpages-list-tabs .nav-tabs li {
  display: block;
  float: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
}
.section-my-subpages-list-tabs .nav-tabs li a {
  display: inline-block;
  border-bottom: 2px solid transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  margin: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #143659;
  font-family: "Open Sans";
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.section-my-subpages-list-tabs .nav-tabs li a:hover {
  background-color: #143659;
  border-bottom: 2px solid transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.section-my-subpages-list-tabs .nav-tabs li.active a {
  background-color: #143659;
  border-bottom: 2px solid transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.section-my-subpages-list-tabs .nav-tabs li.active a:hover {
  border-bottom: 2px solid transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
body .section-my-subpages-list-tabs .tab-content {
  width: 80%;
  float: left;
  padding: 0;
  margin: 0;
}
body .section-my-subpages-list-tabs .tab-content article {
  position: relative;
  margin: 0 0 0 0;
  float: none;
  width: auto;
}
body .section-my-subpages-list-tabs .tab-content article .entry-thumb {
  width: 50%;
  margin: 0 0 0 0;
  float: left;
}
body .section-my-subpages-list-tabs .tab-content article .entry-thumb img {
  margin: 0 0 0 0;
  width: 530px;
  height: auto;
}
body .section-my-subpages-list-tabs .tab-content article .entry-content {
  width: 510px;
  color: #000;
  padding: 150px 0 0 0;
  text-align: center;
  float: left;
}
body .section-my-subpages-list-tabs .tab-content article .entry-content h2 {
  display: inline-block;
  color: #143659;
  font-size: 36px;
  padding: 0 5px 0 5px;
  font-family: "Cormorant Garamond";
}
body .section-my-subpages-list-tabs .tab-content article .entry-content h2 a {
  color: #143659;
  font-size: 36px;
  padding: 0 5px 0 5px;
  font-family: "Cormorant Garamond";
}
body .section-my-subpages-list-tabs .tab-content article .entry-content p {
  padding: 10px 50px;
  font-size: 18px;
}
body .section-my-subpages-list-tabs .tab-content article .actions {
  margin: 30px 0 0 0;
}
body .section-my-subpages-list-tabs .tab-content article .actions a {
  background-color: transparent;
  color: #143659;
  border: 1px solid #143659;
  font-style: italic;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
body .section-my-subpages-list-tabs .tab-content article .actions a:hover {
  color: #FFF;
  border: 1px solid #143659;
  background-color: #143659;
}
.section-my-subpages-list-tabs article {
  animation-name: slide;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-delay: 0s;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -moz-animation-name: slide;
  -moz-animation-duration: 0.6s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0s;
}
@keyframes slide {
  from {
    right: -100%;
    top: 0;
  }
  to {
    right: 0;
    top: 0;
  }
}
-webkit-@keyframes slide from {
  right: -100%;
  top: 0;
}
-webkit-@keyframes slide to {
  right: 0;
  top: 0;
}
-moz-@keyframes slide from {
  right: -100%;
  top: 0;
}
-moz-@keyframes slide to {
  right: 0;
  top: 0;
}
@media all and (max-width: 1265px) {
  body .section-my-subpages-list-tabs .nav-tabs {
    padding: 20px 0 0 0;
  }
  body .section-my-subpages-list-tabs .tab-content article .entry-content {
    width: 50%;
    padding: 0 10px 0 10px;
  }
  body .section-my-subpages-list-tabs .tab-content article .entry-thumb img {
    width: 100% !important;
    max-height: 100%;
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  .canvas-list-tab {
    padding: 0 0 0 0 !important;
    background-color: #FFF;
  }
  body .section-my-subpages-list-tabs {
    width: 100%;
    height: auto;
  }
  body .section-my-subpages-list-tabs .nav-tabs {
    width: 100%;
    padding: 10px 0;
    float: none;
    background-color: #F0F1F3;
  }
  body .section-my-subpages-list-tabs .nav-tabs li {
    display: inline-block;
    float: left;
    width: 24%;
    margin: 0 1px 0 0;
  }
  body .section-my-subpages-list-tabs .nav-tabs li a {
    display: inline-block;
  }
  body .section-my-subpages-list-tabs .tab-content {
    width: 100%;
  }
  body .section-my-subpages-list-tabs .tab-content article {
    position: relative;
    width: 100%;
  }
  body .section-my-subpages-list-tabs .tab-content article .entry-content {
    width: 100%;
    float: none;
  }
  body .section-my-subpages-list-tabs .tab-content article .entry-thumb {
    width: 60%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  body .section-my-subpages-list-tabs .tab-content article .actions {
    margin: 30px 0;
  }
}
@media all and (max-width: 767px) {
  body .section-my-subpages-list-tabs .tab-content article .entry-thumb {
    width: 80%;
  }
  body .section-my-subpages-list-tabs .nav-tabs li a {
    font-size: 20px;
  }
}
@media all and (max-width: 600px) {
  body .section-my-subpages-list-tabs .tab-content article .entry-thumb {
    width: 80%;
  }
  body .section-my-subpages-list-tabs .nav-tabs li {
    width: 49.5%;
  }
  body .section-my-subpages-list-tabs .nav-tabs li a {
    font-size: 18px;
  }
}
.section-my-box-page .entry-thumb img {
  width: 100%;
}
.section-my-box-page .entry-content h2,
.section-my-box-page .entry-content h3,
.section-my-box-page .entry-content h4,
.section-my-box-page .entry-content h5,
.section-my-box-page .entry-content h6 {
  margin: 0;
  font-size: 16px;
  line-height: 120%;
}
.section-my-box-page .entry-content p {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.55em;
}
.section-my-box-page .actions {
  margin-top: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.section-my-box-page .flex-gallery .slides {
  z-index: 5;
}
.section-my-box-page .autoheight .entry-thumb {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-size: cover;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('https://www.hotelflamingo.it/wp-content/themes/my-dms-hotel/fonts/slick.eot');
  src: url('https://www.hotelflamingo.it/wp-content/themes/my-dms-hotel/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://www.hotelflamingo.it/wp-content/themes/my-dms-hotel/fonts/slick.woff') format('woff'), url('https://www.hotelflamingo.it/wp-content/themes/my-dms-hotel/fonts/slick.ttf') format('truetype'), url('https://www.hotelflamingo.it/wp-content/themes/my-dms-hotel/fonts/slick.svg#slick') format('svg');
}
.slick-loading .slick-list {
  background: #fff url('https://www.hotelflamingo.it/wp-content/themes/my-dms-hotel/images/ajax-loader.gif') center center no-repeat;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  z-index: 9;
  opacity: 0.75;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
  border-bottom: 1px dotted green;
}
.slick-dots {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  padding: 5px;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  opacity: 0.50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  border: 0;
  background-color: #333333;
  border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.section-my-box-gallery .gallery {
  margin: 30px 0 30px 0;
}
.section-my-box-gallery .gallery .gallery-item.span2 {
  margin: 0 0 0 1px;
  width: 49.9%;
}
.section-my-box-gallery .gallery .gallery-item.span3 {
  margin: 0 0 0 1px;
  width: 24.9%;
}
.section-my-box-gallery .gallery .gallery-item.span4 {
  margin: 0 0 0 1px;
  width: 33.2%;
}
.section-my-box-gallery .gallery .gallery-item img {
  max-width: 100%;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block;
}
@media all and (max-width: 767px) {
  body .section-my-box-gallery .gallery .gallery-item.span3,
  body .section-my-box-gallery .gallery .gallery-item.span4 {
    margin: 0 0 5px 0;
    width: 100%;
  }
  body .section-my-box-gallery .gallery .gallery-item.span3 img,
  body .section-my-box-gallery .gallery .gallery-item.span4 img {
    width: 100%;
  }
}
.slideshow-wrapper {
  margin: 0 auto;
  width: 100%;
  z-index: 3;
}
.cycle-slideshow img {
  width: 100%;
  height: auto;
  display: block;
}
.cycle-slide {
  margin: 0;
  padding: 0;
}
.cycle-navigation a {
  position: absolute;
  top: 0;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.cycle-navigation a:hover {
  text-decoration: none;
}
.cycle-navigation span.text {
  display: none;
}
.cycle-navigation .cycle-prev {
  left: 0;
}
.cycle-navigation .cycle-next {
  right: 0;
}
.slideshow-main-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.slideshow-main-wrapper div {
  margin: 0;
  padding: 0;
}
.slideshow-main-wrapper .cycle-navigation {
  width: 100px;
  height: 60px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}
.slideshow-main-wrapper .cycle-navigation a {
  width: 49%;
  height: 100%;
  top: 0;
  z-index: 800;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 55px;
  background-color: rgba(0,0,0,0.75);
}
.slideshow-thumbs-wrapper {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.slideshow-thumbs-wrapper ul {
  margin: 0;
  padding: 0;
}
.slideshow-thumbs-wrapper ul li {
  margin: 0;
  padding: 0;
}
.slideshow-thumbs-wrapper.has-cycle-navigation ul {
  margin-left: 27px;
  margin-right: 27px;
}
.slideshow-thumbs-wrapper .cycle-slide {
  border: 2px solid #FFF;
}
.slideshow-thumbs-wrapper .cycle-slide-active {
  border: 2px solid #222;
}
.slideshow-thumbs-wrapper .cycle-navigation {
  width: 100%;
}
.slideshow-thumbs-wrapper .cycle-navigation a {
  margin-top: 2px;
  width: 25px;
  height: 25px;
  line-height: 20px;
  top: 50%;
  margin-top: -12px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #000000;
}
@media only screen and (max-width: 480px),only screen and (max-device-width: 480px) {
  .cycle-slideshow {
    width: 200px;
  }
  .cycle-overlay {
    padding: 4px;
  }
  .cycle-caption {
    bottom: 4px;
    right: 4px;
  }
}
.section-my-socialinks.widget {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.section-my-socialinks .sl-text {
  float: left;
  line-height: 26px;
  font-size: 12px;
}
.section-my-socialinks .sl-text .sl-copy {
  padding-right: 10px;
}
.section-my-socialinks .sl-text .sl-nav li a {
  padding: 0 10px;
}
.section-my-socialinks .sl-links {
  float: right;
}
.section-my-socialinks.sl-links-left .sl-text {
  float: right;
}
.section-my-socialinks.sl-links-left .sl-links {
  float: left;
}
@media (max-width: 768px) {
  .section-my-socialinks .sl-text,
  .section-my-socialinks .sl-links {
    float: none;
    text-align: center;
    margin: 10px 0;
  }
  .section-my-socialinks .pl-nav {
    display: block;
  }
}
.sl-link {
  font-size: 28px;
  line-height: 22px;
  margin: 0 8px;
  color: inherit;
}
.section-my-video-background {
  margin: 0 0 0 0 !important;
}
.section-my-video-background .section__video {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0 !important;
  overflow: hidden;
  background-color: rgba(0,0,0,0);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-cool-carousel .cc-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.section-cool-carousel .cc-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.section-cool-carousel .cc-wrapper .cc-viewport {
  -webkit-box-shadow: 0 0 5px #CCCCCC;
  -moz-box-shadow: 0 0 5px #CCCCCC;
  box-shadow: 0 0 5px #CCCCCC;
  border: 5px solid #FFFFFF;
  left: -5px;
  background: #FFFFFF;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.section-cool-carousel .cc-wrapper .cc-pager,
.section-cool-carousel .cc-wrapper .cc-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.section-cool-carousel .cc-wrapper .cc-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 990;
}
.section-cool-carousel .cc-wrapper .cc-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: rgba(70,70,70,0.6);
  padding-top: 20px;
}
.section-cool-carousel .cc-wrapper .cc-pager .cc-pager-item,
.section-cool-carousel .cc-wrapper .cc-controls-auto .cc-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.section-cool-carousel .cc-wrapper .cc-pager.cc-default-pager a {
  background: rgba(70,70,70,0.6);
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.section-cool-carousel .cc-wrapper .cc-pager.cc-default-pager a:hover,
.section-cool-carousel .cc-wrapper .cc-pager.cc-default-pager a.active {
  background: #464646;
}
.section-cool-carousel .cc-wrapper .cc-prev {
  left: 10px;
}
.section-cool-carousel .cc-wrapper .cc-next {
  right: 10px;
}
.section-cool-carousel .cc-wrapper .cc-prev:hover {
  background-position: 0 0;
}
.section-cool-carousel .cc-wrapper .cc-next:hover {
  background-position: -43px 0;
}
.section-cool-carousel .cc-wrapper .cc-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 990;
  transition: color .2s linear;
}
.section-cool-carousel .cc-wrapper .cc-controls-direction a.disabled {
  display: none;
}
.section-cool-carousel .cc-wrapper .cc-controls-auto {
  text-align: center;
}
.section-cool-carousel .cc-wrapper .cc-controls-auto .cc-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.section-cool-carousel .cc-wrapper .cc-controls-auto .cc-start:hover,
.section-cool-carousel .cc-wrapper .cc-controls-auto .cc-start.active {
  background-position: -86px 0;
}
.section-cool-carousel .cc-wrapper .cc-controls-auto .cc-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.section-cool-carousel .cc-wrapper .cc-controls-auto .cc-stop:hover,
.section-cool-carousel .cc-wrapper .cc-controls-auto .cc-stop.active {
  background-position: -86px -33px;
}
.section-cool-carousel .cc-wrapper .cc-controls.cc-has-controls-auto.cc-has-pager .cc-pager {
  text-align: left;
  width: 80%;
}
.section-cool-carousel .cc-wrapper .cc-controls.cc-has-controls-auto.cc-has-pager .cc-controls-auto {
  right: 0;
  width: 35px;
}
.section-cool-carousel .cc-wrapper .cc-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(70,70,70,0.6) \9;
  background: rgba(80,80,80,0.75);
  width: 100%;
  text-align: center;
}
.section-cool-carousel .cc-wrapper .cc-caption span {
  color: #FFFFFF;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.section-cool-carousel .cc-boxhighlight-hover {
  margin: 10px;
}
.section-cool-carousel .cc-boxhighlight-hover:hover {
  -webkit-box-shadow: 0 0 10px #CCCCCC;
  -moz-box-shadow: 0 0 10px #CCCCCC;
  box-shadow: 0 0 10px #CCCCCC;
}
.section-cool-carousel .pl-imageframe-hover:hover {
  padding: 4px;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.section-cool-carousel .cc-grayscale,
.section-cool-carousel .cc-grayscale-hover {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.section-cool-carousel .cc-grayscale:hover,
.section-cool-carousel .cc-grayscale-hover:hover {
  filter: none;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.section-cool-carousel .cc-outside {
  text-align: center;
}
.ccnomarginshadow .cc-wrapper,
.CCNOMARGINSHADOW .cc-wrapper {
  margin: 0 auto 0px;
}
.ccnomarginshadow .cc-wrapper .cc-viewport,
.CCNOMARGINSHADOW .cc-wrapper .cc-viewport {
  -webkit-box-shadow: 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
  border: none;
  left: 0px;
}
.section-my-box-room header h2 {
  margin: 0 0 0 0;
}
.section-my-box-room .box-facilities {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-my-box-room .box-facilities h3 {
  margin-bottom: 0;
  font-size: 18.4px;
}
.section-my-box-room .box-facilities .listfacilities {
  margin-top: 0;
}
.section-my-box-room .actions {
  margin-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: right;
}
#modalsearchbar .modal-header {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
@media all and (max-width: 767px) {
  .section-my-box-room header h2 {
    margin: 0 0 0 10px;
  }
}
.section-my-blog-loop-voyant article {
  position: relative;
  z-index: 1;
}
.section-my-blog-loop-voyant .metamedia {
  position: relative;
  z-index: 1;
  margin: 10px 0 25px 0 !important;
}
.section-my-blog-loop-voyant .entry-footer .metabar {
  width: 99.99999999%;
  float: left;
}
.section-my-blog-loop-voyant .entry-footer .continue_reading_link {
  width: 99.99999999%;
  float: left;
}
.section-my-blog-loop-voyant .entry-footer .continue_reading_link .btn {
  float: right;
}
.section-my-blog-loop-voyant .entry-date {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 9;
  width: 100px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
}
.section-my-blog-loop-voyant .entry-date .day {
  font-size: 36px;
  line-height: 100%;
}
.section-my-blog-loop-voyant .entry-date .month {
  padding: 4px 0;
  font-size: 14px;
  line-height: 100%;
}
.section-my-blog-loop-voyant .entry-date .year {
  font-size: 14px;
  line-height: 100%;
}
.section-my-box-page-float .entry-content h2,
.section-my-box-page-float .entry-content h3,
.section-my-box-page-float .entry-content h4,
.section-my-box-page-float .entry-content h5,
.section-my-box-page-float .entry-content h6 {
  margin: 0;
  font-size: 16px;
  line-height: 120%;
}
.section-my-box-page-float .entry-content p {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.55em;
}
.section-my-box-page-float .actions {
  margin-top: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.section-my-box-page-float .flex-gallery .slides {
  z-index: 5;
}
.section-my-sharebar .pl-sharebar-pad {
  line-height: 20px;
  text-align: center;
}
.section-my-sharebar .pl-sharebar-pad .widgettitle {
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", Arial, serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.5em;
}
.section-my-sharebar .pl-sharebar-pad .txt-wrap {
  margin: 8px 0 0;
  opacity: .5;
}
.section-my-sharebar .meta-share {
  padding-top: 5px;
}
.section-my-sharebar .meta-share iframe,
.section-my-sharebar .meta-share object {
  width: auto;
}
.pin_wrap {
  display: inline-block;
}
.section-my-reviews .holder {
  display: block;
  position: relative;
}
.section-my-reviews .holder ul {
  list-style: none;
  position: relative;
  overflow: hidden;
}
.section-my-reviews .holder ul li {
  text-align: center;
  color: #FFF;
  left: 1000px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}
.section-my-reviews .holder ul li.current {
  left: 0;
  opacity: 1;
  z-index: 10;
}
.section-my-reviews .holder ul li .testimonial .avatar {
  padding: 1em 0;
  max-width: 150px;
  margin: 0 auto;
}
.section-my-reviews .holder ul li .testimonial .avatar img {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  transition: all .25s;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255,255,255,0.1);
}
.section-my-reviews .holder ul li .testimonial .avatar.drop-tl-br img {
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 0%;
  border-bottom-right-radius: 0%;
}
.section-my-reviews .holder ul li .testimonial .avatar.drop-circle img {
  border-radius: 50%;
}
.section-my-reviews .holder ul li .testimonial .quote {
  position: relative;
  padding: 1em 0 0.5em;
  font-size: 16px;
  font-style: italic;
  line-height: 120%;
}
.section-my-reviews .holder ul li .testimonial .quote p {
  margin: 0;
  padding: 0;
}
.section-my-reviews .holder ul li .testimonial .quote:before {
  color: rgba(255,255,255,0.1);
  content: "";
  font-family: PageLinesFont;
  font-size: 170px;
  right: 5%;
  position: absolute;
  top: 20%;
}
.section-my-reviews .holder ul li .testimonial .author {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.section-my-reviews .holder ul li .testimonial .author a {
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
}
.section-my-reviews .holder ol {
  margin-top: 1em;
  text-align: center;
}
.section-my-reviews .holder ol span {
  color: rgba(255,255,255,0.5);
  font-size: 50px;
  cursor: pointer;
}
.section-my-reviews .holder ol span.current {
  color: #ffffff;
}
.section-my-reviews .holder.light ul li {
  color: #464646;
}
.section-my-reviews .holder.light ul li .testimonial .avatar img {
  box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
}
.section-my-reviews .holder.light ul li .quote:before {
  color: rgba(0,0,0,0.1);
}
.section-my-reviews .holder.light ul li .author {
  color: #FFF;
}
.section-my-reviews .holder.light ul li .author a {
  color: #464646;
}
.section-my-reviews .holder.light ol span {
  color: rgba(0,0,0,0.5);
}
.section-my-reviews .holder.light ol span.current {
  color: #000000;
}
.ibox {
  text-align: center;
}
.ibox .ibox-text h4 {
  margin-bottom: 5px;
  line-height: 1.4em;
}
.ibox .ibox-desc .ibox-link {
  display: block;
  margin-top: .5em;
}
.ibox .ibox-desc .ibox-link i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ibox .ibox-desc .ibox-link a:hover i {
  margin-left: 6px;
}
.ibox .ibox-media {
  text-align: center;
}
.ibox .ibox-media a {
  color: inherit;
}
.ibox .ibox-media .pl-counter {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1em;
}
.ibox .ibox-media .ibox-icon-border {
  margin-bottom: 12px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 500px;
  position: relative;
}
.ibox .ibox-media .ibox-icon-border .invert-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ibox .ibox-media .ibox-icon-border .iii {
  position: relative;
  z-index: 10;
}
.ibox .ibox-media .ibox-icon-border.media-type-image {
  overflow: hidden;
  background-size: cover;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.ibox .ibox-media .ibox-icon-border.media-type-image img {
  border-radius: 500px;
}
.ibox .ibox-media .ibox-icon-border.media-type-icon i {
  font-size: 80px;
  display: inline-block;
}
.ibox.top-aligned .ibox-desc {
  max-width: 300px;
  margin: 0 auto;
}
.ibox.top-aligned .ibox-media {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.ibox.top-aligned .ibox-media.wrap-count {
  max-width: 100%;
}
.ibox.top-aligned .ibox-media .media-type-image {
  height: 0;
  padding: 50% 0;
}
.ibox.left-aligned {
  text-align: left;
}
.ibox.left-aligned .ibox-icon-border .pl-counter {
  font-size: 25px;
  line-height: 1em;
}
.ibox.left-aligned .ibox-icon-border.media-type-count {
  min-width: 100px;
  text-align: right;
}
.ibox.left-aligned .ibox-icon-border.media-type-icon {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ibox.left-aligned .ibox-icon-border.media-type-icon i {
  font-size: 30px;
}
.ibox.left-aligned .ibox-icon-border.media-type-image {
  padding: auto;
  width: 80px;
  height: 80px;
}
.ibox.left-aligned .ibox-icon-border.media-type-image img {
  width: 80px;
}
.section-secondnav.container {
  margin: 0;
}
.section-secondnav ul {
  list-style: none;
  margin: 0;
}
.section-secondnav ul li {
  float: left;
}
.section-secondnav ul li a {
  display: block;
  padding: 3px 8px;
  border: none;
}
.section-secondnav ul li a:active {
  text-decoration: none;
}
.section-secondnav .secondnav_menu {
  margin: 0 0 0 0px;
}
.section-testimonials {
  text-align: center;
}
.section-testimonials .pl-testimonials-container {
  position: relative;
}
.section-testimonials .the-testimonial {
  padding-left: 0px;
  text-align: center;
  background-image: none;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  left: -25px;
  z-index: -1;
}
.section-testimonials blockquote {
  padding: 0 0 13px;
  border: none;
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1.35em;
  margin: 0;
}
.section-testimonials blockquote p {
  margin: 0;
  font-style: normal;
}
.section-testimonials .cite,
.section-testimonials cite {
  font-size: 15px;
  line-height: 40px;
  display: inline-block;
}
.section-testimonials .controls ul {
  margin: 0px;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 30;
  position: relative;
}
.section-testimonials .controls ul li {
  list-style: none;
  cursor: pointer;
  display: inline-block;
}
.section-testimonials .controls ul li > span {
  border-style: solid;
  border-width: 1px;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
}
.section-testimonials .controls ul.nav-avatar li > span {
  border-radius: 0;
  width: 30px;
  height: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: .7;
  display: inline-block;
  transition: opacity 0.2s linear 0s;
  border-width: 0;
}
.section-testimonials .controls ul.nav-avatar li:hover > span,
.section-testimonials .controls ul.nav-avatar li.active > span {
  opacity: 1;
}
.quovolve-nav:before,
.quovolve-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.quovolve-nav:after {
  clear: both;
}
.quovolve-nav {
  line-height: 30px;
  zoom: 1;
}
.quovolve-nav a {
  background: transparent;
  display: block;
  font-size: 0;
  text-align: center;
}
.quovolve-nav li.avatar-nav {
  margin: 0 7px;
}
.quovolve-nav li.avatar-nav:hover a {
  opacity: .6;
}
.quovolve-nav li.avatar-nav.active a {
  opacity: 1;
}
.quovolve-nav li.avatar-nav a {
  opacity: .7;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 50px;
  width: 50px;
}
.docker-wrapper {
  position: relative;
}
.docker-wrapper .docker-title {
  margin: 0 0 15px;
}
.docker-wrapper .sticky-wrapper {
  position: absolute;
}
.docker-wrapper .docker-sidebar {
  border-style: solid;
  border-width: 1px;
  width: 280px;
  position: absolute;
}
.docker-wrapper .docker-sidebar .docker-mobile-drop {
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  display: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.docker-wrapper .docker-sidebar ul {
  padding: 10px 0;
}
.docker-wrapper .docker-sidebar ul lh {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0px;
}
.docker-wrapper .docker-sidebar.sticky {
  float: none;
  position: fixed;
  top: 20px;
  z-index: 6;
  left: auto;
}
.docker-wrapper .docker-content {
  margin-left: 320px;
  padding: 20px 0;
  min-height: 500px;
}
@media (max-width: 768px) {
  .docker-wrapper .sticky-wrapper,
  .docker-wrapper .docker-sidebar {
    width: auto;
    position: static !important;
    height: auto !important;
  }
  .docker-wrapper .docker-sidebar .docker-mobile-drop {
    display: block;
  }
  .docker-wrapper .docker-sidebar ul {
    display: none;
  }
  .docker-wrapper .docker-sidebar ul.show-me {
    display: block;
  }
  .docker-wrapper .docker-content {
    margin-left: 20px;
  }
}
.section-docker.pl-area .docker-wrapper {
  padding: 0 15px;
  box-sizing: border-box;
}
.section-quickcarousel .pl-section-pad {
  padding: 0;
}
.section-quickcarousel .pl-quickcarousel .carousel-item {
  margin: 0;
  padding: 0;
}
.section-quickcarousel .pl-quickcarousel .carousel-item img {
  max-width: 100%;
  display: block;
}
.starbars-wrap {
  padding: 1em;
}
.starbars {
  text-align: left;
  margin: 0;
}
.starbars li {
  list-style: none !important;
}
.starbars li:last-child span {
  margin-bottom: 0px;
}
.starbars li .bar-wrap {
  margin-bottom: 13px;
  border-radius: 300px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
  position: relative;
}
.starbars li span {
  height: 15px;
  width: 0px;
  display: block;
  background-color: #337EFF;
  border-radius: 300px;
  overflow: visible !important;
  position: relative;
}
.starbars li span strong {
  opacity: 0;
  color: #fff;
}
.starbars li span strong:after {
  right: 13px;
}
.starbars li strong {
  position: absolute;
  right: 0px;
  top: -25px;
  opacity: .2;
  padding: 4px 7px !important;
  background-color: #333;
  color: rgba(255,255,255,0.8);
  line-height: 12px !important;
  font-size: 11px !important;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", Arial, serif;
  border-radius: 2px;
}
.starbars li strong:after {
  border-color: #333 transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  display: block;
  right: 5px;
  position: absolute;
  width: 0;
}
.starbars li strong.full:after {
  left: 15px;
}
.starbars li p {
  font-size: 13.6px;
  margin: 0;
  padding-bottom: 2px;
}
.section-rapidtabs .widget {
  margin: 0;
}
.section-rapidtabs .widget .widget-pad {
  padding: 0;
}
.section-rapidtabs .the-rapid-tabs .rapid-nav {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 0 0 5px 0;
  margin-bottom: 12px;
}
.section-rapidtabs .the-rapid-tabs .rapid-nav li {
  margin-right: 12px;
  opacity: .5;
}
.section-rapidtabs .the-rapid-tabs .rapid-nav a {
  color: inherit;
}
.section-rapidtabs .the-rapid-tabs .rapid-nav .ui-state-active,
.section-rapidtabs .the-rapid-tabs .rapid-nav .ui-state-hover {
  opacity: 1;
}
.section-hero .pl-section-pad {
  padding: 5%;
}
.pl-hero-wrap {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.pl-hero-wrap .pl-hero h1 {
  font-size: 3em;
  line-height: 1;
  letter-spacing: -1px;
  word-wrap: normal;
}
.pl-hero-wrap .pl-hero h1 small {
  display: block;
}
.pl-hero-wrap .pl-hero p {
  margin: 6.2px 0 24.8px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5em;
}
.pl-hero-wrap .pl-hero-image {
  margin-bottom: 0;
  float: right;
}
.pl-hero.span6,
.pl-hero-image.span6 {
  margin-bottom: 0;
}
.hero_image {
  text-align: right;
}
.pl-hero-reverse .pl-hero-image {
  margin-right: 21px;
  margin-left: 0px;
  text-align: left;
  float: left;
}
.pl-hero-reverse .pl-hero {
  float: right;
}
@media (max-width: 768px) {
  .hero_image,
  .pl-hero h1,
  .pl-hero p {
    text-align: center;
  }
  .pl-hero.span6 .btn {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .pl-hero-wrap {
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .pl-hero-wrap .pl-hero h1 {
    font-size: 2em;
  }
}
.popthumbs-wrap {
  text-align: center;
}
.popthumbs-wrap .popthumb {
  width: 100%;
  max-width: 200px;
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 4px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  margin-bottom: 8px;
}
.popthumbs-wrap .popthumb .expander {
  position: absolute;
  border: 2px solid #fff;
  background: rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  border-radius: 10px;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  top: -17px;
  right: -17px;
  height: 17px;
  width: 17px;
  color: #fff;
  line-height: 17px;
}
.popthumbs-wrap .popthumb:hover {
  opacity: .8;
}
.popthumbs-wrap .popthumb-text {
  padding: 8px 0;
}
.popthumbs-wrap .popthumb-text .popthumb-desc {
  opacity: .75;
}
.section-icallout {
  text-align: center;
}
.section-icallout .icallout-head {
  margin-bottom: 12px;
}
.section-icallout .format-inline .icallout-head {
  font-size: 37px;
  line-height: 1em;
}
.section-icallout .format-inline .icallout-head,
.section-icallout .format-inline .icallout-action {
  display: inline-block;
  margin: 10px 15px;
  vertical-align: top;
}
.pp-plan {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 25px;
}
.pp-plan.most-popular {
  margin-top: 0;
}
.pp-plan.most-popular .pp-header .pp-title {
  font-size: 20px;
  padding: 16px;
}
.pp-plan.most-popular .pp-header .pp-title .mp {
  font-size: 12px;
  opacity: .6;
}
.pp-plan.most-popular .pp-attributes ul .pp-link {
  padding: 20px 0;
}
.pp-plan .pp-header {
  text-align: center;
}
.pp-plan .pp-header .pp-title {
  font-size: 18px;
  padding: 8px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.pp-plan .pp-header .pp-price {
  padding: 20px;
}
.pp-plan .pp-header .pp-price .price-pre {
  vertical-align: top;
  font-size: 1.2em;
}
.pp-plan .pp-header .pp-price .price {
  font-size: 70px;
  line-height: 70px;
}
.pp-plan .pp-header .pp-price .price-pre,
.pp-plan .pp-header .pp-price .price-post,
.pp-plan .pp-header .pp-price .price-sub {
  opacity: .7;
}
.pp-plan .pp-header .pp-price .price-sub {
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  margin-top: 7px;
  line-height: 1.5em;
}
.pp-plan .pp-attributes ul li {
  padding: 10px;
  font-weight: 600;
  border-top-style: solid;
  border-top-width: 1px;
}
.pp-plan .pp-attributes ul li.emphasis {
  font-size: 120%;
}
.masonic-header-content-pad {
  padding: 15px;
}
.masonic-header-content-pad .masonic-title {
  font-size: 20px;
  float: left;
}
.masonic-header-content-pad .masonic-nav {
  float: right;
  max-width: 85%;
}
.masonic-header-content-pad .masonic-nav .lh {
  font-weight: 600;
  font-size: 100%;
}
.masonic-header-content-pad .masonic-nav li {
  margin-left: 18px;
  font-size: 85%;
}
.pl-grid-text {
  float: left;
  width: 75%;
  padding: 15px 0;
}
.pl-grid-text h4 {
  font-size: 16px;
  margin: 0;
}
.pl-grid-text .pl-grid-metabar {
  font-size: 12px;
}
.pl-grid-meta {
  float: right;
  text-align: right;
  width: 25%;
  padding: 15px 0;
}
.pl-grid-excerpt p {
  font-size: 85%;
  line-height: 1.4em;
  margin: 5px 0;
}
.pl-grid-excerpt p:first-child {
  margin-top: 0;
}
.pl-grid-image {
  position: relative;
}
.pl-grid-image img {
  max-width: 100%;
}
.pl-grid-image .pl-grid-image-info {
  opacity: 0;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pl-grid-image .pl-grid-image-info .info-text {
  opacity: 0;
  background-color: rgba(0,0,0,0.6);
  padding: 9px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
  margin: 5px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.pl-grid-image .pl-grid-image-info .info-text:hover {
  opacity: 0.8;
}
.pl-grid-image .pl-grid-image-info .view,
.pl-grid-image .pl-grid-image-info .image,
.pl-grid-image .pl-grid-image-info .video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  color: #fff;
  display: block;
}
.pl-grid-image .pl-grid-image-hover {
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #337EFF;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pl-grid-image:hover .pl-grid-image-info {
  opacity: 1;
}
.pl-grid-image:hover .pl-grid-image-info .info-text {
  opacity: 1;
}
.pl-grid-image:hover .pl-grid-image-hover {
  opacity: 0.7;
  filter: alpha(opacity=90);
}
.flipper-heading {
  z-index: 100;
  position: relative;
  margin: 7px 0;
  min-height: 23px;
  line-height: 20px;
}
.flipper-heading .flipper-title {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 5px;
}
.flipper-heading .flipper-next,
.flipper-heading .flipper-prev {
  cursor: pointer;
  display: block;
  text-align: center;
  margin-left: 5px;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0px;
  height: 20px;
  width: 20px;
  right: 0px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.flipper-heading .flipper-prev {
  right: 25px;
}
.flipper-heading .flipper-prev:hover,
.flipper-heading .flipper-next:hover {
  background-color: #337EFF;
  color: #FFFFFF;
}
.pl-area.section-flipper {
  overflow: hidden;
}
.pl-area.section-flipper .flipper-heading-wrap {
  margin: 0 10px;
  position: relative;
}
.pl-area.section-flipper .flipper-items .flipper-meta {
  padding: 15px;
}
.section-flipper .pl-section-pad {
  padding: 15px 0;
  overflow: hidden;
  position: relative;
}
.flipper-wrap {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.flipper-wrap .flipper {
  opacity: 0;
  max-height: 400px;
}
.flipper-wrap .flipper.flipper-loaded {
  max-height: none;
}
.flipper-wrap .flipper-items {
  overflow: hidden;
}
.flipper-wrap .flipper-items > li {
  position: relative;
  display: block;
  float: left;
}
.flipper-wrap .flipper-items > li h3 {
  position: relative;
  top: 0px;
  color: #fff;
  margin-bottom: 10px;
}
.flipper-wrap .flipper-items > li img {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 0px;
}
.flipper-wrap .flipper-items.layout-grid li {
  margin: 0px 10px 0px 10px;
}
.flipper-wrap .flipper-items.layout-masonry li {
  margin: 0px;
}
.flipper-wrap .flipper-items .flipper-item {
  position: relative;
}
.flipper-wrap .flipper-items .flipper-item .flipper-info-bg {
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #337EFF;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.flipper-wrap .flipper-items .flipper-item .flipper-info {
  opacity: 0;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.flipper-wrap .flipper-items .flipper-item .flipper-info .info-text {
  background-color: rgba(0,0,0,0.6);
  padding: 9px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
  margin: 5px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.flipper-wrap .flipper-items .flipper-item .flipper-info .info-text:hover {
  opacity: 0.8;
}
.flipper-wrap .flipper-items .flipper-item .flipper-info .view,
.flipper-wrap .flipper-items .flipper-item .flipper-info .image,
.flipper-wrap .flipper-items .flipper-item .flipper-info .video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  color: #fff;
  display: block;
}
.flipper-wrap .flipper-items .flipper-item .flipper-info span {
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.flipper-wrap .flipper-items .flipper-item .flipper-info .pl-center {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  margin-top: 60px;
}
.flipper-wrap .flipper-items .flipper-item .flipper-info .pl-center p {
  padding-bottom: 0px;
}
.flipper-wrap .flipper-items .flipper-item:hover .flipper-info {
  opacity: 1;
}
.flipper-wrap .flipper-items .flipper-item:hover .flipper-info .pl-center {
  padding-top: 20px;
}
.flipper-wrap .flipper-items .flipper-item:hover .flipper-info-bg {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.flipper-wrap .flipper-items .flipper-meta {
  padding: 10px 0;
  text-align: left;
}
.flipper-wrap .flipper-items .flipper-meta .pl-karma {
  float: right;
  margin-top: 4px;
}
.flipper-wrap .flipper-items .flipper-meta .flipper-post-title {
  margin: 0;
  line-height: 1.4em;
}
.flipper-wrap .flipper-items .flipper-meta .flipper-metabar {
  opacity: .6;
  font-size: 13.6px;
}
.flipper-wrap .flipper-items .flipper-excerpt {
  opacity: .8;
  font-size: 90%;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  margin-top: 1em;
}
.flipper-wrap .flipper-items .flipper-excerpt p {
  margin: 1em 0;
}
.pl-dark-img .shelf-shadow,
.pl-black .shelf-shadow {
  background-color: rgba(0,0,0,-0.08);
  background-image: -moz-linear-gradient(top,transparent,rgba(0,0,0,0.2));
  background-image: -ms-linear-gradient(top,transparent,rgba(0,0,0,0.2));
  background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,0.2));
  background-image: linear-gradient(top,transparent,rgba(0,0,0,0.2));
  background-repeat: repeat-x;
}
.popshot-wrap {
  position: relative;
  overflow: hidden;
  height: 280px;
  text-align: center;
}
.popshot-wrap .shelf-shadow {
  position: absolute;
  bottom: 0;
  height: 70px;
  background-color: rgba(0,0,0,-0.028);
  background-image: -moz-linear-gradient(top,transparent,rgba(0,0,0,0.07));
  background-image: -ms-linear-gradient(top,transparent,rgba(0,0,0,0.07));
  background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,0.07));
  background-image: linear-gradient(top,transparent,rgba(0,0,0,0.07));
  background-repeat: repeat-x;
  width: 100%;
}
.popshot-wrap .browser-btns {
  display: none;
  position: absolute;
  top: 8px;
  left: 8px;
}
.popshot-wrap .browser-btns > span {
  height: 10px;
  width: 10px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}
.popshot-wrap .browser-btns > span.bbtn-green {
  background: #a3f439;
}
.popshot-wrap .browser-btns > span.bbtn-red {
  background: #ff4d3b;
}
.popshot-wrap .browser-btns > span.bbtn-orange {
  background: #ffba3b;
}
.popshot-wrap.popshot-browser .browser-btns {
  display: block;
}
.popshot-wrap.popshot-browser .popshot {
  background: #f7f7f7;
  padding: 26px 0 0;
  border-radius: 5px;
  box-shadow: inset 1px 1px 0 #fff, rgba(0,0,0,0.3) 0 0 10px 0;
}
.popshot-wrap.popshot-browser .popshot img {
  border-top: 1px solid #ccc;
}
.popshot-wrap.popshot-frame .popshot {
  background: #fff;
  padding: 4px 4px 0 4px;
  border-radius: 5px;
  border: 1px solid #BBB;
  box-shadow: rgba(0,0,0,0.3) 0 0 10px 0;
}
.popshot-wrap.popshot-shadow .popshot {
  box-shadow: rgba(0,0,0,0.3) 0 0 10px 0;
}
.popshot-wrap .popshot {
  max-width: 400px;
  max-height: 300px;
  bottom: -3px;
  position: absolute;
  z-index: 10;
  left: 50%;
}
.popshot-wrap .popshot img {
  max-width: 100%;
  border-radius: 2px;
}
.popshot-wrap .popshot.popshot-1 {
  margin-left: -575px;
  z-index: 11;
}
.popshot-wrap .popshot.popshot-2 {
  margin-left: -400px;
  height: 225px;
}
.popshot-wrap .popshot.popshot-3 {
  height: 250px;
  width: 350px;
  margin-left: -175px;
}
.popshot-wrap .popshot:after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background-color: rgba(0,0,0,-0.04);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));
  background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));
  background-repeat: repeat-x;
}
.spynav {
  width: 100%;
  height: auto;
  background: #f6f6f6;
  border-color: #d4d4d4 #d4d4d4 #adadad;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bababa;
  -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);
  -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.spynav:hover,
.spynav:active,
.spynav.active,
.spynav.disabled,
.spynav[disabled] {
  background-color: #d4d4d4;
}
.spynav:active,
.spynav.active {
  background-color: #bababa \9;
}
.spynav .nav {
  margin-bottom: 0;
}
.spynav .nav > li > a {
  color: rgba(70,70,70,0.7);
  margin: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  border-left: 1px solid rgba(255,255,255,0.4);
  border-right: 1px solid #bababa;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.spynav .nav > li > a:hover {
  border-left: 1px solid rgba(255,255,255,0.4);
  border-right: 1px solid #bababa;
  background: #c7c7c7;
  border-color: #e9e9e9 #e9e9e9 #c3c3c3;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.spynav .nav > li > a:hover:hover,
.spynav .nav > li > a:hover:active,
.spynav .nav > li > a:hover.active,
.spynav .nav > li > a:hover.disabled,
.spynav .nav > li > a:hover[disabled] {
  background-color: #e9e9e9;
}
.spynav .nav > li > a:hover:active,
.spynav .nav > li > a:hover.active {
  background-color: #d0d0d0 \9;
}
.spynav .nav > li.active > a,
.spynav .nav > li.active > a:hover {
  color: #464646;
  padding-left: 13px;
  background: #c7c7c7;
  border-color: #e9e9e9 #e9e9e9 #c3c3c3;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);
}
.spynav .nav > li.active > a:hover,
.spynav .nav > li.active > a:active,
.spynav .nav > li.active > a.active,
.spynav .nav > li.active > a.disabled,
.spynav .nav > li.active > a[disabled],
.spynav .nav > li.active > a:hover:hover,
.spynav .nav > li.active > a:hover:active,
.spynav .nav > li.active > a:hover.active,
.spynav .nav > li.active > a:hover.disabled,
.spynav .nav > li.active > a:hover[disabled] {
  background-color: #e9e9e9;
}
.spynav .nav > li.active > a:active,
.spynav .nav > li.active > a.active,
.spynav .nav > li.active > a:hover:active,
.spynav .nav > li.active > a:hover.active {
  background-color: #d0d0d0 \9;
}
.spynav .nav > .active > a .caret,
.spynav .nav > .active > a:hover .caret {
  border-top-color: #d4d4d4;
}
.spynav li {
  list-style: none;
}
.spynav ul {
  margin: 0;
}
.spynav .nav > li:first-child > a,
.spynav .nav > li:first-child > a:hover {
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.spynav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.spynav-space {
  height: 40px;
  display: none;
}
@media (min-width: 767px) {
  .spynav-fixed {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 990;
    border-color: #bababa;
    border-width: 0 0 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 5px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 5px rgba(0,0,0,.1);
  }
  .spynav-fixed .nav {
    margin: 0 auto;
    padding: 0 1px;
  }
  .spynav-fixed .nav > li:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .spynav-fixed .nav > li:first-child > a,
  .spynav-fixed .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .spynav .nav-tabs > li,
  .spynav .nav-pills > li {
    float: none;
  }
  .spynav .nav > li:first-child > a,
  .spynav .nav > li:first-child > a:hover {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .spynav .nav > li:last-child > a,
  .spynav .nav > li:last-child > a:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
  .spynav .nav > li > a:hover {
    background-color: #ffffff;
  }
}
