html {
    margin: 0;
}
body {
    /* font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Averia Libre", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: "Averia Libre", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13pt;
	margin: 0px;
	padding: 0px;
}

body.noFont {
    font-family: Georgia, Arial, Helvetica, sans-serif;
}

button, input, optgroup, select, textarea {
    font: inital;
    font-size: initial;
    border: none;
    background: none;
}

h1, h2, h3, h4, h5, h6, ul li {
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

.ng-cloak {
    display: none;
}

a {
    text-decoration: none;
}

a:hover {
	color: #ed007c;
    text-decoration: none;
}

.white {
    background: white;
}

.black {
    background: black;
}

.gray {
    background: #eee;
}

.desktop_mode {
    display: block;
}

.mobile_mode {
    display: none;
}

.text-color-light .social-networks-footer a:hover, .text-color-light .social-networks-footer a:focus, .text-color-light .social-networks-footer a:active {
    color: #2ac5ee;
}

.button2, .editable-buttons button {
	cursor: pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
    -webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
    box-shadow:inset 0px 1px 0px 0px #cae3fc;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #55697d), color-stop(1, #000000) );
    background:-moz-linear-gradient( center top, #55697d 5%, #000000 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#55697d', endColorstr='#000000');
    background-color:#55697d;
    -webkit-border-top-left-radius:30px;
    -moz-border-radius-topleft:30px;
    border-top-left-radius:30px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:30px;
    -moz-border-radius-bottomright:30px;
    border-bottom-right-radius:30px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0;
    border:1px solid #469df5;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    font-style:normal;
    height:35px;
    line-height:35px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #287ace;
}

.button2:hover, .editable-buttons button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #55697d) );
    background:-moz-linear-gradient( center top, #000000 5%, #55697d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#55697d');
    background-color:#000000;
}

.button2:active, .editable-buttons button:active {
    position:relative;
    top:1px;
}

.button2:disabled, .editable-buttons button:disabled {
    background: #ccc;
}

.button3 {
    -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;
    background-color:transparent;
    -webkit-border-top-left-radius:30px;
    -moz-border-radius-topleft:30px;
    border-top-left-radius:30px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:30px;
    -moz-border-radius-bottomright:30px;
    border-bottom-right-radius:30px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0;
    border:1px solid white;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:35px;
    line-height:35px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #1a6054;
}

.button3:hover {
}

.button3:active {
    position:relative;
    top:1px;
}

.button3:disabled, button4:disabled {
    color: #aaa;
}

.button4 {
    -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;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #43cab4), color-stop(1, #44a797) );
    background:-moz-linear-gradient( center top, #43cab4 5%, #44a797 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43cab4', endColorstr='#44a797');
    background-color:#43cab4;
    -webkit-border-top-left-radius:30px;
    -moz-border-radius-topleft:30px;
    border-top-left-radius:30px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:30px;
    -moz-border-radius-bottomright:30px;
    border-bottom-right-radius:30px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0;
    border:1px solid white;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:35px;
    line-height:35px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #1a6054;
}
.button4:hover, button3:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #44a797), color-stop(1, #43cab4) );
    background:-moz-linear-gradient( center top, #44a797 5%, #43cab4 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44a797', endColorstr='#43cab4');
    background-color:#44a797;
}
.button4:active {
    position:relative;
    top:1px;
}

button::-moz-focus-inner, .button2::-moz-focus-inner { border: 0; }
:focus {outline:none;} ::-moz-focus-inner {border:0;}

.cf:before,
.cf:after {
        content: " "; /* 1 */
            display: table; /* 2 */
        }

        .cf:after {
                clear: both;
            }

            /**
             *  * For IE 6/7 only
             *   * Include this rule to trigger hasLayout and contain floats.
             *    */
    .cf {
            *zoom: 1;
        }

#opaque {
    position: fixed;
    display: none;
    background: rgba(255, 255, 255, 0.88);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

