@charset "UTF-8";
@import "cookie-consent.css";
@import "../../css/bootstrap.min.css";


/* Large desktops and laptops */
@media (min-width: 1200px) {
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
}

/* Full Page Background Image  */
html {
    background: #FFFFFF;
}
body {
    background-color: transparent;
    font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.65em;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family:  "Playfair Display", "Libre Baskerville", Georgia, serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    padding: 15px 0 0 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    h2{
        font-size: 26px;
    }
}
h2 {
    padding: 15px 0 15px 0;
}
p {
    font-size: 1.15em;
}
.img-responsive {
    height: auto;
}

.justify-text {
    text-align: justify;
}
.upper-text{
    text-transform: uppercase;
}
.lower-text{
    text-transform: lowercase;
}
.larger-text {
    font-size: 1.35em;
}
.small-text{
    font-size: 0.9em;
}
.bold {
    font-weight: bold;
}
.italic{
    font-style: italic;
}
.centered{
    text-align: center !important;
}
.centered td{
    text-align: center !important;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.red{
    color: #c21d25;
}
.gray{
    color: #7A7A7A;
}
.gray-light-bg{
    background: #FAFAFA;
}

.logo-alt-text{
    font-family:  "Playfair Display", "Libre Baskerville", Georgia, serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 3em;
    line-height: 1.5;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    margin: 0;
    padding-bottom: 20px;
}
.bordered-box{
    border: 1px solid black;
    padding: 15px;
    margin: 10px 0;
}
.container-full {
    margin: 0 auto;
    width: 100%;
}
.promo-container {
    background-color: #006EDC;
    margin-top: -35px;
}
.promo-text {
    color: #FFFFFF;
    display: block;
    text-align: center;
    font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial,sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 35px;
    margin: 20px auto;
}
hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    height: 0;
    margin: 20px auto;
    width: 100%;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.top5 { margin-top:5px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top20 { margin-top:20px; }
.top25 { margin-top:25px; }
.top30 { margin-top:30px; }
.top40 { margin-top:40px; }
.top50 { margin-top:50px; }
.top60 { margin-top:60px; }
.top70 { margin-top:70px; }
.top80 { margin-top:80px; }
.top90 { margin-top:90px; }
.top100 { margin-top:100px; }
.top120 { margin-top:120px; }
.bottom20 { margin-bottom:20px; }
.bottom25 { margin-bottom:25px; }
.content-top-margin { margin-top:90px; }
.padding-left-15 { padding-left: 15px; }
.padding-right-15 { padding-right: 15px; }
.padding-left-30 { padding-left: 30px; }
.padding-right-30 { padding-right: 30px; }

::selection{
    color:#FFFFFF;
    background: #454545 ; /* CSS3 ::selection Selector, IE9+, Opera, Google Chrome and Safari */
}
::-moz-selection{
    color:#FFFFFF;
    background: #454545 ; /* CSS3 Firefox text selection color */
}
.hidden-flag {
    display: none !important;
}
.d-none {
    display: none;
}
.gold-stars {
    color: gold;
    font-size: 1.4em;
}

/* SVG ICON SYSTEM https://blog.prototypr.io/align-svg-icons-to-text-and-say-goodbye-to-font-icons-d44b3d7b26b4 */
.icon {
    display: inline-flex;
    align-self: center;
    margin-left: -10px;
    margin-right: -12px;
}
.icon svg, .icon img {
    height: 0.9em;
    width: 0.9em;
    fill: #FFF;
    -webkit-filter: drop-shadow( 1px 1px 0 rgba(0, 0, 0, .8));
            filter: drop-shadow( 1px 1px 0 rgba(0, 0, 0, .8));
}
.icon.baseline svg, .icon img {
    top: 0em;
    position: relative;
}

svg#tour-3d-svg {
    width: 45px;
    height: 45px;
    fill: #000000;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
}


/* #fancy-line styles
============================================= */
.fancy-line{
    overflow: hidden;
    text-align: center;
}
.fancy-line span{
    position: relative;
}
.fancy-line span:before,
.fancy-line span:after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: 0;
    height: 0;
    border-top: 1px solid #858585;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    width: 200em;
}
.fancy-line span:before {
    right: 100%;
    margin-right: .5em;
}
.fancy-line span:after {
    left: 100%;
    margin-left: .5em;
}
.fancybox-nav span {
    visibility: visible;
}
.image-show {
    display: none;
}
.fancy-map {
    z-index: 500000;
}

/* ==========================================================================
    IMAGES STYLES
   ========================================================================== */
.bordered {
    position:relative;
    border: 5px solid #F7F7F7;
    background-color: #FFFFFF;
}
.hover-animate-zoom {
    background: rgba(0, 0, 0, 1.0) url(../img/zoom-icon-white-1.png) no-repeat center center;
}
.hover-animate-link {
    background: rgba(0, 0, 0, 1.0) url(../img/link-white-1-48.png) no-repeat center center;
}
.hover-animate-external-link {
    background: rgba(0, 0, 0, 1.0) url(../img/external-link-white-1.png) no-repeat center center;
}
.one-edge-shadow {
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
       -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
            box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
}
.inner-shadow img {
   display:block;
}
.inner-shadow {
   display:block;
   position:relative;
}
.inner-shadow::before {
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
   -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
           box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
}
.flag-icon {
    margin: 0;
}
/* ==========================================================================
    Add the transparent pattern overlay to images
   ========================================================================== */
/* 1. way https://stackoverflow.com/questions/28926475/pixel-pattern-overlay-on-website-section-how-is-it-done
.overlay-dots:after {
    background: url(../img/overlays/white-small-checks.png) center repeat;
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    opacity: .15;
    z-index: 10;
}
*/
/* add the transparent pattern overlay to images */
.overlay-dots:after {
    background: url(../img/overlays/white-small-checks.png) center repeat;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.15;
    z-index: 5;
}
/* 2. way https://stackoverflow.com/questions/22993173/how-to-create-a-pattern-overlay-on-top-of-an-image */
.parallax-window {
    position: relative;
}
.pixel-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .15;
    background: url(../img/overlays/white-small-checks.png) center repeat;
}

/* Linear Year View Calendar styles
*************************************************************************************** */
.green-background {
    background-color: rgb(127, 179, 104);
}
.orange-background {
    background-color: rgb(248, 207, 102);
}
.red-background {
    background-color: rgb(218, 83, 80);
}

