@charset "utf-8";

body {
	font: 100%/1.4 'Open Sans', sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #303030;
	overflow-x: hidden;
	height: 100%;
	
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	font-weight: 300;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 1.6em;
	height: 20px;
	padding: 0 0 20px 0;
}

h3{
	font-size: 13px;
	font-weight: 400;
	height: 20px;
	padding: 0;
	margin-top: 10px;
	color: #fff;
}
img {  
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
    zoom: 1;
}
a img { 
	border: none;
}
a:link {
	color: #414958;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container1 {
	z-index: 10;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	font-weight: 300;
	margin-top: 0px;
}
.headertop {
	width: 1100px;
	margin: 0 auto;
	height: 110px;
	background-image: url(../images/header.png) ;
	background-repeat: no-repeat;
	background-position: center top;
}
.logo {
	float:left; 
	display:inline-block;
	width: 100px;
	margin-top: 10px;
}
.navwrap {
	display: inline-block;
	float: left;
	width: 1000px;
	margin: 10px 0 0 0;
	padding: 0;
	position:relative;
}
.navtop {
	height: 38px;
	display: inline-block;
	float: left;
	width: 1000px;
}
.navbottom {
	height: 45px;
	float: left;
	width: 1000px;
	
}
.nav {
	float: left;
	padding: 0;
	font-weight: 400;
	position: relative;
	height: 37px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0px 0 0 20px;	
}
.nav a {
	color: #21346A;
}
.eng {
	font-family: 'Open Sans Condensed', sans-serif;
	padding-top: 0px;
	height: 13px;
	margin-top: 31px;
	margin-left: 20px;
	text-align: left;
	background-color: none;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E51E28;
	border-left-color: #E51E28;
	display: inline;
}
.eng a:link {
	padding: 0 5px;
	float: none;
	display: block;
	color: #E51E28;
	font-size: 17px;
	text-decoration: none;
	font-weight: 400;
	line-height: 12px;
}
.eng a:visited {
	color: #303030;
}
.eng a:hover {
	color: #303030;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
#search {
	position: absolute;
	right: 0px;
	top: 60px;
}
.placeholder { color: #aaa; }
#search input::-webkit-input-placeholder { /* WebKit browsers */
    color:    grey;
}
#search input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:grey;
	opacity: 1;
}
#search input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Mozilla Firefox 19+ */
    color:grey;
	opacity: 1;
}
#search input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:grey !important;
	opacity: 1;
}
#search input:-o-input-placeholder, textarea:-o-input-placeholder { /* Internet Explorer 10+ */
    color:grey;
	opacity: 1;
}	
#search input[type="text"] {
	outline:none !important;
	-webkit-outline: none;
	font: 400 14px 'Open Sans condensed', sans-serif;
	color: #242424 !important;
	width: 80px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	background-image: url(../images/search-white.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	padding: 4px 15px 4px 35px;
}

#search input[type="text"]:focus {
    width: 120px;
    }
#scroller {
    background: url(../images/tikerbg.jpg) repeat-x;
    color: #303030;
    font-size: 14px;
    height: 30px !important;
    line-height:30px;
    overflow: hidden;
    position: relative;
    width: 1100px;
    padding-top: 1px;
    position: relative;
	margin:0 auto;
}
.scrollingtext {
    color: #303030;
    white-space:nowrap;
    position:absolute;
    font-size: 14px;
    font-style: normal;
}
.scrollingtext a:link, .scrollingtext a:visited {
	color: #303030;
	font-size: 14px;
	word-spacing: 0.5em;
}
.scrollingtext a:visited {
    text-decoration:none;
}

