
html {
    font-size: 100%;
}
body {
	min-width: fit-content;
	background: #ffffff;
	background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6),
		color-stop(50%, #ffffff), color-stop(100%, #ffffff) );
	background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
	background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
	background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
	background-repeat: repeat-x;
	/*font-size: 62.5%;*/
	font-family: Arial,Helvetica,Verdana,"Lucida Grande",sans-serif;
	/*font: 13px Arial, Helvetica, sans-serif;*/
	line-height: 18px;
	/*color: #7f7f7f;*/
}

p {
	margin-bottom: 0;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

a {
	outline: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	display: block;
	margin: 0;
	position: relative;
	margin-top: 39px;
	margin-bottom: 45px;
	float: left;
}

h1 a {
	display: inline-block;
}

h1 a img {
	width: 100%;
}

h2 {
	color: #3e3e3e;
	font: bold 26px/26px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0;
	margin: 18px 0 20px 0;
	padding-bottom: 12px;
	border-bottom: 3px solid #dc1010;
	width: 100%;
}

h3,.Presentation{
	color: #000000;
	font: bold 15px/21px Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 3px;
}

h4 {
	color: #ffffff;
	/*font: bold 21px/21px 'Trebuchet MS', Arial, Helvetica, sans-serif;*/
	/*margin: 0;
	margin: 18px 0 16px 0;
	padding-bottom: 9px;
	border-bottom: 3px solid #dc1010;*/
	width: 100%;
}

h5 {
	color: #3e3e3e;
	font: bold 72px/72px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0;
	margin: 27px 0 40px 0;
}

h6 {
	color: #3e3e3e;
	font: bold 60px/60px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0;
	margin: 0 0 52px 0;
}

#content ul {
	list-style: none;
}

.extra-wrap {
	overflow: hidden;
}

