@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700&subset=latin,latin-ext);

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

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #2c2c2c;
	color: black;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #3dbc26;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

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

a:hover {
	text-decoration: none;
}

.uk-link:hover, a:hover {
    color: #93989c;
}

h2 i{
    color: silver;
    
    
}

/* POMOCNE SELEKTORY */

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wrapper {
	margin: 0 auto 0px auto;
	width: 1000px;    
}

.wrapper2 {
	margin: 0 auto 0 auto;
	width: 1338px;
}

.wrapper3 {
	margin: 0 auto 0 auto;
	width: 1000px;
    padding-top: 42px;
    padding-bottom: 1px;
}

.wrapper4 {
	margin: 0 auto 20px auto;
	width: 1079px;    
    padding-top: 15px;
    padding-bottom: 20px;
}

.wrapper5 {
	margin: 0 auto 0 auto;
	width: 1200px;
}

.wrapper6 {
	margin: 0 auto 0 auto;
	width: 1545px;
}

.invisible {
	display: none;
}

/* HLAVICKA */

#header {
	background-color: #2F2F2F;
	border-top: 4px solid #3dbc26;
	border-bottom: 1px solid black;
}

#logo {
	float: left;
	margin: 13px 20px 0 2px;
}

#logo img{
    width: 300px;
    height: 74px;
}


/* MENU */

#menu {
	padding-top: 48px;
	float: right;
    position: relative;
}

#menu #contactHeader{
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
}

#menu #contactHeader a{
    color: #fff;
    text-decoration: none;
}

#menu #contactHeader .glyphicon{
    padding-right: 10px;
    padding-left: 5px;
}

#menu #contactHeader .glyphicon:last-of-type{
    padding-right: 3px;
    padding-left: 5px;
}

#menu #contactHeader img{
    padding-right: 10px;
}

#menu #contactHeader img:last-of-type{
    padding-right: 0px;
    padding-left: 10px;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu li {
	display: inline-block;
	padding: 10px 0px;
}

#menu li a {
    color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: underline;
	color: #3dbc26;
}

#menu .selected {
	color: #3dbc26;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-toggle {
    float: left;
}

.navbar {
    margin-bottom: 0px;
}

/* PODMENU */

.panelStyle ul{
    list-style: none;
}

.panel ul li a {
    padding: 7px 20px;
    background-color: #EDEDED;
    border: solid 1px #EDEDED;
    text-align: center;
    text-decoration: none;
    border-right: solid 1px #000;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    display: block;
}

.panel ul li a:hover, .panelStyle .active a{
    background-color: #fdfafa;
}

.panel ul li:last-of-type>a {
    border-right: none;
}

.panel ul li {
    float: left;
}

.panel ul{
    width: 100%;
    min-height: 72px;
}

.panel li {
    padding: 0px;
}

/* ADS */

#bxs {
	background-color: #efefef;
	padding-bottom: 20px;
}

.bx_box {
	display: table-cell;
	width: 33.33%;
	padding: 20px 20px 0 20px;
}

.bx_title {
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.bx_content{
	font-size: 19px;
}

#bxs2 {
	background-color: #efefef;
}

#bxs3 {
	background-color: #fff;
    min-height: 50px;
    border-bottom: solid 1px black;
}

#bxs3 .navbar-nav>li>a{
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
}

#bxs3 .selected{
    color: #3dbc26;
}

#bxs2 h1{
    padding-top: 29px !important;
    font-size: 25px !important;
}

.wrapper2 h1 {
    padding-top: 25px !important;
}

#bxs2 h2{
    font-size: 24px !important;
}

.bxs3 h1{
    color: #424242;
    text-align: center;
    font-size: 33px;
    padding-top: 63px;
}

.bxs3 h2{
    color: #3dbc26;
    font-style: italic;
    text-align: center;
    font-size: 27px;
    padding-bottom: 57px;
    margin-bottom: 0px;
}
#header-headline{
    padding-bottom: 0px;}

#header-headline h1{
    padding-top: 27px;}

#header-headline h2{
    padding-bottom: 0px;}

.bx2_box {
	display: table-cell;
	width: 25%;
	padding: 0px 20px 0 20px;
}

.bx2_img {
    margin-bottom: 0px;
}

.bx2_img img{
    width: 100%;
    height: auto;
}

