/*
@font-face {
	font-family: 'Dirtyego';
	src: url('font/dirty_ego.eot');
	src: url('font/dirty_ego.eot#iefix') format('embedded-opentype'),
		 url('font/dirty_ego.svg') format('svg'),
		 url('font/dirty_ego.woff') format('woff'),
		 url('font/dirty_ego.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
    font-family: 'Dirtyego';
    src: url('http://parapark.es/css/parapark/font/BeeRidgeVintageBold.eot'); /* IE9 Compat Modes */
    src: url('http://parapark.es/css/parapark/font/BeeRidgeVintageBold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('http://parapark.es/css/parapark/font/BeeRidgeVintageBold.woff2') format('woff2'), /* Super Modern Browsers */
        url('http://parapark.es/css/parapark/font/BeeRidgeVintageBold.woff') format('woff'),
        url('font/BeeRidgeVintageBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


* {
    font-family: Helvetica, Verdana, sans-serif;
	font-size: 15px;
}

body {
    background: #2C2C2C url(../../media/parapark/bg.jpg) fixed center;
    margin:0;
    padding:0 !important;
	color: #fff;
}
body>iframe[name='google_conversion_frame'] {
    position: absolute;
    left: 0;
    bottom: 0;
}

.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: 30px;
	text-align: left;
	color: black;
    font-family: Dirtyego, Helvetica, Verdana, sans-serif;
    margin-top: 21px;
	margin-bottom: 7px;
	/*letter-spacing: 2px;*/
}

h2 {
	 font-size: 28px;
	 text-align: left;
	 font-family: Dirtyego, Helvetica, Verdana, sans-serif;
	 margin-top: 11px;
	 margin-bottom: 3px;
	 /*letter-spacing: 2px;*/
}

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

}

.container {
	margin: 0 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;
    padding: 3px 3px 0 3px;
}

#offsite_logo {
    position: fixed;
    top: 53px;
    right: 15px;
}
#offsite_logo img{
    width: 140px;
}

@media (max-width: 1224px) {
    #offsite_logo {
        display: none;
    }
}

/* header */


#id_header_outer {
    height: 163px;
	position: relative;
    background: url("../../media/parapark/header.jpg") no-repeat 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;
    pointer-events: none;
}

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

/* */

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

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

}

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

.flag {
    margin-right:7px;
    float:left;
    cursor: pointer;
}
.flag.selected {
	cursor: default;
	position: relative;
}
.flag.selected:after{
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 5px solid #EBA658;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	bottom: 2px;
	left: 10px;
}

#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_select_city {
	font-size: 23px;
	height: 34px;
}

#id_select_city option {
    font-size: 23px !important;
    font-weight: bold !important;
}


#id_logo {
    height: 134px;
	width: 475px;
    background: url("../../media/parapark/logo.png") no-repeat 0 26px;
}

#id_logo .city {
	font-family: "Kaushan Script", Helvetica, Verdana, sans-serif;
	position: absolute;
	top: 52px;
	left: 475px;
	width: 440px;
	font-size: 38px;
	/*font-weight: bold;*/
	color: #fff;
}

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

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

#id_otp_creditcard_logos {
    position: absolute;
    right: 0;
    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,div.main_menu.hover {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #404040;
	border: 1px solid #565656;
}
div.main_menu{
    cursor: pointer;
}

.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;
}

.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;
}
.button_menu.button_fb {
    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: 1px solid #7790C7;
    padding-left: 24px;
    position:relative;
}
.button_menu.button_fb:hover {
    background: rgb(66, 96, 159);
    background: -moz-linear-gradient(90deg, rgb(66, 96, 159) 0%, rgb(60, 93, 164) 100%);
    background: -webkit-linear-gradient(90deg, rgb(66, 96, 159) 0%, rgb(60, 93, 164) 100%);
    background: -o-linear-gradient(90deg, rgb(66, 96, 159) 0%, rgb(60, 93, 164) 100%);
    background: -ms-linear-gradient(90deg, rgb(66, 96, 159) 0%, rgb(60, 93, 164) 100%);
    background: linear-gradient(0deg, rgb(66, 96, 159) 0%, rgb(60, 93, 164) 100%);
}

.button_menu.button_fb .text {
	padding-left: 3px;
	border-left: 1px solid #7790C7;
}

