 @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,700,700italic,500italic,500,900,900italic&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
 @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
 @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,700italic,900);


/* reset5 © 2011 opensource.736cs.com MIT */
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,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}input,select,a img{vertical-align:middle;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


/* html */
body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
body,
div,
p,
span,
table {
    /*transition: all 500ms ease 0s;
    -webkit-transform: all 500ms ease 0s;*/
}
h1 {
	font-size: 48px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
	line-height: 120%;
}
h2 {
	font-size: 44px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	line-height: 110%;
}
h2.bold {
    font-weight: bold;
}
.modra-farba {
    color: #0090D6;
}
.h2-1 {
	font-size: 25px;
	font-weight: 400;
	color: #0090D6;
	text-align: left;
	text-decoration: none;
	margin-top: 40px;
	margin-bottom: 10px;
	line-height: 100%;
}
h3 {
	font-size: 35px;
	margin: 15px 0;
	line-height: 120%;
	font-weight: 300;
	text-align: center;
}

h4 {
	font-size: 38px;
	line-height: 38px;
	font-weight: 300;
	text-align: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
}

.tx-link1 {
	color:#0890D4;
	font-size:18px;
	text-decoration: underline;
}
.tx-link1:hover{
	text-decoration: none;
	color: #0890D4;
}

strong {
    font-weight: 600;
}

/* vseobecne */
.clear {
  clear: both;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.right {
    text-align: right;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop40 {
    margin-top: 40px;
}
.marginRight10 {
  margin-right: 10px;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.margin0_10 {
    margin: 0 10px;
}
.padding10 {
    padding: 10px;
}
.padding20 {
    padding: 20px;
}
.padding20_0 {
    padding: 20px 0;
}
.padding0_20 {
    padding: 0 20px;
}
.padding20_0.borderRight {
    padding-right: 15px;
}
.schovaj {
	display: none;
	visibility: hidden;
}
.small {
    font-size: 90%;
}
.small75 {
    font-size: 75%;
}
.center {
    text-align: center;
}
.middle {
    width: 600px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
}

.top {
    background: url("../img/sipka.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    bottom: 35px;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    position: fixed;
    right: 50px;
    width: 60px;
}
.hide {
    display: none;
}

.displayTable,
.displayTable a,
.displayTable img,
.displayTable div,
.displayTable span,
.displayTable form,
.displayTable input,
.displayTable button {
    display: inline-table;
    vertical-align: middle;
}
.lineHeight30 {
    line-height: 30px;
}

#header {
	top: 0;
	width: 100%;
	z-index: 9999;
	position: fixed;
	min-height: 85px;
    background-color: #fff;
}
#content {
	margin-top: 115px;
}
.content {
	margin: 0 auto 5px;
    padding-bottom: 5px;
}

/* header hlavicka */
#header.headerShadow {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.30);
}
#header .content {
    position: relative;
	
}
#header #pattern {
    top: 80px;
    width: 100%;
    position: absolute;
    text-align: center;
    background-color: #015DA8;
	padding: 5px 0px;
	
}
#header #pattern a {
    color: #fff;
    font-size: 100%;
    font-weight: normal;
    text-decoration: none;
}
#header #pattern a.active {
    /*color: #BF084E;*/
    color: #0090D6;
    
}
#header #pattern a#webmail.active {
    color: #777;
    background-color: #fff;
}
#header #logo {
    z-index: 1;
	text-align:center;
    position: relative;
    margin: 5px 0 0 5px;
	
}

