/* Theme 05 v1 Modal Stylings */

.md-perspective,
.md-perspective body {
        height: 100%;
        overflow: hidden;
}
 
.md-perspective body  {
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        perspective: 600px;
}

.voldemort {
        position: fixed;
        top: 50%;
        left: 50%;
        width:600px;
        max-height: 400px;
        z-index: 2000;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
}
 
.harrypotter {
        visibility: visible;
}
 
.overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        visibility: hidden;
        top: 0;
        left: 0;
        z-index: 1000;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}
 
.harrypotter ~ .overlay {
        opacity: 1;
        visibility: visible;
}
 
/* Content styles */
.contenu {
        color: #000;
        background: #fff;
        position: relative;
        border-radius: 3px;
        margin: 0 auto;
}
 
.contenu h3 {
        margin: 0;
        padding: 0.4em;
        text-align: center;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        font-size: 2.4em;
        font-family:'Lato', Arial, Sans-Serif;
        font-weight: 300;
        text-transform:uppercase;
        opacity: 0.8;
        background: rgba(0,0,0,0.1);
        border-radius: 3px 3px 0 0;
}
 
.contenu > div {
        padding: 30px;
        margin: 0 auto;
        font-weight: 300;
        height:250px;
        font-size: 1.15em;
        overflow:auto;
        text-align:center;
}
 
 
.contenu > div::-webkit-scrollbar {display:none; }
 
.contenu > div::-webkit-scrollbar-thumb { display:none; }
 
 
.contenu button {display: none;}
 
 
 
/* Effect 18:  Slide from right with perspective on container */
.harrypotter.poppy ~ .container {
        height: 100%;
        overflow: hidden;
}
 
.harrypotter.poppy ~ .overlay {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
}
 
.harrypotter.poppy ~ .container,
.harrypotter.poppy ~ .overlay {
        -webkit-transform-style: preserve-3d;
        -webkit-transform-origin: 0% 50%;
        -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
        -moz-transform-style: preserve-3d;
        -moz-transform-origin: 0% 50%;
        -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
        transform-style: preserve-3d;
        transform-origin: 0% 50%;
        animation: rotateRightSideFirst 0.5s forwards ease-in;
}
 
@-webkit-keyframes rotateRightSideFirst {
        50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
        100% { -webkit-transform: translateZ(-200px); }
}
 
@-moz-keyframes rotateRightSideFirst {
        50% { -moz-transform: translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
        100% { -moz-transform: translateZ(-200px); }
}
 
@keyframes rotateRightSideFirst {
        50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
        100% { transform: translateZ(-200px); }
}
 
.poppy .contenu {
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        transform: translateX(200%);
        opacity: 0;
}
 
.harrypotter.poppy .contenu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -webkit-transition: all 0.5s 0.1s;
        -moz-transition: all 0.5s 0.1s;
        transition: all 0.5s 0.1s;
}

.contenu > .pointme a {
        width:30%;
        background:#fafafa;
        display:inline-block;
        color:#000;
        font-size:120%;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        font-weight:300;
        text-transform:uppercase;
        padding:10px;
        text-align:center;
        margin:5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;  
}
 
.contenu > .pointme a:hover {
        color:#fff;
        background:#000;
    -webkit-transition: all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;  
}
 
.contenu > .pointme a:empty {
    visibility:hidden;
}

/*Info*/
p.abtdesc {font-style:italic;font-size:120%;margin-top:1em;}

div.abtpop {
    text-align:justify;
    width:100%;
   display:-webkit-box;
   display:-webkit-flex;
   display:-ms-flexbox;
   display:flex;  
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;     
}

#abtprofile {
    padding-top:1em;
    position:relative;
    width:25%;
}

#abtprofile img {
    border-radius: 3px;
}


#abttxt {
    width:70%;
    margin-left:5%;
}

#abttxt blockquote {
 border-left: 1px #eaeaea solid; 
 padding-left: 10px;
 margin-left: 10px; 
 max-width: 100%;
 margin:1em 0 1em 0;
}

/*Blogroll*/
.broll {
   display:-webkit-box;
   display:-webkit-flex;
   display:-ms-flexbox;
   display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;  
}

.broll > a {
    display:block;
    border-radius:5%;
    width:50px;
    height:50px;
    margin:5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;     
}

img.followed {
    display:block;
    opacity:1;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;    
    
}

.broll > a:hover {
    border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;     
}

.broll > a:hover img.followed {
    border-radius:50%;
    opacity:0.6;
    -webkit-transition: all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;    
}