@import url(font.css);

@import url(fontello.css);
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* */
/**/
body {
  font-family: allerregular, Arial, sans-serif;
  background: url(../images/template/bg_pattern.jpg) #fafafa center center repeat;
}
a,
a:visited {
  text-decoration: none;
  color: #dbdbdb;
}
/* FORMS */
fieldset {
	margin: 10px 0;
}
input {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  color: #555555;
  padding: 4px 6px;
}
input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}
.form_error {
	background-color: #f01515;
	color: #ffffff;
	padding: 3px;
	text-align: center;
	font-size: 80%;
}
.clearboth {
	clear: both;
	display: block;
	visibility: hidden;
}
fieldset {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #d5d5d5;
	padding: 15px;
	width: 95%;
}
legend {
	background: #f4f4f4;
	border: solid 1px #d5d5d5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 6px;
}

.span6 {
	width: 50%;
	float: left;
}

header,
footer,
article,
section,
hgroup,
nav,
figure {
  display: block;
}
header#primary-nav {
  height: 66px;
  background-color: #00a8c3;
  -webkit-box-shadow: 0 1px 3px #000000;
  -moz-box-shadow: 0 1px 3px #000000;
  box-shadow: 0 1px 3px #000000;
}
header#primary-nav div.header-holder {
  margin: 0 auto;
  width: 979px;
  font-size: 80%;
}
header#primary-nav div.header-holder h1#logo {
  background: url("../images/template/logo.png") no-repeat scroll 0 0 transparent;
  float: left;
  margin: 14px;
  overflow: hidden;
  text-indent: -999em;
  width: 98px;
  height: 41px;
}
header#primary-nav div.header-holder h1#logo a {
  display: block;
  height: 100%;
}
header#primary-nav div.header-holder nav {
  float: left;
  letter-spacing: 0;
}
header#primary-nav div.header-holder nav ul {
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
header#primary-nav div.header-holder nav ul li {
  float: left;
  position: relative;
}
header#primary-nav div.header-holder nav ul li a {
  clear: both;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.34);
  float: left;
  height: 22px;
  padding: 44px 8px 0;
  position: relative;
  z-index: 2;
}
header#primary-nav div.header-holder nav ul li a:hover,
header#primary-nav div.header-holder nav ul li.active a {
  background: none repeat scroll 0 0 #2574a6;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header#primary-nav div.header-holder section.nav-options {
  float: right;
  margin-top: 12px;
  font-size: 95%;
}
header#primary-nav div.header-holder section.nav-options a {
  color: #9ce8f3;
}
header#primary-nav div.header-holder section.nav-options a:hover {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header#primary-nav div.header-holder section.nav-options div.socials {
  float: left;
}
header#primary-nav div.header-holder section.nav-options div.socials a {
  line-height: 16px;
  font-size: 115%;
}
header#primary-nav div.header-holder section.nav-options div.lang {
  font-family: allerbold, Arial, sans-serif;
  float: left;
  margin: 0 5px;
  line-height: 0.95em;
  font-size: 85%;  
}
header#primary-nav div.header-holder section.nav-options div.lang a.active {
  color: #ffffff;
}
header#primary-nav div.header-holder section.nav-options div.lang,
header#primary-nav div.header-holder section.nav-options div.user-search {
  border-left: 1px solid #54c8d9;
  padding-left: 10px;
}
header#primary-nav div.header-holder section.nav-options div.user-search {
  float: left;
}
header#primary-nav div.header-holder section.nav-options div.user-search div.user {
  margin: 0 0 5px;
}
header#primary-nav div.header-holder section.nav-options div.user-search div.search {
  margin: 5px 0;
}
header#primary-nav div.header-holder section.nav-options div.user-search div.search span.add-on {
  border-radius: 4px 0 0 4px;
  margin-right: -4px;
  vertical-align: top;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  display: inline-block;
  font-size: 16px;
  color: #00a8c3;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
  width: auto;
  white-space: nowrap;
}
header#primary-nav div.header-holder section.nav-options div.user-search div.search input {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 20px;
}
header#primary-nav div.header-holder section.nav-options div.user-search div.search {
	position: relative;
}
header#primary-nav div.header-holder section.nav-options div.user-search div.search #search-result-autocomplete {
	position: absolute;
	background-color: #f5f5f5;
	padding: 20px;
	z-index: 1005;
	right: 0;
	min-height: 250px;
	min-width: 500px;
	box-shadow:inset 5px 5px 10px #ededed;
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	-webkit-opacity: 0.95;
	opacity: 0.95;
	display: none;
}
header#primary-nav div.header-holder section.nav-options div.user-search div.search #search-result-autocomplete .box_search_results_item,
p.box_search_results_item {
	font-size: 130%;
	margin: 3px 0;
}
header#primary-nav div.header-holder section.nav-options div.user-search div.search #search-result-autocomplete .box_search_results_item a {
	color: #2c2c2c;
}
header#primary-nav div.header-holder section.nav-options div.user-search div.search #search-result-autocomplete .box_search_results_item_desc,
p.box_search_results_item_desc {
	font-size: 90%;
	color: #8b8b8b;
}
header#primary-nav div.header-holder section.nav-options:after {
  clear: both;
  content: "";
  display: block;
}
header#primary-nav div.header-holder:after {
  clear: both;
  content: "";
  display: block;
}
header#secondary-nav {
  background-color: #333333;
  min-height: 117px;
}
header#secondary-nav div.header-holder {
  text-align: center;
}
header#secondary-nav div.header-holder nav {
  float: right;
  letter-spacing: 0;
  position: relative;
  left: -50%;
}
header#secondary-nav div.header-holder nav ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  display: inline-block;
  position: relative;
  left: 50%;
}
header#secondary-nav div.header-holder nav ul li {
  font-size: 70%;
  float: left;
  position: relative;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
