/**********
VARIABLES & MIXINS
**********/
/**********
GENERAL
**********/
body {
  font-family: "goth-book";
  font-size: 14px;
  color: #636363; }

#wrapper {
  padding: 0; }

h1 {
  font-size: 30px; }

h2 {
  font-family: "goth-book";
  font-size: 22px;
  color: #636363;
  font-weight: 500; }

.content ul {
  padding-left: 15px; }

#cms-multibloc img {
  max-width: 100%;
  height: auto; }
#cms-multibloc a {
  color: #000; }

#content {
  margin-top: 40px;
  /**Smartphones**/ }
  @media (max-width: 767px) {
    #content {
      margin-top: 0; } }

::-webkit-input-placeholder {
  color: #636363; }

::-moz-placeholder {
  color: #636363; }

:-ms-input-placeholder {
  color: #636363; }

input:-moz-placeholder {
  color: #636363; }

input,
select,
textarea {
  border-radius: 0; }

/**Tablettes Portrait**/
@media (min-width: 768px) and (max-width: 991px) {
  .mean-container .mean-bar {
    top: 225px !important; } }
.col-xs-12by5, .col-sm-12by5, .col-md-12by5, .col-lg-12by5 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  /**Smartphones**/ }
  @media (max-width: 767px) {
    .col-xs-12by5, .col-sm-12by5, .col-md-12by5, .col-lg-12by5 {
      width: 100%; } }

.flexslider img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important; }

/**********
HEADER
**********/
header {
  /**Small Desktops**/
  /**Tablettes Portrait**/
  /**Smartphones**/ }
  header #header-top {
    height: 280px;
    background-size: cover !important; }
  header #languages-links {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; }
    header #languages-links ul {
      margin: 0; }
      header #languages-links ul li {
        float: left; }
        header #languages-links ul li a {
          display: block;
          line-height: 0.8;
          font-family: "goth-med", Arial;
          font-size: 14px;
          color: #fff; }
    header #languages-links .languages {
      float: left;
      margin-right: 10px; }
      header #languages-links .languages li:not(:first-child) a {
        margin-left: 7.5px;
        padding-left: 7.5px;
        border-left: 1px solid #636363; }
    header #languages-links #top-menu {
      float: right; }
      header #languages-links #top-menu li:not(:first-child) a {
        margin-left: 7.5px;
        padding-left: 7.5px;
        border-left: 1px solid #fff; }
  header #header-mid {
    margin-top: -55px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.4); }
    header #header-mid #search-bar input[type=search] {
      width: 85%;
      float: left;
      height: 30px;
      font-family: "goth-med", Arial;
      font-size: 14px;
      color: #fff;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #fff; }
    header #header-mid #search-bar ::-webkit-input-placeholder {
      color: #fff; }
    header #header-mid #search-bar ::-moz-placeholder {
      color: #fff; }
    header #header-mid #search-bar :-ms-input-placeholder {
      color: #fff; }
    header #header-mid #search-bar input:-moz-placeholder {
      color: #fff; }
    header #header-mid #search-bar input[type=submit] {
      width: 15%;
      float: left;
      height: 30px;
      background: url(../imgs/picto-loupe.png) no-repeat center;
      border: none;
      border-bottom: 1px solid #fff; }
  header #header-bottom {
    background-color: #e1e1e1; }
    header #header-bottom .row {
      position: relative; }
    header #header-bottom #logo-container {
      position: absolute;
      top: -146px;
      padding-right: 0; }
      header #header-bottom #logo-container .img-container {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 30px 20px;
        background-color: #fff; }
        header #header-bottom #logo-container .img-container img {
          margin: 0 auto; }
      header #header-bottom #logo-container .text-center {
        height: 90px;
        position: relative;
        font-family: "goth-book";
        font-size: 18px;
        color: #fff;
        vertical-align: middle;
        line-height: 90px; }
        header #header-bottom #logo-container .text-center span {
          display: inline-block;
          line-height: 1.2;
          margin: auto;
          vertical-align: middle; }
    header #header-bottom #main-nav-menu {
      margin-left: 25%;
      padding: 15px 0;
      position: relative; }
    header #header-bottom ul {
      float: right; }
    header #header-bottom li {
      float: left;
      position: static; }
      header #header-bottom li a {
        display: block;
        padding: 0 25px;
        font-family: "goth-med", Arial;
        font-size: 17px;
        color: #636363;
        text-transform: uppercase;
        border-left: 1px solid #636363;
        line-height: 1.2; }
      header #header-bottom li:hover a::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15.5px 15px 15.5px;
        border-color: transparent transparent #636363 transparent;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translate(-50%, 0); }
      header #header-bottom li ul.sub-menu {
        min-height: 40px;
        text-align: center;
        background-color: #636363;
        padding: 10px 0 10px;
        width: 900px;
        border-top: 0;
        position: absolute;
        z-index: 8999;
        margin: 15px 0 0 0;
        left: 0;
        list-style-type: none; }
        header #header-bottom li ul.sub-menu li:first-child a {
          border: none; }
        header #header-bottom li ul.sub-menu li {
          margin: auto;
          position: relative;
          display: inline-block;
          float: none; }
          header #header-bottom li ul.sub-menu li a {
            padding: 0 15px;
            font-family: "goth-light", Arial;
            font-size: 14px;
            color: #fff;
            border-left: 1px solid #fff; }
          header #header-bottom li ul.sub-menu li a::after {
            content: none; }
    header #header-bottom li:last-child a {
      padding-right: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    header #header-bottom #logo-container {
      top: -126px; }
      header #header-bottom #logo-container .text-center {
        font-size: 16px; }
      header #header-bottom #logo-container span {
        padding: 15px 5px; }
    header #header-bottom li a {
      padding: 0 15px;
      font-size: 15px; }
    header #header-bottom li ul.sub-menu {
      width: 100%;
      min-height: 42px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    header #search-bar {
      position: relative;
      z-index: 99; }
    header #header-bottom .row {
      position: static; }
    header #header-bottom #logo-container {
      top: 8px;
      left: 34px; }
      header #header-bottom #logo-container .img-container {
        padding: 20px; }
      header #header-bottom #logo-container span {
        padding: 15px; } }
  @media (max-width: 767px) {
    header #header-top {
      height: 325px; }
    header #languages-links .languages li {
      margin-bottom: 15px; }
    header #languages-links .languages li:not(:first-child) a {
      margin-left: 12.5px;
      padding-left: 12.5px; }
    header #search-bar {
      position: relative;
      z-index: 99; }
    header #header-bottom .row {
      position: static; }
    header #header-bottom #logo-container {
      top: 93px;
      padding-right: 15px; }
      header #header-bottom #logo-container .img-container,
      header #header-bottom #logo-container span {
        padding: 10px; }
      header #header-bottom #logo-container .text-center {
        height: 70px;
        line-height: 70px; } }

