/*
Theme Name: Hello, is it me you're looking for ?
Theme URI: http://antoinedemacon.com/
Version: 1.0
Author: Antoine Demacon
*/

@font-face {
    font-family: akkurat;
    src: url(AkkuratLight.woff);
}

@font-face {
    font-family: akkurat_bold;
    src: url(akkurat.woff);
}

@font-face {
    font-family: akkurat_regular;
    src: url(regular.woff);
}

body {
    height: 100%;
    font-family: akkurat;
    margin: 0;
}

html {
    height: 100%;
}

/*HEADER*/

.sp-previous-arrow::before, .sp-previous-arrow::after, .sp-next-arrow::before, .sp-next-arrow::after {
  background-color: black !important;
  content: "";
  height: 50%;
  position: absolute;
  width: 20% !important;
}

.load {
    margin-left: calc(50% - 15px);
    position: fixed;
    top: calc(50% - 15px);
    width: 30px;
    z-index: 3000000; 
    display: none;
}

.load img {
    width: 100%;
}

header {
    background: rgba(255, 255, 255, 0.8);
    display: block;
    width: 160px;
    position: fixed;
    text-align: left;
    right: calc(5% + 15px);
    top: 30px;
    padding: 20px;
    z-index: 10;
}

#logo {
    border-bottom: 3px solid black;
    display: block;
    margin-bottom: 25px;
    text-align: left;
    width: 83px;
}

.head {
    display: inline-block;
    margin-bottom: 8px;
    width: calc(100% + 3px);
}

.clicked {
    color: rgba(0, 0, 0, 1) !important;
    border-bottom: 3px solid black;
    padding-bottom: 3px;
}

.head a {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    font-family: akkurat_regular;
}

#loop_cat h3, #loop_cat h4 {
    font-family: akkurat_regular;
    font-weight: 400;
}

.head a:hover {
    color: rgba(0, 0, 0, 1);
    transition: background 0.5s;
}

.head a:active {
    color: rgba(0, 0, 0, 1);
}

header img {
    margin-bottom: -16px;
    margin-top: -20px;
    width: 85px;
}

.head_first {
    display: inline-block;
    padding-bottom: 2px;
    margin: 0;
    font-size: 14pt;
}

.head_first_cat {
    font-size: 12pt;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    transition: background 0.2s ease 0s;
}


.head_next_cat {
    font-size: 9.5pt;
    display: inline;
    cursor: pointer;
    transition: all .2s;
}

.head_next_cat {
    margin: 0;
    font-size: 9.5pt;
}

.head_next {
    display: inline;
    padding-bottom: 3px;
    font-size: 9.5pt;
    margin: 0;
}

#all_select:hover {
    margin-bottom: 0;
}

#projects {
  margin-right: 11px;
}

#about, #news {
  margin-right: 17px;
}

.head_first:hover, .head_next:hover {
    border-bottom: 3px solid rgba(0,0,0,0.7);
    margin-bottom: -3px !important;
    cursor: pointer;
    transition: background 0.5s !important;
}

.head_first, .head_next {
    transition: background 0.5s !important;
}

.color_bloc {
    width: 100%;
    height: 15px;
    background: grey;
    transition: background 1s;
    z-index: 30;
    opacity: 0.8;
    margin: 5px auto 0;
}

#about:hover {
    background: rgba(78, 160, 141, .5);
}

#process:hover {
    background: rgba(250, 232, 166, .5);
}

#projects:hover {
    background: rgba(8, 11, 78, .5);
}

#contact:hover {
    background: rgba(212, 73, 73, .5);
}

#news:hover {
    background: rgba(39, 121, 166, .5);
}

/*INDEX*/

.index_img a {
    text-decoration: none;
    border-bottom: 1px solid black;
    transition: all 0.2s;
}

.index_img p {
    transition: color 0.2s;
}

.index_img a:hover {
    border-bottom: 3px solid black;
}

.index_img {
    font-size: 27px;
    font-family: akkurat_regular;
}

.alignnone  {
  height: auto;
  width: 100%;
}

.index_img a {
    cursor: pointer;
}

.index_img > p {
    margin: 0;
}

