@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
html {
	font-size: 16px;
}
body {
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	line-height: 1.7em;
	background-color: #575756;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	padding-bottom: 60px;
}
video {
	max-width: 100%;
	height: auto;
}
iframe,  embed,  object {
	max-width: 100%;
}
.padBot {
	padding-bottom: 20px;
}
.padBot40 {
	padding-bottom: 40px;
}
.marTop40 {
	margin-top: 40px;
}
.noPad {
	padding: 0px;
}
.white {
	background-color: #FFFFFF;
}
/* ############################## ADD FOR SHOP */
.adjTop{
	padding-top: 30px;
}

/* ############################################*/


#mobBtnMenu {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 1.3rem;
	font-weight: normal;
	z-index:9999;
}
#slider {
	/*height: 300px;*/
	height: 180px;
	/*background-image: url(../img/screen2.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: cover;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
}
/* ----------------- */
#home-1 .content, #home-2 .content, #home-3 .content, #topBar .content, #footer .content, #header .content, #headerNav .content {
	background-color: transparent;
}
/* ----------------- */
.content {
	background: #ccc;/* BY PASS FOR PROD */
	position: relative;
}
.content h3 {
	color: #1D1D1B;
	font-weight: 600;
	font-size: 0.9rem;
	text-transform: uppercase;
}
.content p {
	margin-top: 20px;
	font-weight: 400;
	color: #efefef;
}
.content h2 {
	font-weight: 600;
	margin-bottom: 7px;
	color: #1D1D1B;
	font-size: 1.4rem;
}
/* ------------------------ HEADER + NAV */
#header {
	background-color: #1D1D1B;
	text-align: center;
}
#header #logoBox {

	display: inline-block;
	position: relative;
	bottom: -24px;
	z-index: 30;
}
#header #logoBox img {
	max-width: 328px;
	width: 100%;
}
#headerNav {
	background-color: #111;
	border-bottom: 2px solid #fff;
	position: relative;
}

#header .content {
}
#header #logo {
	display: inline-block;
	text-align: center;
	border: none;

}
#header #logo img {
	border: none;
}
#nav {
	list-style: none;
	text-align: center;
	padding: 3px 0px;
}
#nav li {
	display: inline;
	margin: 0px 40px;
}
#nav li:last-child {
	margin-right: 0px;
}
#nav li a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.94rem;
	text-transform: uppercase;
}
#nav li a:hover {
	color: #ccc;
}
#nav li a.on {
	color: #e30613;
}
#nav li a#fb-btn i {
	margin-left: 3px;
	color: #453EF1;
	font-size: 1.2rem;
}
/*
#nav li a:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	left: 0;
	bottom: -2px;
	visibility: hidden;
	background-color: #fff;
	-webkit-transition: all .1s ease;
	transition: all 0.3s ease;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
#nav li a:hover:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}


#nav li a.on, #nav li a.on:after, #nav li a.on:hover:after {
	color: #e30613;
	border-bottom: 2px solid #e30613;
	content: inherit;
	position: inherit;
	height: inherit;
	width: inherit;
	left: inherit;
	bottom: inherit;
	background-color: inherit;
	-webkit-transition: inherit;
	transition: inherit;
	visibility: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
}

#nav li a#fb-btn{
	position:relative;
	top:2px;
}*/
/* --------------------------- FOOTER */
#footer {
	background-color: #1d1d1b;
	/*border-top:1px solid #0F0F0F;*/
	position: fixed;
	z-index: 10;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-top: 1px solid #aaaaa9;
}
#footer .content {
}
#footer p {
	color: #efefef;
	font-size: 0.8rem;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 10px;
}
#footer .footNav li {
	padding: 4px;
	line-height: 1;
}
#footer .footNav li:first-child {
	font-weight: 700;
	color: #A3A3A3;
}
#footer .footNav li:last-child {
	padding-right: 0px;
}
#footer .footNav li a {
	font-size: 0.8rem;
	text-decoration: none;
	color: #ccc;
	display: block;
}
#footer .footNav li a:hover {
	color: #44CCF2;
}
#mobileNavPanel {
	background-color: #111;
	position: fixed;
	width: 0px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
	display: none;
	overflow:hidden;
}
#mobileNavPanel ul.adjTopMobilePanel{
	padding-top:140px;
	background-color: #111111;
}
#mobileNavPanel div {
	background-color: #000;
	padding: 0.8rem;
	text-align: right;
}
#mobileNavPanel div i {
	cursor: pointer;
	color: #efefef;
	background-color: none;
	border: none;
	font-size: 1.3rem;
}
#mobileNavPanel ul {
	background-color: #1B1C1D;
	padding-top:85px;
}
#mobileNavPanel li a {
	display: block;
	text-decoration: none;
	color: #efefef;
	font-weight: 600;
	font-size: 0.9rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 0.9rem 1rem;
}
#mobileNavPanel li a:hover {
	background-color: rgba(40,40,40,1.00);
}
#mobileNavPanel li a.on {
	color: #e30613;
}
/* ---- ACCEUIL */
#home-1 .col-left {
/*background-color: #1d1d1b;*/
	/*padding-right:20px;*/
}
#home-1 .col-right {
/*background-color: #4d4d48;*/
}
.darkBox {
	background-color: #1d1d1b;
	border-radius: 5px;
	max-width: 600px;
	position: relative;
	margin-top: 45px;
	margin-bottom: 60px;
}
.darkBox:last-child {
	margin-bottom: 10px;
}

