@charset "UTF-8";

::selection {
    /* Webkit */
    
    background: #527885;
    color: #FFF;
}
::-moz-selection {
    /* Firefox */
    
    background: #527885;
    color: #FFF;
}

/*-------------------Menu Code------------------------*/
/* CSS Document */



#searchbox, .searchbox_full
{
    float:right !important;
    display: inline;
    width: 100%;
}
#search_full {
    float:right !important;
    margin-top: 6px;
    width: 300px;
}
a .logolink{
    padding:0px;
    float:left;
    
}
.searchboxstylemobile
{
    display:none;
}
.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: #2F3236;
	width: 100%;
}

#logo {
	display: block;
	max-height: 32px;
	float: left;
	font-size:20px;
    margin-left: 6px;
    margin-top:4px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #2F3236;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover {  }

/* Background color change on Hover */
nav a:hover { 
	 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1082px) {

    .searchbox_full{
        display: hidden;
    }
    
    #searchbox, .searchboxstylemobile{
        width: 90%;
        background-color: #26292C;
        margin-right: -1%;
        margin-top: 9px;
        margin-bottom: 9px;
    }

	#logo {
		display: inline;
		margin-left:5px;
		margin-top: 12px;
		max-height:28px;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Styling the toggle lable */
	.toggle {
	    float: right !important;
		display: inline;
		background-color: #2F3236;
		color:#FFF;
		font-size:40px;
		font-weight: bold;
		text-align:center;
		text-decoration:none;
		border:none;
		width:75px;
		margin-top: -3px;
		max-height:55px;
	}

	.toggle > #drop:checked{ background-color: #000000; }

	/* Display Dropdown when clicked on Parent Lable */
	
	[id^=drop]:checked + ul{
		display: block;
		width: 100%;
		background-color: #26292C;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		text-align: right;
		width: 100%;
		background-color: #26292C;
		}
	.searchboxstylemobile{
	    display:block;
	}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #2F3236;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #000000; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
/* Custom Stuffs */
.prev_button{
    float: left;
    display:inline;
    margin: 0 auto;
}
.next_button{
    float:right !important;
    display: inline-block;
    margin: 0 auto;
}

.nav-main
{
    float: left;

}
.nav-right
{
    float: right !important;
}

.logo
{
    margin-left:3px;
    margin-top: 6px;
    height:32px;
}

#search
ul li
{
    float: right;
  
    border-radius: 3px;
}



/*----------------------*/

.open {
    max-width: 100% !important;
    /* width: 100%; */
    height: auto !important;
}

img[class^='page'], img[class*='page'] {
    max-width: 98% !important;
    /* width: 100%; */
    height: auto !important;
}

#disqus_thread {
    padding: 8px;
    /* background: #FFF; */
    background-color: rgba(255, 255, 255, 0.8);
}

body
{
    font-family: 'Open Sans', sans-serif;
    color:#f0f0f0;
    margin:0 auto;
    overflow-y:scroll !important;
    background:#fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#wrapper
{
    position: relative;
    /*overflow:hidden;*/
}

a
{
    text-decoration:none;
}

a:hover
{
    color: #9E2438;
}

img
{
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
    border:none;
}

h1
{
    margin:0;
    font-size:25px;
    font-weight:normal;
    overflow:hidden;
}

h2
{
    margin:0;
    font-size:16px;
}

form
{
    display:inline;
}

input[type="text"]
{
    width:190px;
    border:1px solid #ddd;
    padding:2px 3px;
    font-size:16px;
    margin:6px 8px 5px 0;
    text-align:center;

    border-radius:1px;
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
}

#searchbox
{
    text-align:left;
    padding-left:4px;

    background: rgb(249,249,249); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 74%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(74%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 74%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 74%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 74%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 74%); /* W3C */
}

.center {
    text-align:center;
}

.clearer
{
    clear:both;
}

.clearer_r
{
    clear:right;
}

.clearer_l
{
    clear:left;
}

.fright
{
    float:right !important;

}

.fleft
{
    float:left !important;
}

.dnone {
    display:none !important;
}

.nooverflow {
    overflow:visible !important;
}

.placeholder {
    color:#999;
}


#content
{
    padding: 0px 0px 10px;
    margin: auto;
    color:#000;
    background-color:transparent;
}

#header
{
    color:#ddd;
    background:#34373B;
    height: 46px;
    /*font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;*/
}

#header a
{
    color:white;
}

#header #titl
{
    /*font-size:20px;
    line-height:24px;
    font-weight:bold;*/
    width: auto;
    height: 32px;
    float:left;
    /*padding:10px 0 0 15px;*/
}

#header .home_url
{
    float:left;
    margin:8px 5px 0;
    padding-top:6px;
    font-size:11px;
}

#footer
{
    text-align: center;
    min-height:48px;
    color: #666;
    margin: 0 5px;
}

#footer .text
{
    font-size:11px;
}

#footer>*>.cp_link{
    width:220px;
    float:right;
    text-align:right;
}

