
/* Debut CSS maquette HTML  */




h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #777
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 21px;
	margin-bottom: 10.5px
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10.5px;
	margin-bottom: 10.5px
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%
}
h1, .h1 {
	font-size: 36px
}
h2, .h2 {
	font-size: 30px
}
h3, .h3 {
	font-size: 24px
}
h4, .h4 {
	font-size: 16px
}
h5, .h5 {
	font-size: 14px
}
h6, .h6 {
	font-size: 12px
}
p {
	margin: 0 0 10.5px
}
.dropup, .dropdown {
	position: relative
}
.dropdown-toggle:focus {
	outline: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9.5px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	white-space: nowrap
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	color: #777
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown-menu-right {
	left: auto;
	right: 0
}
.dropdown-menu-left {
	left: 0;
	right: auto
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.5;
	color: #777;
	white-space: nowrap
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}
.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}
@media(min-width:992px) {
.navbar-right .dropdown-menu {
	right: 0;
	left: auto
}
.navbar-right .dropdown-menu-left {
	left: 0;
	right: auto
}
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	float: left
}
.btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:hover, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
	z-index: 2
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar {
	margin-left: -5px
}
.btn-toolbar:before, .btn-toolbar:after {
	content: " ";
	display: table
}
.btn-toolbar:after {
	clear: both
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group>.btn-group {
	float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}
.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}
.btn-group>.btn-lg+.dropdown-toggle, .btn-group-lg.btn-group>.btn+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}
.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none
}
.btn .caret {
	margin-left: 0
}
.btn-lg .caret, .btn-group-lg>.btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}
.dropup .btn-lg .caret, .dropup .btn-group-lg>.btn .caret {
	border-width: 0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}
.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
	content: " ";
	display: table
}
.btn-group-vertical>.btn-group:after {
	clear: both
}
.btn-group-vertical>.btn-group>.btn {
	float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}
.btn-group-justified>.btn-group .btn {
	width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}