.btn.btn-primary {
	border-radius: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	position: relative;
	text-decoration: none;
	background: none;
	background-color: #ce0e0e;
	background-image: -moz-linear-gradient(top, #dc1010, #b90c0c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc1010),
		to(#b90c0c) );
	background-image: -webkit-linear-gradient(top, #dc1010, #b90c0c);
	background-image: -o-linear-gradient(top, #dc1010, #b90c0c);
	background-image: linear-gradient(to bottom, #dc1010, #b90c0c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc1010',
		endColorstr='#ffb90c0c', GradientType=0 );
	display: inline-block;
	padding: 11px 16px 11px 15px;
	font: bold 21px 'Trebuchet MS', sans-serif;
	color: #ffffff;
	text-decoration: none !important;
	text-shadow: 1px 1px 0px #6b0808;
	border-bottom: 1px solid #4d0505;
	border-right: 1px solid #810909;
	height: 27px;
}

.btn.btn-primary:hover {
	background-color: #c70e0e;
	background-image: -moz-linear-gradient(top, #b90c0c, #dc1010);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b90c0c),
		to(#dc1010) );
	background-image: -webkit-linear-gradient(top, #b90c0c, #dc1010);
	background-image: -o-linear-gradient(top, #b90c0c, #dc1010);
	background-image: linear-gradient(to bottom, #b90c0c, #dc1010);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb90c0c',
		endColorstr='#ffdc1010', GradientType=0 );
}

.btn.btn-link {
	padding: 0;
	margin: 0;
	background: none;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #dc1010;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.btn.btn-link span {
	float: left;
}

.btn.btn-link>img {
	margin-left: 9px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn.btn-link:hover {
	text-decoration: none;
	color: #000000;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.btn.btn-link:hover>img {
	margin-left: 4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.list1 {
	margin: 0;
	list-style: none;
}

.list1 li {
	padding-bottom: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
	display: inline-block;
	width: 100%;
}

.list1 li:last-child {
	margin-bottom: 14px;
}

.list1 li figure {
	margin: 0;
	position: relative;
	float: left;
	margin-right: 17px;
}

.list1 li figure img {
	width: 100%;
}

.list1 li a {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #767676;
	display: inline-block;
	position: relative;
	top: -4px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.list1 li a:hover {
	color: #dc1010;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.list1 li h3 {
	margin-top: -1px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 li a {
	top: -3px;
	position: relative;
	display: inline-block;
	color: #000000;
	font: bold 15px/21px Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 3px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.list2 li a:hover {
	color: #dc1010;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.list2 li {
	padding-bottom: 13px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
	display: inline-block;
	width: 100%;
}

.list2 li:last-child {
	margin-bottom: 14px;
	padding-bottom: 36px;
}

.list2 li figure {
	margin: 0;
	position: relative;
	float: left;
	margin-right: 17px;
}

.list2 li figure img {
	width: 100%;
}

.list3 {
	height: auto;
	margin: 0;
	list-style: none;
	margin-bottom: 33px;
}

.list3 li {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
	background-color: #d97979;
}

.list3 li:last-child {
	margin-bottom: 0;
}

.list3 li .badge {
	border-radius: 0;
	margin: 0;
	padding: 0;
	width: 49px;
	height: 38px;
	background-color: #ce0e0e;
	background-image: -moz-linear-gradient(top, #dc1010, #b90c0c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc1010),
		to(#b90c0c) );
	background-image: -webkit-linear-gradient(top, #dc1010, #b90c0c);
	background-image: -o-linear-gradient(top, #dc1010, #b90c0c);
	background-image: linear-gradient(to bottom, #dc1010, #b90c0c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc1010',
		endColorstr='#ffb90c0c', GradientType=0 );
	text-align: center;
	border: none;
	border-bottom: 1px solid #4d0505;
	border-right: 1px solid #770808;
	float: left;
	padding-top: 11px;
	font: bold 21px 'Trebuchet MS', sans-serif;
	color: #ffffff;
	text-shadow: 1px 1px 0px #6b0808;
}

.list3 li .extra-wrap {
	height: 100%;
}

.list3 li a {
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: inline-block;
	padding: 7px 0 0 11px;
	height: 100%;
	padding-right: 30px;
	padding-bottom: 7px;
	width: 200px;
}

.list4 {
	margin: 0;
	list-style: none;
}

.list4 li {
	margin-bottom: 7px;
}

.list4 li a {
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.list4 li a:hover {
	color: #dc1010;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.list4.color li:first-child a span {
	color: #05dcf5;
}

.list4.color li:first-child+li a span {
	color: #709ac1;
}

.list4.color li:first-child+li+li a span {
	color: #dc1010;
}

.list4.color li:first-child+li+li+li a span {
	color: #fd8f01;
}

.list4.color li:first-child a:hover {
	color: #05dcf5;
}

.list4.color li:first-child+li a:hover {
	color: #709ac1;
}

.list4.color li:first-child+li+li a:hover {
	color: #dc1010;
}

.list4.color li:first-child+li+li+li a:hover {
	color: #fd8f01;
}

.list5 {
	margin: 0;
	list-style: none;
	display: inline-block;
	margin-bottom: 90px;
}

.list5 li {
	float: left;
	margin-right: 15px;
	display: inline-block;
	width: 170px;
	margin-bottom: 16px;
}

.list5 li a {
	color: #000000;
	font: bold 15px/21px Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 3px;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.list5 li a:hover {
	color: #dc1010;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.list5 li figure {
	margin: 0;
	margin-bottom: 16px;
}

.list5 li figure img {
	width: 100%;
}

.list5 li:first-child+li+li+li {
	margin-right: 0;
}

.list6 {
	margin: 0;
	list-style: none;
}

.list6 li {
	display: inline-block;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 19px;
	margin-bottom: 20px;
}

.list6 li figure {
	margin: 0;
	float: left;
	margin-right: 20px;
}

.list6 li figure img {
	width: 100%;
}

.list6 li .txt {
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	color: #757575;
	margin-top: -4px;
	margin-bottom: 3px;
}

.list6 li .txt a {
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	color: #757575;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.list6 li .txt a:hover {
	color: #dc1010;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.list6 li:last-child {
	margin-bottom: 13px;
}

.list7 {
	margin: 0;
	list-style: none;
}

.list7 li {
	margin-bottom: 11px;
	margin-top: -4px;
}

.list7 li a {
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	color: #dc1010;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.list7 li img {
	float: left;
	margin-top: 6px;
	margin-right: 11px;
}

.list7 li a:hover {
	color: #3e3e3e;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.thumb-pad1 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.thumb-pad1 .thumbnail>figure {
	max-width: none;
	margin: 0;
	float: left;
}

.thumb-pad1 .thumbnail .caption {
	padding: 0;
	color: #7f7f7f;
}

.thumb-pad1 .thumbnail .caption h3 {
	margin-bottom: 7px;
}

.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 15px;
}

.thumb-pad1 figure {
	max-width: none;
	margin: 0;
	float: left;
}

.thumb-pad1 figure img {
	width: 100%;
}

.thumb-pad2 {
	margin: 0;
	display: inline-block;
}

.thumb-pad2 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
}

.thumb-pad2>p, .mceContentBody>p{
	margin-bottom: 14px;
}

.thumb-pad2 figure {
	margin: 0;
	float: left;
	margin-right: 19px;
	position: relative;
	display: inline-block;
}

.thumb-pad2 .thumbnail .caption {
	padding: 0;
	color: #7f7f7f;
}

.thumb-pad2 .thumbnail .caption h3 {
	position: relative;
	top: -4px;
	margin-bottom: 0;
}

.thumb-pad2 figure img {
	width: 100%;
}

.thumb-pad3 {
	margin-bottom: 37px;
	width: 361px;
	float: left;
	margin-right: 20px;
}

.thumb-pad3.last {
	margin-right: 0;
}

.thumb-pad3 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #7f7f7f;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 16px;
	margin-bottom: 15px;
}

.thumb-pad3 .thumbnail .caption h3 {
	margin-bottom: 9px;
}

.thumb-pad3 figure {
	margin: 0;
	float: none;
	margin-bottom: 16px;
}

.thumb-pad3 figure img {
	width: 100%;
	max-width: none;
}

header {
	z-index: 1;
	padding: 0;
	height: 90px;
  	background: url(/Images/menu_bg.png) right 0 repeat-x;
}

.contLogo {
	width: 100%;
	display: inline-block;
}

.navbar_ {
	margin-bottom: 0 !important;
	text-align: center;
}

.navbar_ .collapse {
	overflow: visible;
	line-height: 0 !important;
	font-size: 0;
}

.navbar_ .nav-collapse_ .nav li li {
	font-size: 13px;
	line-height: 16px;
	display: block;
}

.navbar_ .navbar-inner {
	position: relative;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false );
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	min-height: inherit;
	border: none;
	background: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;  display: table;
	margin: 0px auto;
}

.navbar_ .nav-collapse_ {
	height: 64px !important;
	margin-bottom: 49px;
	position: relative;
	z-index: 100;
}

.menu-shadow {
	text-align: center;
	width: 100%;
	height: 85px;
	position: relative;
	margin-bottom: -176px;
	top: -151px;
	left: 0;
	z-index: -1;
	display: table;
}

.menu-shadow img {
	width: 100%;
	display: inline-block;
}

.nav-collapse_ {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
}

.nav-collapse_ .nav {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}

.nav-collapse_ {
	background: url(/Images/menu_bg.png) right 0 repeat-x;
}

.nav-collapse_ .nav li {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	zoom: 1;
	padding-right: 2px;
	background: url(/Images/menu_border.png) right 0 repeat-y;
}

.nav-collapse_ .nav>li>a span {
	display: block;
	position: absolute;
	height: 5px;
	background: url(/Images/menu-marker.gif) center 0 no-repeat;
	bottom: 16px;
	width: 100%;
	left: 0;
}

.nav-collapse_ .nav>li>a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font: bold 21px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-shadow: none;
	padding: 14px 18px 23px 19px;
	background: url(/Images/menu_bg.png) right 0 repeat-x;
}

.nav-collapse_ .nav>.sfHover>a {
	color: #ffffff !important;
	background: url(/Images/menu_bg_act.png) right 0 repeat-x;
}

.nav-collapse_ .nav>li.active>a {
	color: #ffffff !important;
	background: url(/Images/menu_bg_act.png) right 0 repeat-x;
}

.nav-collapse_ .nav>li:hover>a {
	color: #ffffff;
	background: url(/Images/menu_bg_act.png) right 0 repeat-x;
}

.nav-collapse .sub-menu {
	position: absolute;
	display: none;
	width: 188px;
	left: -2px;
	top: 64px;
	list-style: none;
	zoom: 1;
	z-index: 11;
	background: #171717;
	padding: 8px 0 0 0;
	margin: 0;
	text-align: left;
}

.nav-collapse .sub-menu li {
	background: none;
	margin: 0;
	padding: 0;
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 7px;
	border-bottom: 1px solid #4a4a4a;
}

.nav-collapse .sub-menu li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.nav-collapse .sub-menu li a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	padding-left: 11px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.nav-collapse .sub-menu li a span {
	margin-left: 10px;
	display: inline-block;
	background: url(/Images/menu-marker2.gif) no-repeat;
	width: 6px;
	height: 5px;
	position: relative;
	top: -2px;
}

.sub-menu li.sfHover>a {
	text-decoration: none;
	color: #ffffff;
	background: none;
}

.sub-menu li.sfHover>a span {
	color: #ffffff;
}

.nav-collapse .sub-menu li a:hover,.nav-collapse .sub-menu li.sfHover>a
	{
	text-decoration: none;
	color: #dc1010;
	background: none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.nav-collapse .sub-menu li a:hover span,.nav-collapse .sub-menu li.sfHover>a span
	{
	color: #dc1010;
}

.nav-collapse .sub-menu ul {
	position: absolute;
	display: none;
	width: 188px;
	left: 197px;
	top: -8px;
	list-style: none;
	zoom: 1;
	z-index: 11;
	background: #171717;
	padding: 8px 0 0 0;
	margin: 0;
	text-align: left;
}

.nav-collapse .sub-menu ul li a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	padding-left: 11px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

#content {
	position: relative;
	padding: 0 0 0 0;
}

.img-polaroid {
	padding: 7px;
	background: none;
	box-shadow: none;
	border: 1px solid #f3f3f3;
	max-width: inherit;
}

#toTop {
	display: none;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: url(/Images/top.png) no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 10%;
	z-index: 999;
	opacity: 1;
	filter: alpha(opacity = 100);
}

#toTop:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

blockquote {
	padding: 0;
	border: none;
	margin: 0;
	margin-top: -5px;
	margin-bottom: 28px;
}

blockquote img {
	float: left;
	margin-right: 7px;
	margin-top: 5px;
}

blockquote p {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #7f7f7f;
}

blockquote a {
	font-size: 13px;
	font-weight: bold;
	color: #303030;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

blockquote a:hover {
	color: #dc1010;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

#columns {
	width: 100%;
	padding-top: 29px;
	padding-bottom: 65px;
	background-color: #555555;
	background-image: -moz-linear-gradient(top, #333333, #878787);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333),
		to(#878787) );
	background-image: -webkit-linear-gradient(top, #333333, #878787);
	background-image: -o-linear-gradient(top, #333333, #878787);
	background-image: linear-gradient(to bottom, #333333, #878787);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333',
		endColorstr='#ff878787', GradientType=0 );
}

#search-404 {
	margin-bottom: 163px;
	margin-top: -32px;
	overflow: hidden;
	display: block;
}

#search-404 input {
	background-color: #ffffff;
	width: 60%;
	outline: none;
	box-shadow: none;
	color: #7f7f7f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	border-radius: 0;
	padding: 15px 10px 15px 10px;
	margin: 26px 0 27px 0;
	float: left;
	border: 1px solid #cecece;
	height: 50px;
	display: inline-block;
}

#search-404 .btn.btn-primary {
	margin-top: 26px;
}

#search {
	display: inline-block;
	margin: 0;
	float: right;
	margin-top: 67px;
}

#search input {
	width: 249px;
	outline: none;
	box-shadow: none;
	color: #707070;
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 19px;
	border-radius: 0;
	padding: 15px 10px 15px 12px;
	box-sizing: content-box;
	margin-right: 0;
	float: left;
	background-color: #fff;
	border: 1px solid #cacaca;
}

.search_link {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.map {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 432px;
	border: none;
	line-height: 0;
}

address {
	margin: 0;
	margin-bottom: 23px;
}

address>p {
	font: 13px Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	text-transform: uppercase;
	margin-bottom: 1px;
}

.info {
	display: inline-block;
}

.info>p span {
	width: 65px;
	display: inline-block;
	color: #938c82;
}

.info a {
	text-decoration: none;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #dc1010;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.info a:hover {
	color: #7f7f7f;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.mail {
	text-decoration: none;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #dc1010;
	margin-bottom: 32px;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.mail:hover {
	color: #7f7f7f;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

#contact-form {
	position: relative;
	z-index: 1;
	margin: 0 0 20px;
	padding: 0 0 0 0;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

.txt-form {
	display: block;
	padding-bottom: 6px;
	color: #ffffff;
}

.txt-form span {
	color: #ffffff;
}

.form-div-1,.form-div-2,.form-div-3 {
	float: left;
	width: 187px;
}

.form-div-1 {
	margin-right: 9px;
}

.form-div-2 {
	margin-right: 9px;
}

#contact-form div {
	overflow: hidden;
}

#contact-form fieldset {
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding: 0;
	width: 100%;
	border: none;
}

#contact-form label {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	min-height: 50px;
	width: 100%;
}

#contact-form .message {
	display: block !important;
	min-height: 201px;
	width: 100%;
	margin-bottom: 14px;
}

#contact-form input,#contact-form textarea {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 10px 15px 11px 18px;
	width: 100%;
	outline: none;
	border: none;
	background: #ffffff;
	color: #7f7f7f;
	font-size: 13px;
	line-height: 20px !important;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #b5b5b5;
}

#contact-form input {
	height: 41px;
}

#contact-form input:focus,#contact-form textarea:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#contact-form .area .error {
	float: none;
}

#contact-form textarea {
	overflow: auto;
	width: 100%;
	height: 220px;
	resize: none;
}

#contact-form .success {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 10px;
	width: 100%;
	border: 1px solid #b5b5b5;
	background: #ffffff;
	color: #7f7f7f;
	text-align: center;
	text-transform: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}

#contact-form .error,#contact-form .empty {
	position: absolute;
	bottom: 11px;
	right: 2px;
	display: none;
	overflow: hidden;
	padding: 1px 4px 0px 0;
	width: 100%;
	color: #dc1010;
	text-transform: none;
	font-size: 11px;
	line-height: 1.27em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#contact-form .message .error,#contact-form .message .empty {
	bottom: 5px;
}

.btns p {
	float: left;
	width: 60px;
}

footer {
	padding-top: 17px;
	padding-bottom: 22px;
	background-color: #1e1e1e;
	margin-top:15px;
}

footer .container {
	position: relative;
}

footer p {
	color: #ffffff;
	font: bold 13px Arial, Helvetica, sans-serif;
}

footer p>a {
	color: #dc1010;
	font: bold 13px Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

footer p>a:hover {
	color: #ffffff;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.select-menu {
	display: none !important;
}

@media ( min-width : 1200px) {
	.navbar_ {
		text-align: left;
	}
	.navbar_ .brand {
		float: left;
		margin: 28px 0 0 0;
		display: block;
	}
	.nav-collapse_ {
		display: block;
	}
	.nav-collapse .nav {
		display: block;
	}
	#contact-form label {
		display: inline-block;
	}
	.form-div-1,.form-div-2,.form-div-3 {
		width: 237px;
	}
	.form-div-1,.form-div-2 {
		margin-right: 9px;
	}
	#search-404 input {
		width: 67%;
	}
	.error img {
		margin-left: 47px !important;
	}
}

@media ( min-width : 980px) and (max-width: 1199px) {
	.list1 li figure {
		float: none;
		margin-right: 0;
		margin-bottom: 13px;
	}
	.margBot {
		margin-bottom: 3px !important;
	}
	.thumb-pad2 .thumbnail {
		margin-bottom: 0;
	}
	.thumb-pad2 figure {
		margin-bottom: 17px;
	}
	.list2 li figure {
		float: none;
		margin-right: 0;
		margin-bottom: 13px;
	}
	.list2 li:last-child {
		padding-bottom: 58px;
	}
	.nav-collapse_ {
		height: auto !important;
	}
	.thumb-pad3.last {
		margin-right: 20px;
	}
	.error img {
		margin-left: 0 !important;
	}
	#search-404 input {
		width: 57%;
	}
	.menu-shadow {
		bottom: -6px;
	}
	.form-div-1,.form-div-2,.form-div-3 {
		width: 187px;
	}
}

@media ( max-width : 979px) {
	.list1 li figure {
		float: none;
		margin-right: 0;
		margin-bottom: 13px;
	}
	.list2 li figure {
		float: none;
		margin-right: 0;
		margin-bottom: 13px;
	}
	.thumb-pad2>p {
		margin-bottom: 0;
	}
	.thumb-pad2 .thumbnail {
		margin-bottom: 0;
	}
	.thumb-pad2 figure {
		margin-bottom: 17px;
	}
	.list1 li:last-child {
		margin-bottom: 68px;
	}
	.list2 li:last-child {
		margin-bottom: 68px;
		padding-bottom: 40px;
	}
	.navbar_.nav-collapse {
		height: 64px !important;
	}
	.thumb-pad3 {
		width: 100%;
	}
	.thumb-pad3 figure {
		margin-right: 20px;
		float: left;
	}
	.thumb-pad3 .thumbnail .caption {
		border-bottom: none;
		padding-bottom: 0;
	}
	.error img {
		margin-left: 0 !important;
	}
	h5 {
		font-size: 62px;
		line-height: 62px;
		margin-bottom: 10px;
	}
	h6 {
		font-size: 40px;
		line-height: 40px;
	}
	#search-404 input {
		width: 47%;
	}
	.menu-shadow {
		bottom: -15px;
	}
}

@media ( min-width : 768px) and (max-width: 979px) {
	.form-div-1,.form-div-2,.form-div-3 {
		width: 139px;
	}
	.form-div-1,.form-div-2 {
		margin-right: 9px;
	}
}

@media ( max-width : 767px) {
	.gradient1,.gradient2,.gradient3 {
		margin-bottom: 20px;
		padding-top: 10px;
		padding-bottom: 24px !important;
	}
	#search input {
		width: 199px;
	}
	#columns article:first-child {
		width: 200px;
		float: left;
		margin-right: 15px;
	}
	#columns article:first-child+article {
		width: 200px;
		float: left;
		margin-right: 15px;
	}
	#columns article:first-child+article+article {
		width: 200px;
		float: left;
		margin-right: 15px;
	}
	#columns article:first-child+article+article+article {
		width: 200px;
		float: left;
		margin-right: 15px;
	}
	#columns article:first-child+article+article+article+article {
		width: 200px;
		float: left;
		margin-right: 15px;
	}
	.list1 li figure {
		margin: 0;
		position: relative;
		float: left;
		margin-right: 17px;
	}
	.list1 li:last-child {
		margin-bottom: 14px;
	}
	.list1 li a {
		top: -2px;
	}
	.list2 li figure {
		margin: 0;
		position: relative;
		float: left;
		margin-right: 17px;
	}
	.list2 li:last-child {
		margin-bottom: 14px;
		padding-bottom: 40px;
	}
	.thumb-pad2>p {
		margin-bottom: 0;
	}
	.navbar_ .nav-collapse_ {
		margin-bottom: 0;
	}
	.list5 li:first-child+li+li+li {
		margin-right: 15px;
	}
	.box-list1 {
		width: 50%;
		float: left;
		margin-right: 10px;
	}
	.box-list2 {
		width: 45%;
		float: left;
	}
	.navbar_ .nav-collapse_ .nav {
		display: none;
	}
	.navbar_ .nav-collapse_ {
		height: auto !important;
		padding-bottom: 5px;
		background: none;
	}
	.select-menu {
		display: block !important;
		margin-bottom: 2px;
		border: 1px solid #000;
		background: #d9d9d9;
		color: #000000;
		cursor: pointer;
		top: 15px;
		width: 150px;
		position: relative;
	}
	.top {
		display: none;
	}
	.form-div-1,.form-div-2,.form-div-3 {
		float: none;
		width: 100%;
		margin: 0 0 0 0;
	}
	#search-404 input {
		width: 73%;
	}
	.error {
		text-align: center;
	}
	.menu-shadow {
		display: none;
	}
}