.button_menu.button_google {
    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: 1px solid #DE7A68;
    padding-left: 24px;
    position:relative;
}
.button_menu.button_google:hover {
    background: rgb(194, 45, 8);
    background: -moz-linear-gradient(90deg, rgb(194, 45, 8) 0%, rgb(187, 53, 30) 100%);
    background: -webkit-linear-gradient(90deg, rgb(194, 45, 8) 0%, rgb(187, 53, 30) 100%);
    background: -o-linear-gradient(90deg, rgb(194, 45, 8) 0%, rgb(187, 53, 30) 100%);
    background: -ms-linear-gradient(90deg, rgb(194, 45, 8) 0%, rgb(187, 53, 30) 100%);
    background: linear-gradient(0deg, rgb(194, 45, 8) 0%, rgb(187, 53, 30) 100%);
}

.button_menu.button_google .text {
	padding-left: 3px;
	border-left: 1px solid #DE7A68;
}

.button_menu .fa {
	position: absolute;
	top: 3px;
	left: 8px;
	width: 14px;
	height: 14px;
	content: '';
	text-align: center;
}
div.button_menu a {
	color: #fff;
	text-decoration: none
}

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

div.button_menu .triangle {
	display: none!important;
	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: 3px;
}

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

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

div.login {
    float:left;
    height:30px;
    margin-top:1px;
    background: url("../../media/parapark/loginbg.jpg") repeat-x;
}
div.logincorner {
    float:left;
    background-image: url("../../media/parapark/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 {
    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: 0;
}

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;
}

#id_bottom_contact_tdiv .fa {
	font-size: 24px;
	cursor: pointer;
	margin-right: 3px;
}

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

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

#id_footer_inner .footer_left {
    float: left;
}
#id_footer_inner .footer_offsite {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}
#id_footer_inner .footer_offsite img{
    width: 140px;
}
#id_footer_inner .footer_right {
    float: right;
    text-align: right;
}

#id_footer_inner .footer_right .footer_link {
    margin-right: 10px;
}
#id_footer_inner .footer_right .TA_rated {
    float: right;
}

#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_1 {
	display: inline-block;
	width: 20px;
	height: 25px;
	background: url("../../media/parapark/houdini_icon.png");
}

#id_home_banner .houdini_icon_2 {
	display: inline-block;
	width: 40px;
	height: 25px;
	background: url("../../media/parapark/houdini_icon.png");
}

#id_home_banner .houdini_icon_3 {
	display: inline-block;
	width: 60px;
	height: 25px;
	background: url("../../media/parapark/houdini_icon.png");
}

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

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

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

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

#id_home_top_transparent {
    overflow: hidden;
    background: url("../../media/parapark/parapark_transparent_bg.png") fixed center;
    background-position-y: -5px;
}

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

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

#id_home_top_outer #id_home_news_high {
    width: 960px;
	margin: 42px auto 0;
    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;
    overflow: hidden;
}

#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("../../media/parapark/parapark_top_outer_bottomline.jpg");
    overflow: hidden;
    margin-top: -49px;
}
#id_home_top_darker_inner {
    overflow: hidden;
    background: url("../../media/parapark/parapark_transparent_bg.png") fixed center;
    height: 69px;
}

#id_home_top_left_up {
    margin-left: -2px;
    float: left;
    width: 482px;
    height: 351px;
    margin-right: 43px;
	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 0 0 0 rgba(255,255,255,0.7);
	-webkit-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0 0 0 rgba(255,255,255,0.7);
}

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

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-shadow: 0 -1px 0 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 0 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 0 0 0 rgba(255,255,255,0.7);
	-webkit-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0 0 0 rgba(255,255,255,0.7);
}

a.button_fb {
    text-align: center;
    text-decoration: none;
    display: block;
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0 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 0 0 0 rgba(255,255,255,0.7);
    -webkit-box-shadow:
        1px 1px 5px rgba(000,000,000,0.5),
        inset 0 0 0 rgba(255,255,255,0.7);
}
a.button_fb, a.button_google {
    position:relative;
}

a.button_fb .text {
	padding-left: 3px;
	width: 300px;
}
a.button_google .text {
	padding-left: 3px;
	width: 300px;
}
a.button_fb .fa, a.button_google .fa {
	top: 6px;
	position: absolute;
	left: 8px;
	width: 30px;
	height: 24px;
	line-height: 24px;
	content: '';
	text-align: center;
	border-right: 1px solid #DE7A68;
	font-size: 24px;
}
a.button_fb .fa {
	left: 3px;
	border-right: 1px solid #7790C7;
	width: 35px;
}

