* {
    box-sizing: border-box;
}

.pink {
    color: #e01996;
}

[contenteditable="true"] {
    padding: 10px;
    outline: 3px dashed #CCC;
}

[contenteditable="true"]:hover {
    background: rgba(255, 255, 153, 1);
    color: #008fb8;
    outline: 3px dashed #0090D2;
}

::selection {
    background: #0090D2;
    color: #FFF;
}

.item {
    width: 100%;
    position: relative;
    z-index: 100;
    display: inline-block;
}

.item .reader {
    height: 20em;
    overflow: hidden;
}

.item_single {
    width: 100%;
}

.social {
    display: block;
    height: 25px;
    margin-right: -10px;
    margin-top: 10px;
 }

.social iframe {
    vertical-align: middle;
}
 
.social > div {
    max-width: 160px;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    overflow: hidden;
    float: left !important;
}

.social .twitter {
    max-width: 90px;
    margin-left: 5px;
}

.social .gplus {
    max-width: 80px;
}

.article_title_click { cursor: pointer; }

.article_body {
    padding-top: 10px;
    font-family: Helvetica, Arial, sans-serif;
}

.article_author, .article_date, .article_contributors {
    font-size: small;
}

.article_date {
    padding-top: 4px;
}

.article_author {
    margin-right: 4px;
}

.reader .smallrez { display: none; }

.smallrez .social {
    padding-left: 0;
}

@media (max-width: 640px) {
    .reader .smallrez {
        display: block;
        padding:10px;
    }

    .reader .normalrez {
        display: none;
    }

    .article_body {
        padding: 0 10px;
    }

    .text-right {
        padding-top: 10px;
        padding-right: 10px;
    }

    .social {
        padding: 0 10px;
    }
}

.reader .summary {
    margin: -20px 20px 0 -20px;
    float: left;
    width: 240px;
    overflow: hidden;
    text-align: center;
    background: black;
    cursor: pointer;
}

.reader .summary img {
    width: auto;
    max-width: 2000px;
    height: 280px;
}

.reader .fade_more_text {
    background: url('/bundles/lisafanclub/images/fade_more_text.png') repeat;
    width: 100%;
    height: 30px;
    margin-left: 220px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 20;
}

.reader .fade_full_width {
    margin-left: -20px;
}

.reader ol, .reader ul {
    margin-left: 2em;
}

.news {
            margin: -15px 20px 0 25px;
            min-height:800px;
            padding: 10px;
            color: black;
            font-size: normal;
            position: relative;
            z-index: 8;
        }

        .news .popover {
            text-shadow: none;
        }

        .news .action {
            font-size: small;
            text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
            position: relative;
            z-index: 200;
        }

        .news div.action {
            margin-top: -35px;
            margin-right: 10px;
        }

        .news div.action a {
            text-shadow: none;
        }

        .news h1 .edit_article a.action {
            font-size: 14pt;
            color: #e01996;
            background: transparent;
            padding: 10px;
        }

        .news .utilities {
            margin: -10px -20px 10px;
            padding: 5px 20px;
            z-index: 100;
            font-size: 14px;
            letter-spacing: 0.1em;
            word-spacing: 0em;
        }

        .news .utilities select {
            padding-right: 5px;
        }

        .news h1 .edit_article a.action:hover {
            color: black;
        }

        .news h2 {
            font-size: 14pt;
            color: white;
        }

        .article_body h2 {
            color: black;
            font-family: "Averia Libre", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        .news h3 {
            color: black;
            font-size: small;
        }

        .news a.editable-click {
            color: black;
        }

        .news a.editable-click:hover {
            color: #444;
        }

        .news .editable-text {
            color: black;
        }

        .news .additional {
            margin-top: 10px;
        }

        .news input {
            width: 100%;
            display: block;
            padding: 6px 10px;
        }

        .news textarea {
            width: 100%;
            height: 400px;
            padding: 10px;
        }

        .news.ng-hide-add,
        .news.ng-hide-add-active {
            -webkit-animation: fadeOutRight 0.5s;
            animation: fadeOutRight 0.5s;
            display: block!important;
        }

        .news.ng-hide-remove {
            -webkit-animation: fadeInRight 0.5s;
            animation: fadeInRight 0.5s;
        }

        .news .dropdown-menu ul li span div {
            display: none;
        }

.add_article {
            position: absolute;
            left: 240px;
            right: 300px;
            bottom: 280px;
            top: 80px;
            display: block;
            overflow: hidden;
            width: auto !important;
            height: auto !important;
            margin: 0px !important;
        }

        .mce-fullscreen .add_article {
            position: static;
            overflow: auto;
        }

        .mce-fullscreen #top_menu { display: none !important; }

        .add_article.ng-hide-remove {
            -webkit-animation: fadeInLeft 0.5s;
            animation: bounceIn 0.5s;
        }

        .add_article.ng-hide-add {
        }

        .add_article i.fa-times {
            color: black;
        }


.menu_opaque {
    background: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes flipInYW {
  0% {
    -webkit-transform: perspective(400px) rotateY(20deg);
    -ms-transform: perspective(400px) rotateY(20deg);
    transform: perspective(400px) rotateY(20deg);
    opacity: 0;
    width: 1%;
    left: 80%;
    max-width: 1%;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 0.8;
    width: 100%;
    left: 0;
    max-width: 100%;
  }
}

@-webkit-keyframes flipInYW2 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    -ms-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    opacity: 0;
    width: 1%;
    left: 0;
    max-width: 1%;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 0.8;
    width: 100%;
    left: 0;
    max-width: 100%;
  }
}