table, th, tr, td {
    border: 1px solid #FFFFFF;
    font-family: "Ek Mukta", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

table {
    color: #262626;
    background-color: #DBDBDB;
    border-collapse:collapse;
}
th {
    text-align: center;
    line-height: 2;
    background-color: #C4C4C4;
    font-weight: 400;
    padding: 0;
    width: 25px;
}
td {
    width: 25px;
    height: 18px;
    line-height: 1.5;
    vertical-align: center;
    text-align: center;
}
.days,
.days-view  {
    color: rgb(255, 255, 255);
    background-color: rgb(127, 179, 104);
}

.days:hover {
    background-color: #0084DB;
    cursor: hand;
    text-shadow: 0 0 8px #000000;
}
.day6 {
 font-weight: 700;
}
.saturday {
    color: #FF9933;
}
.day7 {
    font-weight: 700;
}
.sunday {
    color: #FF476C;
}
.monthName {
    text-align:left;
    vertical-align:middle;
    padding: 2px;
}
.monthName div {
    padding-left:7px;
}
.legend-box {
    margin: 15px 0;
    vertical-align: middle;
    font-size: 14px;
}
.legend {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.legend span{
    margin: 0 0 10px 0;
}
.legend-title {
    display: inline-block;
    margin-right: 30px;
    line-height: 1.8;
    vertical-align: middle;
}
 /* Modal
*************************************************************************************** */
.container-modal {
    max-width: 900px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 5px;
}
.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}
.modal-content {
    position: relative;
    background-color: #F5F5F5;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    padding: 0 5px 20px 5px;
}
.modal-dialog {
    max-width: 1120px;
    width: auto;
    margin: 150px auto 0 auto;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#editForm {
    margin: 0;
    padding: 0;
}

/* Tables styling
============================================= */
.table {
    margin-bottom: 9px;
    max-width: 100%;
    width: 100%;
}
.price-table {
    background: #FFF;
    border-collapse: collapse;
    border: 1px solid #000;
    line-height: 1.2;
    padding: 5px;
}
.price-table > tbody > tr > td,
.price-table > tbody > tr > th,
.price-table > tfoot > tr > td,
.price-table > tfoot > tr > th,
.price-table > thead > tr > td,
.price-table > thead > tr > th {
    line-height: 1.2;
    padding: 5px;
    vertical-align: middle;
}
.price-table > tbody > tr > td {
    padding-left: 10px;
    text-align: left;
}

.price-table tr,
.price-table td {
    border-collapse: collapse;
    border: 1px solid #000;
}
.price-table > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.table-title {
    font-family:  "Playfair Display", "Libre Baskerville", Georgia, serif;
    font-size: 1.2em;
    color: #000;
    vertical-align: middle;
}
.table-title-small {
    font-size: 1em;
}
.row-title td {
    font-size: 1.2em;
    padding-top: 15px;
    vertical-align: center;
}
.width50 td {
    width: 50%;
}
.width75 td {
    width: 75%;
}
.width33 td {
    width: 33.3333333%;
}
.glyphicon {
    color: #5E5E5E;
}
.button-reserve button{
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px auto 20px auto;
    font-size: 1.4em;
    width: 100%;
    z-index: 10;
    border-radius: 0;
}
    /* Portrait phones and smaller */
    @media (max-width: 480px) {
        .button-reserve button{
            font-size: 1em;
        }
    }
button.button-external {
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    text-transform: uppercase;
    padding: 15px auto;
    margin: 5px auto 20px auto;
    font-size: 1em;
    width: 100%;
    z-index: 10;
    border-radius: 0;
}
.btn-calendar {
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    text-transform: uppercase;
    padding: 30px auto;
    line-height: 1.73;
    margin: 10px auto 20px auto;
    font-size: 1.25em;
    width: 100%;
    z-index: 10;
    border-radius: 0;
}
.btn-calendar:link {
    color: #FFFFFF;
}

/* ==========================================================================
    PARALAX WINDOW https://github.com/pixelcog/parallax.js/
   ========================================================================== */
.parallax-window {
    background: transparent;
    z-index: 10;
}
.paralax-text {
    font-family:  "Playfair Display", "Libre Baskerville", Georgia, serif;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    font-size: 2.1em;
    color: #fff;
    text-align: center;
    margin: 0 auto 0 auto;
    z-index: 10;
    /* http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ */
    position: relative;
    top: 60%;
    -webkit-transform: perspective(1px) translateY(-60%);
    -ms-transform: perspective(1px) translateY(-60%);
    -moz-transform: perspective(1px) translateY(-60%);
    -o-transform: perspective(1px) translateY(-60%);
    transform: perspective(1px) translateY(-60%);
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    .paralax-text {
        font-size: 1.8em;
    }
}

/* #Navbar Styles  http://bootstrap3-menu.codedorigin.com/
============================================= */
.navbar-default {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px 0;
    border: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.sticky-navbar {
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.7);
       -moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.7);
            box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.7);
}
.navbar-default .navbar-brand {
    font-family:  "Playfair Display", "Libre Baskerville", Georgia, serif;
    color: #000000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    margin: 0;
    padding-top: 7px;
    padding-left: 15px;
    font-size: 1.5em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

}
.brand-mobile.phone-mobile {
    color: #000000;
    font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.5;
    margin-left: 10%;
}
.navbar-default .navbar-brand img {
    margin-top: -13px;
}
.navbar-default.navbar-shrink {
    padding: 15px 0;
}
.navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #FF0000;
    outline: none;
    border: 0;
}
.navbar-default .navbar-collapse {
    border-color: #FF0000;
}
.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
    background-color: #121212;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #121212;
}
.navbar-default .nav li a {
    font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial,sans-serif;
    color: #000000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #E9072D;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #E9072D;
    background-color: #121212;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #E9072D;
    background-color: #121212;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 440px;
}
/* small devices */
@media(max-width:768px) {
    .navbar-default {
        padding: 5px 0 5px 0;
        border: 0;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-default .navbar-brand {
        padding-top: 12px;
        font-size: 1.2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}





/* #Carousel slider
============================================= */
.carousel,
.carousel .item,
.carousel-inner > .item > img {
    height: 835px;
}
.carousel {
    margin-top: 83px;
    margin-bottom: 40px;
}
.carousel-caption {
    z-index: 10;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    color: #FFFFFF;
}
.carousel-caption img{
    z-index: 10;
    margin: 0 auto 30px auto;
}
#carousel-slider h1{
    font-size: 3em;
    margin: 0 auto 30px auto;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.carousel-caption p {
    margin: 0 auto 80px auto;
    font-size: 22px;
    line-height: 1.4;
    font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial,sans-serif;
    color: #E9072D;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: normal;
    font-size: 2em;
}
.carousel .item {
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
}
.carousel .active.left, .carousel .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}
.carousel .next, .carousel .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}
.carousel-inner {
    border-bottom: 5px solid #FFFFFF;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.carousel-inner > .item > img {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1920px;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.carousel .carousel-control {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
.carousel:hover .carousel-control {
    visibility: visible;
    opacity: 1;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 40px;
    opacity: 0.35;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #968B6B;
    background-color: rgba(0, 132, 219, 0.3);
    background-color: #968B6B;
    border: 7px solid rgba(0, 0, 0, 0.4);
    border-radius: 30px;
}
.carousel-indicators .active {
    width: 32px;
    height: 32px;
    margin: 0 9px;
    background-color: #fff;
    background-color: rgba(0, 132, 219, 0.8);
}

/* small devices */
@media(max-width:768px) {
    .carousel {
        margin-top: 50px;
        margin-bottom: 40px;
    }
}
/* add the transparent pattern overlay */
#carousel-slider:after {
    background: url(../img/overlays/white-small-checks.png) center repeat;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.1;
    z-index: 2;
}



/* #On-Scroll Animated Header
============================================= */
.cbp-af-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    z-index: 10000;
    height: 230px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

.cbp-af-header .cbp-af-inner {
    width: 90%;
    max-width: 69em;
    margin: 0 auto;
    padding: 0 1.875em;
}

.cbp-af-header h1,
.cbp-af-header nav {
    display: inline-block;
    position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
    line-height: 230px;
}

.cbp-af-header h1 {
    text-transform: uppercase;
    color: #333;
    letter-spacing: 4px;
    font-size: 4em;
    margin: 0;
    float: left;
}

.cbp-af-header nav {
    float: right;
}

.cbp-af-header nav a {
    color: #aaa;
    font-weight: 700;
    margin: 0 0 0 20px;
    font-size: 1.4em;
}

.cbp-af-header nav a:hover {
    color: #333;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
    height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
    line-height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 2em;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {

    .cbp-af-header .cbp-af-inner {
        width: 100%;
    }

    .cbp-af-header h1,
    .cbp-af-header nav {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    .cbp-af-header h1,
    .cbp-af-header nav a {
        line-height: 115px;
    }

    .cbp-af-header nav a {
        margin: 0 10px;
    }

    .cbp-af-header.cbp-af-header-shrink h1,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 45px;
    }

    .cbp-af-header.cbp-af-header-shrink h1 {
        font-size: 2em;
    }

    .cbp-af-header.cbp-af-header-shrink nav a {
        font-size: 1em;
    }
}

@media screen and (max-width: 32.25em) {
    .cbp-af-header nav a {
        font-size: 1em;
    }
}

@media screen and (max-width: 24em) {
    .cbp-af-header nav a,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 1;
    }
}


/* #promo links
============================================= */
.ch-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}
.ch-grid:after {
    clear: both;
}
.ch-grid li {
    width: 240px;
    height: 240px;
    display: inline-block;
    margin: 20px auto;
}
.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    cursor: hand;
    box-shadow:
        inset 0 0 0 16px rgba(255,255,255,0.6),
        0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-img-1 {
    background-image: url(../img/promo/Deluxe-Villa-No.10-Mandre-Pag-Croatia_1.jpg);
}
.ch-img-2 {
    background-image: url(../img/promo/Deluxe-Villa-No.10-Mandre-Pag-Croatia_1.jpg);
}
.ch-img-3 {
../inc/room-302.php    background-image: url(../img/promo/Deluxe-Villa-No.10-Mandre-Pag-Croatia_1.jpg);
}
.ch-img-4 {
    background-image: url(../img/promo/Deluxe-Villa-No.10-Mandre-Pag-Croatia_1.jpg);
}
.ch-info {
    position: absolute;
    background: rgba(204, 153, 51, 0.5);
    width: inherit;
    height: inherit;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    padding: 0;
    text-align: center;
}
.ch-info img {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: -20px;
}
.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 30px;
    padding: 35px 0 0 0;
    height: 50px;
    font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial,sans-serif;
    text-shadow:
        0 0 1px #fff,
        0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 0.4s;
    -moz-transition: all 1s ease-in-out 0.4s;
    -o-transition: all 1s ease-in-out 0.4s;
    -ms-transition: all 1s ease-in-out 0.4s;
    transition: all 1s ease-in-out 0.4s;
}
.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial,sans-serif;
}
.ch-info p a:hover {
    color: #fff222;
}
.ch-item:hover {
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.1),
        0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ch-item:hover .ch-info p {
    opacity: 1;
}