#breadcrumb-bloc {
  margin-top: 50px;
  padding: 4px;
  font-family: "goth-med", Arial;
  /**Smartphones**/ }
  #breadcrumb-bloc a {
    font-family: "goth-book";
    font-size: 14px;
    color: #636363; }
  @media (max-width: 767px) {
    #breadcrumb-bloc {
      margin-top: 20px; } }

/**********
FOOTER
**********/
footer {
  background-color: #58575a;
  /**Small Desktops**/
  /**Tablettes Portrait**/
  /**Smartphones**/ }
  footer #footer-top {
    background-image: url(../imgs/terre.png), url(../imgs/logo-actini-old.png);
    background-position: right center, left center;
    background-repeat: no-repeat;
    z-index: 100;
    height: 300px;
    padding-top: 20px;
    padding-bottom: 15px; }
    footer #footer-top .title {
      background-color: #3E3D40;
      text-align: center;
      line-height: 2;
      font-family: "goth-med", Arial;
      font-size: 14px;
      color: #d7d7d7; }
    footer #footer-top ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      footer #footer-top ul li {
        margin-bottom: 10px; }
      footer #footer-top ul li::before {
        position: absolute;
        top: 0em;
        padding-right: 1.1225em;
        font-size: 1em;
        content: "\2022";
        color: #fff; }
      footer #footer-top ul a {
        display: inline-block;
        padding: 0 0 0 10px;
        font-family: "goth-book";
        font-size: 12px;
        color: #d7d7d7; }
    footer #footer-top #footer-other-menu {
      padding-left: 0;
      list-style-type: none; }
      footer #footer-top #footer-other-menu li::before {
        content: none; }
      footer #footer-top #footer-other-menu a {
        font-family: "goth-med", Arial;
        font-size: 14px;
        color: #d7d7d7; }
  footer #footer-bottom {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.4);
    font-family: "goth-book";
    font-size: 11px;
    color: #fff; }
    footer #footer-bottom a {
      color: #fff; }
    footer #footer-bottom #footer-bas-menu li {
      float: left; }
    footer #footer-bottom #footer-bas-menu li:not(:last-child) a::after {
      content: "/";
      margin-left: 5px; }
    footer #footer-bottom #footer-bas-menu a {
      padding: 0 5px 0 0; }
    footer #footer-bottom #footer-social {
      padding: 0;
      text-align: right; }
      footer #footer-bottom #footer-social img {
        margin-left: 5px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    footer #footer-top ul a {
      font-size: 14px; }
    footer #footer-social a {
      float: right; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer #footer-top {
      height: auto; }
    footer #special-menu {
      clear: left; }
    footer #footer-bottom a {
      float: right; } }
  @media (max-width: 767px) {
    footer #footer-bottom {
      text-align: center; }
      footer #footer-bottom #footer-baseline,
      footer #footer-bottom #menu-footer {
        margin-bottom: 10px; }
        footer #footer-bottom #footer-baseline li,
        footer #footer-bottom #menu-footer li {
          float: none;
          display: inline; }
        footer #footer-bottom #footer-baseline a,
        footer #footer-bottom #menu-footer a {
          display: inline; }
      footer #footer-bottom #footer-bas-menu li {
        display: inline-block;
        float: none; }
      footer #footer-bottom #footer-social {
        margin-top: 10px;
        text-align: center; } }