#background {
	position: fixed;
    display: none;
    z-index: -2;
    // background: url('/bundles/lisafanclub/images/hd/LiSA-shout.jpg') no-repeat center center;
    background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#background div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: top;
    -webkit-transition: opacity 1s ease-out;
       -moz-transition: opacity 1s ease-out;
        -ms-transition: opacity 1s ease-out;
         -o-transition: opacity 1s ease-out;
            transition: opacity 1s ease-out;
}

#background img {
    width: 100%;
}

.error {
	padding-top: 5px;
	color: #ad004c;
    text-shadow: 0 0 8px #fff;
    font-size: 11pt;
}

.inline {
    display: inline-block;
}

.site_logo {
    position: fixed;
    left: 20px;
    top: 10px;
    color: #e01996;
    text-align: right;
    z-index: 800;
}

.site_logo img {
    width: 200px;
}

.mce-fullscreen .site_logo,
.mce-fullscreen #desktop_menu {
    display: none;
}


.popover {
    z-index:1000;
}

#site_title a, #site_title a:hover {
    text-decoration: none;
}

#screen {
    position: fixed;
	top: 80px;
	left: 0;
    right: 0;
    bottom: 0;
	background: url('/bundles/lisafanclub/images/LisaSugata.png') no-repeat center center;
    background-size: contain;
	overflow: hidden;
	color: #fff;
}

canvas {
    display: none;
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
    z-index: -1;
}

.logo {
    position: absolute;
    top: 0;
    left: 200px;
}
.logo img {
    width: 200px;
}

.stars, .ufo {
    position: absolute;
}

.ufo {
    left: -600px;
    top: -600px;
    z-index: 9;
}

.ufo img {
    width: 50px;
}

.stars img {
    width: 20px;
}

.div_container {
    position: relative;
    margin-left: 190px;
    margin-top: 100px;
    overflow-y: auto;
}

.div_info {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 1em;
	z-index: 100;
}

#chapter {
    margin-right: 300px;
    margin-left: 200px;
    margin-top: 80px;
}

.section_html_container {
	overflow-y: auto;
}

.section_html {
    padding-right: 10px;
}

#section_header {
    margin: 10px;
    width: 60%;
}

#section_header ul li a {
    text-decoration: none;
    color: #f60096;
}

#section_header .disabled a {
    color: gray;
}

.header_left {
    margin: 0 20px;
}

.header_right {
}

.container_left {
    margin: 0 20px;
    width: 61.8%;
}

.container_right {
}

.section_left {
    width: 100%;
}

.section_right {
    left: 35%;
}

#section_html .html_left {
    width: 61.8%;
}

#section_html .html_right {
    width: 100%;
}

.logo_reserve {
    float: right;
    width: 320px;
    height: 100px;
}

#menu {
    font-size: 18px;
    transition: 1.5s;
    display: none;
    margin-bottom: 40px;
}

#menu ul li {
    list-style-type: none;
}

.menu a {
    text-decoration: none;
    color: #00a08b;
}

.menu a:hover {
    color: #e4007f;
}

.menu h1 {
    text-align: right;
    margin-top: 10px;
}

#menu {
    -webkit-animation: fadein 2s; /* Safari and Chrome */
       -moz-animation: fadein 2s; /* Firefox */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera */
            animation: fadein 2s;
}

.love a.ng-hide-add, .love a.ng-hide-remove,
.nav_menu.ng-hide-add, .nav_menu.ng-hide-remove {
    display: inline-block !important;
}

.love a.ng-hide-add {
    -webkit-animation: fadeOutRight 2s; /* Safari and Chrome */
       -moz-animation: fadeOutRight 2s; /* Firefox */
        -ms-animation: fadeOutRight 2s; /* Internet Explorer */
         -o-animation: fadeOutRight 2s; /* Opera */
            animation: fadeOutRight 2s;
}

.love a.ng-hide-remove {
    -webkit-animation: fadeInRight 2s; /* Safari and Chrome */
       -moz-animation: fadeInRight 2s; /* Firefox */
        -ms-animation: fadeInRight 2s; /* Internet Explorer */
         -o-animation: fadeInRight 2s; /* Opera */
            animation: fadeInRight 2s;
}