.darkBox .hdb {
	background-color: #e30613;
	padding: 0px 10px;
	border-radius: 0px 5px 0px 0px;
}
.darkBox .hdb h3 {
	text-align: left;
	position: absolute;
	top: -25px;
	left: 0px;
	padding: 2px 0px;
	background-color: #e30613;
	border-radius: 5px 5px 0px 0px;
}
.darkBox .hdb h3 span {
	padding-bottom: 2px;
	margin: 0px 10px;
	/*font-size: 0.8rem;*/
	border-bottom: 1px solid #710309;
	color: #000;/*#3D0104*/
	font-weight: 700;
	line-height: 1.2em;
	position: relative;
	top: -3px;
}
.darkBox .hdb h2 {
	color: #fff;
	font-weight: 600;
	font-size: 1.05rem;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 5px;
	text-shadow: 1px 1px 0px rgba(29, 29, 27, 1);
}
.darkBox .tdb {
	padding: 10px 10px 20px 10px;
	border-radius: 0px 0px 5px 5px;
	font-size: 0.9rem;
	color: #fff;
}
.darkBox .tdb p{
	margin-top:0px!important;
	margin-bottom: 15px!important;
	line-height: 1.2em!important;
}
.darkBox .tdb.newsbox a{
	color: #E30613;
	text-decoration: none;
}
.darkBox .grid {
	margin-top: 20px;
	min-width: inherit;
	max-width: inherit
}
.darkBox .grid .content h3 {
	color: #efefef;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}

.darkBox.pin3{
    display:table-cell !important;
    position: relative;
    border-right:4px solid #575756;
    
}
.darkBox.pin3 .fb_iframe_widget_fluid_desktop iframe{
    min-width:inherit;
    
}
.darkBox.pin3 .hdb h3{
    display:none;
}

.darkBox.pin3 .tdb{
   /*  min-height: 800px !important */
}
.darkBox.pin3 .hdb h2{
    font-size:0.9rem;
    text-align: center;
}
.grayBox {
	background-color: #4d4d48;
	border-radius: 5px;
	margin-top: 25px;
	position: relative;
	margin-left: 20px;
}
.grayBox h3 {
	text-align: left;
	position: absolute;
	top: -25px;
	right: 0px;
	padding: 2px 0px;
	background-color: #4d4d48;
	border-radius: 5px 5px 0px 0px;
}
.grayBox h3 span {
	padding-bottom: 2px;
	margin: 0px 10px;
	/*font-size: 0.8rem;*/
	border-bottom: 1px solid #2B2B2B;
	color: #919191;
	font-weight: 700;
	line-height: 1.2em;
	position: relative;
	top: -3px;
}
.grayBox ul {
	padding: 5px 10px 10px;
}
.grayBox li {
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 7px;
}
.grayBox li:last-child {
	border-bottom: none;
	padding-bottom: 5px;
}
.grayBox li h4 {
	color: #fff;
	font-weight: 600;
	font-size: 0.9rem;
	text-transform: uppercase;
	padding-bottom: 1px;
	text-shadow: 1px 1px 0px rgba(29, 29, 27, 1);
	background-color: #4D4D48;
}
.grayBox li a {
	/*background-color:#D93234;*/
	background-color: rgba(217, 50, 52,0.75);
	border-radius: 3px;
	padding: 0px 2px 0px 5px;
	color: #fff;
	margin: 10px 10px;
	font-size: 0.72em;
	line-height: 1.65em;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-shadow: 1px 1px 0 rgba(29, 29, 27, 1);
	transition-property: background-color;
	transition-duration: 1.2s;
}
.grayBox li a:hover {
	background-color: rgba(29, 29, 27,0.95)
}
.grayBox li img {
	border: none;
	border-radius: 3px 0px 0px 3px;
}
#linkBox.grayBox li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;/*min-height:120px;*/
}
#linkBox.grayBox li a i {
	margin-right: 3px;
}
.whiteBg {
	background-color: #FFFFFF;
}
.whiteBg p {
	color: #333;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.4em;
}
.numberInfo {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.numberInfo div {
	font-size: 0.9em;
	line-height: 1.8em;
	color: #ccc;
}
.numberInfo div i {
	margin-right: 4px;
}
.numberInfo div span {
	color: #fff;
	font-weight: 600;
	font-size: 0.9rem;
}
.medailGrid .content {
	text-align: center;
}
iframe {
	width: 100%
}

/* -------------- SHOP */
/* ---------- SHOP */
.alertBox {
	width: 90%;
	max-width: 500px;
	margin: 40px auto;
	background-color: #efefef;
	padding: 20px;
	color: #333;
	border: 1px solid #ccc;
	text-align: center;
}
.alertBox p {
	margin-bottom: 15px;
}
.centerPict {
	text-align: center;
	margin-bottom: 20px;
}
.centerPict img {
	width: 100%;
}
img.shadow {
	-webkit-box-shadow: 0px 0px 2px 1px rgba(22, 22, 22, 0.59);
	-moz-box-shadow: 0px 0px 2px 1px rgba(22, 22, 22, 0.59);
	box-shadow: 0px 0px 2px 1px rgba(22, 22, 22, 0.59);
	border: 3px solid #fff;
	border-radius:5px;
}
.htest {
	text-align: center;
	position: relative;
	/*margin:0px 2%;*/
	margin: 15px 0px;
}
.htest span {
	display: block;
	height: 1px;
	/*width:100%;*/
	margin: 0px 0px;
	background-color: #383834; /*#D3D3D3*/
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	z-index: 5;
}
.htest em {
	font-style: normal;
	background-color: #383834; /*#4F070B*/
	padding: 0px 7px;
	position: relative;
	z-index: 10;
	font-size: 0.65em;
	font-weight: 600;
	color: #efefef ;/*#E30613*/
	border-radius: 5px;
	text-shadow:1px 1px 1px #000;
}
.content p.moreInfoTitle{
	text-align:center; 
	margin-top:0px; 
	margin-bottom:8px; 
	font-size:0.68em;
	position:relative;
	top:-5px;
}
#f_clientInfo label{
	display: block;
	font-size:0.9em;
	color:#ccc;
	font-weight:600;
}
#f_clientInfo input[type='text'],#f_clientInfo textarea, #f_clientInfo select{
	border:1px solid #ccc;
	padding:2px;
	border-radius:4px;
}
#f_clientInfo input[type='text']{
	width:100%;
}

