@font-face { font-family: Trajan; src: url('../fonts/TrajanPro-Regular.otf'); } 
@font-face { font-family: Trajan; font-weight: bold; src: url('../fonts/TrajanPro-Bold.otf');}

a {
    color: #676767;
    text-decoration: none;
}
a:focus, a:hover {
    color: #676767;
    text-decoration: underline;
}
body {
    background: url(../images/lines-left.png) repeat fixed;
    color: #676767;
}
.ikonice {
    width: 40px;
    height: 40px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.ikonice:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.logo-foot {
    width: 85%;
}

/* HEADER */ 
#sat { background-color: #232323; color:#ffffff; height: 32.5px; vertical-align: middle; text-align: right; }
ol { width: 400px; float: right; font-weight: bold; margin-top: 5px; margin-right: 30px; list-style:block; }
li { display:inline; font-size: 14px;}

.navbar-default {
    background: #f0eeed;
    border-radius: 0px;
    border-color: transparent;
    border-bottom: 3px solid #ed1c24;
    height: 65px;
}
.logo {
    display: block;
    margin-top: -49px;
}
.nav > li {
    display: inline-block;
    margin: 0;
    list-style: none;
}
.nav > li > a {
    display: block;
    color: #a5a5a5;
    text-decoration: none;
    font-size: 16px;
    line-height: 60px;
    padding: 0;
    width: 100px;
    height: 60px;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
}
.nav > li > a:hover,
.nav > li > a:active {
    color: #ed1c24;
    border-bottom: 3px solid #ed1c24;
}
.nav > .open > a,
.nav > .open > a:focus,
.nav > .open > a:hover {
    color: #ed1c24;
    background-color: transparent;
}

@media (max-width: 768px) {
    .navbar-default {
        background: #f0eeed;
        border-radius: 0px;
        border-color: transparent;
        border-bottom: 3px solid #ed1c24;
        height: auto;
        padding-bottom: 11px;
    }
    .navbar-collapse {
        border-top: 0;
    }
    .nav > li > a {
        display: block;
        background-color: #f0eeed;
        color: #a5a5a5;
        text-decoration: none;
        font-size: 16px;
        line-height: 60px;
        padding: 0;
        width: 390px;
        height: 60px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        float: right;
    }
    .nav > li > a:hover,
    .nav > li > a:active {
        color: #ed1c24;
        background-color: #f0eeed;
        border-bottom: none;
    }
    .logo-foot {
    width: 45%;
}
}
@media (max-width: 445px) {
    .navbar-default {
        background: #f0eeed;
        border-radius: 0px;
        border-color: transparent;
        border-bottom: 3px solid #ed1c24;
        height: auto;
        padding-bottom: 0px;
    }
    img .logo {
        display: none;
    }
    .logo .hop {
        margin-top: 8px;
        width: 235px;
        height: 67px;
    }
    .nav > li > a {
        display: block;
        background-color: #f0eeed;
        color: #a5a5a5;
        text-decoration: none;
        font-size: 16px;
        line-height: 60px;
        padding: 0;
        width: 220px;
        height: 60px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    .nav > li > a:hover,
    .nav > li > a:active {
        color: #ed1c24;
        background-color: #f0eeed;
        border-bottom: none;
    }
    .nav-trigger {
        border-top: 1px solid red;
        display: block;
        content: " ";
        margin-top: 48px;
    }
    .logo-foot {
    width: 85%;
}
}

/* CAROUSEL */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
    right: auto;
    left: 15px;
}
.carousel-control.right {
    right: 15px;
    left: auto;
}

.hs_slider_prev {
	background-image: url(../images/large_left.png) !important; 
	background-repeat: no-repeat !important;
	width: 40px;
	height: 46px;
}
.hs_slider_next {
	background-image: url(../images/large_right.png) !important;
	background-repeat: no-repeat !important;
	width: 40px;
	height: 46px;
}

.banner {
	position: relative;
	text-align: center;
	color: #fff;
	min-height: 500px;
}
.banner .top {
	position: absolute;
	width: 100%;
	top: 48%;
	height: 276px;
	margin-top: -276px;
	margin-left: -15px;
}
.banner .container {
	position: absolute;
	width: 100%;
	top: 49%;
}
.banner .logo {
	text-align: center;
}
.banner h1 {
	top: 129px;
}
.banner .since {
	font-family: Raleway;
	font-size: 32px;
	line-height: 30px;
	top: 217px;
}
.banner .carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.banner .carousel-fade .carousel-inner .active {
	opacity: 1;
}
.banner .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.banner .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.banner .carousel-fade .carousel-control {
	z-index: 2;
}
.banner .scroll_down, .banner .since, .banner h1, .banner .logo {
	opacity: 1;
	z-index: 22;
	position: absolute;
	width: 100%;
}
.banner .carousel-caption {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.banner .carousel-inner > .item {
	background-size: cover;
	background-position: center;
	min-height: 500px;
}
.banner .carousel-indicators {
	bottom: 162px;
	display: none;
}
.banner .carousel-indicators li {
	display: inline-block;
	width: 46px;
	height: 4px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #615b57;
	border: 1px solid #615b57;
	border-radius: 10px;
}
.banner .carousel-indicators .active {
	width: 46px;
	height: 4px;
	margin: 1px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.carousel-text {
    margin-top: 125px;
    background-color: #ed1c24;
    opacity: .7;
    height: 80px;
    width: 700px;
}
.carousel-text h3 {
    text-align: left;
    opacity: 1;
    padding-top: 12px;
    padding-left: 15px;
}

/* BUTTON & FORM */
.btn-primary {
    color: #fff;
    background-color: #f14950;
    border-color: #f14950;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.btn-default {
    color: #676767;
}
.btn-default:hover {
    color: #fff;
    background-color: #f14950;
    border-color: #adadad;
}
.form-control:focus {
    border-color: #f14950;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(237,28,36,.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(237,28,36,.3);
}

.kontakt {
    margin-left: 0px;
    margin-right: 0px;
    background-color: #f0eeed;
    margin-bottom: 20px;
}
.kontakt_unutra {
    margin: 20px 0px 20px 30px;
    min-height: 70px;
}
.kontakt span,
.kontakt a {
    float: left;
    width: 40px;
    height: 40px;
}
.kontakt i {
    margin: 8px;
}
.kontakt h4 {
    line-height: 16px;
}
.kontakt_tekst span {
    margin: 25px 12px 12px 12px;
}
.tekst h4 {
    line-height: 24px;
}



/* FOOTER */
footer {
    background: #f0eeed;
    border-color: transparent;
    border-top: 3px solid #ed1c24;
    min-height: 150px;
}
.footer-kontakt_unutra {
    margin: 20px 0px 20px 0px;
    padding: 0px 15px 0px 15px;
    min-height: 120px;
}
@media (max-width: 768px) {
    .footer-kontakt_unutra {
        margin: 20px 0px 20px 0px;
        padding: 0px 15px 0px 15px;
        min-height: 40px;
    }   
}
@media (max-width: 445px) {
    .footer-kontakt_unutra {
        margin: 20px 0px 20px 0px;
        padding: 0px 15px 0px 15px;
        min-height: 40px;
    }
    .ikonice {
        width: 30px;
        height: 30px;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        filter: gray;
        -webkit-filter: grayscale(100%);
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 1;
    }
    span .ikonice {
        margin: -7px;
    }
}
footer > span {
    margin-top: 30px;
}
.footer-kontakt_tekst a {
    width: 40px;
    height: 40px;
    margin: 40px 12px 12px 12px;
}
.allbottom {
    height: 32.5px;
    background: #232323;
    color: white;
}
.allbottom > p {
    margin-left: 15px;
    padding-top: 2px;
}

/* WIBBLE WOBBLE */
.wobble {
    position: relative;
    display: inline-block;
}
.wobble:hover {
    -webkit-animation: wobble .75s linear infinite;
    -moz-animation: wobble .75s linear infinite;
    -ms-animation: wobble .75s linear infinite;
    -o-animation: wobble .75s linear infinite;
    animation: wobble .75s linear infinite;
}
@-webkit-keyframes wobble {
    0% { -webkit-transform: rotate(-2deg); }
    20% { -webkit-transform: rotate(4deg); }
    30% { -webkit-transform: rotate(1deg); }
    40% { -webkit-transform: rotate(3deg); }
    55% { -webkit-transform: rotate(0deg); }
    70% { -webkit-transform: rotate(-4deg); }
    80% { -webkit-transform: rotate(2deg); }
    90% { -webkit-transform: rotate(-2deg); }
    90% { -webkit-transform: rotate(3deg); }
}
@-moz-keyframes wobble {
    0% { -moz-transform: rotate(-2deg); }
    20% { -moz-transform: rotate(4deg); }
    30% { -moz-transform: rotate(1deg); }
    40% { -moz-transform: rotate(3deg); }
    55% { -moz-transform: rotate(0deg); }
    70% { -moz-transform: rotate(-4deg); }
    80% { -moz-transform: rotate(2deg); }
    90% { -moz-transform: rotate(-2deg); }
    90% { -moz-transform: rotate(3deg); }
}
@-ms-keyframes wobble {
    0% { -ms-transform: rotate(-2deg); }
    20% { -ms-transform: rotate(4deg); }
    30% { -ms-transform: rotate(1deg); }
    40% { -ms-transform: rotate(3deg); }
    55% { -ms-transform: rotate(0deg); }
    70% { -ms-transform: rotate(-4deg); }
    80% { -ms-transform: rotate(2deg); }
    90% { -ms-transform: rotate(-2deg); }
    90% { -ms-transform: rotate(3deg); }
}
@-o-keyframes wobble {
    0% { -o-transform: rotate(-2deg); }
    20% { -o-transform: rotate(4deg); }
    30% { -o-transform: rotate(1deg); }
    40% { -o-transform: rotate(3deg); }
    55% { -o-transform: rotate(0deg); }
    70% { -o-transform: rotate(-4deg); }
    80% { -o-transform: rotate(2deg); }
    90% { -o-transform: rotate(-2deg); }
    90% { -o-transform: rotate(3deg); }
}
@keyframes wobble {
    0% { transform: rotate(-2deg); }
    20% { transform: rotate(4deg); }
    30% { transform: rotate(1deg); }
    40% { transform: rotate(3deg); }
    55% { transform: rotate(0deg); }
    70% { transform: rotate(-4deg); }
    80% { transform: rotate(2deg); }
    90% { transform: rotate(-2deg); }
    90% { transform: rotate(3deg); }
}