#home {
  /**Small Desktops**/
  /**Tablettes Portrait**/
  /**Smartphones**/ }
  #home #principal {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); }
  #home #home-intro {
    margin-top: 90px;
    margin-bottom: 10px;
    font-family: "goth-book";
    font-size: 20px;
    color: #58585a;
    line-height: 1.1; }
  #home #worlds-blocks {
    padding: 40px 0; }
    #home #worlds-blocks h1 {
      margin-top: 0;
      margin-bottom: 30px;
      margin-right: 40%;
      font-family: "goth-book";
      font-size: 30px;
      color: #3e3d40; }
    #home #worlds-blocks .world-container {
      padding: 20px 10px;
      background: #b4b4b4;
      background: #e1e1e1;
      background: -moz-linear-gradient(top, #e1e1e1 0%, #ffffff 50%, #ffffff 100%);
      background: -webkit-linear-gradient(top, #e1e1e1 0%, #ffffff 50%, #ffffff 100%);
      background: linear-gradient(to bottom, #e1e1e1 0%, #ffffff 50%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=0 );
      border-radius: 10px;
      -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.4); }
      #home #worlds-blocks .world-container img {
        margin: 0 auto; }
      #home #worlds-blocks .world-container h2 {
        margin-top: 30px; }
        #home #worlds-blocks .world-container h2 a {
          display: block;
          font-family: "goth-book";
          font-size: 27px;
          color: #636363;
          line-height: 0.8;
          text-decoration: none;
          word-wrap: break-word;
          -webkit-hyphens: auto;
          -moz-hyphens: auto;
          -ms-hyphens: auto;
          -o-hyphens: auto;
          hyphens: auto; }
      #home #worlds-blocks .world-container .subtitle {
        font-family: "goth-med";
        font-size: 14px;
        color: #636363; }
      #home #worlds-blocks .world-container .desc {
        font-family: "goth-book";
        font-size: 14px;
        color: #636363; }
  #home #latest-news {
    padding-top: 50px;
    padding-bottom: 50px; }
    #home #latest-news .img-container {
      position: relative;
      height: 100px; }
      #home #latest-news .img-container img {
        max-width: 80%;
        max-height: 90%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    #home #latest-news h3 {
      margin: 0;
      font-family: "goth-book";
      font-size: 30px;
      color: #636363; }
    #home #latest-news .name {
      margin: 5px 0 0 0;
      font-family: "goth-book";
      font-size: 18px;
      color: #636363; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #home #worlds-blocks .world h2 a {
      font-size: 32px; }
    #home #latest-news h3 {
      font-size: 34px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #home #home-intro {
      margin-top: 0;
      font-size: 18px; }
    #home #worlds-blocks h1 {
      margin-right: 0;
      font-size: 28px; }
    #home #worlds-blocks .world-container h2 a {
      font-size: 30px; }
    #home #latest-news h3 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    #home #home-intro {
      margin-top: 0;
      font-size: 16px; }
    #home #worlds-blocks h1 {
      font-size: 24px;
      text-align: center;
      margin: auto; }
    #home #worlds-blocks .world {
      margin-bottom: 15px; }
    #home #worlds-blocks .world-container h2 a {
      font-size: 22px; }
    #home #latest-news {
      padding-top: 20px;
      padding-bottom: 20px; }
      #home #latest-news h3 {
        margin-bottom: 10px;
        font-size: 26px;
        text-align: center; } }