a.button_google {
    text-align: center;
    text-decoration: none;
    display: block;
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0 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 0 0 0 rgba(255,255,255,0.7);
    -webkit-box-shadow:
        1px 1px 5px rgba(000,000,000,0.5),
        inset 0 0 0 rgba(255,255,255,0.7);
}

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

#id_btn_home_info {
	margin-top: 17px;
}

.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;
	/*margin-left: 10px;*/
}

#id_home_top_right {
    float:left;
    width:436px;
    /*height:330px;*/
    margin-top:25px;
}
#id_home_top_right video{
    width:436px;
}

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

.aboutus {
	width: 960px;
	border: 1px solid #5b5b5b;
    margin: 34px auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #640000;
	background: -moz-linear-gradient(90deg, #640000 12%, #410000 86%);
	background: -webkit-linear-gradient(90deg, #640000 12%, #410000 86%);
	background: -o-linear-gradient(90deg, #640000 12%, #410000 86%);
	background: -ms-linear-gradient(90deg, #640000 12%, #410000 86%);
	background: linear-gradient(180deg, #640000 12%, #410000 86%);
	overflow: hidden;
	position: relative;
}

.aboutus_inner {
	width: 913px;
	float: right;
    background-color: #535353;
	background: -moz-linear-gradient(90deg, #535353 12%, #303030 86%);
	background: -webkit-linear-gradient(90deg, #535353 12%, #303030 86%);
	background: -o-linear-gradient(90deg, #535353 12%, #303030 86%);
	background: -ms-linear-gradient(90deg, #535353 12%, #303030 86%);
	background: linear-gradient(180deg, #535353 12%, #303030 86%);
	min-height: 142px;
	position: relative;
}
.aboutus .quote  {
	position: absolute;
	text-align:center;
	color: #737373;
	font-size: 250px;
	font-family: serif;
}
.aboutus .quote_start {
	top: 0;
	left: 0;
	line-height: 250px;
}
.aboutus .quote_start2 {
	top: 0;
	left: 40px;
	line-height: 250px;
}
.aboutus .quote_end {
	bottom: 0;
	right: 40px;
	line-height: 27px;
}
.aboutus .quote_end2 {
	bottom: 0;
	right: 0;
	line-height: 27px;
}

.aboutus a {
	display: block;
    color: #e1e1e1;
    padding: 7px 102px 7px 128px;
    font-size: 16px;
    line-height: 20px;
	text-decoration: none;
	overflow: hidden;
}
.aboutus .sign {
    color: #e1e1e1;
    text-decoration: none;
    font-style: italic;
}

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

.aboutus .aboutus_text.no_pic {
	width: 630px;
	margin-right: 20px;
}


#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;
}

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

}

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

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

div.home_news_text {
	color: #fff;
	padding-bottom: 20px;
}
div.home_news_text h2{
	margin-top: 0 !important;
}


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(../../media/parapark/icon_email_open.png) no-repeat top left;
}

div.wantnewsletter.disabled {
    background: url(../../media/parapark/icon_email_delete.png) no-repeat 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 span {
	font-size: 0.7em;
}
div.block {
	/*border: 1px solid red;*/
	/*position: relative;*/
	border-radius: 5px;
	-moz-box-shadow:
		inset 0 0 6px rgba(0,0,0,0.6);
	-webkit-box-shadow:
		inset 0 0 6px rgba(0,0,0,0.6);
	visibility: hidden;
}
div.block.free {
	background-color: #006600;
	cursor: pointer;
	visibility: visible;
}
div.block.last_minute {
	background-color: #CC9933;
	cursor: pointer;
	visibility: visible;
}
div.block.mouseover {
	background-color: #33CC33;
	visibility: visible;
}
div.block.selected {
	background-color: #3399CC;
	visibility: visible;
}

div.block.disabled {
	background-color: #1D1D1D;
	visibility: visible;
}
div.block.reserved {
	background-color: #990000;
	visibility: visible;
}
div.block.blocked {
	background-color: #990000;
	visibility: visible;
}
div.block.disabled span, div.block.reserved span, div.block.blocked span  {
	display: none;
}

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);*/
}
#id_reservation_week {
	margin-top: 10px;
}

#rese_blocks_head {
	height: 40px;
}

#rese_blocks .day_header:first-child{
	width: 39px !important;
	margin-left: 0 !important;
}
#rese_blocks .day_header b{
	margin-bottom: -2px;
}
#rese_blocks .day_header span{
	font-size: 11px !important;
}
#rese_blocks .day_header{
	width: 80px;
	float: left;
	margin-left: 3px;
	height: 30px;
 	line-height: 14px !important;
}

