/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6C879C url('../bundles/nspweb/images/popup_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    z-index: 999999;
}

.popup .wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.popup img {
    display: inline-block;
    width: 90%;
    max-width: 90%;
}

.popup .btn-wrapper {
    margin-top: 45px;
}

.popup .btn {
    display: inline-block;
    width: 320px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border: 2px solid #fff;
    margin: 15px 22.5px;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
}

.popup .btn:hover {
    color: #000000;
    background-color: #fff;
}

.popup .exit {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 27px;
    height: 27px;
    opacity: 0.64;
    background: url('../bundles/nspweb/images/popup_exit.png') no-repeat;
    cursor: pointer;
    z-index: 10;
}

.popup .exit:hover {
    opacity: 1;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

p{
    line-height: 160%;
}
a{
    text-decoration: none;
    color:inherit;
}

a:hover {
 cursor:pointer;
}

.cb{
    clear:both;
}

.fl{
    float:left;
}

.fr{
    float:right;
}

body{
    font-family: Arial;
    font-size:11px;
    background: #e8e8e8;
}

.site{
    margin: 0 auto;
    width:983px;
}

.site.floated{
    padding-left: 0px;
    width:891px !Important;
    margin-top: 0px !important;
    display: block;
}
.first{
    margin-left: 0px !important;
}
#site-content{
    margin-top:-3px;
    width:891px;
    float:left;
    background:#fff;
    position: relative;
}

#top{
    height: 169px;
}

#top-header{
    height:89px;
    background:#fff;
}

#top-logos{
    float: left;
    margin: 0 0 0 80px;
    padding: 0;
}
#top-banner{
    padding-top: 12px;
}
#top-logos li{
    list-style:none;
    float:left;
} 
#top-header > div{
    margin-left: 10px;
    float: left;
    line-height: 100%;
}

#top-header > div span{
    background:#e80000;
    padding:3px 15px 3px 5px;
    font-size:1.5em;
    color:#fff;
}

#top-header > div h1, #top-header > div h2{    
    font-weight: normal;
}

.wide-menu{
    background:#5891a2;
    margin: 3px 0 0;
    padding: 0;
    width: 100%;
    margin-bottom: 2px;
}

.wide-menu li{
    float:left;
    list-style:none;
}

.wide-menu li.active {
    font-weight: bold;
    background: #ea0000;
}

.wide-menu li a{
    padding:6px 15px 6px 18px;
    color:#fff;
    display: inline-block;
    text-decoration: none;
}

.wide-menu li a:hover{
    text-decoration: underline !important;
}

#top-user-menu{
    float:right;
    margin:60px 0 0 0;
}
#top-user-menu #admin{
    margin: 0 10px;
}
#top-user-menu li{
    float:left;
    list-style: none;
}
#top-user-menu li a{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.3px;
}
#login-btn a, #logout-btn a {
    background:url('../bundles/nspweb/images/arrow-red.png') left 6px no-repeat;
    height: 10px;
    padding: 5px 10px 5px 15px;
    padding: 5px 10px 5px 15px;
    color:#818181;
}

#register-btn a{
    background:url('../bundles/nspweb/images/arrow-white.png') 5px 6px #e80000 no-repeat;
    height: 10px;
    padding: 5px 10px 5px 15px;
    color:#fff;
}

#search-row {
    background:#5891a2;
    height: 30px;
    padding: 5px 0;
    margin-bottom: 2px;
}

#search-row .search1 {
    float: left;
    width: 591px;
    text-align: right;
}
#search-row .search2 {
    float: right;
    width: 300px;
    line-height: 30px;
}


#search-submit{
    background: #4c4c4c;
    border: 1px solid #fff;
    color:#fff;
    padding:3px 10px;
    font-size:18px;
    vertical-align: top;
}

#search label{
    font-size: 12px;
    color:#fff;
    padding:0 5px;
}