.index_img > p > img {
    height: auto;
    width: 100%;
    opacity: 0.5;
    transition: all 1s;
}

.index_img > p > video {
    height: auto;
    width: 100%;
    opacity: 0.5;
    transition: all 1s;
}

#first_index > p > img,
#second_index > p > img,
#thirst_index > p > img,
#fourth_index > p > img {
    opacity: 0.2;
    filter: grayscale(1);
}

#first_index {
    height: auto;
    left: 0;
    position: absolute;
    top: 150px;
    width: 50%;
}

#first_index_text a:hover {
    border-bottom: 3px solid white;
}

#second_index_text a:hover {
    border-bottom: 3px solid white;
}

#fourth_index_text a:hover {
    border-bottom: 3px solid white;
}

#first_index > div {
    float: right;
    position: absolute;
    right: 30px;
    text-align: right;
    top: 40px;
    width: 80%;
}

#first_hover_bloc {
    width: calc(10% + 150px);
    position: absolute;
    left: calc(40% - 150px);
    background: grey;
    transition: background 1s;
    z-index: 30;
    opacity: 0.5;
}

#first_index:hover, 
#second_index:hover {
    opacity: 1; 
    transition: all 1s;
    transition: text-shadow 1s;
}

#second_index {
    left: calc(40% - 150px);
    position: absolute;
    top: calc(30% + 150px); 
    height: auto;
    width: calc(60% + 100px);
}

#second_index > div {
    left: calc(10% + 220px);
    position: absolute;
    top: 40px;
    width: 40%;
}

#second_index_text > p {
    margin: 0;
}

#second_hover_bloc {
    margin-top: -100px;
    height: 100px;
    position: absolute;
    left: calc(40% - 150px);
    background: grey;
    transition: background 1s;
    z-index: 30;
    opacity: 0.5; 
}

#thirst_index {
    width: 60%;
    left: 50px;
    position: absolute;
    margin-top: -100px;
    z-index: 1;
}

#thirst_index > div {
    left: 20px;
    position: absolute;
    top: 20px;
    width: 30%;
}

#thirst_hover_bloc {
    margin-top: -200px;
    height: 100px;
    position: absolute;
    left: 40%;
    background: grey;
    transition: background 1s;
    z-index: 30;
    opacity: 0.5; 
}

#fourth_index {
    left: 40%;
    position: absolute;
    width: 60%;
    margin-top: -200px;
}

#fourth_index > div {
    left: 50px;
    position: absolute;
    top: 100px;
    width: 50%;
}

/* FOOTER */


#thanks {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    opacity: 1;
    text-align: center;
}

.page_wrap {
    min-height: 100%;
    /* equal to footer height */
}

.page_wrap::after {
    display: block;
    content:"";
}

#footer, .page_wrap::after {
  height: 115px; 
}

.latest {
    margin-left: 20%;
    margin-top: -100px;
    position: absolute;
    width: 60%;
}

.col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    text-align: left;
}

.col > div {
    display: inline-block;
    vertical-align: text-bottom;
}

.news_feed {
    color: black;
    font-size: 18pt;
    padding-bottom: 3px;
    border-bottom: 1px solid black;
    line-height: 1.6;
    font-weight: 800;
    font-family: akkurat_regular;
}

.entry-date {
    display: block;
    margin-top: 5px;
}

#footer {
    color: black;
    height: 150px;
    margin-bottom: 30px;
    margin-top: 0px;
    padding: 20px;
    position: absolute;
    right: calc(5% + 15px);
    text-align: center;
    transition: background 0.5s ease 0s;
    width: 160px;
    z-index: 10;
}

#footer_color {
    height: 6px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

.foot > a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
}

.foot > a:hover {
    color: rgba(0, 0, 0, 1);
    border-bottom: 2px solid black;
}

#logo_footer {
    display: inline-block;
    padding-right: 0px;
    margin-bottom: -12px;
    margin-right: -4px;
    width: 60px;
}

#logo_foot {
    border-bottom: 2px solid black;
}

#logo_footer > img {
    margin-bottom: -12px;
    padding-right: 0;
    width: 100%;
}

