/*
Theme Name: 960bc
Theme URI: http://www.guardianwebdesign.com.au/960bc
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1.6
Author: Troy Dean
Author URI: http://www.guardianwebdesign.com.au/
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

	960bc v1.6
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		min-width: 1024px
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		overflow-x: hidden;
		}

#header {
		height: auto;
		width: 100%;
		}

#headerimg {
		margin-top: 55px;
		}

/* This hides the 'skip to' links and maintains accessibility */

#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		margin-top: 54px;
		}

#sidebar
{
		text-align: left;
		padding-top: 40px;
		padding-bottom: 25px;
		}

#footer {
		background: url(images/footer_bg.png) center no-repeat;
		height: 162px;
		font-size: 0.9em;
		font-family: 'Source Sans Pro', sans-serif;
		}

.post {
		margin: 0 0 40px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar {
		float: right;
		padding: 2px;
		}

.commentlist li ul li {
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */

/* LOL HACKS */

#wrapper_bg {
	background: url(images/sub_header_bg.png) repeat-x;
	min-height: 200px;
	margin-top: 32px;
	z-index: 6;
	position: relative;
}

.webkit #pre_header{
	overflow:hidden;
}

#pre_header {
	/* height: 464px; */
	/* background: url(images/pre_header_bg.png) center; */
	width: 100%;
	background: url(images/slider_bg.png) center no-repeat !important
}

#sub_header {
	width: 100%;
	margin-top: -33px;
	position: relative;
	z-index: 9;
}

@-moz-document url-prefix() {
    #sub_header {
        top: -35px;
    }
    #wrapper_bg {
    	margin-top: 0px;
    }
    #content {
    	margin-top: 19px;
    }
}

#sub_header_wrapper {
	width: 982px;
	margin: 0 auto;
}

#sub_header_left {
		background: url(images/sub_header_left.png) top no-repeat;
		width: 11px;

		height: 200px;
		z-index: 9999;
		float: left;
}
#sub_header_right {
		background: url(images/sub_header_right.png) top no-repeat;
		width: 11px;

		height: 200px;
		z-index: 9999;
		float: left;
}
#sub_header_content {
		background: url(images/sub_header_repeat.png) repeat-x top;
		width: 960px;
		height: 200px;
		margin-top: 2px;
}

#testimonial_quote {
	width: 920px;
	margin: 0 auto;
	position: relative !important;
}
#testimonial_quote_author {
	width: 920px;
	margin: 0 auto;
	position: relative !important;
}

.testimonial {
	width: 960px !important;
}

#testimonial_quote p {
	font-size: 2.2em;
	margin-top: 1.4em;
	margin-bottom: 0px;
	text-align: center;
	font-family: Georgia;
	text-shadow: 1px 1px 1px #fff;
	line-height: 1.4em;
}

#testimonial_quote_author p {
	font-size: 1.4em;
	margin-top: 0.65em;
	text-align: center;
	font-family: georgia;
	font-style: italic;
}

/* iPads, iPhones & Co. ----------- */
@media only screen and (max-device-width : 480px) {

	#testimonial_quote p {
		font-size: 1.5em;
	}

	#testimonial_quote_author p {
		font-size: 0.9em;
	}

}

/* LOGO SLIDER HACKS LOL */

#testimonial_logo_wrapper {
	width: 960px;
}

/* END */


#testimonial_logo {
	margin-left: 30px;
	width: 900px;
	height: 80px;
}

.featured_image_left {
	float: left;
	position: relative;
}

.featured_image_right {
	float: right;
	position: relative;
}

.entry {
	margin-bottom: 16px;
	padding: 0 30px 0 30px;
}

.content_left {
	float: left;
	background: transparent;
	padding: 0 0 0 0;
}

.content_right {
	float: right;
	background: transparent;
	padding: 0 0 0 0;
}

.content_right h2 {
	margin-bottom: 20px;
}

.content_left p, .content_right p, .entry h2, #form_heading h2 {
text-shadow: 1px 1px 1px #fff;
}

#content_1_0 {
	margin-left: -2px;
  margin-top: 20px;
}

#content_2_0, #content_0_0 {
	margin-left: -2px;
	/* margin-top: 8px; */
	margin-bottom: 19px
}

#content_2_1, #content_0_1 {
	margin-bottom: 22px;
}

#content_2_2 {
	margin-bottom: 23px;
}

#content_3_0 {
	margin-bottom: 17px;
	margin-left: -2px;
}

#content_3_1 {
	margin-bottom: 23px;
}