header#secondary-nav div.header-holder nav ul li a {
  display: block;
  padding: 22px 19px;
}
header#secondary-nav div.header-holder nav ul li a img {
  -webkit-transform: scale(1);
  /* Saf3.1+, Chrome */

  -moz-transform: scale(1);
  /* FF3.5+ */

  -ms-transform: scale(1);
  /* IE9 */

  -o-transform: scale(1);
  /* Opera 10.5+ */

  transform: scale(1);
  /* IE6–IE9 */

  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713, SizingMethod='auto expand');
}
header#secondary-nav div.header-holder nav ul li a p {
  margin-top: 5px;
  line-height: 13px;
}
header#secondary-nav div.header-holder nav ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 107px;
  left: 0;
  z-index: 99999;
  background: #444;
}
header#secondary-nav div.header-holder nav ul li ul li {
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
  -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
  box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
  font-size: 100%;
}
header#secondary-nav div.header-holder nav ul li ul li a:hover {
  background-color: #00a8c3;
  color: #ffffff;
}
header#secondary-nav div.header-holder nav ul li ul li:last-child {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header#secondary-nav div.header-holder nav ul li ul li:first-child a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #444;
}
header#secondary-nav div.header-holder nav ul li ul li:first-child a:hover:after {
  border-bottom-color: #00a8c3;
}
header#secondary-nav div.header-holder nav ul li ul a {
  padding: 10px 15px;
  height: auto;
  line-height: 1;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}
header#secondary-nav div.header-holder nav ul li:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
header#secondary-nav div.header-holder nav ul li:hover > ul {
  display: block;
}
header#secondary-nav div.header-holder:after {
  clear: both;
  content: "";
  display: block;
}
header#secondary-nav.small {
  min-height: 42px;
}
header#secondary-nav.small div.header-holder nav ul li a {
  display: block;
  padding: 0 10px;
}
header#secondary-nav.small div.header-holder nav ul li a img {
  float: left;
  -webkit-transform: scale(0.5);
  /* Saf3.1+, Chrome */

  -moz-transform: scale(0.5);
  /* FF3.5+ */

  -ms-transform: scale(0.5);
  /* IE9 */

  -o-transform: scale(0.5);
  /* Opera 10.5+ */

  transform: scale(0.5);
  /* IE6–IE9 */

  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713, SizingMethod='auto expand');
}
header#secondary-nav.small div.header-holder nav ul li a p {
  float: left;
  text-align: left;
  margin-top: 12px;
  line-height: 11px;
  font-size: 10px;
}
header#secondary-nav.small div.header-holder nav ul li ul {
  top: 42px;
}
header#secondary-nav.small div.header-holder nav ul li ul a {
  padding: 8px 15px;
}
header#secondary-nav:after {
  clear: both;
  content: "";
  display: block;
}
div#content {
  margin: 0 auto;
  width: 979px;
}
div#content div.row {
  float: left;
  font-size: 80%;
  width: 738px;
}

div#content form div.row  {
    font-size: 110%;
}
div#content form div.row  {
    width: 680px;
}

div#content div.row p {
	margin: 10px 0;
}
div#content div.row p img:not(.no-shadow) {
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}
div#content div.row p img:not(.no-shadow).floatleft {
	margin: 5px 15px 5px 0;
}
div#content div.row p img:not(.no-shadow).floatright {
	margin: 5px 0 5px 15px;
}
body.page div#content div.row,
body.event div#content div.row,
body.search div#content div.row,
body.news_show div#content div.row,
body.liens div#content div.row,
body.about div#content div.row,
body.contact div#content div.row {
  padding: 20px 10px 0 10px;
  width: 718px;
}
div#content div.row article#slideshow {
  margin: -5px;
}
div#content div.row article#slideshow span.ribbon {
  position: absolute;
  z-index: 1005;
}
div#content div.row article#slideshow .theme-default .nivoSlider {
  position: relative;
