@charset "utf-8";


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');



/*-----------------------------*/



html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	min-height: 100%;
	color: black;
}

html { 
	width: 100%;
	min-height: 100%;
}

img {
	height:auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

input, textarea {
	font-family: 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


	
/*-----------------------------*/



h1, h2, h3, h4{
	font-family: 'Open Sans', sans-serif;
	color: black;
}

h1{
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}

h2{
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
}

h3{
	font-size: 0.86rem;
	font-weight: 400;
	text-align: left;
}

h4{
	font-size: 0.86rem;
	font-weight: 400;
	text-align: left;
}



strong{
	font-weight:700;
}

a{
	text-decoration:none;
}

li{
	list-style: none;
}



/*-----------------------------*/



.sloup1, .sloup2, .sloup3, .sloup4,
.sloup5, .sloup6, .sloup7, .sloup8,
.sloup9, .sloup10, .sloup11, .sloup12{
	float: left;
}


.sloup12 {
	width: 100%;
}
.sloup11 {
	width: 91.66666667%;
}
.sloup10 {
	width: 83.33333333%;
}
.sloup9 {
	width: 72%;
}
.sloup8 {
	width: 66.66666667%;
}
.sloup7 {
	width: 58.33333333%;
}
.sloup6 {
	width: 50%;
}
.sloup5 {
	width: 41.66666667%;
}
.sloup4 {
	width: 33.33333333%;
}
.sloup3 {
	width: 28%;
}
.sloup2 {
	width: 16.66666667%;
}
.sloup1 {
	width: 8.33333333%;
}

.slouppetina {
	width: 20%;
}

.desktopbig, .desktop, .tabletbig, .tablet, .phonebig, .phone{
	/*padding: 0 15px 0 15px;
	overflow: hidden;*/
}


.desktopbig{
	
}
.desktop{
	
}
.desktopsm{
	
}
.tabletbig{
	
}
.tablet{
	
}
.phonebig{
	
}
.phone{
	
}



/*-----------------------------*/



.sloupec{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
	
.radka, .radka_long{
	display: block;
	clear:both;
	overflow:hidden;
	position: relative;
	margin: auto;
	width: 1024px;
}

.ramec{
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.obr{
	line-height: 0;
}

.linka{
	width: 100%;
	height: 1px;
	margin: auto;
}

.videoram{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.videoram iframe, .videoram object, .videoram embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*-----------------------------*/



.none{
	display: none;
}

.hidden{
	visibility: hidden;
}

.noborder{
	border: none;
}

.stoprocent{
	width: 100%;
}

.block{
	display: block;
}

.inlblock{
	display: inline-block;
}

.noback{
	background: none;
}


/*-----------------------------*/



.fialova{
	color: #371e57;
}
.fialova-bg{
	background-color: #371e57;
}

.zelena{
	color: #87ab4c;
}
.zelena-bg{
	background-color: #87ab4c;
}

.cervena{
	color: #cf4520;
}
.cervena-bg{
	background-color: #cf4520;
}

.seda-bg{
	background-color: #eaeaea;
}




/*-----------------------------*/
/*-----------------------------*/



.tlacitko{
	display: inline-block;
	color: #000;
	font-size: 18px;
	position: relative;
	padding: 12px 30px 12px 30px;
	cursor: pointer;
	transition: all ease-out 0.25s;
	z-index: 1;
	background-color: #f2c745;
	border-radius: 10px;
}
.tlacitko:hover{
	color: white;
	background-color: #666;
}