#search input[type="text"]{
    width: 335px;
    border: none;
    color:#676767;
    padding: 4px 8px;
    font-size: 18px;
}

#search input[type="radio"]{

    margin-left: 6px;
}

#content{
    float:left;
    width:591px;
}
.full-width{
    width:100%;
}

#sidebar{
    float:right;
    width:300px;
}

.tabs{
    margin: 0;
    padding: 0;
}

.tabs li{
    background:#fff;
    list-style:none;
    float:left;
}

.tabs li a{
    color:#949494;
    position: relative;
    bottom: -1px;
    background: #fff;
}

.tabs li.current{    
    background: transparent;
}

.tabs li.current a{
    color:#e80000 !Important;
    border:1px solid #8f8f8f;
    border-bottom: none;
}

.sidebar-box{
    margin-bottom: 10px;
}

.sidebar-box.floated{
    padding:0 7px;
}
.sidebar-box h1{
    margin: 0 0 5px 0;
}

.tabs li a{
    padding:4px 8px;
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.tab-content{
    display:none;
    margin:0;
    padding: 5px;
    background: transparent;
    border:1px solid #8f8f8f;


}

.tab-content.current{
    display:block;
}

.tab-content li{
    list-style: none;
    border-bottom:1px solid #8f8f8f;
    margin: 0 auto;
    padding: 10px 0;
    width: 266px;
}

.tab-content li.last{
    border-bottom: none;
}

.tab-content li a{
    display:inline-block;
    font-size: 13px;
    font-weight: bold;
    
    
}

.tab-content li.negative_verified {
    color:  #949494;
    font-size: 13px;
    font-weight: bold;
}

.tab-content li span.rank {
    color: #e80000;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-top: -3px;
}

.tab-content li span.date {
    color: #e80000;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: -3px;
}

.tab-content li.negative_verified span.date {
    color: inherit;
}

#add {
    background: #ea0000 ;
    padding:7px;
}

#add-submit{    
    background:#4c4c4c;
    color:#fff;
    padding: 3px 10px 4px 10px;
    border: 1px solid #fff;
    margin-left:-1px;  
    font-size:14px;
    vertical-align: top;
}

#add-word input[type="text"]{
    width: 216px;
    border: 1px solid #fff;
    color:#949494;
    padding: 4px;
}

#add h1 a, #add h4 a{
    color:#fff;    
}

#add h1 a{
    background:url('../bundles/nspweb/images/arrow-white-inversed.png') right center no-repeat;
    height: 10px;
    padding-right: 20px;
}

#add h4 a{
    background:url('../bundles/nspweb/images/arrow-white-inversed-small.png') right center no-repeat;
    height: 10px;
    padding-right: 10px;
}

#add h1, #add h4{
    display:inline;
}

#add h4{
    float:right;
    margin-top: 0;
}

#slider{
    float:left;
    height:335px;
    width:891px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

#slider img {
    width: 100%;
}

.bx-pager{
    position: absolute;
    left: 15px;
    bottom: 10px;
    z-index: 1000;
}
.bx-pager a{
    width:10px;
    height:10px;
    border: 1px solid #949494;
    background:#c7c7c7;
    display:block;
    margin: 0 3px;
    float:left;
}

.bx-pager a.pager-active{
    background:#949494;
}
.bx-prev, .bx-next{
    width:16px;
    height:33px;
    position:absolute;
    bottom:180px;
    text-indent: 9999
}
#slider .pager{
    position: relative;
}
#slider .description{    
    color: #000000;
    left: 30px;        
    position: absolute;
    bottom: 265px;
    width: 340px;
    z-index: 999;
    top: 130px;
}
#slider .wrapper{
    position: relative;    
    width: 320px;
    padding: 10px;
}

#slider .opacity-content{
    opacity: 0.80;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 340px;
}
#slider .description h2{
    margin-top: 0;    
}
#slider .description h2, #slider .description p, #slider .description .red-bg {
    position: relative;
}