[data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
position:absolute;
clip:rect(0,0,0,0);
pointer-events:none
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-top: 5px;
}
.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.input-group .form-control:focus {
	z-index: 3
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: 6px 6px;
/*	padding: 6px 12px; */
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}
.input-group-addon.input-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}
.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}
.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
	margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.input-group-addon:first-child {
	border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.input-group-addon:last-child {
	border-left: 0
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}
.input-group-btn>.btn {
	position: relative
}
.input-group-btn>.btn+.btn {
	margin-left: -1px
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
	z-index: 2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.nav:before, .nav:after {
	content: " ";
	display: table
}
.nav:after {
	clear: both
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #eee
}
.nav>li.disabled>a {
	color: #777
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	color:#0C0;
	background-color: #eee;
	border-color: #337ab7
}
.nav .nav-divider {
	height: 1px;
	margin: 9.5px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav>li>a>img {
	max-width: none
}
.nav-tabs {
	border-bottom: 1px solid #ddd
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.5;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}
.nav-pills>li {
	float: left
}
.nav-pills>li>a {
	border-radius: 4px
}
.nav-pills>li+li {
	margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #337ab7
}
.nav-stacked>li {
	float: none
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified, .nav-tabs.nav-justified {
	width: 100%
}
.nav-justified>li, .nav-tabs.nav-justified>li {
	float: none
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media(min-width:768px) {
.nav-justified>li, .nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
	margin-bottom: 0
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0
}
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}
.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}
@media(min-width:768px) {
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0
}
.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus {
	border-bottom-color: #fff
}
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent
}
.navbar:before, .navbar:after {
	content: " ";
	display: table
}
.navbar:after {
	clear: both
}
@media(min-width:992px) {
.navbar {
	border-radius: 4px
}

.navbar {
	position: relative;
	min-height: 50px;
	
	border: 1px solid transparent
}

}
.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table
}
.navbar-header:after {
	clear: both
}
@media(min-width:992px) {
.navbar-header {
	float: left
}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch
}
.navbar-collapse:before, .navbar-collapse:after {
	content: " ";
	display: table
}
.navbar-collapse:after {
	clear: both
}
.navbar-collapse.in {
	overflow-y: auto
}
@media(min-width:992px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none
}
.navbar-collapse.collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important;
	background-color: #292929;
}
.navbar-collapse.in {
	overflow-y: visible
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	padding-left: 0;
	padding-right: 0
}
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}
@media(max-device-width:480px) and (orientation:landscape) {
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 200px
}
}
.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}
@media(min-width:992px) {
.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0
}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}
@media(min-width:992px) {
.navbar-static-top {
	border-radius: 0
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
@media(min-width:992px) {
.navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}
.navbar-brand {
	float: left;
	padding: 14.5px 15px;
	font-size: 18px;
	line-height: 21px;
	height: 50px
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none
}
.navbar-brand>img {
	display: block
}
@media(min-width:992px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -15px
}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.navbar-toggle:focus {
	outline: 0
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
@media(min-width:992px) {
.navbar-toggle {
	display: none
}
}
.navbar-nav {
	margin: 7.25px -15px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 21px
}
@media(max-width:991px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 21px
}
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
	background-image: none
}
}
@media(min-width:992px) {
.navbar-nav {
	float: left;
	margin: 0
}
.navbar-nav>li {
	float: left
}
.navbar-nav>li>a {
	padding-top: 14.5px;
	padding-bottom: 14.5px
}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	margin-top: 7.5px;
	margin-bottom: 7.5px
}
@media(min-width:768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.navbar-form .form-control-static {
	display: inline-block
}
.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle
}
.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
	width: auto
}
.navbar-form .input-group>.form-control {
	width: 100%
}
.navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .radio, .navbar-form .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .radio label, .navbar-form .checkbox label {
	padding-left: 0
}
.navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
	position: relative;
	margin-left: 0
}
.navbar-form .has-feedback .form-control-feedback {
	top: 0
}
}
@media(max-width:991px) {
.navbar-form .form-group {
	margin-bottom: 5px
}
.navbar-form .form-group:last-child {
	margin-bottom: 0
}
}
@media(min-width:992px) {
.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none
}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.navbar-btn {
	margin-top: 7.5px;
	margin-bottom: 7.5px
}
.navbar-btn.btn-sm, .btn-group-sm>.navbar-btn.btn {
	margin-top: 10px;
	margin-bottom: 10px
}
.navbar-btn.btn-xs, .btn-group-xs>.navbar-btn.btn {
	margin-top: 14px;
	margin-bottom: 14px
}
.navbar-text {
	margin-top: 14.5px;
	margin-bottom: 14.5px
}
@media(min-width:992px) {
.navbar-text {
	float: left;
	margin-left: 15px;
	margin-right: 15px
}
}
@media(min-width:992px) {
.navbar-left {
	float: left!important
}
.navbar-right {
	float: right!important;
	margin-right: -15px
}
.navbar-right~.navbar-right {
	margin-right: 0
}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}
.navbar-default .navbar-brand {
	color: #777
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}
.navbar-default .navbar-text {
	color: #777
}
.navbar-default .navbar-nav>li>a {
	color: #777
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	border-color: #999
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #454545
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555
}
@media(max-width:991px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #777
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}
}
.navbar-default .navbar-link {
	color: #777
}
.navbar-default .navbar-link:hover {
	color: #333
}
.navbar-default .btn-link {
	color: #777
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}
.navbar-inverse {
	background-color: #222;
	border-color: #090909
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-text {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #090909
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}
.navbar-inverse .navbar-toggle {
	border-color: #333
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #090909;
	color: #fff
}
@media(max-width:991px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
	border-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
	color: #444;
	background-color: transparent
}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
	color: #fff
}
.navbar-inverse .btn-link {
	color: #9d9d9d
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}
.jumbotron h1, .jumbotron .h1 {
	color: inherit
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}
.jumbotron>hr {
	border-top-color: #d5d5d5
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px
}
.jumbotron .container {
	max-width: 100%
}
@media screen and (min-width:768px) {
.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px
}
.container .jumbotron, .container-fluid .jumbotron {
	padding-left: 60px;
	padding-right: 60px
}
.jumbotron h1, .jumbotron .h1 {
	font-size: 63px
}
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%
}
.embed-responsive-4by3 {
	padding-bottom: 75%
}
.modal-open {
	overflow: hidden
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	background-clip: padding-box;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}
.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header:before, .modal-header:after {
	content: " ";
	display: table
}
.modal-header:after {
	clear: both
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.5
}
.modal-body {
	position: relative;
	padding: 15px
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer:before, .modal-footer:after {
	content: " ";
	display: table
}
.modal-footer:after {
	clear: both
}
.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media(min-width:768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto
}
.modal-content {
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 300px
}
}
@media(min-width:992px) {
.modal-lg {
	width: 900px
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: helvetica neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}
.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100)
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}
.tooltip-inner {
	max-width: 400px;
	padding: 3px 8px;
	color: #454545;
	text-align: center;
	background-color: #ddd;
	border-radius: 4px
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #ddd
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #ddd
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #ddd
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #ddd
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #ddd
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #ddd
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #ddd
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #ddd
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: helvetica neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.popover-content {
	padding: 9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover>.arrow {
	border-width: 11px
}
.popover>.arrow:after {
	border-width: 10px;
	content: ""
}
.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	bottom: -11px
}
.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25)
}
.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}
.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
	top: -11px
}
.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}
.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}
.carousel-inner>.item {
	display: none;
	position: relative;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item {
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1e3px;
	perspective: 1e3px
}
.carousel-inner>.item.next, .carousel-inner>.item.active.right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	left: 0
}
.carousel-inner>.item.prev, .carousel-inner>.item.active.left {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	left: 0
}
.carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0
}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: transparent
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}
.carousel-control .icon-prev:before {
	content: '\2039'
}
.carousel-control .icon-next:before {
	content: '\203a'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow: none
}
@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -10px;
	font-size: 30px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -10px
}
.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px
}
.carousel-indicators {
	bottom: 20px
}
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.hidden {
	display: none!important
}
.affix {
	position: fixed
}
@-ms-viewport {
width:device-width;
}
.visible-xs {
	display: none!important
}
.visible-sm {
	display: none!important
}
.visible-md {
	display: none!important
}
.visible-lg {
	display: none!important
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none!important
}
@media(max-width:767px) {
.visible-xs {
	display: block!important
}
table.visible-xs {
	display: table!important
}
tr.visible-xs {
	display: table-row!important
}
th.visible-xs, td.visible-xs {
	display: table-cell!important
}
}
@media(max-width:767px) {
.visible-xs-block {
	display: block!important
}
}
@media(max-width:767px) {
.visible-xs-inline {
	display: inline!important
}
}
@media(max-width:767px) {
.visible-xs-inline-block {
	display: inline-block!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm {
	display: block!important
}
table.visible-sm {
	display: table!important
}
tr.visible-sm {
	display: table-row!important
}
th.visible-sm, td.visible-sm {
	display: table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm-block {
	display: block!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm-inline {
	display: inline!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm-inline-block {
	display: inline-block!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md {
	display: block!important
}
table.visible-md {
	display: table!important
}
tr.visible-md {
	display: table-row!important
}
th.visible-md, td.visible-md {
	display: table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md-block {
	display: block!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md-inline {
	display: inline!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md-inline-block {
	display: inline-block!important
}
}
@media(min-width:1200px) {
.visible-lg {
	display: block!important
}
table.visible-lg {
	display: table!important
}
tr.visible-lg {
	display: table-row!important
}
th.visible-lg, td.visible-lg {
	display: table-cell!important
}
}
@media(min-width:1200px) {
.visible-lg-block {
	display: block!important
}
}
@media(min-width:1200px) {
.visible-lg-inline {
	display: inline!important
}
}
@media(min-width:1200px) {
.visible-lg-inline-block {
	display: inline-block!important
}
}
@media(max-width:767px) {
.hidden-xs {
	display: none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.hidden-sm {
	display: none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-md {
	display: none!important
}
}
@media(min-width:1200px) {
.hidden-lg {
	display: none!important
}
}
.visible-print {
	display: none!important
}
@media print {
.visible-print {
	display: block!important
}
table.visible-print {
	display: table!important
}
tr.visible-print {
	display: table-row!important
}
th.visible-print, td.visible-print {
	display: table-cell!important
}
}
.visible-print-block {
	display: none!important
}
@media print {
.visible-print-block {
	display: block!important
}
}
.visible-print-inline {
	display: none!important
}
@media print {
.visible-print-inline {
	display: inline!important
}
}
.visible-print-inline-block {
	display: none!important
}
@media print {
.visible-print-inline-block {
	display: inline-block!important
}
}
@media print {
.hidden-print {
	display: none!important
}
}
body {
	font-family: source sans pro, Helvetica, Arial, sans-serif
}
body.boxed>.boxed-container {
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0,0,0,.33);
	max-width: 100%
}
@media(min-width:768px) {
body.boxed>.boxed-container {
	width: 810px
}
}
@media(min-width:992px) {
body.boxed>.boxed-container {
	width: 1030px
}
}
@media(min-width:1200px) {
body.boxed>.boxed-container {
	width: 1230px
}
}
body.header-transparent .boxed-container {
	position: relative
}
body.page-template-template-empty {
	min-height: 100vh
}
body.page-template-template-empty .boxed-container {
	background-color: transparent;
	padding: 1px
}
p {
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "kern";
	font-feature-settings: "kern";
	-webkit-font-kerning: normal;
	font-kerning: normal
}
a {
	color: #1fa7da
}
a:hover {
	color: #1b92bf
}
img {
	border-radius: 2px
}
h1, h2, h3, h4, h5, h6 {
	font-family: montserrat, Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #333;
	letter-spacing: -.5px
}
.alternative-heading, .alternative-heading--404, .sidebar__headings, .footer .footer__headings, .jumbotron__category, .hentry__title, .panel-grid .widget-title, body.woocommerce-page div.product .woocommerce-tabs h2, body.woocommerce-page [itemprop=description], body.woocommerce-page .short-description, body.woocommerce-page .woocommerce-product-details__short-description, body.woocommerce-page .cart-collaterals .cart_totals h2, body.woocommerce-page .cart-collaterals .shipping_calculator h2 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.08)
}
.alternative-heading::after, .alternative-heading--404::after, .sidebar__headings::after, .footer .footer__headings::after, .jumbotron__category::after, .hentry__title::after, .panel-grid .widget-title::after, body.woocommerce-page div.product .woocommerce-tabs h2::after, body.woocommerce-page [itemprop=description]::after, body.woocommerce-page .short-description::after, body.woocommerce-page .woocommerce-product-details__short-description::after, body.woocommerce-page .cart-collaterals .cart_totals h2::after, body.woocommerce-page .cart-collaterals .shipping_calculator h2::after {
	position: absolute;
	content: "";
	background-color: #f7c51e;
	height: 3px;
	width: 30px;
	bottom: -1px;
	left: 0
}
.alternative-heading--404 {
	padding-bottom: 30px;
	margin-bottom: 30px
}
.alternative-heading--404::after {
	left: calc(50% - 15px)
}
blockquote {
	border-color: #f7c51e
}
.buildpress-table {
	width: 100%;
	max-width: 100%;
	font-family: montserrat, Helvetica, Arial, sans-serif
}
.buildpress-table thead th {
	background-color: #f7c51e;
	padding: 15px 20px;
	border-radius: 2px;
	color: #333;
	border-right: 2px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background-clip: padding-box
}
.buildpress-table thead th:first-of-type {
	background-color: transparent
}
.buildpress-table thead th:last-of-type {
	border-right: 0
}
.buildpress-table tbody td {
	background-color: #fff;
	box-shadow: 0 0 0 1px #eee inset;
	padding: 15px 20px;
	border-right: 2px solid transparent;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	background-clip: padding-box;
	border-radius: 2px
}
.buildpress-table tbody td:first-of-type {
	box-shadow: none;
	background-color: #eee
}
.buildpress-table tbody td:last-of-type {
	border-right: 0
}
.push-down-0 {
	margin-bottom: 0
}
.push-down-5 {
	margin-bottom: 5px
}
.push-down-10 {
	margin-bottom: 10px
}
.push-down-15 {
	margin-bottom: 15px
}
.push-down-20 {
	margin-bottom: 20px
}
.push-down-25 {
	margin-bottom: 25px
}
.push-down-30 {
	margin-bottom: 30px
}
.push-down-35 {
	margin-bottom: 35px
}
.push-down-40 {
	margin-bottom: 40px
}
.push-down-45 {
	margin-bottom: 45px
}
.push-down-50 {
	margin-bottom: 50px
}
.push-down-55 {
	margin-bottom: 55px
}
.push-down-60 {
	margin-bottom: 60px
}
.master-container {
	overflow: hidden;
	margin-bottom: 30px
}
@media(min-width:992px) {
.master-container {
	margin-bottom: 60px
}
}
.align-right {
	text-align: right
}
.align-center {
	text-align: center
}
.primary-font {
	font-family: source sans pro, Helvetica, Arial, sans-serif
}
.top {
	background: #333 linear-gradient(to bottom, #333333 0%, #2b2b2b 100%);
	border-bottom: 1px solid #4e4e4e
}
.top__left {
	padding: 7px 0 3px;
	text-align: center
}
@media(min-width:992px) {
.top__left {
	text-align: left;
	padding: 7px 0
}
}
@media(min-width:992px) {
.top__right {
	float: right
}
}
@media(min-width:992px) {
.top__right .widget {
	margin-left: 10px
}
}
@media(min-width:992px) {
.top__right .widget:last-of-type {
	margin-right: 0
}
}
.top__right .widget_text {
	vertical-align: top
}
.header {
	background-color: #fff;
	background-position: center center;
	margin-bottom: 30px
}
@media(min-width:992px) {
.header {
	margin-bottom: 60px
}
}
.header+.main-title {
	margin-top: -30px
}
@media(min-width:992px) {
.header+.main-title {
	margin-top: -60px
}
}
.page-template-template-front-page-slider-alt .header, .page-template-template-front-page-slider .header {
	margin-bottom: 0
}
@media(min-width:992px) {
.page-template-template-front-page-slider-alt .header, .page-template-template-front-page-slider .header {
	margin-bottom: 0
}
}
.logo {
	float: left;
	max-width: 50%
}
@media(min-width:480px) {
.logo {
	max-width: 100%
}
}
@media(min-width:992px) {
.logo {
	float: none;
	text-align: center
}
}
@media(min-width:1200px) {
.logo {
	float: left
}
}
.logo h1 {
	color: #f2f2f2;
	font-size: 22px;
	margin: 20px 0
}
@media(min-width:480px) {
.logo h1 {
	font-size: 36px;
	margin: 36px 0
}
}
.logo a:hover {
	text-decoration: none
}
@media(min-width:992px) {
.logo .img-responsive {
	margin: 0 auto
}
}
.header-widgets {
	padding: 10px 0;
	text-align: center
}
@media(min-width:992px) {
.header-widgets {
	padding: 14px 0 28px;
	float: left;
	text-align: left
}
}
@media(min-width:1200px) {
.header-widgets {
	padding: 28px 0;
	float: right
}
}
.header-widgets-desktop {
	display: none
}
@media(min-width:992px) {
.header-widgets-desktop {
	display: block
}
}
.header-light .top__left {
	padding: 10px 0
}
@media(min-width:992px) {
.header-light .navigation--top>li>a {
	padding: 10px 0 10px 15px
}
}
.header-light .navigation--top .menu-item-has-children>a {
	padding-right: 12px
}
.header-light .widget-icon-box {
	border-bottom: 1px solid rgba(0,0,0,.08)
}
@media(min-width:992px) {
.header-light .widget-icon-box {
	border-bottom: 0
}
}
.header-light .widget-icon-box:first-of-type {
	border-top: 1px solid rgba(0,0,0,.08)
}
@media(min-width:992px) {
.header-light .widget-icon-box:first-of-type {
	border-top: 0
}
}
@media(min-width:992px) {
.header-light .icon-box {
	padding-right: 20px;
	margin-left: 20px;
	border-right: 1px solid rgba(0,0,0,.08)
}
}
.header-light .icon-box .fa {
	color: #ddd
}
.header-light .icon-box__subtitle {
	color: #999
}
.header-light .navbar-collapse {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.08)
}
@media(min-width:992px) {
.header-light .navbar-collapse {
	box-shadow: none
}
}
@media(min-width:992px) {
.header-light .navigation {
	margin-bottom: -45px;
	box-shadow: none
}
}
@media(min-width:992px) {
.header-light .navigation--main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
}
@media(min-width:992px) {
.header-light .navigation--main>li {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
}
@media(min-width:992px) {
.header-light .navigation--main>li.is-hover>a, .header-light .navigation--main>li:hover>a {
	border-top: 0;
	border-bottom: 5px solid #f7c51e;
	padding-top: 34.5px;
	padding-bottom: 29.5px
}
}
@media(min-width:992px) {
.header-light .navigation--main>li>a {
	padding: 34.5px 22px;
	margin-right: 0
}
}
@media(min-width:992px) {
.header-light .navigation--main>li>a::before {
	background: rgba(255,255,255,.12)
}
}
@media(min-width:992px) {
.header-light .navigation--main>.menu-item-has-children>a::after {
	bottom: 12px
}
}
@media(min-width:992px) {
.header-light .navigation--main>.menu-item-has-children:hover>a {
	border-bottom: 0;
	padding-bottom: 34.5px
}
}
@media(min-width:992px) {
.header-light .navigation--main>.menu-item-has-children.current-menu-item:hover>a::after, .header-light .navigation--main>.menu-item-has-children.current-menu-ancestor:hover>a::after {
	color: #2e2e2e
}
}
@media(min-width:992px) {
.header-light .navigation--main>.current-menu-item>a {
	background-color: #f7c51e;
	color: #2e2e2e
}
}
@media(min-width:992px) {
.header-light .navigation--main>.current-menu-item>a::after {
	color: #2e2e2e
}
}
@media(min-width:992px) {
.header-light .navigation--main>.current-menu-ancestor>a {
	background-color: #f7c51e;
	color: #2e2e2e
}
}
@media(min-width:992px) {
.header-light .navigation--main>.current-menu-ancestor>a::after {
	color: #2e2e2e
}
}
@media(min-width:992px) {
.header-light .carousel-content {
	left: inherit
}
}
@media(min-width:992px) {
.header-light .carousel-control.left {
	right: calc(5% + 50px);
	left: inherit
}
}
@media(min-width:1450px) {
.header-light .carousel-control.left {
	left: 5%;
	right: inherit
}
}
.header-light .jumbotron__title p {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -.5px;
	font-family: montserrat, Helvetica, Arial, sans-serif;
	line-height: 1.1;
	color: #eee
}
@media(min-width:480px) {
.header-light .jumbotron__title p {
	font-size: 25px
}
}
@media(min-width:992px) {
.header-light .jumbotron__title p {
	margin: 18px 0 10px
}
}
@media(min-width:1200px) {
.header-light .jumbotron__title p {
	font-size: 30px
}
}
@media(min-width:1450px) {
.header-light .jumbotron__title p {
	margin: 26px 0 19px
}
}
@media(min-width:992px) {
.header-transparent .top__right {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
}
@media(min-width:992px) {
.header-transparent .top__left {
	padding: 12px 0
}
}
.header-transparent .header {
	background-color: transparent;
	font-size: 0;
	margin-bottom: 0
}
@media(min-width:992px) {
.header-transparent .header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	margin-bottom: 0
}
}
@media(min-width:992px) {
.header-transparent .header__container {
	z-index: 210;
	position: absolute;
	left: 0;
	right: 0;
	box-shadow: 0 1px 0 rgba(255,255,255,.3);
	background: linear-gradient(rgba(0,0,0,0.3), rgba(255,255,255,0))
}
}
.header-transparent .navigation {
	display: inline-block;
	width: 100%
}
@media(min-width:992px) {
.header-transparent .navigation {
	display: block;
	width: auto;
	text-align: right;
	background: 0 0;
	box-shadow: none;
	margin-bottom: 0
}
}
.header-transparent .navigation--main {
	font-size: 16px
}
@media(min-width:992px) {
.header-transparent .navigation--main>.current-menu-item>a {
	border-bottom: 6px solid #f7c51e
}
}
@media(min-width:992px) {
.header-transparent .navigation--main>li:hover>a, .header-transparent .navigation--main>li.is-hover>a {
	border-top: 0;
	border-bottom: 6px solid #f7c51e;
	padding-top: 45px
}
}
@media(min-width:992px) {
.header-transparent .navigation--main>li>a {
	padding: 45px 15px 39px;
	border-bottom: 6px solid transparent
}
}
@media(min-width:1200px) {
.header-transparent .navigation--main>li>a {
	padding-left: 20px;
	padding-right: 20px
}
}
@media(min-width:992px) {
.header-transparent .navigation--main>li>a::before {
	display: none
}
}
.header-transparent .navigation--main .sub-menu {
	font-size: 14px
}
@media(min-width:992px) {
.header-transparent .main-title {
	padding: 190px 0 85px
}
}
.header-transparent .main-title__secondary {
	color: #a19c95
}
.header-transparent .jumbotron {
	background-color: #524639;
	color: #fff
}
.header-transparent .jumbotron .carousel-content {
	padding-top: 30px
}
@media(min-width:992px) {
.header-transparent .jumbotron .carousel-content {
	background: 0 0;
	text-align: center;
	padding: 0;
	width: 700px;
	left: calc(50% - 350px);
	top: 40%
}
}
@media(min-width:1200px) {
.header-transparent .jumbotron .carousel-content {
	width: 900px;
	left: calc(50% - 450px)
}
}
@media(min-width:992px) {
.header-transparent .jumbotron__title p {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,.5)
}
}
@media(min-width:1200px) {
.header-transparent .jumbotron__title p {
	font-size: 48px
}
}
@media(min-width:992px) {
.header-transparent .jumbotron__content p {
	font-size: 18px;
	color: #fff
}
}
.header-transparent .jumbotron .carousel-control.left, .header-transparent .jumbotron .carousel-control.right {
	background: #524639
}
@media(min-width:992px) {
.header-transparent .jumbotron .carousel-control.left, .header-transparent .jumbotron .carousel-control.right {
	top: calc( 50% + 33px);
	line-height: 42px
}
}
.header-transparent .navbar-toggle {
	font-size: 14px
}
.header-transparent .testimonial__carousel .fa {
	vertical-align: top
}
.main-title {
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	padding: 30px 0;
	background-color: #f2f2f2
}
@media(min-width:992px) {
.main-title {
	padding: 97px 0 60px
}
}
.main-title__primary {
	margin: 0;
	font-size: 36px
}

.navigation--top {
	/*text-align: center;*/
	margin: 0;
	padding: 0
}
@media(min-width:992px) {
.navigation--top {
	text-align: right
}
}
.navigation--top a {
	color: #999
}
.navigation--top>li {
	list-style: none;
	position: relative;
	display: inline-block
}
.navigation--top>li>a {
	padding: 5px 10px 12px;
	text-decoration: none;
	display: block
}
@media(min-width:992px) {
.navigation--top>li>a {
	padding: 7px 0 7px 15px
}
}
.navigation--top>li>a:hover {
	color: #f7c51e;
	background: 0 0
}
.navigation--top>li:hover>.sub-menu {
	visibility: visible;
	opacity: 1
}
.navigation--top>li:hover>a {
	color: #f7c51e
}
.navigation--top>li:hover>a::after {
	border-color: #f7c51e transparent transparent transparent
}
.navigation--top .sub-menu {
	z-index: 215;
	text-align: left;
	display: block;
	visibility: hidden;
	opacity: 0;
	list-style: none;
	min-width: 120px;
	width: auto;
	position: absolute;
	padding: 0;
	margin-top: -1px;
	left: 0;
	top: 100%;
	transition: all 200ms ease-out
}
.navigation--top .sub-menu>li {
	position: relative
}
.navigation--top .sub-menu>li>a {
	background: #2b2b2b;
	padding: 5px 15px;
	display: block;
	border-bottom: 1px solid #454545;
	white-space: nowrap
}
.navigation--top .sub-menu>li>a:hover {
	color: #f7c51e;
	text-decoration: none
}
.navigation--top .sub-menu>li:hover>.sub-menu {
	visibility: visible;
	opacity: 1
}
.navigation--top .sub-menu>li>.sub-menu {
	margin-top: 0;
	left: 100%;
	top: 0;
	border-left: 1px solid #454545
}
.navigation--top>.menu-item-has-children>a {
	padding-right: 12px;
	position: relative
}
.navigation--top>.menu-item-has-children>a::after {
	font-family: fontawesome;
	content: "";
	color: #999;
	position: absolute;
	right: 0;
	bottom: calc( 50% - 8px )
}
@media(min-width:992px) {
.navigation--top>.menu-item-has-children>a::after {
	margin-bottom: -2px
}

}
@media(min-width:992px) {
.navigation {
	position: relative;
	background-color: #f9f9f9;
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
	box-shadow: 0 0 4px rgba(0,0,0,.25);
	/*margin-bottom: -57px;*/
	/*text-align: center;*/
	z-index: 210
}

}


.navigation--main {
	margin: 0;
	padding: 10px;
	font-family: montserrat, Helvetica, Arial, sans-serif;
	font-weight: 700
}
@media(min-width:992px) {
.navigation--main {
	padding: 0
}
}
.navigation--main>li {
	list-style: none;
	position: relative
}
@media(min-width:992px) {
.navigation--main>li {
	display: inline-block
}
}
.navigation--main>li>a {
	position: relative;
	display: block;
	color: #ddd;
	padding: 6px 10px 6px 0
}
@media(min-width:992px) {
.navigation--main>li>a {
	color: #999;
	padding: 27px 22px;
	margin-right: -4px
}
.navigation--main>li.cart>a {
	color: #999;
	padding: 23px 22px;
	margin-right: -4px
}
}
@media(min-width:1200px) {
.navigation--main>li>a {
	padding-left: 30px;
	padding-right: 30px
}
}
@media(min-width:992px) {
.navigation--main>li>a::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	right: 0;
	top: 50%;
	margin-top: -8px;
	background: rgba(0,0,0,.08)
}
}
.navigation--main>li:hover>a, .navigation--main>li.is-hover>a {
	text-decoration: none;
	color: #fff
}
@media(min-width:992px) {
.navigation--main>li:hover>a, .navigation--main>li.is-hover>a {
	border-top: 3px solid #f7c51e;
	padding-top: 24px;
	color: #333
	border-bottom: 3px solid #f7c51e;
}
}
.navigation--main>li:hover>a::after, .navigation--main>li.is-hover>a::after {
	color: #fff
}
@media(min-width:992px) {
.navigation--main>li:hover>a::after, .navigation--main>li.is-hover>a::after {
	color: #333
}
}
.navigation--main>li:hover>.sub-menu, .navigation--main>li.is-hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	z-index: 1
}
.navigation--main>li:last-child a::before {
	display: none
}
.navigation--main>.menu-item-has-children>a {
	position: relative
}
.navigation--main>.menu-item-has-children>a::after {
	position: absolute;
	content: "";
	font-family: fontawesome;
	right: 0;
	color: #ddd
}
@media(min-width:992px) {
.navigation--main>.menu-item-has-children>a::after {
	right: calc(50% - 5px);
	bottom: 10px;
	color: #999
}
}
.navigation--main .sub-menu {
	display: block;
	list-style: none;
	text-align: left;
	padding: 5px 10px;
	font-weight: 700;
	font-family: source sans pro, Helvetica, Arial, sans-serif;
	transition: all 200ms ease-out
}
@media(min-width:992px) {
.navigation--main .sub-menu {
	border-top: 2px solid #eeb908;
	visibility: hidden;
	width: auto;
	opacity: 0;
	left: 0;
	top: 100%;
	min-width: 180px;
	position: absolute;
	padding: 0
}
}
.navigation--main .sub-menu>li {
	position: relative
}
.navigation--main .sub-menu>li>a {
	color: #ddd;
	display: block;
	padding: 3px 0;
	white-space: nowrap
}
@media(min-width:992px) {
.navigation--main .sub-menu>li>a {
	color: #333;
	background: #f7c51e;
	/*border-bottom: 1px solid #eeb908;*/
	padding: 12px 30px
}
}
.navigation--main .sub-menu>li>a:hover {
	color: #fff;
	text-decoration: none
}
@media(min-width:992px) {
.navigation--main .sub-menu>li>a:hover {
	background: #eeb908;
	color: #333
}
}
.navigation--main .sub-menu>li:hover>.sub-menu {
	visibility: visible;
	opacity: 1
}
.navigation--main .sub-menu>li>.sub-menu {
	margin-top: 0;
	left: 100%;
	top: 0
}
@media(min-width:992px) {
.navigation--main .sub-menu>li>.sub-menu {
	border-left: 1px solid #eeb908;
	border-top: 0;
	padding: 0
}
}
.navigation--main .sub-menu>.menu-item-has-children>a {
	position: relative
}
@media(min-width:992px) {
.navigation--main .sub-menu>.menu-item-has-children>a::after {
	position: absolute;
	content: "\f0da";
	font-family: fontawesome;
	right: 15px;
	bottom: calc(50% - 10px);
	color: #333
}
}


@media(min-width:1200px) {
.is-sticky-navbar .navigation {
	width: 1140px
}
}
.navigation--footer {
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0
}
@media(min-width:992px) {
.navigation--footer {
	text-align: left
}
}
.navigation--footer>li {
	list-style: none;
	position: relative;
	display: inline-block
}
.navigation--footer>li>a {
	text-decoration: none;
	padding: 0 7px
}
.navigation--footer>li>a:hover {
	background: 0 0
}
.navigation--footer .sub-menu {
	display: inline-block;
	list-style: none;
	padding: 0
}
.navigation--footer .sub-menu>li {
	display: inline-block
}
.navigation--footer .sub-menu>li>a {
	padding: 0 7px
}
.navigation--footer .sub-menu>li>a:hover {
	text-decoration: none
}
.jumbotron {
	background: #333;
	padding: 0 0 0px;
	margin-bottom: 0
}
.jumbotron.jumbotron--no-catption {
	padding-bottom: 0
}
@media(min-width:480px) {
.jumbotron {
	padding-bottom: 0px
}
}
@media(min-width:992px) {
.jumbotron {
	background: #999;
	padding: 0
}
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	opacity: 1;
	text-shadow: none;
	width: 45px;
	height: 45px;
	background: rgba(51,51,51,.9);
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	top: 20px
}
@media(min-width:480px) {
.carousel-control.left, .carousel-control.right {
	top: 50px
}
}
@media(min-width:768px) {
.carousel-control.left, .carousel-control.right {
	top: 100px
}
}
@media(min-width:992px) {
.carousel-control.left, .carousel-control.right {
	top: calc( 50% - 22px)
}
}
.carousel-control.left:hover, .carousel-control.right:hover {
	color: #eee
}
.carousel-control.left {
	left: 5%
}
.carousel-control.left .fa-angle-left {
	padding-right: 2px
}
.carousel-control.right {
	right: 5%
}
.carousel-control.right .fa-angle-right {
	padding-left: 2px
}
.carousel-content {
	position: relative;
	max-height: 100%;
	z-index: 0
}
@media(min-width:992px) {
.carousel-content {
	background: rgba(51,51,51,.9);
	position: absolute;
	padding: 20px;
	width: 540px;
	top: 18%;
	left: calc( 50% - 270px )
}
}
@media(min-width:1200px) {
.carousel-content {
	top: 20%;
	width: 500px;
	left: calc( 50% - 250px )
}
}
@media(min-width:1450px) {
.carousel-content {
	width: 480px;
	margin-left: 0;
	padding: 30px;
	left: inherit
}
}
@media(min-width:1700px) {
.carousel-content {
	top: 25%
}
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%
}











@font-face {
	font-family: fontawesome;
	src: url(bower_components/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(bower_components/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(bower_components/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(bower_components/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(bower_components/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(bower_components/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}


.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

/*******/







.nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; }

.navbar { position: relative; min-height: 50px; margin-bottom: 21px; border: 1px solid transparent; }
.navbar:before, .navbar:after { content: " "; display: table; }
.navbar:after { clear: both; }
@media (min-width: 992px) { .navbar { border-radius: 4px; } }

.navbar-header:before, .navbar-header:after { content: " "; display: table; }
.navbar-header:after { clear: both; }
@media (min-width: 992px) { .navbar-header { float: left; } }

.navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after { content: " "; display: table; }
.navbar-collapse:after { clear: both; }
.navbar-collapse.in { overflow-y: auto; }
@media (min-width: 992px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; }
  .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; }
  .navbar-collapse.in { overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } }

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; }
@media (min-width: 992px) { .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } }

.navbar-static-top { z-index: 1000; border-width: 0 0 1px; }
@media (min-width: 992px) { .navbar-static-top { border-radius: 0; } }

.navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; }
@media (min-width: 992px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } }

.navbar-fixed-top { top: 0; border-width: 0 0 1px; }

.navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; }

.navbar-brand { float: left; padding: 14.5px 15px; font-size: 18px; line-height: 21px; height: 50px; }
.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }
.navbar-brand > img { display: block; }
@media (min-width: 992px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } }

.navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; }
.navbar-toggle:focus { outline: 0; }
.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }
@media (min-width: 992px) { .navbar-toggle { display: none; } }

.navbar-nav { margin: 7.25px -15px; }
.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 21px; }
@media (max-width: 991px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a { line-height: 21px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } }
@media (min-width: 992px) { .navbar-nav { float: left; margin: 0; }
  .navbar-nav > li { float: left; }
  .navbar-nav > li > a { padding-top: 14.5px; padding-bottom: 14.5px; } }

.navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 7.5px; margin-bottom: 7.5px; }
@media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .navbar-form .form-control-static { display: inline-block; }
  .navbar-form .input-group { display: inline-table; vertical-align: middle; }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; }
  .navbar-form .input-group > .form-control { width: 100%; }
  .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; }
  .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback { top: 0; } }
@media (max-width: 991px) { .navbar-form .form-group { margin-bottom: 5px; }
  .navbar-form .form-group:last-child { margin-bottom: 0; } }
@media (min-width: 992px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; box-shadow: none; } }

.navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.navbar-btn { margin-top: 7.5px; margin-bottom: 7.5px; }
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn { margin-top: 10px; margin-bottom: 10px; }
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn { margin-top: 14px; margin-bottom: 14px; }

.navbar-text { margin-top: 14.5px; margin-bottom: 14.5px; }
@media (min-width: 992px) { .navbar-text { float: left; margin-left: 15px; margin-right: 15px; } }