.bx2_title {
	background-color: #fff;
	font-weight: bold;
	padding: 10px;
	padding-left: 60px;
    padding-top: 20px;
    font-size: 25px;
    text-transform: uppercase;
}

.bx2_title a{
    text-decoration: none;
}

.bx2_content {
	padding: 20px;
    padding-bottom: 0px;
	font-size: 17px;
    padding-top: 0px;
	background-color: #fff;
}

.boxcontentwrap {
    min-height: 157px;
	background-color: #fff;
}

.bx2_content2 {
	padding: 20px;
    padding-top: 15px;
	font-size: 17px;
	background-color: #fff;
    color: #3dbc26;
    font-style: italic;
}

#bx2_box1 .bx2_title {
	background-image: url("/img/ikona_1.png");
	background-repeat: no-repeat;
	background-position: 19px center;
}

#bx2_box2 .bx2_title {
	background-image: url("/img/ikona_2.png");
	background-repeat: no-repeat;
	background-position: 19px center;
}

#bx2_box3 .bx2_title {
	background-image: url("/img/ikona_4.png");
	background-repeat: no-repeat;
	background-position: 19px center;
}

#bx2_box4 .bx2_title {
	background-image: url("/img/ikona_3.png");
	background-repeat: no-repeat;
	background-position: 19px center;
}

#bx2_box1 .bx2_title, #bx2_box2 .bx2_title {
	padding-left: 55px;
}

#bx2_box4 .bx2_title {
	padding-left: 69px;
}

#ads2 a {
	text-decoration: none;
}

#ads3 a {
	text-decoration: none;
}

#ads3 a:hover {
	color: white;
}

#ads2 a:hover {
	color: white;
}

#top_boxes4 h2 {
    font-size: 24px;
    color: #424242;
    margin: 0px;
    text-align: center;
    padding-top: 41px;
    padding-bottom: 20px;    
}

#top_boxes5 h2 {
    font-size: 24px;
    color: #424242;
    margin: 0px;
    text-align: center;
    padding-top: 41px;
    padding-bottom: 20px;    
}



/* BANNER */

#banner {
	background-color: #efefef;
	text-align: center;
	padding-bottom: 20px;
}

#banner .carousel {
	margin: 0px auto 0px auto;
	width: 1400px;
}

#banner .glyphicon {
	color: white;
}

#banner2 {
	background-color: #efefef;
	text-align: center;
	padding-bottom: 60px;
}

#banner2 .carousel {
	margin: 0px auto 0px auto;
	width: 1320px;
}

#banner2 .glyphicon {
	color: white;
}

/* TELO STRANKY */

#main {
	background-color: white;
}

#main2 {
	background-color: #efefef;
    min-height: 1041px;
}

#content {
	padding: 40px;
}

/* BOXY */

#boxes {
    padding-bottom: 15px;
}

#boxes2, #boxes3 {
    padding-bottom: 25px;
}

#boxes .row {

}

#boxes .cell {
	float: left;
	padding: 20px 20px 0 20px;
	width: 25%;
}

.boxtitle {
	font-weight: bold;
	height: 110px;
	padding-top: 40px;
	margin-right: 10px;
	margin-left: 10px;
}

.boxcontent {
	padding: 20px 0px;
}

.boxcontent2 {
    width: 85%;
}

#box1 .boxtitle {
	background-image: url("/img/box_1.png");
	background-repeat: no-repeat;
	background-position: right top;
}

#box2 .boxtitle {
	background-image: url("/img/box_2.png");
	background-repeat: no-repeat;
	background-position: right top;
}

#box3 .boxtitle {
	background-image: url("/img/box_3.png");
	background-repeat: no-repeat;
	background-position: right top;
}

#box4 .boxtitle {
	background-image: url("/img/box_4.png");
	background-repeat: no-repeat;
	background-position: right top;
}

#box5 .boxtitle {
	background-image: url("/img/box_5.png");
	background-repeat: no-repeat;
	background-position: right top;
}

#box6 .boxtitle {
	background-image: url("/img/box_6.png");
	background-repeat: no-repeat;
	background-position: right top;
}

#box7 .boxtitle {
	background-image: url("/img/box_7.png");
	background-repeat: no-repeat;
	background-position: right top;
}

