body {
    background: #efefef;
	color: #333;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: Source Sans Pro;
	font-style: normal;
	font-size: 14px;
	overflow-y: scroll;
	overflow-x: hidden;
}
a {
	color: #3D7FA6;
}
#mbox {
	background: #fdfdfd;
	width: 1180px;
	color: #333;
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
	border-radius: 2px;
	border: none;
	margin-top: 10px;
	margin-bottom: 40px;
	-moz-box-shadow: 0px 0px 3px 0px rgba(73,101,125,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(73,101,125,0.5);
    -o-box-shadow: 0px 0px 3px 0px rgba(73,101,125,0.5);
    box-shadow: 0px 0px 3px 0px rgba(73,101,125,0.5);
}
#banniere img {
	width: 550px;
	height: 180px;
}
#container {
	text-align: left;
	line-height: 1.4;
	margin: 0;
	background-color: #f5f5f5;
	color: #333;
}
#content {
	padding: 20px 15px;
	overflow: hidden;
	width: auto !important;
}
.fstat-nav {
	padding: 8px 4px;
	background: #426483;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #1f6696;
	text-shadow: 1px 1px 0px #1f6696;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	font-family: Source Sans Pro;
	font-style: normal;
	font-size: 15px;
	color: #fff;
	margin-top: -15px;
	margin-bottom: -15px;
	width: 100%;
}
.fstat-nav a {
	color: #fff;
	text-decoration: none;
}
.nav-c {
    font-size: 15px;
    margin-top: -10px;
    margin-bottom: 40px;
    margin-left: 0;
}
.nav-c ul {
	background: #45669E;
    border: 0;
    color: #efefef;
    font-size: 10px;
    overflow: hidden;
    text-transform: uppercase;
    margin-top: 20px;
}
.nav-c li {
    width: auto;
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.nav-c li:last-child { }
.nav-c a {
    text-align: left;
    border-bottom: none;
    text-decoration: none;
    color: #eaeaea;
    display: block;
    font-size: 13px;
    font-weight: 600;
    transition: .3s background;
    transition-property: color,background;
	text-decoration: none !important;
}
.nav-c a:hover {
    background: transparent;
    color: #fff;
	text-shadow: 0 0 3px #fff;
	transition: all .5s ease;
}
.nav-c a.active {
	background-color: #364E63;
	color: #fff;
	cursor: default;
}
.nav-c li {
	/*width: 130px;*/
	border-bottom: none;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	display: inline-block;
	margin-right: -4px;
	font-weight: 500;
	text-transform: uppercase;
  	color: #fff;
}
.nav-c > ul > li {
	text-align: left;
}
.nav-c > ul > li > a {
	text-align: left;
	padding: 0 10px 0 10px;
}
.nav-c li ul {
	position: fixed;
	display: none;
	width: inherit;
    margin-top: 0px;
    padding-left: 0px;
}
.nav-c li ul a {
  	text-align: left;
	border-bottom: none;
	width: inherit;
	min-width: 160px;
	padding: 0 0 0 13px;
}
.nav-c li:hover ul {
	display: block;
	z-index: 9;
}
.nav-c li ul li {
	display: block;
}
.nav-c li ul li a {
	padding: 0;
	border-bottom: 1px solid #395063;
}
.section_global {
	padding: 0 10px;
}
.logo {
	vertical-align: middle;
}
#middle-content {
	min-height: 300px;
}
.articles {
	margin: -5px;
}
.articles .post_comments a {
	text-decoration: none;
	color: #4A4A4A;
}
.articles .post_comments a:hover {
	margin-left: 5px;
	transition: margin 0.5s;
}
.articles p {
	line-height: 20px;
}
/*** START Edit bootstrap ***/
.bs-callout-warning {
	border-left-color: #f0ad4e;
}
.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.alert {
    font-family: Open Sans, sans-serif;
    border-radius: 2px;
	padding: 12px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.alert a {
    color: #fff;
    text-decoration: underline;
}
.alert-warning {
	color: #fff;
	background-color: #ff9800;
    border: none;
}
.alert-info {
	color: #fff;
	background-color: #03a9f4;
	border: none;
}
.alert-danger {
	color: #fff;
	background-color: #F44336;
    border: none;
}
.alert-success {
	color: #fff;
	background-color: #4CAF50;
    border: none;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
.panel-default {
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 3px 0px rgba(12,11,11,0.2);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(12,11,11,0.2);
    -o-box-shadow: 0px 0px 3px 0px rgba(12,11,11,0.2);
    box-shadow: 0px 0px 3px 0px rgba(12,11,11,0.2);
}
.panel-default > .panel-heading {
	color: #FFFFFF;
	background-color: #45669E;
	border-color: #ddd;
    border-radius: 2px 2px 0 0;
}
.panel-heading {
	padding: 5px 15px;
}
.panel-kz {
	text-transform: uppercase;
	text-align: center;
	padding: 4px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 3px 15px 4px 15px;
}
.alert {
	margin-bottom: 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #F2F2F2
}

.tabs-below, .tabs-right, .tabs-left .nav-tabs {
	border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}
.tab-content > .active,
.pill-content > .active {
	display: block;
}
.tabs-left > .nav-tabs > li {
    float: none;
} 
.tabs-left > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs &:hover, &:focus {
	border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs > .active a &, &:hover, &:focus {
	border-color: #ddd transparent #ddd #ddd;
	border-right-color: #fff;
}
.well {
	padding: 10px;
	margin-bottom: 10px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.modal-body hr, .caption hr {
	margin-top: -6px;
	margin-bottom: 3px;
}
.thumbnail {
	background-color: #F7F7F7;
}
.bs-callout-warning {
	border-left-color: #CF5F68;
}
.bs-callout-warning h4 {
	color: #CF5F68;
}
.bs-callout h4 {
	font-weight: bold;
	margin-top: 0;
}
.bs-callout p {
	margin-bottom: 2px;
}
.img-thumbnail {
	border: 1px solid #E0E0E0;
}
/*** END Edit bootstrap ***/
.videos_space {
	margin: 0 0 12px 0;
}
p.videos_text {
	position: relative;
	margin-bottom: -20px;
}
p.videos_text:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	border-radius: 4px;
	padding-right: 196px;
	font-weight: bold;
	background: rgba(255,255,255,0.6);
	color: #eee;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
footer a .fa {
	font-size: 16px;
	color: #454545;
}
footer a .fa-facebook-square {
	color: #44619d;
}
footer a .fa-youtube-square {
	color: #e12a27;
}
footer a .fa-twitter-square {
	color: #55acee;
}
/*** START PAGINATION ***/
.light {
  background: #f3f3f3;
  overflow: hidden; }
  .paginate ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .paginate li {
    display: inline; }
  .paginate a {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
    margin: 1px 2px;
    padding: 3px 9px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #717171;
    font-size: smaller;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea'); }
    .paginate a:first-child, .paginate a.first {
      margin-left: 0; }
    .paginate a:last-child, .paginate a.last {
      margin-right: 0; }
    .paginate a:hover, .paginate a:focus {
      border-color: #fff;
      background-color: #fdfdfd;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
      background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
      background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
      background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
      background-image: -o-linear-gradient(top, #fefefe, #fafafa);
      background-image: linear-gradient(top, #fefefe, #fafafa);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa'); }
    .paginate a.more {
      box-shadow: 0 0 0 0 transparent;
      border: 0 none;
      background: transparent;
      margin-left: 0;
      margin-right: 0; }
    .paginate a.active {
      box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
      border-color: #505050;
      color: #f2f2f2;
      text-shadow: black 0 1px 0;
      background-color: #676767;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
      background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c'); }

.paginate-dark a {
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
  border-top: 1px solid #62686d;
  text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
  color: #fff;
  background-color: #4e5458;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#575e63), to(#3f4347));
  background-image: -webkit-linear-gradient(top, #575e63, #3f4347);
  background-image: -moz-linear-gradient(top, #575e63, #3f4347);
  background-image: -ms-linear-gradient(top, #575e63, #3f4347);
  background-image: -o-linear-gradient(top, #575e63, #3f4347);
  background-image: linear-gradient(top, #575e63, #3f4347);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575e63', EndColorStr='#3f4347'); }
  .paginate-dark a:hover, .paginate-dark a:focus {
    border-color: #61788a;
    background-color: #4d6374;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#566f82), to(#3e505e));
    background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
    background-image: -moz-linear-gradient(top, #566f82, #3e505e);
    background-image: -ms-linear-gradient(top, #566f82, #3e505e);
    background-image: -o-linear-gradient(top, #566f82, #3e505e);
    background-image: linear-gradient(top, #566f82, #3e505e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#566f82', EndColorStr='#3e505e'); }
  .paginate-dark a.active {
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
    border-color: #2d3035;
    background-color: #303338;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#303338), to(#2d3034));
    background-image: -webkit-linear-gradient(top, #303338, #2d3034);
    background-image: -moz-linear-gradient(top, #303338, #2d3034);
    background-image: -ms-linear-gradient(top, #303338, #2d3034);
    background-image: -o-linear-gradient(top, #303338, #2d3034);
    background-image: linear-gradient(top, #303338, #2d3034);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303338', EndColorStr='#2d3034'); }
/*** END PAGINATION ***/
/*@media all and (max-width: 765px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#mbox {
		width: 80%;
	}
	#banniere img {
		width: 350px;
		height: 100px;
	}
}*/
.forum-header {
    font-family: Open Sans, sans-serif;
    /*background: url(/img/banniere.png) no-repeat center top;*/
    background-size: cover;
    background-color: transparent;
    min-height: 204px;
	margin-top: 40px;
	margin-bottom: 25px;
}
label {
    font-weight: normal;
}

.nav-tabs { border-bottom: 2px solid #efefef; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }

.card {
    background: #FFF none repeat scroll 0% 0%; 
    margin-bottom: 30px; 
    /*-moz-box-shadow: 0px 0px 2px 0px rgba(12,11,11,0.2);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(12,11,11,0.2);
    -o-box-shadow: 0px 0px 2px 0px rgba(12,11,11,0.2);
    box-shadow: 0px 0px 2px 0px rgba(12,11,11,0.2);*/
}
.navbar-fixed {
    top:-20px;
    z-index:100;
    position:fixed;
    width:100%;
}
.articles .well {
    background: none;
    border: none;
    box-shadow: none;
}
.well {
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.boutique {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}