@import url(http://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(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://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,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-spacing:3px; border-collapse: separate;}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;}

 
/* html */
body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
body,
div,
p,
span,
table {
    /*transition: all 500ms ease 0s;
    -webkit-transform: all 500ms ease 0s;*/
}

td {
	padding: 1px;
	background: #E5E5E5;
}


h1 {
	font-size: 35px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 40px;
}
h2 {
	font-size: 25px;
	font-weight: 300;
	color: #3D3D3D;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	line-height: 30px;
}
h2.bold {
    font-weight: bold;
}
.zelena-farba {
    color: #56B94E;
}
.biela-farba {
    color: #ffffff;
}
.modra-farba {

    color: #004887;
}

.siva-farba {
    color: #B2B2B2;
}

.podnadpis{
	font-size: 19px;
	font-weight: 400;
}

h3 {
	font-size: 20px;
	margin: 15px 0;
	line-height: 25px;
	font-weight: 400;
	text-align: center;
	color: #000;
}


h4 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
}

h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}


h6 {
	font-size: 19px;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	color: #000;
}



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;
}


.ul-o {
	list-style-type: square;
	text-align:left;
	list-style-position: inside;
}

.li-o {
	margin-bottom: 8px;
	margin-left: 20px;
	list-style-position: outside;
}


.img-ramik {
	max-width: 256px;
	margin-right: -2px;
	margin-left: -2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.img-ramik:hover {
	margin-right: -2px;
	margin-left: -2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #63AC1E;
	border-left-color: #FFFFFF;
}


.img-l {
	float:left;
	margin-right: 45px;
    }
	
.img-r {
	float:right;
	margin-left: 45px;
    }
	
.img-d {
	margin-right: 155px;
	vertical-align: text-top;
	display: inline-block;
	float: left;
	max-width: 450px;
    }

.img-sluzby {
	margin-right: 80px;
	vertical-align: top;
	display: inline-block;
	float: left;
	max-width: 500px;
    }	
		
	

.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%;
	height: 125px;
	z-index: 9999;
	position: fixed;
	background:#FFF;
}
.header-pas {
	font-size: 14px;
	color: #fff;
	background-color: #40404F;
	line-height: 23px;
	height: 25px;

}
.header-pas-cont{
	max-width:1180px;
	text-align:right;
	margin:auto;
}

.header-link{
	left: 70%;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.header-link:hover {
	text-decoration: none;
	color: #56B94E;
}


#content {
	margin-top: 125px;
}
.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;
	max-width: 1200px;	
}
#header #pattern {
	width: 100%;
    position: absolute;	
    text-align: right;
	top: 20px;	
}
#header #pattern a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

#header #pattern a:hover {
	color: #969C9C;
	text-decoration: none;
}

#header #pattern a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #56B94E;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


#header #pattern a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#header #pattern a.active:before  {
	background-color: #56B94E;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;	
}


#header #pattern a.active {
    /*color: #BF084E;*/
	color: #969C9C;
	text-decoration: none;

}

#header #pattern a#webmail.active {
    color: #969C9C;    
}


#header #logo {
    z-index: 1;
	text-align:left;
    position: relative;
    margin: 15px 0 0 15px;
	max-width: 222px;
	max-height: 85px;
	
}

#logo img {
	max-width: 183px;
	max-height: 70px;
	
}

