/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
/* Content CSS

----------------------------------------------------------------------------------------------------*/
section#top-ab .video {
    max-width: 800px;
    margin: 0 auto;
}


.g-recaptcha > div > div {
width:inherit !important;
position:relative;
display:block;
padding:0;
overflow:hidden;
max-width:302px;
border-right:1px solid #d3d3d3;
border-radius:4px;
box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
-webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
}

.g-recaptcha iframe {
position:absolute;
top:0;bottom:0;
left:0;
width:100%;
height:100%;
border:0;
} 

.g-recaptcha>div{
position:relative;
} 

.g-recaptcha>div:before{
content:'Loading captcha...';
position:absolute;
top:38%;left:0;
} 

.g-recaptcha:empty:before{
content:'Something wrong occured';
}


.remove-top-margin {
	margin-top: 0px;
}

.remove-bottom-margin {
	margin-bottom: 0px;
}

.alternate-list-margins {
	margin-top: 3px;
	margin-left: 25px;
}

.box-content {
	border: 1px solid #dddddd;
	background: #fafafa;
	box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
	-o-box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
	-moz-box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
	-webkit-box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.box-content p {
	margin: 0;
}

p.content-50 {
	width: 45%;
	display: inline-block;
	margin: 0 4% 0 0;
}

.sublist-margins {
	margin-top: 3px;
	margin-left: 10px;
}

div#gform_confirmation_message_8{
	color:#fff !important;
}

.gform_wrapper div.validation_error {
color: #F84848 !important;
}


.video-wrapper {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section#bottom-a {
    margin-bottom: 50px;
}

#bottom-a {
	display: none;
}

.page-id-145 #bottom-a,
.page-id-282 #bottom-a,
.page-id-280 #bottom-a,
.page-id-147 #bottom-a,
.page-id-149 #bottom-a {
	display: block;
}