/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 28, 2014, 4:18:41 PM
    Author     : orion
*/

.featuredItemImageBlock img {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 225px;
    width: 100%;
}
.featuredCity {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
h5.featuredItemTitle a {
    color: #faf9f6;
    margin: 5px 0;
}

/*custom kontrole*/
.module-ct {
	position: relative;
}
.mod-featured-header2 {
	position: absolute;
	top: 30%;
	width: 100%;
}
.mod-featured-header2 .btn {
	color: #fff;
	font-size: 40px;
	position: relative;
}
.mod-featured-header2 .btn.prev {
	right: 225px;
}
.mod-featured-header2 .btn.next {
	float: right;
	right: -225px;
	z-index: 2;
}
.mod-featured-header {
	display: none;
}
.slide-item {
    margin: 20px 15px 0;
}
.slide-item h5 {
    margin-top: 30px;
}
.slide-item .introtext {
	color: #faf9f6;
}
.slide-item .introtext p {
	font-size: 15px;
}
.slide-item .featuredItemImage {
	border: 5px solid #fff;
}
.owlNavFeatured .prev, .owlNavFeatured .next {
	background: white;
}
.slide-item .introtext {
	font-family: berlinsansfb;
}
.owl-carousel a:hover {
	text-decoration: none;
}
/*naslov*/
h1.highlighted a, h5.featuredItemTitle {
	font-family: berlinsansfb;
}
h1.highlighted a {
	color: #fff;
	font-size: 39px;
	text-shadow: 0 1px 0 #000;
	margin-bottom: 14px;
	text-align: center;
	display: block;
}
h1.highlighted a, h1.highlighted a em {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.t3-sl-3 h1.highlighted a:hover {
	color: #cc6600;
	border: none;
	cursor: pointer;
	text-decoration: none;
}
.t3-sl-5 h1.highlighted a:hover {
	color: #830000;
	border: none;
}
h1.highlighted a:hover em {
	color: #fff;
	border: none;
}
h1.highlighted em {
	color: #cc6600;
	font-size: 59px;
	font-family: 'paulinho', 'allura';
}

/* responsive slider home */
@media (max-width: 1270px) {
.mod-featured-header2 {
	display: none;
}
}
@media (max-width: 767px) {
h1.highlighted a {
	font-size: 30px;
}
h1.highlighted a em {
	font-size: 40px;
}
}

