﻿
CSS RESET :

----------------------------------------------------------------------------

/*   
Theme Name:  -/- -/- -/-
Theme URL:
Description: e.x. Static css/html theme, wordpress cms theme, joomla cms theme, 
Version: 1.0.0.

Author: www.SamaDizajn.com
Date: e.x. January 2012
*/


/* CSS RESET */
html, body, div, span, 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, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

p {
	padding: 0;
	margin: 0;
}


/* CSS RESET kraj */

body {
	background-color: #ccc;
	margin: 0;
}


.header {
	width: 100%;
	height: 330px;
	background-image: url('images/hfbg.jpg') ;
	background-repeat: repeat-x;
	margin-bottom: -330px;
}


.content {
	width: 970px;
	margin: 0 auto;
}

.navigationarea {
	float: left;
	width: 970px;
	height: 165px;
}

.logo {
	float: left;
	width: 335px;
	height: 165px;
}

.logo a {
	text-decoration: none;
	color: #000;
}

.logo img {
	border: none;
}

.navigation {
	float: left;
	width: 635px;
	height: 165px;
}

.navigation ul {
	position: relative;
	top: 100px;
	left: 30px; 
	padding: 0;
	margin: 0;
}

.navigation ul li {
	float: left;
	width: 145px;
	height: 50px;
	margin-right: 10px;
	background-image: url(images/nav-buttons.png);
	background-position: -16px 168px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 2.9;
	color: #333;
}

.navigation ul li:hover {
	background-image: url(images/nav-buttons.png);
	background-position: -16px 107px;
	-webkit-transition: background-position 120ms linear;
	-moz-transition: background-position 120ms linear;
	-ms-transition: background-position 120ms linear;
	-o-transition: background-position 120ms linear;
	transition: background-position 120ms linear;
}

.navigation ul .active {
	background-image: url(images/nav-buttons.png);
	background-position: -16px 51px;
}

.navigation ul a li {
	color: #333;
	text-decoration: none;
}

.sliderarea {
	float: left;
	width: 970px;
	height: 290px;
	background-image: url('images/sbg.jpg') ;
	background-repeat: repeat-x;
	border-radius: 8px;
	box-shadow: 0 0 10px #888888;
	position: relative;
	z-index: 1;
	margin-bottom: -10px;
}

.box {
	float: left;
	width: 970px;
	background-color: #fff;
	box-shadow: 0 0 10px #888888;
	border-radius: 8px 8px 0 0;
}

.content_article {
	float: left;
	width: 930px;
	background-color: #fff;
	padding: 40px 20px 20px 20px;
	border-radius: 8px 8px 0 0;
}


.ca_title {
	float: left;
	width: 100%;
	height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 10px; 
}

.ca_title marquee {
	font-size:  18px;
	color: #D1D2D2;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic; 
}

.ca_title marquee:hover {
	color: #333;
	cursor: pointer;
	-webkit-transition: color 140ms linear 100ms;
	-moz-transition: color 140ms linear 100ms;
	-ms-transition: color 140ms linear 100ms;
	-o-transition: color 140ms linear 100ms;
	transition: color 140ms linear 100ms;
	}	

.ca_content {
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 1.6;
	color: #444;
}

.ca_content a {
	color: #09AAB1;
	text-decoration: none;
	font-weight: bold;
}

.ca_content a:hover {
	text-decoration: underline;
}

.ca_content iframe {
	float: left;
	outline: none;
	border: none;
}

.ca_content img {
	float: left;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px;
	margin: 5px 15px 0 0;
}

.ca_content img:hover {
	border: 1px solid #999;
	border-radius: 5px;
	-webkit-transition: border-color 140ms linear;
	-moz-transition: border-color 140ms linear;
	-ms-transition: border-color 140ms linear;
	-o-transition: border-color 140ms linear;
	transition: border-color 140ms linear;	
}

.ca_content ul {
	margin: 0;
	padding: 0;
}

.ca_content ul li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 1.6;	
	background-image: url(images/bullet.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 10px 35px;
	margin: 0;
}

