@charset "UTF-8";
html, body
{
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: OpenSansRegular, Arial, Sans-Serif;
	font-size:105%
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');       
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
     src: url('../fonts/OpenSans-Regular.ttf') format('truetype');  
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
   src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');  
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');  
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansCondLight';
    src: url('../fonts/OpenSans-CondLight.ttf') format('truetype');  
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'OpenSansCondBold';
	src: url('../fonts/OpenSans-CondBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html, body, p {
	
	margin:0 ;
	padding:0;
	
}
.wrapper {
	
	margin:0 auto;
	padding:0;
	max-width:2500px;
	position:relative
}
a, .test_div a div {
	-webkit-transition:all 0.5s ease-out 0s;
	   -moz-transition:all 0.5s ease-out 0s;
	    -ms-transition:all 0.5s ease-out 0s;
	     -o-transition:all 0.5s ease-out 0s;
	        transition:all 0.5s ease-out 0s;
    } 
    .sticky {
	left: 0;
	top: 0;
	z-index: 5000;
	border-top: 0;
    }  
.header {
	/* [disabled]height:995px; */
	/* [disabled]position: absolute; */
	/* [disabled]z-index:4; */
	width:100%
}


#top {
	background-image: url(../images/pozadie1.jpg);
	
	height: 900px;
	width: 100%;
	position:relative;
	
	background-position: center top;
	/* [disabled]height: auto; */
	background-attachment: fixed;
	
}


.nav {
	height: 90px;
	position: absolute;
	z-index:10;
	width: 100%;
	top: 650px;
	background-color: rgba(255, 255, 255, 0.65);
	background: rgba(255, 255, 255, 0.65);
}
.nav .logo{
	display:none
}
.nav.sticky {
position: fixed;
	top:0px;
	background-color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.95);
	z-index:300
}
.nav.sticky .logo{
		display:block;
		float:left;
		margin:22px 30px


}



.wrapper .nav .menu {
	max-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color:#666;
	list-style:none;
	height:auto	
}


.wrapper .nav .menu ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:16px
}
.wrapper .nav .menu ul li{
	float:left;
	margin:30px 10px;
}


.wrapper .nav .menu ul li a {
	color: #666;
	padding: 5px;
	text-decoration:none;
	display:block
}
.wrapper .nav .menu ul li a:hover {
	color: #27509B;	
}

.wrapper .nav .menu .m2 {
	float: right;
	color:#CCC;
		margin-right: 10px;

}
 

