@font-face {
	font-family: Dirtyego;
	src: url("font/DIRTYEGO.TTF") format("truetype");
}
@font-face {
	font-family: VanDijk;
	src: url("font/VanDijk_normal.ttf") format("truetype");
}

* {
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 15px;
}

body {
	/*background-color: #2C2C2C;*/
	background-repeat:no-repeat;
	background-image: url(../image/bg.jpg);
    background-position: center;
    background-attachment:fixed;
    margin:0;
    padding:0;
	color: #fff;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.w100p {
    width: 100%;
}
.w50 {
	width: 50px;
}
.w75 {
	width: 75px;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w280 {
	width: 280px;
}
.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.w400 {
	width: 400px;
}
.w500 {
	width: 500px;
}
.small {
	font-size: 0.8em;
}

input, select, textarea {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 4px;
	border: 2px solid #6F0000;
	background-color: #F0F0F0;
	padding-left: 10px;
	color: #000;
	height: 36px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

input:focus {
    outline-width: 0;
}

p {
	padding: 0;
	margin: 0;
}

a {
	color: #fff;
}

h1 {
	font-size: 39px;
	text-align: left;
	color: black;
    font-family: Dirtyego, Helvetica, Verdana, Sans-Serif;
    margin-top: 21px;
	margin-bottom: 7px;
}

h2 {
	 font-size: 28px;
	 text-align: left;
	 font-family: Dirtyego, Helvetica, Verdana, Sans-Serif;
	 margin-top: 11px;
	 margin-bottom: 3px;
}

h3.inv {
	background: url("../image/transparent_bg_white_50.png");
	color: #000;
	padding: 3px;

}

.container {
	margin: 0px auto;
	width: 960px;
	color: #fff;
}

.container h1 {
	color: #fff;
}

div.label {
	margin-bottom: 4px;
	font-weight: bold;
    overflow: hidden;
}

div.label select {
    font-size: 20px !important;
    height: 32px;
    margin-left: 5px;
    margin-top: 3px;
}

div.label select.disabled {
    color: #777 !important;
    background-color: #ccc !important;
}

div.label input {
    height: 32px !important;
}

div.label.red, #id_msglen.red {
	color: #CC0000;
}

div.text {
	float: left;
}
div.text p {
	line-height: 1.5em;
}

div.image_holder {
	background-color: #666666;
	border: 10px solid #333333;
}

/* header */


#id_header_outer {
    background-image: url("../image/header.jpg");
    height: 163px;
	position: relative;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -8px;
}

#id_header_inner {
    width: 960px;
    margin: 0 auto;
	position: relative;
	height: 163px;
}

/* PECSÉT */

.seal {
    position: absolute;
    width: 130px;
    top: 43px;
    left: 82px;
}

.seal_sens {
    height: 84px;
    left: 0;
    position: absolute;
    top: 38px;
    width: 462px;
    z-index: 4000;
}

/* */

#id_lang_corner {
    float: right;
    width: 42px;
    height: 42px;
	margin-top: 11px;
    background-image: url("../image/corner.png");
}

#id_lang {
    background-image: url("../image/lang.png");
    height: 55px;
    background-repeat: no-repeat;
    background-position:right;
    float:right;

}

#id_lang_flag {
    margin-right:12px;
    float:right;
    margin-top: 21px;
}

.flag {
    margin-right:8px;
    float:right;
}



#id_lang_elv {
    margin-top:12px;
    margin-right:18px;
    border-right:2px solid gray;
    height:34px;
    float:right;
}

#id_lang_select {
    /*width: 220px;*/
    float:right;
    margin-top: 12px;
    font-size:13px !important;
}

#id_lang_select option {
    font-size:13px !important;
}

#id_select_city {
	font-size: 23px;
	height: 34px;
}

#id_logo {
    background-image: url("../image/logo.png");
    background-repeat: no-repeat;
    height:104px;
    width:475px;
    margin-top: 28px;
	position: absolute;
}

#id_logo .city {
	font-family: VanDijk, Helvetica, Verdana, Sans-Serif;
	position: absolute;
	top: 32px;
	left: 475px;
	width: 440px;
	font-size: 38px;
	font-weight: bold;
	color: #fff;
}