/*  background: #ffffff url(template/loading.gif) no-repeat 50% 50%; */
  height: 195px;
  -webkit-box-shadow: 0px 1px 5px 0px #1a1a1a;
  -moz-box-shadow: 0px 1px 5px 0px #1a1a1a;
  box-shadow: 0px 1px 5px 0px #1a1a1a;
  z-index: 1004;
}
div#content div.row article#slideshow .theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
div#content div.row article#slideshow .theme-default .nivoSlider a {
  border: 0;
  display: block;
}
div#content div.row article#slideshow .theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}
div#content div.row article#slideshow .theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(slideshow/themes/default/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}
div#content div.row article#slideshow .theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}
div#content div.row article#slideshow .theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(slideshow/themes/default/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div#content div.row article#slideshow .theme-default:hover .nivo-directionNav a {
  opacity: 1;
  top: 75%;
}
div#content div.row article#slideshow .theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}
div#content div.row article#slideshow .theme-default a.nivo-prevNav {
  left: 15px;
}
div#content div.row article#slideshow .theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
  background: rgba(48, 48, 48, 0.95);
  color: #363636;
  padding: 5px 65px;
  color: #dedede;
}
div#content div.row article#slideshow .theme-default .nivo-caption a {
  color: #f8f8f8;
  border-bottom: 1px dotted #fff;
}
div#content div.row article#slideshow .theme-default .nivo-caption a:hover {
  color: #1d1d1d;
}
div#content div.row article#slideshow .theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
div#content div.row article#slideshow .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
div#content div.row article#slideshow .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}
div#content div.row div.panels {
  margin: 15px 0 0 0;
}
div#content div.row div.panels article {
  width: 50%;
  float: left;
}
div#content div.row div.panels article h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 140%;
}
div#content div.row div.panels article h2:after {
  clear: both;
  content: "";
  display: block;
  border-top: 4px solid #00a8c3;
  width: 20%;
  margin-top: 5px;
}
div#content div.row div.panels article p {
  line-height: 17px;
  font-size: 95%;
  color: #333333;
}
div#content div.row div.panels article p.lead {
  margin: 8px 0 3px 0;
  line-height: 17px;
}
div#content div.row div.panels article ul {
  list-style-type: none;
  margin: 0 0 0 20px;
}
div#content div.row div.panels article ul li {
  padding: 3px 0;
}
div#content div.row div.panels article ul li h3 {
  margin: 3px 0;
  font-weight: bold;
}
div#content div.row div.panels article ul li h3 a {
  color: #333333;
}
div#content div.row div.panels article ul li span {
  font-family: alleritalic, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
div#content div.row div.panels article#reglementation div:first-child {
  padding: 20px;
}
div#content div.row div.panels article#fauneflore div:first-child {
  padding: 20px;
}
div#content div.row div.panels:after {
  clear: both;
  content: "";
  display: block;
}
div#content div.row div.features {
  margin: 15px 0 0 0;
}
div#content div.row div.features article {
  width: 33%;
  float: left;
}
div#content div.row div.features article h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 140%;
  margin-bottom: 10px;
}
div#content div.row div.features article h2:after {
  clear: both;
  content: "";
  display: block;
  border-top: 4px solid #e42121;
  width: 20%;
  margin-top: 5px;
}
div#content div.row div.features article ul {
  list-style-type: none;
  margin: 0 0 0 20px;
}
div#content div.row div.features article ul li {
  padding: 3px 0;
}
div#content div.row div.features article ul li h3 {
  margin: 3px 0;
  font-weight: bold;
}
div#content div.row div.features article ul li h3 a {
  color: #333333;
}
div#content div.row div.features article ul li span {
  font-family: alleritalic, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