#footer>*>.cp_link>a{
    color:#bbb;
}

#footer>*>.cp_link>img{
    width:200px;
}

.clearfooter
{
    height:55px;
    clear:both;
}

.prevnext {
    padding:10px;
}

.prevnext .gbutton {
    padding: 5px;
    margin: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.prevnext .gbutton a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    border-right: 1px solid;
    border-right-color: #ddd;
    border-right-color: rgba(0, 0, 0, 0.15);
    *border-right-color: #ddd;

  text-decoration: none;
}

.prevnext .gbutton a:hover, .pagination .active a {
    background-color: #9E2438;
}

#navig
{
    margin:auto;
}



#navig a
{
    display:inline-block;
    padding: 8px 8px;
}

#navig ul
{
    list-style:none;
    padding: 0;
    margin: 0;
    display:block;
}

#navig ul li
{
    float:left;
    margin: 4px 0 4px 7px;
    border-radius:3px;
}

#navig ul li ul
{

}

#navig ul li ul li
{

}

.panel
{
    margin:0px 10px 5px 10px;
    color:#FFF;
    max-width:1000px;
    margin: 0 auto;
    font-size:14px;
}

.panel a
{
    color:inherit;
}

.panel a:hover
{

}


.list
{
    margin:8px 0 10px;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    z-index:-1;
    background: #34373B;
    padding:6px 5px;
    border: 1px solid #000;
    
}


.list > .title, e > .title
{
    margin:0px 0px 10px;
    position:relative;
    font-size:17px;
    padding: 6px 8px;
    color:#ddd;
    background:#26292C;
    text-shadow:none;
    border: 1px solid #000;
}

.list > .title.fleft, .large > .title.fleft, .large >.title.fright
{
    margin-right:10px;
    border:none;
    padding:0px;
    margin-bottom:0;
}

.list .group
{
    margin-top:8px;
    padding:0 2px 5px 5px;
    position:relative;
    overflow:hidden;
}

.list .group > .title
{
    font-weight:bold;
    font-size:16px;
    border-bottom:1px solid #26292C;
}

.list .group > .title > .meta
{
    font-weight:normal;
    font-size:11px;
}

.list .element
{
    position:relative;
    padding: 3px 10px 3px 10px;
    overflow:hidden;
}

.list .element .title {
    float:left;
}

.list .element .meta_r
{
    float:right;
    font-size: 11px;
    margin-top:2px;
}

.list .element .meta_r a
{
    font-size:120%;
}

.list .group .preview {
    float:left;
    max-height:125px;
    margin-right:5px;
    position:relative;
    z-index:100;
}

.list.series .group {
    min-height:70px;
    padding: 0 8px 8px;
}

.list.series .meta_r {
    position:static;
    float:none;
    clear:both;
}

.list .element .image {
    float:left;
    max-height:125px;
    margin-right:5px;
    position:relative;
    z-index:100;
}

.comic.info{
    background-color:transparent;
}

.large
{
    padding:6px 5px;
    margin:0 0 10px;
    border: 1px solid #000;
    background:#34373b;

    z-index:-1;
}

.large.comic.alert
{
    color:#f5f5f5;
    text-shadow:none;
    background: rgba(255,0,0,0.4);
}

.large.comic .title
{
    font-size:20px;
}

.thumbnail
{
    padding: 3px;
    text-align:center;
}

.thumbnail img {

    border: 1px solid #999;
    box-shadow: 0px 0px 1px #fff, inset 0px 0px 8px #777;
    -webkit-box-shadow: 0px 0px 1px #fff, inset 0px 0px 8px #777;
    -moz-box-shadow: 0px 0px 1px #fff, inset 0px 0px 8px #777;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    max-height:1024px;
}

.large.comic .thumbnail
{
    width:250px;
    height:250px;
    border: 1px solid #999;
    padding:3px;
    text-align:center;
    float:left;
    margin: 0 30px 10px;
}



.large.comic .thumbnail img
{

}

.large.comic .info
{
    margin:5px;
    
}

.large.comic .info ul
{
    list-style: none;
    padding:0 0 0 15px;
}

.large.comic .info ul li
{
    margin: 6px 0 0;
    text-indent:-13px;
}


.sidebar
{
    float:right;
    margin:0 0 10px 10px;
    padding:0;
    width:300px;
    z-index:-1;
    list-style: none;
}


.sidebar li
{
    margin: 0 0 10px;
    padding:6px 5px 10px;
    background: #111;
}

.sidebar li h3
{
    color:#ddd;
    padding:3px 10px 3px 10px;
    line-height:normal;
    position:relative;
    text-shadow:none;
    font-weight:normal;
    font-size:14px;
    color:#ddd;
    background:#333;
    margin: 0 0 7px;
}