#id_menu_outer {
    background-image: url("../image/menu.jpg");
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
}

#id_menu_inner {
    width:960px;
    margin:0 auto;
}

#id_otp_creditcard_logos {
    position: absolute;
    right: 0px;
    bottom: 35px;
    width: 100px;
    text-align: center;
    font-size: 11px;
}

div.main_menu {
	float: left;
	padding: 3px 13px 3px 13px;
	margin-top: 5px;
	border: 1px solid transparent;
}
div.main_menu.fr {
    float: right;
}

div.main_menu a {
	text-decoration: none;
	color: #fff;
}

div.main_menu:hover {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #404040;
	border: 1px solid #565656;
}


div.button_menu {
    float: right;
	padding: 3px 15px 3px 15px;
	margin-top: 5px;
    margin-left: 10px;
	color: #ffffff;
	background-color: #404040;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
/*	background-color: #404040;
	border: 1px solid #565656; */
	background: -moz-linear-gradient(
		top,
		#de7600 0%,
		#9a5200);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#de7600),
		to(#9a5200));
    border: 1px solid #EBA658;
}

div.button_menu:hover {
/*	background-color: #5D5D5D;
	border: 1px solid #6A6A6A; */
	background: -moz-linear-gradient(
		top,
		#c76a00 0%,
		#804400);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c76a00),
		to(#804400));
    border: 1px solid #EBA658;
}

div.button_menu a {
	color: #fff;
	text-decoration: none
}

div.button_menu .text {
	float: left;
	font-size: 12px !important;
}

div.button_menu .triangle {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
	float: right;
	margin-left: 8px;
	margin-top: 4px;
}

.menu_logged_name {
	color: #fff;
	margin-top: 8px;
	margin-right: 10px;
}

div.loginmenu {
	position: absolute;
	float: left;
	top: 132px;
}

div.login {
    float:left;
    background-image: url("../image/loginbg.jpg");
    height:30px;
    margin-top:1px;
    background-repeat: repeat-x;
}
div.logincorner {
    float:left;
    background-image: url("../image/login-corner.png");
    height:32px;
    width:42px;
    margin-top:-1px;
}

#id_timeleft {
    bottom: 5px;
    height: 30px;
    position: absolute;
    right: 0;
    float:right;
    width: 165px;
	font-family: 'Share Tech Mono', sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}

div.faq_tab {
	background-color: #FFCC33;
	width: 175px;
	position: absolute;
	right: 10px;
	bottom: 1px;

	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: rgb(255, 101, 0);
	background: -moz-linear-gradient(90deg, rgb(255, 101, 0) 30%, rgb(255, 152, 0) 86%);
	background: -webkit-linear-gradient(90deg, rgb(255, 101, 0) 30%, rgb(255, 152, 0) 86%);
	background: -o-linear-gradient(90deg, rgb(255, 101, 0) 30%, rgb(255, 152, 0) 86%);
	background: -ms-linear-gradient(90deg, rgb(255, 101, 0) 30%, rgb(255, 152, 0) 86%);
	background: linear-gradient(90deg, rgb(255, 101, 0) 30%, rgb(255, 152, 0) 86%);

	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	 border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #660000;
	border-bottom: 0px;
}

div.faq_text {
	float: right;
	margin-right: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/* footer */

#id_bottom_outer {
	background-color: #424242;
    /*height: 550px;*/
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 30px;
}

#id_bottom_inner {
    width:960px;
    margin: 0 auto;
}

#id_bottom_facebook {
    width: 460px;
    margin-top:20px;
    /*height:196px;*/
    float:left;
    margin-left:-2px;
}

#id_bottom_contact {
    width:452px;
    margin-left:44px;
    margin-top:10px;
    /*height:183px;*/
    float:left;
}

#id_bottom_contact a {
	color: #ccc;
}

#id_bottom_contact h1 {
    color: white;
    font-family: Dirtyego,Helvetica,Verdana,Sans-Serif;
    font-size: 43px;
    margin-bottom: 1px;
    margin-left: 2px;
    margin-top: 18px;
    text-align: left;
}