div#content div.row div.features article#news div:first-child {
  padding: 20px;
}
div#content div.row div.features article#downloads div:first-child {
  padding: 20px;
}
div#content div.row div.features article#downloads h2:after {
  border-top: 4px solid #d92355;
}
div#content div.row div.features article#downloads a {
  color: #333333;
}
div#content div.row div.features article#downloads a i {
  color: #d92355;
}
div#content div.row div.features article#folders div:first-child {
  padding: 20px;
}
div#content div.row div.features article#folders a {
  color: #333333;
}
div#content div.row div.features:after {
  clear: both;
  content: "";
  display: block;
}
div#content #sidebar {
  float: right;
  width: 241px;
  background-color: #ffffff;
}
div#content #sidebar article.ads {
  min-height: 180px;
}
div#content #sidebar article.ads div.stages {
  color: #ffffff;
  background-color: #2d91dc;
  min-height: 180px;
  background-image: url(../images/template/ads/ads-stages-01.png);
  background-repeat: no-repeat;
  background-position: 158px 10px;
  position: relative;
}
div#content #sidebar article.ads div.stages .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
div#content #sidebar article.ads div.stages .content h3 {
  font-size: 130%;
  margin: 5px 0;
}
div#content #sidebar article.ads div.stages .content p.lead {
  font-family: alleritalic, Arial, sans-serif;
  font-size: 95%;
  margin: 3px 0;
}
div#content #sidebar article.ads div.stages .content p.p-lead {
  font-size: 70%;
}
div#content #sidebar article.ads div.permis {
  color: #ffffff;
  background-color: #ffa000;
  min-height: 180px;
  background-image: url(../images/template/ads/ads-permis-02.png);
  background-repeat: no-repeat;
  background-position: 20px 10px;
  position: relative;
}
div#content #sidebar article.ads div.permis .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
div#content #sidebar article.ads div.permis .content h3 {
  font-size: 130%;
  margin: 5px 0;
}
div#content #sidebar article.ads div.permis .content p.lead {
  font-family: alleritalic, Arial, sans-serif;
  font-size: 82%;
  margin: 3px 0;
}
div#content #sidebar article.newsletter {
  background-color: #333333;
  color: #ffffff;
}
div#content #sidebar article.newsletter .content {
  padding: 20px;
}
div#content #sidebar article.newsletter .content h3 {
  margin: 0 0 10px;
  font-size: 120%;
}
div#content #sidebar article.newsletter .content h3 span {
  font-size: 145%;
  text-transform: uppercase;
}
div#content #sidebar article.newsletter .content form {
  margin: 0 0 10px;
}
div#content #sidebar article.newsletter .content form input[type="text"] {
  background-color: #333333;
  color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 4px rgba(0, 0, 0, 0.2) inset, 0 0 12px rgba(255, 255, 255, 0.1);
  border: 0 none;
  height: 20px;
}
div#content #sidebar article.newsletter .content form input[type="submit"] {
  margin: 0;
  min-height: 28px;
  margin-left: -3px;
  background-color: #d92355;
  color: #ffffff;
  cursor: pointer;
  font-size: 140%;
  font-weight: 800;
  padding: 0 7px;
  border: 0 none;
}
div#content #sidebar article.newsletter .content form a.unsubscribe {
  font-size: 60%;
  float: right;
  margin: 3px 15px 0 0;
}
div#content #sidebar article.newsletter .content form:after {
  clear: both;
  content: "";
  display: block;
}
div#content #sidebar article.newsletter .content p.lead {
  font-size: 65%;
}
div#content #sidebar article.login {
  background-color: #d92355;
  color: #ffffff;
}
div#content #sidebar article.login h3 {
  margin-bottom: 10px;
}
div#content #sidebar article.login ul {
  font-size: 80%;
  margin: 0 20px;
}
div#content #sidebar article.login .content {
  padding: 20px;
}
div#content #sidebar article.login .content form {
  margin: 0;
}
div#content #sidebar article.login .content form input[type="text"],
div#content #sidebar article.login .content form input[type="password"] {
  background-color: #d92355;
  color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 4px rgba(0, 0, 0, 0.2) inset, 0 0 12px rgba(255, 255, 255, 0.1);
  border: 0 none;
  width: 78%;
  margin: 5px 0;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 6px 4px 25px;
}
div#content #sidebar article.login .content form input[type="text"].email {
  background: url(../images/template/ads/login-form-icon-user.png) transparent 4px center no-repeat;
}
div#content #sidebar article.login .content form input[type="password"].password {
  background: url(../images/template/ads/login-form-icon-padlock.png) transparent 7px center no-repeat;
}
div#content #sidebar article.login .content form input[type="text"]:focus,
div#content #sidebar article.login .content form input[type="password"]:focus {
  background-color: #962546;
}
div#content #sidebar article.login .content form input[type="submit"] {
  float: right;
  margin: 3px 15px 0 0;
  padding: 4px;
  background-color: #333333;
  color: #ffffff;
  border: 0 none;
}
div#content #sidebar article.login .content form a.lost-password {
  font-size: 60%;
  float: right;
  margin: 3px 15px 0 0;
}
div#content #sidebar article.login .content form:after {
  clear: both;
  content: "";
  display: block;
}
div#content #sidebar article.new-user {
  background-color: #e42121;
  color: #ffffff;
}
div#content #sidebar article.new-user .content {
  padding: 20px;
}
div#content #sidebar article.new-user .content h3 {
  margin: 0 0 10px;
  font-size: 120%;
}
div#content #sidebar article.new-user .content p.lead {
  font-family: alleritalic, Arial, sans-serif;
  font-size: 70%;
  line-height: 16px;
  margin: 3px 0;
}
div#content #sidebar article.new-user .content a.btn {
  color: #ffffff;
  background-color: #ffa000;
  text-decoration: none;
  display: block;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 12px auto 3px;
  width: 160px;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
div#content #sidebar article.calendar {
  background-color: #eeeeee;
  font-size: 70%;
  text-align: center;
  padding: 20px 0;
}
div#content #sidebar article.plus {
  background-color: #fafafa;
}
div#content #sidebar article.plus ul {
  list-style-type: none;
  margin: 0 30px 0 30px;
  font-size: 85%;
}
div#content #sidebar article.plus ul a {
  color: #333333;
  display: block;
}
div#content #sidebar article.plus ul a li {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  padding: 10px 0;
}
div#content #sidebar article.plus ul a li i {
  margin-right: 10px;
  font-size: 190%;
  color: #333333;
}
div#content #sidebar article.plus ul a li:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
div#content #sidebar article.plus ul a:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
/* FORMS */
div#content form.profile small {
	font-size: 80%;
}