#top_menu {
    -webkit-animation: fadeInDown 2s; /* Safari and Chrome */
       -moz-animation: fadeInDown 2s; /* Firefox */
        -ms-animation: fadeInDown 2s; /* Internet Explorer */
         -o-animation: fadeInDown 2s; /* Opera */
            animation: fadeInDown 2s;
}


.help {
    -webkit-animation: fadeInDown 2s; /* Safari and Chrome */
       -moz-animation: fadeInDown 2s; /* Firefox */
        -ms-animation: fadeInDown 2s; /* Internet Explorer */
         -o-animation: fadeInDown 2s; /* Opera */
            animation: fadeInDown 2s;
}

footer {
    -webkit-animation: fadeInUp 2s; /* Safari and Chrome */
       -moz-animation: fadeInUp 2s; /* Firefox */
        -ms-animation: fadeInUp 2s; /* Internet Explorer */
         -o-animation: fadeInUp 2s; /* Opera */
            animation: fadeInUp 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.main_content {
	color: black;
}

.relative {
    position: relative;
}

.main_content.transparent {
    background: transparent;
}

.main_content.always {
    display: block! important;
}

.add_article .wizard .wizard_content {
    margin-left: 10px;
}

.language {
    display: inline-block;
}

.language select, .wizard_content select {
    border: 0 !important;  /*Removes border*/
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: #0088cc url(/bundles/lisafanclub/images/select-arrow.png) no-repeat 90% center;
    width: 120px; /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
    color: #FFF;
    font-size: 12px;
    border-radius: 12px;
    padding: 4px 12px 4px;
    box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
}

#site_title > span {
    font-size: 15px;
    line-height: 30px;
    vertical-align: -3px;
    padding-left: 15px;
}

a.close {
    position: absolute;
    color: #bdb5aa;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: large;
}

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

.float_right {
    float: right;
}

.action_footer {
            font-size: 10px;
            font-weight: bold;
            padding: 8px 0 0 0;
            text-align: right;
            text-transform: uppercase;
            clear: both;
        }

        .action_footer a {
            text-shadow: 0 0 8px #888, 0 0 4px #444;
            font-weight: bold;
        }

        .action_footer a:hover {
            color: #ed007c;
            text-shadow: 0 0 16px #fff, 0 0 8px #44f;
            text-decoration: none;
        }

        .action_footer ul {
            float: left;
            margin-top: -2px;
        }

        .action_footer .log-in {
            color: black;
            text-shadow: 0 0 0 #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff;
        }

        .action_footer .log-in a {
            padding-left: 20px;
        }

        .action_footer .log-in i {
            font-size: large;
        }


footer {
            display: none;
            clear: both;
            position: relative;
            padding: 0 15px;
            z-index: 90;
            transition: all 0.8s ease-out;
        }

        footer a {
            margin: 4px 10px;
            text-align: center;
            display: inline-block;
            color: #00a08b;
        }

        footer a span {
            font-size: small;
            display: block;
            letter-spacing: 0.2em;
            background: white;
        }

        footer a:hover {
            text-decoration: none;
        }

        footer > div {
            padding-left: 20px;
            padding-right: 20px;
        }

        footer > div:first-child {
            font-size: small;
            color: #00a08b;
            font-style: italic;
        }

        footer > div:first-child > div {
            padding: 26px 20px 20px 20px;
            text-shadow: 0 0 16px #fff, 0 0 8px #44f;
        }

        footer > div.white {
            padding: 0;
        }

        footer > div.white > div {
            margin-top: -15px;
        }

        footer ul {
            margin-top: 15px;
        }

        footer li {
            display: inline;
            list-style-type: none;
        }

        footer .smallbnr {
            height: 50px;
        }

        footer .largerbnr {
            width: 100px;
        }

        footer .wrapper { width: 100%; margin: 15px auto; position: relative; }

        footer .central { position: absolute; top: 0; left: 50%; margin-left: -65px; }

        footer .left, footer .right { width: 50%; }
        footer .left span, footer .right span { display: none; }
        footer .left { float: left; }
        footer .right { float: right; }

        footer .left:before, footer .right:before { content: ""; width: 65px; height: 210px; }

        footer .left:before { float: right; }
        footer .right:before { float: left; }

        footer .social-networks-footer a {
            margin: 0 15px;
            font-size: 30px;;
            line-height: 30px;
            text-shadow: none;
        }

        footer .social-networks-footer {
            padding-top: 20px !important;
        }


