/* CSS Document */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../../fonts/open_sans_light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../../fonts/open_sans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../../fonts/open_sans_bold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(../../fonts/open_sans_extrabold.woff) format('woff');
}

* 
{
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

*:focus 
{
	outline: none;
}

img,
ul,
li,
form,
fieldset,
label,
table,
tr,
td,
div,
span 
{
	border: none;
}

html,
body 
{
	height: 100%;
}

body 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff;
}

ul
{
	list-style-type: none;
	list-style-position: inside;
}

a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5
{
	font-family: 'Roboto Condensed', sans-serif;
	color: #555;
	line-height: 1.2em;
	letter-spacing: -0.04em;
}
h1 
{
	font-size: 24px;
	font-weight: 400;
}
h2
{
	font-size: 22px;
	font-weight: 400;
}
h3
{
	font-size: 20px;
	font-weight: 400;
}
h4
{
	font-size: 18px;
	font-weight: 400;
}
h5
{
	font-size: 16px;
	font-weight: 400;
}

/*-----------------------------------------------------------*/

p.clear
{
    clear: both;
	height: auto;
	font-size: 0;
	overflow: hidden;
} 

div.error
{
	color: #ff0000;
}

div.success
{
	color: #39b54a;
}

a.back 
{
	display: inline-block;
	width: 27px;
	height: 29px;
	line-height: 29px;
	background: url('../../images/backBtn.png') 0 0 no-repeat;
}

a.top 
{
	display: inline-block;
	width: 107px;
	height: 22px;
	background: url('../../images/topBtn.png') 0 0 no-repeat;
}

img.loading
{
	display: block;
	margin: 10px auto;
	width: 128px;
	height: 15px;
}
/*-----------------------------------------------------------*/

::-webkit-input-placeholder
{ 
	color : #666; 
	opacity: 1;
}
::-moz-placeholder
{ 
	color : #666; 
	opacity: 1;
}
:-ms-input-placeholder
{ 
	color : #666; 
	opacity: 1;
}
input:-moz-placeholder
{ 
	color : #666; 
	opacity: 1;
}

input[type=text], 
input[type=password],
input[type=submit],
select, 
textarea 
{
	margin: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
}
input[type=text], 
input[type=password],
input[type=submit]
{
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
}
select 
{
	padding: 5px;
}
select option
{
	margin-right:15px;
}
textarea 
{
	padding: 5px;
}
input[type=submit]
{
	padding: 0 25px;
	height: 33px;
	line-height: 33px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-radius: 1px;
	border: none;
	background: #ed1c24;
	text-transform: uppercase;
}
input[type=submit]:hover
{
	background: #8f1015;
}
input[type=submit],
select 
{
	cursor: pointer; 
}
input[type=text]:focus, 
input[type=password]:focus,
textarea:focus
{
	border-color: #aaa;
}

/*--- Scroll up absolute ---*/

a.scrollup 
{
    display: none;
    position: fixed;
    bottom: 35px;
    right: 80px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url('../../js/smooth_scroll_absolute/scroolUpArrow.png') center center no-repeat #000;
	border-radius: 3px;
    z-index: 9999;
}

/*--- Socijalne mreze ---*/