#box8 .boxtitle {
	background-image: url("/img/box_8.png");
	background-repeat: no-repeat;
	background-position: right top;
}

#boxes .boxpanel {
	float: left;
	padding: 10px 0px;
	width: 100%;
    min-height: 138px;
}

#boxes2 .boxpanel {
	float: left;
	padding: 10px 0px;
	width: 100%;
    min-height: 138px;
}

#boxes3 .boxpanel {
	float: left;
	padding: 10px 0px;
	width: 100%;
    min-height: 138px;
}

.boxpanel .boximg {
	float: left;
	padding: 0;
	width: 13%;
}

.boxpanel .boximg img{
    max-width: 87px;
}

#boxes2 .boxpanel .boximg {
	float: left;
	padding: 0;
	width: 10%;
    padding-top: 10px;
    margin-right: 11px;
}

#boxes2 .boxpanel .boximg img{
}

#boxes2 .boxpanel .boximg2 {
	float: left;
	padding: 0;
    width: 37%;
    margin-top: -15px;
}

#boxes3 .boxpanel .boximg {
	float: left;
	padding: 0;
    width: 14%;
    margin-right: 45px;
}

#boxes3 .boxpanel .boximg img{
}

#boxes3 .boxpanel .boximg2 {
	float: left;
	padding: 0;
    width: 37%;
    margin-top: -15px;
}

#boxes3 .boxpanel .boximg2 {
	float: left;
	padding: 0;
    width: 37%;
    margin-top: 26px;
}

.boxpanel .boxtitle {
	float: left;
    height: 30px;
    width: 85%;
    font-size: 20px;
    padding-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

#boxes2 .boxpanel .boxtitle {
	float: left;
    height: 30px;
    width: 50%;
    font-size: 22px;
    padding-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
}

#boxes3 .boxpanel .boxtitle {
	float: left;
    height: 83px;
    width: 93%;
    font-size: 22px;
    padding-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.boxpanel .boxcontent {
	float: left;
    font-size: 17px;
    width: 85%;    
}

.boxpanel .boxcontent i {
    color: #3dbc26;
    padding-top: 5px;
    width: 85%;
}

#boxes2 .boxpanel .boxcontent {
	float: left;
    font-size: 19px;
    padding-right: 40px;
    width: 50%;
    padding-top: 30px;
}

#boxes2 .boxpanel .boxcontent i {
    color: #3dbc26;
    padding-top: 5px;
    padding-right: 40px;
    width: 53%;
}

#boxes3 .boxpanel .boxcontent {
	float: left;
    font-size: 19px;
    padding-right: 40px;
    width: 54%;
}

#boxes3 .boxpanel .boxcontent i {
    color: #3dbc26;
    padding-top: 5px;
    padding-right: 40px;
    width: 54%;
}

#boxes h1 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 31px;
    margin-bottom: 33px;
    color: #3dbc26;
    text-align: center;
}

#boxes h2{
    padding-bottom: 33px;
    text-align: center;
}

#boxes2 h1{
    font-size: 25px;
    font-weight: bold;
    margin-top: 31px;
    margin-bottom: 33px;
    color: #3dbc26;
    text-align: center;
}

#boxes3 h1{
    font-size: 25px;
    font-weight: bold;
    margin-top: 31px;
    margin-bottom: 33px;
    color: #3dbc26;
    text-align: center;
}

#boxes3 h2{
    text-align: center;
    padding-bottom: 20px;
}

/* PUZZLE */
.puzzle{
    width: 380px;
    height: 293px;
    margin-left: 20px;
    margin-bottom: 20px;
    float: left;
}

.puzzle:hover .puzzle-link a{
    color: #3dbc26;
    text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 1px black;
}

.puzzle-link{
    width: 380px;
    height: 293px;
    line-height: 293px;
    text-align: center;
}

.puzzle-link a{
    text-decoration: none;
    font-weight: 600;
    font-size: 37px;
    color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;   
    text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 1px black;
    padding-left: 10px;
    padding-right: 10px;
}

#puzzle1 .puzzle-link{
}

#puzzle2 .puzzle-link{
}

#puzzle3 .puzzle-link{
}

#puzzle4 .puzzle-link{
}

#puzzle5 .puzzle-link{
}

#puzzle6 .puzzle-link{
}

#puzzle7 .puzzle-link{
}

#puzzle8 .puzzle-link{
}

