body{
    font-family:  "Trebuchet MS", Helvetica, Tahoma, Arial, Verdana, Sans-serif;
    font-size: 14px;
}

.left{float: left;}
.right{float: right;}
p.center{text-align: center;}
.cleaner{clear: both; width: 100%; font-size: 1px;}
.red{color: red;}
.no_padding_top{padding-top: 0; margin-top: 0}
.margin{margin: 6px 0;}
p.grey {color: #555; line-height: 1.5em;}
p.italic {font-style: italic;}

#container{
    width: 914px;
    margin: auto;
    margin-top: 2px;
    border: 1px solid #cccccc;
    border-top: none;
    position: relative;
    padding-top: 215px;
}

#container.homepage{
    padding-top: 235px;
}

h1{
    position: absolute;
    top: 266px;
    left: 235px;
    z-index: 9997;
}

.homepage h1{
    position: absolute;
    top: 233px;
    left: 24px;
    z-index: 9997;
}

h2{
    font-size: 16px;
    color: #777;
    margin: 7px 0;
}

.advertisement h2{
    font-size: 14px;
    margin-top: 0px;
}

h2 a, h3 a{
    text-decoration: none;
    color: black;
}

h2 a:hover, h3 a:hover{
    text-decoration: underline;
}

h3{
    margin-bottom: 10px;
}

a{
    color: #0000ee;
}

#header{
    width: 100%;
    height: 120px;
    background: url("../images/web/bg-header.jpg") no-repeat;
    position: absolute;
    top: 0;
    border-top: 5px #4965db solid;
    border-bottom: 1px #cccccc solid;


}


.left_stripe{
    width: 200px;
    float: left;
}

.content_main{
    float: right;
    width: 665px;
    padding-top: 56px;
    position: relative;
}

#logo{
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 98px;

}

#logo a{
    display: block;
    width: 250px;
    height: 98px;

}

#content{
    padding: 15px;
}


#footer{
    width: 900px;
    margin: auto;
    padding-top: 5px;
    margin-bottom: 20px;
}

#footer a{
    color: #888;
}

.page_text{
    line-height: 20px;
    padding: 10px;
    text-align: justify;
}

.sms_text{
    font-size: 18px;
    margin-top: 10px;
}

p.small{
    font-size: 11px;
}

p.small a{
    color: black;
}

#header .user_box{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
    padding-right: 0px;
    width: 255px;
    height: 80px;
    background: white;
    opacity: 0.96;
    border: 1px solid #CCCCCC;
    line-height: 21px;
}

/*

drobek a drobecek

*/

.breadcrumbs{
    position: absolute;
    top: 10px;
    left: 0;
}

.breadcrumbs a{
    color: #888
}



/*

search form

*/
#frm-searchForm-searchForm{
    position: absolute;
    top: 25px;
    left: 260px;
}


#frmsearchForm-fulltext{
    width: 250px;
    padding: 6px;
    font-size: 17px;
    opacity: 0.7;
    border: 1px solid black;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

#frmsearchForm-search{
    padding: 5px;
    font-size: 16px;
}



/*

top menu

*/

ul.top-menu{
    position: absolute;
    bottom: 0;

}

ul.top-menu li{
    display: block;
    float: left;
    padding: 6px 10px;
     background: #404040;
}

ul.top-menu li a{
    color: white;
    text-decoration: none;
}

ul.top-menu li a:hover{
    text-decoration: underline;
}


ul.top-menu li.inverse{
	background: none;
}

ul.top-menu li.inverse a{
	 color: blue;
}

/*

float add adv box

*/

#add-adv-float-box{
    position: fixed;
    font-size: 16px;
    z-index: 2000;
    background: url("../images/web/bg-add-bottom.jpg") repeat-x;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #999;
}

#add-adv-float-box a{
    display: block;
    color: black;
    padding: 10px;
    padding-left: 45px;
    background: url("../images/web/icon-add.png") 7px 7px no-repeat;
}