/* #Promo boxes css3 hover effects
============================================= */
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0;
    max-width: 720px;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    font-size: 1em;
    color: #FFFFFF;
    text-shadow: none;
    word-spacing: 0.2em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2,
.grid figure p {
    margin: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */


/*---------------*/
/***** Jazz *****/
/*---------------*/

    figure.effect-jazz {
    	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
    	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
    }

    figure.effect-jazz img {
    	opacity: 0.9;
    }

    figure.effect-jazz figcaption::after,
    figure.effect-jazz img,
    figure.effect-jazz p {
    	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    	transition: opacity 0.35s, transform 0.35s;
    }

    figure.effect-jazz figcaption::after {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	border-top: 1px solid #fff;
    	border-bottom: 1px solid #fff;
    	content: '';
    	opacity: 0;
    	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    	-webkit-transform-origin: 50% 50%;
    	transform-origin: 50% 50%;
    }

    figure.effect-jazz h2,
    figure.effect-jazz p {
    	opacity: 1;
    	-webkit-transform: scale3d(0.8,0.8,1);
    	transform: scale3d(0.8,0.8,1);
    }

    figure.effect-jazz h2 {
    	padding-top: 20%;
    	-webkit-transition: -webkit-transform 0.35s;
    	transition: transform 0.35s;
    }

    figure.effect-jazz p {
    	padding: 0.5em 2em;
    	text-transform: none;
    	font-size: 0.85em;
    	opacity: 0;
    }

    figure.effect-jazz:hover img {
    	opacity: 0.7;
    	-webkit-transform: scale3d(1.05,1.05,1);
    	transform: scale3d(1.05,1.05,1);
    }

    figure.effect-jazz:hover figcaption::after {
    	opacity: 1;
    	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    }

    figure.effect-jazz:hover h2,
    figure.effect-jazz:hover p {
    	opacity: 1;
    	-webkit-transform: scale3d(1,1,1);
    	transform: scale3d(1,1,1);
    }
    /*---------------*/
    /***** Bubba *****/
    /*---------------*/
    figure.effect-bubba {
    	background: #474747;
    }
    figure.effect-bubba img {
    	opacity: 1;
    	-webkit-transition: opacity 0.35s;
    	transition: opacity 0.35s;
    }
    figure.effect-bubba:hover img {
    	opacity: 0.4;
    }
    figure.effect-bubba figcaption::before,
    figure.effect-bubba figcaption::after {
    	position: absolute;
    	top: 30px;
    	right: 30px;
    	bottom: 30px;
    	left: 30px;
    	content: '';
    	opacity: 0;
    	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    	transition: opacity 0.35s, transform 0.35s;
    }
    figure.effect-bubba figcaption::before {
    	border-top: 1px solid #fff;
    	border-bottom: 1px solid #fff;
    	-webkit-transform: scale(0,1);
    	transform: scale(0,1);
    }
    figure.effect-bubba figcaption::after {
    	border-right: 1px solid #fff;
    	border-left: 1px solid #fff;
    	-webkit-transform: scale(1,0);
    	transform: scale(1,0);
    }
    figure.effect-bubba h2 {
    	padding-top: 20%;
    	-webkit-transition: -webkit-transform 0.35s;
    	transition: transform 0.35s;
    	-webkit-transform: translate3d(0,-20px,0);
    	transform: translate3d(0,-20px,0);
    }
    figure.effect-bubba p {
    	padding: 0;
    	opacity: 0;
    	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    	transition: opacity 0.35s, transform 0.35s;
    	-webkit-transform: translate3d(0,20px,0);
    	transform: translate3d(0,20px,0);
    }
    figure.effect-bubba:hover figcaption::before,
    figure.effect-bubba:hover figcaption::after {
    	opacity: 1;
    	-webkit-transform: scale(1);
    	transform: scale(1);
    }
    figure.effect-bubba:hover h2,
    figure.effect-bubba:hover p {
    	opacity: 1;
    	-webkit-transform: translate3d(0,0,0);
    	transform: translate3d(0,0,0);
    }

    /*---------------*/
    /***** Oscar *****/
    /*---------------*/
    figure.effect-oscar {
    	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
    }
    figure.effect-oscar img {
    	opacity: 1;
    	-webkit-transition: opacity 0.35s;
    	transition: opacity 0.35s;
    }
    figure.effect-oscar figcaption {
    	padding: 1.7em 1.3em;
    	background-color: rgba(58,52,42,0.7);
    	background-color: transparent;
    	-webkit-transition: background-color 0.35s;
    	transition: background-color 0.35s;
    }
    figure.effect-oscar figcaption::before {
    	position: absolute;
    	top: 25px;
    	right: 25px;
    	bottom: 25px;
    	left: 25px;
    	border: 1px solid #fff;
    	content: '';
    }
    figure.effect-oscar h2 {
    	margin: 0 0 10px 0;
    	-webkit-transition: -webkit-transform 0.35s;
    	transition: transform 0.35s;
    	-webkit-transform: translate3d(0,100%,0);
    	transform: translate3d(0,50%,0);
    }
    figure.effect-oscar figcaption::before,
    figure.effect-oscar p {
    	opacity: 0;
    	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    	transition: opacity 0.35s, transform 0.35s;
    	-webkit-transform: scale(0);
    	transform: scale(0);
    }
    figure.effect-oscar:hover h2 {
    	-webkit-transform: translate3d(0,0,0);
    	transform: translate3d(0,0,0);
    }
    figure.effect-oscar:hover figcaption::before,
    figure.effect-oscar:hover p {
    	opacity: 1;
    	-webkit-transform: scale(1);
    	transform: scale(1);
    }
    figure.effect-oscar:hover figcaption {
    	background-color: rgba(58,52,42,0);
    }
    figure.effect-oscar:hover img {
    	opacity: 0.4;
    }


/* #Gallery
============================================= */
#image-container .item{
    margin-bottom: 20px;
}


/* #peljesac map kinetic plugin
============================================= */
#map-wrapper {
    border: solid 5px #DEDEDE;
    height: 650px;
    width: 100%;
    overflow: hidden;
}
#map-controls {
    padding: 10px;
    text-align: center;
}
    #map-controls span {
    	cursor: pointer;
        padding: 0 20px;
        color: #006EDC;
        font-size: 2em;
    }
    #map-controls span:hover {
        color: #db006e;
    }
.kinetic-moving-up {
    border-top-color: #006edc !important;
}
.kinetic-moving-down {
    border-bottom-color: #006edc !important;
}
.kinetic-moving-left {
    border-left-color: #006edc !important;
}
.kinetic-moving-right {
    border-right-color: #006edc !important;
}
.kinetic-decelerating-up {
    border-top-color: #db006e !important;
}
.kinetic-decelerating-down {
    border-bottom-color: #db006e !important;
}
.kinetic-decelerating-left {
    border-left-color: #db006e !important;
}
.kinetic-decelerating-right {
    border-right-color: #db006e !important;
}
#map-inner { width: 1920px; height: 1080px; }
    #map-inner img {
        display: block;
        width: 1920px;

    }
#left, #right { cursor: pointer; }


.map-directions iframe {
    width: 100%;
    height: 400px;
}