#id_bottom_contact_tdiv {
    border-top:3px solid #717171;
    margin-top:-2px;
}

#id_bottom_contact_tdiv table {
    color:#cccccc;
    margin-top:10px;
}

#id_bottom_contact_tdiv td {
    height: 26px;
    font-size: 14px;
}

#id_footer_outer {
	float: left;
	width: 100%;
	background-color: #000;
    overflow: hidden;
}

#id_footer_inner {
    width: 960px;
    margin:	0px auto;
    overflow: hidden;
	padding-top: 20px;
}

#id_footer_inner a {
	text-decoration: none;
}

#id_bottom_contact_tdiv a {
	text-decoration: none;
}

div.city_list {
	border-bottom: 1px solid #717171;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	color: #fff;
	height: 32px;
}

div.city_list a {
	text-decoration: none;
}
div.city_list .triangle {
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #717171;
	float: right;
	margin-top: 4px;
}

/* home */

#id_home_banner p{
    font-size: 16px !important;
    margin-bottom: 10px;
}

#id_home_banner strong {
    font-size: 16px !important;

}

#id_home_banner .houdini_icon_4 {
	display: inline-block;
	width: 80px;
	height: 25px;
	background: url("../image/houdini_icon.png");
}

#id_home_banner .houdini_icon_5 {
	display: inline-block;
	width: 100px;
	height: 25px;
	background: url("../image/houdini_icon.png");
}

#id_home_banner .gimmefive {
    display: inline-block;
    width: 100%;
    height: 45px;
    background: url("../image/giveMeFive_transparent.png");
    background-size: 48px;
}

#id_home_top_outer {
    /*background-image: url("../image/home_top.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    */
    background-color: #d4d4d4;
    overflow: hidden;
}

#id_home_top_transparent {
    background-image: url("../image/parapark_transparent_bg.png");
    overflow: hidden;
    background-position: center;
    background-attachment:fixed;
}

#id_home_top_outer_banner {
    background-image: url("../image/home_top_ext.jpg");
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#id_home_top_outer_banner_2 {
	background-image: url("../image/home_top_ext_2.jpg");
    overflow: hidden;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#id_home_top_outer #id_home_news_high {
    width: 960px;
	margin: 42px auto 0px;
    overflow:hidden;

}

#id_home_top_outer .home_news_text, #id_home_top_outer .home_news_text a, #id_home_top_outer .home_news_date {
    color: #000 !important;

}

#id_home_banner {
    width: 960px;
    margin: 0 auto;
    padding-top: 10px;
}

#id_home_top_inner, #id_home_top_left_bottom {
    width: 960px;
    margin: 0 auto;
}

#id_home_top_darker {
    height: 69px;
    width: 100%;
    background-image:url("../image/parapark_top_outer_bottomline.jpg");
    overflow: hidden;
    margin-top: -49px;
}
#id_home_top_darker_inner {
    background-image: url("../image/parapark_transparent_bg.png");
    overflow: hidden;
    background-position: center;
    background-attachment:fixed;
    height: 69px;
}

#id_home_top_left_up {
    margin-left: -2px;
    float: left;
    width: 471px;
    height: 281px;
    margin-right: 54px;
	color: #000;
}

#id_home_top_left_up p {
    margin-top: 2px;
    line-height: 24px;
    font-size: 16px;
}

#id_home_top_left_up a {
    color: #153770;
    text-decoration: none;
    margin-left:12px;
}

/* stripe */
@media (min-width: 1200px) {
    .stripe_xmas {
        background-color: #ffef8f;
        width: 595px;
        padding-top: 14px;
        padding-bottom: 14px;
        transform: rotate(-37deg);
        -ms-transform: rotate(-37deg);
        -webkit-transform: rotate(-37deg);
        position: absolute;
        top: 31px;
        left: -190px;
        z-index: 4000;
        text-align: center;
        color: #333;
        -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
        box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    }

    .stripe_xmas>div {
        font-size: 18px;
        width: 150px;
        text-align: center;
        margin-left: 36%;
    }
    .stripe_xmas a {
        color: #333;
        font-size: 15px;
    }
}
@media (max-width: 1199px) {
    .stripe_xmas {
        background-color: #ffef8f;
        padding-top: 10px;
        padding-bottom: 15px;
        z-index: 4000;
        text-align: center;
        color: #333;
    }
    .stripe_xmas>div {
        font-size: 18px;
    }
    .stripe_xmas a {
        color: #333;
        font-size: 18px;
    }
}