#rese_blocks .day_body {
	width: 80px;
	float: left;
	margin-left: 3px;
}

#rese_blocks .day_body .block {
	margin-bottom: 3px;
	text-align: center;
}

#hour_header {
	float: left;
	width: 39px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

#hour_header .hour_quater {
	height: 30px;
}

#hour_header .hour_quater:nth-child(odd){
	background-color: #4A4A4A;
}
#hour_header .hour_quater:nth-child(even){
	background-color: #585858;
}

#rese_body{
}

#rese_block_cont {
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

#rese_block_disabler {
	position: absolute;
	background-color: #000;
	opacity: 0.3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rese_action_btns {
	width: 100%;
	overflow: hidden;
}

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

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 0 0 6px rgba(0,0,0,0.6);
	-webkit-box-shadow:
		inset 0 0 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 0 0 6px rgba(0,0,0,0.6);
	-webkit-box-shadow:
		inset 0 0 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 0 0;
}
div.hour_quater.last {
	border-radius: 0 0 5px 5px;
}

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

div.small, div.small span {
	font-size: 12px !important;
}

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 0 0 0 rgba(255,255,255,0.7);
	-webkit-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0 0 0 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 0 0 0 rgba(255,0,0,0.7);
	-webkit-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0 0 0 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));
	text-align: center;
	text-decoration: none !important;
}

.terms_check {
    width: 575px;
    margin-top: 15px;
    overflow: hidden;
}
.terms_text_block {
	float: right;
	width: 98%;
	background-image: url("../../media/parapark/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: 0 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 0 0 0 rgba(255,255,255,0.7);
	-webkit-box-shadow:
		1px 1px 5px rgba(000,000,000,0.5),
		inset 0 0 0 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-weight: bold;
	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 0 0 6px rgba(0,0,0,0.6);
	-webkit-box-shadow:
		inset 0 0 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;
	text-align: center;
	width: 960px;
	margin: 0 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_1 {
	position: absolute;
	right: -10px;
	bottom: -40px;
	width: 20px;
	height: 25px;
	background: url("../../media/parapark/houdini_icon.png");
}

button .houdini_icon_2 {
	position: absolute;
	right: -10px;
	bottom: -40px;
	width: 40px;
	height: 25px;
	background: url("../../media/parapark/houdini_icon.png");
}

button .houdini_icon_3 {
	position: absolute;
	right: -10px;
	bottom: -40px;
	width: 60px;
	height: 25px;
	background: url("../../media/parapark/houdini_icon.png");
}

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

button .houdini_icon_5 {
	position: absolute;
	right: -10px;
	bottom: -40px;
	width: 100px;
	height: 25px;
	background: url("../../media/parapark/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:0;
}

.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: 0 !important;
}

.modal_bg{
	width: 100%;
	height: 100%;
	background-color: #cccccc;
	position: fixed;
	z-index: 1200;
	top: 0;
	left: 0;
	opacity: 0.5;
}

.modal_outer {
	position: fixed;
	z-index: 1300;
	left: 50%;
	top: 40%;
}

.modal {
	padding: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 15px solid #000;
	background-color: white;
	left: -50%;
	overflow: hidden;
	position: relative;
}
.modal_close {
	color: #888;
	text-align: center;
	font-weight: bold;
	border: 1px solid #999;
	width: 20px;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: right;
	position: absolute;
	right: 10px;
	font-size: 15px;
}
.modal_close:hover {
	color: #666;
	border: 1px solid #777;
	cursor: pointer;
}


.modal_inner {
    padding: 30px 20px 20px;
    overflow: hidden;
    width: 500px;

}

.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%;
	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;
}

/*faq*/
div.faq {
    width:890px;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background: rgba(100, 100, 100, 0.2);
}
div.faq.over {
	background: rgba(100, 100, 100, 0.4);
}

div.faq h2 {
	line-height: 25px;
    margin: 0 0 10px;
    font-family: Helvetica, Verdana, sans-serif;
	font-size: 17px;
}

div.faq h2 div {
	background-color: #FFFFFF;
	width: 25px;
	height: 25px;
	color: #333333;
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#id_rese_price .discount {
	text-decoration: line-through;
}

#reservation_data #code_validator {
	width: 310px;
	overflow: hidden;
	float: left;
}

