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

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

/* Le parent */
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
/* L'enfant */
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* Layout
----------------------------------------------------------------------------------------------------*/

.custom-logo {
	width: 160px;
	height: 60px;
	background: url(../../../images/yootheme/logo.png) 0 50% no-repeat;
    background-size: contain;
}

.frontpage-headline { 
	padding-bottom: 10px;
	font-weight: bold;
}

/* Bottom
----------------------------------------------------------------------------------------------------*/

#bottom-a .custom h3 { 
	margin-top: 7px;
	margin-bottom: 27px;  
	line-height: 30px;
	font-size: 24px;
}

#bottom-a .custom p {
	margin-top: 0;
	font-family: "OpenSansLight";
	font-size: 18px; 
}

#system .gridalicious article.item > .links a {  
background-color: #dd512e;  
background-image: linear-gradient(rgba(221, 81, 46, 0), #c14627);  
display: inline-block;  
padding: 8px 14px;  
border-radius: 2px;   
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);  
color: #fff;  
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);  
}  

#system .gridalicious article.item > .links a:hover {  
background-color: #b94427;  
box-shadow: inset 0 1px 5px rgba(0,0,0,0.3), inset 0 0 1px rgba(0,0,0,0.3);  
color: #FFFFFF;  
}  

#system .gridalicious article.item > .links a:active {  
background-color: #dd512e;  
box-shadow: inset 0 1px 8px rgba(0,0,0,0.4), inset 0 0 1px rgba(0,0,0,0.3);  
text-shadow: 0 0 5px rgba(255,255,255,0.6);  
}