#slider-container .grey-bg.fr {
    position: absolute;
    bottom:6px;
    right: 6px;
}
.bx-wrapper{
    position:relative;
    width:891px;
    float:left;
    background:#f4f4f4;
    height:335px;
}

#slider-container{
    position: relative;
    width:891px;
    float:left;
    margin-bottom: 2px;
}
.dark-row{
    background: transparent;
    bottom: 0px;
    display: block;
    left: 0;
    height: 35px;
    position: absolute;
    z-index: 999;
    width: 100%;
}

.dark-row a.grey-bg {

    color: #fdfdfd;
    background: #808080;
    padding-right: 15px;
    position: relative;

}

.dark-row a.grey-bg:after {

    content: '';
    background: #808080 url('../bundles/nspweb/images/arrow-grey-small.png') right center no-repeat;
    width: 5px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 5px;

}
.overlay-left, .overlay-right{
    width:30px;
    background:#fff;
    opacity:0.80;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    position: absolute;
    height:290px;
    z-index:90;
}
.overlay-left{
    left:0;
}
.overlay-right{
    right:0;
}
.description{
    
}

.bx-prev{
    background:url('../bundles/nspweb/images/prev.png')no-repeat;
    left:10px;
    z-index:9999;
}

.bx-next{
    background:url('../bundles/nspweb/images/next.png')no-repeat;
    right:10px;
    z-index:9999;
}

#content .box{
    float:left;
    padding:10px 10px 10px 30px;
    width: 551px;
}
.full-width .box{
    float: left;
    padding: 10px 30px 30px;
    width: 831px;
}

#words-list ul, .alphabet{
    margin: 0;
    padding: 0;
}

#words-list h1, #feuilleton-list h1{
    margin-top: 0;
    margin-bottom: 15px;

}

#words-list li, .alphabet li{
    list-style:none;
    float:left;
    border-right: 2px solid red;
    padding: 0px 10px;
}

#words-list li a, .alphabet li a{
    font-weight: bold;
    font-size: 13px;
}

#content .container{
    width: 100%;
    float:left;
    border-bottom: 1px solid #8f8f8e;
    padding: 10px 0;
}

#content .container.last{
    border-bottom: none;
}
#content .container img{
    margin:0 20px 5px 0px;
}

#content #words ul{
    padding: 0;
    margin: 0;
}
#content #words h2,p{
    margin: 0;
    padding: 0;
}

#content #words  .article-content-wide h2 {
    margin-bottom: .83em;
}

#content #words li{
    list-style: none;
    display: inline-block;
    list-style: none outside none;
    margin: 15px 0;
}

a.more{
    color:#e81f1f;
}
#footer{
    color:#666666;
}
#footer h4{
    margin:10px;
}
.bottom-logos{
    padding: 10px 0;
    margin-top: 0;

}

.bottom-logos li{
    list-style: none;
    display: inline-block;
    margin: 0 3px;
}
.bottom-logos li a{
    display: block;
}

.bottom-logos2 {
    text-align: center;
    margin: 0px 30px;
}

.bottom-logos2 {
    border-bottom: 1px solid #8f8f8e;
}
.bottom-logos2 li{

    float: none;

    margin: 0 22px;
}

#copyrights{
    border-top: 1px solid #8f8f8e;
    margin: 10px 30px;
    padding-top: 7px;
    
}

.fos-form{
    margin:10px 0;
}
.fos-form label{
    display: inline-block;
    margin-bottom: 10px;
    min-width: 50px;
    font-size: 12px;
}
.fos-form.extended label{
    min-width: 120px !important;
}


.fos-form input[type="submit"]{
    background: none repeat scroll 0 0 #c40000;
    border: 1px solid #949494;
    color: #FFFFFF;
    font-size: 13px;
    margin-left: -1px;
    padding: 2px 50px 3px;
    vertical-align: top;
}


