/*
	Theme Name: SFX Theme
	Version: 1.0
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/*max-width:1050px;*/
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	z-index: 10;
	background-color: #fff;
	padding: 15px 0 15px 0;
	top: 0;
}
.f-menu{
	position: fixed;
	display: none;
	top: 0;
	box-shadow: 0px 0px 12px #F5F5F5;
}
/* logo */
.logo {
	float: left;
}
.logo-img {
	width: 90%;
}
/* nav */
.nav ul{
	float: right;
	margin-top: 30px;
}
.nav li{
	display: inline-block;
	margin-left: 15px;
}
.nav li::before{
	content: url(http://www.sfx.lu/wp-content/uploads/2017/05/nav-menu-1.png);
}
.nav li:last-child{
	background-color: #329a37;
	border-radius: 4px;
	padding: 12px;
}
.nav li:last-child::before{
	content: '';
}
.nav li:last-child a{
	color: #ffffff;
	margin-left: 0;
}
.nav li a{
	margin-left: 7px;
}
/* sidebar */
.sidebar {

}
.sidebar a{
	width: 100%;
	padding: 15px;
	display: block;
}
.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
h2{
	font-size: 20px;
}
h3{
	font-size: 15px;
	color: #a0a0a0;
}
h4{
	font-size: 14px;
}
p, li{
	font-size: 14px;
}
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}

 /* Form wrapper styling */
.search-wrapper {
width: 100%;
margin: 45px auto 50px auto;
box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}

/* Form text input */

.search-wrapper input {
width: 165px;
height: 20px;
padding: 10px 5px;
float: left;
font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
border: 0;
background: #EEE;
}

.search-wrapper input:focus {
    outline: 0;
    /*background: #fff;*/
    box-shadow: 0px 0px 2px #329a37 inset;
    /*box-shadow: 0 0 2px rgba(0,0,0,.8) inset;*/
}

.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

/* Form submit button */
.search-wrapper button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 40px;
width: 110px;
font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
color: white;
text-transform: uppercase;
background: #329a37;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.search-wrapper button:hover{
    background: #2683ca;
}

.search-wrapper button:active,
.search-wrapper button:focus{
    background: #2683ca;
    outline: 0;
}

.search-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #329a37 transparent;
    top: 12px;
    left: -6px;
}

.search-wrapper button:hover:before{
    border-right-color: #2683ca;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before{
        border-right-color: #2683ca;
}

