* {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu',"Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    list-style: none;
}

html, body { 
    height: 100%; 
    
}


.clear {
    height: 0px;
    clear: both;
}

/*body { background: #fafafa; }*/
body { background: #ffffff; }

h1, h2, h3 { }
h2 {}
h3 {}

a { }
a img { border: 0; }

p {
    
}

ul li {
    
}



/*--------header---------*/
.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;   
    z-index: 100;
    
    background: url('../images/bg/header-bg.png');
}

.header_index {}
.header_page {}

.header .header-bg {
    width: 100%;
    min-width: 1050px;
    background: url('../images/bg/header-bg.jpg') top center no-repeat;
}

.header .content {
    position: relative;
    width: 1050px;
    min-width: 1050px;
    margin: 0 auto; 
    z-index: 1;
}

/*
.header .header-cc {
    position: relative;
} */

.header_index .content {  
    height: 500px; 
}
.header_page .content { 
    height: 197px; 
}


/* --------- logo ---------*/
.header .logo {
    position: absolute;
    top: 30px;
    left: 20px;
}
.header .logo a {
    display: block;
}

/* ---------- menu ------------*/
/*
.header .main-menu {
    position: absolute;
    top: 57px;
    right: 0;
    z-index: 100;
    height: 24px;
}
.header .main-menu ul {
    float: left;
}
.header .main-menu ul li {
    display: block;
    float: left;
    margin: 0 15px;
    height: 24px;
}
.header .main-menu ul li a {
    display: block;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    position: relative;
}
.header .main-menu ul li a.active {
    color: #a1c8e5;
}
.header .main-menu ul li a:hover {
    border-bottom: 1px dotted #a1c9e5;
}
*/


/**--*/
.header .main-menu {
    position: absolute;
    top: 57px;
    right: 20px;
    z-index: 100;
    height: 24px;
    
    padding:0px 0px 0px 0px;
    margin: 0;
    display:block;
    /*background:url(/images/bg_menu.png) no-repeat scroll 0 0 transparent;*/
    z-index:996;
    zoom:1;
}

.header .main-menu ul {
    float: left;
}
.header .ie6 .main-menu ul {
    margin-left:0px;
}
.header .main-menu ul li {
    
    display: block;
    float: left;
    margin: 0 5px;
    height: 24px;
    
    /*display:inline;*/
    z-index:998;
    zoom:1;
    list-style-type: none;
    position: relative;
    
}
.header .ie6 .main-menu ul li {
    padding-bottom:0px;
}
.header .main-menu ul li a {
    zoom:1;
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
    position: relative;
}
.header .main-menu ul li a:hover {
    color: #36434d;
}
.header .main-menu ul li a.active:hover {
    color: #36434d;
}

.header .main-menu ul li a span {}

/*--- active polozka ----*/
.header .main-menu ul li a.active {
    color: #a1c8e5;
}

/* najeti na polozku menu */
.header .main-menu ul li a.menu_box_mid_bg {
    background: #ffd400;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
}
/* najeti na polozku menu, ktera ma podmenu */
.header .main-menu ul li a.menu_box_mid_bg_has_li,
.header .main-menu ul li.hover a {
    background: #ffd400;
    
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    
    color: #36434d;
}
/* najeti na polozku menu, ktera ma podmenu */
.header .main-menu ul li a.menu_box_mid_bg_has_li span {
    /*background:url(/images/bg/menu-has-submenutop-hover-bg.png) center no-repeat;*/
}

.header .main-menu ul li ul li a.menu_box_mid_bg, 
.header .main-menu ul li ul li a.menu_box_mid_bg_has_li {
    background:none;
}

/*
span.menu_box_left {
    width:3px;
    height:32px;
    display:inline;
    float:left;
}
 
span.menu_box_left_bg {
    background:url(/images/menu_box.png) no-repeat 0px 0px transparent;
}

.main-menu ul li ul li span.menu_box_left {
    display:none;
}
span.menu_box_right {
    width:3px;
    height:32px;
    display:inline;
    float:left;
}
span.menu_box_right_bg {
    background:url(/images/menu_box.png) no-repeat -297px 0px transparent;
}
.main-menu ul li ul li span.menu_box_right {
    display:none;
}
*/
.header .main-menu ul li:hover ul li a, 
.header .main-menu ul li ul li:hover ul li a {
    
}
.header .main-menu ul li ul li a.active, 
.header .main-menu ul li:hover ul li a.active {
    
}
.header .main-menu ul li.current-menu-item a,
.header .main-menu ul li.current-menu-ancestor a, 
.header .main-menu ul li:hover a {
    
}

.header .main-menu ul li ul li ul li:hover a {
}