.fos-form #remember_me{
    margin-right:10px;
    vertical-align: top;
}

.m0{
    margin: 0;
}
.red{
    color:#E80000;
}

.red-bg{
    background-color:#E80000 !Important;
    color: #FFFFFF;
    padding: 4px;
}

.grey-bg{
    background-color:#808080 !Important;
    color: #fff;
    padding: 2px 3px;
}


#top-user-menu #username {
    background: url("../bundles/nspweb/images/user-icon.png") no-repeat scroll right 0 transparent;
    color: #808080;
    display: block;
    margin-right: 15px;
    padding-right: 20px;
    padding-top: 3px;
    margin-top: -2px;
}

#login-form span, #login-form a{
    display:block;
    margin-bottom: 5px;
    font-size:12px;
}
#login-form .fos-form input[type="text"], #login-form .fos-form input[type="password"]{
    width:480px;
}
.grey{
    color:#909090;
}

.darkgrey{
    color:#666666;
}

.black{
    color:#000;
}

.u{
    text-decoration: underline !important;
}

.b{
    font-weight: bold;
}

.fs13{
    font-size: 13px;
}
.white-rightarrow{
    background: url("../bundles/nspweb/images/arrow-white-inversed-small.png") no-repeat scroll right 2px transparent;
    padding-right: 10px !important;
    height:10px; 
}
.red-arrow, .grey-arrow{
    height:13px;
    padding-left:15px;
}

.grey-arrow{
    background: url("../bundles/nspweb/images/rightarrow-grey.png") no-repeat scroll left 3px transparent;    
}

.red-arrow{
    background: url("../bundles/nspweb/images/rightarrow-red.png") no-repeat scroll left 3px transparent;    
}

.fos-form label{
    color:#c40000;
}

.fos-form.extended label{
    display: block;
    margin-bottom: 5px;
}

.fos-form.extended input[type="text"], .fos-form.extended input[type="password"], .fos-form.extended input[type="email"], .fos-form.extended textarea{
    width:500px;
    margin-bottom: 10px;
}

.blue{
    color:#2222ff;
}

.site-content-menu ul{
    margin: 0;
    padding: 0;
}

.site-content-menu ul li{
    float: left;
    list-style: none;
    margin-right: 20px;
}

.site-content-menu ul{
    padding: 5px 0;
    margin:0;
    float: left;
}

.site-content-menu ul li{
    float: left;
    list-style: none;
    margin-right: 20px;
}  
.site-content-menu .categories{
    border-bottom: 1px solid black;
}
.site-content-menu ul li a{
    padding: 1px 3px;
}
.site-content-menu ul li.active a{
    background: #e80000;
    color: #fff;
}
.alphabet{
    display: block;
    float: left;
    margin: 20px 0;
}

.alphabet li{
    min-width: 10px;
    margin: 0 0 10px 0;
}
.column-list-wrapper {
    width: 180px;
    float: left;
}
.entries-list, .entries-list ul{    
    margin: 0;
    padding: 0;
}
.entries-list li{
    list-style: none;    
    width: 180px;    
}

.entries-list a{
    font-size: 14px;
    width: 150px;
}

#close-entries a:hover, .entries-list a:hover{
    text-decoration: underline;
}

.entries-list > li > a{
    font-weight: bold;
}

.entries-list ul{
    padding: 10px 0;
}

#entry td{
    padding: 5px;
    vertical-align: top;
}

#entry .key{
    width: 90px;
    background: #dcdcdc;
    color: #666666;
    padding: 5px 10px;
    line-height: 160%;
}
#entry .key.name{
    padding-top: 10px !important;
}
#entry .links a{
    float: left;
}

#entry .value{
    padding: 5px 5px 5px 15px;
    font-family: Arial;
    font-size: small;
}
#entry .value .white-rightarrow {
    font-size: 11px;
}

#entry h1{
    margin: 0;
}
 
