@charset "utf-8";
body {
    font-family: 'Hind', sans-serif !important;
    background-color: #DEDEDE;
}

/* -------------- ICONS (ICOMOON) -------------- */
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?hldsb3');
    src:url('../fonts/icomoon.eot?#iefixhldsb3') format('embedded-opentype'),
        url('../fonts/icomoon.woff?hldsb3') format('woff'),
        url('../fonts/icomoon.ttf?hldsb3') format('truetype'),
        url('../fonts/icomoon.svg?hldsb3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
    content: "\e900";
}
.icon-pencil:before {
    content: "\e909";
}
.icon-quill:before {
    content: "\e911";
}
.icon-pen:before {
    content: "\e919";
}
.icon-brush:before {
    content: "\e91a";
}
.icon-image:before {
    content: "\e92b";
}
.icon-camera:before {
    content: "\e933";
}
.icon-shutter:before {
    content: "\e936";
}
.icon-play:before {
    content: "\e946";
}
.icon-video:before {
    content: "\e94f";
}
.icon-price:before {
    content: "\e9c0";
}
.icon-cart:before {
    content: "\e9ce";
}
.icon-coin-euro:before {
    content: "\e9d7";
}
.icon-credit-card:before {
    content: "\e9de";
}
.icon-contacts:before {
    content: "\e9ed";
}
.icon-email:before {
    content: "\e9f0";
}
.icon-location:before {
    content: "\e9f4";
}
.icon-clock:before {
    content: "\ea00";
}
.icon-calendar:before {
    content: "\ea0f";
}
.icon-printer:before {
    content: "\ea12";
}
.icon-laptop:before {
    content: "\ea18";
}
.icon-mobile:before {
    content: "\ea19";
}
.icon-user:before {
    content: "\ea43";
}
.icon-search:before {
    content: "\ea5a";
}
.icon-key:before {
    content: "\ea61";
}
.icon-settings:before {
    content: "\ea69";
}
.icon-bin:before {
    content: "\eabd";
}
.icon-switch:before {
    content: "\eaed";
}
.icon-list:before {
    content: "\eaf4";
}
.icon-list-numbered:before {
    content: "\eaf7";
}
.icon-link:before {
    content: "\eb12";
}
.icon-attachment:before {
    content: "\eb1c";
}
.icon-star:before {
    content: "\eb3e";
}
.icon-heart:before {
    content: "\eb3f";
}
.icon-notification:before {
    content: "\eb85";
}
.icon-question:before {
    content: "\eb89";
}
.icon-plus:before {
    content: "\eb8a";
}
.icon-info:before {
    content: "\eb8f";
}
.icon-cross:before {
    content: "\eb93";
}
.icon-checkmark:before {
    content: "\eb94";
}
.icon-arrow-up:before {
    content: "\ebb9";
}
.icon-arrow-right:before {
    content: "\ebba";
}
.icon-arrow-down:before {
    content: "\ebbb";
}
.icon-arrow-left:before {
    content: "\ebbc";
}
.icon-download:before {
    content: "\ebe3";
}
.icon-vector:before {
    content: "\ec0f";
}
.icon-google-plus:before {
    content: "\ec55";
}
.icon-facebook:before {
    content: "\ec59";
}
.icon-instagram:before {
    content: "\ec5c";
}
.icon-twitter:before {
    content: "\ec5e";
}
.icon-youtube:before {
    content: "\ec65";
}