.sidebar .text
{
    padding: 0 5px;
}

#page
{
    margin:10px auto;
    overflow:hidden;
    max-width:1000px;
    padding: 5px 0;
    position:relative;
    box-shadow: inset 0px 0px 3px #000;
}

#page .inner
{
    margin: 0 auto;
    position:relative;
    text-align:center;
}

#page .inner > a > img
{
    margin:0 auto;
    display:block;
    z-index:1000;
}

#page .inner .preview
{
    width:100%;
    position:absolute;
    top:3px;
    z-index:-1;
}

#page .inner .preview > img
{
}

#pagelist
{
    margin: 0 auto;
}

#pagelist .title
{
    padding:5px;
    margin:0 5px;
    border-bottom:1px solid #34373B;
}

#pagelist .images
{
    width:98%;
    margin:5px auto;
    overflow-x:hidden;
}

#pagelist .images table
{
    width:950px;
    padding:0;
    margin:0;
}

#pagelist .images table tr
{
    height:100px;
    width:90%;
}

#pagelist td
{
    border: 2px solid transparent;
    width:150px;
    height:170px;
    margin: 0 5px 5px 0;
    text-align:center;
    vertical-align:middle;
}

#pagelist a
{
    width:160px;
    display:block;
    text-decoration:none;
}

#pagelist a img
{
    max-height:160px;
    max-width:160px;
}

#pagelist a img.loaded
{
    border: 2px solid #70D441;
}

#pagelist a img.current
{
    border: 2px solid #000;
}

.ads.banner
{
    overflow:hidden;
    text-align:center;
    color: transparent;
    font-size: 0; 
    /*background:#333;
    box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;
    -webkit-box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;
    -moz-box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;*/
    clear:both;
}

.ads.banner *
{
    margin: 0 auto;
}

.ads.vertical
{
    margin:0 10px;
    padding: 7px 7px;
}

.ads.iframe iframe
{
    border:none;
}


.ads.banner.iframe iframe{
    height:90px;
    width:728px;
    background:transparent;
}

.ads.banner.iframe {
}

/***********
**Top Bar***
***********/

.reader_top_panel{
    width:100%;
    background-color: #34373B;
}
.topbar{
    padding:3px 5px 5px;
    margin:0 0 10px;
    text-shadow:none;
    width: 98%;
    border-top: 1px solid #26292C;
    margin:0px 0px 3px;
    position:relative;

    color:#ddd;
    background-color: #34373B;
}

.topbar_left{
    float:left;
    width:54.08%;;
}

.topbar_left>*{
    float:left;
    margin-left:5px;
}

.topbar_right{
    float:right;
    width:45.92%; 
    dipslay:inline-block
}

.topbar_right div{
    float:right;
    margin-right:5px;
}

.topbar>div{
    margin-top:4px;
}

@media all and (max-width: 728px) {
    
    .thumbnail img{
        width: 99%;
    }
    
}

@media all and (max-width: 620px) {
    
    
    .topbar_right{
        width:40%;
    }
    .topbar_left{
        width:60%;
    }
}


.divider
{
    background:#999;
    height:30px;
    width:1px
}

/**********
*Drop Down*
**********/

.dropdown_parent
{
    position:relative;
    display:none;
    z-index:2000;
}

.dropdown_parent .text
{
    padding:6px;
    border:1px solid #999;
    font-size:14px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    overflow:hidden;
}

.dropdown_parent:hover .text{
    border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom:1px solid rgba(71,82,87,1);
    position:relative;

    background:#222;
    box-shadow: 0px -1px 1px rgba(255,255,255,0.4) inset;
    moz-box-shadow: 0px -1px 1px rgba(255,255,255,0.4) inset;
    -webkit-box-shadow:	0px -1px 1px rgba(255,255,255,0.4) inset;
}

.dropdown_parent:hover ul.dropdown
{
    display:block;
}

ul.dropdown
{
    display:none;

    color:#ddd;
    background:#333;
    box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;
    -webkit-box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;
    -moz-box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;

    font-size:14px;
    position:absolute;
    top:16px;
    line-height:120%;
    width:260px;
    max-height:400px;
    overflow:auto;
    overflow-x:hidden;
    z-index:1200;
    padding:6px 5px;
    list-style: none;

    border-bottom:1px solid rgba(71,82,87,1);
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-top-left-radius:0px;
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;

    border-left:1px solid rgba(71,82,87,1);
    border-right:1px solid rgba(71,82,87,1);
}

.dropdown_right ul.dropdown
{
    right:4px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
}

ul.dropdown li
{}

ul.dropdown li a
{
    display:block;
    width:100%;
    height:100%;
}

/***********
*Bottom Bar*
***********/

