/* 	Reset Styling
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	display: block;
}
header {
	-webkit-box-shadow: 0px 0px 10px rgba(85,85,85,0.3);
	-moz-box-shadow: 0px 0px 10px rgba(85,85,85,0.3);
	box-shadow: 0px 0px 10px rgba(85,85,85,0.3);	
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	padding: 0px;
	margin: 0px
}

/*	General Styling
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	color: #7A7A7A;
	line-height: 18px;
	font-family: "Tahoma", Helvetica, Arial;
	/* overflow: hidden; */
	font-size: 12px
}
::selection{
	color:#fff;
	background:#191919
}
::-moz-selection{
	color:#fff;
	background:#191919
}
img {
	border: none;
	max-width: 100%
}
a {
	color: #000;
	text-decoration: none !important;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out
}
a:hover {
	color: #ACACAC
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Marcellus", Tahoma, Arial;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
h1 { font-size: 32px }
h2 { font-size: 26px }
h3 { font-size: 20px }
h4 { font-size: 18px }
h5 { font-size: 14px }
h6 { font-size: 12px }
p {
	margin-bottom: 30px
}
p:last-child {
	margin-bottom: 0
}
strong {
	font-weight: bold
}
em {
	font-style: italic
}
ol {
	padding: 0;
	margin: 0
}
ol li {
	list-style: decimal;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	line-height: 24px
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
cite {
	float: right;
	padding: 0 0 5px 0
}
hr {
	background: #e6e6e6;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative
}
pre {
	color: #333;
	white-space: initial;
	border-radius: 3px;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	white-space: initial;
	margin: 5px 0 20px 0;
	overflow: auto;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
code {
	color: #333;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	border-radius: 3px;
	margin: 5px 0 20px 0;
	clear: both;
	display: block;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
iframe {
	max-width: 100%;
}
mark {
	padding: 3px 5px;
}
textarea { 
	white-space:pre; 
}

/*	Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_41,
.grid_VV,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

/*	Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
	margin-left: 0px !important
}
.omega {
	margin-right: 0px !important
}

/*	Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid_1 {
	width:6.333%;
}
.grid_2 {
	width:14.667%;
}

.grid_3 {
	width:23.0%;
}

.grid_4 {
	width:26.333%;
}

.grid_41 {
	width:31.111%;
}
.grid_VV {
	width: 98%;
}
.grid_5 {
	width:39.667%;
}

.grid_6 {
	width:48.0%;
}

.grid_7 {
	width:56.333%;
}

.grid_8 {
	width: 69.667%;	
}

.grid_9 {
	width:73.0%;
}

.grid_10 {
	width:81.333%;
}

.grid_11 {
	width:89.667%;
}
.grid_12 {
	width:98.0%;
}
.grid_12:after {
	content: "";
	clear: both;
}
.grid_full {
	width:100%;
}
.row {
	width: 1104px;
	margin: 0 auto;
	position: relative;
}
.row1 {
	width: 1140px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.boxed {
	margin: 0 auto;
	width: 1140px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.boxed-margin {
	margin: 0px auto;
	width: 1140px;
	position: relative;

	padding: 0 10px;
}
#layout, #frame_ {
	position: relative;
	z-index: 2;
}
.snapjs-left #layout {
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3);
}
.full {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.left-sidebar .posts {
	float: right
}

body[class^="frame_"] .full, 
body[class^="frame_"] .boxed, 
body[class^="frame_"] .boxed-margin {
	margin: 0 auto;
	width: 1140px;
	box-shadow: none;
}

#LandingPage[class^="frame_"] .full #header, 
#LandingPage[class^="frame_"] .boxed #header, 
#LandingPage[class^="frame_"] .boxed-margin #header {
	width: auto !important
}
#LandingPage[class^="frame_"] .full, 
#LandingPage[class^="frame_"] .boxed, 
#LandingPage[class^="frame_"] .boxed-margin {
	margin: 0 auto;
	box-shadow: none;
}
#LandingPage .boxed-margin {margin: 0 auto}

/*	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	  clear: both;
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:before,
.clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

/*	Header
----------------------------------------------------------------------------------------------------*/
.dropdown {
	background: #191919;
	color: #fff
}
.arrow-down {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 22px solid #a71311;
	right: 20px;
	bottom: -22px;
	color: #FFF;
	z-index: 9999;
	cursor: pointer;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.arrow-down i {
	position: absolute;
	bottom: 6px;
	right: -4px;
}
.opened {
	border-top: 0;
	border-bottom: 22px solid #FFF;
	bottom: 0px;
	color: #191919;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.opened i {
	bottom: -20px;
}
.extrabox {
	position: absolute;
	top: -1000px;
	right: 10px;
	z-index: 999;
	width: 1140px;
	background: #a71311;
	background: rgba(12, 70, 132, 0.99);
}
.extra-content {
	padding: 20px 0px;
	display: inline-block;
	width: 100%;
	color: #BFBFBF;
}
.extra-content h3 {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 14px
}
.extra-content .liner, 
#footer .liner {
	border-bottom: 1px solid #313131;
}

/*	contactForm
----------------------------------------------------------------------------------------------------*/
#contactForm-widget span {
	margin-left: 10px;
	color: #80bdff;
}
#contactForm-widget span i {
	color: #fff;
}
#contactForm-widget #message {
	display: block;
	width: 100%;
	border: 1px solid #2C2C2C;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 16px 10px;
	font-size: 12px;
	background: #0e5199;
	color:#FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#contactForm-widget #senderName, 
#contactForm-widget #senderEmail {
	display: block;
	width: 100%;
	border: 1px solid #2C2C2C;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px;
	line-height: 24px;
	height: 34px;
	font-size: 12px;
	background: #0e5199;
	color:#FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#contactForm-widget #senderEmail {
	float: right;
}
#contactForm-widget .flr {
	margin: 0 0 10px 0 !important;
}
#contactForm-widget .fll {
	margin: 0 0px 10px 0 !important;
}
#contactForm-widget #senderName:focus, 
#contactForm-widget #senderEmail:focus, 
#contactForm-widget #message:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #696969
}
.fieldtrue {
	border: 1px solid #1ABC5B !important
}
.fielderror {
	border-color: #80bdff !important;
}
#contactForm-widget #sendMessage {
	background: #222;
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 10px 20px;
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#contactForm-widget #sendMessage:hover {
	background: #696969;
}
.error {
	color: red
}
.load-color {
	background: #191919 !important;
	cursor: default !important;
}
#contactForm-widget textarea {
	width: 98%;
}
#contactForm-widget #comment-button {
	background: #2C3E50;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#contactForm-widget #comment-button:hover {
	background: #1ABC9C
}

/*	contactForm
----------------------------------------------------------------------------------------------------*/
#contactForm span {
	margin: 11px 10px;
	display: inline-block;
	color: #F00;
}
#contactForm span strong {
	color: #F00;
}
#contactForm i {
	color: #fff;
	margin: 0 10px 0 0
}
#track_input, 
#contactForm #senderName, 
#contactForm #senderEmail {
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0 10px;
	line-height: 24px;
	height: 34px;
	background: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#contactForm #message {
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 16px 10px;
	background: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#track_input:focus, 
#contactForm #senderName:focus, 
#contactForm #senderEmail:focus, 
#contactForm #message:focus {
	background: #fff;
	border: 1px solid #C5C5C5;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#track_order label {
	font-weight: 600;
	margin-bottom: 14px;
}
#contactForm #senderEmail {
	float: right;
}
#contactForm .flr {
	margin: 0 0 10px 0 !important;
}
#contactForm .fll {
	margin: 0 0px 10px 0 !important;
}
.fieldtrue {
	border: 1px solid #1ABC5B !important
}
.fielderror {
	border-color: #F00 !important;
}
#contactForm #sendMessage, #sendOrder {
	width: auto;
	margin-top: 10px;
	float: right;
	padding: 8px 10px;
	display:inline-block;
	cursor:pointer;
	position:relative;
	background:#191919;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgba(0,0,0,0.08)),color-stop(0.5, rgba(128,128,128,0.08)),color-stop(1, rgba(255,255,255,0.08)));
	-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#contactForm #sendMessage:hover, #sendOrder:hover {
	background:#333
}
#contactForm textarea {
	width: 98%;
}
#contactForm #comment-button {
	background: #2C3E50;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#contactForm #comment-button:hover {
	background: #1ABC9C
}

