@font-face {
  font-family: 'Block Regular';
  src:
    url('/fonts/block_regular.eot') format('embedded-opentype'), 
    url('/fonts/block_regular.woff') format('woff'),
    url('/fonts/block_regular.ttf') format('truetype'),
    url('/fonts/block_regular.svg#block_regular') format('svg');
}
@font-face {
  font-family: 'Helvetica Condensed Light';
  src: url('/fonts/Helvetica-Condensed-Light.otf') format("opentype");
}
@font-face {
  font-family: 'Helvetica Condensed Bold';
  src: url('/fonts/Helvetica-Condensed-Bold.otf') format("opentype");
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Helvetica Condensed Light';
  font-size: 14px;
}

#wrapper {
  margin: 0 auto;
  width: 980px;
}

/* =============================================================================================================
================================================================================================================
  Header
*/

header {
  float: left;
  margin-left: 2px;
  width: 981px;
}
header img#logo {
  box-shadow: 0 0 8px #999;
  margin-left: 85px;
}
header #top {
  float: right;
  margin-right: 5px;
  margin-top: 15px;
  text-align: right;
}
header #top a.newsletter {
  background-color: #898989;
  background-image: url('https://www.italieaparis.net/img/aside/mail.png');
  background-position: 6px 2px;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  float: right;
  font-family: 'Block Regular';
  font-size: 16px;
  height: 24px;
  letter-spacing: 0.7px;
  line-height: 25px;
  margin-right: 5px;
  text-align: left;
  text-indent: 34px;
  width: 147px;
}
header #top img {
  float: right;
  margin-right: 5px;
}
header #top form#top_search {
  background-color: #898989;
  background-image: url('https://www.italieaparis.net/img/aside/search.png');
  background-position: 2px 2px;
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  height: 24px;
  width: 200px;
}
header #top form#top_search input {
  background-color: #fff;
  display: inline-block;
  float: right;
  height: 22px;
  margin: 1px;
  text-indent: 6px;
  width: 174px;
}
header #top #ad {
  margin-top: 60px;
  width: 100%;
}
header #top #ad img {
  margin-right: 0;
}
header #ad_mobile {
  display: none;
  margin-bottom: 20px;
  width: 100%;
}
header #menu {
  color: #e4d4b6;
  font-family: 'Block Regular';
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 23px;
  width: 100%;
}
header #menu p {
  line-height: 14px;
  text-align: justify;
  text-align-last: justify;
}
header #menu p:after {
  content: "";
  display: inline-block;
  width: 100%;
}
header #menu p a {
  color: #e4d4b6;
  letter-spacing: 2px;
  text-decoration: none;
}
header #menu p a.bis {
  color: #9c9a9a;
}
header #menu p a:hover {
  color: #333;
}


/* =============================================================================================================
================================================================================================================
  Main
*/

#wrapper #main {
  float: left;
  width: 610px;
}

/* ==========================================================================
  Main - Home Boxes
========================================================================== */