#cms-multiboc article, #cms-multiboc aside {
  color: #565656; }
#cms-multiboc section {
  margin-top: 20px;
  margin-bottom: 30px; }
#cms-multiboc article a {
  color: #000; }
#cms-multiboc aside img {
  max-height: 400px;
  width: auto;
  margin: auto; }

.bg_ref_color {
  color: #ffffff !important; }

body section {
  margin-bottom: 20px; }
body #breadcrumb-bloc h2, body .colored-bg h2 {
  margin-top: 0;
  font-family: "goth-med", Arial;
  font-size: 22px;
  color: #000; }
body .colored-bg {
  padding: 50px 0; }

#product_parent {
  margin-bottom: 30px;
  /**Small Desktops**/
  /**Tablettes Portrait**/
  /**Smartphones**/ }
  #product_parent .degrade-container {
    border-radius: 15px; }
  #product_parent #filter-container h4 {
    font-family: "goth-med", Arial;
    font-size: 16px;
    color: #3E3D40;
    text-align: center; }
  #product_parent #filter-container .col-xs-12by5 {
    text-align: center; }
  #product_parent #filter-container ul {
    list-style: none;
    padding-left: 0; }
    #product_parent #filter-container ul li {
      text-align: center; }
  #product_parent #filter-container .filter-btn {
    height: 25px;
    width: auto;
    background-color: #ccc;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-bottom: 10px; }
  #product_parent .product-container {
    height: 220px;
    position: relative;
    margin: 20px 5px;
    background-color: #f0f0f0;
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 15px 38px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 15px 38px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    #product_parent .product-container .img-container {
      position: relative;
      width: 100%;
      height: 180px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      #product_parent .product-container .img-container img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #product_parent .product-container .desc-container {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 40px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      overflow: hidden;
      text-decoration: none;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      #product_parent .product-container .desc-container h3 {
        margin-top: 5px;
        text-align: center;
        line-height: 1.5em; }
      #product_parent .product-container .desc-container a.product-link {
        display: block;
        text-align: center;
        width: 50%;
        padding: 8px 12px;
        margin: auto;
        font-family: "goth-med", Arial;
        font-size: 12px;
        color: #fff;
        border: none;
        border-radius: 5px;
        text-transform: uppercase; }
      #product_parent .product-container .desc-container span.text_ref_color p {
        display: inline-flex; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #product_parent .product-container .desc-container a.product-link {
      width: 60%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #product_parent .product-container .desc-container a.product-link {
      width: 80%; } }
  @media (max-width: 767px) {
    #product_parent .product-container .desc-container a.product-link {
      width: 80%; } }