.kolaz {
	text-align: center;
	height: 500px;
	background-image: url(../img/kolaz1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

/*
.kolaz1 {
	text-align: center;
	height: 450px;
	background-image: url(../img/kolaz1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.kolaz2 {
	text-align: center;
	height: 500px;
	background-image: url(../img/kolaz2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.kolaz3 {
	text-align: center;
	height: 500px;
	background-image: url(../img/kolaz3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.kolaz4 {
	text-align: center;
	height: 500px;
	background-image: url(../img/kolaz4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
*/


.kolaz-obsah {
	max-width: 1150px;
	margin:auto;
	line-height: 100%;
}

.kolaz-obsah-text {
	position: absolute;
	top: 300px;
	text-align: left;
	max-width: 550px;
	font-size: 58px;
	font-weight: 300;
	line-height: 90%;
	padding: 0px;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: 1px 1px 20px rgba(2, 2, 2, 0.1);
}
.kolaz-obsah-text-b {	
	font-size: 50px;
	line-height: 90%;
	font-weight: 800;
	letter-spacing: 1px;
	color: #fff;
	padding: 0px;
	text-shadow: 1px 1px 20px rgba(2, 2, 2, 0.1);
}

.mapa {
	width: 75%;
	display:inline-block;
	height: 350px;
}



/* content obsah */

.biela {
	color: #3A3A3A;
	background-color: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
	font-size: 17px;
	line-height: 125%;
	font-weight: 300;
	text-decoration: none;
}
.siva {
	color: #3A3A3A;
	background-color: #fff;
	border-top: 5px solid #56B94E;
	padding-top: 70px;
	padding-bottom: 70px;
	font-size: 17px;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
}

.sivaform {
	color: #3A3A3A;
	background-color: #E5E5E5;
	padding-top: 70px;
	padding-bottom: 70px;
	font-size: 17px;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
}

.modrabottom {
	color: #fff;
	background-color: #004887;
	padding-top: 70px;
	padding-bottom: 70px;
	font-size: 17px;
	line-height: 125%;
	font-weight: 300;
	text-decoration: none;
}

.sivat {
	color: #fff;
	background-color: #40404F;
	padding-top: 70px;
	padding-bottom: 70px;
	font-size: 17px;
	line-height: 125%;
	font-weight: 300;
	text-decoration: none;
}

.obsah {
	max-width:1150px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 6px;
	padding-left: 6px;
	vertical-align: top;
	text-align:center;
}
.obsahl {
	max-width:1150px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 6px;
	padding-left: 6px;
	vertical-align: top;
	text-align:justify;
}
.spodok {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: inline-block;
	line-height: 21px;
	font-weight: 300;
	font-size: 15px;
	vertical-align: top;
	width: 29%;
	padding-right: 10px;
	padding-left: 10px;
	text-align:left;
}
.spodok a {
	color: #FFF;
	text-decoration: none;	
}
.spodok a:hover {
	color: #000;
	text-decoration: none;	
}

.spodok2 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: inline-block;
	line-height: 21px;
	font-weight: 300;
	font-size: 15px;
	vertical-align: top;
	width: 21%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;

}
.spodok2 a {
	color: #FFF;
	text-decoration: none;	
}

.spodok2 a:hover {
	color: #000;
	text-decoration: none;	
}

.spodok3 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: inline-block;
	line-height: 21px;
	font-weight: 300;
	font-size: 15px;
	vertical-align: top;
	width: 42%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;

}
.spodok3 a {
	color: #FFF;
	text-decoration: none;	
}

.spodok3 a:hover {
	color: #000;
	text-decoration: none;	
}


.kontaktytab td {
	background: #FFF;	
}


.okno-sluzby {
	max-width:550px;
	display: inline-block;	
	vertical-align: top;
}

.okno-kariera {
	float:right;
	background-color:#FFFFFF; 
	padding:20px;
}


.okna {
	width:31%;
	margin: 1%;
	margin-bottom: 10px;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
	color: #3D3D3D;
	text-decoration: none;
	vertical-align: top;

}

.okna-cont {
	
	padding-top: 20px;
	height:210px;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;

}

.okna img {
	width:100%;
	display:block;

}

.link-viac {
	font-size: 16px;
	color: #40404E;
	text-decoration: none;
	padding: 10px 15px;
	height: 50px;
	border: 1px solid #40404E;
	background: #fff;
}


.link-viac:hover {
	text-decoration: none;
	color: #fff;
	border: 1px solid #004887;
	background-color: #004887;
}
.link-obsah {
	color: #000;
	text-decoration: none;
	line-height: 30px;
	font-size: 17px;
	font-weight: 300;
}
.link-obsah:hover {
	text-decoration: underline;
}

.link-obsah2 {
	color: #000;
	text-decoration: underline;
	line-height: 30px;
	font-size: 17px;
	font-weight: 300;
}
.link-obsah2:hover {
	text-decoration: none;
}



.textarea-formular {
	background-color: #fff;
	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: #fff;
	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: #40404F;
	text-align: center;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border: 1px none #40404F;
	margin: 20px;
	line-height: 35px;
	text-decoration: none;
	color: #FFF;
	height: 35px;
	width: 33%;
}




/* responsive multilevel menu */
a.menu-link {
    display: block;  
    padding: 0;
    height: 30px;
	float:right;
	padding-right: 20px;	
}
#header #pattern a.menu-link {
    z-index: 2;
	width: 120px;
	margin: auto;
	font-size: 17px;
	position: relative;
	margin-top: -10px;
}
a.menu-link:after {
    content:"";
    right: 15px;
    width: 30px;
    height: 35px;
    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: 5px 3px;
	margin: 0px 8px;
    position: relative;
    transition: all 250ms ease 0s;
    -webkit-transform: all 250ms ease 0s;
	background-color:#fff;
}