#content_3_2 {
	margin-bottom: 79px;
}

.line_height_1 {}

.line_height_2 {
	line-height: 1.3em;
}

.line_height_3 {
	line-height: 1.4em;
}

.noshadow {
	text-shadow: #000 1px 1px 20px !important;
	margin-left: 32px;
	margin-top: -15px;
}

/* FORM HACKS */

.gform_body {
	margin-top: -14px;
}

#form_heading {
	padding: 0 0 0 30px !important;
	margin-top: 10px;
	margin-left: -2px;
}

.validation_error, .validation_message, .gform_wrapper div.charleft {
	display: none;
}

.gf_left_half {
	/* padding: 0 30px 0 0 !important; */
	width: 420px !important;
	float: left;
	clear: left;
}

.gf_browser_safari .gf_right_half {
	top: -292px !important;
}

.gf_browser_safari .large{
	height: 330px !important;
}

.gf_browser_iphone .gf_right_half {
	top: -314px !important;
}

.gf_browser_iphone .gf_left_half {
	margin: 0 0 0 0 !important;
}

.gf_browser_iphone .large {
	height: 316px !important;
}

.gf_browser_iphone .ginput_container {
	margin-bottom: 20px !important;
}

.gf_browser_iphone input.medium {
	border-radius: 0px !important;
}

.gf_browser_iphone textarea.large {
	border-radius: 0px !important;
	height: 354px !important;
}

.gf_browser_iphone .gform_footer.gform_top_label {
	margin-top: -306px !important;
}

.gf_browser_iphone .gform_footer.top_label {
	margin-top: -296px !important;
}

.iphone_required_fields {
	margin-top: -286px !important;
}

.gf_right_half {
	/* padding: 0 0 0 30px !important; */
	width: 420px !important;
	float: right;
	position: relative;
	top: -291px !important;
}

.gform_footer.top_label {
	position: relative;
	float: left;
	clear: both;
	margin-left: -3px !important;
	margin-top: -266px;
	margin-bottom: 64px;
}

.gform_fields {
	text-align: left;
	padding: 0 !important;
	text-indent: 0 !important;
}

.gfield {
	padding: 0 !important;
	margin-left: 0 !important;
}

.gfield_label {
	font-size: 17px;
	line-height: 16px
}

.ginput_container {
	margin-top: 8px;
	margin-bottom: 8px;
}

.medium {
	margin-left: 0 !important;
	width: 416px;
	height: 46px;
	border: 1px solid #6c6a66;
	font-size: 2.1em;
	text-indent: 10px !important;
	font-family: 'Source Sans Pro', sans-serif;
}

input.medium {
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

.gfield_error .gfield_label {
	color: red;
}

.gfield_error .ginput_container {
	margin-top: 8px !important;
	margin-bottom: 8px !important
}

.gfield_error .ginput_container input.medium {
	border: 2px solid red !important;
	width: 414px !important;
	height: 44px !important;
}

.gfield_error .gfield_required {
	color: red;
}

.large {
	margin-left: 0 !important;
	width: 408px !important;
	height: 329px !important;
	border: 1px solid #6c6a66;
	font-size: 2.1em;
	padding: 5px !important
}

textarea.large {
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
	font-family: 'Source Sans Pro', sans-serif;
}

* html #wrapper_bg {
	margin-top: 0px !important;
}

* html #sub_header {
	margin-top: 0px !important;
	top: -33px !important;
}

* html textarea.large {
	font-family: 'Source Sans Pro', sans-serif;
}

.gfield_error .ginput_container textarea.large {
	border: 2px solid red;
	height: 327px !important;
}

.gf_browser_iphone .gfield_error .ginput_container {
	margin-bottom: 20px !important;
}

.gf_browser_iphone .gfield_error .ginput_container textarea.large {
	height: 351px !important;
}

#gforms_confirmation_message {
	text-align: center;
	color: #5f8b05;
	text-shadow: 0px 1px 1px #fff;
	height: 36px;
	padding-top: 18px;
	background-image: url(images/form_success.png);
	background-repeat: no-repeat;
	max-width: 100% !important;
	margin: 8px 0 -26px -1px !important;
	font-size: 1.7em !important;
	visibility: visible;
	font-weight: 700;
}

.entry ul li::before, #sidebar ul ul li::before {
	content: none;
}

.gfield_required {
	color: #880108;
}

/* FOOTER HACKS */

#footer_top {
	margin-top: 20px;
	color: #6c6a66;
	text-shadow: #fff 1px 1px 1px;
	height: 89px;
}

#footer-bottom