.ca_content ul li:hover {
	background-position: 2px top;
	-webkit-transition: background-position 140ms linear;
	-moz-transition: background-position 140ms linear;
	-ms-transition: background-position 140ms linear;
	-o-transition: background-position 140ms linear;
	transition: background-position 140ms linear;
}

.ca_devider {
	float: left;
	width: 800px;
	height: 18px;
	background-image: url(images/devider.png);
	background-repeat: no-repeat;
	margin: 10px 0 0 90px;
}

.litlenav {
	float: left;
	width: 300px;
	height: 200px;
	border: #eee solid 1px;
	border-radius: 5px;
	margin: 5px 15px 70px 0;
} 

.litlenav:hover {
	border: 1px solid #999;
	border-radius: 5px;
	
	-webkit-transition: all 140ms linear 0s;
	-moz-transition: all 140ms linear 0s;
	-ms-transition: all 140ms linear 0s;
	-o-transition: all 140ms linear 0s;
	transition: all 140ms linear 0s;
	
	-webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 7px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 7px rgba(50, 50, 50, 0.5);
}

.litlenav ul {
	width: 300px;
	margin-top: 7px;
}

.litlenav ul li {
	float: left;
	width: 300px;
	height: 60px;
	background-image: none;
	padding: 0;
	margin: 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 22px;
	text-align: center;
	color: #D1D2D2;
	line-height: 3.0;
}

.litlenav ul li a {
	text-decoration: none;
	color: #333;
}

.litlenav ul li:hover {
	color: #333;
	-webkit-transition: color 140ms linear 100ms;
	-moz-transition: color 140ms linear 100ms;
	-ms-transition: color 140ms linear 100ms;
	-o-transition: color 140ms linear 100ms;
	transition: color 140ms linear 100ms;
	cursor: pointer;
}


.footer {
	float: left;
	width: 100%;
	height: 330px;
	background-image: url('images/hfbg.jpg') ;
	background-repeat: repeat-x;
	margin-top:  -265px;
}

.copyrights {
	float: left;
	width: 970px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #333;
	position: relative;
	z-index: 1;
	top: 30px;	
	line-height: 1.5;
}

.copyrights a {
	text-decoration: none;
	color: #fff;
}	

.footer_content {
	float: left;
	width: 970px;
	height: 230px;
	background-image: url(images/footer-content-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
	border-radius:  0 0 8px 8px;
	-webkit-box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.53);
	-moz-box-shadow:    0px 5px 12px rgba(50, 50, 50, 0.53);
	box-shadow:         0px 5px 12px rgba(50, 50, 50, 0.53);
}

.totop {
	float: left;
	left: 36px;
	margin-left: -65px;
	position: relative;
}

.totop a {
	text-decoration: none;
	color: #333;
}

.totop img {
	border: none;
}

.fc_box1 {
	float: left;
	width: 335px;
	height: 230px;
}

.fc_box1 img {
	margin: 20px 0 15px 60px;
	border: none;
}	

.fc_box1 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 1.4;
	color: #333;
	margin-left: 58px;
}

.fc_devider {
	float: left;
	width: 13px;
	height: 221px;
	background-image: url(images/deviderv.png);
	margin-top: 5px;
}

.fc_box2 {
	float: left;
	width: 255px;
	height: 230px;
}

.fc_box2 img {
	margin: 40px 0 15px 60px;
	border: none;
}

.fc_box2 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 1.4;
	color: #333;
}


.fc_box3 {
	float: left;
	width: 350px;
	height: 230px;
}

.mapthumb {
	width: 250px;
	height: 186px;
	background-image: url(images/map-thumb.png);
	background-position: left top;
	margin: 21px 0 0 40px;
	-webkit-transition: background-position 160ms 100ms;
	-moz-transition: background-position 160ms 100ms;
	-ms-transition: background-position 160ms 100ms;
	-o-transition: background-position 160ms 100ms;
	transition: background-position 160ms 100ms;
}

.mapthumb:hover {
	background-image: url(images/map-thumb.png);
	background-position: right top;
	-webkit-transition: all 160ms 35ms;
	-moz-transition: all 160ms 35ms;
	-ms-transition: all 160ms 35ms;
	-o-transition: all 160ms 35ms;
	transition: all 160ms 35ms;
	}