/* #Kako do nas map
============================================= */
.map-reach {
    border: 0;
    padding: 0;
    margin: 0 30px 0 0;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.map-reach iframe{
    width: 100%;
    height: 480px;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

/* Google map
============================================= */
.map{
    width: 100%;
    height: 600px;
    border: 5px solid #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    margin-top: 25px;
    z-index: 100;
    overflow: hidden;
    text-align: center;
}
#map:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}
.gMap-popup{
    width: 170px;
    height: 75px;
    padding: 3px;
}
#map_canvas img, .google-maps img, #map img {
    max-width: none;
}

/* #price list styles
============================================= */
.price-table{
    font-size: 1em;

}
.price-header{
    background: #FFFFFF;
    padding: 15px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.price-body-one,
.price-body-two{
    background: #EDEDED;
    padding: 15px 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.price-body-one{
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.price-footer{
    background: #006EDC;
    color: #F7F7F7;
    padding: 15px 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 10px;
}
.price-body-one .circle{
    position: relative;
    vertical-align: middle;
    color: #FFFFFF;
    background: #006EDC;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    padding-top: 28px;
    margin: 10px auto;
    text-align: center;
    text-shadow: none;
}

/* #contact styles
============================================= */
img#qr-code{
    width: 200px;
    margin-bottom: 20px;
}

/* #usefull links styles
============================================= */
#links{
    text-transform: uppercase;
}
#links ul{
    list-style-type: none;
    padding-left: 0;
}
#links li{
    list-style-type: none;
    line-height: 4;
    margin-left: 0;
}
#links i{
    margin-right: 7px;
    position: relative;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 20px;
    background: rgba(205,0,0,1);
    border: 1px solid rgba(205,0,0,1);
    border-radius: 20px;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5),
                 0px -2px 2px rgba(255,255,255,0.5);
    -moz-box-shadow:    0 0 4px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
    box-shadow:         0 0 4px rgba(0, 0, 0, 0.9);
}
#links i:hover,
#links i:focus{
    background: #00CC00;
    border: 1px solid #00CC00;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#links span{
    margin-right: 5px;
}

/* #Facebook
============================================= */
#fb-box,
.fb-like {
    min-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
}
#facebook{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 25px 0;
    border-top: 5px solid #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: -30px;
}
/*
This element holds injected scripts inside iframes that in
some cases may stretch layouts. So, we're just hiding it.
*/
#fb-root {
    display: none;
}
/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.fb-like,
.fb-like-box,
.fb-like-box span,
.fb-comments span,
.fb-comments iframe,
.fb_iframe_widget,
.fb-like-box span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
}
.pluginLikeboxStream{
    overflow:hidden !important;
}
.fb-like-box {
    background:#FFFFFF;
    padding:0px;
}
div.fb-like.fb_iframe_widget {
    min-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    white-space: wrap !important;
}

/* #Footer
============================================= */
footer{
    color: #999999;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    font-family:  "Ek Mukta", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-reservations {
    color: #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 1.6em;
}
    .footer-reservations button{
        color: rgba(255, 255, 255, 1);
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 80px auto 0 auto;
        padding: 0 35px;
        font-size: 1.3em;
        max-width: 400px;
        z-index: 10;
        border-radius: 0;
    }
    .footer-reservations button:hover{
        color: rgba(255, 255, 255, 1);
    }
    .footer-slogan {
        font-family:  "Playfair Display", "Libre Baskerville", Georgia, serif;
        display: block;
        text-align: center;
        margin: 30px auto 0 auto;
        font-size: 1.3em;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    }

    /*  Hover.css http://ianlunn.github.io/Hover/
        Shutter In Vertical */
    .hvr-shutter-in-vertical {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .hvr-shutter-in-vertical:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
        color: white;
    }
    .hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

/* EU fondovi */
#footer-eu {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    background: #EDEDED;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
}
#footer-eu a:link,
#footer-eu a:visited,
#footer-eu a:hover,
#footer-eu a:active {
    color: #FF0033;
}


.footer-links {
    background: #1C1C1C;
    padding: 20px 0 10px 0;
    text-align: center;
}
.rooms-footer-links {
    font-size: 0.8em;
}

.footer-copyright {
    background: #121212;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 1em;
}
    .footer-copyright div {
        margin: 10px auto;
    }
    .footer-logo {
        font-family:  "Playfair Display", "Libre Baskerville", Georgia, serif;
        font-size: 1.5em;
    	font-weight: 400;
    }
    .pixelator{
        font-size: 0.85em;
    }

@media(max-width:767px){
    footer{
        line-height: 2em;
    }
}
@media(max-width:480px){
    .pixelator-promo{
          float: left !important;
    }
}
/* #backtop
============================================= */
.cd-top {
  display: inline-block;
  z-index: 100;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 70px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(../img/cd-top-arrow-4.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #FF0033;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 70px;
  }
}

/* #Site Links
============================================= */
a:link,
a:active,
a:visited,
a:hover,
a:focus  {
    color: #FF0033;
    text-decoration: none;
    border: 0;
}

footer a:link,
footer a:active,
footer a:visited,
footer a:hover,
footer a:focus  {
    color: #fff;
    text-decoration: none;
    border: 0;
}

.nav a:link,
.nav a:active,
.nav a:visited,
.nav a:hover,
.nav a:focus  {
    color: #fff;
    text-decoration: none;
    border: 0;
}

.white a:link,
.white a:active,
.white a:visited,
.white a:hover,
.white a:focus  {
    color: #fff;
    text-decoration: none;
    border: 0;
}

/* Sliding links  */
.sliding-middle-out-white {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}
    .sliding-middle-out-white:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 1px;
        width: 0;
        background: transparent;
        transition: width .5s ease, background-color .5s ease, left .5s ease;
    }
    .sliding-middle-out-white:hover:after {
        width: 100%;
        left: 0;
        background: #fff;
    }
.sliding-middle-out-red {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}
    .sliding-middle-out-red:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 1px;
        width: 0;
        background: transparent;
        transition: width .5s ease, background-color .5s ease, left .5s ease;
    }
    .sliding-middle-out-red:hover:after {
        width: 100%;
        left: 0;
        background: #db006e;
    }


#SkypeButton_Call_gordana.duzevic_1 img {
    padding-left: -20px !important;
}





 /* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .navbar-brand img{

    }
    img#qr-code{
     width: auto;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
        .slogan{
            font-size: 10px;
            margin-bottom: 0;
        }
        .header-right img{
            width: 32px;
            height: 32px;
            margin-right: 3px;
            margin-bottom: 30px;
        }
        #carousel-slider h1{
            font-size: 1.8em;
            line-height: 1.8;
        }
        .carousel-caption p{
            font-size: 1.4em;
            line-height: 1.8;
        }
        .logo-alt-text{
            width: 300px;
        }
}


/*
 * Image hover effects
 */
.view {
   z-index:9;
   cursor: default;
   overflow: hidden;
   text-align: center;
   position: relative;
   border: 2px solid #fff;
   box-shadow: 0 0 3px #eee;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 22px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
   text-shadow:none;
}
.view p {
   font-style: italic;
   font-size: 15px;
   position: relative;
   color: #fff;
   padding: 10px 20px;
   text-align: center;
}
.view a.info {
   font-size: 10px;
   color: #fff;
   background: #000;
   padding: 10px 5px;
   text-decoration: none;
   margin-top:20px;
   display: inline-block;
   overflow:hidden;
   width: 100%;
}
.view a.info:hover {
    background:#FF0000;
}

.portfolio-responsive h2 {
    margin-top:0 !important;
}

/*CSS3 Hover Effect*/
.view-tenth img {
    left:10px;
    margin-left:-10px;
    position:relative;
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   -ms-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
}
.view-tenth .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   color: #333;
   margin: 20px 40px 0;
   background: transparent;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(2) rotate(10deg);
   -moz-transform: scale(2) rotate(10deg);
   -o-transform: scale(2) rotate(10deg);
   -ms-transform: scale(2) rotate(10deg);
   transform: scale(2) rotate(10deg);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
   filter: alpha(opacity=30);
   opacity: 0.3;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}



/*
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datetimepicker-inline {
    width: 220px;
}

.datetimepicker.datetimepicker-rtl {
    direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
    float: right;
}

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
    top: 0;
    left: 0;
}

[class*=" datetimepicker-dropdown"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

[class*=" datetimepicker-dropdown"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
}

[class*=" datetimepicker-dropdown-top"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cccccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
}

[class*=" datetimepicker-dropdown-top"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
    top: -7px;
    right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
    top: -6px;
    right: 7px;
}

.datetimepicker-dropdown-bottom-right:before {
    top: -7px;
    left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
    top: -6px;
    left: 7px;
}

.datetimepicker-dropdown-top-left:before {
    bottom: -7px;
    right: 6px;
}

.datetimepicker-dropdown-top-left:after {
    bottom: -6px;
    right: 7px;
}

.datetimepicker-dropdown-top-right:before {
    bottom: -7px;
    left: 6px;
}

.datetimepicker-dropdown-top-right:after {
    bottom: -6px;
    left: 7px;
}

.datetimepicker > div {
    display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
    display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
    display: block;
}

.datetimepicker.days div.datetimepicker-days {
    display: block;
}

.datetimepicker.months div.datetimepicker-months {
    display: block;
}

.datetimepicker.years div.datetimepicker-years {
    display: block;
}

.datetimepicker table {
    margin: 0;
}

.datetimepicker  td,
.datetimepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
    background-color: transparent;
}

.datetimepicker table tr td.minute:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
    color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    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);
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    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);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    background-color: #003399;
}

.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datetimepicker .datetimepicker-hours span {
    height: 26px;
    line-height: 26px;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
    width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
    margin-bottom: inherit;
    line-height: 30px;
}

.datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px;
}

.datetimepicker table tr td span:hover {
    background: #eeeeee;
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    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);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #0044cc;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
    background-color: #003399;
}

.datetimepicker table tr td span.old {
    color: #999999;
}

.datetimepicker th.switch {
    width: 145px;
}

.datetimepicker th span.glyphicon {
    pointer-events: none;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
    cursor: pointer;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
    background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
    cursor: pointer;
    width: 14px;
    height: 14px;
}



/* =======================================================================================
   fancyBox v2.1.5 fancyapps.com | jquery.fancybox.css | images: ../img/fancyBox/
======================================================================================= */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancyBox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancyBox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/fancyBox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../img/fancyBox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../img/fancyBox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../img/fancyBox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

