body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}

p.small {
    font-size: 10px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}

.caption p{
	color: #230706;
	font-size: 1em;
}
.caption h3{
	color: #230706;
	text-transform: uppercase;
	font-size: 1.5em;
}
.red {
	color: #DA251D;
}

.img-centered {
    margin: 0 auto;
}

.navbar-header .navbar-brand:hover{
	color: #3299dd
}

.znacka {
	height: 40px;
	margin: 15px;
}

header {
    text-align: center;
    color: #fff;
    background: #999;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .nadpis {
    display: block;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8em;
    font-weight: 700;
}

header .intro-text .podnadpis {
    font-size: 1em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .nadpis {
        font-size: 4.25em;
    }

    header .intro-text .podnadpis {
        font-size: 1.25em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 10px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 5px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
	font-size: 20px;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
	color: #fff;
}
.navbar .navbar-nav li a:hover {
    color: #3299dd;
}

.navbar-default,
.navbar-inverse {
    border: 0;
	background-color: #000000;
}

section {
    padding: 100px 0;
	color: #230706;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #082133;
    
}

section.success a,
section.success a.active {
    outline: 0;
    color: #d6dd33;
}
section.success a:focus,
section.success a:active,
section.success a:hover{
	outline: 0;
}
@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #2c3e50;
    background: #fff;
}
.intro {
	text-shadow: 5px 5px 5px black;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-image: url(../img/Labak_pano.jpg);
}

.outro {
	color: white;
	text-shadow: 5px 5px 5px black;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-image: url(../img/vm_uss_2.jpg);
}

.kosice {
	color: white;
	text-shadow: 5px 5px 5px black;
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
    background-color: #082133;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.program {
	margin-top: 50px;
	margin-bottom: 50px;
}
.program_img {
	text-align: center;
}
.program_img p{
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	position: relative;
	text-shadow: 5px 5px 5px black;
	bottom: 150px;
}

.program_popis{
	text-align:center;
}
.program_popis ul li{
	font-size: 1.1em;
	list-style: none;
	line-height: 1.8em;
}
.obr-left .program_img,
.obr-right .program_popis{
	float: left;
}
.obr-right .program_img,
.obr-left .program_popis{
	float: right;
}

.kruh{
	width: 300px;
	height: 300px;
	border-radius:5%;
	background-color: green;
}
.kruh2{
	width: 300px;
	border-radius:5%;
	background-color: green;
}
.stvorec{
	width: 350px;
	background-color: green;
}