.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}
/*HOMEPAGE*/
.slideshow{
	/*margin-top: 104px;*/
}
.slideshow, .slideshow .fw-col-xs-12{
	padding: 0!important;
}
.slideshow .fw-row{
	margin: 0px;
}
.container{
	width: 1050px;
	margin:auto;
}
.add-margin{
	margin-bottom: 35px;
}
.no-margin-right{
	margin-right: 0px!important;
}
.no-margin-left{
	margin-left: 0px!important;
}
.no-margin-bottom{
	margin-bottom: 0px!important;
}
.no-margin-top{
	margin-top: -20px;
}
.no-padding-bottom{
	padding-bottom: 0px!important;
}
.no-padding-top{
	padding-top: 0px!important;
}
.no-padding-left{
	padding-left: 0px!important;
}
.no-padding-right{
	padding-right: 0px!important;
}
.services .alignright{
	width: 57%;
	margin: 5px 0 0 20px;
}
.services .alignright p{
	margin-top: 0px;
	font-size: 14px;
	text-align: justify;
}
.services .alignright h2{
	margin-bottom: 0;
	color: #329a37;
}
.services .fw-icon i{
	font-size: 85px;
	line-height: 182px;
	color: #888;
}
.services .fw-col-xs-12:hover > a .fw-icon i{
	color: #329a37;
}
.services .fw-col-xs-12:hover{
	background-color: #fafafa;
}
.sfx-li li{
	list-style-image: url(http://www.sfx.lu/wp-content/uploads/2017/05/nav-li-1.png);
}
.sfx-li ul{
	margin-left: 10%;
}
.temoignages h3{
	margin-bottom: 40px;
}
.fw-heading{
	background: url(img/bg-h3.png) repeat-x;
	background-position: 0px 7px;
}
.fw-heading h3{
	background-color: #fff;
	display: inline;
	padding-right: 15px;
}
.copyright{
	color: #ffffff;
	text-align: center;
}
/*PAGE TYPE*/
.header-page h2{
	color: #329a37;
	font-size: 32px;
}
.header-page p{
	font-size: 21px;
	color: #000;
}
.header-page a{
	font-size: 20px;
	background-color: #329a37;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	margin-top: 20px;
	color: #ffffff;
}
.inner-page{
	height: 125px;
}
.inner-page .fw-icon i{
	line-height: 125px;
}
.inner-page .alignright{
	margin: 0 0 5px 20px;
}
.sous-services .fw-col.xs.12{
	text-align: center;
}
.sous-services .fw-icon i{
	font-size: 60px;
	line-height: 60px;
	color: #c1c1c1;
}
.sous-services .fw-icon{
	padding: 10px;
	background-color: #f5f5f5;
	height: 140px;
	width: 140px;
}
.sous-services .fw-icon .list-title{
	margin-top: 15px;
}
.sous-services{
	margin-top: 30px;
	margin-bottom: 30px;
}

/*NEWS*/
article.post{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #c1c1c1;
}
.container-blog{
	width: 70%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.container-sidebar{
	width: 30%;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
}
.container-article{
	width: 75%;
	float: right;
}
.container-article h2{
	margin-bottom: 5px;
}
.container-article h2 a{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.container-article h2 a:hover{
	color: #329a37;
}
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12); padding:1em; margin-bottom: 20px;}
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#ccc; }
ol.commentlist li p { font-size:11px; margin:0 0 1em; }
ol.commentlist li ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; margin-top: 50px;}
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent {}
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) and (max-width:768px){
	.header-page h2{
		font-size: 20px;
	}
	.header-page p{
		font-size: 13px;
	}
	.services{
		text-align: center;
	}
	.services .alignright{
		margin: 0!important;
		float: none;
		text-align: center;
		width: 95%;
	}
	.services .alignright p{
		text-align: center;
	}
	.nivo-caption{
		display: none!important;
	}
	.container{
		width: 100%;
	}
	.wrapper .header{
		width: 100%!important;
	}
	.f-menu{
		display: none!important;
	}
	.services .fw-icon i{
		line-height: 120px;
	}
	.container-blog{
		width: 100%;
		float: none;
		text-align: center;
	}
	.container-sidebar{
		float: none;
		margin: auto;
		width: 315px;
	}
	.container-article{
		float: none;
		width: 100%;
	}
}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) and (max-width: 1060px){
	.services .fw-icon i{
		line-height: 120px;
	}
	.nivo-caption{
		top: 5%!important;
		width: 57%!important;
	}
	.nivo-title{
		font-size: 25px!important;
	}
	.nivo-desc{
		font-size: 17px!important;
	}
	.nivo-link{
		font-size: 17px!important;
	}
	.nav li{
		font-size: 12px;
	}
	.f-menu{
		display: none!important;
	}
	.container-blog{
		width: 100%;
		float: none;
	}
	.container-sidebar{
		float: none;
		margin: auto;
		width: 315px;
	}
}
@media only screen and (min-width:768px) and (max-width: 1230px){
	.services{
		text-align: center;
	}
	.nivo-caption{
		display: none;
	}
	.services ..fw-col-sm-4{
		text-align: center;
	}
	.services .alignright{
		float: none;
		margin-right: auto;
		width: 100%;
	}
	.container{
		width: 100%;
	}
	.wrapper .header{
		width: 100%!important;
	}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (max-width:1230px) {

}
@media screen and (max-width: 600px) {
    .nav {
        height: auto;
    }
    .nav ul {
        width: 100%;
        display: block;
        height: auto;
    }
    .nav li {
        width: 50%;
        float: left;
        position: relative;
    }
    .nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
}
@media only screen and (max-width : 800px) {
	.logo{
		width: 100%;
		text-align: center;
	}
	.logo-img{
		width:auto;
	}
	.nav {
	    border-bottom: 0;
	}
	.nav ul {
	    display: none;
	    height: auto;
	    float: none;
		width: 100%;
		margin: auto;
		margin-bottom: 20px;
	}
	.nav a#pull {
	    display: block;
	    background-color: #329a37;
	    width: 100%;
	    position: relative;
	    float: right;
	    height: 40px;
	    margin-bottom: 20px;
	}
	.nav a#pull:after {
	    content:"";
	    background: url('img/nav-icon.png') no-repeat;
	    width: 30px;
	    height: 30px;
	    display: inline-block;
	    position: absolute;
	    right: 15px;
	    top: 10px;
	}
	.nav li a{
		font-size: 20px;
	}
	.nav li {
	    display: block;
	    float: none;
	    width: 50%;
	    margin: auto;
	}
}
@media only screen and (max-width : 320px) {
    .nav li {
        display: block;
        float: none;
        width: 100%;
    }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.nivo-controlNav{
	display: none!important;
}