.headBG {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

			.head {
				position: relative;
				border-top: 5px solid #a71311;
				background-image:url(sadrzaj/images/bann.jpg);
			}
			#vishead { height: 266px; }
			
.logo {
	float: left;
	margin: 20px 20px 20px 0;
	width: 80px;
}
.natpis {
	position: absolute;
	top: 170px;
	right: 0px;
	text-align: right;
	width: 420px;
	line-height: 44px;
	font-family: "Marcellus", Tahoma, Arial;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 0.3);
	font-size: 38px;
	color: #a71311;
}
.header_ads {
	margin: 20px 0;
	float: right;
}
.social-head {
	float: right;
	margin: 48px 0;
}
.social a {
	float: left;
	text-align: center;
	margin: 0 0 0 1px;
	width: 32px;
	height: 32px;
	border: 1px solid #DDD;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ACACAC;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.social a:hover {
	color: #fff;
	border: 1px solid #fff;
}
.social a:hover i {
	color: #fff;
}
.social a i {
	padding: 9px 0;
	display: block;
	font-size: 14px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-image: url(sadrzaj/images/reflect.png);
	background-position: 32px;
	background-repeat: no-repeat;
}
.tt-metro-social a i {
	padding: 6px 0;
	font-size: 20px;
}
.social a:hover i {
	background-position: -1px
}
.headdown .social a:hover i {
	background-position: -3px
}
.circular a, .circular a:hover, .circular a:hover i {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.with_color a {
	color: #fff
}
.social a:hover .icon-twitter, .social a:hover .icons-social-twitter, .with_color a .icon-twitter, .with_color a .icons-social-twitter { background-color: #00abdc; }
.social a:hover .icon-facebook, .social a:hover .icons-social-facebook, .with_color a .icon-facebook, .with_color a .icons-social-facebook { background-color: #325c94; }
.social a:hover .icon-dribbble, .social a:hover .icons-social-dribbble, .with_color a .icon-dribbble, .with_color a .icons-social-dribbble { background-color: #fa4086; }
.social a:hover .icon-rss, .social a:hover .icons-rss, .with_color a .icon-rss, .with_color a .icons-rss { background-color: #f1862f; }
.social a:hover .icon-github, .social a:hover .icons-social-github, .with_color a .icon-github, .with_color a .icons-social-github { background-color: #333; }
.social a:hover .icon-instagram, .with_color a .icon-instagram { background-color: #964b00; }
.social a:hover .icon-linkedin, .social a:hover .icons-social-linkedin, .with_color a .icon-linkedin, .with_color a .icons-social-linkedin { background-color: #0073b2; }
.social a:hover .icon-pinterest, .social a:hover .icons-social-pinterest, .with_color a .icon-pinterest, .with_color a .icons-social-pinterest { background-color: #d9031f; }
.social a:hover .icon-google-plus, .social a:hover .icons-social-google-plus, .with_color a .icon-google-plus, .with_color a .icons-social-google-plus { background-color: #d9031f; }
.social a:hover .icon-foursquare, .with_color a .icon-foursquare { background-color: #0cbadf }
.social a:hover .icon-skype, .social a:hover .icons-social-skype, .with_color a .icon-skype, .with_color a .icons-social-skype { background-color: #00b9e5 }
.social a:hover .icon-cloud, .social a:hover .icons-social-soundcloud, .with_color a .icon-cloud, .with_color a .icons-social-soundcloud { background-color: #ff7700 }
.social a:hover .icon-youtube, .social a:hover .icons-social-youtube, .with_color a .icon-youtube, .with_color a .icons-social-youtube { background-color: #d9031f }
.social a:hover .icon-tumblr, .social a:hover .icons-social-tumblr, .with_color a .icon-tumblr, .with_color a .icons-social-tumblr { background-color: #325c94 }
.social a:hover .icon-stackexchange, .with_color a .icon-stackexchange { background-color: #4e4e4e; }
.social a:hover .icon-flickr, .social a:hover .icons-social-flickr, .with_color a .icon-flickr, .with_color a .icons-social-flickr { background-color: #fa4086 }

.info {
	float: right;
	margin: 15px auto 0px auto;
}
.info span {
	margin: 0 10px 0 0
}
.info .dio {
	margin: 0 10px 0 0;
	color: #333;
	font-size: 14px;
}
.headdown {
	background: #a71311;
	color: #fff
}
.headdown .social-head {
	margin: 6px 0 6px 10px
}
.headdown .social a {
	width: 28px;
	height: 28px;
	border: 1px solid #272727
}
.headdown .social a:hover {
	border: 1px solid #000
}
.headdown .social a i {
	padding: 7px 0
}

/*	Superfish
----------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
	font-family: 'PT Sans Narrow', sans-serif;
}
.sf-menu {
	line-height: 1.0;
	float: left;
	padding: 20px 0;
	position: relative;
	margin: 0 0 0 -20px;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 190px;
}
.sf-menu ul li { 
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #191919;
}
.sf-menu ul li:hover, .sf-menu li li.current { 
	background: #222
}
.sf-menu li:hover { visibility: inherit }
.sf-menu li {
	float: left;
	position: relative;
	padding: 0 15px
}
.sf-menu li:before {
	content: '|';
	color: #e1e1e1;
	font-size: 8px;
	position: absolute;
	left: 0;
	top: 2px
}
.sf-menu li:first-child:before, .sf-menu li li:before, .sf-menu li.back:before {
	content: '' !important
}
.sf-menu li li {
	border-top: 1px solid #252525;
	border-bottom: 1px solid #141414;
	margin:0;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}
.sf-menu li li:first-child {
	border-top: 1px solid #fff
}
.sf-menu li li li:first-child {
	border-top: 1px solid #222 !important
}
.sf-menu li li a {
	padding: 8px 15px;
	line-height: 20px;
	color: #f0f0f0;
	text-transform: none;
	letter-spacing: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sf-menu li li a:hover {
	padding-left: 22px
}
.sf-menu ul ul:before {
	position: absolute;
	width: 0 !important; 
	padding: 0 !important; 
	margin: 0 !important; 
	height: 0 !important;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	left: 0;
	top: 0
}
.sf-menu i {
	margin-right: 8px
}
.sf-menu a {
	display: block;
	position: relative;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}
.sf-menu li li a {
	font-size: 14px;
	font-weight: normal
}
.sf-menu li:hover > a, .sf-menu li > a:hover, .sf-menu li.current > a {
	color: #ff0;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0px;
	z-index:	 999;
	top: 11px;
	padding: 21px 0 0 0;
	-webkit-animation: lr 0.3s;
	animation: lr 0.3s
}
.sf-menu li:hover ul li ul,
.sf-menu li.sfHover ul li ul, 
.sf-menu li:hover ul li ul li ul,
.sf-menu li.sfHover ul li ul li ul  {
	left: 172px;
	z-index: 999;
	top: -1px !important
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 172px;
	top: -1px !important;
	padding: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 172px;
	top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul { min-width: 1px }
.sf-sub-indicator {
	position: absolute;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
a > .sf-sub-indicator { 
	position: absolute;
	width: 0; 
	height: 0; 
	left: 28%;
	top: 19px;
}
li li a .sf-sub-indicator {  border-bottom: 0 !important }
.first-head li:hover > a { color: red }

.sf-menu li.back {
	position: absolute;
	padding: 0 !important; 
	margin: 0 !important; 
	top: 36px;
	overflow: inherit !important
}
.sf-menu li.back .left {
	position: absolute;
	width: 0 !important; 
	padding: 0 !important; 
	margin: 0 !important; 
	height: 0 !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	left: 42%;
}

#header .search {
	float: right;
	margin-top: 5px;
}
#header .search form {
	position: relative;
}
#header .search input {
	margin: 9px 0;
	padding: 0 10px;
	line-height: 24px;
	height: 24px;
	border: 1px solid #FFF;
	border-radius: 20px;
	font-size: 12px;
	color: #AAA;
	cursor: default;
	width: 124px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .search input:focus {
	box-shadow: none;
	width: 150px;
	color: #191919;
}
#header .search:hover button {
	color: #191919
}
#header .search button {
	position: absolute;
	top: 10px;
	right: 12px;
	background: none;
	border: 0;
	color: #DDD;
	font-size: 11px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .search button:hover {
	color: #666;
}

/*	Page Content
----------------------------------------------------------------------*/
.page-content {
	margin: 10px 0;
	/* background: #ffffff; */
	background-color: transparent;
	background-image: url(sadrzaj/images/popuna.png);
	background-repeat: repeat-y;
}
.grey-line {
	width: 1140px;
	padding: 10px 0;
	background: #F2F2F2;
	border-top: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
}
.grey-line.official_feature_one {
	padding: 40px 0 0;
}
.action-simple {
	text-align: center;
	padding: 0 0 45px 0;
	border-bottom: 1px solid #E6E6E6;
}
.action-simple h5 {
	color: #919191
}
.col-title {
	padding: 0 0 10px;
	margin: 0;
	font-size: 18px;
	border-bottom: 1px solid #000;
	display: inline-block;
}
.official-shop h3 small {
	display: block;
	margin-top: 10px;
	text-transform: none;
}
#footer .col-title {
	color: #fff;
	border-bottom: 1px solid #fff;
}
#footer h3 {
	color: #fff;
}
.col-ten {
	border-bottom: 1px solid #ddd; 
	font-weight: 300; 
	font-size: 1.846em; 
	line-height: 1em;
}
.col-ten span {
	margin-bottom: -30px; 
	padding: 0 10px 5px 0; 
	border: none; 
	background: #fff; 
	line-height: 1em;
}
.col-eleven {
	color: #3f3f3f; 
	font-size: 1.538em; 
	line-height: 0.8em; 
	text-transform: uppercase;
}
.col-eleven span {
	margin-top: -5px; 
	padding-right: 10px; 
	padding-bottom: 0; 
	border-bottom: none; 
	background: #fff; 
	line-height: 1em;
}
.tac .col-eleven span {
	padding: 0 10px;
}
.tar .col-eleven span {
	padding: 0 0 0 10px;
}
.liner {
	display: block;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	margin: -1px 0 20px;
}
.liner.double {
	border-bottom: 4px double #E6E6E6;
}
.liner.doublepress {
	border-bottom: 1px solid #E0E0E0;
	border-top: 2px solid #E0E0E0;
	height: 1px;
}
.list, .tower {
	line-height: 24px;
}
.list i {
	margin-right: 2px;
}

.breadcrumb-place {
	height: 110px;
	background: #0b0b0b;
}
.page-title {
	float: left;
	margin: 0;
	font-weight: normal;
	color: #fff;
	padding: 46px 0 0 0
}
.breadcrumbIn {
	float: right
}
.breadcrumbIn span {
	display: inline-block;
	font-size: 11px;
	color : #777;
}
.breadcrumbIn ul {
	display: inline-block;
}
.breadcrumbIn ul li {
	color : #777;
	font-size: 12px;
	padding: 0 10px;
	font-weight: normal;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
.breadcrumbIn ul li a {
	color : #777
}
.breadcrumbIn ul li a:hover {
	color : #444
}
.breadcrumbIn li:before {
	content: "/";
	position: absolute;
	display: block;
	font-size: 8px;
	left: -6px;
	top: 1px;
}
.breadcrumbIn li:first-child:before {
	content: "";
	height: 0;
	width: 0;
	border: 0;
}


.magazine_header .sf-menu li.back {
	top: 0px
}
.magazine_header .sf-menu li.back .left {
	border-top: 6px solid #FFF;
	border-bottom: 0
}
.magazine_header .sf-menu li:hover ul, .magazine_header .sf-menu li.sfHover ul {
	-webkit-animation: fadeIn 0.4s;
	animation: fadeIn 0.4s;
}


.sticky {
	position: fixed !important;
	z-index: 1000;
	top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sticky .row {padding: 0 18px}
.full .sticky {
	width: 100%;
	left: 0
}

/*	Blog Post
----------------------------------------------------------------------*/
.btn-share {
	float: left;
	margin-right: 10px;
}
.thumb-big img {
	border-radius: 3px;
}
.thumb-medium {
	width: 48%;
}
.thumb-medium img {
	border-radius: 3px;
}
.thumb-small {
	width: 33%;
}
.thumb-small img {
	border-radius: 3px;
}
.content-half {
	float: left;
	width: 48%;
	padding-left: 1%;
}
.content-two-third {
	float: left;
	width: 63%;
	padding-left: 1%;
}
.grid_7 .content-two-third {
	width: 62%;
}
.iframe-thumb {
	border-radius: 3px;
	overflow: hidden
}
.iframe-thumb iframe {
	width: 100%
}
.post {
	display: inline-block;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.two-column .post {
	width: 48% !important;
	margin: 0 1% 20px !important;
}
.two-column .image-author {
	margin: -20px 10px 0;
}
.three-column .post {
	width: 31.3% !important;
	margin: 0 1% 20px !important
}
.three-column .image-author {
	margin: 10px 10px 0;
	width: 40px;
	height: 40px
}
.post .tbutton, 
.two-column .tbutton, 
.three-column .tbutton {
	float: right
}
.post-format {
	float: left;
	margin-right: 30px
}
.post-format .circle-radius {
	width: 60px;
	height: 60px;
	display: block;
	background-color: #F2F2F2;
	text-align: center
}
.post-format i {
	font-size: 18px;
	margin: 20px 0;
	left: 37%;
	float: left;
	color: #A0A0A0;
	z-index: 5;
	position: relative
}
.icon-heart:hover, .icon-heart-empty:hover {
	color: #EC4C4C
}
.search-result .meta-box { width: 82% }
.search-result .meta-box h3 { margin: 12px 0 8px 0 }
.meta-box {
	position: relative;
	z-index: 99;
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
	color: #e6e6e6
}
.image-author {
	float: left;
	margin: -20px 20px 0 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 80px;
	height: 80px;
}
.image-author-big {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 160px;
	height: 160px;
}
.author-box {
	display: inline-block;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	width: 100%;
}
.author-box .author-details {
	float: left;
	width: 73%;
	margin-top: 30px;
}
.author-box h3 {
	font-size: 18px
}
.author-box small {
	color: #C2C2C2;
	font-weight: normal;
	text-transform: none;
	font-size: 11px;
}
.author-social {
	float: right;
}
.post-links {
	display: inline-block;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	width: 100%;
}
.post-links a {
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	width: 47%;
}
.post-links a.flr {
	text-align: right
}
.meta-box h3 {
	font-size: 14px;
	font-weight: 600;
	margin: 18px 0 8px 0;
}
.meta-more a {
	color: #B3B3B3;
}
.meta-more a:hover {
	color: #696969;
}
.meta-more span {
	margin-left: 20px
}
.meta-more span:first-child {
	margin-left: 0
}
.post .blockquote-post {
	position: relative;
	background: #323232;
	color: #fff;
	padding: 32px 32px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blockquote-post span {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 11px;
	color: #ddd;
}

.pagination-tt {
	margin-top: 10px;
}
.pagination-tt ul {
	float: left;
}
.pagination-tt ul li {
	display: inline-block;
	margin: 0;
}
.pagination-tt ul li span {
	display: block;
	padding: 10px 12px;
	border-bottom: 2px solid #F0F0F0;
	color: #696969;
}
.pagination-tt ul li a {
	display: block;
	padding: 10px 12px;
	border-bottom: 2px solid #a71311;
	color: #191919;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.pagination-tt ul li a:hover {
	color: #fff;
	background: #a71311
}
.pagination-tt .pages {
	float: right;
	padding: 10px 12px;
	border-bottom: 2px solid #F0F0F0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.m-thumbnails h3 {
	margin: 0px 0 8px 0;
	line-height: 20px;
}
.m-thumbnails .iframe-thumb {
	width: 48%
}
.s-thumbnails h3 {
	margin: 0px 0 8px 0;
	line-height: 20px;
}
.s-thumbnails .iframe-thumb {
	width: 33%
}
.for-big {
	margin-top: 14px !important
}

.blockquote {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:16px;
	font-style:italic;
	text-shadow:1px 1px 3px transparent;
	color:#888;
	line-height: 24px;
	margin: 40px 20px;
	padding: 20px;
	overflow:hidden;
	border-left:5px solid #E6E6E6
}
.blockquote.left {
	width:33%;
	float:left;
}
div.blockquote.right {
	width:33%;
	float:right;
}

.loop_box_one .first-post h3 {
	font-size: 16px; 
	margin: 20px 0 10px 0; 
	line-height: 24px;
}
.loop_box_one .first-post {
	width: 332px;
	float: left;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #F5F5F5;
}
.loop_box_one .more-posts {
	width: 333px;
	float: left;
	padding: 0 0 20px 0;
	margin: 0 0 20px 20px;
	border-bottom: 1px solid #F5F5F5;
}
.loop_box_one.halflooper .more-posts {
	margin: 0 0 20px 0;
}
.loop_box_one .more-posts h3 {
	font-size: 12px;
}
.loop_box_one .box li h3 {
	text-transform:uppercase;
	font-size: 16px;
	margin: 32px 0 16px 0;
	line-height: 24px;
}
.loop_box_one .first-post .post-thumbnail img {
	width: 100%;
}
.loop_box_one .first-post .post-meta-ab {
	color: #CCC;
	font-size: 11px;
	font-style: italic
}
.loop_box_one .first-post .post-meta-ab span:first-child {
	margin-left: 0
}
.loop_box_one .first-post .post-meta-ab span {
	margin-left: 20px
}
.loop_box_one .date i {
	padding-right: 4px;
}
.loop_box_one .view i {
	padding-right: 4px;
}
.loop_box_one .comments i {
	padding-right: 4px;
}
.loop_box_one .more-posts:last-child {
	border-bottom: 0px;
}
.loop_box_one .box .more-posts h3 {
	font-size: 12px;
	margin: 0 0 16px 0;
	line-height: 20px;	
}
.loop_box_one .more-posts .post-thumbnail {
	float: left;
	width: 100px;
	height: 70px;
	margin: 0 16px 0 0;
}
.post-thumbnail {
	overflow: hidden;
}
.loop_box_one .post-meta {
	font-size: 11px;
	font-style: italic;
	color: #CCC;
}

/*	li Scroll Breaking News
----------------------------------------------------------------------*/
.breaking-news-bar {
	padding: 10px 0;
}
.boxed .breaking-news-bar {
	background: none;
	box-shadow: none;
	border-bottom: 1px solid #F1F1F1;
}
#news i {
	padding-right: 24px;
	font-size: 14px;
	color: #707070;
}
.full .breaking-news-bar {
	padding: 32px 0;
	margin: 0;
}
.breaking-news-bar .row {
	width: 1032px;
}
.breaking-news-bar .title {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #E64343;
	padding: 0 16px 0 0;
}
.tickercontainer { 
	height: 18px;
	margin: 0; 
	padding: 0;
	overflow: hidden; 
	border-left: 1px solid #D8D5D5;
}
.tickercontainer .mask { 
	height: 18px;
	position: relative;
	margin: 0;
	overflow: hidden;
}
ul.newsticker { 
	position: relative;
	left: 550px;
	font: 600 12px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 18px;
	color: #d3d3d3;
}
ul.newsticker li {
	float: left; 
	margin: 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	font: bold 12px Verdana;
	margin: 0 32px 0 0;
	color: #272727;
} 
ul.newsticker a:hover {
	color: #979797;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
} 

.text_block {
	background: #F7F7FA;
	padding: 20px 30px;
}

/*	Sidebar
----------------------------------------------------------------------*/
.widget {
	margin: 0 0 20px 0
}
.widget iframe {
	width: 100%
}
.widget .list li a {
	display: block;
	border-bottom: 1px solid #E6E6E6;
	line-height: 32px;
	position: relative;
	-webkit-transition: border 0.2s ease;
	transition: border 0.2s ease;
}
.widget .list li a span {
	float: right
}
.widget .list li.current a {
	color: #191919;
	border-bottom: 1px solid #ccc;
	font-weight: 600
}
.widget .right-arrow a i {
	position: absolute;
	top: 12px;
	right: 0;
	display: none
}
.widget .right-arrow li.current a i {
	display: block
}
.widget .right-arrow a:hover i, .widget .right-arrow a:hover i {
	-webkit-animation: fadeInRight .5s;
	animation: fadeInRight .5s;
	display: block
}
.widget #searchwidget, #newsletters {
	position: relative;
}
.widget #searchwidget input, #newsletters input, .coupon_input {
	margin: 0;
	padding: 0 10px;
	line-height: 24px;
	height: 34px;
	border: 1px solid #EBEBEB;
	background: #F7F7F7;
	border-radius: 3px;
	font-size: 11px;
	color: #A7A7A7;
	cursor: text;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.coupon_input {
	margin: 0 0 10px 0;
	padding: 10px 12px;
}
.coupon_button {
	float: right;
}
.widget #searchwidget input:focus, #newsletters input:focus, .coupon_input:focus {
	background: #fff;
	border: 1px solid #C5C5C5;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.widget #searchwidget:hover button, #newsletters:hover button {
	color: #191919;
}
.widget #searchwidget button, #newsletters button {
	position: absolute;
	top: 6px;
	right: 14px;
	background: none;
	border: 0;
	color: #DDD;
	font-size: 11px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.widget #searchwidget button:hover, #newsletters button:hover {
	color: #666;
}
.widget.ads img {
	margin: 0 auto
}
.newsletter_row #newsletters input {
	padding: 0 20px;
	line-height: 24px;
	height: 42px;
	font-size: 12px;
	width: 400px;
}
.newsletter_row #newsletters button {
	top: 10px;
	right: 14px;
	font-size: 14px;
}
.tags {}
.tags i {
	margin-right: 4px
}
.tags a {
	border: 1px solid #e6e6e6;
	color: #696969;
	padding: 6px 10px;
	margin: 0 0px 4px 0;
	display: inline-block;
	border-radius: 2px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.tags a:hover {
	border: 1px solid #aaa;
	color: #000;
	text-decoration: none !important;
}
.extrabox .tags a {
	border: 1px solid #464646;
	color: #8A8A8A;
	padding: 5px 8px;
}
.extrabox .tags a:hover  {
	border: 1px solid #929292;
	color: #CECECE;
}
.tab-content-items li {
	width: 100%;
	display: block;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #CCC;
}
.tab-content-items li:first-child {
	padding: 0;
	margin: 0;
	border-top: 0
}
.tab-content-items .post-thumbnail {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
}
.tab-content-items h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	font-family: Tahoma, Arial;
}
.tab-content-items .post-meta {
	font-size: 11px;
	text-align: right
}
.tab-content-items span{
	margin-left: 10px
}
.tab-content-items i {
	margin-right: 4px
}

.side-navigation {
	margin: 0 0 30px 0;
	padding: 0;
	box-shadow: 0 2px 3px rgba(0,0,0,0.02);
	list-style: none;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(100%,#fbfbfb));
	background: -webkit-linear-gradient(top,  #ffffff 2%,#fbfbfb 100%);
	background: linear-gradient(to bottom,  #ffffff 2%,#fbfbfb 100%);
	border-top: 1px solid #e2e2e2;
}
.side-navigation a {
	display: block;
	position: relative;
	padding: 7.5px 16px;
	border: 1px solid #e2e2e2;
	border-top: none;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.side-navigation a.active {
	margin-top: -1px;
	border-color: #191919;
	background: #191919;
	color: #fff;
}

/*	Metro Social
----------------------------------------------------------------------*/
.metro-social li{
	position:relative;
	cursor:pointer;
	padding:0;
	margin:1px;
	float:left;
	list-style:none;
	width:49%;
	height:79px;
	overflow: hidden;
	z-index: 10;
}
.metro-social li:first-child{
	width: 49%;
	margin-right: 2px !important;
	height:160px;
}
.grid_3 .metro-social li {
	width:100%;
}
.grid_3 .metro-social li:first-child{
	height:0;
}
.metro-social .fb, .metro-social .tw, .metro-social .rssf{
	z-index:7;
	position:relative;
	display:block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.metro-social li:first-child a{
	background-position: center 32px !important;
}
.metro-social li:first-child h4{
	position: absolute;
	top: 88px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 10;
	font-size: 24px;
	font-weight: bold;
}
.metro-social li:first-child span{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 10;
	font-size: 12px;
}
.metro-social li a{
	background-position: 16px center !important;
}
.metro-social li h4{
	position: absolute;
	top: 24px;
	left: 74px;
	text-align: left;
	width: 100%;
	z-index: 10;
	color: #696969;
}
.metro-social li span{
	position: absolute;
	top: 40px;
	text-align: left;
	left: 74px;
	width: 100%;
	z-index: 10;
	color: #696969;
}
.metro-social li:first-child i {
	font-size: 42px;
	padding: 32px 0 0;
	text-align: center;
}
.metro-social i {
	color: #696969;
	font-size: 30px;
	padding: 24px 0 0 28px;
	display: block !important;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.metro-social .fb, .metro-social .tw, .metro-social .rssf {border: 1px solid #E6E6E6;width: 98%;height: 98%;-webkit-transition: all .4s ease;transition: all .4s ease;}
.metro-social li:hover .fb, .metro-social li:hover .fb i {border-color: #1f69b3}
.metro-social li:hover .tw, .metro-social li:hover .tw i {border-color: #43b3e5}
.metro-social li:hover .rssf, .metro-social li:hover .rssf i {border-color: #f58229}
.metro-social li:hover .fb i {color: #1f69b3}
.metro-social li:hover .tw i {color: #43b3e5}
.metro-social li:hover .rssf i {color: #f58229}
.metro-social li:hover {
	opacity: 1;
	-webkit-animation: bounce 1s;
	animation: bounce 1s;
	z-index: 11;
}

/*	Progress Knob
----------------------------------------------------------------------*/
canvas {}
.knob {
	font-size: 22px !important;
	font-family: "Marcellus", Tahoma, Arial !important;
}
.knob-box .knob {
	top: -10px !important;
}

.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
}


/*	Accordion, Toggle
----------------------------------------------------------------------*/
.accordion-head,
.toggle-head {
	padding: 10px 20px;
	margin: 8px 0 0 0;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 1px solid #EAEAEA;
	color: #BDBDBD;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.accordion-head i,
.toggle-head i {
	padding-right: 8px;
}
.sub-accordion:first-child .accordion-head,
.sub-toggle:first-child .toggle-head {
	margin: 0;
}
.accordion-head:hover,
.toggle-head:hover {
	border-bottom: 1px solid #ccc;
}
.active .accordion-head,
.active .toggle-head {
	color: #191919;
	border-bottom: 1px solid #191919;
}
.active .accordion-content,
.active .toggle-content {
	border: 0;
}
.active .icon-minus-sign {
	-webkit-animation: fadeInUp 1s;
	animation: fadeInUp 1s
}
.active .icon-plus-sign {
	-webkit-animation: fadeInDown 1s;
	animation: fadeInDown 1s
}
.accordion-content,
.toggle-content {
	padding:16px;
	overflow:hidden;
}
.accordion-head-sign,
.toggle-head-sign {
	float:left;
	margin: 0 10px 0 -20px;
	cursor:pointer;
}
.accordion-head-sign i,
.toggle-head-sign i {
	padding: 0;
	margin: 0;
}

/*	Tabs
----------------------------------------------------------------------*/
.tabs {
	display:block;
	padding:0;
	list-style:none;
}
.tabs li {
	display:block;
	width:auto;
	padding:0;
	float:left;
	margin: 0 3px 0 0;
}
.tabs li a {
	display: block;
	padding: 10px 20px;
	margin: 0 0 -1px -3px;
	font-size: 12px;
	cursor: pointer;
	color: #B1B1B1;
	border: 1px solid #E6E6E6;
	border-left: 0;
	border-bottom: 0;
}
.grid_3 .tabs li a {
	padding: 10px 16px;
}
.tabs li:first-child a {
	margin: 0 0 -1px 0;
	border-left: 1px solid #E6E6E6;
}
.tabs li a:hover {
	
}
.tabs li a.active {
	border: 1px solid #CACACA;
	border-top: 2px solid;
	border-bottom: 1px solid #FFF;
	color: #000;
	background: #FFF;
}
.tabs-content {
	padding: 16px;
	display:block;
	list-style:none;
	border: 1px solid #CACACA;
	background: #FFF;
}
.tabs-content > li {
	display:none;
}
.tabs-content > li.active {
	display:block;
	overflow:hidden;
	-webkit-animation: fadeInUp 0.4s;
	animation: fadeInUp 0.4s;
}
.tabs:before,
.tabs:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.tabs:after {
	clear:both;
}
.vert-tab {
	border-bottom: 0px;
	text-align: right;
}
.vert-tab li {
	float: none;
}
.vert-tab a {
	padding: 8px 10px !important;
	border: 0 !important;
	border-right: 1px solid #DFDFDF !important;
	background: none !important;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.vert-tab a:hover {
	color: #47C0FF;
}
.vert-tab a.active {
	border: 1px solid #DFDFDF !important;
	border-bottom: 1px solid #DFDFDF !important;
	border-right: 0 !important;
	box-shadow: -3px 0 5px rgba(39, 39, 39, 0.1) !important;
	color: #47C0FF;
}
.vert-content {
	padding: 0 0 0 16px !important;
	border: 0;
}
@keyframes prot {
	20%, 40%, 60%, 80%, 100% { transform-origin: top center; }
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}
@-webkit-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
.tabs li a:hover i {
	opacity: 1;
	-webkit-animation: prot 1s;
	animation: prot 1s;
	z-index: 11;
}


.from-blog {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.from-blog .omega {
	float:right
}
.from-blog li {
	padding: 0;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-bottom: 3px solid #e6e6e6;
}
.from-blog [class^="grid_"] {
	margin: 0 .9%;
}
.from-blog li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-bottom: 3px solid;
}
.ie8 .from-blog li:hover {
	border: 1px solid #000;
}
.from-blog .detailes {
	text-align: left;
	padding: 4px 4px 8px;
	display: block;
	color: #333333;
	height: 100%;
}
.from-blog .detailes h5 {
	margin: 0 0 10px 0;
	font-weight: normal;
}
.from-blog .detailes h5 a {
	color: #000;
}
.from-blog .detailes a {
	color: #BFBFBF;
}
.from-blog .detailes a:hover, .from-blog .detailes h5 a:hover {
	color: #696969;
}
.from-blog .detailes a.faca:hover {
	color: #a71311;
}
.from-meta {
	float: right;
	margin: 0 0 0px 0;
}
.from-meta a {
	margin: 0 0 0 8px;
}
.from-meta1 {
	float: left;
	margin: 0 0 0px 0;
	font-size: 11px;
}
.from-meta a {
	margin: 0 0 0 8px;
}


/*	Action Box
----------------------------------------------------------------------*/
.action-one {}
.action-one .action-t {
	float: left;
	width: 80%;
}
.action-one .action-t i {
	float: left;
	font-size: 76px;
	color: #DDD;
	margin-right: 16px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.grey-line:hover .action-t i {
	color: #696969;
	-webkit-animation: bounceIn 0.8s;
	animation: bounceIn 0.8s
}
.action-one .action-t h3 {
	margin: 4px 0 10px 0;
}
.action-one .action-t p {
	margin: 0;
	padding: 0;
}
.action-one .action-button {
	float: right;
	width: 20%;
	text-align: center
}
.action-one .action-button span {line-height: 30px;}

.dropcap { 
	font-size: 32px;
	margin: 0px 16px 8px 0px;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 5px;
	color: white;
	line-height: 54px;
	padding: 0px 16px;
	background: #2B2B2B
}
.dropcap-txt { 
	font-size: 50px;
	margin: 0px 16px 8px 0px;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 5px;
	color: #2B2B2B;
	line-height: 54px;
	padding: 0px 16px;
}
.dropcap-border { 
	font-size: 32px;
	margin: 0px 16px 8px 0px;
	border: 1px solid #2B2B2B;
	color: #2B2B2B;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 5px;
	line-height: 54px;
	padding: 0px 16px;
}
.highlighter {
	padding: 2px 6px;
	margin: 0 6px;
}
hr.line {
	margin-bottom: 32px;
}
hr.dotted {
	border-bottom: 1px dotted #777;
	margin-bottom: 32px;
	background: transparent
}
hr.double {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 32px;
	background: transparent
}	
hr.theme20-1 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	margin-bottom: 32px;
}


/*	Action
----------------------------------------------------------------------*/
.action {
	border-left: 2px solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.inner {
	border: 1px solid #eee;
	border-left: none;
	padding: 34px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.action .matn {
	display: inline;	
}
.action .tbutton {
	margin-top:8px;
}
.rev .matn {
	text-align: right;
}
.dark_action {
	border-left: 2px solid #00ADFF;
	background: #191A1D;
}
.dark_action .inner {
	border: 2px solid #191A1D;
}
.dark_action h4 {
	color: #FFF;
}

/*	Notification Boxes
----------------------------------------------------------------------*/
.notification-box {
	position: relative;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px 32px 20px 20px;
	color:#fff;
	font-size: 14px;
	font-weight: normal;
	font-family: "Marcellus", Tahoma, Arial;
	-webkit-animation: fadeInUp 1.3s;
	animation: fadeInUp 1.3s;
}
a.notification-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 12px;
}
.notification-box p {
	margin: 0;	
}
.notification-box p i {
	padding-right: 10px;
	border-right: 1px solid;
	margin-right: 10px;
}
.notification-box-info {
	color: #65cad3;
	border: 1px solid #65cad3;
}
.notification-box-success {
	color: #1abc9c;
	border: 1px solid #1abc9c;
}
.notification-box-warning {
	color: #eed880;
	border: 1px solid #eed880;
}
.notification-box-error {
	color: #e06f6f;
	border: 1px solid #e06f6f;
}
.notification-box-info a {
	color: #65cad3;
}
.notification-box-success a {
	color: #1abc9c;
}
.notification-box-warning a {
	color: #eed880;
}
.notification-box-error a {
	color: #e06f6f;
}



/*	Buttons
----------------------------------------------------------------------*/
.tbutton {
	display:inline-block;
	cursor:pointer;
	position:relative;
	word-spacing:0.2em;
	background:#191919;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#fff;
	white-space: nowrap;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgba(0,0,0,0.08)),color-stop(0.5, rgba(128,128,128,0.08)),color-stop(1, rgba(255,255,255,0.08)));
	-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tbutton:hover {
	color: #fff;
	background:#333
}
.tbutton.color2 {
	background:#9AD147
}
.tbutton.color2:hover {
	color: #fff;
	background:#6F9733
}
.tbutton.color3 {
	background: #FF7000;
}
.tbutton.color3:hover {
	color: #fff;
	background: #BE590A;
}
.tbutton.color4 {
	background: #09F;
}
.tbutton.color4:hover {
	color: #fff;
	background: #0C6BAA;
}
.tbutton.color5 {
	background: #F00;
}
.tbutton.color5:hover {
	color: #fff;
	background: #971919;
}
.tbutton.color6 {
	background: #2FEFF7;
}
.tbutton.color6:hover {
	color: #fff;
	background: #28C7CE;
}
.tbutton.color7 {
	background: #A58080;
}
.tbutton.color7:hover {
	color: #fff;
	background: #6F5656;
}
.tbutton.color8 {
	background: #809FA5;
}
.tbutton.color8:hover {
	color: #fff;
	background: #5E767A;
}
.tbutton.color9 {
	background: #3DE4B5;
}
.tbutton.color9:hover {
	color: #fff;
	background: #33C49B;
}
.tbutton span {
	display: block;
	background: url(sadrzaj/images/button_bg.png) 0 0 repeat-x;
	overflow: hidden;
}
.tbutton:active span {
	background: url(sadrzaj/images/button_bg.png) bottom repeat-x;
}
.tbutton span {
	padding: 0 10px;
	line-height: 2.4em;
}
.tbutton.small {
	font-size: 12px;
}
.tbutton.medium {
	font-size: 14px;
}
.tbutton.large {
	font-size: 16px;
}
.tbutton.small span {
	padding: 0 14px;
	line-height: 2.3em;
}
.tbutton.medium span {
	padding: 0 16px;
	line-height: 2.5em;
}
.tbutton.large span {
	padding: 0 18px;
	line-height: 2.7em;
}

/*	Portfolio
----------------------------------------------------------------------*/
.portfolio {
	width: 100% !important;
}
.portfolio-carousel, .client-carousel, .magazine-carousel {
	width: 100% !important;
	overflow: visible !important;
}
.clients {
	float: left;
	overflow: hidden !important;
	width: 101% !important;
	margin-left: -10px;
}
.clients ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.clients li {
	width: 248px;
	height: 120px;
	margin: 6px 10px;
	padding: 0;
	border: 1px solid #F3F3F3;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease;
	transition: border 0.2s ease;
}
.clients li:hover {
	border: 1px solid #C0C0C0
}
.anyClass {
	float: left;
	overflow: hidden !important;
	width: 101% !important;
	margin-left: -10px;
}
.anyClass ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anyClass li {
	width: 248px;
	height: 255px;
	margin: 6px 10px;
	padding: 0;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease, box-shadow 0.2s ease;
	transition: border 0.2s ease, box-shadow 0.2s ease;
	border-bottom: 3px solid #e6e6e6;
}
.portfolio li {
	margin: 6px 10px;
	padding: 0;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease, box-shadow 0.2s ease;
	transition: border 0.2s ease, box-shadow 0.2s ease;
	border-bottom: 3px solid #e6e6e6;
}
.portfolio li {
	float: left;
	margin: 0 7px 20px;
	overflow: hidden;
	position: relative;
}
.anyClass li:hover, .portfolio li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-bottom: 3px solid;
}
.ie8 .anyClass li:hover, .ie8 .portfolio li:hover {
	border: 1px solid #000;
}
.magazine-carousel li {
	width: 212px !important;
	height: auto !important;
	margin: 6px 10px;
	padding: 0;
	border: 0 !important;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.magazine-carousel li:hover {
	border: 0 !important;
	box-shadow: none !important
}
.magazine-carousel .detailes {
	text-align: left;
	background: none !important
}
.portfolio-carousel .preve, 
.portfolio-carousel .nexte {
	position: absolute;
	top: 96px;
	color: #ABABAB;
	font-size: 36px;
	cursor: pointer;
}
.portfolio-carousel .preve { left: -28px }
.portfolio-carousel .nexte { right: -28px }
.client-carousel .preve, .client-carousel .nexte {
	position: absolute;
	top: -50px;
	color: #ABABAB;
	font-size: 22px;
	cursor: pointer;
}
.client-carousel .preve { right: 16px; }
.client-carousel .nexte { right: 0 }
.magazine-carousel .preve, .magazine-carousel .nexte {
	position: absolute;
	top: -50px;
	color: #ABABAB;
	font-size: 22px;
	cursor: pointer;
}
.magazine-carousel .preve { right: 16px; }
.magazine-carousel .nexte { right: 0 }
.preve:hover, .nexte:hover {
	color: #000;
}
.detailes {
	text-align: center;
	padding: 10px 0;
	display: block;
	color: #333333;
	background: #fff;
	height: 100%;
}
.detailes h5 {
	margin: 0 0 2px 0;
	font-weight: normal;
}
.detailes h5 a {
	color: #696969;
}
.detailes a {
	color: #BFBFBF;
}
.detailes a:hover, .detailes h5 a:hover {
	color: #000;
}
.single-first-row h4 {
	float: left;
}
.project-links {
	float: right;
	color: #ccc;
}
.project-links a {
	font-size: 14px;
	padding: 0 4px
}
.project-links a:last-child {
	padding: 0 0 0 4px
}

/* 	Filters
----------------------------------------------------------------------------------------------------*/
.filterable {}
.filterable ul.filter {
	padding: 0;
	display: inline-block;
}
.filterable ul.filter li {
	display: inline-block;
	color: #272727;
	margin: 0;
	position: relative;
}
.filterable li a {
	padding: 0 10px;
	font-size: 13px;
	color: #ccc;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.filterable li a:hover {
	color: #191919;
}
.filterable li.current a {
	color: #191919;
	font-weight: 600;
}
.filterable ul.filter li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.filterable li:before {
	content: "/";
	position: absolute;
	display: block;
	font-size: 8px;
	left: -6px;
	top: 1px;
}
.filterable li:first-child:before {
	content: "";
	height: 0;
	width: 0;
	border: 0;
}

/* 	Image-overlay
----------------------------------------------------------------------*/
.O_hover {
	overflow: hidden;
	position: relative;
	background: #000
}
.O_hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.O_hover:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-opacity: 0.50;
	opacity: .50;
	filter: alpha(opacity=50);
}
.hover-fx {
	overflow: hidden;
	position: relative;
	background: #fff;
}
.hover-fx img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0px;
}
.thumb-small .hover-fx img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-opacity: 0.70;
	opacity: .70;
	filter: alpha(opacity=70);
}
.grid_41 .hover-fx img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-opacity: 0.70;
	opacity: .70;
	filter: alpha(opacity=70);
}
.grid_VV .hover-fx img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-opacity: 0.70;
	opacity: .70;
	filter: alpha(opacity=70);
}
.e_img_velika .hover-fx img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-opacity: 0.70;
	opacity: .70;
	filter: alpha(opacity=70);
}
.e_img_mala .hover-fx img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-opacity: 0.70;
	opacity: .70;
	filter: alpha(opacity=70);
}
.anyClass li:hover img, .portfolio li:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-opacity: 0.50;
	opacity: .50;
	filter: alpha(opacity=50);
}
.hover-fx .fLeft {
	position: absolute;
	top: -40%;
	left: 35%;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 0;
	color: #525252;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hover-fx .fRight {
	position: absolute;
	bottom: -40%;
	left: 48%;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 0;
	color: #525252;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hover-fx span {
	font-size: 16px;
	padding: 10px 0 0 12px;
	display: block;
}
.anyClass li:hover .fLeft, .portfolio li:hover .fLeft { top: 40% }
.anyClass li:hover .fRight, .portfolio li:hover .fRight { bottom: 37.8% }

.anyClass li.grid_3:hover .fLeft, .portfolio li.grid_3:hover .fLeft { top: 38% }

.anyClass li.grid_4:hover .fLeft, .portfolio li.grid_4:hover .fLeft { top: 43%;left: 37%; }
.anyClass li.grid_4:hover .fRight, .portfolio li.grid_4:hover .fRight { bottom: 40%;left: 47%; }

.anyClass li.grid_6:hover .fLeft, .portfolio li.grid_6:hover .fLeft { top: 45%;left: 40%; }
.anyClass li.grid_6:hover .fRight, .portfolio li.grid_6:hover .fRight { bottom: 43.5%;left: 47%; }

.fLeft:hover, 
.fRight:hover {
	background: #191919;
	color: #fff;
	z-index: 999;
}

.box {
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.box h3 {
	color: #fff
}
.box img {
	position: absolute;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.box .caption {
	position: absolute;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
	left: 0;
	width: 100%;
}
.box .simple-caption {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	display: block;
	bottom: -30px;
	line-height: 25pt;
	text-align: center;
	opacity: 0;
}
.innerPad {
	padding: 20px;
}
.box .full-caption {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	top: -200px;
	text-align: left;
	padding: 0;
	opacity:0;
}
.box .fade-caption  {
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0;
}
.box .slide-caption {
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0;
	left: 200px;
	opacity:0;
}
#box-5.box .rotate-caption {
	width: 100%;
	height: 100%;	
	text-align: left;
	padding: 0;
	top: 0;
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.box .rotate {
	width: 100%;
	height: 400px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}
.box .rotate .caption {
	opacity:0;
}
.box .scale-caption h3, .box .scale-caption p {
	position: relative;
	left: -200px;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}
.box .scale-caption h3 {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;	
	transition-delay: 300ms;
}
.box .scale-caption p {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;	
	transition-delay: 500ms;
}
.box:hover .simple-caption {
	bottom: 0;
	opacity: 1;
}
.box:hover .full-caption {
	top:0;
	opacity: 1;
}
.box:hover .fade-caption, .box:hover .scale-caption  {
	opacity: 1;
}
.box:hover .slide-caption {
	background-color: #000 !important;
	left:0;
	opacity: 1;
}
.box:hover img#image-4 {
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 1;
}
.box:hover .rotate {
	background-color: rgba(0,0,0,1) !important;
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.box:hover .caption {
	opacity:1;
}
.box:hover #image-6 {
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.box:hover .scale-caption h3, .box:hover .scale-caption p {
	left: 0;
	opacity: 1;
}
.box:hover .scale-caption {
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.box .zoom-caption {
	opacity: 0;
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	height: 100%;
	width: 100%;
}
.box .revzoom-caption {
	opacity: 0;
	-webkit-transform: scale(4);
	transform: scale(4);
	height: 100%;
	width: 100%;
}
.box:hover .zoom-caption, .box:hover .revzoom-caption {
	background: #000;
	background: rgba(0, 0, 0, 0.77);
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*	Services
----------------------------------------------------------------------*/
.services {}
.ico_l {
	font-size: 70px;
}
.services .stitle {}
.services [class^="grid_"]:hover .service-icon {
	color: #191919;
	-webkit-animation: flip .8s;
	animation: flip .8s
}
.services .tbutton {
	font-size: 10px;
	float: right;
	background-color: #d7d7d7;
	color: #fff;
	text-transform: none;
}
.services [class^="grid_"]:hover .tbutton {
	color: #fff;
	background-color: #191919
}
.services [class^="grid_"] {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.services:hover [class^="grid_"] {
	opacity: 0.4;
}
.services [class^="grid_"]:hover {
	opacity: 1;
}
.services h4 {
	float: left;
	font-size: 16px;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	border-left: 1px solid #CCC;
}
.services h4 small {
	color: #979797;
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	text-transform: none;
	display: block;
	padding: 4px 0 0 0;
}
.service-icon {
	font-size: 50px;
	float: left;
	margin: 0 15px 0 0 !important;
	color: #d7d7d7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.nine {
	width: 90%;
}
.service-i i {
	display: block;
	float: left;
	color: #fff;
	background: #191919;
	padding: 24px 24px;
	font-size: 24px;
	width: 24px;
	margin: 0 16px 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.service-i [class^="grid_"]:hover i {
	-webkit-animation: wobble .8s;
	animation: wobble .8s;
}
.service-i [class^="grid_"] {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.service-i:hover [class^="grid_"] {
	opacity: 0.2;
}
.service-i [class^="grid_"]:hover {
	opacity: 1;
}
.service-i h3.service-title { font-size: 16px; }
.service-i p { margin: 0; }


.service-ii i {
	display: block;
	float: left;
	color: #fff;
	background: #1c1c1c;
	padding: 12px 12px;
	font-size: 12px;
	width: 12px;
	margin: 0 16px 0 0;
	border-radius: 10%;
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.service-ii [class^="grid_"]:hover i {
	-webkit-animation: bounceIn .8s;
	animation: bounceIn .8s;
}
.service-ii [class^="grid_"] {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.service-ii:hover [class^="grid_"] {
	opacity: 0.2;
}
.service-ii [class^="grid_"]:hover {
	opacity: 1;
}
.service-ii h3.service-title { font-size: 16px; margin: 8px 0 18px; }
.service-ii p { margin: 0; }


.service-older i { padding-right: 8px; }
.service-older h3.service-title {
	padding: 18px;
	font-size: 14px;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #191919;
	color: #FFF;
	border-bottom: 3px solid #DDD;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.service-older [class^="grid_"]:hover h3 { background-color: #3D3D3D;border-color: #191919 }

/*	Footer
----------------------------------------------------------------------*/
#footer {
	color: #bfbfbf;
	border-bottom: 5px solid #101010;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	background-color:#101010;
}
#footer hr {
	background: #0C0C0C;
	box-shadow: 0px 1px 0 rgba(255, 255, 255, 0.07);
	margin: 10px 0;
}
#footer .col-title {
	font-size: 14px;
	font-weight: normal;
}
.footer-last {
	background: #101010;
	padding: 20px 0 !important;
}
.copyright {
	float: left;
	padding: 0 20px;
	color: #696969;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}
#footer .links i {
	margin-right: 2px;
}
#footer .links li a {
	line-height: 24px;
}
#footer .links li span {
	display: block;
	color: #919191;
	font-size: 11px;
	margin-bottom: 6px;
}
#footer .p-title {
	color: #fff;
	margin: 0 0 30px 0;
}
.tweet_list li {
	margin: 0 0 30px 0;
	padding: 0 0 0 30px;
}
.tweet_list .icon-twitter {
	color: #E7E7E7;
	font-size: 22px;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sidebar .tweet_list .icon-twitter {
	color: #e6e6e6
}
.tweet_list li:hover .icon-twitter {
	color: #666
}
.flickr-photos li {
	float: left;
	margin: 0 10px 10px 0;
	width: 70px;
	height: 70px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
}
.flickr-photos:hover li {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.flickr-photos li:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.flickr-photos li img {
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.foot-menu {
	float: right;
	padding: 0 10px;
}
.foot-menu li {
	float: left;
	position: relative;
	padding: 0 10px;
}
.foot-menu li:before {
	content: '/';
	color: #696969;
	font-size: 8px;
	position: absolute;
	left: -1px;
	top: 2px;
}
.foot-menu li:first-child:before {
	content: '' !important;
}
.foot-menu li a {
	font-weight: 600;
}

/*	Top Scroll
----------------------------------------------------------------------*/
.hidett {
	bottom: -100px !important;
}
.showtt {
	bottom:18px !important;
	background-color: #3c3c3c;
}
#toTop {
	position: fixed;
	right: 32px;
	z-index: 9999;
	bottom: -100px;
	width: 32px;
	height: 32px;
	background: #3C3C3C;
	color: #E2E2E2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#toTop i {
	padding: 8px 0 0 12px;
	display: block;
	font-size: 14px;
}
#toTop:hover i {
	-webkit-animation: fadeInUp 0.4s;
	animation: fadeInUp 0.4s
}
#toTop:hover {
	opacity: 0.9;
	background: #191919;
	color: #fff;
}



/* =Breadcrumb and Tags
-------------------------------------------------------------- */

div.bbp-breadcrumb {
	float: left;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 12px;
}

#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
	margin-bottom: 10px
}

#bbpress-forums div.bbp-topic-tags {
	float: right;
}

#bbp-topic-hot-tags {
	clear: both;
}

/* =Search
-------------------------------------------------------------- */

#bbpress-forums #bbp-search-form {
	clear: left;
}

#bbpress-forums div.bbp-search-form {
	float: right;
}

#bbpress-forums div.bbp-search-form .hidden {
	display: none !important;
}

#bbpress-forums div.bbp-search-form  #bbp-search-form div {
	width:240px;
	text-align:right;
}

#bbpress-forums div.bbp-search-form  #bbp-search-form div input {
	display: inline-block !important;
	vertical-align: middle !important;
}

#bbpress-forums div.bbp-search-form  #bbp-search-form div #bbp_search {
	max-width:140px;
}

/* =Toolbar buttons
-------------------------------------------------------------- */
.wp-editor-container,
.quicktags-toolbar, .wp_themeSkin tr.mceFirst td.mceToolbar,
#wp-bbp_topic_content-editor-container div input,
#wp-bbp_reply_content-editor-container div input {
	background-image: none !important;
	border-radius:0 !important;
		-moz-border-radius:0 !important;
		-webkit-border-radius:0 !important;
}

.bbp-the-content.wp-editor-area,
.bbp-the-content.wp-editor-area:focus {
	border:none !important;
	box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
}

/* =CSS3 Effects
-------------------------------------------------------------- */
#bbpress-forums input[type=button],
#bbpress-forums input[type=submit] {
	border:none !important;
	padding:9px 14px;
		
	transition: all 0.2s ease-in-out;	
		-moz-transition: all 0.2s ease; /* Enable CSS3 transition on all props */
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;		
}

/* =Admin Links
-------------------------------------------------------------- */

span.bbp-admin-links {
	float: right;
	color: #ddd;
}
span.bbp-admin-links a {
	color: #bbb;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
fieldset span.bbp-admin-links {
	float: left;
}
tr td span.bbp-admin-links a:hover {
	color: #ff4b33;
}
td.bbp-topic-admin-links,
td.bbp-topic-counts {
	width: 50%;
}

.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
	float: right;
	margin-left: 10px;
	color: #ccc;
}


/* 	Icons
----------------------------------------------------------------------*/
.the-icons .span3, #glyphs .box1 {margin: 0 1% !important; width: 23% !important}
.the-icons{margin-top:22px;}
.the-icons .span3 a{display:block;cursor:pointer;line-height:32px;height:32px;padding-left:10px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.the-icons .span3 a,.the-icons .span3 a:hover{color:#979797;}
.the-icons .span3 a [class^="icon-"],.the-icons .span3 a [class*=" icon-"]{width:32px;font-size:14px;display:inline-block;text-align:right;margin-right:10px;}
.the-icons .span3 a:hover{background-color:#414141;color:#fff;text-decoration:none;}.the-icons .span3 a:hover [class^="icon-"],.the-icons .span3 a:hover [class*=" icon-"]{*font-size:28px;*vertical-align:middle;}
.the-icons .span3 a:hover [class^="icon-"]:before,.the-icons .span3 a:hover [class*=" icon-"]:before{font-size:28px;vertical-align:-5px;}
#glyphs .box1 {width:46% !important; font-size: 30px;display: inline-block;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
#glyphs .box1:hover { -webkit-transform: scale(1.4);}

/* 	Google Map
----------------------------------------------------------------------*/
.official-map {
	width: 100%;
}
.official-map img {
	width: auto !important;
	max-width: none !important;
}

.errori {
	font-size: 15em;
	color: #191919;
	text-shadow: 0 4px 0 #DCDCDC;
}
.error-page h2 small {
	font-size: 14px;
	display: block;
	line-height: 24px;
	margin: 14px 0 30px 0;
	font-family: tahoma;
	text-transform: none;
}

/*	More Styles
----------------------------------------------------------------------*/
.mi { margin-right: 4px !important }
.mid { margin-right: 8px !important }
.mii { margin-left: 4px !important }
.miid { margin-left: 8px !important }

.mt { margin-top: 20px !important }
.mtt { margin-top: 30px !important }
.mtf { margin-top: 40px !important }
.mts { margin-top: 70px !important }

.mb { margin-bottom: 20px !important }
.mbt {
	margin-bottom: 10px !important;
}
.mbf { margin-bottom: 40px !important }
.mbs {
	margin-bottom: 10px !important
}

.pt { padding-top: 120px }

.fll { float: left; margin: 0 20px 10px 0 !important }
.flr { float: right; margin: 0 0 10px 20px !important }
.tac { text-align: center !important }
.tar { text-align: right !important }
.tal { text-align: left !important }
.tacIMG, .tacIMG img {margin: 0 auto !important; text-align: center;}

.two-radius { border-radius: 2px !important; -webkit-border-radius: 2px !important }
.three-radius { border-radius: 3px !important; -webkit-border-radius: 3px !important }
.four-radius { border-radius: 4px !important; -webkit-border-radius: 4px !important }
.five-radiu { border-radius: 5px !important; -webkit-border-radius: 5px !important }
.six-radius { border-radius:6px !important; -webkit-border-radius: 6px !important }
.ten-radius { border-radius: 10px !important; -webkit-border-radius: 10px !important }
.circle-radius { border-radius: 100% !important; -webkit-border-radius: 100% !important }

.relative {position: relative !important}
.righter {float: right !important}
.lefter {float: left !important}
.hidden { display: none }
.tt {
	display: block;
	padding: 10px 0;
	border-bottom: 3px solid #DDD;
	text-align: center;
}
.without_border a {border:0 !important}

/*	IE
----------------------------------------------------------------------*/
.ie8 .accordion-head p, .ie8 .toggle-head p {margin-bottom: 0}
.ie8 .testimonial p {font-family: tahoma}
td .avatar {width: 20px;height: 20px}
.ie8 .modern-slider img, .ie8 .modern-slider {max-width: auto;width: auto}

/*	Snap
----------------------------------------------------------------------*/
.snap-drawers {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 0;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
     -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
       -o-transition: width 0.3s ease;
          transition: width 0.3s ease;
}
.snap-drawer-left {
  left: 0;
  z-index: 1;
}
.snap-drawer-right {
  right: 0;
  z-index: 1;
}
.snap-drawer {
	background: #a71311;
	color: #eee;
}
.snap-drawer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block !important;
	visibility: visible !important;
}
.snap-drawer ul ul {
	margin-left: 20px;
}
.snap-drawer i {
	margin-right: 8px;
	margin-left: 0;
}
.snap-drawer li a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0 10px 20px;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
	color: #ccc;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.snap-drawer ul ul {
	padding-left: 4px;
}
.snap-drawer li > a:hover, .snap-drawer li.current > a {
	padding-left: 30px;
	color: #fff;
	text-shadow: 0 1px 0 #ccc;
	border-right: 2px solid #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#open-left {
	font-size: 17px;
	font-weight: bold;
	display: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 8px;
	cursor: pointer;
	float: left;
	background-color: #F7F7F7;
	color: #3C3C3C;
	margin: 8px 0;
}
.header_v2  #open-left {
	float: right;
	background-color: #3C3C3C;
	color: #F7F7F7;
	margin: 46px 0;
}
.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}
.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}

.slider-pro {
    font-family: 'PT Sans Narrow', sans-serif;
	margin-bottom: 15px;
}

/* Example 1 */

#example1 .sp-thumbnail {
	width: 100%;
	padding: 5px;
	background-color: #F7F7F7;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #a71311;
	height: 67px;
}

#example1 .sp-thumbnail-title {
	font-size: 12px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
}

#example1 .sp-thumbnail-description {
	font-size: 1px;
	color: #333;
}

@media (max-width: 1177px) {
	#example1 .sp-thumbnail-title {
		font-size: 11px;
	}
	#example1 .sp-layer {
		font-size: 11px;
	}
}

@media (max-width: 860px) {
	#example1 .hide-medium-screen {
		display: none;
	}
}

@media (max-width: 640px) {
	#example1 .sp-layer {
		font-size: 11px;
	}

	#example1 .hide-small-screen {
		display: none;
	}
}

@media (max-width: 500px) {
	#example1 .sp-thumbnail {
		text-align: center;
	}

	#example1 .sp-thumbnail-title {
		font-size: 11px;
		text-transform: uppercase;
	}

	#example1 .sp-thumbnail-description {
		display: none;
	}
}