#f_clientInfo label.error{
	font-weight:400;
	color:#E8090D;
	font-size:0.8em;
}

#modalBox{
	position: fixed;
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:rgba(0,0,0,0.90);
	display: none;
	z-index:9999;
}
/* -------------------------- MODAL BOX MSG */

/* --- ADD ARTICLE */
#addCaddieConfirm{
  position: fixed;
  z-index: 9999;
  left:50%;
  top:50%;
  margin-top:-50px;
  margin-left:-100px;
  text-align:center;
  display:none;
}
#addCaddieConfirm i{
	color:#249E22;
	font-size:7em;
}
#addCaddieConfirm span{
	display: block;
	margin-top:2px;
	border-radius:30px;
	padding:3px;
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size:0.8em;
	background-color:#249E22;
	width:200px;
	text-transform:uppercase;
}

/* --- UPDATE QTY */
#updateQtyArtConfirm{
  position: fixed;
  z-index: 9999;
  left:50%;
  top:50%;
  margin-top:-50px;
  margin-left:-50px;
  text-align:center;
  display:none;
}
#updateQtyArtConfirm i{
	color:#249E22;
	font-size:7em;
}
/*
#updateQtyArtConfirm span{
	display: block;
	margin-top:4px;
	border-radius:30px;
	padding:3px;
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size:0.8em;
	background-color:#249E22;
	width:200px;
	text-transform:uppercase;
}*/