#close-entries{
    float: left;
    margin: 0;
    padding: 0;   
    width: 130px;
}
#close-entries li{
    list-style: none;
    margin-bottom: 15px;
}
#close-entries li a{
    font-weight: bold;
    padding-right: 10px;
}

#articles_list{
    margin: 0;
    padding: 0;
}
#articles_list li{
    list-style: none;
    margin-bottom: 20px;
    display: block;
    margin-bottom: 20px;
    float: left;
}
#articles_list .thumb{
    display: block;
    float: left;
    overflow: hidden;
    width: 150px;
    margin: 0 20px 0 0;
}

#articles_list .thumb img{
    width: 150px;
}

#articles_list .article{
    float: right;
    width: 380px;
}

#articles_list .article h2{
    margin: 0 0 15px 0;
}

#articles_list .article p, #feuilleton-list p{
    display: inline;    
}

#articles_list .more{
    margin-left: 5px;
}

#article .author, #article .quotes, #article .links{
    font-size: 13px;
    margin-bottom: 20px;
} 

#article .author {
    font-weight: bold;
} 

#article .links a{
    font-size: 13px;
    color: #E80000 !important;    
    text-decoration: underline !important;
}
#article .links a span{
    color: #E80000 !important;
}

.pagination_wrapper{
    text-align: center;    
}
.pagination{
    display: inline-block;
}
.pagination li{
    list-style: none;
    float: left;
}
.pagination li a{
    background: none repeat scroll 0 0 #ADADAD;
    color: #000000;
    margin: 0 2px;
    padding: 3px 6px;
}

.pagination li.current a{
    color: #fff;
    background: #c70000;
}
.authors_sorting .column-list-wrapper{
    width: 275px;
}
.authors_sorting{
    float: left;
    margin: 0 0 20px 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #8e8e8d;
    width: 100%;
}
.authors{
    margin: 0 0 0 0;
    padding: 0;    
}

.authors li {
    list-style: none;
}

.authors li a{
    font-size: 14px;
}

.authors li a:hover{
    text-decoration: underline;
}
#article{
    float: right;
    width: 690px;
}

#article-text {
    margin-top: 15px;
}

#article_image_div {
    text-align: center;
    margin: 3px 15px 0 0;
    float: left;
}

#article_image_div img.border {

    border: 1px solid #a9a9a9;
}
#article_image{
    

}

#article h1{
    clear:both;
    margin-top: 0px;
    display: block;
    margin-top: 0;
    width: 540px;
}

#article .red-bg{
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}

#article-icons .fb-like{
    margin: 3px 0 15px 5px;
    float: right;
}
#article-icons{
    float: right;
    width: 135px; 
}
.article-content-wide{
    float: right;
    width: 430px;
}

.article-content-wide p{
    display: inline;
}

.article-content-wide .more{
    margin-left: 5px;
}

.sidebar-banner{
    margin: 0;
    padding: 0;
}

.sidebar-banner li{
    list-style: none;
}

.sidebar-box .bx-wrapper{
    height: 190px;
}

#gallery li{
    float: left;
    list-style: none outside none;
    margin: 0 0 20px 20px  
}

#gallery{
    padding: 0;
    margin: 0;
}

#gallery .image{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #bbb;
    display: block;
    padding: 10px;
    text-align: center;
}

#gallery .title{
    border-top: 1px solid #bbb;
    display: block;
    padding-top: 10px;
    width: 100%;
}

#slider .red-bg{
    background: url("../bundles/nspweb/images/arrow-white.png") no-repeat scroll 65px 8px #E80000;
    display: inline-block;
    margin-top: 10px;
    padding: 2px 20px 2px 10px;
}

#slider a.more{
position: relative;
}
#slider .more{
    font-size: 11px;
    color: #e81f1f;
}

.gallery-content-wide{
    width: 100%;
    border-bottom: 1px solid #8e8e8d;
    padding-bottom: 10px;
}

.gallery-content-wide #words p{
    display: inline;
}

