/*
žuta: #feca00
tamno žuta: #C29B00
narančasta #FF6600
*/

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	*behavior: url(../js/boxsizing.htc); /* polyfill  for IE6 & IE7 - star hack */
}

/* Full Page Background Image
    background: #F0F0F0 url('../img/bg-image-1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
*/
html {
    background: #F0F0F0 url('../img/background-white-2.jpg') repeat;
}
body {
    background-color: transparent;
	font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
    line-height: 1.5;
    color: #0F0F0F;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Roboto Slab", Georgia, serif;
	font-weight: 300;
    color: #C29B00;
    padding: 15px 0 0 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}
h1, .h1 {
	font-size: 2em;
}
h2, .h2 {
	font-size: 1.8em;
}
h3, .h3 {
	font-size: 1.6em;
}
h4, .h4 {
	font-size: 1.3em;
}
p{
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.upper-text{
    text-transform: uppercase;
}
.lower-text{
    text-transform: lowercase;
}
.small-text{
    font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}
.italic{
    font-style: italic;
}
.centered{
    text-align: center;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.red{
    color: #c21d25;
}
.gray{
    color: #595959;
}
.white {
    color: #FFFFFF;
}
.yellow {
    color: #feca00;
}
.darkyellow {
    color: #C29B00;
}
.black {
    color: #1C2123;
}
.bordered-box{
    border: 1px solid black;
    padding: 15px;
    margin: 10px 0;
}
.container-full {
    margin: 0 auto;
    width: 100%;
}
hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    height: 0;
    margin: 20px auto;
    width: 100%;
}
.top5 { margin-top:5px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top50 { margin-top:50px; }
.bottom5 { margin-bottom:5px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }

::selection{
	color:#FFFFFF;
	background: #C29B00; /* CSS3 ::selection Selector, IE9+, Opera, Google Chrome and Safari */
    text-shadow: 1px 1px 0 rgba(38, 38, 38, 0);
}
::-moz-selection{
	color:#FFFFFF;
	background: #C29B00; /* CSS3 Firefox text selection color */
    text-shadow: 1px 1px 0 rgba(38, 38, 38, 0);
}
/* #Images styles
============================================= */
.bordered{
	margin: 0;
	position:relative;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}
.hover-animate-zoom{
	background: #000000 url(../img/zoom-icon-white-2.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;
}
.iso-img-body {
    margin: 20px 0;
}

/* #Navbar Styles  http://bootstrap3-menu.codedorigin.com/
============================================= */
.navbar-default {
    border-color: transparent;
    background-color: #222;
}
.navbar-default .navbar-brand {
    color: #C29B00;
    border: 0;
}
.navbar-brand {
    margin: 0;
    padding: 0 0 0 15px;
}
.logo-alt-text{
    color: #feca00;
    font-family: "Roboto Slab", Georgia, serif;
    font-weight: normal;
    font-size: 3em;
    line-height: 1.5;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    margin-top: 5px;
    border: 0;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #C29B00;
    outline: none;
    border: 0;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
    border-color: #C29B00;
    background-color: #C29B00;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #C29B00;
    border: 0;
}
.navbar-default .nav li a {
    font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    border: 0;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    border: 0;
    color: #C29B00;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #C29B00;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    border: 0;
    background-color: #C29B00;
}
/*  Hamburger menu animation  */
.navbar-toggle {
    border: none;
    background: transparent !important;
}
.navbar-toggle:hover {
    background: transparent !important;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 1px;
    background-color: #feca00 !important;
    transition: all 0.2s;
    }
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: rgba(0,0,0,0.6);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-default .navbar-brand {
        font-size: 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;
        background-color: #222;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}
@media (max-width:768px) {
    .logo-alt-text{
        padding-top: 10px;
        font-size: 1.2em;
    }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
    .logo-alt-text{
        padding-top: 10px;
        font-size: 1.2em;
    }
}

/* #Carousel slider
============================================= */
.carousel {
  height: 490px;
  height: 540px;
  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 60px auto;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.carousel-caption p {
    margin: 0 auto 50px auto;
    font-size: 22px;
    line-height: 1.4;
    font-family: 'Open Sans Condensed', "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #C29B00;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    font-weight: normal;
    font-size: 2em;
}
.carousel .item {
    height: 540px;
    -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;
    min-height: 490px;
    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: 20px;
    z-index: 15;
    max-width: 1170px;
    text-align: center;
    list-style: none;
}
.carousel-indicators ol {
    text-align: center;
}
.carousel-indicators li {
    border: 0;
    border-radius: 0;
	display:inline-block;
	width:32px;
    height:32px;
	margin: 0 15px;
    padding: 0;
    background: none repeat scroll 0 0 rgba(150, 150, 150, 0.5);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease 0s;
}
.carousel-indicators li:hover {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 8px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    margin: 0 15px;
    width:32px;
    height:32px;
}
.carousel-indicators .active {
	background: rgba(250, 200, 0, 0.5);
    border: 3px solid rgba(0,0,0,0.5);
    margin: 0 15px;
    width:32px;
    height:32px;
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    #carousel-slider h1{
        font-size: 1.8em;
        line-height: 1.8;
    }
    .carousel-caption p{
        font-size: 1.3em;
        line-height: 1.8;
    }
}



/* #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;
    }
}

/* #Tooltips
============================================= */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 300px;
    font-size: 0.9em;
    padding: 3px 8px;
    color: #ffffff;
    text-shadow: 1px 1px 0 #1F1F1F;
    text-align: center;
    text-decoration: none;
    background-color: #C29B00;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #C29B00;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #C29B00;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #C29B00;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #C29B00;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #C29B00;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #C29B00;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #C29B00;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #C29B00;
}

/* #Accordion
============================================= */
#accordion {
    border: 0;
}
.panel-heading {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #004C99;
    padding: 0 10px;
    background: #D1D1D1 url('../img/background-white-1.jpg') repeat;
}
.panel-title {
    font-size: 1.4em;
    line-height: 2;
    padding: 7px 3px;
    margin: 0;
    text-shadow:none;
}
.panel-heading:hover,
.panel-heading:focus {
    background: #303030 url('../img/background-dark-1.jpg') repeat;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.panel-heading a:hover,
.panel-heading a:focus {
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #000000;
    outline: 0;
    border: 0;
}
.panel-default {
    border: 1px solid #004C99;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
}
.panel-default > .panel-heading {
    border-color: #004C99;
    color: #333;
}
.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0;
}
.panel-body {
    background-color: #F2F2F2;
    border: 0;
    border-radius: 0;
}



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



/* #contact styles
============================================= */
#kontakt {
    background: #303030 url('../img/background-white-1.jpg') repeat;
    padding-bottom: 20px;
    border-top: 5px solid #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
img#qr-code{
    width: 200px;
    margin-bottom: 20px;
}