#caddieBox{
	/*background-color: #2B2B2B;*/
	/*background-color: rgba(43, 43, 43,0.86);*/
	/*background-color:rgba(91, 2, 7,1);*/
	background-color:rgba(8, 8, 8,0.99);
	border-bottom: 1px solid #777;
	/*border-bottom:1px solid #fff;*/
	padding:4px 5px;
	font-size: 0.8em;
	/*margin-bottom:15px;*/
	width: 100%;
/*	margin-left:auto;
	margin-right:auto;*/
	/*position: relative;*/
	position:fixed;
	z-index:9900;
	top:0px;
	left:0px;
	
-webkit-box-shadow: 0px 7px 14px -3px rgba(0,0,0,0.95);
-moz-box-shadow: 0px 7px 14px -3px rgba(0,0,0,0.95);
box-shadow: 0px 7px 14px -3px rgba(0,0,0,0.95);
}
#caddieBox .wrappCaddie{
	width:100%;
	max-width:960px;
	margin:0px auto;
	position:relative;
	color: #fff;
	text-align:right;
}
#caddieBox .cartouche{
	display:inline-block;
	/*background-color:#000;*/
	border-radius:4px;
	padding:2px 7px;
}
#caddieBox .wrappCaddie em{
	font-style: normal;
}
#caddieBox i{
	color: #fff;
	vertical-align:middle;
	margin-right: 2px;
}
#btnContinue{
	/*display: inline-block;*/
	text-decoration: none;
	color: #ED8510;
	font-weight:700;
	text-transform: uppercase;
	
	margin-left:15px;
	border-radius: 4px;
	padding: 4px 7px;
	background-color:#ED8510;
	color: #fff;
	
}
#btnContinue i{
	color: #fff;
	margin-right: 3px;

}
#btnKillPanier{
	text-decoration: none;
	color: #ED8510;
	font-weight:inherit;
	text-transform: uppercase;
	
	margin-left:10px;
	border-radius: 4px;
	padding: 3px 8px;
	background-color:#E40613;
	color: #fff;	
}
#btnKillPanier i{
	margin:0px;
	font-size:1.2em;
	line-height:1.2em;
	position:relative;
	top:-2px;
}
#msg-count{
	border-radius: 3px;
	padding: 2px 7px;
	background-color:rgba(117,179,114,1.00);
	color: #fff;
	font-weight:700;
	margin-left: 5px;
	text-transform:uppercase;
}
.blackZone{
	background-color:#000;
	border-radius:5px;
	padding:20px 10px 20px 10px;
	width:80%;
	margin:0px auto;
}
.content p.productBox{
	position: relative;
	z-index:3;
	margin-top:0px;
}
.artDetail{
	padding:0px;
	margin:0px auto 10px auto;
	width:100%;
	/*max-width:277px;*/
	max-width:225px;
	position:relative;
	z-index:2;	
	top:-2px;
}
.artDetail dt{
	/*border-radius:5px 0px 5px 0px;*/
	position:relative;
	left:-5px;
}
.artDetail dd{
	/*border-radius:0px 5px 0px 5px;*/
	position:relative;
	right:-5px;
}