.stripe_xmas a:hover {
    color: #b01314;
}

.button_orangex {
	float: left;
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: -moz-linear-gradient(
		top,
		#de7600 0%,
		#9a5200);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#de7600),
		to(#9a5200));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #eba658;
	-moz-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
}

.button_orange {
	float: left;
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 10px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #eba658;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	background: rgb(128, 68, 0);
	background: -moz-linear-gradient(90deg, rgb(128, 68, 0) 0%, rgb(199, 106, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgb(128, 68, 0) 0%, rgb(199, 106, 0) 100%);
	background: -o-linear-gradient(90deg, rgb(128, 68, 0) 0%, rgb(199, 106, 0) 100%);
	background: -ms-linear-gradient(90deg, rgb(128, 68, 0) 0%, rgb(199, 106, 0) 100%);
	background: linear-gradient(0deg, rgb(128, 68, 0) 0%, rgb(199, 106, 0) 100%);
	-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.5);
}


.button_orange:hover {
	background: rgb(111, 59, 0);
	background: -moz-linear-gradient(90deg, rgb(111, 59, 0) 0%, rgb(180, 96, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgb(111, 59, 0) 0%, rgb(180, 96, 0) 100%);
	background: -o-linear-gradient(90deg, rgb(111, 59, 0) 0%, rgb(180, 96, 0) 100%);
	background: -ms-linear-gradient(90deg, rgb(111, 59, 0) 0%, rgb(180, 96, 0) 100%);
	background: linear-gradient(0deg, rgb(111, 59, 0) 0%, rgb(180, 96, 0) 100%);
}

.button_orange.selected {
	background: -moz-linear-gradient(
		top,
		#CA2714 0%,
		#892111);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#CA2714),
		to(#892111));

}

.button_grey {
    text-align: center;
    text-decoration: none;
    display: block;
	float: left;
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 0px 10px;
	margin-top: 5px;
	margin-bottom: 5px;

    background: rgb(102, 102, 102);
    background: -moz-linear-gradient(90deg, rgb(102, 102, 102) 0%, rgb(221, 221, 221) 100%);
    background: -webkit-linear-gradient(90deg, rgb(102, 102, 102) 0%, rgb(221, 221, 221) 100%);
    background: -o-linear-gradient(90deg, rgb(102, 102, 102) 0%, rgb(221, 221, 221) 100%);
    background: -ms-linear-gradient(90deg, rgb(102, 102, 102) 0%, rgb(221, 221, 221) 100%);
    background: linear-gradient(0deg, rgb(102, 102, 102) 0%, rgb(221, 221, 221) 100%);

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #777777;
	-moz-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
}

.button_fb {
    text-align: center;
    text-decoration: none;
    display: block;
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0px 10px;
    margin-top: 5px;
    margin-bottom: 5px;

    background: rgb(59, 89, 152);
    background: -moz-linear-gradient(90deg, rgb(59, 89, 152) 0%, rgb(85, 118, 189) 100%);
    background: -webkit-linear-gradient(90deg, rgb(59, 89, 152) 0%, rgb(85, 118, 189) 100%);
    background: -o-linear-gradient(90deg, rgb(59, 89, 152) 0%, rgb(85, 118, 189) 100%);
    background: -ms-linear-gradient(90deg, rgb(59, 89, 152) 0%, rgb(85, 118, 189) 100%);
    background: linear-gradient(0deg, rgb(59, 89, 152) 0%, rgb(85, 118, 189) 100%);

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #2B416F;
    -moz-box-shadow:
        1px 1px 5px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        1px 1px 5px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(255,255,255,0.7);
}

.button_google {
    text-align: center;
    text-decoration: none;
    display: block;
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0px 10px;
    margin-top: 5px;
    margin-bottom: 5px;

    background: rgb(187, 38, 1);
    background: -moz-linear-gradient(90deg, rgb(187, 38, 1) 0%, rgb(212, 78, 55) 100%);
    background: -webkit-linear-gradient(90deg, rgb(187, 38, 1) 0%, rgb(212, 78, 55) 100%);
    background: -o-linear-gradient(90deg, rgb(187, 38, 1) 0%, rgb(212, 78, 55) 100%);
    background: -ms-linear-gradient(90deg, rgb(187, 38, 1) 0%, rgb(212, 78, 55) 100%);
    background: linear-gradient(0deg, rgb(187, 38, 1) 0%, rgb(212, 78, 55) 100%);

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #8E2004;
    -moz-box-shadow:
        1px 1px 5px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        1px 1px 5px rgba(000,000,000,0.5),
        inset 0px 0px 0px rgba(255,255,255,0.7);
}

#id_btn_home_reservation {
	width: 170px;
	margin-top: 17px;
	margin-right: 15px;
}

#id_btn_home_info {
	margin-top: 17px;
	width: 170px;
}

.button_orange .triangle {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	/*float: left;*/
	margin-top: 3px;
}

#id_home_top_right {
    float:left;
    width:436px;
    height:305px;
    margin-top:25px;
}

#id_home_bottom_inner {
    width:960px;
    margin:0 auto;
}

.aboutus {
    height:142px;
    background-image: url("../image/aboutus.png");
    /*margin-left:-3px;*/
    width: 962px;
    margin: 34px auto;
/*    margin-top:34px;*/
}

.aboutus a {
	display: block;
    color: #e1e1e1;
    padding: 20px 102px 0 176px;
    font-size: 16px;
    line-height: 20px;
	text-decoration: none;
}

.aboutus .sign {
    color: #e1e1e1;
    text-decoration: none;
    font-style: italic;
}

.aboutus_text {
	float: left;
	margin-left: 20px;
	width: 480px;
	height: 100px;
	font-size: 0.9em;
}

#id_home_bottom_picbox {
    /*margin-left:-3px;*/
    width: 960px;
    /*float: left;*/
	margin: 42px auto;
   /* margin-top:42px;*/
    height: 257px;
    border-bottom: 3px solid #383838;
}