#contact {
  margin-bottom: 48px;
  /* fixes potential theme css conflict */ }
  #contact div.form-field {
    padding: 10px; }
  #contact #maps-container {
    position: relative;
    padding: 10px; }
    #contact #maps-container #address {
      position: absolute;
      top: 25%;
      left: 6%;
      width: 25%;
      height: 50%;
      z-index: auto;
      padding: 15px;
      background: rgba(255, 255, 255, 0.7); }
      #contact #maps-container #address h4 {
        color: #e11425; }
  #contact #intro-form, #contact #contact-content {
    padding: 10px;
    font-size: 21px; }
  #contact input:not([type='submit']), #contact textarea, #contact select {
    display: block;
    width: 100%; }
  #contact input[type='submit'] {
    float: right; }
  #contact .style-select {
    overflow: hidden;
    height: 34px;
    width: 100%; }
    #contact .style-select select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url(../imgs/arrow-down-red.png) no-repeat 98% center; }
  #contact #recapcha {
    padding-top: 20px; }
    #contact #recapcha > div {
      float: right;
      margin-right: 10px;
      margin-top: 8px; }
  #contact .acf-map {
    width: 100%;
    height: 400px;
    margin: 20px 0; }
  #contact .acf-map img {
    max-width: inherit !important; }

#events-container {
  margin-bottom: 110px; }
  #events-container #news_select {
    margin-top: 25px; }
    #events-container #news_select button {
      margin-right: 10px;
      padding: 2.5px 10px;
      color: #758283 !important;
      background-color: #ebebeb;
      border: none; }
    #events-container #news_select button:hover {
      color: #fff !important;
      background-color: #b6b5b5; }
  #events-container .event {
    height: 220px;
    position: relative;
    margin-top: 20px; }
    #events-container .event .event-img {
      max-height: 100%;
      max-width: 92%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    #events-container .event .text {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 45px;
      margin: 0 13px;
      background-color: rgba(99, 99, 99, 0.7);
      color: #fff;
      overflow: hidden;
      text-decoration: none; }
      #events-container .event .text .left {
        float: left;
        width: 80%;
        padding-left: 5px; }
      #events-container .event .text button.right {
        float: right;
        width: 15%;
        border: none;
        margin-top: 10px;
        background-color: transparent; }
      #events-container .event .text h3 {
        margin-top: 0;
        font-size: 14px;
        line-height: 1.5em;
        color: #fff; }
      #events-container .event .text a.product-link {
        display: block;
        text-align: center;
        width: 50%;
        margin: auto;
        color: #fff;
        border: none;
        border-radius: 5px; }
    #events-container .event .desc {
      clear: both;
      padding: 0 5px; }
    #events-container .event .link {
      display: inline-block;
      color: #fff;
      margin-top: 15px;
      padding: 0 5px;
      text-decoration: underline;
      text-transform: uppercase; }