/* -------------- ANIMATED.CSS -------------- */
.animated {-webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.fadeIn {
  -webkit-animation-name: fadeIn; animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
  0% {opacity: 0; -webkit-transform: translate3d(-4%, 0, 0); transform: translate3d(-4%, 0, 0);}
  100% {opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInLeft {
  0% {opacity: 0; -webkit-transform: translate3d(-4%, 0, 0); transform: translate3d(-4%, 0, 0);}
  100% {opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {opacity: 0; -webkit-transform: translate3d(4%, 0, 0); transform: translate3d(4%, 0, 0);}
  100% {opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInRight {
  0% {opacity: 0; -webkit-transform: translate3d(4%, 0, 0); transform: translate3d(4%, 0, 0);}
  100% {opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInRight {
    -webkit-animation-name: fadeInRight; animation-name: fadeInRight;
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);}
  20% {-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);}
  40% {-webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);}
  60% {opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);}
  80% {-webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);}
  100% {opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);}
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);}
  20% {-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);}
  40% {-webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);}
  60% {opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);}
  80% {-webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);}
  100% {opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);}
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/* -------------- ALL -------------- */
h1 {
        font-size: 28px;
    opacity: 0.7;
    letter-spacing: 6px;
    font-weight: 100;
}
h2 {
    font-size: 42px;
    font-weight: bold;
}
h3 {
    font-size: 34px;
    font-weight: bold;
}
h4 {
    font-size: 26px;
    font-weight: bold;
}
h5 {
    font-size: 21px;
    font-weight: bold;
}
a {
    color: #d86e51;
    transition: 300ms ease 0s;
}
a:focus, 
a:hover {
    color: #eaa286 !important;
    text-decoration: none;
}
#reservation-form a:focus, 
#reservation-form a:hover,
#contact a:focus,
#contact a:hover,
#category-panel a:focus,
#category-panel a:hover {
    color: #eaa286 !important;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, 
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, 
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, 
.col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, 
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, 
.col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 4px;
    padding-left: 4px;
}
.vertical-align {
    text-align: center;
}
.vertical-align .container {
    height: 590px;
    vertical-align: middle;
}
.container {
    padding-left: 7.5%;
    padding-right: 7.5%;
    margin: 0 auto;
}
.row {
    margin: 0px;
}
.btn-default {
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4) !important;
    padding: 16px 40px 14px 40px;
    background-color: #30C900;
    border-color: transparent;
    border-top: 1px solid #64FF3D;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 21px;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.4);
    color: #FFF;
    transition: all ease 300ms;
}
.btn-default:hover, 
.btn-default:focus {
    background-color: #47E600;
    border-color: transparent;
    border-top: 1px solid #9EFF80;
    box-shadow: 0px 6px 3px rgba(0,0,0,0.5);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4), 0px 0px 13px rgba(0,0,0,0.5) !important;
    color: #FFF !important;
}
.btn-lines {
    border-color: #FFF;
    background-color: transparent;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
    border-color: #FFF;
    background-color: transparent;
    color: #FFF;
    transition: all 300ms ease 0s;
}
.input-group .form-control, 
.form-select,
.input-group-addon {
    box-shadow: 0px 0px 6px rgba(0,0,0,0.11);
    border: none;
    text-shadow: none;
}
.form-control {
    line-height: 2.1 !important;
}
.form-control:focus {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #eaa286;
}
textarea.form-control {
    line-height: 1.3333 !important;
}
.input-group {
    padding-bottom: 5px;
}
.subpage {
    padding-top: 116px;
    padding-bottom: 84px;
    text-align: center;
}
.subpage .container {
    color: #333;
    text-shadow: 0px 1px 0px #FFF;
    font-size: 16px;
}
.subpage h2 {
    padding-bottom: 24px;
}
.subpage p {
    padding-bottom: 12px;
}
input[placeholder],
[placeholder],
*[placeholder] {
    font-size: 14px !important;
}
textarea  {
    resize: none;
}
h2 .icon {
    position: relative;
    left: -42px;
    top: -2px;
    font-size: 29px !important;
}
.h2-icon {
    float: none;
    position: absolute;
}
.clearfix {
    clear: both;
}
.separator-30 {
    padding: 15px 0px;
}


/* -------------- HEADER -------------- */
#header {
    background-image: url("../images/obr_header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 55%;
    height: 630px;
}
/* stare stmavenie headra
#header:before {
    content: "";
    background-color: #000000;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    position: absolute;
    max-height: 630px;
}
 */
.navbar-default {
    border-color: rgba(255,255,255,0.25);
    background-image: none;
    height: 68px;
}
.navbar-default:focus,
.navbar-default:hover {
    background-color: #1D1D1D;
    border-color: transparent;
}
.navbar-brand {
    padding: 19px 23px;
}
.brand-white:hover,
.brand-white:focus {
    opacity: 0;
    transition: 300ms ease 0s;
}
.navbar-brand > img {
    height: 30px;
}
.brand-green {
    position: absolute;
    bottom: 18px;
    opacity: 0;
    transition: 300ms ease 0s;
}
.brand-green:hover,
.brand-green:focus {
    opacity: 1;
}
.subtitle {
    position: absolute;
    top: 72px;
    font-size: 10px;
    color: #FFF;
    opacity: 0.5;
    left: 24px;
    font-style: italic;
    letter-spacing: 0.4px;
}
.navbar-default .navbar-nav > li > a {
    text-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    color: #fff;
    font-size: 15px;
    padding-top: 24px;
    padding-bottom: 23px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background: transparent;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6) !important;
}
.btn-login {
    margin-top: 17px;
    margin-left: 20px;
    margin-right: 24px;
    padding: 6px 12px !important;
    font-size: 14px !important;
}
.btn-login:hover, 
.btn-login:focus {
    background-color: #47E600 !important;
    border-color: #9EFF80 transparent transparent;
    border-top: 1px solid #9EFF80 !important;
    box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 0px 13px rgba(0, 0, 0, 0.5) !important;
    color: #FFF !important;
}
.input-group-lg > .form-control, )
.input-group-lg > .input-group-addon, 
.input-group-lg > .input-group-btn > .btn {
    padding: 12px 16px 8px 16px;
}