.twitter-share-button
{
	width: 58px !important;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe
{
	width: 100% !important;
}

/*--- Podesavanje velicine slidera ck editora ---*/

.ad-image img,
.ad-next,
.ad-prev
{
	height: 100% !important;
}
.ad-image-wrapper,
.ad-image
{
	top: 0px !important;
	left: 0px !important;
}
.ad-controls,
.ad-nav
{
	display: none !important;
}
.ad-next-image,
.ad-prev-image
{
	display: block !important;
}

/*--- Flex slider --------------------------------------------*/

.flexslider
{
	margin-bottom: 15px !important;
	width: 100% !important;
}
.flex-control-nav
{
	bottom: -30px !important;
}
.flex-control-paging li a
{
	margin: 0 5px !important;
	width: 40px !important;
}

/*--- Form error -------------------*/

.form_note
{
	padding: 0 !important;
	color: #ed1c24 !important;
	font-style: italic !important;
}

.form_error
{
	border-color: #f69292 !important;
	background: #fef7f7 !important;
}

.send_note_success,
.send_note_fail
{
	padding-bottom: 10px !important;
}
.send_note_success
{
	color: #005795 !important;
	font-size: 13px;
}
.send_note_fail
{
	color: #ed1c24 !important;
	font-weight: bold !important;
	font-style: italic !important;
}

#public .plugin_notification
{
	margin: 0 !important;
	width: auto !important;
}

/*-----------------------------------------------------------*/

#public_content,
#public
{
	height: 100%;
}
#public
{
	position: relative;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	color: #000;
	background: #fff;
}
#public,
#public *
{
	box-sizing: border-box;
}
#public a 
{
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	color: #ed1c24;
	text-decoration: none;
}
#public a:hover
{
	color: #8f1015;
	text-decoration: none;
}
#public img
{
	max-width: 100%;
	height: auto !important;
}

/*--- Header ---*/

#header
{
	position: relative;
	min-height: 100px;
	border: 1px solid transparent;
	background: url('../../images/headerBgd.png') top center no-repeat #000;
	z-index: 9999;
}

/* Logo */

#header .logo
{
	margin: 25px;
	width: 58% !important;
}
#header .logo,
#header .logo img
{
	display: block;
	z-index: 3;
}
#header .logo img
{
	width: 100% !important;
	height: auto !important;
}

/* Jezik */

#header .language
{
	position: absolute;
	bottom: 15px;
	right: 20px;
	width: 32px !important;
	height: 32px !important;
	cursor: pointer;
}
#header .language .languageTitle,
#header .language .languageMenu li,
#header .language .languageMenu li a
{
	display: block;
	width: 32px;
	height: 32px;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#header .language .languageMenu,
#header .language .languageMenu li,
#header .language .languageMenu li a
{
	line-height: 32px;
	color: #fff;
	background: #ff000a;
}
#header .language .languageTitle
{
	padding-top: 6px;
	color: #fff;
	background: #ff000a;
	z-index: 2;
}
#header .language .languageTitle .icon
{
	display: block;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -9px;
	width: 18px;
	height: 10px;
	background: url('../../images/langArrowWhite.png') center center no-repeat;
}
#header .language .languageMenu
{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1;
}
#header .language .languageMenu li a
{
	padding: 0;
}
#header .language .languageMenu li a:hover
{
	color: #000;
}
#header .language .languageMenu li.active
{
	display: none;
}
#header .language .languageMenu .separator
{
	display: none;
}

/*--- Glavna navigacija ---*/

#header .navigationMain
{
	position: relative;
}
#header .navigationMain table
{
	width: 100%;
}
#header .navigationMenu table td,
#header .navigationMenu table td a
{
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -0.01em;
}
#header .navigationMenu table td
{
	position: relative;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #222;
	z-index: 9998;
}
#header .navigationMenu table tr:first-child td
{
	border-top: none;
}
#header .navigationMenu table tr:last-child td
{
	border-bottom: none;
}
#header .navigationMenu table td.haveMenu span.button
{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	width: 34px;
	height: 34px;
	background-image: url('../../images/navSlideDown.png');
	background-position: center center;
	background-repeat: no-repeat;
}
#header .navigationMenu table td.haveMenu span.active
{
	background-image: url('../../images/navSlideUp.png');
}
#header .navigationMenu table td:hover > a,
#header .navigationMenu table td.active > a
{
	color: #ed1c24;
	text-decoration: none;
	background: #000;
}
#header .navigationMenu table td a
{
	display: block;
	vertical-align: top;
	padding: 0 20px;
	height: 34px;
	line-height: 34px;
	background: #000;
	white-space: nowrap;
}
#header .navigationMenu table .separation,
#header .navigationMenu table .separation span
{
	/*width: 1px;*/
	display: none;
}
#header .navigationMenu table .separation
{
}
#header .navigationMenu table .separation span
{
	display: none;
}

/* Padajuci meni */

#header .navigationMenu table td ul
{
	display: none;
	width: 100%;
}
#header .navigationMenu table td:hover > ul
{
	display: none;
}
#header .navigationMenu table td ul li
{
	display: block;
	border-bottom: 1px solid #ccc;
}
#header .navigationMenu table td ul li:last-child
{
	border-bottom: none;
}
#header .navigationMenu table td ul li a
{
	display: block;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	font-weight: normal;
	color: #000;
	background: #fff;
}
#header .navigationMenu table td ul li a:hover,
#header .navigationMenu table td ul li a.active
{
	background: #fff;
	color: #ed1c24;
}

/* Razvlacenje navigacije */

#header .navigationMenu .navigationSlider
{
	display: none;
	margin-bottom: 20px;
}
#header .navigationMenu .tabSlider
{
	position: absolute;
	top: 100%;
	right: 20px;
	margin-top: 15px;
	width: 32px;
	height: 23px;
	background: url('../../images/menuLight.png') center center transparent no-repeat;
}

/*--- Footer ---*/

#footer
{
	padding: 10px 0;
	z-index: 200;
	background: #858585;
}
#footer,
#footer a
{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.1em;
	text-transform: uppercase;
}
#footer .footer0 > ul
{
	display: block;
}
#footer .footer0 > ul li
{
	padding: 5px 0;
	text-align: center !important;
	vertical-align: center !important;
}

/*--- Copyright ---*/

#copyright
{
	padding: 13px;
	color: #fff;
	background: #000;
}
#copyright,
#copyright a
{
	font-size: 10px;
	text-transform: uppercase;
}
#copyright .copyright0 >div
{
	float: none !important;
	text-align: center;
}

/*--- Sadrzaji ---*/

/*--- Obicne stranice ---*/

#public .cell0
{
	position: relative;
	padding: 20px 10px;
	background: #fff;
	z-index: 1;
}
#public .cell0 > div
{
	margin-top: 20px;
	text-align: justify;
}
#public .cell0 > div:first-child
{
	margin-top: 0;
}

/*--- Product ---*/

#public .product
{
	position: relative;
	padding: 20px 10px;
}
#public .product > div,
#public .product .categoryWrapper > div
{
	margin-top: 20px;
}
#public .product > div:first-child,
#public .product .categoryWrapper > div:first-child
{
	margin-top: 0;
}
#public .product .categoryWrapper .category > h2
{
	text-transform: uppercase;
	font-size: 22px;
	color: #ed1c24;
}
#public .product .article
{
	position: relative;
	margin-top: 20px;
}
#public .product .article .article_photo,
#public .product .article .article_photo img
{
	display: block;
	width: 100% !important;
	height: auto !important;
}
#public .product .article .article_title,
#public .product .article .article_added,
#public .product .article .article_description
{
	margin-top: 10px;
}
#public .product .article .article_title
{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}
#public .product .article .article_description
{
	overflow: hidden;
}

#public .productDetails
{
	position: relative;
	padding: 20px 10px;
}
#public .productDetails > div
{
	margin-top: 20px;
}
#public .productDetails > div:first-child
{
	margin-top: 0;
}
#public .productDetails .article_title,
#public .productDetails .addthis_native_toolbox,
#public .productDetails .article_content
{
	margin-top: 10px;
}

/*--- Kontakt ---*/

#public .contact
{
	position: relative;
	padding: 20px 10px;
}
#public .contact > div,
#public .contact .contact_form
{
	margin-top: 20px;
}
#public .contact > div:first-child
{
	margin-top: 0;
}
#public .contact .contact_form .contact_info
{
	padding-bottom: 5px;
}
#public .contact .contact_form li
{
	padding-bottom: 4px;
}
#public .contact .contact_form input[type=text],
#public .contact .contact_form textarea
{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	width: 100%;
	border: 1px solid #cfcfcf;
}
#public .contact .contact_form input[type=text]:focus,
#public .contact .contact_form textarea:focus
{
	border: 1px solid #888;
}
#public .contact .contact_form input[type=text]
{
	padding: 0 10px;
	height: 32px;
}
#public .contact .contact_form textarea
{
	padding: 10px;
	height: 180px;
	resize: none;
}
#public .contact .contact_form input[type=submit]
{
	font-size: 11px;
}