.kolaz {
	text-align: center;
	height: 450px;
	background-image: url(../img/kolaz450.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.obrazok-left {
	margin-right: 40px; display:inline-block; vertical-align:top; float:left; 
}

.obrazok-left img {
	width:100%;max-width: 380px;
}
.obrazok-right {
margin-left: 40px; display:inline-block; vertical-align:top; float:right;
}

.obrazok-right img {
	width:100%;max-width: 380px;
}

/* content obsah */
.modra1 {
	color: #fff;
	background-color: #0090D6;
	padding-top: 15px;
	font-size: 21px;
	font-weight: 300;
	line-height: 125%;
}


.modra {
	color: #fff;
	background-color: #0090D6;
	padding-top: 80px;
	padding-bottom: 80px;
	font-size: 21px;
	font-weight: 300;
	line-height: 125%;
}
.modra2 {
	color: #fff;
	background-color: #015DA8;
	padding-top: 80px;
	padding-bottom: 200px;
	font-weight: 300;
	font-size: 21px;
}

.biela {
	color: #747474;
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	font-size: 21px;
	line-height: 125%;
	font-weight: 300;
	text-decoration: none;
}
.biela2 {
	color: #747474;
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	font-size: 19px;
	line-height:30px;
	font-weight: 300;
	text-decoration: none;
}
.siva {
	color: #747474;
	background-color: #EBEBEB;
	padding-top: 80px;
	padding-bottom: 80px;
	font-size: 21px;
	line-height: 125%;
	font-weight: 300;
	text-decoration: none;
}
.obsah {
	max-width:1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.spodok {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: inline-block;
	line-height: 21px;
	font-weight: 300;
	font-size: 17px;
	vertical-align: top;
	width: 70%;
	padding-right: 10px;
	padding-left: 10px;
}
.spodok a {
	color: #FFF;
	text-decoration: none;	
}
.spodok a:hover {
	color: #FFF;
	text-decoration: underline;	
}

.spodok2 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: inline-block;
	line-height: 21px;
	font-weight: 300;
	font-size: 17px;
	vertical-align: top;
	width: 23%;
	padding-right: 10px;
	padding-left: 10px;
}
.spodok2 a {
	color: #FFF;
	text-decoration: none;	
}
.spodok2 a:hover {
	color: #FFF;
	text-decoration: underline;	
}


.materialy {
	max-width:31%;
	min-height: 570px;
	margin-top: 0;
	margin-right: 0.9%;
	margin-bottom: 20px;
	margin-left: 0.9%;
	background-color: #FFF;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	font-weight: 300;
	color: #3D3D3D;
	text-decoration: none;
	vertical-align: top;
}
.textarea-formular {
	background-color: #EBEBEB;
	padding: 2px;
	width: 100%;
	border: 1px solid #EBEBEB;
	height: 35px;
	font-size: 17px;
	font-weight: 300;
	color: #747474;
	text-decoration: none;
}
.textarea-formular2 {
	background-color: #EBEBEB;
	padding: 2px;
	width: 100%;
	border: 1px solid #EBEBEB;
	height: 120px;
	font-size: 17px;
	font-weight: 300;
	color: #747474;
	text-decoration: none;
}
.mybutton {
	0color: #FFF;
	background-color: #0090D6;
	text-align: center;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border: 1px none #0090D6;
	margin: 20px;
	line-height: 35px;
	text-decoration: none;
	color: #FFF;
	height: 35px;
	width: 18%;
}




/* responsive multilevel menu */
a.menu-link {
    display: block;  
    padding: 0;
    height: 50px;
    line-height: 50px;
}
#header #pattern a.menu-link {
    z-index: 2;
    width: 120px;
    margin: auto;
    font-size: 110%;
    position: relative;
}
a.menu-link:after {
    content:"";
    right: 15px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url('nav-icon.png') no-repeat right bottom;
}
.menu, .menu > ul ul {
    clear: both;
    -webkit-transition: all 0.3s ease-out;  
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.js .menu, .js .menu > ul ul {
    overflow: hidden;
    max-height: 0;
    /*background: rgba(0,0,0,0.1);*/
}
.menu.active, .js .menu > ul ul.active {
    max-height: 980px;
}
.menu > ul {
    border-top: 0px solid #808080;
}
.menu li a {
    display: block;
    padding: 13px 20px;
    position: relative;
    transition: all 250ms ease 0s;
    -webkit-transform: all 250ms ease 0s;
}
.menu li.has-subnav > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 20px;
    padding: 1px 1px;
}
.menu li.has-subnav > a.active:after {
    content: "-";
}


/* pata */
.pata {
    padding-top: 70px;
    line-height: 125%;
    margin-bottom: 350px;
}
.pata a {
    color: #fff;
    text-decoration: none;
}
.pata a:hover {
    text-decoration: underline;
}
.pata .borderRight {
    border-right: 2px solid #fff;
    background: inherit;
}

@media screen and (min-width: 980px) {
	
	
	
    .menu ul li {
        list-style-type: none;
    }
    .pattern {
        overflow: visible;
    }
    a.menu-link {
        display: none;
    }
    .js .menu, .js .menu > ul ul {
        max-height: none;
        overflow: visible;
        background: none;
    }
    .js .menu > ul ul {
        background: #fff;
        display: none;
    }
    .js .menu > ul li:hover > ul {
        display: block;
    }
    .menu ul {
        margin: 0 0 0 -4px;
        border: 0;
    }
    .menu li a {
        border: 0;
    }
    .menu li.has-subnav > a {
        padding-right: 32px;
    }
    .menu li.has-subnav > a:after {
        content: ">";
        font-size: 16px;
        padding: 12px 8px;
    }
    .menu .level-1 > li.has-subnav > a:after {
        content: "▼";
    }
    .menu > ul li {
        margin: 0;
    }
    .menu > ul > li {
        display: inline-block;
        position: relative;
    }
    .menu > ul ul {
        position: absolute;
        top: 0;
        left: 192px;
        width: 150px;
    }
    .menu > ul ul li {
        position: relative;
    }
    .menu > ul ul.level-2 {
        top: 100px;
        left: 0;
    }
}

@media screen and (max-width: 1100px) {
    #pattern {
        position: static;
    }
	
	

@media screen and (max-width: 950px) {
      #header #pattern {
        width: 100%;
        margin-bottom: 25px;
    }
	
.materialy {
	max-width: 600px;
	width:auto;
	height: auto !important;
	min-height:inherit;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 22px;
}	
	
   

}
@media screen and (max-width: 650px) {
    #header #pattern {
        width: 100%;
        margin-bottom: 25px;
    }
    
   
    p img {
        max-width: 100%;
    }
	
	h1 {
	font-size: 35px;	
	line-height: 110%;
}
h2 {
	font-size: 30px;
	line-height: 110%;
}