.gallery-content-wide .more{
    margin-left: 5px;
}

#change_name{
    margin-left: 10px;
    color: #909090;    
}

#change_note{
    font-size: 14px;
    padding: 2px 15px;
    margin: 0 0 15px 0;
    display: inline-block;
}

.section-head{
    font-size: 13px;
    font-weight: bold;
    margin: 20px 5px 0 0;
    display: inline-block;
}

.user_entries{
    margin: 5px 0;
    padding: 0;
}

.user_entries li{
    list-style: none;
}

.user_entries .grey{
    margin-left: 7px;
}

.user_entries li a:hover{
    text-decoration: underline;
}

.fb-comments{
    float: right;
    margin: 30px 10px;
}



#search_results{
    margin: 0;
    padding: 0;
}

#search_results li{
    list-style: none;
    margin: 0 0 20px 0;
}
#search_results .title{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}

#search_results p{
    display: inline;
    margin-bottom: 10px;
    
}

.main-article-content{
    float: right;
    width: 381px;
    margin: 0 0 10px 0;
}

.main-article-content h2{
    margin-top: 0px;
}

.fancy-img{
    position: relative;
}

.image-plus{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background:url('../bundles/nspweb/images/plus.png') no-repeat;
}

.image-plus, .image-author{
    display: inline-block;
}

.image-author{

    color: #818181;

    padding-top: 10px;
    display: block;
    text-align: right;
    clear: both;
}

 .image-author-bubble{
    background: url("../bundles/nspweb/images/bubble.png") no-repeat scroll right bottom transparent;
    bottom: 11px;
    display: none;
    height: 9px;
    position: absolute;
    right: 10px;
    width: 10px;
    z-index: 100;    
}

.names a{
    float: left;
}

.gallery-content-wide .image-title{
    margin-top: 10px;
    display: inline-block;
}

.date {
    font-size: 1em;
    color: #6F6F6F;
    margin-top: -15px;
    margin-bottom: 10px;
}
form label + ul li {
    list-style: none;
    text-align: justify;
    width: 500px;
}

form label + ul {
  padding-left: 0;
}

form ul + textarea, form ul + input {
    border-color: #ff0000;
}

form input, form textarea {
    border: 1px solid #a0a0a0;
}

#like-box {
    position: fixed;
    z-index: 999;
    top: 150px;  /* jego polozenie od gory */
    left: -303px; /* szerokosc wygenerowanego boxa + 4px obramowania */
    -webkit-transition: left 0.5s ease-out;
    -moz-transition: left 0.5s ease-out;
    -o-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
}

/* wysuniecie like box'a */
#like-box:hover {
    left: 0px;
}

/* zewnetrzna ramka boxa */
#like-box .outside {
    position: relative;
    z-index: 1;
    background: #3b5999;
    padding: 2px;
    min-width: 1px;
    float: left;
}

/* wewnetrzne tlo boxa */
#like-box .inside {
    position: relative;
    z-index: 2;
    background: #fff;
}

/* pasek z logo FB */
#like-box .belt {
    position: relative;
    z-index: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    float: left;
    width: 100px;
    height: 40px;
    padding: 7px 0px 0px 20px;
    margin: 50px 0px 0px -55px;
    background: #3b5999;
    color: #fff;
    font-weight: bold;
    font-family: Verdana;
    font-size: 16px;
}

#entry-exist {
    color: #fff;
    padding-top: 5px;
    display: none;
}

#entry-exist a {
    text-decoration: underline;
    font-size: 12px;
}


#login-register-box .close {
    text-align: right;
    margin-top: -10px;
    margin-right: -16px;
    color: #808080;
    float: right;
}
#login-register-box {

    display: none;
    background: #fff;
    box-shadow: 0px 0px 5px #888888;
    padding: 15px 25px;
    width: 750px;
    position: absolute;
    top: 0px;
    left: 45px;
    text-align: center;
    z-index: 99999;

}

