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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'Exo', sans-serif;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
	font-size: 35px;
	padding-bottom: 20px;
    text-align: center;
}


h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: black;
}

h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}

ul {
	padding-left: 30px;
}

li {
	padding: 5px;
}

body {
    border-top: solid 25px #303030;
    padding-top: 35px;
	font-size: 16px;
	color: black;
    background:#FEFEFE url("../img/pozadi1.jpg");
    background-position: bottom center;
    background-repeat: repeat-x;
}

.container {
    width: 1000px;
}
a {
	color: #004C80;
	text-decoration: underline;
}

a:hover {
	color: black;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

.tright {
	text-align: right;
}

.topPanel {
    color: #5c5c5c;
}

.boxStyle {
	padding:0px;
    min-height: 355px;
    font-size: 17px;
    text-align: left;
    margin-right: -15px;
}

.boxStyle p{
    margin-right: -15px;
}

.boxStyle2 {
	padding: 15px;
	color: white;
}

.boxStyle2 img{
	padding-bottom: 15px;
}

.rowStyle {
    padding-top: 62px;
    padding-bottom: 18px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: url('../img/pozadi_box.jpg');
    background-repeat: repeat-x;
    
}

.small {
    font-size: 12px;
    
}

.colStyle {
    padding-left: 14px;
    padding-right: 10px;
    padding-bottom: 15px;
    margin-top: 0px;
    background-color: white;
    margin-right: 20px;
    width: 320px;
    position: relative;
    min-height: 278px;
}

.colStyle2 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-top: 0px;
    background-color: white;
    margin-right: 20px;
    width: 235px;
    position: relative;
    min-height: 278px;
}

.colStyle:last-child, .colStyle2:last-child {
    margin-right: 0px;
}

.colStyle img{
    padding-top: 10px;
    padding-bottom: 5px;
}

.colStyle h1{
    text-align: center;
    color: white;
}

.colStyle h1 img{
    padding-top: 0;
}

.boxTitle{
    color: white;
    position: absolute;
    width: 306px;
    top: -50px;
}

.colStyle2 .boxTitle{
    color: white;
    position: absolute;
    width: 235px;
    top: -50px;
}

.colStyle2 .titleFix{
    top: -40px;
}

.boxTitle h1{
    color: white;
}

.rowStyle h1{
    font-size: 17px;
    padding-bottom: 0px;
}

.rowStyle p{
    font-size: 15px;
}

.box {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 230px;
    height: 180px;
    margin-left: 15px;
    background-color: white;
   border: solid 1px #d2d2d2;
}

.box .boxBefore {
    padding-top: 45px;
    text-align: center;
  color: #920cf7;
    font-size: 26px;
    font-weight: bold;
  position: absolute;
  left: 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 .overbox {
    font-size: 17px;
  background-color: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  color: #404040;
  z-index: 100;
 padding: 10px;
    text-align: center;
  -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;
  opacity: 0;
  width: 230px;
    height: 180px;
}

.box .pad2 {
  padding-top: 40px;
}

.box .pad3 {
  padding-top: 55px;
}

.box .pad4 {
  padding-top: 60px;
}

.box:hover .overbox { opacity: 1; }

.box .overtext {
  -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;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
  font-size: 0.8em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.desc {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
    margin-right: -20px;
}

.center {
	text-align: center;
}

.panelStyle {
    font-style: italic;
    padding: 10px 0;
	background-color: #eeeeee;    
    border-color: #d2d2d2;
    border-radius: 0;
    color: #404040;
    font-size: 20px;
    box-shadow: 
        inset 0px 7px 8px -10px #000,
        inset 0px -7px 8px -10px #000;
}

#map {
    float: right;
}

.more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 2px 12px;
	background-color: #005cff;
    text-decoration: none;
    color: white;
}

#navbar1{
    position: relative;
    height: 100%;
}

.more:hover {
    text-decoration: underline;
    color: white;
}

#navbar1 ul {
    margin-left: 30px;
    width: 1000px;
}