.foot {
    display: inline-block;
}

.foot h4 {
    font-family: akkurat_regular;
    font-weight: 400;
}

.foot_next {
    color: black;
    display: inline;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
    margin-top: 0;
    opacity: 1;
}

/*Projects*/

.wrap {
    margin-top: 225px;
    transition : all 0.5s;
}

.diaporama {
    background: transparent;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.inside_diaporama {
    display: inline-block;
    height: auto;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

#scroll {
    margin-left: calc(5% + 15px);
    position: relative;
    margin-top: 100px;
    width: 90%;
}

.thumb {
    display: inline-block;
    padding-right: 30px;
    vertical-align: top;
    width: calc(99% / 3 - 29px);
    cursor: pointer;
    transition: opacity 0.5s;
}

.thumb h3 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 40px;
    margin-top: 5px;
    text-align: left;
}

.thumb a img {
    height: auto;
    width: 100%;
}

.thumb:hover {
    opacity: 0.5;
}

.sp-image {
    border: medium none;
    display: block;
    height: 100% !important;
    max-height: 600px !important;
    margin: auto !important;
    position: relative;
    width: auto !important;
}

.sp-button {
    display: none !important;
}

.nav {
    color: rgba(0,0,0,0.3);
    text-align: center;
    margin-top: 50px;
    margin-right: 10px;
}

.nav_inside {
    margin-left: 10px;
}

.nav_inside:first-child {
    color: black;
}

.cadre {
    background: transparent none repeat scroll 0 0;
    margin-bottom: 50px;
    margin-left: 0;
    margin-top: -180px;
    width: 100%;
}

.cadre h1 {
    font-size: 17pt;
    margin: 0 0 30px 150px;
    width: calc(100% - 430px);
}

.navigation {
    display: inline-block;
    float: right;
    height: auto;
}

.close {
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s;
    margin-left: 10px;
    display: none;
}

.navigation > p {
    margin: 0;
}

.navigation a {
    text-decoration: none;
    margin-left: 5px;
}

.slider-pro {
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
}

.post-content {
    width: 100%;
    margin-top: -30px;
}

iframe {
    border: medium none;
    height: 700px;
    width: 100%;
}

.post-content_news {
  background: rgba(39, 121, 166, 0.2) none repeat scroll 0 0;
  margin-bottom: -70px;
  margin-top: -30px;
  padding-bottom: 70px;
  width: 100%;
}

.post-content_news > p {
    margin: auto;
    width: 50%;
    padding-top: 20px;
}

.post-content_news > p:last-child {
    padding-bottom: 20px;
}

.post-content p {
    font-family: akkurat;
    font-size: 13pt;
    line-height: 1.3;
    margin-bottom: 0;
    margin-left: 150px;
    margin-top: 15px;
    width: 50%;
}

.post-content p:last-child {
    margin-bottom: 40px;
}

.desc_cat {
    margin-left: calc(5% + 15px);
    margin-top: 120px;
    width: 90%;
}

.desc_cat h2 {
    display: none;
}

.desc_cat p {
    font-size: 18pt;
    font-weight: 200;
    margin: 15px 0;
    width: 50%;
}

.main {
    margin-top: 100px;
}

#single_cat {
    position: absolute;
    margin-top: 0;
}

#loop_cat {
    position: fixed;
    top: 200px;
}

.cat_choice {
    right: calc(5% + 15px);
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    text-align: left;
    padding: 20px;
    width: 160px;
    z-index: 40;
    color: rgba(0, 0, 0, 0.7) !important;
}

.cat_choice_single {
    display: block;
    margin-top: -80px;
    position: absolute;
    right: calc(5% + 23px);
    width: 160px;
    z-index: 40;
}


/*PROCESS*/

#process_titre {
    margin: 50px;
    width: 50%;
}

#process_titre h1 {
    font-weight: 200;
    font-size: 24px;
}

#process_titre h2 {
    display: none;
}

.process_text {
    display: inline-block;
    vertical-align: top;
    width: calc(39% - 100px);
    margin-left: 60px;
}

#first_process p img, 
#second_process p img, 
#thirst_process p img, 
#fourth_process p img {
    opacity: 1;
}