/* =================================
   jquery.fancybox-buttons.css
==================================== */
#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
       -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
            box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    background: rgb(50,50,50);
    background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
    background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('../img/fancyBox/fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity : 0.4;
    cursor: default;
}
/* #fancybox overrides
============================================= */
#fancybox-buttons ul {
    /* 166 for 4 buttons */
    width: 105px !important;
}
.fancybox-next {
    bottom: 21px;
    top: auto;
    width: 30px;
    height: 30px;
    right: auto;
    left: 200px;
}
.fancybox-prev {
    bottom: 20px;
    top: auto;
    width: 30px;
    height: 30px;
    right: auto;
    left: 80px;
}
.fancybox-next span, .fancybox-prev span{
    visibility: visible !important;
    display: block !important;
}


/* #JSSOR SLIDER
   jssor navigation images: ../img/jssor/
======================================================================================= */

/* #jssor slider
======================================================================================= */
#slider-wrapper {
        position:relative;
        margin:0;
        padding:0;
        top:0;
        left:0;
        width:100%;
        height:100%;
        overflow:hidden;   
}

/* jssor full-window styles
========================================*/
.jsslider_full-window,
.jsslides_full-window  {
        width: 1920px;
        height: 1080px;
}
.jsslider_full-window {
        position:relative;
        margin:0 auto;
        top:0px;
        left:0px;
        overflow:hidden;
        visibility:hidden;
}
.jsslides_full-window {
        cursor:default;
        position:relative;
        top:0px;
        left:0px;
        overflow:hidden;
}

/* jssor slider text captions
========================================*/
.jssor-caption {
        font-family: 'Ek Mukta', 'Helvetica Neue', Helvetica, Arial,sans-serif;
        word-wrap: break-word;
        position: relative;
        top: 70%;
        margin: 0 auto;
        padding: 0;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
        font-size: 2.6em;
        color: #ffffff;
        text-align: center;
        line-height: 1.5;
        font-style: normal;
        font-weight: 800;
}

/* jssor breakpoints
========================================*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
        .jssor-caption {
                max-width: 1100px;
                font-size: 2.6em;
        }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
        .jssor-caption {
                max-width: 970px;
                font-size: 2.4em;
        }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
        .jssor-caption {
                max-width: 740px;
                font-size: 2.1em;
        }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
        .jssor-caption {
                max-width: 460px;
                font-size: 1.9em;
        }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
        .jssor-caption {
                max-width: 300px;
                font-size: 1.7em;
        }
}


/* jssor slider loading skin spin css
========================================*/
.jssor-spin {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        text-align:center;
        background-color:rgba(0,0,0,0.7);
}
.jssor-spin img {
        margin-top:-19px;
        position:relative;
        top:50%;
        width:38px;
        height:38px;
        animation-name: jssor-spin;
        animation-duration: 1.6s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
}
@keyframes jssor-spin {
        from {
                transform: rotate(0deg);
        }
        to {
                transform: rotate(360deg);
        }
}

/* jssor Bullet Navigator
========================================*/
.jssor-bullet-navigator {position:absolute;bottom:12px;right:12px}
.jssor-bullet-navigator .i {position:absolute;cursor:pointer;width:40px;height:40px;}
.jssor-bullet-navigator .i .b {fill:#000;fill-opacity:.5;stroke:#fff;stroke-width:400;stroke-miterlimit:10;stroke-opacity:0.5;}
.jssor-bullet-navigator svg {position:absolute;top:0;left:0;width:100%;height:100%;}
.jssor-bullet-navigator .i:hover .b {fill-opacity:.8;}
.jssor-bullet-navigator .iav .b {fill:#FFFFFF;fill-opacity:1;stroke:#FFFFFF;stroke-opacity:.7;stroke-width:2000;}
.jssor-bullet-navigator .iav:hover .b {fill-opacity:.6;}
.jssor-bullet-navigator .i.idn {opacity:.3;}

/* jssor Arrow Navigator
========================================*/
.jssor-arrow-navigator {display:block;position:absolute;cursor:pointer;width:80px;height:80px;top:0px;}
.jssor-arrow-navigator-left {left:25px;}
.jssor-arrow-navigator-right {right:25px;}
.jssor-arrow-navigator .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssor-arrow-navigator:hover {opacity:.8;}
.jssor-arrow-navigator svg {position:absolute;top:0;left:0;width:100%;height:100%;}


/* Swipebox v1.3.0
* Constantin Saguin csag.co
* MIT License
* github.com/brutaldesign/swipebox
======================================================================================= */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/swipebox/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: inherit;
}

/* ==========================================================================
    PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license
    Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
    pswp = photoswipe
        background-image: url('../img/photoswipe/default-skin.svg'); }
   ========================================================================== */

.photoswipe-gallery figure {
    margin-bottom: 25px;
}
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none;
}
.pswp * {
    box-sizing: border-box;
}
.pswp img {
    max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
    display: block;
}
.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    /* for open/close transition */
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}
.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}
/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}
/*
  div element that matches size of large image
  large image loads on top of it
*/

.pswp__img--placeholder--blank {
    background: #222;
}
.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}
/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}
.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*

  1. Buttons

 */

/*  css reset */

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}
.pswp__button:active {
    outline: none;
    opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url('../img/photoswipe/default-skin.png') 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url('../img/photoswipe/default-skin.svg');
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}
.pswp__button--close {
    background-position: 0 -44px;
}
.pswp__button--share {
    background-position: -44px -44px;
}
.pswp__button--fs {
    display: none;
}
.pswp--supports-fs .pswp__button--fs {
    display: block;
}
.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}
.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}
/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}
/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
}
.pswp__button--arrow--left {
    left: 0;
}
.pswp__button--arrow--right {
    right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0);
    height: 30px;
    width: 32px;
    position: absolute;
}
.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}
/*

  2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__share-modal--hidden {
    display: none;
}
.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}
.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}
.pswp__share-tooltip a:first-child {
    /* round corners on the first/last list item */
    border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
    opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}
a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
}
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
}
a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}
a.pswp__share--download {
    display: none;
}
a.pswp__share--download:hover {
    background: #DDD;
}
/*

  3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
}
/*

  4. Caption

 */

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}
.pswp__caption small {
    font-size: 11px;
    color: #BBB;
}
.pswp__caption__center {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}
.pswp__caption--empty {
    display: none;
}
/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
    visibility: hidden;
}
/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}
.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}
.pswp__preloader--active {
    opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url('../img/photoswipe/preloader.gif') 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
    /*
    The idea of animating inner circle is based on Polymer ("material") loading indicator
     by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}
@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
/*

  6. Additional styles

 */

/* root element of UI */

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}
/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}
.pswp__element--disabled {
    display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

/* =======================================================================================
   jssocials - v1.3.1 - 2016-08-20   |  * http://js-socials.com
   Copyright (c) 2016 Artem Tabalin; Licensed MIT
   jssocials.css
======================================================================================= */
.social-buttons {
    margin: 0 auto;
    text-align: center;
}
.jssocials-shares {
    margin: 0 auto;
    text-align: center;
}
.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em; }

.jssocials-share:first-child {
  margin-left: 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }


/* #jSocials flat theme jssocials-theme-flat.css
============================================= */
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:link, .jssocials-share-link:visited, .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

/* =======================================================================================
   Tripadvisor widgets
======================================================================================= */
#TA_socialButtonIcon19 img{
    border: none;
    margin-top: 0;
    padding: 17px 15px 0 10px;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */


.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}


/* No Js */

.no-js .owl-carousel {
	display: block;
}


/* * Owl Carousel - Animate Plugin */

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* * Owl Carousel - Auto Height Plugin */