#wrapper #main .home_box {
  float: left;
  margin-bottom: 35px;
  width: 100%;
}
#wrapper #main .home_box h1 {
  background-color: #000;
  color: #e4d4b6;
  font-family: 'Block Regular';
  font-size: 17px;
  height: 30px;
  letter-spacing: 2.5px;
  line-height: 30px;
  text-indent: 12px;
  width: 470px;
}
#wrapper #main .home_box .inside {
  border-left: solid 10px #000;
  float: left;
  width: 600px;
}
#wrapper #main .home_box div#home_slide {
  background-color: #f98043;
  height: 240px;
  margin-left: 6px;
  margin-top: 6px;
  overflow: auto;
  position: relative;
  width: 590px;
}
#wrapper #main .home_box div#home_slide div.back {
  background-color: #000;
  height: 240px;
  margin-left: 385px;
  opacity: 0.5;
  position: absolute;
  width: 205px;
  z-index: 1;
}
#wrapper #main .home_box div#home_slide div.front {
  height: 240px;
  margin-left: 385px;
  padding: 0 15px;
  position: absolute;
  width: 175px; /* => 205px */
  z-index: 2;
}
#wrapper #main .home_box div#home_slide div.front h2 {
  color: #fff;
  font-size: 36px;
  padding-top: 30px;
}
#wrapper #main .home_box div#home_slide ul li {
  float: left;
}
#wrapper #main .home_box div#home_slide ul li div.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  width: 590px;
}
#wrapper #main .home_box div#home_slide .dots {
  bottom: 10px;
  position: absolute;
  right: 10px;
  z-index: 3;
}
#wrapper #main .home_box div#home_slide .dots li {
  -moz-transition: background .5s, opacity .5s;
  -webkit-transition: background .5s, opacity .5s;
  border: 2px solid #fff;
  cursor: pointer;
  display: inline-block;
  height: 5px;
  margin-left: 5px;
  opacity: .4;
  text-indent: -999em;
  transition: background .5s, opacity .5s;
  width: 5px;
}
#wrapper #main .home_box div#home_slide .dots li.active {
  background: #fff;
  opacity: 1;
}
#wrapper #main .home_box div#home_slide .labels {
  position: absolute;
  z-index: 5;
}
#wrapper #main .home_box div#home_slide .labels img {
  height: 80px;
  margin: 10px;
  width: 80px;
}
#wrapper #main .home_box span.image {
  background-position: center top;
  background-size: cover;
  display: block;
  float: left;
  height: 140px;
  margin: 0;
  margin-left: 6px;
  margin-top: 10px;
  padding: 0;
  width: 140px;
}
#wrapper #main .home_box .block {
  float: left;
  height: 120px; /* => 140px */
  margin-left: 6px;
  margin-top: 10px;
  padding: 10px;
  width: 124px; /* => 144px */
}
#wrapper #main .home_box .block h3 { /* Catégorie */
  color: #000;
  font-family: 'Block Regular';
  font-size: 12px;
  letter-spacing: 2.5px;
  padding-bottom: 5px;
}
#wrapper #main .home_box .block h2 {
  color: #fff;
  font-size: 21px;
}
#wrapper #main .home_box .block_full {
  float: left;
  height: 240px;
  margin-left: 6px;
  margin-top: 6px;
  width: 590px;
}
#wrapper #main .home_box .block_full div {
  float: left;
  height: 200px; /* => 240px */
  padding: 15px;
  padding-top: 25px;
  width: 260px; /* => 290px */
}
#wrapper #main .home_box .block_full div.c1 {
  background-color: #4e4b4a;
}
#wrapper #main .home_box .block_full div.c2 {
  background-color: #e4d4b6;
}
#wrapper #main .home_box .block_full span.image {
  background-position: center top;
  background-size: cover;
  float: left;
  height: 240px;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  width: 290px;
}
#wrapper #main .home_box .block_full span.bis {
  margin-left: 10px;
  margin-right: 0;
}
#wrapper #main .home_box .block_full div h3 { /* Catégorie */
  color: #fff;
  font-family: 'Block Regular';
  font-size: 15px;
  letter-spacing: 3px;
  padding-bottom: 10px;
}
#wrapper #main .home_box .block_full div h2 {
  font-size: 36px;
  padding-bottom: 10px;
}
#wrapper #main .home_box .block_full div.c1 h2 {
  color: #d0c3a8;
}
#wrapper #main .home_box .block_full div.c2 h2 {
  color: #7e6010;
}
#wrapper #main .home_box .block_full div p {
  font-size: 14px;
}
#wrapper #main .home_box .block_full div.c1 p {
  color: #fff;
}
#wrapper #main .home_box .block_full div.c2 p {
  color: #000;
}
#wrapper #main .home_box .first {
  background-color: #716f6e;
  margin-right: 4px;
}
#wrapper #main .home_box .c1 {
  background-color: #716f6e;
}
#wrapper #main .home_box .c2 {
  background-color: #bdaf98;
}
#wrapper #main .home_box.last h1 {
  background-color: #e4d4b6;
  color: #716f6e;
}
#wrapper #main .home_box.last ul {
  border-left: solid 10px #e4d4b6;
  color: #bdaf98;
  float: left;
  width: 596px;
}
#wrapper #main .home_box.last ul li {
  display: block;
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: 300;
  margin-left: 9px;
  margin-top: 9px;
  width: 140px;
}
#wrapper #main .home_box.last ul li img {
  height: auto;
  margin: 0;
  width: auto;
}
#wrapper #main .home_box.last ul li h2 {
  float: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding-top: 5px;
  width: 100%;
}
#wrapper #main .home_box.last ul li p {
  float: left;
  width: 100%;
}