#puzzle9 .puzzle-link{
}

#puzzles{
    min-height: 1200px;
    padding-top: 20px;
    
}

#puzzle1{
	background-image: url("/img/box/box1a.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
}

#puzzle2{
	background-image: url("/img/box/box2a.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
}

#puzzle3{
	background-image: url("/img/box/box3a.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
}

#puzzle4{
	background-image: url("/img/box/box4a.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
}

#puzzle5{
	background-image: url("/img/box/box5a.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
}

#puzzle6{
	background-image: url("/img/box/box6a.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
}

#puzzle7{
	background-image: url("/img/box/box7a.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
}

#puzzle8{
	background-image: url("/img/box/box8a.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
}

#puzzle9{
	background-image: url("/img/box/box9a.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
}

#puzzle1:hover {
	background-image: url("/img/box/box1b.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
}

#puzzle2:hover {
	background-image: url("/img/box/box2b.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
}

#puzzle3:hover {
	background-image: url("/img/box/box3b.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
}

#puzzle4:hover {
	background-image: url("/img/box/box4b.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
}

#puzzle5:hover {
	background-image: url("/img/box/box5b.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
}

#puzzle6:hover {
	background-image: url("/img/box/box6b.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
}

#puzzle7:hover {
	background-image: url("/img/box/box7b.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
}

#puzzle8:hover {
	background-image: url("/img/box/box8b.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
}

#puzzle9:hover {
	background-image: url("/img/box/box9b.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: contain;
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
}

/* SLUZBY */
.sluzby_panel{
    background-color: #fff;
    float: left;
    padding: 15px;
    margin: 8px;
    width: 47%;
}

.sluzby_panel:hover, .sluzby_panel:focus{
    background-color: #3dbc26;
    color: #000;
}

.sluzby_obrazek{
    float: right;
}

.sluzby_obrazek img{
    width: 249px;
}

.sluzby_content{
    float: left;
    max-width: 300px;
    padding: 18px;
}

.sluzby_nadpis{
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 16px;
}

.sluzby_text{
    font-size: 16px;
    
}

    

/* PATICKA */

#footer2 {
	margin-bottom: 20px;
	padding: 24px 0px;
	border-top: 4px solid #3dbc26;
	color: silver;
    background-color: #3e3e3e;
}

#footer2 h1{
    padding-top: 10px;
    font-size: 27px;
}

#footer2 button{
    font-size: 20px;
}

#footer {
	margin-bottom: 20px;
	padding: 20px;
	color: silver;
}

#footer a {
	color: #3dbc26;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}

#footer span {
	color: white;
}

.fbox {
	float: left;
	width: 33.33%;
}

#footer_logo {
	text-align: center;
	padding-top: 20px;
    width: 22%;
}

#footer li {
	display: block;
	padding: 2px;
}

#footer li a {
	color: white;
	text-decoration: none;
}

#footer li a:hover {
	color: #74d62b;
}
    
    .btn-contact {
        float: right;
    }

.btn-contact{
    font-size: 23px;
    background-color: #3dbc26;
    text-decoration: none;
}

.btn-contact:hover{
    text-decoration: underline;
}

.btn-contact .glyphicon{
    padding-right: 10px;
}

/* CONTENT */

.content {
    padding-top: 20px;
}

/* KONTAKTY */

.contacts {
	float: left;
    font-size: 19px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.contacts b, .contacts strong {
    line-height: 33px;
}

.map {
	float: right;
	margin-bottom: 20px;
    margin-top: 58px;
}

.map iframe{
    width: 400px;
    height: 300px;
}

/* REFERENCE */

.reference {
	padding-bottom: 40px;
}

.reference h2 {
	text-align: center;
}

.reference p {
	text-align: center;
}

.reference img {
	border: 1px solid black;
}

#reference_nav a {
	margin: 0 5px 0 5px;
	padding: 5px 10px;
	background-color: #2c2c2c;
	color: #74d62b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#reference_nav a:hover {
	background-color: #74d62b;
	color: #2c2c2c;
}

#reference_link {
	border: 1px solid #74d62b;
	background-color: #efefef;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.bott-padd{
    padding-bottom: 23px;
}

.padd-bott2{
    padding-bottom: 37px !important;
}

.padd-top{
    padding-top: 38px !important;
}