#bottombar{
    margin:0px auto 10px;
    padding:2px 10px;
    overflow:hidden;
    max-width:1000px;
    color:#fff;

}

#bottombar .pagenumber{
    text-align:center;
}

#bottombar .socialbuttons{

    float:right;
}

#bottombar .socialbuttons div{
    margin-top:4px;

    float:right;
    position:relative;
}

#bottombar .socialbuttons .fblike{
    display:block;
    overflow:hidden;
    width:20px;
}

/*************
*Page Numbers*
*************/
.numbers{
    display:none;
}
.divider
{
    display:none;
}
.topbar_right .number
{
    text-shadow:none;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    text-align:center;
    font-size:14px;
    font-family: Cambria, Georgia, Times, Times New Roman, serif;
    border: 1px dashed #999;
}

.topbar_right .number a
{
    display:block;
    padding:6px;
    color:inherit;
}

.topbar_right .number.current_page
{
    border:1px solid lightgray !important;
}

.topbar_right .number.loaded
{
    border:1px solid #999;
}

.topbar_right .number:hover
{
    border:1px solid #444;
}

.tbtitle{
    font-size:16px;
}

/********
**Icon***
********/

.icon_wrapper {
    position:relative;
    height:32px;
    width:32px;
    padding:0px;
    text-align:center;
    overflow:hidden;
    cursor:pointer;
}

.icon_wrapper .icon {
    position:absolute;
    top:0px;
    text-align:center;
    top:-9px;
    left:-11px;
    color: white;
}

.topbar>*>.icon_wrapper{
    margin-top:4px;
    left:-15px !important;
}

.icon_wrapper .icon.on {
    display:none;
}

.icon_wrapper:hover .icon.off {
    display:none;
}

.icon_wrapper:hover .icon.on {
    display:block;
}

.icon_wrapper.small {
    width:16px;
    height:16px;
    margin-right:0px;
}

.icon_wrapper.small .icon {
    top:-4px;
    right:4px;
    width:26px;
    height:26px;
}

.icon_wrapper.larg {
    font-size: 32px;
}

.icon_wrapper.medi {
    font-size: 25px;
}

.icon_wrapper{
    overflow:visible;
}


/*************
** Messages **
*************/

#messages {
    position:fixed;
    bottom:0px;
    width:100%;
}

#messages .message {
    width: 600px;
    padding: 8px 10px;
    margin: 0 auto 10px;
    color:#ddd;
    background:#333;
    background: rgba(0,0,0,0.8);
    box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;
    -webkit-box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;
    -moz-box-shadow: 0px 0px 1px #ddd, inset 0px 0px 8px #222;
    border-radius: 5px;
    text-align:center;
}

.selecto {
    border: 1px solid #26292C;
    font-size: 16px;
    color: #fff;
    background-color: #2F3236;
    padding: 6px 9px 6px 9px;
    max-width: 180px;
    margin-top: 2px;
}

/*mobile*/
.btnPrev:hover 
{
    color: #9E2438;
}
.btnNext:hover
{
    color: #9E2438;
}

.btnPrev{
    float:left;
    margin-top:5px;
    background-color: #2F3236;
    color: white;
    padding-top:3px;
    padding-bottom:3px;
    border:1px solid #26292C;
    border-radius: 2px;
    font-size: 16px;
}

.btnNext{
    float:right !important;
    margin-right:4px;
    margin-top:5px;
    background-color: #2F3236;
    color: white;
    padding-top:3px;
    padding-bottom:3px;
    border:1px solid #26292C;
    border-radius: 2px;
    font-size: 16px;
}

.dh_left {
    float:right !important;
    margin-right: 4px;
    margin-bottom:4px;
}
.dh_right{
    float:left;
    margin-left: 4px;
    margin-bottom: 4px;
}

#searchlink {
    display: none;
}

@media all and (max-width: 1082px) {
 .sidebar {
   float: none;
   width: auto;
   margin: 0px;
 }
 .list .element .meta_r, .list .element .title, #navig {
   float: none;
 }
 #header {
   /*margin-bottom: 80px;*/
 }
 
 .dh, #searchlink {
   display: block;
 }
}

@media all and (max-width: 1082px) {


 body {
 }
 .mh {
   display: none;
 }
 #content {
    margin: 0px auto 0px;
 }
 .list {
    border-radius:0px;
    margin-top:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
 }
 .list .group .preview {
    float: none;
  }
  .list.series .group {
    border-bottom: 1px solid #26292C;
  }
 
  .selecto {
    max-width: 140px;
  }
  .nivoSlider {
    height: auto !important;
    padding-top: 50%;
  }
}

#header a:link {
    text-decoration: none;
}

#header a:visited {
    text-decoration: none;
}

#header a:hover {
    text-decoration: none;
    color: #9E2438;
}

#header a:active {
    text-decoration: none;
    color: #9E2438;
}