@import "../../fonts/fonts.css";

/**********************************************************************************
 SEITENAUFBAU
 **********************************************************************************/
body {
	background: url("../img/back_metal.png") repeat transparent;
	font-family: robotoregular, sans-serif;
	font-size: 14px;
	color: #666666
}

a {
	color: #cc3333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.container {
	background: #ffffff;
	width: 1064px !important;
	padding: 0;

	-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
}
.form-control {
	padding: 4px 12px;
}

.header {
	height: 175px;
	/*background: url('../img/tmpheader.png');*/
	position: relative;
}

.footer {
	position: relative;
	background: rgb(245, 245, 245);

	min-height: 280px;
	padding: 35px 65px;
	margin-bottom: 62px;

	font-family: tstarregular, sans-serif;
}

.hidden {
	display: none;
}


/**********************************************************************************
 HEADER
 **********************************************************************************/
.header .logo {
	position: absolute;
	top: 16px;
	left: 64px;
}

.header .topright {
	position: absolute;
	top: 18px;
	right: 59px;
}
.header .sharethis {
	display: none;
}
.header .social {
	position: absolute;
    right: 200px;
    top: 23px;
}

.header .name {
	position: absolute;
	bottom: 28px;
	right: 59px;
	padding-top: 5px;
}

.header .name span {
	font-family: 'tstarmedium', sans-serif;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: right;
	display: block;
	margin-right: 92px;
}

.header .name .line1 {
	font-size: 23px;
	color: #666666;
}

.header .name .line2 {
	font-size: 29px;
	color: #cc3333;
}

.header .name .famoushostels {
	position: absolute;
	right: 0;
	top: 3px;
}


/**********************************************************************************
 SOCIAL MENU
 **********************************************************************************/