.owl-height {
	transition: height 500ms ease-in-out;
}


/* * Owl Carousel - Lazy Load Plugin */

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}


/* * Owl Carousel - Video Plugin */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


/** * Owl Carousel v2.2.1 * Default theme - Owl Carousel CSS File */
.arrow-svg {
	width: 60px;
	height: 60px;
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 30px;
	width: 90px;
	height: 60px;
	margin: 5px 10px;
	padding: 0;
	line-height: 1;
	background: #3D3D3D;
	display: inline-block;
	cursor: pointer;
	border-radius: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: rgba(255, 0, 51, 0.5);
	color: #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}


/* owl custom */

.owl-caption-links {
	text-align: center;
	margin: 5px auto;
}





/* =======================================================================================
   quote fade rotator  https://bootsnipp.com/snippets/featured/fade-quote-carousel
======================================================================================= */
.quote-fade-rotator {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    height: auto;
    text-align: left;
    background: rgba(255, 255, 255, .6);
    background: url('../img/common/Utvrda-Fortica-Pag.jpg') no-repeat;
    overflow: hidden;
    color: #fff;
}
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 1em;
}
#fade-quote-carousel.carousel {
    padding-bottom: 60px;
    height: auto;
    margin: 0;
}
#fade-quote-carousel .carousel-inner {
    box-shadow: none;
    border: none;
    margin: 0;
    height: auto;
}
#fade-quote-carousel blockquote {

}
#fade-quote-carousel .blockquote-small {
    padding: 0;
}
#fade-quote-carousel .blockquote-small:before {
content: '― '
}
.carousel, .carousel .item,
.carousel-inner > .item > img {
    height: auto;
}
/* Profile Circle */
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
/* Carousel Indicators */
#fade-quote-carousel.carousel .carousel-indicators {
    display: none;
    position: relative;
    clear: both;
    left: 0;
    padding: 0;
    margin: 0 auto;
    width: 90%;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li.active {
    background-color: rgba(0, 0, 0, 0.3);
}

@media(max-width:767px){
    #fade-quote-carousel.carousel .carousel-indicators {
        display: none;
    }
}

/* Carousel Fade Transition */
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}