.artDetail dt, .artDetail dd{
	line-height:1.4em;
	border-radius:0px 0px 5px 5px;
	display: inline-block;
	width:45%;
	padding:0px 0px 2px 0px;
	border:1px solid #ccc;
	text-align:center;
	font-size:0.9em;
	font-weight:700;
	color:#424242;
	background-color:#EDEDEA;
}

.btnAddCartOff {
	cursor:default;
	background-color:#E1E1E1;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #ccc;
	display:inline-block;
	color:#888888;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.8em;
	text-align:center;
	padding:2px 20px;
}
.btnAddCart {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.8em;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
	padding:2px 20px;
}
.btnAddCart:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.btnAddCart:active {
	position:relative;
	top:1px;
}


.btnBoxBack{
	text-align:right;
	position:relative;
}
.btnBoxBack span{
	position:absolute;
	left:0px;
	display:inline;
}
.btnBoxBack .btnAddCartOff{
	color:#666;
	padding-top:1px;
	padding-bottom:1px;
	cursor:pointer;
	border:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333), color-stop(1, #000) );
	background:-moz-linear-gradient( center top, #333 5%, #000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000');
	background-color:#333;
	color:#fff;
	font-size:0.65em;
}
.btnBoxBack .btnAddCartOff:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333), color-stop(1, #000) );
	background:-moz-linear-gradient( center top, #333 5%, #000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000');
	background-color:#333;
	color:#E15723;
}


#t_panier{
	border-collapse:collapse;
	width:100%;	
}
#t_panier th{
	text-align: left;
	font-weight:700;
	color: #ccc;
	border-bottom: 2px solid #666;
}
#t_panier th,#t_panier td{
	padding:4px;
	font-size: 0.9em;
}
#t_panier th.th_total{
	text-align: right;
	padding-right: 10px;
}
#t_panier td{
	border-bottom: 1px dashed #e5e5e5;
}
.f_qty{
	border:1px solid #ccc;
	width:32px;
	text-align:center;
	vertical-align:middle;
	border-radius:3px;
	margin-right:5px;
}
/*
.td_prix{
	width: 140px;
}
.td_qty{
	width: 180px;
}*/
#t_panier td.td_total{
	/*width: 140px;*/
	text-align:right;
	padding-right: 10px;
}
td i{
	color: #666;
	margin:0px 10px;
	cursor: pointer;
}
#t_panier td.ttot{
	border-bottom: none;
	border-top:4px double #fff;
	background-color:#575756;
	text-align: right;
	font-weight:400;
	padding-right: 10px;
}


/* ..................... NEWS HOME */
#f_add_news input[type="text"], .f_news input[type="text"]{
	padding: 2px 5px;
	border-radius: 4px;
	width: 90%;
}
#f_add_news input[type="submit"], .f_news input[type="submit"], .f_news input[type="button"], .btnQuit, #f_add_job input[type="submit"],.btn-del{
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1em;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
	padding:7px 20px;	
}
/* ------------------- JOBS */
#f_add_job input[type="text"]
{
	border:1px solid #ccc;
	background-color: #efefef;
	color: #000;
	width:100%;
	padding:3px 5px;
	border-radius:5px;
}
.tdb a{
color: #E30613;
text-decoration: none;
	font-weight: bold;
}