/* ==========================================================================
  Main - Section Boxes
========================================================================== */

#wrapper #main .box {
  float: left;
  margin-bottom: 35px;
  width: 100%;
}
#wrapper #main .box h1 {
  background-color: #e4d4b6;
  color: #000;
  font-family: 'Block Regular';
  font-size: 17px;
  height: 30px;
  letter-spacing: 2.5px;
  line-height: 30px;
  text-indent: 12px;
  text-transform: uppercase;
  width: 470px;
}
#wrapper #main .box .inside {
  border-left: solid 10px #e4d4b6;
  float: left;
  padding: 10px;
  width: 580px;
}
#wrapper #main .box .inside .desc{
  background-color: #eee;
  margin: 0 20px;
  padding: 10px;
  font-size: 16px;
  font-style: italic;
}
#wrapper #main .box .inside article {
  border-bottom: solid 1px #000;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
#wrapper #main .box .inside article h3 {
  color: #716f6e;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}
#wrapper #main .box .inside article h2 {
  color: #000;
  font-size: 28px;
  margin-bottom: 8px;
}
#wrapper #main .box .inside article .block img {
  float: left;
  height: auto;
  margin-right: 10px;
  width: 140px;
}
#wrapper #main .box .inside article .block {
  float: left;
  font-size: 15px;
  line-height: 18px;
  text-align: justify;
  width: 515px;
}
#wrapper #main .box .inside article .block .prat {
  font-size: 13px;
  font-style:italic;
  width: 515px;
}
#wrapper #main .box .inside article .block .prat h5 {
  display: inline;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  font-style:italic;
}
#wrapper #main .box .inside article .block p {
  margin-bottom: 6px;
}
#wrapper #main .box .inside article .block b,
#wrapper #main .box .inside article .block strong {
  font-family: 'Helvetica Condensed Bold';
}
#wrapper #main .box .inside article .labels {
  float: left;
  height: 45px;
  text-align: right;
  margin-top: -45px;
  width: 100%;
}
#wrapper #main .box .inside article .labels img {
  height: 45px;
  width: 45px;
}


/* ==========================================================================
  Main - Post Boxes
========================================================================== */

#wrapper #main .post_box {
  float: left;
  margin-bottom: 35px;
  width: 100%;
}
#wrapper #main .post_box .breadcrumb {
  color: #716f6e;
  font-family: 'Block Regular';
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#wrapper #main .post_box .breadcrumb .first {
  color: #9c9a9a;
}
#wrapper #main .post_box h3 {
  background-color: #e4d4b6;
  color: #000;
  font-family: 'Block Regular';
  font-size: 17px;
  height: 30px;
  letter-spacing: 2.5px;
  line-height: 30px;
  text-indent: 12px;
  text-transform: uppercase;
  width: 470px;
}
#wrapper #main .post_box .inside {
  border-left: solid 10px #e4d4b6;
  float: left;
  padding: 10px;
  width: 580px;
}
#wrapper #main .post_box .inside article {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
#wrapper #main .post_box .inside article p.date {
  color: #555;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  width: 100%;
}
#wrapper #main .post_box .inside article h2 {
  color: #716f6e;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}