/* =======================================================================================
   Hotel icons png
======================================================================================= */
i[class^="icon-add"][class*="icon-"]{
  display:inline-block;
  width:20px;
  height:18px;
  margin: 0 6px -3px 5px;
  background-image:url(../img/icons/icon-list-black-20.png);
  background-repeat:no-repeat;
  line-height:18px
}
.icon-sef-u-sobi{
  background-position:0px 0px
}
.icon-rucnik{
  background-position:0px -19px
}
.icon-sampon{
  background-position:0px -38px
}
.icon-dvije-sobe{
  background-position:0px -114px
}
.icon-balkon{
  background-position:0px -76px
}
.icon-krevet-king-size{
  background-position:0px -190px
}
.icon-sude-posudje{
  background-position:-40px 0px
}
.icon-radio-budilica{
  background-position:-40px -38px
}
.icon-budilica{
  background-position:-40px -76px
}
.icon-kava-aparat{
  background-position:-40px -114px
}
.icon-sofa-razvlacenje{
  background-position:-40px -152px
}
.icon-krevet-odvojeni{
  background-position:-40px -190px
}
.icon-plaza{
  background-position:-80px 0px
}
.icon-park{
  background-position:-80px -38px
}
.icon-protupozarni-alarm{
  background-position:-80px -76px
}
.icon-zavjese{
  background-position:-80px -114px
}
.icon-pool-indoor{
  background-position:-80px -152px
}
.icon-krevet-djecji{
  background-position:-80px -190px
}
.icon-recepcija{
  background-position:-120px 0px
}
.icon-pool-kids{
  background-position:-120px -38px
}
.icon-jacuzzi{
  /* background-position:-120px -76px */
  background-position:-60px -38px
}
.icon-pool{
  background-position:-120px -114px
}
.icon-waterfront-property{
  background-position:-120px -152px
}
.icon-kids-friendly{
  background-position:-120px -190px
}
.icon-telefon{
  background-position:-160px 0px
}
.icon-radno-vrijeme{
  background-position:-160px -38px
}
.icon-klima{
  background-position:-160px -76px
}
.icon-praonica-rublja{
  background-position:-160px -114px
}
.icon-dnevni-boravak{
  background-position:-160px -152px
}
.icon-friendly-staff{
  background-position:-160px -190px
}
.icon-kuhalo{
  background-position:-200px 0px
}
.icon-pecnica{
  background-position:-200px -38px
}
.icon-fridge-mini-ledenica{
  background-position:-200px -76px
}
.icon-mikrovalna{
  background-position:-200px -114px
}
.icon-toster{
  background-position:-200px -152px
}
.icon-kids-playground{
  background-position:-200px -190px
}
.icon-kuhinja{
  background-position:-240px 0px
}
.icon-sudoper{
  background-position:-240px -38px
}
.icon-fridge-veliki{
  background-position:-240px -76px
}
.icon-fen{
  background-position:-240px -114px
}
.icon-kada{
  background-position:-240px -152px
}
.icon-tus-kada{
  background-position:-240px -190px
}
.icon-shows{
  background-position:-280px 0px
}
.icon-spa{
  background-position:-280px -38px
}
.icon-kids-club{
  background-position:-280px -76px
}
.icon-frizer{
  background-position:-280px -114px
}
.icon-atm{
  background-position:-280px -152px
}
.icon-great-location{
  background-position:-280px -190px
}
.icon-menu-mexico{
  background-position:-320px 0px
}
.icon-menu-dalmatinska{
  background-position:-320px -38px
}
.icon-menu-gala{
  background-position:-320px -76px
}
.icon-menu-great-food{
  background-position:-320px -114px
}
.icon-restaurant{
  background-position:-320px -152px
}
.icon-beach-bar{
  background-position:-320px -190px
}
.icon-parking{
  background-position:-360px 0px
}
.icon-gym{
  background-position:-360px -38px
}
.icon-wifi{
  background-position:-360px -76px
}
.icon-wakeup-call{
  background-position:-360px -114px
}
.icon-housekeeping{
  background-position:-360px -152px
}
.icon-minifridge{
  background-position:-360px -190px
}
.icon-family-friendly{
  background-position:-400px 0px
}
.icon-pruzanje-pomoci{
  background-position:-400px -38px
}
.icon-souvenir-shop{
  background-position:-400px -76px
}
.icon-tennis{
  background-position:-400px -114px
}
.icon-children{
  background-position:-400px -152px
}
.icon-pet-friendly{
  background-position:-400px -190px
}
.icon-theater{
  background-position:-440px 0px
}
.icon-menu-croatia-food{
  background-position:-440px -38px
}
.icon-blacknwhite{
  background-position:-440px -76px
}
.icon-white-flag{
  background-position:-440px -114px
}
.icon-email{
  background-position:-440px -152px
}
.icon-contact{
  background-position:-440px -190px
}
.icon-mini-bar{
  background-position:-480px 0px
}
.icon-mjenjacnica{
  background-position:-480px -38px
}
.icon-soba-odvojena{
  background-position:-480px -76px
}
.icon-wc-odvojen{
  background-position:-480px -114px
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?92jbq5');
  src:  url('../fonts/icomoon.eot?92jbq5#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?92jbq5') format('truetype'),
    url('../fonts/icomoon.woff?92jbq5') format('woff'),
    url('../fonts/icomoon.svg?92jbq5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* =======================================================================================
   Iconmoon Pixelator set ver.1.0
======================================================================================= */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-size: 1.4em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0 8px 0 7px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.standing-man  {
    margin: 0 -13px 0 -13px;
    font-size: 1.1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-gym-1:before {
  content: "\e900";
}
.icon-jacuzzi-2:before {
  content: "\e901";
}
.icon-jacuzzi-3:before {
  content: "\e902";
}
.icon-kids-playing-1:before {
  content: "\e903";
}
.icon-sauna-1:before {
  content: "\e904";
}
.icon-sauna-2:before {
  content: "\e905";
}
.icon-shampoo-1:before {
  content: "\e906";
}
.icon-shampoo-2:before {
  content: "\e907";
}
.icon-standing-up-man-1:before {
  content: "\e908";
}
.icon-swimming-pool-1:before {
  content: "\e909";
}
.icon-swimming-pool-2:before {
  content: "\e90a";
}
.icon-towel-1:before {
  content: "\e90b";
}
.icon-towel-2:before {
  content: "\e90c";
}
.icon-wheelchair-1:before {
  content: "\e90d";
}

/* =======================================================================================
   Hotel icon set
======================================================================================= */
@font-face {
    font-family: "hotel-restaurant";
    src: url("../fonts/hotel-restaurant.eot");
    src: url("../fonts/hotel-restaurant.eot?#iefix") format("embedded-opentype"),
         url("../fonts/hotel-restaurant.woff") format("woff"),
         url("../fonts/hotel-restaurant.ttf") format("truetype"),
         url("../fonts/hotel-restaurant.svg#hotel-restaurant") format("svg");
    font-weight: normal;
    font-style: normal; }
[data-icon]:before {
    font-family: "hotel-restaurant" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

[class^="hotel-icon-"]:before,
[class*=" hotel-icon-"]:before {
    font-family: "hotel-restaurant" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block; }

[class^="hotel-icon-"],
[class*=" hotel-icon-"] {
    width: 1.48571429em;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 4px; }
    [class^="hotel-icon-"].hi-boxed,
    [class*=" hotel-icon-"].hi-boxed {
        width: 1.98046em;
        height: 1.98046em;
        line-height: 1.98046em;
        border-radius: 300px;
        vertical-align: middle; }
    [class^="hotel-icon-"].hi-lg,
    [class*=" hotel-icon-"].hi-lg {
        font-size: 1.33333333em;
        line-height: .75em; }
        [class^="hotel-icon-"].hi-lg.hi-boxed,
        [class*=" hotel-icon-"].hi-lg.hi-boxed {
            line-height: 1.98046em; }
    [class^="hotel-icon-"].hi-2x,
    [class*=" hotel-icon-"].hi-2x {
        font-size: 2em; }
    [class^="hotel-icon-"].hi-3x,
    [class*=" hotel-icon-"].hi-3x {
        font-size: 3em; }
    [class^="hotel-icon-"].hi-4x,
    [class*=" hotel-icon-"].hi-4x {
        font-size: 4em; }
    [class^="hotel-icon-"].hi-5x,
    [class*=" hotel-icon-"].hi-5x {
        font-size: 5em; }

h1 [class^="hotel-icon-"]:before,
h1 [class*=" hotel-icon-"]:before,
h2 [class^="hotel-icon-"]:before,
h2 [class*=" hotel-icon-"]:before,
h3 [class^="hotel-icon-"]:before,
h3 [class*=" hotel-icon-"]:before,
h4 [class^="hotel-icon-"]:before,
h4 [class*=" hotel-icon-"]:before,
h5 [class^="hotel-icon-"]:before,
h5 [class*=" hotel-icon-"]:before,
h6 [class^="hotel-icon-"]:before,
h6 [class*=" hotel-icon-"]:before {
    line-height: 1.75em; }

.hotel-icon-001:before {
    content: "a"; }

.hotel-icon-002:before {
    content: "b"; }

.hotel-icon-003:before {
    content: "c"; }

.hotel-icon-004:before {
    content: "d"; }

.hotel-icon-005:before {
    content: "e"; }

.hotel-icon-006:before {
    content: "f"; }

.hotel-icon-007:before {
    content: "g"; }

.hotel-icon-008:before {
    content: "h"; }

.hotel-icon-009:before {
    content: "i"; }

.hotel-icon-010:before {
    content: "j"; }

.hotel-icon-011:before {
    content: "k"; }

.hotel-icon-065:before {
    content: "l"; }

.hotel-icon-012:before {
    content: "m"; }

.hotel-icon-013:before {
    content: "n"; }

.hotel-icon-026:before {
    content: "o"; }

.hotel-icon-025:before {
    content: "p"; }

.hotel-icon-024:before {
    content: "q"; }

.hotel-icon-023:before {
    content: "r"; }

.hotel-icon-022:before {
    content: "s"; }

.hotel-icon-021:before {
    content: "t"; }

.hotel-icon-020:before {
    content: "u"; }

.hotel-icon-019:before {
    content: "v"; }

.hotel-icon-018:before {
    content: "w"; }

.hotel-icon-017:before {
    content: "x"; }

.hotel-icon-016:before {
    content: "y"; }

.hotel-icon-015:before {
    content: "z"; }

.hotel-icon-014:before {
    content: "A"; }

.hotel-icon-027:before {
    content: "B"; }

.hotel-icon-028:before {
    content: "C"; }

.hotel-icon-029:before {
    content: "D"; }

.hotel-icon-030:before {
    content: "E"; }

.hotel-icon-031:before {
    content: "F"; }

.hotel-icon-032:before {
    content: "G"; }

.hotel-icon-033:before {
    content: "H"; }

.hotel-icon-034:before {
    content: "I"; }

.hotel-icon-035:before {
    content: "J"; }

.hotel-icon-036:before {
    content: "K"; }

.hotel-icon-038:before {
    content: "L"; }

.hotel-icon-039:before {
    content: "M"; }

.hotel-icon-037:before {
    content: "N"; }

.hotel-icon-052:before {
    content: "O"; }

.hotel-icon-051:before {
    content: "P"; }

.hotel-icon-050:before {
    content: "Q"; }

.hotel-icon-049:before {
    content: "R"; }

.hotel-icon-048:before {
    content: "S"; }

.hotel-icon-047:before {
    content: "T"; }

.hotel-icon-046:before {
    content: "U"; }

.hotel-icon-045:before {
    content: "V"; }

.hotel-icon-044:before {
    content: "W"; }

.hotel-icon-042:before {
    content: "X"; }

.hotel-icon-041:before {
    content: "Y"; }

.hotel-icon-040:before {
    content: "Z"; }

.hotel-icon-043:before {
    content: "0"; }

.hotel-icon-053:before {
    content: "1"; }

.hotel-icon-054:before {
    content: "2"; }

.hotel-icon-055:before {
    content: "3"; }

.hotel-icon-056:before {
    content: "4"; }

.hotel-icon-057:before {
    content: "5"; }

.hotel-icon-058:before {
    content: "6"; }

.hotel-icon-059:before {
    content: "7"; }

.hotel-icon-060:before {
    content: "8"; }

.hotel-icon-061:before {
    content: "9"; }

.hotel-icon-062:before {
    content: "!"; }

.hotel-icon-063:before {
    content: '\"'; }

.hotel-icon-064:before {
    content: "#"; }

.hotel-icon-066:before {
    content: "$"; }

.hotel-icon-079:before {
    content: "%"; }

.hotel-icon-092:before {
    content: "&"; }

.hotel-icon-105:before {
    content: "'"; }

.hotel-icon-118:before {
    content: "("; }

.hotel-icon-131:before {
    content: ")"; }

.hotel-icon-144:before {
    content: "*"; }

.hotel-icon-157:before {
    content: "+"; }

.hotel-icon-067:before {
    content: ","; }

.hotel-icon-080:before {
    content: "-"; }

.hotel-icon-068:before {
    content: "."; }

.hotel-icon-081:before {
    content: "/"; }

.hotel-icon-093:before {
    content: ":"; }

.hotel-icon-094:before {
    content: ";"; }

.hotel-icon-095:before {
    content: "<"; }

.hotel-icon-096:before {
    content: "="; }

.hotel-icon-097:before {
    content: ">"; }

.hotel-icon-098:before {
    content: "?"; }

.hotel-icon-099:before {
    content: "@"; }

.hotel-icon-100:before {
    content: "["; }

.hotel-icon-101:before {
    content: "]"; }

.hotel-icon-102:before {
    content: "^"; }

.hotel-icon-103:before {
    content: "_"; }

.hotel-icon-104:before {
    content: "`"; }

.hotel-icon-091:before {
    content: "{"; }

.hotel-icon-090:before {
    content: "|"; }

.hotel-icon-089:before {
    content: "}"; }

.hotel-icon-088:before {
    content: "~"; }

.hotel-icon-087:before {
    content: "\\"; }

.hotel-icon-086:before {
    content: "\e000"; }

.hotel-icon-085:before {
    content: "\e001"; }

.hotel-icon-084:before {
    content: "\e002"; }

.hotel-icon-083:before {
    content: "\e003"; }

.hotel-icon-082:before {
    content: "\e004"; }

.hotel-icon-069:before {
    content: "\e005"; }

.hotel-icon-070:before {
    content: "\e006"; }

.hotel-icon-071:before {
    content: "\e007"; }

.hotel-icon-072:before {
    content: "\e008"; }

.hotel-icon-073:before {
    content: "\e009"; }

.hotel-icon-074:before {
    content: "\e00a"; }

.hotel-icon-075:before {
    content: "\e00b"; }

.hotel-icon-076:before {
    content: "\e00c"; }

.hotel-icon-077:before {
    content: "\e00d"; }

.hotel-icon-078:before {
    content: "\e00e"; }

.hotel-icon-117:before {
    content: "\e00f"; }

.hotel-icon-116:before {
    content: "\e010"; }

.hotel-icon-115:before {
    content: "\e011"; }

.hotel-icon-114:before {
    content: "\e012"; }

.hotel-icon-113:before {
    content: "\e013"; }

.hotel-icon-112:before {
    content: "\e014"; }

.hotel-icon-111:before {
    content: "\e015"; }

.hotel-icon-110:before {
    content: "\e016"; }

.hotel-icon-109:before {
    content: "\e017"; }

.hotel-icon-108:before {
    content: "\e018"; }

.hotel-icon-107:before {
    content: "\e019"; }

.hotel-icon-106:before {
    content: "\e01a"; }

.hotel-icon-119:before {
    content: "\e01b"; }

.hotel-icon-120:before {
    content: "\e01c"; }

.hotel-icon-121:before {
    content: "\e01d"; }

.hotel-icon-122:before {
    content: "\e01e"; }

.hotel-icon-123:before {
    content: "\e01f"; }

.hotel-icon-124:before {
    content: "\e020"; }

.hotel-icon-125:before {
    content: "\e021"; }

.hotel-icon-126:before {
    content: "\e022"; }

.hotel-icon-127:before {
    content: "\e023"; }

.hotel-icon-128:before {
    content: "\e024"; }

.hotel-icon-129:before {
    content: "\e025"; }

.hotel-icon-130:before {
    content: "\e026"; }

.hotel-icon-143:before {
    content: "\e027"; }

.hotel-icon-142:before {
    content: "\e028"; }

.hotel-icon-141:before {
    content: "\e029"; }

.hotel-icon-140:before {
    content: "\e02a"; }

.hotel-icon-139:before {
    content: "\e02b"; }

.hotel-icon-138:before {
    content: "\e02c"; }

.hotel-icon-137:before {
    content: "\e02d"; }

.hotel-icon-136:before {
    content: "\e02e"; }

.hotel-icon-135:before {
    content: "\e02f"; }

.hotel-icon-134:before {
    content: "\e030"; }

.hotel-icon-133:before {
    content: "\e031"; }

.hotel-icon-132:before {
    content: "\e032"; }

.hotel-icon-145:before {
    content: "\e033"; }

.hotel-icon-146:before {
    content: "\e034"; }

.hotel-icon-147:before {
    content: "\e035"; }

.hotel-icon-148:before {
    content: "\e036"; }

.hotel-icon-149:before {
    content: "\e037"; }

.hotel-icon-150:before {
    content: "\e038"; }

.hotel-icon-151:before {
    content: "\e039"; }

.hotel-icon-152:before {
    content: "\e03a"; }

.hotel-icon-153:before {
    content: "\e03b"; }

.hotel-icon-154:before {
    content: "\e03c"; }

.hotel-icon-155:before {
    content: "\e03d"; }

.hotel-icon-156:before {
    content: "\e03e"; }

.hotel-icon-169:before {
    content: "\e03f"; }

.hotel-icon-168:before {
    content: "\e040"; }

.hotel-icon-167:before {
    content: "\e041"; }

.hotel-icon-166:before {
    content: "\e042"; }

.hotel-icon-165:before {
    content: "\e043"; }

.hotel-icon-164:before {
    content: "\e044"; }

.hotel-icon-163:before {
    content: "\e045"; }

.hotel-icon-162:before {
    content: "\e046"; }

.hotel-icon-161:before {
    content: "\e047"; }

.hotel-icon-160:before {
    content: "\e048"; }

.hotel-icon-159:before {
    content: "\e049"; }

.hotel-icon-158:before {
    content: "\e04a"; }

.hotel-icon-170:before {
    content: "\e04b"; }

.hotel-icon-171:before {
    content: "\e04c"; }

.hotel-icon-172:before {
    content: "\e04d"; }

.hotel-icon-173:before {
    content: "\e04e"; }

.hotel-icon-174:before {
    content: "\e04f"; }

.hotel-icon-175:before {
    content: "\e050"; }

.hotel-icon-176:before {
    content: "\e051"; }

.hotel-icon-177:before {
    content: "\e052"; }

.hotel-icon-178:before {
    content: "\e053"; }

.hotel-icon-179:before {
    content: "\e054"; }

.hotel-icon-180:before {
    content: "\e055"; }

.hotel-icon-181:before {
    content: "\e056"; }

.hotel-icon-182:before {
    content: "\e057"; }

.hotel-icon-195:before {
    content: "\e058"; }

.hotel-icon-194:before {
    content: "\e059"; }

.hotel-icon-193:before {
    content: "\e05a"; }

.hotel-icon-192:before {
    content: "\e05b"; }

.hotel-icon-191:before {
    content: "\e05c"; }

.hotel-icon-190:before {
    content: "\e05d"; }

.hotel-icon-189:before {
    content: "\e05e"; }

.hotel-icon-188:before {
    content: "\e05f"; }

.hotel-icon-187:before {
    content: "\e060"; }

.hotel-icon-186:before {
    content: "\e061"; }

.hotel-icon-185:before {
    content: "\e062"; }

.hotel-icon-184:before {
    content: "\e063"; }

.hotel-icon-183:before {
    content: "\e064"; }

.hotel-icon-196:before {
    content: "\e065"; }

.hotel-icon-197:before {
    content: "\e066"; }

.hotel-icon-198:before {
    content: "\e067"; }

.hotel-icon-199:before {
    content: "\e068"; }

.hotel-icon-200:before {
    content: "\e069"; }

.hotel-icon-201:before {
    content: "\e06a"; }

.hotel-icon-202:before {
    content: "\e06b"; }

.hotel-icon-203:before {
    content: "\e06c"; }

.hotel-icon-204:before {
    content: "\e06d"; }

.hotel-icon-205:before {
    content: "\e06e"; }

.hotel-icon-206:before {
    content: "\e06f"; }

.hotel-icon-207:before {
    content: "\e070"; }

.hotel-icon-208:before {
    content: "\e071"; }

.hotel-icon-221:before {
    content: "\e072"; }

.hotel-icon-220:before {
    content: "\e073"; }

.hotel-icon-219:before {
    content: "\e074"; }

.hotel-icon-218:before {
    content: "\e075"; }

.hotel-icon-217:before {
    content: "\e076"; }

.hotel-icon-216:before {
    content: "\e077"; }

.hotel-icon-215:before {
    content: "\e078"; }

.hotel-icon-214:before {
    content: "\e079"; }

.hotel-icon-213:before {
    content: "\e07a"; }

.hotel-icon-212:before {
    content: "\e07b"; }

.hotel-icon-211:before {
    content: "\e07c"; }

.hotel-icon-210:before {
    content: "\e07d"; }

.hotel-icon-209:before {
    content: "\e07e"; }

.hotel-icon-222:before {
    content: "\e07f"; }

.hotel-icon-223:before {
    content: "\e080"; }

.hotel-icon-224:before {
    content: "\e081"; }

.hotel-icon-225:before {
    content: "\e082"; }

.hotel-icon-226:before {
    content: "\e083"; }

.hotel-icon-227:before {
    content: "\e084"; }

.hotel-icon-228:before {
    content: "\e085"; }

.hotel-icon-229:before {
    content: "\e086"; }

.hotel-icon-230:before {
    content: "\e087"; }

.hotel-icon-231:before {
    content: "\e088"; }

.hotel-icon-232:before {
    content: "\e089"; }

.hotel-icon-233:before {
    content: "\e08a"; }

.hotel-icon-234:before {
    content: "\e08b"; }

.hotel-icon-247:before {
    content: "\e08c"; }

.hotel-icon-246:before {
    content: "\e08d"; }

.hotel-icon-245:before {
    content: "\e08e"; }

.hotel-icon-244:before {
    content: "\e08f"; }

.hotel-icon-243:before {
    content: "\e090"; }

.hotel-icon-242:before {
    content: "\e091"; }

.hotel-icon-241:before {
    content: "\e092"; }

.hotel-icon-240:before {
    content: "\e093"; }

.hotel-icon-239:before {
    content: "\e094"; }

.hotel-icon-238:before {
    content: "\e095"; }

.hotel-icon-237:before {
    content: "\e096"; }

.hotel-icon-236:before {
    content: "\e097"; }

.hotel-icon-235:before {
    content: "\e098"; }

.hotel-icon-248:before {
    content: "\e099"; }

.hotel-icon-249:before {
    content: "\e09a"; }

.hotel-icon-250:before {
    content: "\e09b"; }