.add-adv-float-box-header-wrap{
    position: absolute;
    top: 70px;
    left: 260px;
}

.add-adv-float-box-header-wrap span{
    line-height: 40px;
}

#add-adv-float-box-header{
    font-size: 16px;
    z-index: 2000;
    background: url("../images/web/bg-add-bottom.jpg") repeat-x;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #999;
    float: left;
}

#add-adv-float-box-header a{
    display: block;
    color: black;
    padding: 10px;
    padding-left: 45px;
    background: url("../images/web/icon-add.png") 7px 7px no-repeat;
}



/*

main menu

*/
.homepage-menu{
	position: relative;
}

.homepage-menu li.uroven1{
    display: block;
    width: 178px;
    height: 195px;
    border: 1px solid #cccccc;
    text-align: center;
    float: left;
    margin: 10px;
    padding: 10px;
    position: relative;
}

.homepage-menu li.uroven1 a{
    font-size: 17px;
    color: black;
    margin-bottom: 3px;
    display: block;
    text-decoration: none;
}

.homepage-menu li.uroven1 a:hover{
    text-decoration: underline;
}

.homepage-menu li.uroven2 a{
    font-size: 12px;
}

.homepage-menu .menu_image_wrap{
    height: 110px;
    width: 110px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.homepage-menu .menu_image{

}


/*------------------------*/

.left_stripe ul.menu li a{
    display: block;
    padding: 3px 10px;
}

.left_stripe ul.menu li a{
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #bbbaba;
    color: black;
    text-decoration: none;
    font-size: 13px;
}

.left_stripe ul.menu li.uroven2{
    margin-left: 10px;
}

.left_stripe ul.menu li.uroven1 a:hover, .left_stripe ul.menu li a.active{
    background: #c5dff8;
}


.left_stripe ul.menu li.uroven1 a{
	font-weight: bold;
	border-bottom: 1px solid black;
}

.left_stripe ul.menu li.uroven2 a{
	font-weight: normal;
	border-bottom: 1px solid #bbbaba;
}




/*

advertisement

*/

.advertisement{
    padding: 10px 5px 10px 0;
    border-bottom: 1px dotted #cccccc;
    position: relative;
}

.advertisement:hover{
    background: #f5f9fd;
}

.advertisement .hide_info{
    visibility: hidden;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #5a96d2;
    font-size: 12px;
}

.advertisement:hover .hide_info{
    visibility: visible;
}



.advertisement .inzerat_info{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #5a96d2;
    font-size: 12px;
}

.advertisement:hover .inzerat_info{
    visibility: hidden;
}


.image-wrap{
    float: left;
    border: 1px solid #cccccc;
    padding: 5px;
}

.image{
    max-height: 120px;
    overflow: hidden;
}

.advertisement .text_wrap{
    width: 490px;
}

.advertisement .text_wrap.no_image{
    width: 655px;
}


.homepage .advertisement .text_wrap{
    width: 700px;
}

.advertisement p.text{
    line-height: 20px;
    margin-bottom: 10px;

}

.add_info{
    font-size: 13px;
}










/*

bannery

*/

#leaderboard{
    height: 100px;
    left: 10px;
    position:absolute;
    top: 133px;
    width: 745px;
}

#sky1{
    height: 600px;
    left: 50%;
    margin-left: -620px;
    margin-top: 2px;
    position: fixed;
    _position:absolute;
    top: 0;
    width: 160px;
}

#sky2{
    position: absolute;
    top: 180px;
    right: -163px;
    width: 160px;
    height: 600px;
    border: 1px solid #fafafa;
}


.add_wrap{
    position: absolute;
    top: 135px;
    right: 10px;

}

#add{
    background: #de840e url('../images/web/bg-add-adv.png') repeat-x;
    width: 140px;
    height: 80px;
    font-size: 17px;
    text-align: center;
    border: 1px solid black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
    overflow: hidden;
}

#add a{
    color: white;
    display: block;
    padding: 10px 0px;
    line-height: 60px;
    text-decoration: none;
}