@media (min-width: 992px) { .navbar-left { float: left !important; }
  .navbar-right { float: right !important; margin-right: -15px; }
  .navbar-right ~ .navbar-right { margin-right: 0; } }
.navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; }
.navbar-default .navbar-brand { color: #777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; }
.navbar-default .navbar-text { color: #777; }
.navbar-default .navbar-nav > li > a { color: #777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; }
.navbar-default .navbar-toggle { border-color: #ddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar { background-color: #888; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; }
@media (max-width: 991px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } }
.navbar-default .navbar-link { color: #777; }
.navbar-default .navbar-link:hover { color: #333; }
.navbar-default .btn-link { color: #777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; }

.navbar-inverse { background-color: #222; border-color: #090909; }
.navbar-inverse .navbar-brand { color: #9d9d9d; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; }
.navbar-inverse .navbar-text { color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a { color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; }
.navbar-inverse .navbar-toggle { border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; color: #fff; }
@media (max-width: 991px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } }
.navbar-inverse .navbar-link { color: #9d9d9d; }
.navbar-inverse .navbar-link:hover { color: #fff; }
.navbar-inverse .btn-link { color: #9d9d9d; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; }

.jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; }
.jumbotron h1, .jumbotron .h1 { color: inherit; }
.jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; }
.jumbotron > hr { border-top-color: #d5d5d5; }
.container .jumbotron, .container-fluid .jumbotron { border-radius: 6px; padding-left: 15px; padding-right: 15px; }
.jumbotron .container { max-width: 100%; }
@media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; }
  .jumbotron h1, .jumbotron .h1 { font-size: 63px; } }



.carousel { position: relative; }

.carousel-inner { position: relative; overflow: hidden; width: 100%; }
.carousel-inner > .item { display: none; position: relative; transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { transition: -webkit-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } }
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; }
.carousel-inner > .active { left: 0; }
.carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
.carousel-inner > .next { left: 100%; }
.carousel-inner > .prev { left: -100%; }
.carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; }
.carousel-inner > .active.left { left: -100%; }
.carousel-inner > .active.right { left: 100%; }

.carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: transparent; }
.carousel-control.left { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.carousel-control.right { left: auto; right: 0; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
.carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); }
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; }
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; }
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; }
.carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; }
.carousel-control .icon-prev:before { content: '\2039'; }
.carousel-control .icon-next:before { content: '\203a'; }

.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; }
.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: transparent; }
.carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; }

.carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn { text-shadow: none; }

@media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; }
  .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; }
  .carousel-indicators { bottom: 20px; } }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


@media print { .hidden-print { display: none !important; } }


a { color: #1fa7da; }
a:hover { color: #1b92bf; }

img { border-radius: 2px; }

h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", Helvetica, Arial, sans-serif; font-weight: bold; color: #333333; letter-spacing: -0.5px; }

/* 05.08. Top Navigation */
.navigation--top { text-align: center; margin: 0; padding: 0; }
@media (min-width: 992px) { .navigation--top { text-align: right; } }
.navigation--top a { color: #999999; }
.navigation--top > li { list-style: none; position: relative; display: inline-block; }
.navigation--top > li > a { padding: 5px 10px 12px 10px; text-decoration: none; display: block; }
@media (min-width: 992px) { .navigation--top > li > a { padding: 7px 0 7px 15px; } }
.navigation--top > li > a:hover { color: #f7c51e; background: none; }
.navigation--top > li:hover > .sub-menu { visibility: visible; opacity: 1; }
.navigation--top > li:hover > a { color: #f7c51e; }
.navigation--top > li:hover > a::after { border-color: #f7c51e transparent transparent transparent; }
.navigation--top .sub-menu { z-index: 215; text-align: left; display: block; visibility: hidden; opacity: 0; list-style: none; min-width: 120px; width: auto; position: absolute; padding: 0; margin-top: -1px; left: 0; top: 100%; transition: all 200ms ease-out; }
.navigation--top .sub-menu > li { position: relative; }
.navigation--top .sub-menu > li > a { background: #2b2b2b; padding: 5px 15px; display: block; border-bottom: 1px solid #454545; white-space: nowrap; }
.navigation--top .sub-menu > li > a:hover { color: #f7c51e; text-decoration: none; }
.navigation--top .sub-menu > li:hover > .sub-menu { visibility: visible; opacity: 1; }
.navigation--top .sub-menu > li > .sub-menu { margin-top: 0; left: 100%; top: 0; border-left: 1px solid #454545; }
.navigation--top > .menu-item-has-children > a { padding-right: 12px; position: relative; }
.navigation--top > .menu-item-has-children > a::after { font-family: "FontAwesome"; content: "\f0d7"; color: #999999; position: absolute; right: 0; bottom: calc( 50% - 8px ); }
@media (min-width: 992px) { .navigation--top > .menu-item-has-children > a::after { margin-bottom: -2px; } }

/* 05.09. Main Navigation */
@media (min-width: 992px) { .navigation { position: relative; background-color: #f9f9f9; background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); margin-bottom: -37px; /*text-align: center;*/ z-index: 210; } }
.navigation--main { margin: 0; padding: 10px; font-family: "Montserrat", Helvetica, Arial, sans-serif; font-weight: bold; }
@media (min-width: 992px) { .navigation--main { padding: 0; } }
.navigation--main > li { list-style: none; position: relative; }
@media (min-width: 992px) { .navigation--main > li { display: inline-block; } }
.navigation--main > li > a { position: relative; display: block; color: #999; padding: 6px 10px 6px 0; }
@media (min-width: 992px) { .navigation--main > li > a { color: #999999; padding: 27px 22px; margin-right: -4px; } }
@media (min-width: 1200px) { .navigation--main > li > a { padding-left: 61px; padding-right: 61px; } }
@media (min-width: 992px) { .navigation--main > li > a::before { position: absolute; content: ""; width: 1px; height: 15px; right: 0; top: 50%; margin-top: -8px; background: rgba(0, 0, 0, 0.08); } }
.navigation--main > li:hover > a, .navigation--main > li.is-hover > a { text-decoration: none; color: #ffffff; }
@media (min-width: 992px) { .navigation--main > li:hover > a, .navigation--main > li.is-hover > a { border-top: 3px solid #f7c51e; padding-top: 24px; color: #333333; } }
.navigation--main > li:hover > a::after, .navigation--main > li.is-hover > a::after { color: #ffffff; }
@media (min-width: 992px) { .navigation--main > li:hover > a::after, .navigation--main > li.is-hover > a::after { color: #333333; } }
.navigation--main > li:hover > .sub-menu, .navigation--main > li.is-hover > .sub-menu { visibility: visible; opacity: 1; z-index: 1; }
.navigation--main > li:last-child a::before { display: none; }
.navigation--main > .menu-item-has-children > a { position: relative; }
.navigation--main > .menu-item-has-children > a::after { position: absolute; content: "\f0d7"; font-family: "FontAwesome"; right: 0; color: #999; }
@media (min-width: 992px) { .navigation--main > .menu-item-has-children > a::after { right: calc(50% - 5px); bottom: 10px; color: #999999; } }
.navigation--main .sub-menu { display: block; list-style: none; text-align: left; padding: 5px 10px; font-weight: bold; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; transition: all 200ms ease-out; }
@media (min-width: 992px) { .navigation--main .sub-menu { border-top: 2px solid #eeb908; visibility: hidden; width: auto; opacity: 0; left: 0; top: 100%; min-width: 180px; position: absolute; padding: 0 0 0 0; } }
.navigation--main .sub-menu > li { position: relative; }
.navigation--main .sub-menu > li > a { color: #999; display: block; padding: 3px 0; white-space: nowrap; }
@media (min-width: 992px) { .navigation--main .sub-menu > li > a { color: #333333; background: #f7c51e; border-bottom: 1px solid #eeb908; padding: 12px 30px 12px 30px; } }
.navigation--main .sub-menu > li > a:hover { color: #ffffff; text-decoration: none; }
@media (min-width: 992px) { .navigation--main .sub-menu > li > a:hover { background: #eeb908; color: #333333; } }
.navigation--main .sub-menu > li:hover > .sub-menu { visibility: visible; opacity: 1; }
.navigation--main .sub-menu > li > .sub-menu { margin-top: 0; left: 100%; top: 0; }
@media (min-width: 992px) { .navigation--main .sub-menu > li > .sub-menu { border-left: 1px solid #eeb908; border-top: 0; padding: 0; } }
.navigation--main .sub-menu > .menu-item-has-children > a { position: relative; }
@media (min-width: 992px) { .navigation--main .sub-menu > .menu-item-has-children > a::after { position: absolute; content: "\f0da"; font-family: "FontAwesome"; right: 15px; bottom: calc(50% - 10px); color: #333333; } }

.navbar-toggle { background: #f7c51e; border-radius: 2px; padding: 10px 12px; margin: 10px 0; transition: all 200ms ease-out; }
@media (min-width: 480px) { .navbar-toggle { margin: 34px 0; } }
.navbar-toggle:hover { background: #eeb908; }
.navbar-toggle .icon-bar { background: #454545; width: 18px; height: 3px; }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 3px; }
.navbar-toggle:focus { outline: none; }

.navbar-toggle__text { font-family: "Montserrat", Helvetica, Arial, sans-serif; font-weight: bold; color: #454545; display: inline-block; padding: 0 10px 0 0; }

.navbar-toggle__icon-bar { vertical-align: middle; display: inline-block; height: 18px; }

.navbar-collapse { padding: 0; max-height: 100%; }


@media (min-width: 1200px) { .is-sticky-navbar .navigation { width: 1140px; } }
/* 05.10. Footer Navigation */
.navigation--footer { display: inline-block; text-align: center; margin: 0; padding: 0; }
@media (min-width: 992px) { .navigation--footer { text-align: left; } }
.navigation--footer > li { list-style: none; position: relative; display: inline-block; }
.navigation--footer > li > a { text-decoration: none; padding: 0 7px; }
.navigation--footer > li > a:hover { background: none; }
.navigation--footer .sub-menu { display: inline-block; list-style: none; padding: 0; }
.navigation--footer .sub-menu > li { display: inline-block; }
.navigation--footer .sub-menu > li > a { padding: 0 7px; }
.navigation--footer .sub-menu > li > a:hover { text-decoration: none; }

/* 05.11. Jumbotron */
.jumbotron { background: #333333; padding: 0 0 20px 0; margin-bottom: 0; }
.jumbotron.jumbotron--no-catption { padding-bottom: 0; }
@media (min-width: 480px) { .jumbotron { padding-bottom: 30px; } }
@media (min-width: 992px) { .jumbotron { background: #999999; padding: 0; } }

/* Slider Indicators */
.carousel-control.left, .carousel-control.right { background-image: none; opacity: 1; text-shadow: none; width: 45px; height: 45px; background: rgba(51, 51, 51, 0.9); font-size: 36px; line-height: 46px; text-align: center; border-radius: 2px; color: #ffffff; top: 20px; }
@media (min-width: 480px) { .carousel-control.left, .carousel-control.right { top: 50px; } }
@media (min-width: 768px) { .carousel-control.left, .carousel-control.right { top: 100px; } }
@media (min-width: 992px) { .carousel-control.left, .carousel-control.right { top: calc( 50% - 22px); } }
.carousel-control.left:hover, .carousel-control.right:hover { color: #eeeeee; }

.carousel-control.left { left: 5%; }
.carousel-control.left .fa-angle-left { padding-right: 2px; }

.carousel-control.right { right: 5%; }
.carousel-control.right .fa-angle-right { padding-left: 2px; }

/* Slider Content */
.carousel-content { position: relative; max-height: 100%; z-index: 0; }
@media (min-width: 992px) { .carousel-content { background: rgba(51, 51, 51, 0.9); position: absolute; padding: 20px; width: 540px; top: 18%; left: calc( 50% - 270px ); } }
@media (min-width: 1200px) { .carousel-content { top: 20%; width: 500px; left: calc( 50% - 250px ); } }
@media (min-width: 1450px) { .carousel-content { width: 480px; margin-left: 0; padding: 30px; left: inherit; } }
@media (min-width: 1700px) { .carousel-content { top: 25%; } }


@media (min-width: 992px) { .carousel-inner > .item > img, .carousel-inner > .item > a > img { width: 100%; height:357px;  } }
.jumbotron__category { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(250, 250, 250, 0.2); margin-top: 20px; }
@media (min-width: 480px) { .jumbotron__category { margin-top: 30px; margin-bottom: 15px; padding-bottom: 15px; } }
@media (min-width: 992px) { .jumbotron__category { margin-top: 0; } }
.jumbotron__category h6 { margin: 0; color: #f7c51e; }

.jumbotron__title p, .jumbotron__title h1 { font-size: 20px; font-weight: bold; letter-spacing: -0.5px; line-height: 1.1; color: #eeeeee; margin-top: 21px; margin-bottom: 10.5px; }
@media (min-width: 480px) { .jumbotron__title p, .jumbotron__title h1 { font-size: 25px; } }
@media (min-width: 992px) { .jumbotron__title p, .jumbotron__title h1 { margin: 18px 0 10px 0; } }
@media (min-width: 1200px) { .jumbotron__title p, .jumbotron__title h1 { font-size: 30px; } }
@media (min-width: 1450px) { .jumbotron__title p, .jumbotron__title h1 { margin: 26px 0 19px 0; } }

.jumbotron__content p { font-size: 14px; font-weight: normal; }
@media (min-width: 992px) { .jumbotron__content p { margin: 0 0 18px 0; } }
@media (min-width: 1450px) { .jumbotron__content p { margin: 0 0 24px 0; } }


/*------------------------------------*\
	The End :)
\*------------------------------------*/

.niv1{
	background-color:#e7e7e7}
.niv2{
	padding-left:30px;	
}
.niv2:hover{
	padding-left:30px !important;	
}
.footer {
    background-image: url(../images/title-area-pattern.png);
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #666666;
    text-decoration: none;
    background-color: #f7c51e;
}
.produit{
	background-color:#e7e7e7;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
	border-bottom: 1px solid #999;
}

.breadcrumb { 
  list-style: none; 
  overflow: hidden; 
  font: 18px Helvetica, Arial, Sans-Serif;
  padding: 0;
  border-radius:0px;
  padding-left:0px;
  background-color:#eee;
}
.breadcrumb li { 
  float: left; 
}
.breadcrumb li a {
  color: #666666;
  text-decoration: none; 
  padding: 10px 0 10px 55px;
  background: #eee; 
  position: relative; 
  display: block;
  float: left;
}
.breadcrumb li a:after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #eee ;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}   
.breadcrumb li a:before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}   
.breadcrumb li:first-child a {
  padding-left: 10px;
}

.breadcrumb li.active a:after { border-left-color: #f7c51e !important; }
.breadcrumb li.active a { background: #f7c51e; }
.breadcrumb li a:hover { background: #f7c51e; }
.breadcrumb li a:hover:after { border-left-color: #f7c51e !important; }
.jumbotron2 {
    background-color: #333 !important;
    border-radius: 0px !important;
    padding: 30px;
}

.breadcrumb2 {
    padding: 8px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
	color: #777;
}

.breadcrumb2 a {
    color: #777;
}

.breadcrumb3 {
    color: #777;
}

.breadcrumb3:hover  {
    color: #777;
}

.depttitle {
    padding: 0px 0px 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
	color: #777;
	text-align: center;
   margin-top: -15px;

}
.depttitle a {
    color: #777;
}

.btn2, .btn3 {
    background-color: #f7c51e;
    color: #454545;
    border: 1px solid #f7c51e;
    font-weight: bold;
	margin:1px;
}
.btn2:hover {
    background-color: #e8b60f;
    border: 1px solid #e8b60f;
	color: #454545;
}
.btn3 {
    background-color: #21a7d7;
    border-color: #21a7d7;
    color: #fff;
    font-weight: bold;

}
.btn3:hover {
	background-color: #1d92bc;
    color: #fff;
    border: 1px solid #1d92bc;
    font-weight: bold;
}
.jumbotron2 p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
	color:#999;
}
.widget-title {
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.08) !important;
}
.widget-title::after {
    position: absolute;
    content: "";
    background-color: #f7c51e !important;
    height: 3px !important;
    width: 30px !important;
    bottom: -1px !important;
    left: 0 !important;
}
.footer .widget_nav_menu ul>li>a {
    display: block;
    padding: 6px 0;
    color: #666;
}
.footer .widget_nav_menu ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
#comments-submit-button, .btn4 {
    font-family: montserrat, Helvetica, Arial, sans-serif;
    padding: 15px 18px;
    line-height: 1;
    border-radius: 2px;
    transition: all 200ms ease-out;
    border: 2px solid transparent;
}
.btn4{
	background: #6c6c6c !important;
	border-color: #6c6c6c !important;
	color: #fff !important;
}
.btn4:hover{
	background: #585858 !important;
	border-color: #585858 !important;
}
.btn5{
	background: #6c6c6c !important;
	border-color: #6c6c6c !important;
	color: #fff !important;
}
.btn5:hover{
	background: #585858 !important;
	border-color: #585858 !important;
	color: #fff !important;
}
.input-group-addon {
	padding: 6px 6px;
/*	padding: 6px 12px; */
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}
.form-control {
	display: block;
	width: 100% ;
	height: 35px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
select.form-control {
	
	width: 100% !important;

}
.form-inline select.form-control {
    display: inline-block;
    width: 100% !important;
    vertical-align: middle;
}
.navbar-text {
    color: #2a2a2a !important;
    font-weight: bold;
}
.media-left {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 36px;
    color: #f8c701 !important;
    text-align: center;
}
.social-icons__link {
	font-size: 28px;
	padding: 0 8px;
	color: #f7c51e;
	transition: all 200ms ease-out
}
.social-icons__link:hover {
	color: #eeb908
}
.footer-bottom {
    text-align: left;
    padding: 19px 0;
}
.footer-bottom {
    background: #f7c51e;
    color: #666;
    text-align: center;
    padding: 10px 0;
}

.navigation--main > li:hover > a, .navigation--main > li.is-hover > a { text-decoration: none; color: #ffffff; }


@media (max-width: 992px) { 
.navigation--main > li:hover > a, .navigation--main > li.is-hover > a { text-decoration: none; color: #999; }
.navigation--main .sub-menu > li > a:hover { color: #999; text-decoration: none; } 
}	

.media {
	margin:5px;
    margin-top: 0px !important;
	margin-bottom: 10px !important;
	
}
.jumbotron {
  /*  background: #333333;*/
     background: #F8F9F8;
   padding: 0 0 0px 0;
    margin-bottom: 0;
}
.jumbotron2 {
    background-color: #333 !important;
    border-radius: 0px !important;
    padding: 30px;
}
.navbar {
    border-radius: 0px;
}

.navigation--main > li > a {
	font-weight:bold;
	font-size:18px;
}
.navigation--main > li.active > a {
	font-weight:bold;
	font-size:18px;
	background-color:#f7c51e;
	color:#000;
}
 .navigation--main > li > a::before {
    background: rgba(255, 255, 255, 0.12) !important;
}
.pull-right {
    float: right!important;
    margin-right: 4px;
}
.textwidget a {
    color: #333;
}
.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-xs, .btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
#comments-submit-button, .btn-primary {
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#comments-submit-button:hover, .btn-primary:hover {
	color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
#comments-submit-button:focus, .btn-primary:focus {
	color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#comments-submit-button, .btn-primary-out {
	color: #fff;
    background-color: #F7C51E;
    border-color: #E8B60F;
}
#comments-submit-button:hover, .btn-primary-out:hover {
	color: #fff;
    background-color: #E8B60F;
    border-color: #D3A70E;
}
#comments-submit-button:focus, .btn-primary-out:focus {
	color: #fff;
    background-color: #E8B60F;
    border-color: #D3A70E;
}
.btn-primary-out {
    color: #fff;
    background-color: #F7C51E;
    border-color: #E8B60F;
}
#comments-submit-button, .btn-primary-dis {
	color: #C01212;
    background-color: #FFF;
    border-color: #A71111;
	font-weight: bold;
}
#comments-submit-button:hover, .btn-primary-dis:hover {
	color: #fff;
    background-color: #A71111;
    border-color: #800F0F;
}
#comments-submit-button:focus, .btn-primary-dis:focus {
	color: #fff;
    background-color: #A71111;
    border-color: #800F0F;
}
.btn-primary-dis {
	color: #C01212;
    background-color: #FFF;
    border-color: #A71111;
	font-weight: bold;
}
.form-group-sm .form-control {
    height: 35px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

input[type="text"]:disabled {
  background-color: #eee;
  border: none;
  width: 65px;
  color:#777 !important;
  
-webkit-text-fill-color: #777;
opacity: 1; /* required on iOS */
}

@media(max-width:480px){

	.bs-example{
    	font-size:12px;
	}
	.btn-sm{
		width:100%;
	}
}
h1, .h1 {
    font-size: 30px !important;
}

#main-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden
}
#main-nav li {
    display: table-cell;
    *float: left; /* improve IE7 */
    height: 25px;
    text-align: center;
    padding-left: 5px
}
#main-nav li:first-child {
    padding-left: 0
}
#main-nav li a {
    width: 100%;
    display: block;
    height: 100%;
    line-height: 25px;
    text-decoration: none;
    background-color: #e0e0f0;
    font-weight: bold;
    color: #021020;
}
#main-nav li a:hover {
    background-color: #498cd5;
    color: #ddeeee;
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
    padding: 27px 22px;
}
.nav-justified > li > a {
    font-weight: bold;
    font-size: 18px;
    color: #999999;
	border-top: 3px solid #292929;
}
.nav-justified > li > a:hover {
    font-weight: bold;
    font-size: 18px;
    color: #999999;
	border-top: 3px solid #f7c51e;
	background-color: #292929;
}
.nav-justified > li.active > a {
    font-weight: bold;
    font-size: 18px;
    background-color: #f7c51e;
    color: #000;
	border-top: 3px solid #f7c51e;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    color: #f7c51e;
    background-color: #292929;
    border-color: #f7c51e;
}
.nav-justified .dropdown-menu > li > a {
    color: #333333;
    background: #f7c51e;
    border-bottom: 1px solid #eeb908;
    padding: 12px 30px 12px 30px;
	font-weight: bold;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #f7c51e;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.nav-justified .dropdown-menu > li > a:hover {
    color: #333333;
    background-color: #e8b60f;
    border-bottom: 1px solid #eeb908;
    padding: 12px 30px 12px 30px;
    font-weight: bold;
	text-decoration:none;
}
/***************************************************/

 

 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {
	
	
	
	.dropdown-menu {

    width: 100%;
}

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  


/* Fin CSS maquette html  */



/*    Ajout 3W Hebergement     */

.guide-center-mobile {
	   margin-top: 1.5em;
	   margin-bottom: 0.5em;
}	

	div.guide-centertext-mobile{
	   margin-top: 1.5em;
	   text-align: left;
}	

	div.guide-lefttext-mobile{
	   margin-top: 1.5em;
	   text-align: left;
}	

li.mobileShow { 
	display: none;
} 

@media (max-width: 767px) and (orientation : portrait) {
	
	.depttitle {
	   font-size: 10px;
   }
}

@media (max-width: 767px) {
	.guide-center-mobile {
	   display: block; 
	   margin-left: auto; 
	   margin-right: auto;
	   margin-top: 1.5em;
	   margin-bottom: 0.5em;
	}
	
	div.guide-centertext-mobile{
	text-align: center;
	}
	
    li.mobileShow {
		  display: inline;
	}	
}
	
	
	
H1,H2,H3,H4 .infoTitre {
	color: #075e9c;
}

div.pull-center {
text-align:center;
}

div.mce-fullscreen 
{
	z-index: 1050;
}

/* utility/box */

div.box
{
	border: solid 2px #6C6C6C; 
/*	border: solid 2px #292929; */
}

.boxshadow {
  -moz-box-shadow: 5px 5px 7px #535353;
  -webkit-box-shadow: 5px 5px 7px #535353;       
  box-shadow: 5px 5px 7px #535353;
}

.roundbox{  
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px;  
  border-radius: 8px 8px 8px 8px;
}

.roundbox-top{    
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;    
    border-radius: 6px 6px 0 0;
}

.roundbox-bottom{    
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.gridheader, .gridheaderbig, .gridheaderleft, .gridheaderright{    
    padding: 6px 6px 6px 6px;
    /***   http://tools.dynamicdrive.com/gradient   ***/
	background:  #6C6C6C url(../images/gradient.png) repeat-x; 
/*	background:  #292929 url(../images/gradient.png) repeat-x; */
    text-align: center;
    /*font-weight: bold;*/
    text-decoration: none;
    color: #f9f9f9;
}

.gridheaderleft{
    text-align: left;
}

.gridheaderright{
    text-align: right;
}

.gridheaderbig{    
    font-size: 135%;
}

div.boxcontenttext{
	background: #f9f9f9;
}

div.centerbox {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}

table.centertablebox{
	margin-left: auto; 
	margin-right: auto;
	border: none;
	padding-top:10px;
	padding-bottom:10px;
	width: 98%;
    border-spacing: 10px;
    border-collapse: separate;	

}

table.centertablebox hr{
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
/*    border-style: inset;  */
    border-width: 80%;
}

textarea {
    height: 10em;
    width: 900px;
    resize: none;	
}
/*
table.centertablebox.td textarea{
    width: 900;
}
*/
/* CSS pour ancien utility/box */
table.box {
   font-family:Arial, Helvetica, sans-serif; 
   width: 700px;
   font-size: 12px; 
   margin: 0; 
   border: 2px solid #c4cc69;
/*    border-collapse: separate;	*/
}

table.box td{
	padding:3px;
}

.boxtop {
	border-bottom: 2px solid #c4cc69;
	padding:6px;
}

/*  DIV pour toutes les pages d'administration   */

#adminPage {
   margin-bottom: 10px;
   margin-left: 10px;
   font-family:Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   margin: 0; 
   padding: 0; 
}
  #adminPage a {
    text-decoration: none;
  }

/*  screens/department - barre de changement de page  */

table.deptNavPage{
width:100%;
text-align: right;
border: 0;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #337AB7;	
}

table.deptNavPage p{
font: 1em arial, helvetica, sans-serif;
color:#FFF;
}

/*  screens/department - Lien pour Editer l'article  */

.edititem {
color: #337AB7;	
margin-right: 10px;
text-align: right;
text-decoration: none;
 font-family: Verdana, Arial, Helvetica, sans-serif;  
font-size: 12px; 
}

/*  order_express_basket Screen  */

a.boutonAnnuler {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_annuler_commande.png") 0 0 no-repeat; 
	text-indent:-9999em;
}

a.boutonAnnuler:hover {
	width:161px; 
	background-position:-162px 0;
}

input.boutonPasser2de4 {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_passer_2de4.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonPasser2de4:hover {
	width:161px; 
	background-position:-162px 0;
}

input.boutonPasser2de5 {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_passer_2de5.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonPasser2de5:hover {
	width:161px; 
	background-position:-162px 0;
}

input.boutonApplChangement {
	display:block; 
	height:20px; 
	width:166px; 
	background:url("../images/francais/bouton_appliquer.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonApplChangement:hover {
	width:166px; 
	background-position:-167px 0;
}

/*  order_express_address Screen  */

input.boutonPasser3de4 {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_passer_3de4.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonPasser3de4:hover {
	width:161px; 
	background-position:-162px 0;
}

input.boutonPasser3de5 {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_passer_3de5.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonPasser3de5:hover {
	width:161px; 
	background-position:-162px 0;
}

/*  order_express_cybervente Screen  */

input.boutonPasser4de5 {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_passer_4de5.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonPasser4de5:hover {
	width:161px; 
	background-position:-162px 0;
}

/*  order_express_confirm Screen  */

a.boutonRecommencer {
	display:block; 
	height:28px; 
	width:180px; 
	background:url("../images/francais/bouton_recommencer.png") 0 0 no-repeat; 
	text-indent:-9999em;
}

a.boutonRecommencer:hover {
	width:180px; 
	background-position:-181px 0;
}

input.boutonConfirmerCommande {
	display:block; 
	height:50px; 
	width:350px; 
	background:url("../images/francais/boutonConfirmerCommande.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonConfirmerCommande:hover {
	width:350px; 
	background-position:-351px 0;
}

/*  order_express_print Screen  */

input.boutonImprimerFacture {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_imprimer_facture.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonImprimerFacture:hover {
	width:161px; 
	background-position:-162px 0;
}

a.boutonFacture1 {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_imprimer_facture.png") 0 0 no-repeat; 
	text-indent:-9999em;
}

a.boutonFacture1:hover {
	width:161px; 
	background-position:-162px 0;
}

input.boutonSoumettre {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_imprimer_facture.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonSoumettre:hover {
	width:161px; 
	background-position:-162px 0;
}

/*  screens/contents - Contents Screen  */

a.boutonContinuer {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_continuer.png") 0 0 no-repeat; 
	text-indent:-9999em;
}

a.boutonContinuer:hover {
	width:161px; 
	background-position:-162px 0;
}

a.boutonPasserCaisse {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_passer_caisse.png") 0 0 no-repeat; 
	text-indent:-9999em;
}

a.boutonPasserCaisse:hover {
	width:161px; 
	background-position:-162px 0;
}

a.boutonSupprimer {
	display:block; 
	height:20px; 
	width:68px; 
	background:url("../images/francais/bouton_supprimer.png") 0 0 no-repeat; 
	text-indent:-9999em;
}

a.boutonSupprimer:hover {
	width:68px; 
	background-position:-69px 0;
}

input.boutonRecalculer {
	display:block; 
	height:20px; 
	width:68px; 
	background:url("../images/francais/bouton_recalculer.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonRecalculer:hover {
	width:68px; 
	background-position:-69px 0;
}

.titrePanier {
   font: normal bold 15px/18px Arial, Helvetica, sans-serif;
   padding: 0px 0px 3px 0px;
   margin: 0px;
   letter-spacing: 0px;
   font-variant: normal;
   text-decoration: none;
   color: #595959;
   text-indent: 0px;
   text-align: left;
}

/*     */
input.boutonCheckout {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_passer_caisse.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonCheckout:hover {
	width:161px; 
	background-position:-162px 0;
}

input.boutonSignIn {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_sign_in.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonSignIn:hover {
	width:161px; 
	background-position:-162px 0;
}

input.boutonNext {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_next.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonNext:hover {
	width:161px; 
	background-position:-162px 0;
}

input.boutonCreateAccount {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_create_account.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonCreateAccount:hover {
	width:161px; 
	background-position:-162px 0;
}

input.boutonBack,
a.boutonBack {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_back.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonBack:hover,
a.boutonBack:hover {
	width:161px; 
	background-position:-162px 0;
}

input.boutonSearch {
	display:block; 
	height:28px; 
	width:161px; 
	background:url("../images/francais/bouton_search.png") 0 0 no-repeat; 
	text-indent:-9999em;
	border: none; 
	color : transparent;
}

input.boutonSearch:hover {
	width:161px; 
	background-position:-162px 0;
}


table.contact{
width:80%;
text-align: left;
border: 0;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
}

table.contact td.desc {width:15%;}
table.contact td.champs {width:85;}


 .contourfond {   
	border: 2px	solid #D1D4D6;
 }
 
 .fondarticle {   
	border: 2px	solid #D1D4D6;
	background-color: #E4E4E4;
 }

.choicetext { 
	font-family:  verdana; 
	font-size: 9pt; 
	padding-left:10px;
	display: block;
}

table.deptNavBouton{
	width:250px;
	text-align: left;
	border: 0;
	font-family: "Roboto Condensed" Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

.selectmax{
	width: 425px;
}	

/* item  et departement panier  */
input.command {
	display:block; 
	height:24px; 
	width:30px; 
	background:url(../images/panier.png) 0 0 no-repeat; 
	text-indent:-9999em; 
	border: none; 
	color : transparent;
}

input.command:hover {
	width:30px; 
	background-position:-31px 0;
}

input.backorder {display:block; height:24px; width:30px; background:url(../images/rupture.gif) 0 0 no-repeat; text-indent:-9999em; border: none; color : transparent;}
/*input.command:hover {width:23px; background-position:-24px 0;}*/

.retourDept {
color: #666666;	
margin-right: 0px;
text-align: right;
text-decoration: none;
/*font-family:  "Roboto Condensed" Arial, Helvetica, sans-serif;  */
/* font-size: 12px;  */
}

/*   Search_rsults   */

#articlesearch  {
   margin: 26px 0px 0px 1px;
   min-height: 50px;
   width: 550px;
   top: 0px;
   left: 0px;
   position: relative;
}

p.articletext   {
   padding: 0px;
   margin: 0px;
   font-family: "Roboto Condensed";
   font-weight: bold;
   font-style: normal;
   letter-spacing: 0px;
   text-decoration: none;
   text-indent: 0px;
   font-variant: normal;
   line-height: 17px;
   font-size: 14px;
}

p.titre {
   color: #60a936;
   	font-weight:bold;
}  

span.more {
	color: #60a936; 
	font-weight:bold;
}

p.texte {
	font-weight: normal;
	color: #333333;
/*	display: inline; */
	text-align: justify; 
/*   padding-bottom: 15px; */
}

.contoursearch {   
	border: 2px	solid #60a936;;
 }
 
 .fondsearch {   
	border: 2px	solid #60a936;
	background-color: #F9F9F9;
 }

span.more {
	color: #337ab7; 
	font-weight:bold;
}