#first_process {
    display: inline-block;
    width: 60%;
}

#second_process {
    display: inline-block;
    margin-left: calc(40% + 30px);
    margin-top: -300px;
    width: calc(50% + 30px);
}

#thirst_process {
    display: inline-block;
    margin-left: 50px;
    margin-top: -50px;
    width: calc(60% - 50px);
}

#fourth_process {
    width: 50%;
    margin-left: calc(40% + 50px);
    margin-top: -20%;
    display: inline-block;
}

.process_bloc {
    background: rgba(250, 232, 166, 1);
    margin-top: -7px;
    opacity: 0.5;
    position: absolute;
    left: 0;
}

#first_process_bloc {
    height: 50px;
    margin-left: calc(40% + 30px);
    width: calc(20% - 30px);
}

#second_process_bloc {
    height: 43px;
    margin-left: calc(40% + 32px);
    margin-top: -50px;
    width: calc(20% - 32px);
}

#thirst_process_bloc {
    height: 30px;
    margin-left: calc(40% + 50px);
    width: calc(20% - 50px);
}

/*about*/

#first_about p img, 
#second_about p img, 
#thirst_about p img, 
#fourth_about p img {
    opacity: 1;
}

#fourth_about p a {
    border: 0;
}

#first_about {
    display: inline-block;
    width: 60%;
}

#second_about {
    display: inline-block;
    margin-left: calc(50% - 20px);
    margin-top: -25%;
    width: calc(50% + 0px);
}

#thirst_about {
    display: inline-block;
    margin-top: -10%;
    width: 55%;
}

#fourth_about {
    display: inline-block;
    margin-left: calc(20% + 50px);
    width: 20%;
}

.press_coverage {
    margin-top: 100px;
}

.about_bloc {
    background: rgba(78, 160, 141, 1);
    position: absolute;
    margin-top: -7px;
    left: 0;
    opacity: 0.5;
}

#first_about_bloc {
    height: 50px;
    margin-left: calc(50% - 20px);
    width: calc(10% + 20px);
}

#second_about_bloc {
    height: 30px;
    margin-left: calc(50% - 20px);
    width: calc(5% + 20px);
}

/*CONTACT*/

#col_left_mail > h2, 
#col_right_mail > h2 {
  margin: 0;
}

#col_left_mail {
    display: inline-block;
    margin-left: calc(50% - 270px);
    margin-top: 30px;
    width: 310px;
}

#col_right_mail {
    display: inline-block;
    margin-bottom: 50px;
    margin-left: 30px;
    margin-top: 0;
    width: 200px;
}

.center_contact {
    margin: auto;
    max-width: 1000px;
    width: calc(100% - 100px);
}

.center_contact > h4 {
    line-height: 1.4;
    margin: 100px auto;
    text-align: left;
    width: 40%;
}

.center_contact span {
    display: block;
    margin-bottom: -10px;
}

/*PRESS*/

#press {
    margin-left: 10%;
    width: 80%;
}

#press img {
    float: right;
    height: 20px;
    padding: 5px;
    width: auto;
    margin-top: -15px;
}

#press > div {
    margin-bottom: 20px;
}

#press {
    -moz-column-gap: 100px;
    -moz-columns: 2;
    -webkit-column-gap: 100px;
    -webkit-columns: 2;
    column-gap: 100px;
    columns: 2;
    margin-left: 10%;
    width: 80%;
}

/*HEART*/

.heart {
    background-color: red;
    margin-left: 10px;
    display: inline-block;
    height: 10px;
    position: relative;
    top: 0;
    transform: rotate(-45deg);
    width: 10px;
    animation: pulse 1.5s ease infinite;
}

.heart:before,
.heart:after {
  content: "";
  background-color: red;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}

.heart:before {
  top: -5px;
  left: 0;
}

.heart:after {
  left: 5px;
  top: 0;
}   

@keyframes pulse {
    0%  { transform: rotate(-45deg) scale(0.5); }
    50% { transform: rotate(-45deg) scale(0.7); }
    100%{ transform: rotate(-45deg) scale(0.5);   }
}
  