#add a span{
	font-size: 23px;

}



.odpovedet{
    background: #de840e url('../images/web/bg-add-adv.png') 0 center repeat-x;
    color: white;

    border: 1px solid black;
    display: block;
    border-radius:2px;
    float: right;
    width: 278px;
    text-align: center;
}

.odpovedet a{
    padding: 6px;
    color: white;
    display: block;
}


#add a:hover, .odpovedet a:hover{
    background: #eea319;
}

/*

ostatni

*/

.category_title{
    font-size: 15px;
    color: white;
    background: #404040;
    padding: 10px;
}

.no-adv{
    text-align: center;
    padding: 13px 0 5px 0;
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    margin-top: 40px;
}


/*

adver detail

*/

.advetisement_detail{
    border: 1px solid #cccccc;
    padding: 15px;
    margin-bottom: 10px;
    background: #fbfbfb;
}

.params{
    float: right;
    width: 260px;
    margin-bottom: 10px;
    padding: 10px;
    background: #e7f0f9;
}

.params .param{
    width: 250px;
    line-height: 28px;
}

.params .param span.label{
    width: 120px;
    display: block;
    float: left;

}

.params .param .green_price{
    font-size: 18px;
    font-weight: bold;
    color: #4F8A10;
}

.advetisement_detail .image-wrap{
    margin-bottom: 10px;
}

.advetisement_detail .image{
    max-height: 220px;
}




.mnu2 div{
    padding: 6px 10px;
    width: 45%;
    float: left;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 19px;
    margin: 0 10px 10px 10px;
}
.mnu2 div:nth-child(3) {
    clear: both;
}

.mnu2.detail div{
    margin-left: 0;
}
.mnu2.category div{
    margin: 15px 10px 10px 0;
}
/*
.mnu2 div:last-child{
    float: right;
}

.mnu2 div:first-child{
    float: left;
}
*/





/*

galerie na detailu

*/



.main_image{
    text-align: center;
    padding: 4px;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    position: relative;
}

.nahled-horizontal .nahled{
    float: left;
    margin: 2px;
    height: 230px;
    overflow: hidden;
}

.nahled-horizontal .nahled img{
    padding: 4px;
    border: 1px solid #e8e8e8;
}

.prew_arrow, .next_arrow{
	width: 60px;
	height: 61px;
	position: absolute;
	opacity: 0.50;
	filter:alpha(opacity=50);
}

.prew_arrow{
	left: 0px;
	top: 46%;
	background: url('../images/web/icon-prew-next.png') -60px 0;
}

.next_arrow{
	left: 604px;
	top: 46%;
	background: url('../images/web/icon-prew-next.png');
}

.next_arrow:hover, .prew_arrow:hover{
	opacity: 1.0;
	filter:alpha(opacity=100);
}







/*

FORMS

*/

#comment_form input, #comment_form textarea,
#add_adv_form input, #add_adv_form textarea,
#add_adv_form select, .top_form_wrap input, .top_form_wrap select{
    padding: 5px;
    margin: 3px;
}

#comment_form input[type="text"], #comment_form input[type="select"],
#add_adv_form input[type="text"], #add_adv_form input[type="select"]{
    width: 250px;
}

#comment_form textarea,
#add_adv_form textarea{
    width: 460px;
}

#frmadvertisingForm-text{
    height: 300px;
}


#frm-advertisingForm select{
    width: 170px;
}




/*

koment form

*/
.form_wrap{
    padding: 10px;
    background: #E7F0F9;
    border-top: #479ff8 2px solid;
    margin-bottom: 10px;
}

#comment_form .label_form,
#add_adv_form label{
    float: left;
    width: 150px;
    line-height: 27px;
}

#comment_form #frmformForm-save,
#add_adv_form #frmadvertisingForm-save,
#add_adv_form #frmform-save{
    margin-left: 153px;
}

.form_note{
    margin: 10px 0 15px 30px;
    color: #1d3493;
}