.wrapper .nav .menu .m1 {
	float: left;
	padding-left:100px
}
.wrapper .nav .menu .m2 .lng {
	margin-right: 0px;
	margin-left: 5px;
}
.wrapper .nav .menu .m2 li a {
	color:#FFF;
}.wrapper .header .vrch div {
	max-width: 1200px;
	margin:0 auto;
}
.wrapper .header img   {
	margin-top: 75px;
	margin-left: 60px;
}
.wrapper .header .motto   {
	font-size: 22px;
	font-weight: normal;
	color: #666;
	padding-top: 50px;
	margin-left: 60px;
	line-height: 36px;
	display:block;
}	
.wrapper #top .nav .menu .m2 .lng.sk {
	background-color: #999;
	margin-right: 10px;
}
.wrapper #top .nav .menu .m2 .lng.en a {
	background-color: #27509B;
}
.wrapper #top .nav .menu .m2 .lng.sk a {
	background-color: #CCC;
}
#content2, #content3, #content4, #content3_1, #content3_2, #content3_3, #content5{
	background-repeat: no-repeat;
	background-position: center top;
	/* [disabled]height: auto; */
	width: 100%;
	padding-top: 150px;
	min-height: 600px;
	background-attachment: fixed;
	background-size:cover;
	padding-bottom:100px;
	position:relative
}
#content2 {
	background-image: url(../images/pozadie2.jpg);
	
}
#content2 .text1 {
	font-size: 27px;
	line-height: 36px;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px;
	max-width: 1200px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1pt;
}
#content2 .text1 strong {
	font-size: 38px;
	font-weight: normal;
}
#content2 .text2 {
	background-color: rgba(255, 255, 255, 0.65);
	background: rgba(255, 255, 255, 0.65);
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	/* [disabled]font-size: 16px; */
	line-height: normal;
}
#content2 .text2 p, #content2 .text3 p {
	max-width:1200px;
	padding-left: 150px;
	margin:0 auto
}
#content2 .text2 strong {
	font-size: 150%;
	font-weight: normal;
}
#content2 .text3 {
	background-color: #575757;
	padding-top: 40px;
	padding-bottom: 80px;
	color: #FFF;
	margin-bottom:60px
}
.wrapper #content2 .text3 .text3a {
	font-size: 22px;
	line-height: 30px;
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:40px
}
#content2 .text3 .text3a p, #content2 .text2 .odr{
	max-width:1200px;
	padding-right: 10px;
	margin:0 auto;
	padding-left: 60px;
}
#content2 .text2 .odr{
	font-size:22px;
	line-height:30px;
	color:#666
}#content2 .text2 .odr strong{
	font-size:22px;
	line-height:30px;
	color:#27509B
}
#content2 .text4{
	max-width:1200px;
	padding: 40px 10px 100px 180px;
	margin:0px auto;
}
#content3 {
	background-image: url(../images/pozadie3.jpg);
	
}
#content3 .text1 {
	font-size: 37px;
	line-height: 44px;
	color: #666;
	max-width: 1180px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
}
#content3 .text1 strong  {
	font-weight: normal;
	color: #FFF;
	background-color: #4069B1;
	padding: 2px;
	display: block;
}
#content3 .menu2 {
	max-width: 1200px;
	padding-top: 160px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper #content3 .menu2 .scrl {
	height: 175px;
	width: 21%;
	margin-right: 3%;
	margin-left: 3%;
	padding-top: 75px;
	padding-right: 3%;
	padding-left: 3%;
	display: block;
	float:left;
	background-color:#666;
	color:#fff;
	text-decoration:none;
	-webkit-transition:all 0.5s ease-in 0s;
	   -moz-transition:all 0.5s ease-in 0s;
	    -ms-transition:all 0.5s ease-in 0s;
	     -o-transition:all 0.5s ease-in 0s;
	        transition:all 0.5s ease-in 0s;
}
.wrapper #content3 .menu2 .scrl:hover {
	
	background-color:#4069B1;
	
}.clear {
	clear: both;
	height: 1px;
}
#content3_1 {
	background-image: url(../images/pozadie3_1.jpg);
	
}

#content3_1 .text, #content3_2 .text, #content3_3 .text, #content4 .text, #content5 .text{
	max-width:1100px;
	padding:0 100px;
	margin:0  auto;
	text-align: left;	
}
#content3_1 .text p, #content3_2 .text p, #content3_3 .text p, #content4 .text p {
	font-size: 37px;
	line-height: 44px;
	color: #666;
	margin-top: 60px;
	margin-bottom: 80px;
}
#content3_1 .text strong, #content3_2 .text strong, #content3_3 .text strong, #content4 .text strong, #content6 .text strong, #slider-id_brief div strong{
	font-size: 22px;
	line-height: normal;
	font-weight: normal;
	color: #27509B;
}
#content3_2 .text p strong, #content3_3 .text p strong, #content4 .text p strong{
	font-size: 37px;
	color: #FFF;
	background-color:#27509B;
	padding: 0 20px
}
#content3_1 .text ul, #content3_2 .text ul, #content3_3 .text ul, #slider-id_brief div ul, .test {
	list-style-position: outside;
	list-style-image: url(../images/odrazka.png);
	
}#content3_1 .text ul, #content3_2 .text ul, #content3_3 .text ul {

	margin:0 ;padding:0 15px;
	max-width:900px
}
#content3_2 {
	background-image: url(../images/pozadie3_2.jpg);
	
}
#content3_3 {
	background-image: url(../images/pozadie3_3.jpg);
	
}
#content6{
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: center top; */
	width: 100%;
	padding-top: 50px;
	/* [disabled]min-height: 100px; */
	padding-bottom:50px;
	/* [disabled]background-image: url(../images/pozadie_6.jpg); */
	color: #FFF;
	background-color: #27509b;
	text-align: center;
}
#content6 .text strong   {
	display:block;
	margin-bottom:25px;
	color: #FFF;
}
#content6 .text a   {
	color:#FFF
}
#content6 .text a:hover   {
	color:#CCC
}
#content4 .text #slider-id div p {
	font-size: 100%;
	line-height:normal;
	color:#000;
	margin:0px;
	max-width:600px
}