#wrapper #main .post_box .inside article h1 {
  color: #000;
  font-size: 36px;
  margin-bottom: 8px;
}
#wrapper #main .post_box .inside article .block {
  font-size: 17px;
  line-height: 20px;
}
#wrapper #main .post_box .inside article .block a {
  color: #7e6010;
}
#wrapper #main .post_box .inside article .block em {
  font-style: italic;
}
#wrapper #main .post_box .inside article .block p {
  margin-bottom: 10px;
}
#wrapper #main .post_box .inside article .block h3 {
  font-family: 'Helvetica Condensed Bold';
  font-size: 18px;
  margin-top: 20px;
  color: #555555;
  padding-top: 15px;
  border-top: 1px solid black; 
}
#wrapper #main .post_box .inside article .block p.author {
  font-family: 'Helvetica Condensed Bold';
  font-size: 14px;
  margin-top: 20px;
  color: #444444;
}
#wrapper #main .post_box .inside article .block p.author {
  color: #776f6e;
  line-height: 15px;
  margin-bottom: 20px;
  margin-left: 300px;
}
#wrapper #main .post_box .inside article .block h3 {
  background: none;
  height: auto;
  line-height: 18px;
  margin-bottom: 0px;
  text-indent: 0;
  text-transform: none;
}
#wrapper #main .post_box .inside article .block img {
  float: left;
  height: auto;
  margin-right: 10px;
  margin-top: -35px;
  width: 290px;
}
#wrapper #main .post_box .inside article .block img.next {
  margin-top: 0;
  width: auto;
}
#wrapper #main .post_box .inside article .block img.nextpt {
  margin-top: 0;
  width: 180px;
}
#wrapper #main .post_box .inside article .block img.nextdx {
  float: right;
  margin-top: 0;
  width: 180px;
  padding-left: 10px;
}
#wrapper #main .post_box .inside article .block img.nextptdx {
  float: right;
  margin-top: 0;
  width: 150px;
  padding-left: 10px;
}
#wrapper #main .post_box .inside article .block p.date {
  color: #555;
  float: left;
  font-size: 14px;
  line-height: 15px;
  margin-top: 30px;
  text-align: right;
  width: 100%;
}
#wrapper #main .post_box .inside article .block .red {
  color: red;
  }
#wrapper #main .post_box .inside article .infos {
  float: left;
  margin-top: 20px;
  width: 100%;
}
#wrapper #main .post_box .inside article .infos .block {
  background-color: #d7d7d7;
  float: left;
  height: 220px;
  padding: 10px;
  width: 320px;
  font-size: 14px;
  line-height: 18px;
}
#wrapper #main .post_box .inside article .infos .block h5 {
  color: #716f72;
  font-family: 'Helvetica Condensed Bold';
  font-size: 14px;
  margin-bottom: 20px;
}
#wrapper #main .post_box .inside article .infos .block img {
  float: none;
  height: auto;
  margin: 0;
  width: auto;
}
#wrapper #main .post_box .inside article .infos .block ul {
  list-style-type: square;
  margin-bottom: 20px;
}
#wrapper #main .post_box .inside article .infos .block ul li {
  margin-left: 30px;
}
#wrapper #main .post_box .inside article .infos .block iframe {
  float: right;
}
#wrapper #main .post_box .inside article .infos .membres {
  background-color: #d7d7d7;
  float: left;
  height: auto;
  padding: 10px;
  width: 560px;
  font-size: 14px;
  line-height: 18px;
}
#wrapper #main .post_box .inside article .infos .map_canvas h3 {
  background: none;
  font-family: 'Helvetica Condensed Bold';
  text-align: left;
  font-size: 12px;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 18px;
  text-indent: 0;
  text-transform: none;
  width: 100%;
  letter-spacing: 0;
  
}
#wrapper #main .post_box .inside article .infos .geocrazy {
  float: left;
  height: 240px;
  margin-left: 10px;
  width: 230px;
}
#wrapper #main .post_box .inside article .infos .geocrazy h2 {
  display: none;
}
#wrapper #main .post_box .inside article .infos .geocrazy img,
#wrapper #main .post_box .inside article .infos .geocrazy #gc_post_widget_map_canvas_ {
  border: 0;
  height: 240px;
  min-height: 240px;
  width: 230px;
}
#wrapper #main .post_box .inside .ad {
  float: left;
  margin-bottom: 20px;
  /*padding-left: 56px;*/
  width: 524px;
}
#wrapper #main .post_box .inside .footer {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
#wrapper #main .post_box .inside .footer p {
  color: #716f74;
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding-top: 20px;
  width: 100%;
}
#wrapper #main .post_box .inside .footer p img {
  float: left;
  height: 80px;
  margin-left: 120px;
  margin-right: 10px;
  margin-top: -20px;
  width: auto;
}
#wrapper #main .post_box .inside b,
#wrapper #main .post_box .inside strong {
  font-family: 'Helvetica Condensed Bold';
}
#wrapper #main .post_box .inside .footer .share {
  float: left;
  margin-top: 30px;
  width: 100%;
}
#wrapper #main .post_box .inside .footer .share .button_spe {
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: solid 1px #ccc;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 10px;
  margin-right: 5px;
  padding: 4px 6px 4px 6px;
  vertical-align: 7px;
  width: auto;
}
#wrapper #main .post_box .inside .footer .share .button_spe:hover {
  border: solid 1px #999;
}
#wrapper #main .post_box .inside .footer .share .print {
  /*background-image: url('../img/main/print.png');*/
  margin-left: 20px;
}
#wrapper #main .post_box .inside .footer .share .send {
  /*background-image: url('../img/main/envelope.png')*/
}
#wrapper #main .post_box .inside .footer .share .fb-like {
  vertical-align: 2px;
  display: inline-block;
}
#wrapper #main .post_box .inside .footer .share .twitter-share-button {
  margin-left: 5px;
  margin-right: 5px;
}
div.share span, div.share iframe{
	vertical-align:top;
}
.pinterest-share-button, #bt_pinterest{
	vertical-align:top;
}
#wrapper #main .post_box .inside .footer .share #___plusone_0 {
  position: absolute;
}
#wrapper #main .post_box .inside .fb-comments {
  float: left;
}
#wrapper #main .post_box .inside #comments {
  float: left;
  width: 100%;
}
#wrapper #main .post_box .inside #comments h3 {
  float: left;
  width: 100%;
}
#wrapper #main .post_box .inside #comments dl {
  border-bottom: solid 1px #ccc;
  color: #555;
  float: left;
  line-height: 18px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 10px;
}
#wrapper #main .post_box .inside #comments dl dt {
  float: left;
  margin-bottom: 10px;
  text-decoration: underline;
}
#wrapper #main .post_box .inside #comments dl dt a {
  font-weight: bold;
  margin-left: -20px;
  position: absolute;
  text-decoration: none;
}
#wrapper #main .post_box .inside #comments dl dd {
  float: left;
  width: 100%;
}
#wrapper #main .post_box .inside #commform {
  width: 100%;
  float: left;
  margin-top: 10px;
}