#div_video_container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:2;
    display:none;
    text-align: center;
    vertical-align: middle;
}

#video {
    margin-right: auto;
    margin-left: auto;
    z-index: 2;
    image-fit: fill;
    object-fit: fill;
    width: 99%;
}

.twitter_feed .goods {
    margin-bottom: 10px;
}

        .twitter_feed .goods img {
            margin-bottom: 10px;
            width: 100%;
        }

        .twitter_feed .goods span {
            display: none;
        }

        .twitter_feed .twitter_01 {
            height: 400px;
        }

.twitter_feed {
            position: relative;
            display: none;
            float: right;
            width: 260px;
            z-index: 20;
        }

        .twitter_feed > div {
            border: 1px solid #43cab4;
            -webkit-box-shadow: 0 0 10px rgba( 0, 0, 0, 0.4 );
            -moz-box-shadow: 0 0 10px rgba( 0, 0, 0, 0.4 );
            box-shadow: 0 0 10px rgba( 0, 0, 0, 0.4 );
            -webkit-border-radius: 10px;
        }

#twitter-widget-0 {
    width: 100%;
    height: 100%;
}

#overall_container {
    margin-top: 70px;
    position: relative;
    z-index: 10;
    min-height: 500px;
}

.fadeWhite {
    background: rgba(255, 255, 255, 0.8);
}

#top_menu {
            position: fixed;
            height: 67px;
            width: 100%;
            top: 0;
            left: 0;
            padding: 8px 0 0;
            background: black;
            box-shadow: 0px -5px 5px #ccc, 0 2px 4px #000;
            z-index: 200;
        }

        #top_menu .login {
            display: inline-block;
            padding-top: 0;
            margin-bottom: 5px;
            font-size: 1.2em;
            margin-right: 40px;
        }


.login span.log-in {
    padding: 0 10px;
}

.login span.sign-up {
    padding-left: 10px;
}

.login i.fa-comments-o {
    font-size: 1.4em;
}

#admin_header {
    display: inline-block;
    margin-right: 20px;
}

#site_title {
    float: right;
    display: inline-block;
    margin-right: 40px;
    text-align: right;
}