h3 {
	font-size: 26px;
	}

h4 {
	font-size: 28px;
	line-height: 30px;
}



.obrazok-left {
	margin-right:0px; display:block; vertical-align:top; float:none; margin-bottom:20px; 
}
.obrazok-right {
	margin-left:0px; display:block; vertical-align:top; float:none; margin-bottom:20px;
}
    
.obrazok-left img {
	width:100%;max-width: none;
}
.obrazok-right img {
	width:100%;max-width: none;
}    

}


@media screen and (max-width: 480px) {
   
   h1 {
	font-size: 30px;	
	line-height: 110%;
}
h2 {
	font-size: 28px;
	line-height: 110%;
}

h3 {
	font-size: 22px;
	}

h4 {
	font-size: 24px;
	line-height: 30px;
}	
	
.modra1 {	
	font-size: 20px;
	line-height: 110%;
}


.modra {	
	font-size: 20px;
	line-height: 110%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.biela {
	font-size: 20px;
	line-height: 110%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.biela2 {
	font-size: 17px;
	line-height: 110%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.siva {
	font-size: 20px;
	line-height: 125%;
	padding-top: 40px;
	padding-bottom: 40px;

}

.spodok {
	width:auto;
	display:block;
	margin-bottom:30px;

}


.spodok2 {
width:auto;
	display:block;
}



	


}