#wrapper #main .post_box .inside #commform h3 {
  width: 100%;
  float: left;
}
#wrapper #main .post_box .inside #commform fieldset {
  display: block; 
  width: 100%;
  float: left;
}
#wrapper #main .post_box .inside #commform p {
  color: #555;
  padding-bottom: 5px;
  padding-top: 5px;
}
#wrapper #main .post_box .inside .field input {
  border: solid #999 1px;
  display: inline;
  width: 100%;
}
#wrapper #main .post_box .inside .field textarea {
  border: solid grey 1px;
  display: inline;
  width: 100%;
}
#wrapper #main .box .inside article .block img.icon {
  clear:both;
  display: inline;
  margin-top: 2px;
  width: 20px;
  height: 34px;
}
/* =============================================================================================================
================================================================================================================
  Side Bar
*/

aside {
  float: right;
  width: 310px;
}
aside form.search {
  background-color: #898989;
  background-image: url('https://www.italieaparis.net/img/aside/search.png');
  background-position: 2px 2px;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  height: 24px;
  margin-top: 30px;
  width: 310px;
}
aside form.search input {
  background-color: #fff;
  display: inline-block;
  float: right;
  height: 22px;
  margin: 1px;
  text-indent: 6px;
  width: 284px;
}
aside #bottom a {
  float: left;
  margin-left: 8px;
}
aside #bottom a.first {
  margin-left: 0;
}
aside #bottom a.newsletter {
  background-color: #898989;
  background-image: url('https://www.italieaparis.net/img/aside/mail.png');
  background-position: 6px 2px;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-family: 'Block Regular';
  font-size: 16px;
  height: 24px;
  letter-spacing: 0.7px;
  line-height: 25px;
  text-indent: 34px;
  width: 182px;
}

/* ==========================================================================
  Side Bar - Home Boxes
========================================================================== */

