#content .c7n-content-tpl {
	margin-bottom: 30px;
}

#content .c7n-content-tpl img {
	margin: 0;
	display: block;
}

#content .img-fluid {
	width: 100% !important;
	height: auto !important;
}

#content figcaption {
    font-size: 11px;
    float: left;
    margin-bottom: 18px;
    margin-top: 5px;
    overflow: hidden;
}

#content .col-md-6 {
	width: calc(50% - 15px);
	float: left;
	padding-right: 15px;
}

#content .col-md-6 > h2:first-child,
#content .col-md-6 > h3:first-child,
#content .col-md-8 > h2:first-child,
#content .col-md-8 > h3:first-child {
	padding-top: 0;
}

#content .col-md-6 + .col-md-6, 
#content .col-md-4 + .col-md-8 { 
	padding-left: 15px;
	padding-right: 0px !important;
}

#content .col-md-4 {
	width: calc(33% - 15px);
	float: left;
	padding-right: 15px;
}

#content .col-md-8 {
	width: calc(66% - 15px);
	float: left;
	padding-right: 15px;
}

#content .c7n-accordeon-title {
	background: url(../images/icons/accordeon-arrow.png) no-repeat scroll right center #F1F1F1;            
    overflow: hidden;
    padding: 7px 10px;   
    margin-bottom: 1px;
    cursor: pointer;      
}

#content .c7n-accordeon-title.on {
    margin-bottom: 0px; 
    background: url(../images/icons/accordeon-arrow-over.png) no-repeat scroll right center #F1F1F1;     
}

#content .c7n-accordeon-title.over{
    background: url(../images/icons/accordeon-arrow-on.png) no-repeat scroll right center #F1F1F1;      
}

#content .c7n-accordeon-title.on.over{
    background: url(../images/icons/accordeon-arrow-on-over.png) no-repeat scroll right center #F1F1F1;      
} 

#content .c7n-accordeon-content {          
    overflow: hidden;
}

#content .c7n-accordeon-title.on + .c7n-accordeon-content {
    background: none repeat scroll 0 0 #ffffff;  
    padding: 10px 10px;   
    margin-bottom: 1px;  
    border-left: 1px solid #F1F1F1;  
    border-right: 1px solid #F1F1F1;  
    border-bottom: 1px solid #F1F1F1;  
}

.c7n-backend-only {
	clear: both;
	visibility: hidden;
	height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
}