.header .main-menu ul li.current-menu-item ul li a,
.header .main-menu ul li.current-menu-ancestor ul li a {
   
}

.header .main-menu ul li ul {
    position: absolute;
    width: 310px;
    height:auto;
    left: -9999px;
    background:transparent;
    padding-top:14px;
    z-index:999;
    zoom:1;
    float: none;   
}

/*--- podmenu 2.uroven ---*/
.header .main-menu ul li ul {
    display:none;
    left: 0px;
    top: 24px;
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 12px 0px;
    background: #ffd400;
    -webkit-border-radius: 0px 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
}

.header .main-menu ul li ul li {
    float: none;
    position: relative;
    height: auto;
    line-height: normal;
    padding: 0;
    margin: 0;
    display: block;
}

.header .main-menu ul li ul li a {
    color: #36434D;
}
.header .main-menu ul li ul li a:hover {
    color: #36434D;
}


/*-------- 3. uroven --------*/
.header .main-menu ul li ul li ul {
    display:block;
    position: relative;
    left: 0;
    top: 0;
    float: none;
    background: #36434d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 1999;
}
.header .main-menu ul li ul li ul li {
    position: relative;
    left: auto;
    top: auto;
    float: none;
    z-index: 1999;
}
.header .main-menu ul li ul li ul li a {
    color: #ffffff;
}
.header .main-menu ul li ul li ul li a:hover {
    color: #ffd400;
}

/* po najeti na polozku submenu */
.header .main-menu ul li ul li:hover{
    /*background: #333333;*/
    
}
/* prvni polozka submenu */
.header .main-menu ul li ul li.first_sub {
   
   /* background: #333333;*/
}
/* najeti mysi na prvni polozku submenu */
.header .main-menu ul li ul li.first_sub:hover {
    
    /*background: #333333;*/
}
.header .main-menu ul li ul li.last_sub {
    /*background:url(/images/submenu.png) no-repeat 0px -342px transparent;*/
}
.header .main-menu ul li ul li.last_sub:hover{
    /*background:url(/images/submenu.png) no-repeat -200px -342px transparent;
    height:3px;
    */
}
.header .main-menu ul li ul li a {

}


/*--------- main menu top -----*/
.header .main-menu-top {
    top: 19px;
    right: 172px;
}
.header .main-menu-top ul li a {
    text-transform: none;
    font-weight: normal;
}
.header .main-menu-top ul li a:hover,
.header .main-menu-top ul li a.active,
.header .main-menu-top ul li a:hover.active {
    text-decoration: underline;
    color: #ffffff;
}


/*----- menu sluzby -----*/
.header .main-menu .main-menu-sluzby {
    
}
.header .main-menu .main-menu-sluzby ul {
    padding: 0 0 3px 0; 
    background: #36434C;
}
.header .main-menu .main-menu-sluzby ul li {
    height: auto;
    line-height: normal;
    background: #ffd400;
}
.header .main-menu .main-menu-sluzby ul li.first_sub {
    -webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}
.header .main-menu .main-menu-sluzby ul li a {
    color: #36434c;
    font-size: 26px;
    height: auto;
    line-height: normal;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 200;
    padding: 25px 20px 24px 96px;
    line-height: 25px;
}
.header .main-menu .main-menu-sluzby ul li.mms-bezpecnostni-sluzby {
    background: url('../images/icons/bezpecnostni-sluzby.png') 20px 20px no-repeat #ffd400;
}
.header .main-menu .main-menu-sluzby ul li.mms-uklidove-sluzby {
    background: url('../images/icons/uklidove-sluzby.png') 20px 20px no-repeat #ffd400;
}
.header .main-menu .main-menu-sluzby ul li.mms-ostatni-sluzby {
    background: url('../images/icons/ostatni-sluzby.png') 20px 20px no-repeat #ffd400;
}
/*--- menu sluzby - poduroven ----*/
.header .main-menu .main-menu-sluzby ul li ul {
    background: none repeat scroll 0 0 #36434c;
    border-radius: 0;
    display: block;
    padding: 15px 0;
}
.header .main-menu .main-menu-sluzby ul li ul li {
    padding: 5px 20px;
    background: #36434C;
}
.header .main-menu .main-menu-sluzby ul li ul li a {
    color: #ffffff;
    font-family: 'Ubuntu',"Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 14px;
    padding: 0 0 0 28px;
    background: url('../images/bg/main-menu-sub-li-bg.png') 0 0 no-repeat;

}
.header .main-menu .main-menu-sluzby ul li ul li a:hover {

    background: url('../images/bg/main-menu-sub-hover-li-bg.png') 0 0 no-repeat;
    color: #ffffff;

}