/* -------------- ZMENA FARBY NAVIGACIE PRI SCROLLOVANI -------------- */
.nav-color-change {
    background-color:transparent;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.25);
    transition: 300ms ease 0s;
}
.nav-color-change.past-main {
    background-color: #1D1D1D;
    border-color: transparent;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

/* -------------- DROPDOWN (HEADER) -------------- */
.navbar-right .dropdown-menu {
    border: none;
    border-top: 1px solid #1D1D1D;
    padding-bottom: 17px;
    padding-top: 17px;
    padding-left: 4px;
    padding-right: 4px;
    right: auto;
    background-color: #151515;
    color: #fff;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.5), 0px 10px 7px -7px rgba(0, 0, 0, 0.25) inset;
    border-radius: 0px;
    transition: all ease 300ms;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background: transparent;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.6) !important;
    color: #eaa286;
}
.dropdown-menu > li > a {
    color: #DDD;
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
    top: 8px;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: transparent;
    background-image: none;
    top: 0px;
}
.dropdown-menu > li > a:hover .category-subtext, 
.dropdown-menu > li > a:focus .category-subtext {
    opacity: 1;
}
.category-subtext {
    font-size: 11px;
    color: #999;
    opacity: 0;
    transition: all 300ms ease 0s;
}

/* -------------- BENEFITY -------------- */
#benefits {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 38px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    background-color: #DEDEDE;
    text-shadow: 0px 1px 0px #FFF;
}
#benefits .container {
    height: auto;
    text-align: center;
}
#benefits .icon {
    font-size: 42px;
    vertical-align: sub;
}
#benefits h3 {
    margin-top: 10px;
}
#benefits p {
    padding-left: 16px;
    padding-right: 16px;
}
#benefits > div:nth-child(1) > div:nth-child(2) {
    box-shadow: -10px 0 14px -18px #000, 10px 0 14px -18px #000;
}


/* -------------- PODKATEGÓRIE - FOTOGRAFIA / GRAFIkA / VIDEO -------------- */
.kategoria-rozdelovnik {
    margin-top: 8px;
    max-height: 140px;
    overflow: hidden;
}
.kategoria-rozdelovnik div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    border-right: 8px solid #dedede;
    transition: all ease 300ms;
}
.kategoria-rozdelovnik div:hover {
    background-color: rgba(0, 0, 0, 0.55);
}
.kategoria-rozdelovnik p {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 35%;
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 16px rgba(0,0,0,0.35);
    font-size: 21px;
    line-height: 1.1;
    transition: all .2s ease;
}
.rozdelovnik p {
    top: 43%;
}
.kategoria-rozdelovnik a {
    margin-top: 0px !important;
}


/* -------------- GALERIA - PANEL PRI KATEGÓRIACH -------------- */
#category-panel {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding-top: 90px;
    background-color: #DEDEDE;
    height: 138px;
    text-shadow: 0px 1px 0px #FFF;
}
#category-panel a {
    display: block;
    text-align: center;
    font-size: 18px;
}
#category-panel .icon-gallery {
    font-size: 14px;
    top: -2px;
    position: relative;
}

/* -------------- GALERIA -------------- */
#gallery {
    background-color: #FFF;
}
#gallery .thumbnail {
    padding: 0px;
    margin: 0px;
    border: none;
    width: 25%;
    position: relative;
    height: 0;
    padding-bottom: 16%;
    overflow: hidden;
    border-radius: 0px;
    background-position: 50% 40% !important;
    background-size: cover !important;
}
#gallery img {
    width: 100%;
}
.img-description {
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all 300ms ease 0s;
}
.img-description:hover,
.img-description:focus {
    opacity: 1;
    background-color: rgba(0,0,0,0.65);
    transition: all 300ms ease 0s;
    cursor: pointer;
}
.img-description p:before {
    font-family: FontAwesome;
    content: "\f00e";
    top: -115%;
    font-size: 30px;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    left: 0;
}
.img-description p {
    position: relative;
    top: 50%;
}

/* -------------- MODAL OKNO -------------- */
#image-gallery .modal-dialog {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
#image-gallery .modal-body {
    padding: 0px;
}
#image-gallery .modal-content {
    background: transparent;
}
#image-gallery img {
    height: calc(100vh - 80px);
	max-height: 960px;
    margin: 0 auto;
}
#image-gallery button.close {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 44px;
    z-index: 999;
    transition: all ease 200ms;
    opacity: 0.45;
}
#image-gallery button.close:hover,
#image-gallery button.close:focus {
    opacity: 0.75;
}
#image-gallery .btn-modal {
    position: absolute;
    bottom: 47%;
    background: transparent;
    opacity: 0.45;
    color: #000;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    font-size: 30px;
    transition: all ease 200ms;
}
#image-gallery .btn-modal:focus,
#image-gallery .btn-modal:hover {
    opacity: 0.75;
}
#image-gallery .btn-modal-right {
    float: right;
    right: 0px;
}