#footer_top_left p, #footer_top_right p {
	line-height: 1.35em;
}

#footer_bottom a, #footer_bottom_right {
	color: #b2b2b2;
	font-weight: bold;
}

#footer_bottom , #footer_bottom a:hover {
	color: #b2b2b2;
	text-shadow: #000 1px 1px 1px;
	font-weight: bold;
}

#footer_top_left {
	padding: 0 30px 0 30px;
	float: left;
}

#footer_top_right {
	padding: 0 37px 0 23px;
}

#footer_top_right_facebook {
	float: right;
	margin-top: -47px;
	margin-right: 30px;
	width: 86px;
	overflow: hidden;
}

#footer_bottom_left {
	float: left;
	padding: 0 30px 0 30px;
}

#footer_bottom_left p {
	font-weight: 700;
}

#footer_bottom_right {
	float: right;
	padding: 0 30px 0 0;
}

#footer_bottom_right p {
	text-align: right;
}

/* SLIDER HACKS */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10-specific styles go here */
	#wrapper_bg {
		margin-top: 0px !important;
	}

	#sub_header {
		margin-top: 0px !important;
		top: -33px !important;
	}
}

.rsMainSlideImage {
/*	padding-left: 7px !important; */
	overflow: hidden !important;
/*	margin-left: 10px !important */
}

.royalSlider {
z-index: 0;
}

.rsContent {
	/* background: url(images/slider_bg.png) center no-repeat !important; */
	margin-top: 0px;
}

.rsImg {
	margin-top: -17px !important;
}

.rsTmb {
	display: none !important;
}

body .rsUni {
	background: none !important;
	margin: 0 auto;
}

.rsSlide {
	overflow: visible !important;
}

.rsOverflow {
	overflow: visible !important;
}

.rsContent {}

#top_header {
	/* background: url(images/Weihnachtsmann-mieten-berlin-header.png) center no-repeat; */
	height: 63px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.rsArrowRight {
	right: -24px !important;
}

.rsArrowLeft {
	left: -24px !important;
}

#my-video, #my-video-2 {
	margin-left: -67px;
}

#placeholder-video_wrapper, #placeholder-video-2_wrapper {
	float: left;
	margin: 10px 0 30px 0;
}

div#placeholder-video.jwplayer.playlist-none, div#placeholder-video-2.jwplayer.playlist-none {
  float:left !important;
  margin-bottom: 18px;
}

#placeholder-video, #placeholder-video-2 {
	float: left !important;
}

#placeholder-video {
	margin-bottom: 18px;
}

#spacer {
margin: 0 auto;
height: 400px;
width: 960px;
padding-top: 55px;
}

textarea {
    resize: none !important;
}

#required_fields {
	font-style: italic;
	font-size: 1em;
	float: right;
	margin-right: 30px;
	margin-top: -253px;
	visibility: visible;
}

.red {
	color: #880108;
}

.content_1_img {
	margin-bottom: -11px;
}

.content_2_img {
	margin-left: 8px;
	margin-top: 11px;
}

.content_3_img {
	margin-top: 4px;
}

.bottom_line {

}

.container_overlay {
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: -175px;
}

#top_button {
	float: right;
	padding: 9px 23px 0 0;
}

#gform_ajax_spinner_1 {
	display: none;
}

#form-container {
	height: 531px;
}

#top_header_bg {
left: 50%;
margin-left: -1280px;
position: relative;
margin-top: -1px;
}

.bx-wrapper .bx-controls-direction a {
	top: 42px !important;
}

.bx-wrapper {
	margin-bottom: 25px !important;
}

.bx-viewport {
	height: 118px !important;
}

.slider_header {
font-size: 4.8em;
margin-top: 13px;
margin-left: 33px;
font-weight: 200;
text-transform: none;
}

.image_container_2 {
	position: relative;
	left: -124px;
	top: -7px
}
.bx-wrapper .bx-prev {
	left: -38px !important;
}

.bx-wrapper .bx-next {
	right: -38px !important;
}

.pls {
	display: none !important;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background: none !important;
}

li#field_1_8.gfield.gform_validation_container {
visibility: hidden;
}
.gforms_confirmation_message{
  text-align: center;
  color: #5f8b05;
  text-shadow: 0px 1px 1px #fff;
  height: 36px;
  padding-top: 18px;
  background-image: url(images/form_success.png);
  background-repeat: no-repeat;
  max-width: 100% !important;
  margin: 8px 0 -26px -1px !important;
  font-size: 1.7em !important;
  visibility: visible;
  font-weight: 700;
}