aside a.section {
  color: #e4d4b6;
  display: block;
  float: left;
  font-family: 'Block Regular';
  font-size: 19px;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
  text-indent: 10px;
  text-decoration: none;
  width: 100%;
}
aside a.section.last {
  margin-bottom: 0;
}
aside a.section:hover {
  color: #fff;
}
aside a.section .top {
  background-color: #000;
  height: 12px;
  width: 240px;
}
aside a.section span {
  background-color: #7e6010;
  border-left: solid 10px #000;
  display: block;
  height: 34px;
  line-height: 35px;
  width: 300px;
}
aside .box_home {
  float: left;
  margin-top: 30px;
  width: 310px;
}
aside .box_home.first {
  float: left;
  margin-bottom: 25px;
  margin-top: 0;
  width: 310px;
}
aside .box_home h4 {
  background-color: #000;
  color: #dbaf3a; /* a17908 */
  font-family: 'Block Regular';
  font-size: 17px;
  height: 30px;
  letter-spacing: 2.5px;
  line-height: 30px;
  text-indent: 12px;
  text-transform: uppercase;
  width: 240px;
}
aside .box_home.first h4 {
  color: #fff;
}
aside .box_home .inside {
  border-left: solid 10px #000;
  float: left;
  width: 300px;
}
aside .box_home .inside .line {
  float: left;
  margin-left: 6px;
  margin-top: 6px;
  width: 294px;
}
aside .box_home .inside .line h2 {
  background-color: #9c9a9a;
  color: #fff;
  float: left;
  font-family: 'Block Regular';
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 28px;
  text-indent: 8px;
  width: 294px;
}
aside .box_home .inside .line h2.plus {
  background-color: #4e4b4a;
  color: #e4d4b6;
  font-size: 18px;
  letter-spacing: 5px;
  line-height: 30px;
  text-indent: 10px;
}
aside .box_home .inside .line span.image {
  background-position: center top;
  background-size: cover;
  display: block;
  float: left;
  height: 120px;
  width: 142px;
}
aside .box_home .inside .line div.video {
  cursor: pointer;
  float: left;
  height: 165px;
  width: 294px;
}
aside .box_home .inside .line div.video span {
  background-position: center center;
  background-size: cover;
  display: block;
  float: left;
  height: 165px;
  width: 294px;
}
aside .box_home .inside .line div.video span img {
  margin-left: 123px;
  margin-top: 58px;
}
aside .box_home .inside .line .block,
aside .box_home .inside .line .block_full {
  background-color: #d7d7d7;
  float: left;
  height: 106px; /* => 120px */
  margin-left: 5px;
  padding: 7px;
  width: 133px; /* => 147px */
}
aside .box_home .inside .line .block h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
aside .box_home .inside .line .block p {
  font-size: 14px;
}
aside .box_home .inside .line .block_full {
  height: auto;
  margin: 0;
  width: 280px; /* => 294px (padding = 7px) */
}
aside .box_home .inside .line .block_full h3 {
  float: left;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  width: 280px;
}
aside .ad {
  margin: 0 auto;
  width: 160px;
}

/* ==========================================================================
  Side Bar - Section Boxes
========================================================================== */