.menu li.has-subnav > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 17px;
    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: 1100px) {
		
    .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;
		top: 0px;
    }
    .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: 80px;
        left: 0;
    }
}

@media screen and (max-width: 1150px) {
.kolaz-obsah {
	margin: 20px;
}

.kolaz-obsah-text {
	top: 250px;
	font-size: 50px;

}
.kolaz-obsah-text-b {	
	font-size: 42px;
	line-height: 90%;	
}

.okno-sluzby {
	max-width: 450px;
	width: 42%;
	display: inline-block;	
	vertical-align: top;
}
.img-sluzby {
	margin-right: 30px;	
	max-width: 430px;
    }	


}

@media screen and (max-width: 1100px) {
    #pattern {
        position: static;
    }
	
      #header #pattern {
        width: 100%;
		text-align:right;
        
    }
	
	.menu li a {
    display: block;
    padding: 15px 15px;
	margin: 0px 0px;
    position: relative;
    transition: all 250ms ease 0s;
    -webkit-transform: all 250ms ease 0s;
	background-color:#fff;
}

.menu li :hover{
	background-color: ;
}
	
	
#header #pattern a:hover {
	color: #56B94E;
	text-decoration: none;
}


#header #pattern a:before {
  background-color: transparent;
  -webkit-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}


#header #pattern a:hover:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}


#header #pattern a.active:before  {
	 background-color: none;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;	
}

#header #pattern a.active {
	color: #56B94E;
	text-decoration: none;
	border-bottom: none;	
}
.okna-cont {	
	height:250px;

} 
}


@media screen and (max-width: 920px) {
	
.kolaz {
	height: 400px;
}	

.kolaz-obsah-text {
	top: 200px;
	font-size: 40px;

}
.kolaz-obsah-text-b {	
	font-size: 30px;
}		

.okno-sluzby {
	max-width: 400px;
	width: 40%;
	display: inline-block;	
	vertical-align: top;
}
.img-sluzby {
	margin-right: 20px;	
	max-width: 420px;
    }

.okna {
	width:31%;
	margin: 0.4%;
	margin-bottom: 10px;	
}

.okna-cont {	
	height:270px;

} 

}

@media screen and (max-width: 750px) {
    .img-l {
    margin-right: 0px;
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
    }
	.img-r {
    margin-left: 0px;
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
    }
	.img-d {
	margin-right: 0px;
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
    }
	
.okno-sluzby {
	max-width: 650;
	width: 100%;
	display: block;	
	vertical-align: top;
}
.img-sluzby {
	margin-right: 0px;
	margin-bottom: 20px;
	max-width: 600px;
	width: 97%;
	    }	
	
	.okna {
	width:90%;
	margin: 10px auto;	
}

.okna-cont {	
	height: auto;

} 

.okno-kariera {
	float:none;
	padding:0px;
	display:block;
	margin-bottom: 10px;
}

}	

@media screen and (max-width: 650px) {
	
.kolaz {
	height: 300px;
}
.kolaz-obsah-text {
	top: 160px;
	font-size: 28px;

}
.kolaz-obsah-text-b {	
	font-size: 20px;
}

    #header #pattern {
        width: 100%;
       
    }
    
   

	
h1 {
	font-size: 32px;	
	line-height: 32px;
}
h2 {
	font-size: 28px;
	line-height: 28px;
}

h3 {
	font-size: 21px;
	}

h4 {
	font-size: 28px;
	line-height: 28px;
}

h5 {
	font-size: 22px;
	line-height: 24px;
}

h6 {
	font-size: 23px;
	line-height: 23px;
}

.spodok {
	padding-right: 5px;
	padding-left: 5px;
	width: 90%;
	margin-bottom: 30px;
}


.spodok2 {
padding-right: 5px;
padding-left: 5px;
width: 90%;
margin-bottom: 30px;
}

.spodok3 {
padding-right: 5px;
padding-left: 5px;
width: 90%;
display:block;
margin-bottom: 30px;
}



.mapa {
	width: 65%;
	display:inline-block;
	height: 350px;
}


} 


@media screen and (max-width: 480px) {
	
.kolaz {
	height: 250px;
}
 
.kolaz-obsah-text {
	max-width: 150px;
	top: 150px;
	font-size: 25px;

}
.kolaz-obsah-text-b {	
	font-size: 20px;
}

.mapa {
	width: 55%;
	display:inline-block;
	height: 350px;
}




}