@media ( min-width : 626px) and (max-width: 767px) {
	.navbar_ .nav-collapse_ {
		margin-bottom: 0;
	}
}

@media ( max-width : 626px) {
	.list1 li:last-child {
		margin-bottom: 14px;
	}
	#search {
		display: none;
	}
	#columns article:first-child {
		width: 175px;
		float: left;
		margin-right: 15px;
	}
	#columns article:first-child+article {
		width: 175px;
		float: left;
		margin-right: 15px;
	}
	#columns article:first-child+article+article {
		width: 175px;
		float: left;
		margin-right: 15px;
	}
	#columns article:first-child+article+article+article {
		width: 175px;
		float: left;
		margin-right: 15px;
	}
	#columns article:first-child+article+article+article+article {
		width: 175px;
		float: left;
		margin-right: 15px;
	}
	.list5 li {
		width: 100%;
	}
	.list5 li figure {
		float: left;
		display: inline-block;
		margin-right: 10px;
	}
	.thumb-pad2 figure {
		width: 100%;
		margin-bottom: 10px;
	}
	.thumb-pad3 figure {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	#search-404 input {
		width: 100%;
	}
}

@media ( max-width : 560px) {
	#columns article:first-child {
		width: 175px;
		float: left;
		margin-right: 15px;
	}
	#columns article:first-child+article {
		width: 175px;
		float: left;
		margin-right: 15px;
	}
	#columns article:first-child+article+article {
		width: 175px;
		float: left;
		margin-right: 15px;
	}
	#columns article:first-child+article+article+article {
		width: 175px;
		float: left;
		margin-right: 15px;
	}
	#columns article:first-child+article+article+article+article {
		width: 175px;
		float: left;
		margin-right: 15px;
	}
	.block-blog .img-polaroid {
		float: none;
		margin: 0 0 15px 0;
		width: 95%;
		display: block;
	}
	.list6 li figure {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}