.navbar-default {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 7px;
    background-image: url('../img/pozadi_menu.jpg');
    background-repeat: repeat-x;
    height: 150px;
    min-width: 1000px;
}

#borderStyle {
    border-bottom: solid 15px #7D7D7D;
}

.nav>li>a {
    padding: 23px 25px;
}

#main {
    padding:30px;
    min-height: 374px;
}

#main h1{
    color: #000;
    font-size: 30px;
}

#main h2{
    font-size: 22px;
}

.pad-left {
padding-left: 10px;
}

.pad-left2 {
padding-left: 5px;
}

.pad-top {
padding-top: 10px;
}

#bannerText {
    padding:8px 5px;
    height: 58px;
}

#bannerText h1{
    font-size: 23px;
    padding-top: 7px;
    padding-left: 184px;
    color: #7a0e16;
}

#bannerImg {
    width: 995px;
    height: 648px;
    background-color: white;
    border: solid #7a0e16 10px;
}

#bannerImg img{
    float: left;
}

#banner1{
    float: left;
    width: 545px;
}

#banner2{
    float: left;
    width: 545px;
}

#footer {
	color: #fff;
    font-size: 16px;
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    background-color: #303030;
    margin-bottom: 30px;
}

.wrap {
    min-height: 400px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
}

#mainBody{
    background-color: white;
    padding: 30px;
    margin-bottom: 25px;
    min-height: 400px;
}

#mainBody h1{
    text-align: left;
}

#logoNavbar{
    margin-left: 0px;
    height: 83px;
}

#logoNavbar h1{
    text-shadow: none;
    float: left;
    font-size: 55px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    width: 550px;
	color: #B60001;
    text-align: left;
    font-family: 'Libre Baskerville', serif;
}

#logoNavbar #logo2{
    text-shadow: none;
    float: right;
    font-size: 19px;
    font-weight: normal;
    padding: 0;
    padding-left: 20px;
    margin: 0;
    width: 200px;
	color: #000;
    text-align: right;
    font-family: 'Exo', sans-serif;
}

#logoNavbar h2{
    text-shadow: none;
    text-align: right;
    float: right;
    font-size: 20px;
    font-weight: normal;
    padding: 0;
    margin: 0;
	color: #000;
}

#logoNavbar h3{
    text-shadow: none;
    float: right;
    font-size: 31px;
    font-weight: bold;
    padding: 0;
    padding-right: 75px;
    margin: 0;
	color: #000;
}


#logoNavbar ul{
    float: right;
    padding-right: 0px;
    margin-top: -15px;
    padding-bottom: 20px;
    text-align: right;
    list-style-type: none;
    padding-top: 5px;
    font-size: 20px;
}


#logoNavbar li{
    padding: 0px;    
}

.navbar-default {
    margin-top: 10px;
	background-color: #fff;
    border-radius: 0px;
}

.navbar a{
	text-decoration: none;
}

.navbar-collapse.collapse {
display: block!important;
}

.navbar-nav>li, .navbar-nav {
float: left !important;
padding: 0px;
}


.navbar-nav>li{
border-right: 1px solid #921211;
}

.navbar-nav>li:last-child{
}

.navbar-nav>li:first-child{
border-left: 1px solid #921211;
}

.navbar-nav.navbar-right:last-child {
margin-right: -15px !important;
}

.navbar-right {
float: right!important;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
    font-weight: normal;
    font-size: 21px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>a:hover{
	text-decoration: none;
    background-color:  transparent;
    font-weight: normal;
	color: black;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color:  transparent;
	color: black;
}

#myCarouselBanner {	
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
    left: 680px;
    padding: 25px;
    background-color: #D60E0C;
    font-size: 16px;
    color: #fff;
}

#myCarouselBanner table{	
    text-align: left;
}

#myCarouselBanner table td{	
    min-width: 105px;
}

#myCarousel {	
    position: relative;
    background-color: white;
    width: 1000px;
    border: solid white 15px;
    margin: -104px auto 0px auto;
}