.social {
    color: black;
    display: inline-block;
    font-weight: 200;
    margin-right: 3px;
    margin-top: -3px;
    opacity: 1;
    position: relative;
    vertical-align: baseline;
    width: auto;
}

.social img {
    width: 20px;
}

.social:hover {
    border-bottom: 0;
    opacity: 0.2;
}

.social a {
    text-decoration: none;
    color: black;
}

a:link{}
a:visited{}
a{ color: black; cursor: pointer;}

::selection {
    background: black; /* WebKit/Blink Browsers */
    color: white;
}
::-moz-selection {
    background: black; /* Gecko Browsers */
    color: white;
}


@media all and (min-width: 2000px) {
    #second_index > div {
        left: calc(10% + 300px);   
    }
}

@media all and (max-width: 1025px) {
    
    a:hover{ text-decoration: none;}
    
    .news_feed {
        text-decoration: none;   
    }
    
    .index_img {
        border: 0 none !important;
        left: 0 !important;
        margin: 0 0 -7px !important;
        padding: 0 !important;
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
    }
    
    #first_index > p > img,
    #second_index > p > img,
    #thirst_index > p > img,
    #fourth_index > p > img {
        opacity: 0.5 !important;
        filter: grayscale(0) !important;
    }
    
    .index_img > div > p {
        margin: 0 !important;
    }
    
    .social {
        vertical-align: super;
    }
    
    .index_img > div {
        font-size: 200%;
        left: 5% !important;
        top: 5px !important;
        text-align: left !important;
        width: 90% !important;
    }
    
    .post-content_news > p {
        width: 90%;   
    }
    
    #adresse {
        margin-left:40px;
    }
    
    .wrap {
        margin-top: 50px !important;   
    }
    
    #first_hover_bloc {
        display: none !important;   
    }
    
    #second_hover_bloc {
        display: none !important;   
    }
    
    #thirst_index {
        z-index: 0;   
    }
    
    #thirst_hover_bloc {
        display: none !important;   
    }
    
    .latest {
        display: none;
    }
    
    #footer {
      background: transparent none repeat scroll 0 0;
      bottom: 50px;
      height: auto;
      position: relative;
      right: auto;
      top: auto !important;
      width: auto;
    }
    
    #footer_color {
        display: block;
        margin-bottom: 10px;
    }
    .foot_next {
      font-size: 15px;
    }
    
    .foot {
        display: none;
    }
    
    .foot h4 {
        font-family: akkurat_regular;
        font-weight: 400;
    }
    
    .col {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 0 5%;
        text-align: left;
    }
    
    .pace-progress {
        display: none;   
    }
    
    *::-webkit-media-controls-panel {
      display: none!important;
      -webkit-appearance: none;
    }

    /* Old shadow dom for play button */

    *::--webkit-media-controls-play-button {
      display: none!important;
      -webkit-appearance: none;
    }

    /* New shadow dom for play button */

    /* This one works */

    *::-webkit-media-controls-start-playback-button {
      display: none!important;
      -webkit-appearance: none;
    }
    
    .col > div {
      display: block;
      vertical-align: text-bottom;
      margin-bottom: 30px;
    }
    
    .post-content_news {
      background: rgba(39, 121, 166, 0.2) none repeat scroll 0 0;
      margin-bottom: 0;
      margin-top: 30px;
      padding-bottom: 70px;
      width: 100%;
    }
     
    header {
        background: rgba(200,200,200,0.90);
        height: 34px;
        padding : 16px 0 0;
        position: fixed;
        text-align: center;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        transition: all 1s !important;
    }
    
    header img {
        margin: -20px -4px -14px -1px;
    }
    
    header a {
        text-decoration:none;
    }
    
    .head {
        display: inline;
        margin-bottom: 0;
        margin-left: 15px;
        vertical-align: top;
    }
    
    .head_first {
        font-size: 20px;
        margin: 0;
    }
    
    .head_next {
        font-size: 20px;
    }
    
    #logo {
        display: inline; 
        border-bottom: 3px solid black;
    }
    
    .color_bloc {
        display: none;   
    }
    
    .cat_choice {
        display: none;   
    }
    
    #scroll {
        margin-left: 0px;
        margin-top: 50px;
        position: relative;
        width: 100%;
    }
    
    #scroll > h1 {
        padding: 0 5%;
    }
    
    .thumb {
        width: calc(50% - 2px); 
        padding-right: 0;
    }
    
    .thumb h3 {
        text-align: center;
        margin-top: 10px;
    }
    
    .main {
        margin-top: 50px;
    }
    
    .desc_cat {
        margin-left: 10px;
        margin-top: 95px;
        width: calc(100% - 20px);
    }
    
    .desc_cat p {
        width: 100%;
    }
    
    .cadre {
        background: transparent none repeat scroll 0 0;
        margin-bottom: 50px;
        margin-left: 0;
        margin-top: 35px;
        width: 100%;
    }
    
    .cadre h1 {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 80px;
        padding: 0 5%;
        width: 90%;
    }
    
    .post-content {
        margin-top: -20px;
    }
    
    .slider-pro {
        background: transparent;
        padding: 50px 0 0 0;
    }
    
    .post-content p {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
        padding: 1% 5%;
        text-indent: 2.5%;
        width: 90%;
    }
    
    .navigation {
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: right;
    }
    
    .close {
        display: none;
    }
    
    #process_titre {
        margin: 77px 10px 30px;
        width: calc(100% - 20px);
    }
    
    .process_text {
        width: calc(90% - 20px);
        margin-left: calc(5% + 10px);
    }
    
    .process_bloc,
    .about_bloc {
        display: none;   
    }
    
    
    #fourth_about {
        margin-left: 15% !important;
        width: 70% !important;
    }
    
    #col_left_mail {
        display: none;
    }
    
    #col_right_mail {
        margin-bottom: 20px;
        margin-left: calc(5% + 10px);
        text-align: center;
        width: calc(90% - 20px);
    }
    
    .center_contact {
        width: 100%;
    }
    
    .center_contact > h2 {
        margin-left: calc(5% + 10px);
        width: calc(90% - 20px);
    }
    
    .center_contact > h4 {
        margin: 50px auto 0;
        text-align: left;
        width: calc(90% - 20px);
    }
    
    .slider-pro {
        box-sizing: initial;
        margin: 0 auto;
        position: relative;
    }
    
    .sp-slides-container {
        position: relative;
        width: 100% !important;
    }
    
    .sp-mask {
        display: block;
        height: auto !important;
        overflow: auto;
        position: relative;
        width: 100% !important;
    }
    
    .sp-slides {
        left: auto !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        position: relative;
        top: auto !important;
        width: 100% !important;
    }
    
    .sp-slide {
        display: inline !important;
        height: 100% !important;
        left: auto !important;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
        position: relative !important;
        top: auto !important;
        width: 100% !important;
    }
    
    .sp-image-container {
        height: 100% !important;
        overflow: hidden;
        width: 100% !important;
    }
    
    .slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
        border: medium none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        height: auto !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        max-height: none !important;
        max-width: none !important;
        overflow: auto !important;
        padding: 0 !important;
        transition: none 0s ease 0s ;
        width: 100% !important;
    }
    
    .sp-horizontal .sp-arrows {
        display: none;   
    }
    
    #thanks {
      font-size: 12px;
    }
    
    .heart {
        margin-left: 5px;
        height: 6px;
        width: 6px;
    }

    .heart:before,
    .heart:after {
      height: 6px;
      width: 6px;
    }

    .heart:before {
      top: -3px;
    }

    .heart:after {
      left: 3px;
    }
    
}                        

@media all and (max-width: 700px) {
    .index_img > div {
        font-size: 100%;
    }
    
    .head {
        margin-left: 10px;
    }
    
    header img {
        width: 50px;
    }
    
    .head_first, .head_next {
        font-size: 10px;
    }
    .head_first:hover, .head_next:hover {
        border-bottom: 2px solid black;
    }
    
    #logo {
        width: 50px;
        border-bottom: 2px solid black;
    }
    
    header img {
        margin: -10px -4px -10px -1px;
    }
    
    .thumb {
        width: 100%;
    }
}