.form-2 {
            /* Size and position */
            margin: 0 auto;
            padding: 14px 18px;
            position: relative;
            z-index: 4;

            /* Styles */
            background: rgba(80, 183, 194, 0.4);
            border-radius: 4px;
            color: white;
            box-shadow:
                0 2px 2px rgba(0,0,0,0.2),
                0 1px 5px rgba(0,0,0,0.2),
                0 0 0 12px rgba(255,255,255,0.4); 
        }

        .form-2 h1 {
            font-size: 12px;
            margin-top: 10px;
            font-weight: bold;
            padding-bottom: 8px;
            border-bottom: 1px solid #EBE6E2;
            box-shadow: 0 1px 0 rgba(255,255,255,0.8);
        }
         
        .form-2 h1 .log-in,
        .form-2 h1 .sign-up {
            display: inline-block;
            text-transform: uppercase;
        }

        .form-2 h1 .log-in a,
        .form-2 h1 .sign-up a {
            color: white;
        }

        .form-2 h1 .log-in a:hover,
        .form-2 h1 .sign-up a:hover {
        }
         
        .form-2 h1 .log-in {
            padding-right: 2px;
        }
         
        .form-2 h1 .sign-up {
            color: white;
            padding-left: 2px;
        }

        .form-2 .float {
            width: 50%;
            float: left;
            padding-top: 15px;
        }
         
        .form-2 .float:first-of-type {
            padding-right: 5px;
        }
         
        .form-2 .float:last-of-type {
            padding-left: 5px;
        }

        .form-2 label,
        .form-2 .forgot_password {
            display: block;
            padding: 0 0 5px 2px;
            cursor: pointer;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 11px;
        }

        .form-2 .forgot_password a {
            text-transform: capitalize;
            font-size: 14px;
        }

        .form-2 .forgot_password a:hover {
        }
         
        .form-2 label i {
            margin-right: 5px; /* Gap between icon and text */
            display: inline-block;
            width: 10px;
        }

        .form-2 input[type=text],
        .form-2 input[type=email],
        .form-2 input[type=password] {
            font-size: 12px;
            font-weight: 400;
            display: block;
            color: black;
            width: 100%;
            padding: 5px;
            margin-bottom: 5px;
            border: 3px solid #ebe6e2;
            border-radius: 5px;
            transition: all 0.6s ease-out;
        }

        .form-2 input[type=text]:hover,
        .form-2 input[type=email]:hover,
        .form-2 input[type=password]:hover {
            border-color: #CCC;
        }
         
        .form-2 label:hover ~ input {
            border-color: #CCC;
        }
         
        .form-2 input[type=text]:focus,
        .form-2 input[type=email]:focus,
        .form-2 input[type=password]:focus {
            border-color: #BBB;
            outline: none; /* Remove Chrome's outline */
        }

        .form-2 div:after,
        .clearfix:after {
            content: "";
            display: table;
            clear: both;
        }

        .form-2 .clearfix {
            margin-top: 20px;
        }

        .form-2 input[type=submit],
        .form-2 .log-twitter {
            /* Size and position */
            width: 170px;
            height: 38px;
            margin-left: 10px;
            display: inline-block;

            /* Styles */
            box-shadow: inset 0 1px rgba(255,255,255,0.3);
            border-radius: 3px;
            cursor: pointer;

            /* Font styles */
            font-size: 12px;
            text-align: center;
            font-weight: bold;
        }
         
        .form-2 input[type=submit] {
            margin-left: 1%;
            background: linear-gradient(#50b7c2, #139d88);
            border: 1px solid #f4ab4c;
            text-shadow: 0 1px rgba(255,255,255,0.3);
        }
         
        .form-2 .log-twitter {
            margin-right: 1%;
            background: linear-gradient(#34a5cf, #2a8ac4);
            border: 1px solid #2b8bc7;
            color: #ffffff;
            text-shadow: 0 -1px rgba(0,0,0,0.3);
            text-decoration: none;
        }
            
        .form-2 input[type=submit]:hover,
        .form-2 .log-twitter:hover {
            box-shadow: 
                inset 0 1px rgba(255,255,255,0.3), 
                inset 0 20px 40px rgba(255,255,255,0.15);
        }
         
        .form-2 input[type=submit]:active,
        .form-2 .log-twitter:active{
            top: 1px;
        }

        .form-2 p:last-of-type {
            clear: both;    
        }
         
        .form-2 .opt {
            text-align: right;
            margin-right: 3px;
            clear: both;
        }

        .form-2 label[for=showPassword],
        .form-2 label[for=remember_me]
        {
            display: inline-block;
            margin-bottom: 10px;
            font-size: 11px;
            font-weight: 400;
            text-transform: capitalize;
        }
         
        .form-2 input[type=checkbox] {
            vertical-align: middle;
            margin: 4px 0px 0 1px;
        }


.no-boxshadow .form-2 input[type=submit]:hover {
    background: #ffb347;
}
 
.no-boxshadow .form-2 .log-twitter:hover {
    background: #2a8ac4;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


#fos_user_registration_form ul {
    font-size: 11px;
    padding: 4px;
    color: #e4007f;
}

.div_login {
    color: black;
}

.mobile_menu_button {
    display: none;
}

@media (max-width: 1440px) {
    .twitter_feed {
        right: 10px;
        width: 210px;
    }

    #chapter {
        margin-right: 240px;
    }

    #site_title {
        margin-right: 10px;
    }

    #top_menu .login {
        margin-right: 10px;
    }
}