/* -------------- GALERIA - FILTER -------------- */
.button {
  cursor: pointer;
}
.button.is-checked {
  color: gray;
  pointer-events: none;
}
.isotope:after {
  content: '';
  display: block;
  clear: both;
}
.element-item {
  position: relative;
  float: left;
}

/* -------------- REFERENCIE -------------- */
#references {
    padding-top: 20px;
    padding-bottom: 32px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) inset;
    background: #FFF;
}
#references .container {
    height: auto;
    text-align: center;
}
#references img {
    width: 100%;
    padding: 12px;
}
#portfolio {
    padding-top: 10px;
    padding-bottom: 14px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) inset;;
    background-color: #FFF;
}

/* -------------- O NÁS -------------- */
#about-us {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 30px;
    padding-bottom: 32px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    background-color: #DEDEDE;
    text-shadow: 0px 1px 0px #FFF;
}
#about-us .about-us-image {
    background: url("../images/logo_cele_02.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 210px;
}
#about-us p {
    font-size: 18px;
    padding-bottom: 10px;
}
#about-us h5 {
    font-size: 18px !important;
}
#about-us .thumbnail {
	padding: 0px;
    border-radius: 101px;
	overflow: hidden;
    max-height: 200px;
    max-width: 200px;
    text-align: center;
    margin: 12px auto;
}

/* STARY KOD PRE PROGRESS BARY
#about-us .about-us-padding {
    padding-left: 14px;
}
.progress {
    height: 10px;
    margin-bottom: 22px;
    overflow: visible;
    background-color: rgb(239, 239, 239);
    border-radius: 0px;
    box-shadow: none;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
}
.progress .progress-bar.three-sec-ease-in-out {
    -webkit-transition: width 3s ease-in-out;
    -moz-transition: width 3s ease-in-out;
    -ms-transition: width 3s ease-in-out;
    -o-transition: width 3s ease-in-out;
    transition: width 3s ease-in-out;
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.progress-bar-red {
    background-color: #CE0C0C;
}
.progress strong {
    position: relative;
    right: -32px;
    top: -33px;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    background-color: #FFF;
    display: block;
    padding: 5px 8px 4px;
    border-radius: 4px;
    float: right;
    font-weight: 500;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
}
.progress .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4.5px 0 4.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 22px;
    left: 25px;
}
.about-us-progress-title {
    font-size: 18px;
}
*/

/* -------------- CONTACT US -------------- */
#contact-us {
    background-color: #1D1D1D;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(0,0,0,0.4);
    background-image: none;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
    padding-top: 20px;
    padding-bottom: 38px;
    color: #FFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
#contact-us .btn-lines {
    float: right;
}

/* -------------- FOOTER -------------- */
#footer {
    background-color: #333;
    font-size: 14px;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 24px;
}
#footer .headings {
    text-align: left;
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
    font-size: 24px;
}
#footer a {
    color: #AAA;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4), 0px 0px 8px rgba(0,0,0,0.15);
}
#footer p {
    color: #FFF;
    margin: 0px 0px 24px;
}
#footer img {
    padding-top: 23px;
    padding-bottom: 9px;
}
#footer .icon {
	position: absolute;
	top: 22px;
	padding-left: 10px;
	display: inline;
	opacity: 0.13;
	font-size: 21px;
}
.container-footer {
    background-color: #2D2D2D;
    border-top: 1px solid rgba(0,0,0,0.2);
    padding: 24px;
    color: #666;
    font-size: 12px;
    text-align: center;
}

/* ======================== PODSTRANKY + INDEX ======================== */

/* -------------- INDEX -------------- */

#index {
background-color: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
}

#index .container {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.7);
    padding-top: 6%;
}
#index hr {
    margin-top: 8px;
    opacity: 0.35;
    width: 50%;
}
.index-info-text {
    font-size: 72px;
    font-weight: bold;
}
.index-contacts-icons {
    color: #FFF;
    text-align: left;
    bottom: 21px;
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
}
.index-contacts-icons a {
    color: #FFF;
}
.index-contacts-info {
    opacity: 0.5;
    font-size: 12px;
    left: 2px;
    bottom: 1px;
    position: relative;
}
.index-icons {
    text-align: right;
    font-size: 28px;
}
.index-icons .icon {
    padding-left: 6px;
}
#scroll-arrow {
    font-size: 36px;
    position: relative;
}