#reservation_data #code_validator input{
	width: 200px;
	padding-right: 50px;
}
#reservation_data #id_vouc_code {
	float: left;
}
#reservation_data #vouc_exists {
	float: left;
	width: 38px;
	height: 38px;
	color: white;
	background-color: #006600;
    border: 2px solid #006600;
    border-left-color: #6F0000;
    -webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	line-height: 38px;
	text-align: center;
	font-size: 28px;
	margin-left: -42px;
}

#reservation_data #vouc_error {
	float: left;
	width: 38px;
	height: 38px;
	color: white;
	background-color: #6F0000;
	border: 2px solid #6F0000;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	line-height: 41px;
	text-align: center;
	font-size: 25px;
	margin-left: -42px;
}

#reservation_data #validator_message {
	width: 262px;
	overflow: hidden;
	float: left;
	font-weight: bold;
	color: #fff;
}

#reservation_data #vouc_exists_msg {
	background-color: #006600;
	border: 2px solid #fff;
	padding: 10px;
	-webkit-border-bottom-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#reservation_data #vouc_error_msg {
	background-color: #6F0000;
	border: 2px solid #fff;
	padding: 10px;
	-webkit-border-bottom-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}
.translated_item {
	border-bottom: 2px solid green !important;
	font-size: inherit !important;
}
#id_home_news:after {
    content:"";
    clear:both;
    display:block;
}

.readonly {
	background-color: #ccc !important;
}

#xmassSign {
	position: absolute;
	left: 0;
	top: 25px;
	overflow: hidden;
	width: 200px;
	height: 108px;
	z-index: 4500;
	text-decoration: none;
}

#xmassSign .ribbon {
	font-family: Dirtyego, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	background-color: yellow;
	border: 2px solid black;
	color: black;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	-webkit-box-shadow: 0 0 10px #888;
	-moz-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
	z-index: 200;
	margin-left: -40px;
	padding: 10px 40px;
}
#xmassSign_mobile.start{
    position: absolute;
}
#xmassSign_mobile {
    width: 100%;
    display: block;
    margin-top: 10px;
}
#xmassSign_mobile .ribbon {
    font-family: Dirtyego, Helvetica, Verdana, sans-serif;
    font-size: 18px;
    background-color: yellow;
    border: 2px solid black;
    color: black;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
    z-index: 200;
    padding: 10px 20px;
}
#xmassSign_mobile br {
    display: none;
}

#xmassRow {
	display: block;
	float: right;
	width: 620px;
	text-decoration: none !important;
	font-weight: bold;
}
#xmassRow .ribbon {
	background-color: yellow;
	border: 2px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	color: black;
}

#fields .text h1 {
	background: url("../../media/parapark/transparent_bg_white_50.png");
	color: #000;
	padding: 3px;
	font-size: 14px;
	font-family: Helvetica, Verdana, sans-serif;
}

img.social_network {
    width: 50px;
    height: 50px;
}
.gmapcontainer{
    width: 450px;
    height: 350px;
    position: relative;
}
.gmapcontainer iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.gmapcontainer img.helperimg{
    opacity: 0;
    width: 100%;
    display: none;
}
#majcontent{
    float: left;
    min-width: 960px;
    width: 100%;
}
a, img {
    border:none !important;
    outline:none !important;
}

.cc_container {
    padding: 15px !important;
    background: #2C2C2C url(../../media/parapark/bg.jpg) fixed center !important;
    border: 2px solid #383838 !important;;
}

.cc_message {
    font-size: 14px !important;
    line-height: 14px !important;
    margin-top: 10px !important;
    color: #fff;
}

.cc_btn_accept_all, .cc_more_info {
    margin-left: 10px;
    font-size: 14px !important;
    color: #ffffff !important;
    padding: 10px 20px 10px !important;
    border: 1px solid #eba658 !important;
    border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    text-shadow: 0 -1px 0 rgba(30, 30, 30, 0.8) !important;
    background: rgb(128, 68, 0) !important;
    background: -moz-linear-gradient(90deg, rgb(128, 68, 0) 0%, rgb(199, 106, 0) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgb(128, 68, 0) 0%, rgb(199, 106, 0) 100%) !important;
    background: -o-linear-gradient(90deg, rgb(128, 68, 0) 0%, rgb(199, 106, 0) 100%) !important;
    background: -ms-linear-gradient(90deg, rgb(128, 68, 0) 0%, rgb(199, 106, 0) 100%) !important;
    background: linear-gradient(0deg, rgb(128, 68, 0) 0%, rgb(199, 106, 0) 100%) !important;
    -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5) !important;
    -moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5) !important;
    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5) !important;
}


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