@media (max-width: 1200px) {
    #chapter {
        margin-right: 200px;
    }

    .language select {
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {

    #chapter {
        margin-right: 220px;
        margin-left: 0;
    }

    #chapter .pagination {
        margin-left: 30px;
        margin-bottom: 20px;
    }

    #chapter .news {
        margin: -35px 0 0 0;
    }

    .main_content {
        margin-left: 0;
    }

    .site_logo {
        left: 60px;
    }

    .site_logo img {
        width: 130px;
    }

    #site_title {
        float: right;
        margin-right: 10px;
    }

    .desktop_mode {
        display: none;
    }

    .mobile_mode {
    }

    .mobile_menu_button {
        display: block;
        float: left;
        margin-left: 20px;
        font-size: 26px;
        margin-top: -13px;
        color: #00bff8;
        text-align: left;
        cursor: pointer;
    }

    .action_footer {
        transition: all 3s ease-out;
    }

    .action_footer ul {
        float: none;
    }

    #top_menu {
        box-shadow: inset 0px -1px 4px #888;
    }

    .nav_menu {
        text-align: left;
    }

    .nav_menu ul li {
        display: block;
        padding-bottom: 4px;
        border-bottom: 1px solid #e4e4e4;
    }

    .nav_menu ul li:last-child {
        border-bottom: none;
    }

    .nav-menu {
        background: white;
    }

    footer .sides {
        display: none;
    }

}

@media (max-width: 900px) {
    .action_footer {
    }

    .twitter_feed {
        display: none;
    }

    #chapter {
        margin-top: 85px;
    }

    #chapter .news {
        padding: 40px 0 10px 0;
        width: 100%;
    }

    #site_title span {
        display: none;
    }

    #top_menu .log-in {
        line-height: 4.2em;
    }

    .site_logo img {
        width: 120px;
    }

    .main_content, #chapter {
        position: relative;
        z-index: 30;
        margin-right: 0;
        margin-left: 0;
    }

    #chapter .pagination {
        font-size: small;
        margin-left: 20px;
        margin-bottom: 0;
    }

}

@media (max-width: 620px) {
    .footer-pic-right { display: none; }
}

@media (max-width: 520px) {
    #site_title span {
        position: absolute;
        top: 0;
        left: 28px;
    }

    .site_logo img {
        width: 120px;
        padding-top: 10px;
    }

    #chapter div.news {
        width: 100%;
        padding-top: 0;
    }

    #chapter .pagination {
        margin-top: 50px;
    }

    #overall_container {
        bottom: 35px;
    }

}

@media (max-width: 401px) {
    #chapter .news {
        padding: 0;
        margin: 0;
    }

    #chapter .pagination {
        margin-top: 30px;
    }

    #site_title span {
        display: none;
    }

    #top_menu {
        box-shadow: inset 0px -5px 5px #ccc, 0 2px 4px #000;
        height: 70px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    #overall_container {
        /* position: static; */
    }

    #screen {
        position: fixed;
        z-index: 3;
    }

    #div_video_container {
        z-index: 4;
    }

    #top_menu .action_footer {
        border-top: 0;
    }

    #top_menu .action_footer .login {
        display: none;
    }

    .mobile_menu_button {
        margin-top: -40px;
    }

    .site_logo img {
        margin-top: -5px; 
        padding-top: 0;
        width: 80px;
    }

    .form-2 input[type="submit"], .form-2 .log-twitter {
        width: 137px;
    }

}

@media (max-height: 340px) {
    #top_menu {
        box-shadow: inset 0px -5px 5px #ccc, 0 2px 4px #000;
        height: 70px !important;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .site_logo img {
        margin-top: -5px; 
        padding-top: 0;
        width: 80px;
    }

    .mobile_menu_button {
        margin-top: -40px;
    }

    nav.mobile { top: 40px !important; }
}

.reminder {
    z-index: 200;
    color: black;
    position: absolute;
    padding: 5px 10px;
    font-size: small;
}


.padding-sides {
    padding-left: 15px;
    padding-right: 15px;
}

#chapter .lisa-help {
    margin-bottom: 20px;
}