/* -------------- REZERVÁCIA -------------- */
#reservation-form .input-group,
#reservation-form .form-group,
#reservation-form .form-control {
    width: 100%;
}
#reservation-form .btn-default {
    margin-top: 4px;
}
select.form-control {
    height: 46px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
textarea.form-control {
    padding-top: 14px !important;
}
div.row:nth-child(3) > div:nth-child(2) {
    display: inline-table;
    padding-bottom: 5px;
}
div.row:nth-child(3) > div:nth-child(2) > span:nth-child(1) {
    height: 46px;
    line-height: 1.33333;
    padding: 12px 16px 8px;
    font-size: 18px;
}
.form-group {
    margin-bottom: 0px;
}
.input-group.date .input-group-addon {
    cursor: default;
}

/* -------------- CENNÍK -------------- */
#prices .nav-tabs > li {
    width: 33.3%;
    font-size: 16px;
}
#prices .nav > li > a {
    background-color: #EEE;
    font-size: 18px;
    text-shadow: none;
    color: #555;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.07), inset 0px -5px 3px -2px rgba(0,0,0,0.04);
    border-bottom: 1px solid #DDD;
    padding-right: 24px;
    margin-left: 3px;
    margin-right: 3px;
}
#prices .nav-tabs > li > a:hover {
    background-color: #30C900 !important;
    color: #FFF !important;
    border: 1px solid #30C900;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    border-top-color: #64FF3D;
}
#prices .nav-tabs > li.active > a,
#prices .nav-tabs > li.active > a:focus, 
#prices .nav-tabs > li.active > a:hover {
    background-color: #FFF !important;
    color: #888 !important;
    border: 1px solid #FFF;
    text-shadow: none;
    border-bottom: 1px solid #FFF;
    box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.07), inset 0px -5px 3px -2px rgba(0,0,0,0.0);
}
#prices .icon {
    font-size: 14px;
    float: left;
    padding-top: 6px;
}
#prices .icon-subpanel {
    font-size: 14px;
    float: right;
    padding-top: 4px;
    opacity: 0.5;
}
.prices-arrow-mobile {
    opacity: 0;
    position: absolute;
}
.tab-content {
    text-align: left;
    margin-left: 3px;
    margin-right: 3px;
}
.heading-price {
    color: #e37b5f;
    float: right;
    font-size: 36px;
    bottom: 5px;
    position: relative;
}
.heading-price-euro {
    font-size: 24px;
    top: 10px;
    right: 0px;
}
.heading-price-from {
    font-size: 16px;
    padding-right: 5px;
}
.heading-price-dph {
    font-size: 8px;
    width: 30px;
    left: 41px;
    top: 22px;
    padding-left: 4px;
    padding-right: 3px;
    opacity: 0;
    position: absolute;
}
#prices h4 {
    font-size: 21px;
    margin: 3px;
}
#prices h5 {
    background: #FFF;
    padding: 20px 16px;
    box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.1);
    position: relative;
    margin: 0px;
}
#prices .tab-content li {
    padding-right: 16px;
    padding-bottom: 8px;
    font-size: 12px;
    color: #555;
}
#prices .panel-group .panel {
    border-radius: 0px;
    border: none;
    box-shadow: none;
}
#prices .panel-group .panel-heading {
    padding-top: 20px;
    padding-bottom: 18px;
    background: #FFF;
    color: #333;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
    transition: all ease 300ms;
}
#prices .panel-group .panel-heading:focus,
#prices .panel-group .panel-heading:hover {
    background-color: #e37b5f;
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    border-radius: 0px;
}
#prices .list-group, 
#prices .panel-body {
    border-top: none;
    background: #CECECE;
    position: relative;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;
    padding-bottom: 0px;
}
#prices .prices-subpanel {
    padding: 16px;
    padding-bottom: 1px;
    background: #EDEDED;
    font-size: 12px;
    color: #555;
    margin-bottom: 8px;
}
#prices .prices-subpanel-main {
    padding: 16px;
    padding-bottom: 1px;
    background: #FFF;
    color: #555;
}
#prices .prices-subpanel ul {
    padding-left: 10px;
}
#prices .prices-subpanel p {
    padding-bottom: 0px;
}
#prices .prices-subpanel-price {
    color: #e37b5f;
    font-weight: 600;
}
#fotografia .panel-group {
    margin-bottom: 0px;
}
#prices .btn-default {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 8px 20px 4px;
    font-size: 14px;
}
.remove-dot {
    list-style-type: none;
}

/* -------------- REZERVACIA_USPECH.PHP A KONTAKT_USPECH.PHP -------------- */
#email-uspech .container {
    padding-top: 110px;
    padding-bottom: 120px;
}
#email-uspech p {
    font-size: 28px;
    padding-top: 12px;
    padding-bottom: 0px;
}
#email-uspech div {
    padding-bottom: 24px;
}
#email-uspech a {
    color: #41A410;
}
#email-uspech a:focus,
#email-uspech a:hover {
    color: #5DCB25 !important;
}
#email-uspech .icon {
    font-size: 12px;
}
.icon-uspech {
    font-size: 62px !important;
}