aside .box {
  float: left;
  margin-top: 30px;
  width: 310px;
}
aside .box.first {
  margin-top: 0;
}
aside .box h4 {
  background-color: #000;
  color: #a17908;
  font-family: 'Block Regular';
  font-size: 14px;
  height: 30px;
  letter-spacing: 2.5px;
  line-height: 30px;
  text-indent: 12px;
  width: 240px;
}
aside .box .inside {
  border-left: solid 10px #000;
  float: left;
  padding-left: 10px;
  padding-top: 10px;
  width: 290px;
}
aside .box .inside article {
  border-bottom: solid 1px #000;
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
aside .box .inside article h2 {
  color: #7e6010;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
aside .box .inside article h3 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}
aside .box.plus h1 {
  color: #fff;
}
aside .box.plus .inside div,
aside .box.plus .inside img {
  float: left;
  height: 91px;
  width: 140px;
}
aside .box.plus .inside div {
  background-color: #d7d7d7;
  font-size: 21px;
  height: 81px; /* => 91px */
  line-height: 24px;
  margin-left: 10px;
  padding-top: 9px;
  text-align: center;
}

/* ==========================================================================
  Side Bar - Widgets
========================================================================== */

aside .categories {
  border-left: solid 10px #000;
  float: left;
  margin-top: 30px;
  width: 300px; 
}
aside .categories h2 {
  background-color: #000;
  color: #dbaf3a;
  font-family: 'Block Regular';
  font-size: 14px;
  height: 30px;
  letter-spacing: 2.5px;
  line-height: 30px;
  text-indent: 2px;
  text-transform: uppercase;
  width: 300px;
}
aside .categories ul {
  float: left;
  width: 100%;
}
aside .categories ul li {
  float: left;
  font-weight: bold;
  margin: 10px 0 0 8px;
  width: 100%;
}
aside .categories ul li a:hover {
  text-decoration: underline;
}
aside .categories ul li ul {
  border: 0;
  margin: 0 0 0 8px;
}
aside .categories ul li ul li {
  font-weight: normal;
  margin: 8px 0 0 0;
}
aside .selected {
  border-left: solid 10px #000;
  float: left;
  margin-top: 30px;
  width: 300px;
}
aside .selected h2 {
  background-color: #000;
  color: #dbaf3a;
  font-family: 'Block Regular';
  font-size: 14px;
  height: 30px;
  letter-spacing: 2.5px;
  line-height: 30px;
  text-indent: 2px;
  text-transform: uppercase;
  width: 300px;
}
aside .selected ul {
  float: left;
  width: 100%;
}
aside .selected ul li {
  float: left;
  font-weight: bold;
  margin: 10px 0 0 8px;
  width: 100%;
}
aside .selected ul li a:hover {
  text-decoration: underline;
}
aside .selected ul li ul {
  border: 0;
  margin: 0 0 0 8px;
}
aside .selected ul li ul li {
  font-weight: normal;
  margin: 8px 0 0 0;
}
/* =============================================================================================================
================================================================================================================
  Footer
*/

footer {
  background-color: #000;
  background-image: url('../img/logo_bis.png');
  background-position: 16px 16px;
  background-repeat: no-repeat;
  color: #fff;
  float: left;
  font-family: 'Block Regular';
  height: 120px;
  margin-top: 40px;
  width: 100%;
}
footer div {
  float: left;
  margin-top: 15px;
  width: 190px;
}
footer div.first {
  margin-left: 215px;
}
footer div.last {
  width: auto;
}
footer div h4 {
  font-size: 14px;
  letter-spacing: 2px;
}
footer div ul {
  margin-top: 10px;
}
footer div ul li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 18px;
  text-decoration: none;
}

/* =============================================================================================================
================================================================================================================
  Additional classes
*/

.button {
  background-color: #7e6010;
  color: #dbaf3a;
  cursor: pointer;
  display: block;
  font-family: 'Block Regular';
  font-size: 17px;
  height: auto;
  letter-spacing: 2.5px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.sep20 {
  margin: 0 20px;
  padding: 0 20px;
}
.septop {
  margin-top: 20px;
  padding-top: 20px;
}
.rating_bar { 
	float:right;
}
.clear{ 
	clear:both;
}
.red{ 
	color:red;
}
DIV.rating_bar {
	width: 70px;
}

DIV.selected DIV.rating_bar, DIV.rating_bar_stars {
	width: 64px;
	background: url(../images/base/rate_off.gif) repeat-x 0 0;
	/*text-align: left;*/
}

DIV.rating_bar_stars DIV {
	height: 13px;
	background: url(../images/base/rate_on.gif) repeat-x 0 0;
}

A DIV.rating_bar {
	cursor: pointer;
}

/* ==========================================================================
  Cookies
========================================================================== */
#cookieChoiceInfo {
position: fixed; 
width: 100%;
color:#fff;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
font-size: 12px;
/*letter-spacing: 2.5px;*/ 
background-color: rgba(106, 106, 106, 0.8); 
/*left: 0px; 
top: 0px;
right: 40px; */
padding: 8px; 
z-index: 1000; 
text-align: center;
}
#cookieChoiceInfo a {
background-color: rgba(92, 92, 92, 0.4);
padding: 2px 6px; 
}
#cookieChoiceInfo div {
margin: 0 0 4px 0;
padding: 0; 
}
/* ==========================================================================
  contact
========================================================================== */
#form-group3{
position:absolute!important;top:-5000px;
}