.links {
	text-align: center;
	margin-top: 10px;
}
	#stavi_visinu { display: block; }
	#tablicno_kalendar { display: none; }

/* 	Tipsy
----------------------------------------------------------------------*/
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000}
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('sadrzaj/images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px}
.tipsy-nw .tipsy-arrow { top: 0; left: 10px}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left;}
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left}
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left}
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px}
.tipsy-n div {-webkit-animation: fadeInUp 0.2s;animation: fadeInUp 0.2s;}
.tipsy-s div {-webkit-animation: fadeInDown 0.3s;animation: fadeInDown 0.3s;}
.tipsy-w div {-webkit-animation: fadeInRight 0.2s;animation: fadeInRight 0.2s;}
.tipsy-e div {-webkit-animation: fadeInLeft 0.2s;animation: fadeInLeft 0.2s;}

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
		


.compact-theme {
	margin-top: 10px;
}
.compact-theme ul {
	float: left;
}
.compact-theme ul li {
	display: inline-block;
	margin: 0;
}
	
.compact-theme span {
	display: block;
	padding: 10px 12px;
	border-bottom: 2px solid #F0F0F0;
	color: #696969;
}

.compact-theme a {
	display: block;
	padding: 10px 12px;
	border-bottom: 2px solid #a71311;
	color: #191919;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.compact-theme a:hover {
	color: #fff;
	background: #a71311
}

.compact-theme .prev {
	border-radius: 3px 0 0 3px;
}

.compact-theme .next {
	border-right: 1px solid #AAA;
	border-radius: 0 3px 3px 0;
}

.compact-theme .zavrsi {
	border-right: 1px solid #AAA;
	border-radius: 3px 3px 3px 3px;
}

.compact-theme .current {
	color: #fff;
	background: #a71311
}

.compact-theme .ellipse {
	background: #EAEAEA;
	padding: 0 10px;
	cursor: default;
}

.compact-theme ul li a:hover {
	color: #fff;
	background: #a71311
}
.compact-theme .pages {
	float: right;
	padding: 10px 12px;
	border-bottom: 2px solid #F0F0F0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}	

.grid_41 .detailes	{
	height: auto;
}


.vwrap2 {
	border: 1px solid #ddd;
	border-radius: 3px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 4px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}			

#sl_show2 { 
	border: 1px solid #ddd;
	border-radius: 3px;
}
		
#sl_show { 
	position: relative; 
	padding-bottom: 70%;
	height: 0;
	margin: 4px;
	overflow: hidden;
	clear: both;
}
		
#sl_show > div { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%;
	height: 100%;
}

.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; background: none; }
.ui-sortable-placeholder * { visibility: hidden; }