/**
 * @depends /theme/theme.less.css
 */

.mainWrap {
	min-height: 300px;
}
.footerWrap {
	background: #ededed;
	margin-top: 15px;
	padding: 20px 0;
}

.mainTeaser {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 50%;
	padding: 20px 20px 20px;
	z-index: 10;
	margin-top: 1px;
	height: 437px;
}

.mainTeaser p {
    margin: 0 0 15px;
	font-family: verdana, sans-serif;
}

.mainTeaser.textleft p:first-child:before {
	display: inline-block;
	content : '';
	float : right;
	height : 386px;
	margin : -20px 0px 0 0 ;
	width : 50%;	
}

.mainTeaser.textright p:first-child:before {
	display: inline-block;
	content : '';
	float : left;
	height : 386px;
	margin : -20px 0px 0 0 ;
	width : 50%;	
}



.gamma-gallery li:first-child,
.gamma-gallery li:nth-child(2) {
	padding: 1px 0;
}

.gamma-gallery li:first-child img,
.gamma-gallery li:nth-child(2) img {
	height: 437px;
}

.rating {
    background-position: 6em 50%;
	 width: 160px;
}

ul.social li {
	list-style: none;
	float: right;
}

ul.social li a {	
	margin-left: 6px;
	display: inline-block;
	width: 32px;
	height: 33px;
	background: url(../../images/icon_social.png) 0 0 no-repeat;
	text-indent: -999em;
	margin-bottom:8px;
}

ul.social li a.facebook {
 	background-position: -113px -40px !important;
}

ul.social li a.twitter {
 background-position: -41px -40px !important;
}

.breadcrumb{
	padding-left: 0px;
}

#memberSignup {
	padding-bottom: 120px;
}

#corpSignup h4,
#memberSignup h4 {
	float: left;
	margin-right: 15px;
}

#corpSignup a img,
#memberSignup a img {
	margin-left: 7px;
}

.content .svIndex, section .svIndex {
	border-top: none;
}

.icon-user {
	background-image: none;
}

/* Media queries */

@media (min-width: 1200px) {
	.mainTeaser {
		height: 386px;
	}
	
	.gamma-gallery li:first-child img,
	.gamma-gallery li:nth-child(2) img {
		height: 386px;
	}

}

@media (max-width: 980px) {
	.gamma-gallery li:nth-child(2)  {
		display: none!important;
	}
	.mainTeaser.textleft p:first-child:before {
		height : 250px;
	}
	.mainTeaser.textright p:first-child:before {
		height : 250px;
	}
	
}

@media (min-width: 768px) and (max-width: 979px) {


	.gamma-gallery li:nth-child(2)  {
		display: none!important;
	}

}	


@media	(max-width: 767px) {
	#memberSignup {
		padding-bottom: 20px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.mainTeaser {
		height: 527px;
	}
	.mainTeaser.textleft p:first-child:before {
		height : 170px;
	}
	.mainTeaser.textright p:first-child:before {
		height : 170px;
	}

	.gamma-gallery li:first-child img{
		height: 527px;	
	}	
}

@media (max-width: 480px) {
	.mainTeaser {
		width:100%
	}
	.mainTeaser.textleft p:first-child:before {
		height : 170px;
	}
	.mainTeaser.textright p:first-child:before {
		height : 170px;
	}
	
	.mainTeaser p.intro {
		font-size: 14px;	
		line-height: 18px;
	}
	#homepage h1 {
		width: 75%;
	}
	.gamma-gallery li:first-child img {
		height: 372px;
	}
	.gamma-gallery li:nth-child(2) img {
		display: none;
	}

}

@media (max-width: 300px) {
	.gamma-gallery li:first-child img,
	.gamma-gallery li:nth-child(2)  {
		display: none!important;
	}
}