.id_home_bottom_ppic {
    width: 290px;
    margin-right: 45px;
    float: left;
    background-color: #383838;
    height: 180px;
}

.id_home_bottom_ppic_div {
    width: 264px;
    height: 154px;
    border: 1px solid #e1e1e1;
    margin: 12px;
    background-color: #999999;
}

.id_home_bottom_ppic img {
    width:264px;
/*    height:154px;*/

}


#id_home_news {
    /*margin-left:-3px;*/
    width: 960px;
    /*float: left;*/
	margin: 42px auto;
   /* margin-top:42px;*/
   overflow:hidden;
    border-bottom: 3px solid #383838;
}

#id_home_news h1{
	color: #fff;
}

div.home_news_img {
    width: 290px;
    margin-right: 45px;
    float: left;
    background-color: #383838;
    height: 180px;
}

div.home_news_img img {
    width: 264px;
    height: 154px;
    border: 1px solid #e1e1e1;
    margin: 12px;
}

div.home_news {
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #383838;
	width: 960px;
	position: relative;
}

div.home_news.last {
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 0px;
}

div.home_news_text {
	color: #fff;
}

div.home_news_text a {
	color: #fff;
}

div.home_news_date {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 0.8em;
	font-style:italic;
}

/* registration */

div.wantnewsletter {
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	margin-right: 10px;
    margin-bottom: 20px;
	background: url(../image/icon_email_open.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.wantnewsletter.disabled {
	background: url(../image/icon_email_delete.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-position: 1px 9px;
}

div.alert {
	background-color: #aa0000;
	border: 2px solid #660000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

div.success {
    background-color: #009900;
    border: 2px solid #006600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
}

/* reservation */

div.block {
	/*border: 1px solid red;*/
	font-size: 0.7em;
	position: relative;
	border-radius: 5px;
	-moz-box-shadow:
		inset 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow:
		inset 0px 0px 6px rgba(0,0,0,0.6);
}
div.block.disabled {
	background-color: #1D1D1D;
}
div.block.reserved {
	background-color: #990000;
}
div.block.blocked {
	background-color: #990000;
}
div.block.free {
	background-color: #006600;
	cursor: pointer;
}
div.block.last_minute {
	background-color: #CC9933;
	cursor: pointer;
}
div.block.mouseover {
	background-color: #33CC33;
}
div.block.selected {
	background-color: #3399CC;
}
div.title {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 1em;
	top: 4px;
	/*background-image: url(http://parapark.es/image/reservation_title_bg.png);*/
}

div.day_header {
	background-color: #4A4A4A;
	/*padding-top: 2px;*/
	/*padding-bottom: 2px;*/
	border-bottom: 2px solid #000;
	font-size: 0.65em;
	text-align: center;
	border-radius: 5px;
	-moz-box-shadow:
		inset 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow:
		inset 0px 0px 6px rgba(0,0,0,0.6);
}
div.day_header b {
	font-size: 1.1em;
}

div.hour_quater {
	text-align: center;
	font-size: 0.7em;
	-moz-box-shadow:
		inset 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow:
		inset 0px 0px 6px rgba(0,0,0,0.6);
}
div.hour_quater.color_1 {
	background-color: #4A4A4A;
}
div.hour_quater.color_2 {
	background-color: #585858;
}
div.hour_quater.first {
	border-radius: 5px 5px 0px 0px;
}
div.hour_quater.last {
	border-radius: 0px 0px 5px 5px;
}

div.legend_container {
	float: right;
	width: 200px;
	padding: 10px;
	padding-bottom: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #666666;
	background: rgba(100, 100, 100, 0.5);
}

div.legend {
	float: right;
	width: 200px;
	height: 30px;
}

div.legend_block {
	float: left;
	width: 40px;
	height: 20px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.legend_block.free {
	background-color: #006600;
}

div.legend_block.last_minute {
	background-color: #CC9933;
}

div.legend_block.reserved {
	background-color: #990000;
}

div.legend_block.disabled {
	background-color: #1D1D1D;
}

div.legend_block.selected {
	background-color: #3399CC;
}

.week_nav, .button_normal {
	cursor: pointer;
	font-size: 14px;
	color: #000;
	padding: 2px 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #999;
	-moz-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	background: -moz-linear-gradient(
		top,
		#A0A0A0 0%,
		#DFDFDF);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#A0A0A0),
		to(#DFDFDF));
}

.button_normal.rese_save {
	padding: 10px 20px 10px;
}

.button_normal.rese_card {
	font-size: 17px;
	padding: 5px;
	-moz-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,0,0,0.7);
	-webkit-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,0,0,0.7);
	background: -moz-linear-gradient(
		top,
		#A00000 0%,
		#DFDFDF);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#A00000),
		to(#DFDFDF));
}

.terms_check {
    width: 575px;
    margin-top: 15px;
    overflow: hidden;
}
.terms_text_block {
	float: right;
	width: 98%;
	background-image: url("../image/transparent_bg_white_50.png");
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	font-weight: bold;
}
.terms_text_block a {
	color: #000;
}


div.terms_check .label2{
	margin-top: 5px;
	float: right;
	margin-bottom: 5px;
}

div.terms_check input {
    height:  auto;
    margin: 0px 7px;
}

.order {
	cursor: pointer;
	font-size: 14px;
	color: #000;
	padding: 2px 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #999;
	-moz-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	background: -moz-linear-gradient(
		top,
		#A0A0A0 0%,
		#DFDFDF);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#990000),
		to(#CC3300));
}

.course_name {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	width: 100%;
	background-color: #4A4A4A;
	border-bottom: 2px solid #000;
	font-size: 1em;
	text-align: center;
	border-radius: 5px;
	-moz-box-shadow:
		inset 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow:
		inset 0px 0px 6px rgba(0,0,0,0.6);
}

.message {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFCC66;
	border: #CC6633;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 20px;
	margin: 20px 20px 20px 20px;
	text-align: center;
	width: 960px;
	margin: 0px auto;
}
.message.success {
	background-color: #669933;
}
.message.failed {
	background-color: #CC0000;
	color: #fff;
}

.ui-widget-content {
   overflow:hidden !important;
}

form {
    overflow:hidden !important;
}

button .houdini_icon_4 {
	position: absolute;
	right: -10px;
	bottom: -30px;
	width: 80px;
	height: 25px;
	background: url("../image/houdini_icon.png");
}

button .houdini_icon_5 {
	position: absolute;
	right: -10px;
	bottom: -30px;
	width: 100px;
	height: 25px;
	background: url("../image/houdini_icon.png");
}

/* MEM */

h1.mem_green {
    color: #08f83b;
}

.mem_cont{
    margin-top: 20px;
}
.mem_piccont{
    height: 250px;
    overflow: hidden;
    float:left;
}

.mem_ppic {
    margin-right: 45px;
    padding:12px;
    background-color: #383838;
}

.mem_ppic.last {
    margin-right:0px;
}

.mem_ppic_div {
    height: 149px;
    width: 264px;
    border: 1px solid #e1e1e1;
    background-color: #999999;
}

.mem_ppic img {
    max-width: 264px;
    height: 149px;
    margin: 0 auto;
    display: block;
}

a.mem_a_div {
    border: 1px solid #fff;
    border-top: none;
    display: block;
    color: #ffffff;
    background-color: #404040;
    text-decoration: none !important;
    text-align: center;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.mem_a_div a:hover {
    background-color: #5d5d5d;
}

.mem_voted {
    min-height: 19px;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-top: none;
    color: #ffffff;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #046826;
}


.mem_ppic .selected {

}
#cboxClose {
    top: 0px !important;
}

.modal {
    width: 100%;
}

.modal_inner {
    padding: 30px 20px;
}

.modal_head {
    text-align: center;
    background: rgb(232, 0, 0);
    background: -moz-linear-gradient(90deg, rgb(232, 0, 0) 30%, rgb(174, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgb(232, 0, 0) 30%, rgb(174, 0, 0) 100%);
    background: -o-linear-gradient(90deg, rgb(232, 0, 0) 30%, rgb(174, 0, 0) 100%);
    background: -ms-linear-gradient(90deg, rgb(232, 0, 0) 30%, rgb(174, 0, 0) 100%);
    background: linear-gradient(180deg, rgb(232, 0, 0) 30%, rgb(174, 0, 0) 100%);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 20px;
    color: #eee;
    border: 1px solid #B61010;
}


a#id_terms_btn {
    margin-left: 25%;
}

.modal_actions a {
    text-decoration: none !important;
    width: 40%;
    text-align: center;

}

#id_voucher_city {
	overflow: hidden;
}

#id_voucher_holiday {
	overflow: hidden;
}

#id_voucher_holiday label{
	line-height: 37px;
    margin-left: 8px;
}

#id_voucher_holiday a {
	display: block;
    margin-left: 100px;
    margin-bottom: 10px;
}

#id_voucher_holiday_input {
	overflow: hidden;
    width: 100%;
}

.hidden {
	display: none;
}

#id_voucher_extra_input a {
	text-align: center;
	text-decoration: none;
}

#id_voucher_extra_input hr {
	margin-top: 22px;
}

#external_import {
	margin-top: 30px;
	width: 100%;
	border: 1px solid #fff;
	overflow: hidden;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
    border-spacing:0;
	border: 1px solid #ffffff;
}

#external_import tr {
	width: 100%;
}
#external_import td.red {
	color: red;
}

#external_import td.connect {
	width: 40% !important;
	border-left: 1px solid #ffffff;
}

#external_import td {
	vertical-align: top !important;
	padding: 6px 10px;
	width: 30%;
}

#external_import div.btncont {
	float: right;
    left: -50%;
    margin-top: 20px;
    position: relative;
    text-align: left;
}
#external_import div.btncont_inner {
 float: none;
    left: 50%;
    list-style: none outside none;
    position: relative;
}

#external_import  a.button_orange {
	min-width: 120px;
	text-align: center;
	text-decoration: none !important;
}


#external_import td.register {
	border-top: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
}

#external_import td.edit {
	border-top: 1px solid #ffffff !important;
}

a.important {
	color: #ffc660 !important;
}