/**----------------------**/ 

.header .main-menu ul.klientska-sekce-ul {
    position: absolute;
    top: -38px;
    right: 5px;
}

.header .main-menu ul.klientska-sekce-ul li.klientska-sekce {
    display: block;
    float: left;
    margin: 0 0 0 5px;
    padding: 0 10px;
    background: #ffd400;
    
    height: 24px;
    
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.header .main-menu ul.klientska-sekce-ul li.klientska-sekce a {
    color: #36434d;
    padding: 0;
    margin: 0;
}
.header .main-menu ul.klientska-sekce-ul li.klientska-sekce a:hover {
    border: 0;
}





/*-phone-*/
.header .phone {
    position: absolute;
    top: 100px;
    right: 20px;
    color: #a1c8e5;
    font-size: 35px;
    font-weight: 200;
}


/*----- home main slider ---------*/
.header .home-main-slider {
    position: absolute;
    width: 1010px;
    height: 307px;
    bottom: 0;
    left: 20px;
}

/* SLIDE 1 */
.home-main-slider .slide1 {
    
}

.home-main-slider .main-img {
    position: absolute;
    bottom: 0;
    right: 123px;
    width: 400px;
    height: 307px;
}

.home-main-slider .main-content {
    position: absolute;
    top: 68px;
    left: -1px;
}
.home-main-slider .main-content h2 {
    position: relative;
    left: -2px;
    color: #a1c9e5;
    font-size: 35px;
    font-weight: 200;
    font-family: 'Ubuntu', sans-serif;
    margin: 0 0 20px 0;
}
.home-main-slider .main-content p {
    color: #a1c9e5;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 33px 0;
}

.home-main-slider .main-content a {
    
}

.rsABlock {
  
}

/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
    position: absolute;
    top: -10000px;
    left: -10000px;
    z-index: 35;
    
}
.rsMinW .rsBullet {
    width: 30px;
    height: 30px;
    display: block;
    *display:inline; 
    *zoom:1;
    padding: 6px 5px 6px 4px;
    z-index: 2100;
    
}
.rsMinW .rsBullet span {
	/*
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	*/
}
.rsMinW .rsBullet.rsNavSelected span {
	/*background: #FFF;*/
}






/*---------------------- center ------------------------*/
.center_block {
    
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -240px; /* -263 = height of footer*/
    z-index: 1;
    
}

.center_block_index {}
.center_block_page {}

.center_block .content {
    position: relative;
    margin: 0 auto;
    width: 1050px;
}


.center_block_index .content {
   padding: 0px 0px 0 0px;
}

.center_block_page .content {
    padding: 0px 0px 0px 0px;
}

.center_block_page .page-block {
    background: #ffffff;
    padding-bottom: 30px; 
}

.center_block .page-block-grey {
    background: #FAFAFA;
    border-top: 1px solid #F0F0F0;
    padding: 50px 0 30px 0;
}

.center_block_page .page-block-first {
    padding: 220px 0px 0px 0px;
}
.center_block_page .page-block-first .content {
    width: 1010px;
}


.center_block_index h1 {
    position: absolute;
    top: -300px;
    left: -300px;
    z-index: 1;
}



/*--------footer---------*/
.footer, .push {
    height: 240px; 
}
.push {
    z-index: 1;
}


.footer {
    position: relative;
    width: 100%;
    min-width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    
    background: url('../images/bg/footer-bg.png');
}

.footer .content {
    width: 1050px;
    margin: 0px auto 0;
    padding: 50px 0 0px 0;
    position: relative;
    text-align: left;
    
    background: url('../images/bg/footer-map-bg.png') 670px 60px no-repeat;
}

.footer .section {
    margin: 0 40px 0 0;
    float: left;
}