ul.social {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.social li {
	float: left;
	margin-right: 9px;
}

.social li a {
	display: block;
	overflow: hidden;
	text-indent: 9999px;
	white-space: nowrap;
}

.social .facebook a {
	background: url("../img/facebook.png");
	width: 30px;
	height: 30px;
}

.social .twitter a {
	background: url("../img/twitter.png");
	width: 30px;
	height: 30px;
}

.social .google a {
	background: url("../img/google.png");
	width: 29px;
	height: 30px;
}

.social .skype a {
	background: url("../img/skype.png");
	width: 30px;
	height: 29px;
}

.social .flickr a {
	background: url("../img/flickr.png");
	width: 30px;
	height: 30px;
}

/**********************************************************************************
 LANGUAGE MENU
 **********************************************************************************/
.language {
	float: left;
	width: 134px;

	height: 30px;
	padding: 5px 12px 5px 30px;
	background: url("../img/globe.png") no-repeat 5px 5px #f5f5f5;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/**********************************************************************************
 MAIN MENU
 **********************************************************************************/
.menu {
	list-style: none;
	padding: 0;
}

.menuContainer {
	background: url("../img/menuback.png");
	height: 39px;

}

.mainmenu {
	font-family: 'tstarmedium', sans-serif;
	font-size: 16px;
	color: #333333;

	position: absolute;
	z-index: 100;
	margin-left: 63px;
}

.mainmenu > li {
	display: block;
	margin-top: 1px;
	margin-right: 14px;
	height:37px;
	float: left;
	border: 1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mainmenu > li > a {
	height: 37px;
	padding: 0 20px;
	display: table-cell;
	color: #333333;
	vertical-align: middle;

	border: 1px solid transparent;
	border-top: 0;
	border-bottom: 0;
}

.mainmenu > li:hover,
.mainmenu > li.active {
	border-color: #cc0000;
	background-color: #cc0000;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #D35151),color-stop(1, #CC3333));
	background-image: -o-linear-gradient(bottom, #D35151 0%, #CC3333 100%);
	background-image: -moz-linear-gradient(bottom, #D35151 0%, #CC3333 100%);
	background-image: -webkit-linear-gradient(bottom, #D35151 0%, #CC3333 100%);
	background-image: -ms-linear-gradient(bottom, #D35151 0%, #CC3333 100%);
	background-image: linear-gradient(to bottom, #D35151 0%, #CC3333 100%);
}

.mainmenu > li:hover > a,
.mainmenu > li.active > a {
	color: rgb(255, 255, 255);
}

.mainmenu li.has-submenu {
	position: relative;
}

.mainmenu li.has-submenu .line {
	position: absolute;
	top: 35px;
	background: #f5f5f5;
	right: 1px;
	left: 1px;
	height: 2px;
	z-index: 20;
	display: none;
}


.mainmenu li.has-submenu:hover {
	border: 1px solid transparent;
	border-top: 0;
	background-image: none !important;
}

.mainmenu li.has-submenu:hover .line {
	display: block;
}

.mainmenu li.has-submenu:hover > a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #cccccc;
	border-bottom: 0;

	background: #f5f5f5;
	color: #CC0000;
}

.mainmenu .submenu {
	display: none;
	width: 163px;

	position: absolute;
	top: 36px;
	left: 0;

	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	border: 1px solid #cccccc;
	background: #f5f5f5;

	list-style: none;
	padding: 4px 0;

	-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.5);
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.5);
}

.mainmenu .submenu li a {
	color: #333333;
	display: block;
	padding: 5px 20px;
}

.mainmenu li:hover .submenu {
	display: block;
}

.mainmenu .submenu li:hover {
	background: #cc3333;
}

.mainmenu .submenu li:hover a {
	color: white;
}


/**********************************************************************************
 SEARCH SITE
 **********************************************************************************/
.mainmenu > li.searchli:hover {
	background-image: none;
	border: 1px solid transparent;
}

.searchli {
	margin: 3px 0 0 9px !important;
}

.searchinput {
	height: 30px;
	width: 210px;

	padding-top: 10px;
	padding-bottom: 5px;

	border: 0;
	background: url("../img/glass.png") no-repeat 185px 7px #ffffff;
}


/**********************************************************************************
 SLIDESHOW
 **********************************************************************************/
.has-slideshow {
	width: 940px;
	margin-bottom: 20px;
}

.coda-slider-wrapper {
	padding: 0 !important;
}

.coda-slider-wrapper.arrows {
	margin-left: -35px;
}


.coda-slider-wrapper .coda-slider .panel .panel-wrapper {
	padding: 0 !important;
}

.coda-slider-wrapper .panel-container .panel {
	margin-bottom: 0;
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}



.coda-slider-wrapper .coda-nav {
	margin-left: 5px;
}

.coda-slider-wrapper .coda-nav .current {
	background-image: url(../img/slider-blocks-bg-active.png) !important;
	background-repeat: no-repeat;
	height: 5px;
}

.coda-slider-wrapper .coda-nav a {
	background-image: url(../img/slider-blocks-bg.png) !important;
	background-repeat: no-repeat;
	color: #333333 !important;
	text-align: center;
	font-size: 14px;
	width: 173px;
	min-height: 60px;
}

.coda-slider-wrapper .coda-nav a:hover {
	color: #333333;
	text-shadow: none
}

.slider-left-arrow {
	position: relative;
	top: 100px;
	left: 40px
}

.coda-slider-wrapper .coda-nav-left-arrow:active,
.coda-slider-wrapper .coda-nav-right-arrow:active {
	margin-top: 160px;
}

.coda-slider-wrapper .coda-slider,
.coda-slider-wrapper .coda-slider .panel {
	width: 940px;
}

.arrows .coda-slider {
	margin: 0;
}

.coda-slider-wrapper .coda-nav-left-arrow {
	width: 35px;
	height: 35px;
	background: url(../img/slider-arrow.png) no-repeat top left;
	margin-top: 150px;
}

.coda-slider-wrapper .coda-nav-left-arrow:hover {
	background: url(../img/slider-arrow.png) no-repeat bottom left;
}

.coda-slider-wrapper .coda-nav-right-arrow {
	width: 35px;
	height: 35px;
	background: url(../img/slider-arrow.png) no-repeat top right;
	margin-top: 150px;
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}

.coda-slider-wrapper .coda-nav-right-arrow:hover {
	background: url(../img/slider-arrow.png) no-repeat bottom right;
}


.coda-slider-wrapper .coda-nav ul {
	width: 940px !important;
	margin-left: 30px;
}

.coda-slider-wrapper .coda-nav li a {
	width: 189px;
	max-width: 189px;

	padding: 10px 10px;
	border-right: 4px solid #fff;
	background-color: #fff;
	margin: 0;
}

.coda-slider-wrapper .coda-nav li.tab5 a {
	border-right: 0px solid #fff;
	width: 184px;
	max-width: 184px;
}

.coda-slider .panel-wrapper {
	position: relative;
}

.coda-slider .caption {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 200px;
	background: white;
}


.slideArea {
	position: relative;
	min-height: 355px;
}

.slideArea:empty {
	min-height: 0;
}

.slideArea .layout-article {
	position: absolute;
	top: 27px;
	left: 358px;
	right: 40px;
	bottom: 27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 0;
	padding: 23px;
	background: #ffffff;
	opacity: 0.9;
	overflow: hidden;

	font-family: 'robotoregular', sans-serif;
	color: #666666;
}

.slideArea .layout-article h1 {
	font-family: 'tstarregular', sans-serif;
	color: #cc0000;
	font-size: 20px;
}

.slideArea .layout-article strong {
	font-family: 'robotomedium', sans-serif;
	color: #333333;
	font-weight: normal;
}


/**********************************************************************************
 GALLERIES (special version of slideshows)
 **********************************************************************************/
.gallery-thumbs a {
	display: inline-block;
	/*margin-right: 29px;
	margin-top: 29px;*/
	margin-right: 11px;
	margin-top: 11px;
}

.gallery-thumbs a.last-in-row {
	margin-right: 0;
}

.gallery-thumbs img {
	/*width: 294px;
	height: 201px;*/
	width: 147px;
	height: 101px;
}

/**********************************************************************************
 BOOKINGBOX
 **********************************************************************************/
.tx-escassd-pi1 {
	width: 290px;
	min-height: 300px;
	padding: 23px 25px 11px 25px;

	background: rgb(204,51,51); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(204,51,51,1) 0%, rgba(204,51,51,1) 50%, rgba(204,31,31,1) 51%, rgba(204,31,31,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(204,51,51,1)), color-stop(50%,rgba(204,51,51,1)), color-stop(51%,rgba(204,31,31,1)), color-stop(100%,rgba(204,31,31,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(204,51,51,1) 0%,rgba(204,51,51,1) 50%,rgba(204,31,31,1) 51%,rgba(204,31,31,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(204,51,51,1) 0%,rgba(204,51,51,1) 50%,rgba(204,31,31,1) 51%,rgba(204,31,31,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(204,51,51,1) 0%,rgba(204,51,51,1) 50%,rgba(204,31,31,1) 51%,rgba(204,31,31,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(204,51,51,1) 0%,rgba(204,51,51,1) 50%,rgba(204,31,31,1) 51%,rgba(204,31,31,1) 100%); /* W3C */

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	font-family: 'tstarmedium', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
}

.tx-escassd-pi1 label {
	font-weight: normal;
	margin-bottom: 1px;
}

.tx-escassd-pi1 .groupbook a {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

.tx-escassd-pi1 .famous {
	font-size: 18px;
	color: #ad0404;

	margin-top: 9px;
	margin-bottom: 0;
}

.tx-escassd-pi1 .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.tx-escassd-pi1 input,
.tx-escassd-pi1 select {
	font-family: 'tstarregular', sans-serif;
	color: #666666;
	border: 1px solid #666;
}

.tx-escassd-pi1 .datepicker {
	padding: 4px 12px;
	background: url('../img/calendar.png') 210px 6px no-repeat #ffffff;
}

.tx-escassd-pi1 input[type=text],
.tx-escassd-pi1 select {
	height: 30px;
	border: 1px solid #666;
}

.tx-escassd-pi1 .form-group {
	margin-bottom: 15px;
}

.tx-escassd-pi1 .peoplenightrow div {
	float: left;
	width: 115px;
}

.tx-escassd-pi1 .people-column {
	margin-right: 10px;
}

.tx-escassd-pi1 .btn-default {
	border: 0;
	width: 100%;

	font-family: 'tstarbold', sans-serif;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;

	padding: 5px 10px 2px 10px;

	background: rgb(67,67,73); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(67,67,73,1) 0%, rgba(0,0,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,67,73,1)), color-stop(100%,rgba(0,0,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(67,67,73,1) 0%,rgba(0,0,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(67,67,73,1) 0%,rgba(0,0,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(67,67,73,1) 0%,rgba(0,0,26,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(67,67,73,1) 0%,rgba(0,0,26,1) 100%); /* W3C */

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tx-escassd-pi1 .btn-default:hover {
	color: inherit;
}

.tx-escassd-pi1 .groupbook {
	border-top: 1px solid #bc0a0a;
	border-bottom: 1px solid #bc0a0a;
	padding-top: 14px;
	padding-bottom: 7px;
}


.slideArea .tx-escassd-pi1 {
	position: absolute;
	top: 27px;
	left: 34px;
}


/**********************************************************************************
 FOOTER
 **********************************************************************************/
.footermenu {
	float: left;
}

.footermenu > li {
	display: block;
	float: left;
	margin-right: 30px;
}

.footer .socialContainer span,
.footermenu > li > a {
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
}

.footermenu .submenu a {
	font-size: 12px;
	color: #999999;
}

.footermenu .submenu a:hover,
.footermenu .submenu li.active a {
	color: #cc3333;
}


.footer .socialContainer {
	float: left;
}

.footer .social {
	margin-top: 10px;
}


.footer .social .facebook a {
	background: url("../img/facebookg.png");
	width: 29px;
	height: 30px;
}

.footer .social .twitter a {
	background: url("../img/twitterg.png");
	width: 29px;
	height: 30px;
}

.footer .social .google a {
	background: url("../img/googleg.png");
	width: 29px;
	height: 30px;
}

.footer .social .skype a {
	background: url("../img/skypeg.png");
	width: 29px;
	height: 30px;
}

.footer .social .flickr a {
	background: url("../img/flickrg.png");
	width: 29px;
	height: 30px;
}

.footer .ad {
	display: block;
	position: absolute;
	bottom: 20px;
}

.footer .august {
	right: 65px;
}

.footer .famoushostels {
	right: 145px;
}


/**********************************************************************************
 MAIN
 **********************************************************************************/
.pageContainer {
	padding: 17px 62px 12px 62px;
	min-height: 250px;
}

p.bodytext:last-child {
	margin-bottom: 0;
}


.layout-4box {
	border: 1px solid #eeeeee;
	float: left;
	overflow: hidden;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);

	margin-left: 30px;
	margin-bottom: 22px;
	width: 212px;
	min-height: 340px;
}

.layout-4box .csc-textpic-imagewrap {
	float: none !important;
	margin-left: 0 !important;

	position: relative;
}

.layout-4box .csc-textpic-imagewrap .csc-header {
	position: absolute;

	left: 0;
	right: 0;
	bottom: 0;
}

.layout-4box .csc-textpic-image {
	margin: 0 !important;
}

.layout-4box .csc-header h1 {
	position: relative;
	margin: 0;
	padding: 0;
	background: url("../img/4boxarrow.png") no-repeat 190px 11px #cc0000;
	opacity: .8;
}

.layout-4box .csc-header h1,
.layout-4box .csc-header h1 a {
	font-family: 'tstarbold', sans-serif;
	font-size: 16px;
	color: #ffffff;
}
.layout-4box .csc-header h1 {
	padding: 10px 25px 5px 15px;
}
.layout-4box .csc-header h1 a {
	display: block;
	height: 100%;
}

.layout-4box .csc-textpic-text {
	min-height: 94px;
	padding: 13px;

}

.layout-4box .csc-textpic-text a,
.layout-4box .csc-textpic-text a:hover {
	color: #666;
}

.layout-4box img {
	max-width: 210px;
	max-height: 201px;
}


.slideArea + .layout-4box,
.layout-article + .layout-4box,
.layout-4box:first-child {
	margin-left: 0;
}

.layout-4box  + .layout-article {
	clear: both;
}



.layout-article {
	font-size: 14px;
	margin-bottom: 20px;
}

.layout-article h1 {
	font-size: 20px;
	font-family: robotoregular, sans-serif;
	color: #333333;
	margin: 0;
}

.layout-article ul {
	padding-left: 20px;
	margin-top: 10px;
}

.layout-article ul li {
	margin-bottom: 5px;
}


.layout-white h1 {
	color: #cc3333;
	margin-top: 1em;
	font-size: 20px;
}


.layout-grey {
	background: #f5f5f5;
	padding: 25px;
}

.layout-grey h1 {
	color: #333333;
}

.best-price-wrapper {
	position: relative;
	min-height: 110px;
	padding-top: 3px;
}

.best-badge {
	position: absolute;
	top: 0;
	right: 29px;
}

.best-text,
aside {
	position: absolute;
	right: 136px;
	bottom: 13px;
	font-size: 10px;
	color: #ccc;
}


.layout-best-price {
	border: 1px solid #d6d6d6;
	/*noinspection CssOverwrittenProperties*/
	border-left: 5px solid #cc0000;
	padding: 13px 154px 13px 34px;

	font-family: 'robotoregular', sans-serif;
	font-size: 12px;
	line-height: 1.0;
}

.layout-best-price .important {
	font-family: 'tstarmedium', sans-serif;
	font-size: 20px;
}



/**********************************************************************************
 FORMS
 **********************************************************************************/
.has-contactform {
	background: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	padding: 25px 35px;
	margin-bottom: 0;
}

.contactform-extratext {
	margin-top: 110px;
	margin-left: 698px;

	font-family: 'robotolight', sans-serif;
	color: #666666;
}

.contactform-extratext h1 {
	font-size: 12px;
	color: #666666;
}


.csc-mailform {
	font-family: 'robotolight', sans-serif;
	font-size: 14px;
	color: #666666;
}

.csc-mailform .csc-form-element-textblock {
	margin-bottom: 30px;
}


.csc-mailform form {
	margin: 0;
}

.csc-mailform h1 {
	font-family: 'tstarmedium', sans-serif;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 15px;
}

div.csc-mailform li label {
	font-size: 12px;
	font-weight: normal;
	color: #999999;

	float: none;
	width: auto;
	display: block;

	margin-bottom: 8px;

}

.csc-form-element-textline input[type=text] {
	width: 318px;
	height: 31px;
	margin-bottom: 20px;
	border: 0;
	padding: 1px 7px;
	border: 1px solid #666;
}

.csc-form-element-textarea textarea {
	width: 100%;
	height: 160px;
	border: 0;
	margin-bottom: 10px;
	padding: 5px 7px;
	border: 1px solid #666;
}

.csc-form-element-submit input[type=submit],
.csc-form-confirmation-false input[type=submit],
.csc-form-confirmation-true input[type=submit] {
	float: right;

	border: 0;

	font-family: 'tstarmedium', sans-serif;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;

	padding: 10px 15px 8px 15px;

	background: rgb(204,87,87); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,87,87,1) 0%, rgba(203,51,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,87,87,1)), color-stop(100%,rgba(203,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,87,87,1) 0%,rgba(203,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,87,87,1) 0%,rgba(203,51,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,87,87,1) 0%,rgba(203,51,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,87,87,1) 0%,rgba(203,51,51,1) 100%); /* W3C */

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.csc-form-confirmation {
	margin-top: 20px !important;
}

.csc-form-confirmation ol,
.csc-form-confirmation li {
	padding: 0 !important;
	margin: 0 !important;
}

.csc-form-confirmation-true {
	float: right;
}

.csc-form-confirmation-false {
	float: left;
}

/**********************************************************************************
 CONTACT FORM
 **********************************************************************************/
.page-contact .csc-mailform {
	float: left;
	width: 660px;
}

/* name */
.page-contact .csc-form-4 {
	width: 318px;
	float: left;
}

/* mail and mail confirm */
.page-contact .csc-form-5,
.page-contact .csc-form-6 {
	width: 318px;
	float: right;
}

/* message */
.page-contact .csc-form-7 {
	clear: both;
}

/**********************************************************************************
 GROUP BOOKING FORM
 **********************************************************************************/
.page-groupbooking div.csc-mailform li label {
	float: left;
	width: 200px;
}

.page-groupbooking div.csc-mailform ol {
	list-style: none;
}



.page-groupbooking .csc-form-element-textline input[type=text] {
	width: 500px;
	border: 1px solid #666;
}

.page-groupbooking .csc-mailform select {
	width: 500px;
	border: 0;
	background: white;
	height: 31px;
	margin-bottom: 20px;
	border: 1px solid #666;
}

.page-groupbooking .csc-form-element-textarea textarea {
	float: left;
	width: 500px;
	border: 1px solid #666;
}

.page-groupbooking .csc-form-element-submit input[type=submit] {
	margin-right: 158px;
}



/**
 * Gallery
 */
.csc-textpic-firstcol {
	margin-right: 9px !important;
}
.coda-slider-wrapper {
	overflow: hidden;
}