.review {
    padding-right: 50px;
}
.slider {
	width: 1100px;
	height: 330px;
	margin: 0 auto;
	position: relative;
}
.topdiv {
	padding: 10px 5px 0px 15px;
	background-color: rgb(238, 238, 238);
	margin: 5px auto 5px auto;
	width: 1080px;
	text-align:center;
	position:relative;
}
.topdiv h4 {
	font-family: 'Open Sans', sans;
	display: inline-block;
	color: #333;
	font-weight: 400;
	font-size: 17px;
	margin-left: 30px;
	margin-right: 30px;
	
}
.topdiv ul, .topdiv ol {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 40px;
}
.firstdiv {
	float: left;
	margin-left: 0px;
	margin-right: 6px;
	background-size: 100%;
	width: 265px;
	height: 267px;
	bottom: 0px;
	background-image: url(../assets/shadow3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.firstdiv h2 {
	font-family: 'Open Sans', sans;
	padding-bottom: 10px;
	font-weight: 300;
	color: #21346A;
	font-size: 18px;
	text-align: left;
}
.seconddiv {
	float: left;
	width: 360px;
	margin-left: 0px;
	margin-right: 9px;
	padding-left: 3px;
	background-size: 100%;
	width: 370px;
	height: 273px;
	bottom: -60px;
	background-image: url(../assets/shadow3.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.seconddiv h2 {
	font-family: 'Open Sans', sans;
	padding-bottom: 10px;
	font-weight: 300;
	color: #21346A;
	font-size: 18px;
	text-align:left;
}

.thirddiv {
	text-align: left;
	position: absolute;
	z-index: 1000;
	top: 40px;
	left:930px;
    -webkit-animation: zoomIn 1.4s linear backwards;
	-moz-animation: zoomIn 1.4s linear backwards;
	-ms-animation: zoomIn 1.4s linear backwards;
	animation: zoomIn 1.4s linear backwards;
	-webkit-animation-delay: 1.8s, 1.8s;
	-moz-animation-delay: 1.8s, 1.8s;
	-ms-animation-delay: 1.8s, 1.8s;
	animation-delay: 1.8s, 1.8s;
	width: 145px;
}
.thirddiv h2 {
	font-family: 'Open Sans', sans;
	display: inline-block;
	color: #E51E28;
	font-weight: 300;
	font-size: 14px;
	margin-left: 45px;
	text-align: center;
}
.thirddiv h2.fm {
	font-family: 'Open Sans', sans;
	display: inline-block;
	color: #E51E28;
	font-weight: 300;
	font-size: 14px;
	margin-left: 15px;
	margin-right: 35px;
	text-align: center;
}
.red {
	color: #E82725;
	
}
.tekst {
	float: left;
	width: 430px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 20px -18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 20px 20px -18px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 20px 20px -18px rgba(0, 0, 0, 0.5);
	box-shadow: 0 20px 20px -18px rgba(0, 0, 0, 0.5);
	
}
.tekst h2 {
	margin-bottom: 10px;
	padding: 10px;
	font-weight: 400;
	color: #21346A;
	font-size: 16px;
}
.tekst ul {
	display: inline-block;
}
.tekst ul li{
	font-size: 12px;
	display: inline;
	margin: 0 20px 0 0 !important;
	line-height:15px;
	width: 200px;
	padding: 0px !important;
	
}
.tekst ul li.bold {
	font-weight: 700;
	width:130px;
}
.tekst1 {
	float: left;
	padding-top: 10px;
	width: 555px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 20px -18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 20px 20px -18px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 20px 20px -18px rgba(0, 0, 0, 0.5);
	box-shadow: 0 20px 20px -18px rgba(0, 0, 0, 0.5);
	
}
.tekst1 h2 {
	margin-bottom: 10px;
	padding: 10px;
	font-weight: 400;
	color: #21346A;
	font-size: 16px;
}
.tekst1 ul {
	display: inline-block;
	padding-left:15px;
	padding-right: 10px;
}
.tekst1 ul li{
	font-size: 12px;
	display: inline;
	margin: 0 20px 0 10px !important;
	line-height:15px;
	width: 80px;
	padding: 0px !important;
	
}
.tekst1 ul li.bold {
	font-weight: 700;
	width:125px;
}
.datum {
	font-weight: 700;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.cena {
	font-weight: 700;
	padding-left: 5px;
	padding-right: 5px;
	color: #138E85;
}
.promena {
	font-size: 20px;
	color: #1EBA1E;
	padding-left: 5px;
	padding-right: 5px;
}
table {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
/* ~~The footer ~~ */
.footerbg {
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 130px;
	background-color: #2d2e2e;
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.footer {
	width: 1100px;
	position: relative;
	min-height: 80px;
	font-size: 15px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	
}
.footertext {
	width: 940px;
	padding: 5px 0 0px 10px;
	float: left;
}
.footertext p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #E6E6E6;
	padding-left: 5px;
	font-size: 16px;
	margin-bottom: 0 0 15px 0;
	display: inline;
	padding-right: 0px;
}
.footertext ul {
	list-style-type: none;
	float: left;
	display: inline;
	padding-top: 5px;
}
.footertext ul li {
	float: left;
	display: inline-block;
	color: #797979;
	font-size: 14px;
	list-style-type: none;
	line-height: 12px;
	text-align: center;
	margin-left:3px;
	margin-right:3px;
}
.footertext ul li.first {
	text-align:left;
	width: 85px;
	margin-left:0px;
}
.footertext p.second {
	display:inline;
	margin-left: 0px;
	padding-left: 0px;
}
.footertext p.second {
	font-size: 11px;
	display:inline !important;
	width: 330px;
	color: #797979;
}
.footertext ul li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #797979;
	font-size: 14px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 22px;
}
.footertext ul li a:hover {
	background-color: #161616;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.footertext p a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #797979;
	font-size: 12px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 22px;
}
.footertext p a:hover {
	background-color: #161616;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.footersignaturewrapp {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #292c33;
}
.footersignature {
	width: 1000px;
	min-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: right;
	margin: 0 auto;
	padding: 10px 20px 0 0;
	text-align: center;
}
.footersignature p {
	color: #797979;
	font-size: 10px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.footersignature a{
	color: #797979;
	font-size: 10px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.footersignature a:hover {
	background-color: #3F424B;
	color: #FFF;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
@-webkit-keyframes open{
	0%{
		-webkit-transform: scale(1,0);
	}
	100%{
		-webkit-transform: scale(1,1);
	}
}
@-webkit-keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@-webkit-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-webkit-keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes slideLeft{
	0%{
		-webkit-transform: translateX(120%);
	}
	100%{
		-webkit-transform: translateX(0%);
	}
}
@-webkit-keyframes slideRight{
	0%{
		-webkit-transform: translateX(-120%);
	}
	100%{
		-webkit-transform: translateX(0%);
	}
}
@-webkit-keyframes moveUp{
	0%{
		-webkit-transform: translateY(0px);
	}
	100%{
		-webkit-transform: translateY(-170px);
	}

}
@-webkit-keyframes moveDown{
	0%{
		-webkit-transform: translateY(-550px);
	}
	100%{
		-webkit-transform: translateY(-80px);
	}
}
@-webkit-keyframes zoomIn{
	0%{
		-webkit-transform: scale(0);
	}
	100%{
		-webkit-transform: scale(1);
	}
}
/**/
@-moz-keyframes open{
	0%{
		-moz-transform: scale(1,0);
	}
	100%{
		-moz-transform: scale(1,1);
	}
}
@-moz-keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@-moz-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-moz-keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-moz-keyframes slideLeft{
	0%{
		-moz-transform: translateX(120%);
	}
	100%{
		-moz-transform: translateX(0%);
	}
}
@-moz-keyframes slideRight{
	0%{
		-moz-transform: translateX(-120%);
	}
	100%{
		-moz-transform: translateX(0%);
	}
}
@-moz-keyframes moveUp{
	0%{
		-moz-transform: translateY(0px);
	}
	100%{
		-moz-transform: translateY(-170px);
	}

}
@-moz-keyframes moveDown{
	0%{
		-moz-transform: translateY(-550px);
	}
	100%{
		-moz-transform: translateY(-80px);
	}

}
@-moz-keyframes zoomIn{
	0%{
		-moz-transform: scale(0);
	}
	100%{
		-moz-transform: scale(1);
	}
}
/**/
@keyframes open{
	0%{
		transform: scale(1,0);
	}
	100%{
		transform: scale(1,1);
	}
}
@keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes slideLeft{
	0%{
		transform: translateX(120%);
	}
	100%{
		transform: translateX(0%);
	}
}
@keyframes slideRight{
	0%{
		transform: translateX(-120%);
	}
	100%{
		transform: translateX(0%);
	}
}
@keyframes moveUp{
	0%{
		transform: translateY(0px);
	}
	100%{
		transform: translateY(-170px);
	}

}
@keyframes moveDown{
	0%{
		transform: translateY(-550px);
	}
	100%{
		transform: translateY(-80px);
	}

}
@keyframes zoomIn{
	0%{
		transform: scale(0);
	}
	100%{
		transform: scale(1);
	}
}
@keyframes fromBack{
	0%{
		transform: scale(0);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}