.footer .section h2 {
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.footer .main-menu {}

.footer .main-menu ul {
    float: left;
    position: relative;
    margin: 0 40px 0px 0px;
}
.footer .main-menu ul li {
    display: block;
    list-style: none;
    padding: 0 0 6px 0px;
    text-align: left;
    background: url('../images/bg/li-main-menu-bg.png') 0 7px no-repeat;
}

.footer .main-menu ul li a {
    text-decoration: none;
    font-size: 11px;
    color: #a1c9e5;
    font-size: 11px;
    
}

.footer .main-menu ul li a.active, .footer .main-menu ul li a:hover  {
    border-bottom: 1px dotted #a1c9e5;
}


.footer .kontakt {
    float: right;
    margin: 0;
}

.footer .kontakt  h2{
	text-align: right;
}

.footer .kontakt address {
    font-style: normal;
    color: #a1c9e5;
    line-height: 24px;
    font-size: 11px;
	text-align: right;
}

.footer .orbinet {
    position: absolute;
    bottom: -25px;
    right: 0;
}
.footer .orbinet a {
    font-size: 11px;
    color: #a1c9e5;
    text-decoration: none;
}





/*-------------- home main section -----------*/
.home-main-section {
    margin: 0px 20px 0px 20px;
    padding: 0px 0 60px 0;
}
.home-main-section h1, .home-main-section h2 {
    color: #36434c;
    font-size: 35px;
    font-weight: 200;
    font-family: 'Ubuntu', sans-serif;
    margin: 0 0 52px 0;
}
.home-main-section p {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 32px 0;
}
.home-main-section ul {
    position: relative;
    top: -2px;
    margin: 0 0 32px 0;
}
.home-main-section ul li {
    background: url('../images/bg/li-bg.png') 0 0 no-repeat;
    padding: 5px 0 5px 46px;
    margin: 0px 0 5px 0px;
    line-height: 20px;
    font-size: 14px;
    color: #36434c;
}

.yellow-button {
    height: 24px;
}
.yellow-button a {
    display: block;
    float: left;
    margin: 0 0 0 0px;
    padding: 0 10px;
    background: #ffd400;
    color: #36434c;
    height: 24px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
}

.blue-button {
    height: 24px;
}
.blue-button a {
    display: block;
    float: left;
    margin: 0 0 0 0px;
    padding: 0 10px;
    background: #3d7399;
    color: #ffffff;
    height: 24px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
}



.home-main-section .section-left {
    float: left;
    width: 490px;
}
.home-main-section .section-right {
    float: right;
    width: 490px;
}



.menu-sluzby-index {
    margin: 500px 0 0 0; 
}
.menu-sluzby-index .home-middle-menu {
    width: 100%;
    background: #ffffff;
}

.menu-sluzby-page {
    padding: 0 0 50px 0;

}
.menu-sluzby-page .home-middle-menu {
    width: 100%;
}

.home-middle-menu .hmm-content {
    position: relative;
    margin: 0 auto;
    width: 1050px;
}

.home-middle-menu .section {
    float: left;
    width: 33%;
    height: 460px;
    position: relative;
}
.home-middle-menu .section .border-bottom {
    display: none;
}
.home-middle-menu .section-c {
    
    margin: 0 10px;
    padding: 60px 10px 0px 10px;
    position: relative;
}
.home-middle-menu .section h2 {
    margin: 0 0 30px 0;
}

.home-middle-menu .section a.main {
    display: block;
    text-decoration: none;
}

.home-middle-menu .section h2 strong {
    display: block;
    padding: 10px 0 10px 100px;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 26px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    overflow: hidden;
    color: #36434c;
    text-decoration: none;
}

.home-middle-menu .section h2 span {
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    
    font-size: 26px;
    line-height: 30px;
    display: block;
    color: #36434c;
    text-decoration: none;
}

.home-middle-menu .section-bezpecnostni-sluzby h2 {
    background: url('../images/bg/home-middle-menu-bg.png') 0 0 no-repeat;
}

.home-middle-menu .section-uklidove-sluzby h2{
    background: url('../images/bg/home-middle-menu-bg.png') 0 -80px no-repeat;
}

.home-middle-menu .section-ostatni-sluzby h2{
    background: url('../images/bg/home-middle-menu-bg.png') 0 -160px no-repeat;
}

.home-middle-menu .section .section-content {}

.home-middle-menu .section p {
    font-weight: 200;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin: 0 0 30px 0;
}
.home-middle-menu .section .section-content ul {
    
}
.home-middle-menu .section .section-content ul li {
 
}
.home-middle-menu .section .section-content ul li a {
    display: block;
    background: url('../images/bg/a-arrow-bg.png') 0 0 no-repeat;
    /*padding: 5px 0 5px 46px;*/
    padding: 0px 0 0px 46px;
    margin: 0px 0 5px 0px;
    line-height: 20px;
    font-size: 13px;
    line-height: 30px;
    color: #36434c;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
   
}
.home-middle-menu .section .section-content ul li a:hover {
    background-position: 0 -30px;
}

.home-middle-menu .section-active {
    position: relative;
    background: #fafafa;
}
.home-middle-menu .section-active .section-c {
    
    /*border-bottom: 3px solid #ffd400;*/
}
.home-middle-menu .section-active .border-bottom {
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffd400;
    z-index: 100;
}


.home-middle-menu a.hmm-a {
    display: block;
    position: absolute;
    top: 80px;
    width: 100%;
    height: 230px;
    background: url('../images/bg/blank.gif') 0 0 no-repeat;
}