/* slider css */

div.bgcarousel{ /* CSS for main carousel container */
background:  url(images/ajaxload.gif) center center no-repeat; /* loading gif while caoursel is loading */
width:700px; /* default dimensions of carousel */
height:250px;
left: 130px;
top: 20px;

-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);

border-radius: 0;
}

img.navbutton{ /* CSS for the nav buttons */
margin:5px;
opacity:0.7;
}

div.slide{ /* CSS for each image's DIV container within main container */
background-color: #93B0C4;
background-position: center center; /* center image within carousel */
background-repeat: no-repeat;
background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */
color: #93B0C4;
border-radius: 0;
}

div.selectedslide{ /* CSS for currently selected slide */
}

div.slide div.desc{ /* DIV that contains the textual description inside .slide */
position: absolute;
color: white;
left: 40px;
top: 100px;
width:200px;
padding: 10px;
font: bold 16px sans-serif, Arial;
text-shadow: 0 -1px 1px #8a8a8a; /* CSS3 text shadow */
z-index:5;
}

div.selectedslide div.desc{ /* CSS for currently selected slide's desc div */
}

div.slide div.desc h2{
font-size:150%;
margin:0;
}

div.slide div.desc a{
color:yellow;
text-decoration:none;
}


/* / slider css /*




/* jQuery toggle */

.faq {
	float: left;
	width: 500px;
}

.faq h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size:  16px;
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic; 
}

.video {
	float: left;
	width: 420px;
	margin: 36px 0 0 8px;
}

h2.trigger span {background: url(images/list_arrow.gif) no-repeat 15px 17px;}
h2.active span{background: url(default/list_arrow_down.gif) no-repeat 15px 17px;}


#toggle{border-bottom:solid 1px #e3e3e3; background:#fafafa}
h2.trigger {
	padding:0;
	margin:0;
	width:auto;
	font-size:13px;
	height:42px;
	line-height:42px;
	border:solid 1px #e3e3e3;
	border-width:1px 1px 0 1px;
	background:url(images/toggle_bg.gif) repeat-x;
}

h2.trigger span {
	text-decoration: none;
	display: block;
	padding-left:35px;
	cursor:pointer;

	font-size:  14px;
	color: #A3A3A3;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic; 

}

h2.active span{color:#555 !important;}

.toggle_container {
	margin: 0;
	padding: 20px;
	overflow: hidden;
	width: auto;
	clear: both;
	border:solid 1px #e3e3e3;
	border-width:1px 1px 0 1px;
}

.toggle_container .block {
	padding: 10px;
}

.toggle_container .block p {
	padding:0;
	margin: 0 0 5px 0;
}

/* jQuery toggle */




.dowload {
	float: left;
	width: 500px;
}

.dowload a {
	text-decoration: none;
}

.a-btn{
    background:#80a9da;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
    background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
    padding-left:20px;
    padding-right:80px;
    height:30px;
    display:inline-block;
    position:relative;
    border:1px solid #5d81ab;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    float:left;
    clear:both;
    margin:10px 0px;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn-text{
    padding-top:3px;
    display:block;
    font-size:15px;
    white-space:nowrap;
    text-shadow:0px 1px 1px rgba(255,255,255,0.3);
    color:#446388;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.a-btn-slide-text{
    position:absolute;
    height:100%;
    top:0px;
    right:52px;
    width:0px;
    background:#63707e;
    text-shadow:0px -1px 1px #363f49;
    color:#fff;
    font-size:15px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic; 
    white-space:nowrap;
    text-align:left;
    text-indent:10px;
    overflow:hidden;
    line-height:31px;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #5d81ab;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:50%;
    top:56%;
    margin:-20px 0px 0px -20px;
    background:transparent url(images/arrow_right.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn:hover{
    padding-right:180px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px #5d81ab;
    color:#fff;
}
.a-btn:hover .a-btn-slide-text{
    width:75px;
}
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn:active{
    position:relative;
    top:1px;
    background:#5d81ab;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#80a9da;
}

