/* -------------- KONTAKT -------------- */
.contact-text {
    font-size: 24px;
}
.contact-text-big {
    font-size: 36px;
    display: inline;
    padding: 14px;
    top: 6px;
    position: relative;
}
.contact-text-big a {
    color: #333;
}
.contact-text-big a:focus,
.contact-text-big a:hover {
    color: #111 !important;
    text-shadow: 0px 1px 0px #FFF;
}
.contact-icons {
    font-size: 28px;
    bottom: -5px;
    position: relative;
}
#contact-form  textarea {
    height: 80px;
}
#contact-form .btn-default {
    margin-top: 4px;
}

/* -------------- PRIESTORY A VYBAVENIE -------------- */
#place-and-equipment .thumbnail {
    transition: all ease 300ms;
    padding: 0px;
    border: none;
    box-shadow: 0px 1px 6px rgba(0,0,0,0);
    margin-top: 20px;
    margin-bottom: 0px;
}
#place-and-equipment .thumbnail:focus,
#place-and-equipment .thumbnail:hover {
    box-shadow: 0px 6px 3px rgba(0,0,0,0.5);
}

/* -------------- OBCHODNÉ PODMIENKY -------------- */
.privacy-policy h2 {
    padding-bottom: 0px;
}
.privacy-policy h4 {
    padding-bottom: 24px;
    text-align: center;
}
.privacy-policy p {
    font-size: 12px;
}

/* -------------- KALENDÁR -------------- */
.kalendar .fc-toolbar {
    margin-bottom: 0px !important;
}
.kalendar .contact-text {
    margin-bottom: 30px;
}
.kalendar .fc-toolbar h2 {
    font-size: 30px;
    padding-top: 4px;
}
.kalendar .fc-toolbar h2:first-letter {
    text-transform: uppercase;
}
.kalendar .fc-day-grid-container {
    overflow-y: hidden !important;
}
.alert {
    font-size: 14px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    height: 4.95px;
    padding: 0px;
}
.input-kalendar {
    display: inline-table;
}
.input-kalendar span {
    height: 46px;
    line-height: 1.33333;
    padding: 12px 8px 8px;
    font-size: 18px;
}
#feed {
    top: 0px !important;
    border: 0px solid !important;
    padding-left: 18px;
}
.kalendar .fc th, .kalendar .fc td {
    border-width: 4px !important;
    vertical-align: top;
}
.kalendar .fc-future, .kalendar .fc-future {
    background-color: #ffffff;
}
.kalendar .fc-day-header:nth-child(1), .kalendar .fc-day-header:nth-child(2), .kalendar .fc-day-header:nth-child(3), .kalendar .fc-day-header:nth-child(4), .kalendar .fc-day-header:nth-child(5) {
    background-color: #FFFFFF;
}
.kalendar .fc-sat, .kalendar .fc-sun, 
.kalendar .fc-day-header:nth-child(6), .kalendar .fc-day-header:nth-child(7) {
    background-color: #F3FBEC;
}
.kalendar .fc-sun .fc-other-month, .kalendar .fc-sun .fc-other-month {
    background-color: #DEDEDE;
}
.kalendar .fc td.fc-today {
    border-style: solid;
    border-bottom: transparent;
}
.kalendar .fc-day-grid-event {
    background-color: transparent !important;
    border-color: transparent !important;
}
.kalendar .fc-start .fc-title {
    color: #c83232;
    text-shadow: none;
    background-color: transparent;
    text-align: center;
    display: block;
    white-space: pre-line;
    font-weight: 500;
    position: absolute;
    top: -41px;
    width: 100%;
}
.kalendar .fc-not-start .fc-title {
    text-shadow: none;
    background-color: transparent;
    text-align: center;
    display: block;
    white-space: pre-line;
    color: #e13a3a;
    position: absolute;
    top: -41px;
    width: 100%;
}
.kalendar .fc-day-header span {
    text-transform: uppercase;
    margin: 5px 0px 3px;
    display: block;
    color: #aaa;
}
.kalendar .day_cant_be_reserved {
    background-color: #f3c8c8 !important;
}
.kalendar .day_with_event_top span {
    color: rgba(150,0,0,0.17);
}
.kalendar .old_day {
    background-color: #e8e8e8;
}
.kalendar .old_day:nth-child(6), .kalendar .old_day:nth-child(7) {
    background-color: #E3E9DE;
}
.kalendar .fc-other-month {
    background-color: #dedede;
    color: #dedede !important;
}
.kalendar .day_with_event {
    background-color: #f3c8c8 !important;
}
.kalendar .cur_selected {
    background-color: #2ec300 !important;
}
.kalendar .event_not_full {
    background-image: url("http://www.wizzartsk.sbs/images/pozadie-kalendar.png");
    background-size: cover;
}
.fc-day-top.fc-other-month {
    opacity: 1;
}
.kalendar .fc-widget-content .fc-future:hover .fc-day-number,
.kalendar .fc-widget-content .fc-future:focus .fc-day-number {
    color: rgba(0,0,0,0.8) !important;
    transition: all 200ms;
}
.kalendar .fc-widget-content .day_with_event_top:hover .fc-day-number,
.kalendar .fc-widget-content .day_with_event_top:focus .fc-day-number {
    color: rgba(150,0,0,0.17) !important;
    transition: all 200ms;
}
.kalendar .fc-future {
    cursor: pointer;
}
.kalendar .container {
    text-shadow: none !important;
}
.fc-state-disabled {
    color: #999999 !important;
}
.fc-day-number {
    color: rgba(0, 0, 0, 0.5);
    font-size: 41px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 11px 0px 0px !important;
}
.has-error .help-block {
    font-size: 15px;
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: inherit !important;
}
.fc-day-grid-event {
    margin: 0px !important;
}
.fc-event {
    border: 0px solid transparent !important;
}
.cur_selected {
    background-color: #4AB300 !important;
    color: #ffffff !important;
}
.obchodne-podmienky-kalendar {
    font-size: 14px;
    top: -2px;
    position: relative;
}
.kalendar .fc-button {
    border: none;
    background: #fff !important;
    transition: all 200ms;
    margin-right: 2px !important;
}
.kalendar .fc-prev-button:hover,
.kalendar .fc-next-button:hover {
    box-shadow: 0px 0px 6px rgba(0,0,0,0.11);
    border: none;
    background: #eee !important;
}
.kalendar .fc-state-disabled {
    cursor: default;
}
.kalendar .day_with_event_top {
    cursor: default;
}
.kalendar .fc-today-button:hover {
    box-shadow: none;
    border: none;
    opacity: 0.65;
    background: #fff !important;
}
.kalendar .fc-past .fc-day-number {
    opacity: 0.3;
}
.kalendar .kalendar-textarea {
    margin-top: 4px;
}
.kalendar .kalendar-textarea textarea {
    height: 90px;
}
#obchodne {
    display: unset;
    width: auto;
    height: auto;
}
#form_objednat {
    line-height: 1.42857143 !important;
    height: auto;
    margin-top: 0px;
}
.kalendar-css {
    padding: 0px;
    border: none;
    margin-top: 4px;
}
.kalendar-css-2 {
    margin-top: 4px;
}
.kalendar-css textarea {
    border: none;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.11);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
} 
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    border-color: #dedede !important;
}
.babyatelier {
    margin-left: -16px;
}