@media ( min-width : 482px) and (max-width: 625px) {
}

@media ( max-width : 480px) {
	.list1 li figure {
		margin: 0;
		position: relative;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.list2 li figure {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.list5 li figure {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	#columns article {
		width: 100% !important;
		float: none !important;
	}
	.thumb-pad2 .span2 {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.box-list1,.box-list2 {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.box-list1 h2,.box-list2 h2 {
		font-size: 23px;
		line-height: 23px;
	}
	.map iframe {
		height: 200px;
	}
}

@media ( min-width : 320px) and (max-width: 481px) {
}

@media ( max-width : 320px) {
	.block-indent .img-polaroid {
		float: none;
		width: 100%;
	}
	.list3 .badge {
		display: none;
	}
	h2 {
		font-size: 20px;
		line-height: 20px;
	}
	h5 {
		font-size: 45px;
		line-height: 45px;
		margin-bottom: 10px;
	}
	h6 {
		font-size: 25px;
		line-height: 25px;
	}
}

.gradient1 {
	background-color: #f2f2f2;
	background-image: -moz-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9e9e9),
		to(#ffffff) );
	background-image: -webkit-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: -o-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: linear-gradient(to bottom, #e9e9e9, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9',
		endColorstr='#ffffffff', GradientType=0 );
	padding-bottom: 54px;
}

.gradient2 {
	background-color: #fbe5e5;
	background-image: -moz-linear-gradient(top, #f9d4d4, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d4d4),
		to(#ffffff) );
	background-image: -webkit-linear-gradient(top, #f9d4d4, #ffffff);
	background-image: -o-linear-gradient(top, #f9d4d4, #ffffff);
	background-image: linear-gradient(to bottom, #f9d4d4, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9d4d4',
		endColorstr='#ffffffff', GradientType=0 );
	padding-bottom: 54px;
}

.gradient3 {
	background-color: #f2f2f2;
	background-image: -moz-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9e9e9),
		to(#ffffff) );
	background-image: -webkit-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: -o-linear-gradient(top, #e9e9e9, #ffffff);
	background-image: linear-gradient(to bottom, #e9e9e9, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9',
		endColorstr='#ffffffff', GradientType=0 );
	padding-bottom: 43px;
}

.gradient1>div,.gradient2>div,.gradient3>div {
	padding: 0 20px 0 20px;
}

.margBot {
	margin-bottom: 0;
}

.margBot1 {
	margin-bottom: 24px;
}

.padBot {
	padding-bottom: 21px;
}

.padBot1 {
	padding-bottom: 31px;
}

.dsplStyle {
	display: inline-block;
}

.error img {
	margin-left: 0;
	display: inline-block;
	max-width: 100% !important;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.backgroundGradient {
	background: #ffffff;
	background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6),
		color-stop(50%, #ffffff), color-stop(100%, #ffffff) );
	background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
	background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
	background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
}
.ConnexionPos{  
	position: relative;
  width: 320px;
  height: 58px;
  display: table-cell;
border-spacing: 5px 0;
}

.ConnexionButton a{
  color: white;
  font-size: 15px;
  font-weight: bold;
}
.Menu{
	width: calc(100% - 300px);
}



.Connexion .navbar-inner{
	margin: 15px;
	border: 1px solid white;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: table-cell;
	position: relative;
	top: 15px;
}

.Connexion .navbar-inner:hover{
	background-color: white;
	cursor: pointer;
}

.Connexion .navbar-inner:hover .ConnexionButton a{
	color: Black;
}
.container .row{
	text-align:center
}

.SiteInterne .Inside{
	margin: 0px auto;
	width: fit-content;
	max-width: 1530px;
}

.contentInscription{
	width: 500px;
}

.Erreur{
	color:red;	
}

#FormConnexion{
	width: 250px;
	position: absolute;
	right: 10px;
	top: 70px;
	display: none;
}

.CanvasHautConnexion{
	background-image:url('/Images/Haut-Canvas.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 15px;
}

.CanvasCorpsConnexion{
	background-image:url('/Images/Milieu-Canvas.png');
	background-size: 100%;
	background-repeat: repeat-y;
	width: 100%;
	display: flex;
	position: relative;
	z-index: 1;
}

.CanvasBasConnexion{
	background-image:url('/Images/Bas-Canvas.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 33px;
}


.TitreCar{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}
.TitreCenter{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}
.TitreLeft{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}
.TextIndice{
	  font-size: 10px;
  font-weight: lighter;
  font-style: italic;
}
.TitreIndice{
	font-size: 15px;
	font-weight: lighter;
	font-style: italic;
	text-align: left;
}
.Sized100{
	width: 100px;
	display: table-cell;
}
.Sized90{
	width: 90px;
	display: table-cell;
}
.Sized70{
	width: 70px;
	display: table-cell;
}
.BigNumber{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}
.ControlNumber{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}


.CanvasHaut{
	background-image:url('/Images/Haut-Canvas.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 25px;
}

.CanvasCorps{
	background-image:url('/Images/Milieu-Canvas.png');
	background-size: 100%;
	background-repeat: repeat-y;
	width: 100%;
	display: flex;
	position: relative;
	z-index: 1;
}

.CanvasBas{
	background-image:url('/Images/Bas-Canvas.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 52px;
}
.CanvasEntete{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	display: table;
	margin-top: -10px;
	position: absolute;
}

.libelleCanvas{
  margin-bottom: -50px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: table;
}


.contentInscription{
	width: auto;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

#HistoriqueCanvas{
	position: fixed;
	right: -501px;
	z-index: 1000;
}

#HistoriqueEntete{
	transform: rotate(-90deg);
	border: 1px solid;
	background-color: tan;
	position: absolute;
	float: left;
	left: -60px;
	top: 31px;
	border-radius: 12px 12px 0px 0px;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
}

#HistoriqueCorps{
	width: 500px;
	border: 1px solid;
	height: 500px;
	float: right;
	position: relative;
	background-color: rgba(19,19,19,0.85);
	color:white;
	overflow-y: auto;
}


#HistoriqueCorps .NickName{
	color:orange;
}
#HistoriqueCorps .Important{
	color: #f632e2;
} 

#HistoriqueCorps .date{
	text-align: center;
	font-weight: bold;
}
.blink {
  animation: blink 1s infinite;
}
@keyframes blink { 
  0% { opacity:0; }
  50% { opacity:1; } 
  100% { opacity:0; }
}

.error{
	color:red;
}

.newLine{
	clear: both;
	margin-top:10px;
}

.CanOrdered{
	background-position: right;
	background-image: url('/Images/IconOrder.png');
	background-repeat: no-repeat;
	background-size: 15px;
}