#add_adv_form fieldset{
    border: 1px solid #3753c9;
    padding: 10px;
}

#add_adv_form fieldset legend{
    padding: 5px;
}

#add_adv_form #frmregistrationForm-agree{
    float: left;
    margin: 10px;
}

#frm-registrationForm label.agree{
    width: 300px;
}





/*

filtr form

*/

.filtr{
   background: none repeat scroll 0 0 #E7F0F9;
    border-top: 2px solid #479FF8;
    color: black;
    padding: 7px;
}

.filtr .part{
	width: 215px;
	float: left;
}

.filtr .part select{
	width: 130px;
}


.filtr label{
    font-weight: normal;
}

#frm-filtrInzerce input, #frm-filtrInzerce select{
    padding: 2px;
    margin: 2px;
}

.filtr #frmfiltrInzerce-text{
    width: 120px;
}

.filtr #frmfiltrInzerce-cena_od, .filtr #frmfiltrInzerce-cena_do{
    width: 60px;
}

.filtr label{
    display: block;
    float: left;
    width: 65px;
    line-height: 23px;
    padding: 0 4px;
}

#frmfiltrInzerce-save{
    float: right;
}




/*autocomplete*/
.autocomplete {
    border:1px solid #999;
    overflow-x: hidden;
    oveflow-y: auto;
    background:#fff;
    cursor:default;
    text-align:left;
    max-height:250px !important;
    width:400px;
    margin:-6px 6px 6px -6px;  /* IE6 specific: */ /*_height:250px; */ _margin:0; _overflow-x:hidden;
    font-size: 15px;
}
.autocomplete-w1 {
    position:absolute;
    top:1px;
    left:0px;
    margin: 6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0;
}
.autocomplete-w1 .left {
    display: block; /*width: 250px;*/
    overflow: hidden;
}

.autocomplete-w1 .right {
    width: 70px;
    text-align: right;
    overflow: hidden;
    color: #bbbaba;
    font-size: 12px;
}

.autocomplete .selected {
    background:#3399ff;
    color: #fff;
}

.autocomplete div {
    padding:4px 5px;
    white-space:nowrap;
    overflow:hidden;

}

.autocomplete div:hover{
    background: #eddbe9;
    color: black;
}

.autocomplete strong {
    font-weight:normal;
    color:#ff6600;
}

.suggest_name {
    float: left;
}

.suggest_title {
    float: right;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}





/*

flashes

*/


.old_flashes_wrap .flash, .old_flashes_wrap .info, .old_flashes_wrap .success, .old_flashes_wrap .warning,
.old_flashes_wrap .error, form ul.error {
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    margin: 10px;

}

.flashes_wrap .flash, .flashes_wrap .info, .flashes_wrap .success, .flashes_wrap .warning, .flashes_wrap .error {
    padding: 40px 10px 40px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    margin: 10px;

    border: 2px solid;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -210px;
    position: fixed;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99999999;
}

.info {
    color: #00529B;
    background-color: #C6DBFF;
    background-image: url('../images/info.png');
    border-color: #00529B;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
    border-color: #4F8A10;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
    border-color: #9F6000;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
    border-color: #D8000C;
}



/*
upload
*/
.content_details{
    line-height: 25px;
}

.storno, .next{
    cursor: pointer;
}

.storno{
    float: left;
    width: 150px;
}

.next{
    float: right;
    width: 350px;
}

.content_details_wrap{
    background: none repeat scroll 0 0 #ebebeb;
    border-top: 2px solid #a1a1a1;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 21px;
}

table#images{
    width: 100%;
}

table#images .image_box img{
    border: 1px solid  #888888;
}

table#images tr.odd{
   background: #f0f5fa;
}

table#images td{
    padding: 10px;
    border-bottom: 1px solid #479FF8
}

.dragHandle{
    background: url("../images/web/control_up_down.png") center center no-repeat;
    cursor: pointer;

}



.strankovani{
    text-align: center;
    margin-top: 15px;
}