@keyframes flipInYW {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    width: 1%;
    left: 50%;
    max-width: 1%;
    overflow: hidden;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
    width: 100%;
    left: 0;
    max-width: 100%;
    overflow: hidden;
  }
}

.flipInYW {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInYW;
  animation-name: flipInYW;
}


div[ng-view].ng-enter {
    -webkit-animation: fadeInRight 0.5s;
    animation: fadeInRight 0.5s;
}


.form-news {
            /* Size and position */
            height: 85%;
            min-height: 550px;
            padding-bottom: 20px;
            margin-top: 50px;
            margin-left: 40px;
            width: 96%;
            z-index: 200;

            /* Styles */
            background: rgba(22, 156, 196, 0.8);
            text-shadow: 1px 1px 0 rgba(0,80,80,0.8);
            border-radius: 10px;
            color: black;
        }

		.form-news .form-news-container {
            overflow: auto;
            font-size: small;
            position: absolute;
            bottom: 5px;
            top: 0;
            right: -20px;
            left: 130px;
            padding-right: 10px;
        }

		.form-news .info {
			color: white;
		}


        .form-news .wizard_steps {
            position: absolute;
            top: 0;
            border-bottom-left-radius: 10px;
            bottom: 0;
        }

        .form-news .wizard_steps ul li {
            text-decoration: none;
        }

        .form-news .title {
            margin-bottom: 0;
			padding: 10px 0;
        }

        .form-news h3, .form-news h2 {
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .form-news h1 {
            font-size: 18px;
            font-weight: bold;
            color: white;
            padding-bottom: 8px;
            border-bottom: 1px solid #EBE6E2;
            text-shadow: 0 2px 0 rgba(255,255,255,0.8);
            box-shadow: 0 1px 0 rgba(255,255,255,0.8);
        }

        .form-news .language h2 {
            margin-top: 0;
            padding-bottom: 10px;
            display: inline-block;
            vertical-align: middle;
        }

        .form-news .popover-content {
            color: black;
            font-size: 12px;
            text-shadow: none;
        }
        .form-news .fa-times {
            color: black;
            font-size: 14px;
        }

        .form-news .datesel:last-child ul.dropdown-menu {
            margin-left: -120px;
        }


.editable-controls .editable-input.editable-has-buttons {
    width: 300px;
}

.slider_wrapper, .slider_wrapper2, .slider_wrapper3 {
            margin: 15px auto; 
            width: 100%;
            height: 800px;
            position: absolute;
            left: 0;
            top: 155px;
            z-index: 20;
            overflow: hidden;
        }

        .slider_wrapper.ng-hide-add, .slider_wrapper.ng-hide-remove,
        .slider_wrapper2.ng-hide-add, .slider_wrapper2.ng-hide-remove {
            display: block !important;
        }

        .slider_wrapper.ng-hide-remove {
            -webkit-animation: flipInYW 1.5s;
            animation: flipInYW 1.5s;
        }

        .slider_wrapper2.ng-hide-remove {
            -webkit-animation: flipInYW2 1.5s;
            animation: flipInYW2 1.5s;
        }

        .slider_wrapper.ng-hide-add,
        .slider_wrapper2.ng-hide-add {
            -webkit-animation: fadeOut 0.5s;
            animation: fadeOut 0.5s;
        }

        .slider_wrapper .inner, .slider_wrapper2 .inner, .slider_wrapper3 .inner {
            width: 4000px;
        }

        .slider_wrapper2 { top: 370px; }
        .slider_wrapper3 { top: 680px; }

.inner figure {
            position: absolute;
            top: 0;
            left: -400px;
            box-shadow: -6px 6px 2px -3px  rgba(100,100,100,.1);
            height: 200px;
            padding: 15px;
            background: rgba(250,200,200,0.1);
            border: 1px solid rgba(250,200,200,.5);
        }

        .inner img {
          display: block;
          height: 100%;
          width: auto;
          margin: 0 auto;
        }

.form-control input {
            height: 24px;
            padding: 2px 10px;
        }

        .form-control .btn {
            padding: 2px 10px;
            font-size: 14px;
        }

.reader {
            font-size: 14px;
            padding: 10px 20px;
            margin: 10px;
            position: relative;
            background: rgba(255, 255, 255, 0.88);
        }

        .reader h1 {
            background-color: #1f88ca;
            color: white;
            font-size: 1.8em;
            margin: 10px -20px;
            padding: 10px 20px;
            text-shadow: 0 0 16px #fff, 0 0 8px #488;

            -webkit-font-smoothing: antialiased;

        }

        .reader h1 a {
            color: white;
            font-weight: bold;
        }

        .reader:nth-child(even) h1 {
            background-position: -300px;
        }

        /*
        .reader h1.vertical {
            letter-spacing: auto;
            line-height: auto;
            word-spacing: auto;
            text-shadow: none;
            background: none;
            margin-bottom: auto;
            padding: 0;
            border: none;
            width: 25%;
            float: left;
        }
        */

        .reader img {
            max-width: 100%;
            max-height: 80vh;
            height: auto;
            margin-top: 10px;
            margin-bottom: 10px;
        }

.pager {
            font-size: 12pt;
            color: #000;
            margin: 0;
            text-align: right;
        }

        .pager input {
            margin-top: 3px;
            margin-left: 20px;
            font-size: 16px;
            width: 100%;
        }

        .pager button, .pager button:disabled, .pager button:disabled:hover {
            margin: 10px 0 0;
            text-indent: -9999px;
            display: inline-block;
            background: transparent;
            border: 0;
            background-image: url('/bundles/lisafanclub/images/btn_next_back_sprite.png');
            width: 90px;
            height: 45px;
            background-position: 0 0;
        }

        .pager button:hover {
            background-position: 90px 0;
        }

        .pager button:first-child {
            background-position: 0 -46px;
        }

        .pager button:first-child:hover {
            background-position: 90px -45px;
        }

        .pager button:last-child {
            background-position: 0 45px;
        }

        .pager button:last-child:hover {
            background-position: 91px 46px;
        }

        .pager button:disabled {
            opacity: 0.5;
        }

        .pager button:first-child:disabled:hover {
            background-position: 0 -46px;
        }

.clear2 {
    clear: both;
}

.active_step {
    font-weight: bold;
    color: #000;
}

.content-block a:hover {
    color: black;
}

.content-block a,
.wizard a {
    color: #fff;
}

.wizard {
            position: absolute;
            left: 0;
            right: 0;
            top: 90px;
            bottom: 0;
            overflow: hidden;
        }

        .wizard a:hover {
            color: #a4f7e7;
        }

        .wizard textarea.form-control {
            min-height: 300px;
        }

        .wizard li.current, .wizard li.current a {
            background: #2d5066;
            color: white;
        }

        .wizard .side_steps {
            overflow: hidden;
        }

        .wizard .release {
            margin-top: 20px;
        }

        .wizard .release .footer {
            margin-top: 400px;
        }

        .wizard > .form-news-container > .wizard_content {
            width: 98%;
            overflow-x: hidden;
        }

.wizard_content select {
        border-radius: 12px;
        padding: 1px 40px 4px 20px;
        width: auto;
        max-width: 500px;
        -moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
        -webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
        box-shadow:inset 0px 1px 0px 0px #c1ed9c;
        -webkit-border-top-left-radius:25px;
        -moz-border-radius-topleft:25px;
        border-top-left-radius:25px;
        -webkit-border-top-right-radius:0px;
        -moz-border-radius-topright:0px;
        border-top-right-radius:0px;
        -webkit-border-bottom-right-radius:25px;
        -moz-border-radius-bottomright:25px;
        border-bottom-right-radius:25px;
        -webkit-border-bottom-left-radius:0px;
        -moz-border-radius-bottomleft:0px;
        border-bottom-left-radius:0px;
        text-indent:0;
        border:1px solid white !important;
        display:inline-block;
        color:#ffffff;
        font-family:Arial;
        font-size:13px;
        font-weight:bold;
        font-style:normal;
        height:26px;
        line-height:26px;
        text-decoration:none;
        text-align:center;
    }

    .wizard_content .col-md-12 {
        padding-right: 25px;
    }

.wizard_header {
            margin: 0;
            background: white;
            padding: 0 10px;
        }

        .wizard_header div:last-child {
            padding-top: 0px;
        }

    .wizard_steps a {
            font-weight: bold;
        }

        .wizard_steps {
            background: #000;
        }

        .wizard_steps, .wizard_content {
            float: none;
            vertical-align: top;
            padding: 10px;
        }

        .wizard_steps {
            padding: 0;
        }

        .wizard_steps ul li {
            list-style-type: none;
            padding: 10px 40px;
            border-bottom: 1px solid #ddd;
            cursor: pointer;
            font-size: 14px;
        }

        .wizard_steps ul li a {
            color: #aaa;
        }

        .wizard_steps ul li a:hover {
            color: #fff;
            text-decoration: none;
        }

.info-target {
    float: left;
    margin-top: 10px;
}

.thankyou {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 20px;
    margin: 5px;
    margin-left: 52px;
}

.homepage_news h1,
.homepage_news h2,
.homepage_news h3,
.homepage_news h4,
.homepage_news h5,
.homepage_news h6
{
    font-size: 18px;
}

.homepage_news {
    margin-bottom: 40px;
}

.love {
    font-size: x-small;
    color: #00a08b;
    text-align: right;
    background: black;
    padding: 0 20px;
}

.love a {
    color: #444;
}

.love a:hover {
    color: #ed007c;
}

.bottom_actions {
    padding: 0;
    height: 80px;
}

.mentions {
    margin-top: -5px;
    font-size: 8pt;
    color: black;
}

.mentions:first-child {
    margin-right: 20px;
}

.pagination {
    margin: 10px 10px 0 50px;
    position: relative;
    z-index:10;
}

.top_pager {
    margin-left: 44px;
}


.info-sticker {
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

    position: fixed;

    top: 250px;
    left: 88px;
    background: #FD77B6;
    color: black;
    font-size: 13px;

    padding: 10px 20px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.info-sticker > div {
    border-bottom: 1px solid black;
    margin-bottom: 5px;
}

.news .reader .utilities .cancel,
.info-sticker .cancel {
    color: #800;
    margin: 7px 0 0 20px;
    font-size: 20px;
    line-height: 20px;
}

.news .reader .utilities .cancel {
    margin: 0;
}

.news .reader .utilities .cancel:hover,
.info-sticker .cancel:hover {
    color: white;
}

.info-sticker .btn-primary {
    background-color: black;
    border-color: #aaa;
    color: white;
}

.info-sticker .btn-primary:hover {
    background-color: #226;
}

.utilities .btn-primary {
    font-size: 12px;
    padding: 3px 10px;
    margin: -2px 20px;
}

/*
@media (min-width: 1000px) and (max-width: 1680px) {
    .reader h1.vertical {
        margin-top: 240px !important;
    }
}

@media (min-width: 1000px) and (max-width: 1150px) {
    .reader h1.vertical {
        margin-top: 280px !important;
    }
}

@media (max-width: 1000px) {
    .reader h1.vertical {
        float: none;
    }
}
*/

@media (max-width: 1440px) {
    .reader h1 {
    }
}

@media (max-width: 1280px) {
    .nav_menu > ul > li {
        font-size: 11px;
        margin: 0 10px;
    }
    .reader h1 {
        padding-right: 2em;
    }

    .item, .item_single {
        width: 100%;
        height: auto;
    }

}

@media (min-width: 1024px) {
    .reader h1 {
            /* width: 25%;
            float: left;
            */
        }

        /*
        .reader h1.vertical {
            -webkit-transform-origin: right center;
            -mox-transform-origin: right center;
            -o-transform-origin: right center;
            transform-origin: right center;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-3);
            white-space: nowrap;
            display: block;
            font-size: 88px;
            letter-spacing: 1.1em;
            font-family: Playball;
            margin-left: -60px;
            margin-top: 120px;
        }
        */

        /*
        .reader > div {
            margin-left: 30%;
        }
        */
}

@media (max-width: 580px) {
    #chapter {
        margin-top: 35px;
    }

    .pagination {
        margin-top: 60px;
    }

    .news div.action {
        margin-right: 10px;
        margin-top: auto;
    }

    #admin_header {
        margin-right: 0;
        margin-top: 5px;
        background: #000;
        padding: 0 5px;
    }
}

@media (max-width: 520px) {
    .reader {
        margin: 20px 0;
    }

    .reader > .comments {
        margin: 0 -40px;
    }

    .news .utilities {
        font-size: 10px;
    }

    .news h1 select {
        border: auto;
        background: auto;
    }

    .reader h1 {
        font-size: 11pt;
        line-height: 16pt;
        padding: 1.2em;
    }

    #chapter .news {
        margin: 0;
        padding: 40px 0px 10px 0;
    }

}