div#content:after {
  clear: both;
  content: "";
  display: block;
}
footer#primary {
  background: url(../images/template/bg_footer_prim_pattern.jpg) #e9e0bc center center repeat;
}
footer#primary .marketing {
  margin: 7px auto 20px;
  width: 979px;
}
footer#primary .marketing article {
  float: left;
  width: 33%;
}
footer#primary .marketing article div {
  padding: 5px 10px 5px 50px;
  position: relative;
}
footer#primary .marketing article div h3 {
  color: #552d0e;
  font-size: 120%;
  text-transform: uppercase;
  margin: 10px 0;
}
footer#primary .marketing article div p {
  color: #292322;
  font-size: 75%;
  line-height: 130%;
}
footer#primary .marketing article div:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  font-size: 130%;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: '\e80d';
  position: absolute;
  top: 13px;
  margin-left: -25px;
  color: #8d7d55;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
}
footer#primary .marketing article.idea div:after {
  content: '\e80f';
}
footer#primary .marketing article.flash div:after {
  content: '\e810';
}
footer#primary .marketing article.peche div:after {
  content: '\e806';
}
footer#primary .marketing:after {
  clear: both;
  content: "";
  display: block;
}
footer#primary .separator {
  height: 5px;
  background: url(../images/template/bg_separator_pattern.jpg) #3a271c center center repeat;
}
footer#secondary {
  background-color: #2574a6;
  min-height: 312px;
  color: #ffffff;
}
footer#secondary .box_menu {
  margin: 0 auto;
  padding: 15px 0;
  width: 979px;
}
footer#secondary .box_menu .menu_footer {
  float: left;
  width: 25%;
}
footer#secondary .box_menu .menu_footer h3 {
  font-size: 125%;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  margin: 7px 0;
}
footer#secondary .box_menu .menu_footer address {
  font-size: 78%;
  padding: 5px 0 0 30px;
  font-variant: normal;
  font-style: normal;
}
footer#secondary .box_menu .menu_footer address .vcard .adr {
  position: relative;
}
footer#secondary .box_menu .menu_footer address .vcard .adr .name {
  font-weight: bold;
}
footer#secondary .box_menu .menu_footer address .vcard .tel,
footer#secondary .box_menu .menu_footer address .vcard .email,
footer#secondary .box_menu .menu_footer address .vcard .facebook {
  position: relative;
  margin-top: 14px;
}
footer#secondary .box_menu .menu_footer address .vcard .adr:after,
footer#secondary .box_menu .menu_footer address .vcard .tel:after,
footer#secondary .box_menu .menu_footer address .vcard .email:after,
footer#secondary .box_menu .menu_footer address .vcard .facebook:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  font-size: 130%;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -25px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
}
footer#secondary .box_menu .menu_footer address .vcard .adr:after {
  content: '\e801';
}
footer#secondary .box_menu .menu_footer address .vcard .tel:after {
  content: '\e802';
}
footer#secondary .box_menu .menu_footer address .vcard .email:after {
  content: '\e80e';
}
footer#secondary .box_menu .menu_footer address .vcard .facebook:after {
  content: '\e813';
}
footer#secondary .box_menu .menu_footer ul {
  padding: 0 10px;
  margin-left: 6px;
  list-style-type: none;
}
footer#secondary .box_menu .menu_footer ul a {
  color: #ffffff;
}
footer#secondary .box_menu .menu_footer ul a li {
  padding: 4px 0;
}
footer#secondary .box_menu .menu_footer ul li {
  font-size: 80%;
  padding: 2px 0;
}
footer#secondary .box_menu .menu_footer ul li span {
  color: #f9b31f;
  font-size: 90%;
}
footer#secondary .box_menu .menu_footer ul li p {
  margin-top: 3px;
}

/* FORMS
-------------------------------------------------- */
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div#content div.row select,
div#content div.row textarea,
div#content div.row input[type="text"],
div#content div.row input[type="password"],
div#content div.row input[type="datetime"],
div#content div.row input[type="datetime-local"],
div#content div.row input[type="date"],
div#content div.row input[type="month"],
div#content div.row input[type="time"],
div#content div.row input[type="week"],
div#content div.row input[type="number"],
div#content div.row input[type="email"],
div#content div.row input[type="url"],
div#content div.row input[type="search"],
div#content div.row input[type="tel"],
div#content div.row input[type="color"],
div#content div.row .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
div#content div.row input,
div#content div.row textarea,
div#content div.row .uneditable-input {
  width: 206px;
}
div#content div.row textarea {
  height: auto;
}
div#content div.row textarea,
div#content div.row input[type="text"],
div#content div.row input[type="password"],
div#content div.row input[type="datetime"],
div#content div.row input[type="datetime-local"],
div#content div.row input[type="date"],
div#content div.row input[type="month"],
div#content div.row input[type="time"],
div#content div.row input[type="week"],
div#content div.row input[type="number"],
div#content div.row input[type="email"],
div#content div.row input[type="url"],
div#content div.row input[type="search"],
div#content div.row input[type="tel"],
div#content div.row input[type="color"],
div#content div.row .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
div#content div.row textarea:focus,
div#content div.row input[type="text"]:focus,
div#content div.row input[type="password"]:focus,
div#content div.row input[type="datetime"]:focus,
div#content div.row input[type="datetime-local"]:focus,
div#content div.row input[type="date"]:focus,
div#content div.row input[type="month"]:focus,
div#content div.row input[type="time"]:focus,
div#content div.row input[type="week"]:focus,
div#content div.row input[type="number"]:focus,
div#content div.row input[type="email"]:focus,
div#content div.row input[type="url"]:focus,
div#content div.row input[type="search"]:focus,
div#content div.row input[type="tel"]:focus,
div#content div.row input[type="color"]:focus,
div#content div.row .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
div#content div.row input[type="radio"],
div#content div.row input[type="checkbox"] {
  margin: 0 5px 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