/* #list styles
============================================= */
ul.list-style {
    list-style-type: none;
    padding-left: 0;
    line-height: 2;
}

/* #Footer
============================================= */
footer{
    color: #FFFFFF;
    background: #303030 url('../img/background-dark-1.jpg') repeat;
    padding: 15px 0 10px 0;
    margin: 0;
    border-top: 5px solid #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.footer-bottom{
    font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    margin-top: 20px;
    text-transform: none;
}
.pixelator-promo{
      float: right !important;
}
.iso-img-footer {
    margin: 0 10px;
}
.line-height-60 {
    line-height: 60px;
}

@media(max-width:767px){
    footer{
        line-height: 2em;
    }
}
@media(max-width:480px){
    .pixelator-promo{
          float: left !important;
    }
}

/* #Site Links
============================================= */
a:link,
a:active,
a:visited {
    color: #C29B00;
    text-decoration: none;
    border-bottom: 1px dotted;
}
a:hover,
a:focus {
    color: #000000;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.swipebox:link,
.swipebox:active,
.swipebox:visited,
.swipebox:hover,
.swipebox:focus {
    border: 0;
    text-decoration: none;
}
footer a:link,
footer a:active,
footer a:visited {
    color: #feca00;
    text-decoration: none;
    border: 0;
}
footer a:hover,
footer a:focus {
    color: #FFFFFF;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none;
}

 /* 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{
        width: 150px;
    }
    #navbrand-image{
        padding: 10px 0 0 10px;
    }
    img#qr-code{
     width: auto;
    }
}




