.strankovani-prev{
    float: left;

}

.strankovani-next{
    float: right;

}


.strankovani-list a{
    padding: 6px 10px;
}

.strankovani-list a:hover{
    background: #e7e9ef;

}








.next_adv{
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0 14px 0;
	margin: 6px 0;
}


li.top_inzerat a.title{
		font-size: 13px;
		display: block;
		height: 28px;
}


li.top_inzerat span.menu_image_wrap{
		height: 90px;
		width: 140px;
		overflow: hidden;
		margin: 5px auto;
}


li.top_inzerat span.menu_image_wrap img{
		border: 1px solid #CCCCCC;
}



.top_table td, .top_table th{
	padding: 8px;
	border: 1px solid #CCCCCC;
}


#frm-advertisingForm #zaregistrovat_btn{
	background: url("../images/web/bg-add-adv.png") repeat-x 0 center #DE840E;
	padding: 6px;
	cursor: pointer;
}

#frm-advertisingForm .if_checkbox label.no_float{
	float: none;
}

#frm-advertisingForm .if_checkbox.rozsirena{
	padding: 6px;
	border: 1px solid #479FF8;
	margin-top: 10px;
}


#frmadvertisingForm-text{
	height: 70px;
}

#email{
margin-top: 10px;
}


#dialog{
	min-height: 350px;
	max-height: 450px;
    top: 50%;
    margin-top: -200px;
    position: fixed;
    _position:absolute;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    border: 5px solid  #404040;
    border-radius: 5px;
    background: white;
    padding: 10px;
    z-index: 999999;
    overflow: auto;
}


#dialog a.right{
	cursor: pointer;
}

.co_mi_prinese{
	text-decoration: underline;
	margin-top: 5px;
	cursor: pointer;
}

.upload_text{
	line-height: 18px;
}


.flashes_wrap .flash .right{
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-decoration: underline;
	cursor: pointer;
	font-size: 13px;
}

.show_navigation{
	display: none;
}