#content4 .text #slider-id .liquid-responsive .liquid-slider .panel .panel-wrapper {
    padding: 0px 55px;
}

#content4 .text #slider-id div p strong {
	background-image: none;
	font-weight: normal;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	background-color:transparent;
	color:#000
}



#content4 .text #slider-id div img, #content4 .text #slider-id div p {
	float: left;
}
#content4 .text #slider-id div img {
margin-right:35px	
}
#slider-id_brief div ul {
	margin-left:80px
}#slider-id_brief {
	max-width: 1130px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#slider-id_brief div span {
	margin-left: 40px;
	display:block
}
.test_div {
	max-width: 840px;
	margin-right: auto;
	margin-left: auto;
}
.test_div a {
	display: block;
	margin: 10px;
	float: left;
	height: 190px;
	width: 190px;
	overflow: hidden;
	position:relative;text-align:center
}
.test_div a div{
	position:absolute;
	height: 100%;
	width: 100%;
	background:no-repeat center;
	background-size:100%;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
	z-index:-1
}
.test_div a span{
		-moz-opacity: 0;
	opacity:0;
	filter: alpha(opacity=0);
		-webkit-transition:all 0.5s ease-out 0.3s;
	   -moz-transition:all 0.5s ease-out 0.3s;
	    -ms-transition:all 0.5s ease-out 0.3s;
	     -o-transition:all 0.5s ease-out 0.3s;
	        transition:all 0.5s ease-out 0.3s;
			
}
.test_div a:hover span{
		-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
	z-index:-1
}
.test_div a:hover div{
	position:absolute;
	height: 100%;
	width: 100%;
	background-size:110%;
	-moz-opacity: 0.50;
	opacity:.5;
	filter: alpha(opacity=50);
}
.brief {
	max-width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.test_obsah {
	height: 500px;
	max-width: 1130px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/* [disabled]height:500px; */
}
.test_obsah img{
	float:left;
}
.test_text{
	/* [disabled]float:left; */
	height:100%;
	overflow-y:auto;
	color: #FFF;
	background-color: #666;
	max-width: 380px;
	font-size: 90%;
}
.test_text div{
	padding:20px;
	
}
#test1, #test2, #test3, #test4, #test5, #test6, #test7, #test8 {
	background-color: #E1E1E1;
	width:5000px;min-width:100%;
	max-width:100%;
}
.wrapper #content5 .text a, .wrapper #content3_1 .text a {
	color: #27509B;
}
.wrapper #content5 .text a:hover, .wrapper #content3_1 .text a:hover {
	color: #2F63C4;
}.wrapper #top .nav .menu .m1 li .scrl span {
	display: none;
}
.wrapper #top .nav .menu .m1 .ikon {
	margin:25px 5px;
}
.wrapper #top .nav .menu .m1 .ikon .scrl:hover {
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}
.wrapper #top .nav .menu .m1 .ikon .scrl {
	-moz-opacity: 0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}
.scrl.back {
	color: #fff;
	margin: 0px;
	padding: 10px;
	display: block;
	position: absolute;
	right: 30px;
	bottom: 30px;
	background-color: rgba(39, 80, 155, 0.65);
	background: rgba(39, 80, 155, 0.65);
	text-align:center;
	text-decoration:none
}
.scrl.back:hover {
	
	background-color: rgba(39, 80, 155, 0.95);
	background: rgba(39, 80, 155, 0.95);
	
}
.port {
	font-size: 130%;
margin-bottom: 10px;
display: inline-block;
}
.port span {
	font-family: OpenSansLight, Arial, Sans-Serif;
	font-size: 90%;
}

@media screen and (max-width: 1070px) {

	.wrapper .nav.sticky .menu .m1 {
	float: left;
	padding-left:0px
}
.wrapper .nav.sticky .menu ul li{
	margin:30px 0px;
}
.wrapper #top .nav.sticky .menu .m2 .lng.sk {

	margin-right: 3px;
}
.wrapper .nav.sticky .menu .m2 {
	float: left;
}
.nav.sticky .logo{
		display:block;
		float:left;
		margin:22px 5px
}
.wrapper #top .nav.sticky .menu .m1 .ikon {
	margin:25px 0px;
}
#content4 .text #slider-id div p {
	float: none;
}
#content4 .text #slider-id div img {
margin-bottom:5px	
}
}
@media screen and (max-width: 900px) {
.nav.sticky {
position: relative;
	
}
}