@charset "utf-8";@import url(/media/system/css/system.css);

/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */


/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}
/**
 * @copyright	(C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(/templates/system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(/templates/system/images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(/templates/system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(/templates/system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(/templates/system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(/templates/system/images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/templates/system/images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(/templates/system/images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/* 3 CONTENTS */

html {
	padding: 0px;
	margin: 0px;
	border: 0px none;
	background-color: black;
	background: url(/templates/shadowicon_contact/images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	padding: 0px;
	margin: 0px;
	border: 0px none;
	width: 100%;
	height: 100%;
	
	-webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}


@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

#ieBG {
	position: fixed;
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale')";
}

#meni_handle {
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 38px;
	/*height: 28px;*/
	background: rgb(61, 65, 71); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, .2);
	z-index: 100;
}

#center_content {
    width: 748px;
    margin-left: auto;
	margin-right: auto;
}

#content-1 {
	width: 100%;
}

ul.nav { /* glavna navigacija */
	margin: 10px auto 0;
	height: 38px;
}

li.nav {
	display: inline;
	text-align: center;
}

a.nav {
	text-decoration: none;
	font-family: CAndL_bold, Helvetica, Arial, sans-serif;
	color: #E6E6E6;
	letter-spacing: 3px;
	/*font-size: 1.1em;*/
	font-size: 1em;
	margin-right: 25px;

}

@font-face {
    font-family: 'CAndL';
    src: url(/templates/shadowicon_contact/css/fonts/candl-webfont.eot);
    src: url(/templates/shadowicon_contact/css/fonts/candl-webfont.eot#iefix) format('embedded-opentype'),
         url(/templates/shadowicon_contact/css/fonts/candl-webfont.woff) format('woff'),
         url(/templates/shadowicon_contact/css/fonts/candl-webfont.ttf) format('truetype'),
         url(/templates/shadowicon_contact/css/fonts/candl-webfont.svg#CAndL) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CAndL_bold';
    src: url(/templates/shadowicon_contact/css/fonts/candl_bold-webfont.eot);
    src: url(/templates/shadowicon_contact/css/fonts/candl_bold-webfont.eot#iefix) format('embedded-opentype'),
         url(/templates/shadowicon_contact/css/fonts/candl_bold-webfont.woff) format('woff'),
         url(/templates/shadowicon_contact/css/fonts/candl_bold-webfont.ttf) format('truetype'),
         url(/templates/shadowicon_contact/css/fonts/candl_bold-webfont.svg#CAndL_bold) format('svg');
    font-weight: normal;
    font-style: normal;

}

#header_img {
	width: 936px;
	height: 609px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-image: url(/templates/shadowicon_contact/images/header2.png);
	background-repeat: no-repeat;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	text-decoration: none;
	font-family: CAndL, Helvetica, Arial, sans-serif;
	color: white;
	font-size: 50px;
	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
}

h2 {
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
	text-decoration: none;
	font-family: CAndL, Helvetica, Arial, sans-serif;
	color: white;
	font-size: 30px;
	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
}

a {
	text-decoration: underline;
	color: white;
}

a.footer {
	text-decoration: none;
}

.datum {
	float: right;
	margin-right: 4px;
}

.item-title {
	margin-top: 30px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	font-family: CAndL, Helvetica, Arial, sans-serif;
	color: white;
	font-size: 18px;
	font-weight: normal;
    font-style: normal;
}

ul {
	list-style-type: circle;
	color: white;
}

ol {
	list-style-type:upper-roman;
	color: white;
}

li {
	font-family: CAndL, Helvetica, Arial, sans-serif;
	color: white;
	font-size: 18px;
	font-weight: normal;
    font-style: normal;
	padding: 1px;
}

#footer {
	margin-bottom: 10px;
	width: 100%;
	clear: both;
	padding-top: 5px;
}

#facebook {
	width: 157px;
	height: 32px;
	background-image: url(/templates/shadowicon_contact/images/facebook_logo.png);
	background-repeat: no-repeat;
	margin-top: 4px;
	float: left;
	vertical-align: text-bottom;
}

#youtube {
	width: 150px;
	height: 63px;
	background-image: url(/templates/shadowicon_contact/images/youtube_logo.png);
	background-repeat: no-repeat;
	margin-left: 111px;
	margin-right: 111px;
	margin-top: -5px;
	float: left;
	vertical-align: text-bottom;
}

#twitter {
	width: 216px;
	height: 42px;
	background-image: url(/templates/shadowicon_contact/images/twitter_logo.png);
	background-repeat: no-repeat;
	float: left;
	vertical-align: text-bottom;
}

.footer_text {
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 640px;
}

#left_content {
	width: 648px;
	float: left;
	margin-right: 22px;
}

#right_content_handle {
	width: 214px;
	height: 100%;
	float: left;
}


.content_padding {
	width: 472px;
	margin-left: auto;
	margin-right: auto;
}

.right_content_padding {
	width: 174px;
	margin-left: auto;
	margin-right: auto;
}

.blog_bg_shadowicon {
	width: 100%;
	background-image: url(/templates/shadowicon_contact/images/content_bg1.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 22px;
	background-repeat: repeat-y;
}

div.items-more {
	display: none;
}

p.counter {
	margin-top: 0px;
	width: 100px;
	float: left;
}

div.pagination {
	margin-top: -10px;
}

div.pagination p,
div.pagination span ,
div.pagination a  {
	font-size: 18px;
}

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

div.pagination li {
	margin: 5px;
    display: inline;
}

div.pagination a {
	text-decoration: none;
}

div.pagination li.pagination-end {
	display: none;
}

div.pagination li.pagination-start {
	display: none;
}