#content-references, #content-partners {
  margin-bottom: 30px;
  /**Smartphones**/ }
  #content-references #partner_list .title, #content-partners #partner_list .title {
    background-color: #636363; }
  #content-references .ref_link, #content-partners .ref_link {
    margin-top: 35px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px; }
    #content-references .ref_link .img-container, #content-partners .ref_link .img-container {
      position: relative;
      height: 100px; }
      #content-references .ref_link .img-container img, #content-partners .ref_link .img-container img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: auto; }
    #content-references .ref_link .title, #content-partners .ref_link .title {
      padding: 2px 0;
      text-align: center; }
      #content-references .ref_link .title a, #content-partners .ref_link .title a {
        display: block;
        color: #fff; }
  #content-references .mur-photo > div:nth-child(4n+5), #content-partners .mur-photo > div:nth-child(4n+5) {
    clear: left; }
  #content-references .partner h2, #content-partners .partner h2 {
    margin: 5px 0;
    font-size: 14px; }
  #content-references .partner .title, #content-partners .partner .title {
    font-size: 12px; }
  @media (max-width: 767px) {
    #content-references .mur-photo > div:nth-child(4n+5), #content-partners .mur-photo > div:nth-child(4n+5) {
      clear: none; }
    #content-references .mur-photo > div:nth-child(2n+3), #content-partners .mur-photo > div:nth-child(2n+3) {
      clear: left; } }

#searchform_page {
  margin-top: 20px; }
  #searchform_page label {
    font-family: "goth-book";
    font-size: 22px;
    color: #58585A;
    font-weight: normal; }

#nbr_page {
  margin-bottom: 20px;
  margin-top: 20px; }
  #nbr_page .search_left .search-name, #nbr_page .search_left .nb_result_search {
    color: #e11425;
    font-weight: 600; }

.result {
  border-top: 2px solid #e11425;
  margin-bottom: 15px; }

.pagination-bas {
  margin: 15px 0;
  padding-top: 20px;
  border-top: 2px solid #e11425; }

.search_right {
  text-align: right; }

.bones_page_navi {
  margin-right: 0;
  width: auto; }
  .bones_page_navi li {
    float: left; }
  .bones_page_navi li a {
    padding: 0 6px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #646464; }
  .bones_page_navi li a:hover, .bones_page_navi li a:focus {
    color: #ff5a00;
    font-weight: bold; }
  .bones_page_navi span.sep_navi {
    float: left;
    padding: 0 3px; }
  .bones_page_navi li.bpn-current {
    padding: 0 6px;
    position: relative;
    color: #ff5a00;
    font-weight: bold; }
  .bones_page_navi li.bpn-prev-link a, .bones_page_navi li.bpn-next-link a {
    padding: 0; }
  .bones_page_navi li.bpn-prev-link a:hover, .bones_page_navi li.bpn-next-link a:hover, .bones_page_navi li.bpn-first-page-link a:hover, .bones_page_navi li.bpn-last-page-link a:hover {
    background: none; }
  .bones_page_navi li.bpn-next-link {
    padding: 0 3px; }

.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

nav ul, nav ol {
  list-style: none; }

input[type="text"] {
  width: 25%;
  margin-right: 10px; }

.title_result_search a {
  color: #e11425;
  font-size: 15px;
  font-weight: 600; }
  .title_result_search a :hover {
    color: inherit; }

#content {
  /**Smartphones**/ }
  #content form input:not([type='submit']), #content form textarea, #content form select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none; }
  #content form input[type='submit'] {
    color: #fafafa;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 30px;
    text-transform: uppercase; }
  #content form textarea {
    height: 150px; }
  #content form input, #content form textarea, #content form select, #content form iframe {
    border: 1px solid #e11425; }
  #content form input[type='submit'] {
    background-color: #e11425; }
  @media (max-width: 767px) {
    #content input:not([type='submit']), #content textarea, #content select {
      width: 100%; }
    #content input[type=submit] {
      width: 100%;
      margin-top: 15px; }
    #content .search_right {
      margin-top: 10px; } }

/*# sourceMappingURL=design.css.map */