.input-group.date .form-group{
    z-index: 5;
    position: relative;
}

#reservation-form {
    position: relative;
    z-index: 1;
} 

/* ======================== RESPONZIVITA ======================== */

/* -------------- VELKE TV -------------- */
@media (min-width: 1400px) { /* --- musi byt prvé --- */
.container {
    width: 1280px;
}
#header {
    height: 750px;
}
.vertical-align .container {
    height: 710px;
}
}
@media (min-width: 1600px) { /* --- musi byt druhé --- */
.container {
    width: 1340px;
}
#header {
    height: 700px;
}
.vertical-align .container {
    height: 660px;
}
}

/* -------------- MINIBOOK -------------- */
@media (min-width: 992px) and (max-width: 1200px) {
.place-and-equipment-text {
    font-size: 13px;
}
.nav > li > a {
    padding-left: 11px !important;
    padding-right: 11px !important;
}
.babyatelier {
    font-size: 12px !important;
    padding: 2px 10px !important;
    margin: 21px 10px !important;
    padding-bottom: 0px !important;
    margin-left: 4px !important;
}
.mediaspell {
    font-size: 12px !important;
    padding: 2px 10px !important;
    margin: 21px 10px !important;
    padding-bottom: 0px !important;
    margin-right: 4px !important;
}
}


/* -------------- TABLET -------------- */
@media (min-width: 768px) and (max-width: 992px) {
.container {
    padding-left: 2%;
    padding-right: 2%;
}
.navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding-left: 11px;
    padding-right: 11px;
}
#benefits h3 {
    font-size: 26px;
}
.contact-text-big {
    font-size: 32px;
}
.contact-icons {
    font-size: 26px;
    bottom: 2px;
}
.staff-and-photography-text {
    font-size: 11px;
}
#prices h5 {
    font-size: 20px;
    padding-bottom: 18px;
}
.prices-tablet-correction {
    display: none;
}
.babyatelier {
    font-size: 12px !important;
    padding: 2px 10px !important;
    margin: 21px 10px !important;
    padding-bottom: 0px !important;
    margin-left: 4px !important;
}
.mediaspell {
    font-size: 12px !important;
    padding: 2px 10px !important;
    margin: 21px 10px !important;
    padding-bottom: 0px !important;
    margin-right: 4px !important;
}
}