div#content div.row input[type="file"],
div#content div.row input[type="image"],
div#content div.row input[type="submit"],
div#content div.row input[type="reset"],
div#content div.row input[type="button"],
div#content div.row input[type="radio"],
div#content div.row input[type="checkbox"] {
  width: auto;
}
div#content div.row select,
div#content div.row input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
div#content div.row select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
div#content div.row select[multiple],
div#content div.row select[size] {
  height: auto;
}
div#content div.row select:focus,
div#content div.row input[type="file"]:focus,
div#content div.row input[type="radio"]:focus,
div#content div.row input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div#content div.row .uneditable-input,
div#content div.row .uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
div#content div.row .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
div#content div.row .uneditable-textarea {
  width: auto;
  height: auto;
}
div#content div.row span.help {
	font-size: 80%;
	color: #959595;
}
div#content div.row input:-moz-placeholder,
div#content div.row textarea:-moz-placeholder {
  color: #999999;
}
div#content div.row input:-ms-input-placeholder,
div#content div.row textarea:-ms-input-placeholder {
  color: #999999;
}
div#content div.row input::-webkit-input-placeholder,
div#content div.row textarea::-webkit-input-placeholder {
  color: #999999;
}
div#content div.row .radio,
div#content div.row .checkbox {
  min-height: 20px;
  padding-left: 20px;
}
div#content div.row .radio input[type="radio"],
div#content div.row .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
div#content div.row .controls > .radio:first-child,
div#content div.row .controls > .checkbox:first-child {
  padding-top: 5px;
}
div#content div.row .radio.inline,
div#content div.row .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
div#content div.row .radio.inline + .radio.inline,
div#content div.row .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
div#content div.row .input-mini {
  width: 60px;
}
div#content div.row .input-small {
  width: 90px;
}
div#content div.row .input-medium {
  width: 150px;
}
div#content div.row .input-large {
  width: 210px;
}
div#content div.row .input-xlarge {
  width: 270px;
}
div#content div.row .input-xxlarge {
  width: 530px;
}
div#content div.row input[class*="span"],
div#content div.row select[class*="span"],
div#content div.row textarea[class*="span"],
div#content div.row .uneditable-input[class*="span"],
div#content div.row .row-fluid input[class*="span"],
div#content div.row .row-fluid select[class*="span"],
div#content div.row .row-fluid textarea[class*="span"],
div#content div.row .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
div#content div.row .input-append input[class*="span"],
div#content div.row .input-append .uneditable-input[class*="span"],
div#content div.row .input-prepend input[class*="span"],
div#content div.row .input-prepend .uneditable-input[class*="span"],
div#content div.row .row-fluid input[class*="span"],
div#content div.row .row-fluid select[class*="span"],
div#content div.row .row-fluid textarea[class*="span"],
div#content div.row .row-fluid .uneditable-input[class*="span"],
div#content div.row .row-fluid .input-prepend [class*="span"],
div#content div.row .row-fluid .input-append [class*="span"] {
  display: inline-block;
}
div#content div.row input,
div#content div.row textarea,
div#content div.row .uneditable-input {
  margin-left: 0;
}
div#content div.row .controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
div#content div.row input.span12,
div#content div.row textarea.span12,
div#content div.row .uneditable-input.span12 {
  width: 926px;
}
div#content div.row input.span11,
div#content div.row textarea.span11,
div#content div.row .uneditable-input.span11 {
  width: 846px;
}
div#content div.row input.span10,
div#content div.row textarea.span10,
div#content div.row .uneditable-input.span10 {
  width: 766px;
}
div#content div.row input.span9,
div#content div.row textarea.span9,
div#content div.row .uneditable-input.span9 {
  width: 686px;
}
div#content div.row input.span8,
div#content div.row textarea.span8,
div#content div.row .uneditable-input.span8 {
  width: 606px;
}
div#content div.row input.span7,
div#content div.row textarea.span7,
div#content div.row .uneditable-input.span7 {
  width: 526px;
}
div#content div.row input.span6,
div#content div.row textarea.span6,
div#content div.row .uneditable-input.span6 {
  width: 446px;
}
div#content div.row input.span5,
div#content div.row textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
div#content div.row input.span4,
div#content div.row textarea.span4,
div#content div.row .uneditable-input.span4 {
  width: 286px;
}
div#content div.row input.span3,
div#content div.row textarea.span3,
div#content div.row .uneditable-input.span3 {
  width: 206px;
}
div#content div.row input.span2,
div#content div.row textarea.span2,
div#content div.row .uneditable-input.span2 {
  width: 126px;
}
div#content div.row input.span1,
div#content div.row textarea.span1,
div#content div.row .uneditable-input.span1 {
  width: 46px;
}
div#content div.row .controls-row {
  *zoom: 1;
}
div#content div.row .controls-row:before,
div#content div.row .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
div#content div.row .controls-row:after {
  clear: both;
}
div#content div.row .controls-row [class*="span"],
div#content div.row .row-fluid .controls-row [class*="span"] {
  float: left;
}
div#content div.row .controls-row .checkbox[class*="span"],
div#content div.row .controls-row .radio[class*="span"] {
  padding-top: 5px;
}
div#content div.row input[disabled],
div#content div.row select[disabled],
div#content div.row textarea[disabled],
div#content div.row input[readonly],
div#content div.row select[readonly],
div#content div.row textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
div#content div.row input[type="radio"][disabled],
div#content div.row input[type="checkbox"][disabled],
div#content div.row input[type="radio"][readonly],
div#content div.row input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
div#content div.row input:focus:invalid,
div#content div.row textarea:focus:invalid,
div#content div.row select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
div#content div.row input:focus:invalid:focus,
div#content div.row textarea:focus:invalid:focus,
div#content div.row select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
div#content div.row .form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
div#content div.row .form-actions:before,
div#content div.row .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
div#content div.row .form-actions:after {
  clear: both;
}
div#content div.row .help-block,
div#content div.row .help-inline {
  color: #595959;
}
div#content div.row .help-block {
  display: block;
  margin-bottom: 10px;
}
div#content div.row .help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
div#content div.row .input-append,
div#content div.row .input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
div#content div.row .input-append input,
div#content div.row .input-prepend input,
div#content div.row .input-append select,
div#content div.row .input-prepend select,
div#content div.row .input-append .uneditable-input,
div#content div.row .input-prepend .uneditable-input,
div#content div.row .input-append .dropdown-menu,
div#content div.row .input-prepend .dropdown-menu,
div#content div.row .input-append .popover,
div#content div.row .input-prepend .popover {
  font-size: 14px;
}
div#content div.row .input-append input,
div#content div.row .input-prepend input,
div#content div.row .input-append select,
div#content div.row .input-prepend select,
div#content div.row .input-append .uneditable-input,
div#content div.row .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
div#content div.row .input-append input:focus,
div#content div.row .input-prepend input:focus,
div#content div.row .input-append select:focus,
div#content div.row .input-prepend select:focus,
div#content div.row .input-append .uneditable-input:focus,
div#content div.row .input-prepend .uneditable-input:focus {
  z-index: 2;
}
div#content div.row .input-append .add-on,
div#content div.row .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
div#content div.row .input-append .add-on,
div#content div.row .input-prepend .add-on,
div#content div.row .input-append .btn,
div#content div.row .input-prepend .btn,
div#content div.row .input-append .btn-group > .dropdown-toggle,
div#content div.row .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#content div.row .input-append .active,
div#content div.row .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
div#content div.row .input-prepend .add-on,
div#content div.row .input-prepend .btn {
  margin-right: -1px;
}
div#content div.row .input-prepend .add-on:first-child,
div#content div.row .input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
div#content div.row .input-append input,
div#content div.row .input-append select,
div#content div.row .input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
div#content div.row .input-append input + .btn-group .btn:last-child,
div#content div.row .input-append select + .btn-group .btn:last-child,
div#content div.row .input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
div#content div.row .input-append .add-on,
div#content div.row .input-append .btn,
div#content div.row .input-append .btn-group {
  margin-left: -1px;
}
div#content div.row .input-append .add-on:last-child,
div#content div.row .input-append .btn:last-child,
div#content div.row .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
div#content div.row .input-prepend.input-append input,
div#content div.row .input-prepend.input-append select,
div#content div.row .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#content div.row .input-prepend.input-append input + .btn-group .btn,
div#content div.row .input-prepend.input-append select + .btn-group .btn,
div#content div.row .input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
div#content div.row .input-prepend.input-append .add-on:first-child,
div#content div.row .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
div#content div.row .input-prepend.input-append .add-on:last-child,
div#content div.row .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
div#content div.row .input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
div#content div.row input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
div#content div.row .form-search .input-append .search-query,
div#content div.row .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#content div.row .form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
div#content div.row .form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
div#content div.row .form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
div#content div.row .form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
div#content div.row .form-search input,
div#content div.row .form-inline input,
div#content div.row .form-horizontal input,
div#content div.row .form-search textarea,
div#content div.row .form-inline textarea,
div#content div.row .form-horizontal textarea,
div#content div.row .form-search select,
div#content div.row .form-inline select,
div#content div.row .form-horizontal select,
div#content div.row .form-search .help-inline,
div#content div.row .form-inline .help-inline,
div#content div.row .form-horizontal .help-inline,
div#content div.row .form-search .uneditable-input,
div#content div.row .form-inline .uneditable-input,
div#content div.row .form-horizontal .uneditable-input,
div#content div.row .form-search .input-prepend,
div#content div.row .form-inline .input-prepend,
div#content div.row .form-horizontal .input-prepend,
div#content div.row .form-search .input-append,
div#content div.row .form-inline .input-append,
div#content div.row .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
div#content div.row .form-search .hide,
div#content div.row .form-inline .hide,
div#content div.row .form-horizontal .hide {
  display: none;
}
div#content div.row .form-search label,
div#content div.row .form-inline label,
div#content div.row .form-search .btn-group,
div#content div.row .form-inline .btn-group {
  display: inline-block;
}
div#content div.row .form-search .input-append,
div#content div.row .form-inline .input-append,
div#content div.row .form-search .input-prepend,
div#content div.row .form-inline .input-prepend {
  margin-bottom: 0;
}
div#content div.row .form-search .radio,
div#content div.row .form-search .checkbox,
div#content div.row .form-inline .radio,
div#content div.row .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
div#content div.row .form-search .radio input[type="radio"],
div#content div.row .form-search .checkbox input[type="checkbox"],
div#content div.row .form-inline .radio input[type="radio"],
div#content div.row .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
div#content div.row .control-group {
  margin-bottom: 10px;
}
div#content div.row legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
div#content div.row .form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
div#content div.row .form-horizontal .control-group:before,
div#content div.row .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
div#content div.row .form-horizontal .control-group:after {
  clear: both;
}
div#content div.row .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
div#content div.row .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
div#content div.row .form-horizontal .controls:first-child {
  *padding-left: 180px;
}
div#content div.row .form-horizontal .help-block {
  margin-bottom: 0;
}
div#content div.row .form-horizontal input + .help-block,
div#content div.row .form-horizontal select + .help-block,
div#content div.row .form-horizontal textarea + .help-block,
div#content div.row .form-horizontal .uneditable-input + .help-block,
div#content div.row .form-horizontal .input-prepend + .help-block,
div#content div.row .form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
div#content div.row .form-horizontal .form-actions {
  padding-left: 180px;
}
div#content div.row .controls {
	margin-top: 5px;
}
div#content div.row .btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
div#content div.row .btn:hover,
div#content div.row .btn:focus,
div#content div.row .btn:active,
div#content div.row .btn.active,
div#content div.row .btn.disabled,
div#content div.row .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
div#content div.row .btn:active,
div#content div.row .btn.active {
  background-color: #cccccc \9;
}
div#content div.row .btn:first-child {
  *margin-left: 0;
}
div#content div.row .btn:hover,
div#content div.row .btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
div#content div.row .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div#content div.row .btn.active,
div#content div.row .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
div#content div.row .btn.disabled,
div#content div.row .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div#content div.row .btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
div#content div.row .btn-large [class^="icon-"],
div#content div.row .btn-large [class*=" icon-"] {
  margin-top: 4px;
}
div#content div.row .btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#content div.row .btn-small [class^="icon-"],
div#content div.row .btn-small [class*=" icon-"] {
  margin-top: 0;
}
div#content div.row .btn-mini [class^="icon-"],
div#content div.row .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
div#content div.row .btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#content div.row .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div#content div.row .btn-block + .btn-block {
  margin-top: 5px;
}
div#content div.row input[type="submit"].btn-block,
div#content div.row input[type="reset"].btn-block,
div#content div.row input[type="button"].btn-block {
  width: 100%;
}
div#content div.row .btn-primary.active,
div#content div.row .btn-warning.active,
div#content div.row .btn-danger.active,
div#content div.row .btn-success.active,
div#content div.row .btn-info.active,
div#content div.row .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
div#content div.row .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
div#content div.row .btn-primary:hover,
div#content div.row .btn-primary:focus,
div#content div.row .btn-primary:active,
div#content div.row .btn-primary.active,
div#content div.row .btn-primary.disabled,
div#content div.row .btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
div#content div.row .btn-primary:active,
div#content div.row .btn-primary.active {
  background-color: #003399 \9;
}
div#content div.row .btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
div#content div.row .btn-warning:hover,
div#content div.row .btn-warning:focus,
div#content div.row .btn-warning:active,
div#content div.row .btn-warning.active,
div#content div.row .btn-warning.disabled,
div#content div.row .btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
div#content div.row .btn-warning:active,
div#content div.row .btn-warning.active {
  background-color: #c67605 \9;
}
div#content div.row .btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
div#content div.row .btn-danger:hover,
div#content div.row .btn-danger:focus,
div#content div.row .btn-danger:active,
div#content div.row .btn-danger.active,
div#content div.row .btn-danger.disabled,
div#content div.row .btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
div#content div.row .btn-danger:active,
div#content div.row .btn-danger.active {
  background-color: #942a25 \9;
}
div#content div.row .btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
div#content div.row .btn-success:hover,
div#content div.row .btn-success:focus,
div#content div.row .btn-success:active,
div#content div.row .btn-success.active,
div#content div.row .btn-success.disabled,
div#content div.row .btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
div#content div.row .btn-success:active,
div#content div.row .btn-success.active {
  background-color: #408140 \9;
}
div#content div.row .btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
div#content div.row .btn-info:hover,
div#content div.row .btn-info:focus,
div#content div.row .btn-info:active,
div#content div.row .btn-info.active,
div#content div.row .btn-info.disabled,
div#content div.row .btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
div#content div.row .btn-info:active,
div#content div.row .btn-info.active {
  background-color: #24748c \9;
}
div#content div.row .btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
div#content div.row .btn-inverse:hover,
div#content div.row .btn-inverse:focus,
div#content div.row .btn-inverse:active,
div#content div.row .btn-inverse.active,
div#content div.row .btn-inverse.disabled,
div#content div.row .btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
div#content div.row .btn-inverse:active,
div#content div.row .btn-inverse.active {
  background-color: #080808 \9;
}
div#content div.row button.btn,
div#content div.row input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
div#content div.row button.btn::-moz-focus-inner,
div#content div.row input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
div#content div.row button.btn.btn-large,
div#content div.row input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
div#content div.row button.btn.btn-small,
div#content div.row input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
div#content div.row button.btn.btn-mini,
div#content div.row input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
div#content div.row .btn-link,
div#content div.row .btn-link:active,
div#content div.row .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div#content div.row .btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#content div.row .btn-link:hover,
div#content div.row .btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
div#content div.row .btn-link[disabled]:hover,
div#content div.row .btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.newsletter_modal_thanks .btn {
	background-color: #AAAAAA;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
.newsletter_modal_thanks .btn:hover {
	background-color: #777777;
}

.table_with_fish:after {
    background-image: url("/images/template/div-poisson-bulle.png");
    content: "";
    display: block;
    height: 80px;
    position: absolute;
    right: 10px;
    top: -70px;
    width: 80px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