#login-register-box h3 {
    margin-top: 0px;
    color:#585856;
    font-size: 18px;
}

#login-register-box .slogan {
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
}

#login-register-box .info {
    margin-bottom: 15px;
    font-size: 12px;
    color: #000;
    font-style: italic;
}
#login-box, #register-box {
    float: left;
    width: 350px;
}

#register-box {
    margin-right: 50px;
}

#register-box a {
    display: inline-block;
    background: #e80000;
    color: #fff;
    font-size: 18px;
    background: url('../bundles/nspweb/images/arrow-white.png') 5px 11px #e80000 no-repeat;
    padding: 5px 10px 5px 15px;
    margin-top: 20px;
}

#login-box form {
    width: 300px;
    margin-left: 50px;
    text-align: left;
}

#login-box label {
    display: block;
    margin-bottom: 2px;
    color: #000;
}

#login-box .form-row {
   margin-bottom: 10px;
}

#login-box  input[type="text"], #login-box  input[type="password"] {
    width: 290px;
    padding: 5px;
}

#login-box  input[type="submit"] {
    float: right;
    background: url('../bundles/nspweb/images/arrow-white.png') 5px 6px #e80000 no-repeat;
    padding: 5px 10px 5px 15px;
    color: #fff;
    border: none;
}


td span.source {
    font-size: 10px;
}

.red-link a {
    color: #ff0000;
    text-decoration: underline;
}

td.red-link a, td.red-link a span {
    color: #ff0000 !important;
    text-decoration: underline !important;
}

#fos_user_registration_form input[type='text'],
#fos_user_registration_form input[type='email'],
#fos_user_registration_form input[type='password']{
    width: 50%;
}

img.entry-type {
    padding-left: 7px;
}

table#entry {
    width: 700px;
}

input, textarea{

    font-size: small;
}

.pheadline {

    font-size: small;
}

.fb_iframe_widget {

    margin-bottom: 18px;
}

#login-register-box .facebook-login .txt {
    font-size: 12px;
    padding-left: 15px;
    padding-bottom: 3px;
}
#login-register-box .or {
    color: #909090;
    font-size: 24px;
    font-style: italic;
}

.entry-type-1 {
    color: #5891a2;
}

.entry-type-1.red {
    color: #E80000;
}

.negative_verified_entries {
    width: 100%;
}

.negative_verified_entries tr {
    border-top: 1px #949494 solid;
    font-size: 9px;
    font-family: Arial;
    font-weight: bold;
    color: #949494;
}

.negative_verified_entries tr .negative_verified_entries {
    font-size: 9px;
    font-family: Arial,sans-serif;;
    font-weight: bold;
    color: #949494;
    border-bottom: 1px #949494 solid;
}

.negative_verified_entries tr .des_com {
    font-size: 12px;
    font-family: Arial,sans-serif;;
    font-weight: normal;
    /*color: #949494;*/
    color:#000;
}

.negative_verified_entries tr .title {
    font-size: 13px;
    font-family: Arial,sans-serif;;
    font-weight: 600;
    color: #000;
}

.negative_verified_entries tr .date {
    font-size: 12px;
    font-family: Arial,sans-serif;
    font-weight: normal;
    color: #e80000;
}

#entry td {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../bundles/nspweb/img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../bundles/nspweb/img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../bundles/nspweb/img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../bundles/nspweb/img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../bundles/nspweb/img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../bundles/nspweb/img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../bundles/nspweb/img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../bundles/nspweb/img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../bundles/nspweb/img/fancybox/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../bundles/nspweb/img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../bundles/nspweb/img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../bundles/nspweb/img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../bundles/nspweb/img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../bundles/nspweb/img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../bundles/nspweb/img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../bundles/nspweb/img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bundles/nspweb/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

#fancybox-left-ico {
 left: 20px;
}

#fancybox-right-ico {
 right: 20px;
 left: auto;
}