/* -------------- TABLET -------------- */
@media (min-width: 768px) and (max-width: 900px) {
.navbar-default .navbar-nav > li > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.mediaspell {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
}

/* -------------- MOBIL NA ŠÍRKU -------------- */
@media (max-width: 767px) {
.navbar-toggle {
    border: none;
}
.nav-mobile-menu {
    color: #FFF;
    float: right;
    padding-left: 28px;
    font-size: 26px;
    transition: all ease 300ms;
}
.navbar-toggle .icon-bar {
    padding-top: 3px;
    top: 8px;
    position: relative;
    transition: all ease 300ms;
}
#index hr {
    display: none;
}
.index-info-text {
    display: none;
}
.subtitle {
    display: none;
}
.index-icons .icon {
    padding-left: 0px;
}
#benefits > div:nth-child(1) > div:nth-child(2) {
    box-shadow: 0px -10px 14px -18px #777, 0px 10px 14px -18px #000;
    padding-top: 24px;
    padding-bottom: 16px;
    margin-top: 14px;
    margin-bottom: 24px;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle:focus .nav-mobile-menu, 
.navbar-default .navbar-toggle:hover .nav-mobile-menu {
    color: #eaa286;
}
.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #eaa286;
}
.index-contacts-info {
    font-size: 10px;
}
.btn-login {
    margin-left: 24px;
}
#contact-us {
    text-align: center;
}
#contact-us .btn-lines {
    float: none;
}
.footer-mobil-collapse {
	height: 58px;
	overflow: hidden;
	transition: all 300ms ease 0s;
}
.footer-mobil-collapse:focus, 
.footer-mobil-collapse:hover {
    height: 190px;
}
#prices .nav-tabs > li {
    width: 100%;
}
.prices-arrow-mobile {
    opacity: 0.5;
    right: 14px;
}
#footer {
    text-align: center;
}
#footer .headings {
    text-align: center;
}
.text-right {
    text-align: center;
}
.text-left {
    text-align: center;
}
#gallery .thumbnail {
    width: 50%;
    padding-bottom: 32%;
}
div.col-sm-4:nth-child(4) > div:nth-child(1) {
    padding-top: 42px;
}
.staff-and-photography-text {
    font-size: 14px;
}
#about-us .about-us-padding {
    padding-left: 4px;
    padding-top: 24px;
}
}


/* -------------- MOBIL NA VÝŠKU -------------- */
@media (max-width: 480px) {
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
}
#gallery .thumbnail {
    width: 100%;
    padding-bottom: 64%;
}
.contact-text-big {
    font-size: 30px;
}
.staff-and-photography-text {
    font-size: 11px;
}
}

/* -------------- OFF-CANVAS - MOBILE SIDE MENU -------------- */
@media screen and (max-width: 767px) {
#site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
#site-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 76px;
    left: -100%;
    overflow: visible;
    background: #1D1D1D;
    text-align: center !important;
}
#site-wrapper.show-nav #site-canvas {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
#site-canvas {
    -webkit-transform: translateX(0);
    transform: translateX(0); 
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.show-nav #site-canvas {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translateX(100%) tranlateZ(0);
    transform: translateX(100%) tranlateZ(0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.back-site-menu a {
    position: relative;
    color: #777;
    font-size: 24px;
    float: none;
    width: 100%;
    line-height: 1.2;
    display: block;
}
.back-site-menu .icon {
    font-size: 18px;
    position: relative;
    bottom: 2px;
}
.navbar-nav > li > .off-canvas-button {
    width: 100%;
    border-radius: 0px;
    font-size: 24px;
    padding-top: 18px;
    padding-bottom: 16px;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.13);
    color: #FFF;
    background-color: #1D1D1D;
    line-height: 1.42857;
}
.navbar-nav {
    margin: 0px;
    text-align: center;
}
#site-menu ul.nav:nth-child(2) > li:nth-child(1) > a:nth-child(1) {
    margin: 0px;
    box-shadow: inset 0px 9px 9px -9px rgba(0,0,0,0.5);
}
.navbar-nav > li > .off-canvas-button:hover, 
.navbar-nav > li > .off-canvas-button:focus {
    background: #0C0C0C !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.navbar-collapse {
    border-color: #777;
}
.btn-login {
    margin-left: 24px;
}
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover {
    background-color: #0C0C0C;
    border-color: rgba(255,255,255,0.2);
}
.dropdown {
    background: #0C0C0C;
}
.collapse-menu {
    padding-left: 0px;
}
.collapse-menu > li {
    list-style: none;
}
.collapse-menu > li > a {
    text-align: center;
    font-size: 18px;
    color: #eaa286 !important;
    display: block;
    padding: 10px 20px;
    line-height: 1.2;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}
.category-subtext {
    opacity: 1;
}
#site-wrapper.show-nav .nav-color-change {
    background-color: #1D1D1D !important;
    border-color: transparent;
}
}
@media screen and (min-width: 767px) {
#site-wrapper.show-nav #site-canvas {
        transform: translateX(0px);
}
#site-menu {
    display: none;
}
.back-site-menu {
    display: none;
}
}

