.dropdown-menu {
	position: relative;
	width: 100%;
	min-width: 280px;
	/* max-width: 200px; */
}
.dropdown-menu li a {
	word-wrap: break-word;
	white-space: normal;
}


.header_logo_text {
	line-height: 45px; 
	font-size: 45px; 
	font-weight: 200;
	font-family: 'Raleway'; 
	text-transform: uppercase;
	letter-spacing: 10px;
	text-align: center; 
}
.header_logo_text a {
	text-decoration: none;
	color: inherit;
}


.tagline {
	box-sizing: border-box;
	font-family: 'Faustina';
	text-align: center;
	margin-top: 15px;
	color: #646464;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
}
.tagline p {
	text-transform: none;
	display: inline-block;
	margin: 0;
	position: relative;
	padding: 0 26px;
}
.tagline p::before, .tagline p::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 20px;
	height: 4px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}
.tagline p::after {
	left: auto;
	right: 0;
}


.socialline {
	text-align: center;
	margin-top: 24px;
	color: #666;
	font-size: 14px;
}
.socialline a {
	color: #BBB;
}
.socialline a:hover {
	color: #666;
}


.navbar {
	
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1.42857143;
}
.navbar-nav > li > a {
	line-height: 20px;
	position: relative;
	display: block;
	padding: 10px 15px;
	font-weight: 700;
}
ul.dropdown-menu {
	text-transform: lowercase;
	font-size: 15px;
}


h1.entry-title {
	margin: 0 0 10px;
	font-size: 36px;
	font-family: 'Faustina';
	color: #333;
}

h3.widget-title {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 32px;
	font-family: 'Faustina';
}

h3.card-title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.3;
	font-family: 'Faustina';

}

.cont_plus h2, .cont_plus h3, .cont_plus h4 {
	font-family: 'Faustina';
}
.cont_plus h2 {
	font-size: 24px;
	font-weight: bold;
}
.cont_plus h3 {
	font-size: 20px;
	font-weight: bold;
}
.cont_plus h4 {
	font-size: 18px;
	font-weight: bold;
}



h2, h3, h4, h5, h6 {
	color: #000;
}
h2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 32px;
}
h3 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 24px;
}
h4 {
	font-size: 18px;
	font-weight: 500;
}
h5, h6 {
	font-size: 16px;
	font-weight: 500;
}


blockquote {
	font-size: 28px;
	color: #999;
	font-family: 'Faustina';
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width: 60%;
	margin: auto;
}


/* Pojedini proizvod u izlistu */
.thumb_link {
	font-family: 'Raleway';
}
.thumb_link a {
	color: #000;
}
.thumb_link:hover {
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;

	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.thumb_icon_link {
	background:
	/* top, transparent black, faked with gradient */ 
	linear-gradient(
		rgba(255, 255, 255, 0.1), rgba(100, 100, 100, 0.1)
	); 
}
.thumb_icon_link:hover {
	background:
	/* top, transparent black, faked with gradient */ 
	linear-gradient(
		rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.15)
	); 
}