@media (max-width: 650px){

    body{
      margin: 0px;
    }


	.menu_wrap{
		position: absolute;
		top: 81px;
		width: 100%;
		z-index: 9998;
	}

	.show_navigation{
		display: block;

		background: #404040;
		text-align: center;
	}

	.show_navigation a{
		color: white;
		display: block;
		padding: 12px 0;
	}


    body, #container, .content, .left_stripe, .content_main, #footer, .mnu2 div  {
        width: 100%;
    }

    #leaderboard, #sky1, #sky2, .top-menu{
    	display: none;
    }

    #container{
    	margin: 0;
    }

    .mnu2 div{
    	padding: 5px 0;
    	float: none;
    	margin: 5px 0;
    }

    .content{
    	width: auto;
    }

    .content_main, .left_stripe, .mnu2 div:first-child, .mnu2 div:last-child{
    	float: none;
    }

    #container{
    	border: 0;
    }

    #content{
    	padding: 0 5px;
    }

    #header{
    	background-position: 0px -20px;
    	background:  #f8f9fd url("../images/mob/bg-header-mob.jpg") no-repeat;
    	border-top: 0;
    }

    #frm-searchForm-searchForm{
    	position: absolute;
    	top: 39px;
    	left: 10px;
    	height: 20px;
    }

    #frmsearchForm-fulltext{
    	width: 60%;
    }

    #logo, #logo a{
    	width: 100%;
    	height: 41px;
    }

    ul.top-menu{
    	position: static;
    	width: 100%;
    }

    ul.top-menu li,  ul.top-menu li.inverse{
    	float: none;
    	background: #404040;
    	text-align: center;
    	border-top: 1px solid #666;
    	padding: 0;
    }

    ul.top-menu li a,  ul.top-menu li.inverse a{
    	color: white;
    	text-align: center;
    	padding: 12px 0;
    	display: block;
    }

     ul.top-menu li:hover{
    	background: #555;
    }

    .add_wrap{
    	width: auto;
    	margin: 0 5px;
    	left: 0;
    	right: 0;
    	top: 125px;
    }

    .add_wrap #add{
    	width: 100%;
    	height: 25px;
    }
    .add_wrap #add a{
    	line-height: 25px;
    	padding: 0
    }


    #container.homepage, #container{
    	padding-top: 175px;
    }

    .homepage h1, h1{
    	top: 160px;
    	left: 5px;
    }

    .content_main{
    	padding-top: 38px;
    }

   	/*menu hp*/
  	.homepage-menu li.uroven1{
  		margin: 2px;
  		width: 42%;

  	}

  	/*vypis advs*/

  	.advertisement .text_wrap.right{
  		width: auto;
  		float: none;

  	}

  	.advertisement .image-wrap{
  		margin-right: 6px;
  	}


  	img.payu{
  		float: none;
  		margin: 10px auto;
  		width: 320px;
  	}

  	#footer{text-align: center;font-size: 11px;}
  	#footer a{
  		display: block;
  		width: 100%;
  		text-align: center;
  		padding: 5px 0;
  		font-size: 11px;
  	}

  	#footer .noBlock{
  		display: inline;
  	}

  	.strankovani .strankovani-prev, .strankovani .strankovani-next{
  		display: block;
  		padding: 15px 0;
  		width: 100%;
  		border: 1px solid #c5dff8;
  		float: none;
  		margin: 3px 0;
  	}


  	.strankovani-list span{
  		display: none;
  	}

  	.strankovani-list .strankovani-page, .strankovani-list .strankovani-aktivni{
  		padding: 10px 8px;
  		border: 1px solid #c5dff8;
  		display: block;
  		float: left;
  		margin: 0 5px 5px 0;
  	}





   /*detail inzeratu*/
	.advetisement_detail .image-wrap{
		width: 98%;
		max-height: auto;
	}

	.advetisement_detail .image-wrap .image img{
		width: 100%;
	}

	.advetisement_detail .image-wrap .image{
		max-height: 400px;
	}



	.advetisement_detail .params{
		width: 100%;
		padding: 0;
	}

	.advetisement_detail .params .param{
		line-height: 20px;
		padding: 4px 10px;
	}

	.advetisement_detail .odpovedet{
		width: 100%;
		padding: 10px 0;
	}

	.main_image img{
		width: 100%;
	}

	.next_arrow {
		right: 0px;
		left: auto;
	}

	#comment_form textarea, #add_adv_form textarea{
		width: 95%;
	}


	#add_adv_form #frmform-captcha{
		width: 150px;
	}

	#add_adv_form #frmform-save{
		width: 100%;
		margin: 10px 0;
		margin-bottom: 0;
	}

}


@media (max-width: 500px){

  	.filtr .part{
		width: 100%;
		float: none;
	}

	.filtr .part select, .filtr #frmfiltrInzerce-text, .filtr .part input{
		width: 100%;
		padding: 3px 0;
		margin: 3px 0;
		font-size: 16px;
	}

	#frmfiltrInzerce-save{
		float: none;
		width: 100%;

	}


	.nahled-horizontal .nahled{
		height: auto;
		width: 100%;
	}

	.nahled-horizontal .nahled img{
		width: 98%;
	}

}

@media (max-width: 400px){

	.homepage-menu li.uroven1{
  		margin: 3px 0;
  		padding: 5px 0;
  		width: 100%;

  	}
}




/*
cookie control
*/
.cookiesConfirm{
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #f2f2f2;
    color: #657888;
    padding: 0px;
    line-height: 25px;
    margin-bottom: 0px;
    text-align: center;
    z-index:9999999;
}
.cookiesConfirm p{ margin: 0; padding: 10px;}
.cookiesConfirm a{ color: #657888; }
.cookiesConfirm a.ok{
    background: #4a8cf6;
    padding: 5px 20px;
    text-decoration: none;
    color: white;
    margin-left: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.nohover:hover{
    background: white;
}


.consent-personal-data{
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 0.9em;
    color: #606060;
}













