::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}

#form_request .panel{
	background: #818b9a;
	border-color: #818b9a;
}

#form_request .panel p{
	padding: 5px 0;
}

.pb30{
	padding-bottom: 30px;
}

/* CONFIRM CANCEL PAGE */
#confirm-cancel .boxes{
	text-align: left;
	max-width: 700px;
	padding: 40px 0;
}

#confirm-cancel .boxes .box-left{
	border-right: 1px solid #fff;
}

#confirm-cancel label{
	font-weight: normal;
	display: inline;
}

#confirm-cancel .boxes a{
	color: #a2bcc9!important;
}

#confirm-cancel a.btn,#confirm-cancel button.btn{
	background: #55a974;
	color: #fff!important;
	border: 0;
	font-weight: bold;
}

#confirm-cancel a.disabled,#confirm-cancel button.disabled{
	background: #252525;
	color: #959595!important;
	border: 0;
	font-weight: bold;
}

#confirm-cancel .boxes p{
	padding-bottom: 20px;
}

#confirm-cancel .box-left p{
	padding-bottom: 59px;
}

#confirm-cancel .boxes .col-xs-12{
	padding-left: 20px;
	padding-right: 20px;
}

#confirm-cancel .container-wrapper-login{
	padding: 20px 0 40px 0;
}

#confirm-cancel #items{
	text-align: left;
}

#confirm-cancel #items a{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

#confirm-cancel h4{
	font-weight: bold;
}

@media ( max-width:768px ){ 
	#confirm-cancel .boxes .box-left{
		border-right: 0;
	}

	#confirm-cancel .box-left p{
		padding-bottom: 20px;
	}
}

/* END CONFIRM CANCEL PAGE */

.pb10{
	padding-bottom: 10px;
}

.pb20{
	padding-bottom: 20px;
}

.f12{
	font-size: 12px;
}

.tooltip-inner {
    max-width: 180px;
    /* If max-width does not work, try using width instead */
    width: 180px; 
}

.tooltip-arrow, .tooltip > .tooltip-inner {
	background-color: #fff;
	color: #13171f;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}

#payment-box .tooltip-inner{
	font-size: 14px;
}

.cc-images{
	display: none;
}

.bspacer{
	height: 1px;
	background: #b7b7b7;
}

.gray-box .row{
	margin: 0;
}

.payment-error{
	border-top: 1px solid #9e0c0f;
	border-bottom: 1px solid #9e0c0f;
	background: url("../images/system-error.png") no-repeat;
	background-position: center 15px;
	background-color: #ffefef;
	color: #9e0c0f;
	text-align: center;
	padding: 40px 0 20px 0;
}

#payment-box label{
	font-weight: normal;
}

#payment-box button{
	border: 0;
	background: 0;
	display: block;
	width: 100%;
	padding: 0;
}

#payment-box .pull-left input{
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

#payment-box .pull-right input{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

.form-field-hint{
	position: absolute;
	right: 10px;
	top: 31px;
}

.maxw450{
	max-width: 450px;
}

.pl20{
	padding-left: 20px;
}

.font-normal{
	font-weight: normal;
}

.gray-box{
	background-color: #ECECEC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width: 450px;
	text-align: left;
	padding: 5px 0 40px 0;
	color: #13171F;
	margin: 20px 0;
}

#payment-box .gray-box{
	padding-bottom: 20px;
}

.gray-box .item{
	padding: 12px 0;
	font-size: 12px;
}

.gray-box .item a{
	font-size: 14px;
}

.btn-gray,.btn-gray:hover{
	background: #8295AF;	
	text-transform: uppercase;
	font-weight: bold;
	color: #fff!important;
}

#cancel-box,#reactivate-box,#payment-box{
	max-width: 800px;
}

#cancel-box h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

#cancel-box a,#reactivate-box a{
	color: #1c5098!important;
}

#cancel-box .inner{
	max-width: 350px;	
	text-align: left;
	padding: 20px 0 60px 0;
}

#cancel-box .btn-cancel{
	background: #9f102c;	
	color: #fff;
	font-weight: bold;	
}

#cancel-box .btn-cancel:hover{
	background: #a12039;
	color: #fff;
	font-weight: bold;	
}

.notice{
	text-align: center;  
	background-color: #fdf9f9; 
	border: 1px solid #eb7272; 
	color: #000000; 
	padding: 5px;
}

#topmenu{
	position: relative;
}

.modal-content{
	background-color: #1c1f26;
	color: #ffffff;
}

.modal-header .close{
	color: #ffffff;
	opacity: 1;
}

.invisible{
	display: none;
}

.burtiera,.text-burtiera,.chevri{
	z-index: 1000;
}

.slideshow img{
	/*width: 100%;
	height: 100%;*/
	cursor: pointer;
}

.burtiera-hid{
	/*pointer-events: none;*/
	cursor: pointer;
}

.pb3{
	padding-bottom: 3px;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

.clear{
	clear: both;
}

.checkbox-remember{
	margin-top: 16px!important;
	margin-left: 4px!important;
	float: left;
}

.error-messages,.confirm-messages {
	display: inline-block;
	padding: 5px;
	background-color: #fdf9f9;
	border: 1px solid #eb7272;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000000;
}
.confirm-messages{
	border: 1px solid #2ECC71;
}
.error-message,.success-message,.confirm-message{
	padding-left: 35px;
	padding-top: 3px;
	background-image: url('../images/xov2.svg');
	background-repeat: no-repeat;
	min-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px; 
}

.success-message,.confirm-message{
	background-image: url('../images/checkov2.svg');
}

.pt20{
	padding-top: 20px;
}

#error-msg .description{
	font-size: 22px; padding-top: 40px;
   
}

#sample-request p{
	margin: 10px 0;
}

#new-releases .row{
	margin-top: 10px;
}

.mt0{
	margin-top: 0!important;
}

#fitems .item:nth-child(odd){
	background-color: #13171f;
}

.comic-cover img{
	max-height: 275px;
}

.mypagination li{
	font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 4px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
	cursor: pointer;
	background-color: #bac0c8;
}

.mypagination li.skip{
	display: none;
}

@media ( max-width:600px ){ 
	.mypagination li{
		display: none;
	}

	.mypagination li:first-child{
		display: inline-block;
		padding: 0;
	}
	.mypagination li:last-child{
		display: inline-block;
	}
	.mypagination li.current,.mypagination li.prev-current,.mypagination li.next-current,.mypagination li.prev,.mypagination li.next{
		display: inline-block;
		padding: 0;
	}
	.mypagination li.skip{
		display: inline-block;
		width: auto;
	}

	.do-not-hide li{
		display: inline-block;
	}
}

.mypagination li a{
	color: #e8e8e8;
}

.mypagination li:hover{
	background-color: #f6f6f6;
}

.mypagination li:hover a{
	color: #818b9a;
}

.mypagination li.current{
	background-color: #dae0e7;
}

.mypagination li.current a{
    color: #818b9a;
}

.mypagination li.side{
	background-color: #818b9a;
}

.mypagination li.side a{
    color: #f6f6f6;
}

ul.topnav {
	list-style: none;
}

ul.topnav li {
	
	margin: 0;
	padding: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 35px; top: 33px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	z-index: 10000000;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 159px!important;
	padding: 6px 14px 6px 14px;
	cursor:pointer;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color:#8295AF;
}
ul.topnav li ul.subnav li:hover{
	background-color:#92A1B6;
}

ul.topnav li ul.subnav li:last-child{
	-moz-border-radius: 0 0 5px 5px!important;
	-webkit-border-radius: 0 0 5px 5px!important;
	border-radius: 0 0 5px 5px!important;
}

.img-50{
	float: left;
	width: 50%;
}

.img-50 img{
	border: 0!important;
}

.bg_blue1 #announcement{
	display: none;
}

/*carousel caption; different text locations*/
.carousel-caption{
	padding: 0!important;
	height: 150px;
	overflow: hidden;
}

.carousel-caption p{
	font-size: 18px;
}

.carousel-caption h3{
	margin-top: 0;
	font-size: 42px;
}

.carousel-caption1{
	top: 15px;
	padding-top: 0;
}

.carousel-caption2{
	top: 55%;
  	transform: translate(0,-50%);
}

.carousel-caption3{
	top: auto;
	bottom: 10px;
}

.carousel-caption4{
	top: 15px;
	padding-top: 0;
	right: 11%;
	left: auto;
}

.carousel-caption5{
	right: 11%;
	left: auto;
	top: 55%;
  	transform: translate(0,-50%);
}

.carousel-caption6{
	right: 11%;
	left: auto;
	top: auto;
	bottom: 10px;
}

@media ( max-width:500px ){ 
.carousel-caption2,.carousel-caption5{
	top: 35%;
}
}

a,a:hover, a:active, a:focus{
	outline: 0!important;
}

input::-moz-focus-inner { 
  border: 0; 
}

.mh600{
	max-height: 600px!important;
}

.mh600 .item{
	max-height: 600px!important;
}

.carousel .item img{
	cursor: pointer;
}

.carousel-caption{
	max-width: 800px;
}

.hover{
	color: #a2bcc9!important;
}

.modal-body-image{
	cursor: pointer;
}

.modal-dialog{
	width: auto!important;
	max-width: 1200px!important;
}

.pb5{
	padding-bottom: 5px;
}

.text-burtiera span{
	font-size: 12px;
}

.release-date .text-burtiera{
	line-height: 18px;
	height: 38px;
}

.release-date .burtiera{
	height: 40px;
}

.release-date .chevri{
	height: 40px;
	line-height: 40px;
}

.gallery-items .col-xs-4{
	margin-top: 20px;
}

.comic-items>.clear-item:nth-child(4n)::before {  
	content: '';
	display: table;
	clear: both;
}

.gray-links a{
	color: #696f7a!important;
}

.footer{
	background: #350017;
}

@media (min-width: 451px) {
	.gallery-items>.clear-item:nth-child(3n+3)::before {  
	  content: '';
	  display: table;
	  clear: both;
	}
}

@media (max-width: 450px) {
    .gallery-items>.clear-item:nth-child(4n)::before {  
      content: '';
      display: table;
      clear: both;
    }
	
	.gallery-items .col-xs-4{
		width: 50%;
	}
	
	.list-inline li{
		padding-left: 0;
	}
	
	.f14{
		font-size: 14px;
	}
	
	.carousel-caption h3{
		font-size: 20px;
	}
	
	.carousel-caption p{
		font-size: 12px;
	}
	
	.comic-items .col-sm-6{
		width: 100%;
	}
	
	.comic-item-info .col-xs-6{
		width: 100%;
	}
	
	.font12{
		font-size: 12px;
	}

	.font16{
		font-size: 14px;
	}
	
	.font18{
		font-size: 14px;
	}
	
	.font30{
		font-size: 20px;
	}
	
	.font23{
		font-size: 18px;
	}
	
	body{
		font-size: 12px;
	}
	
	.comic-cover{
		width: 100%;
		padding-bottom: 20px;
	}
	
	.comic-cover img{
		max-height: 100000px!important;
	}
	
	.comic-item-info{
		width: 100%;
	}
	
	#new-releases-column{
		width: 100%;
	}
	
	.whatyougetin .col-xs-6{
		width: 100%;
	}
	
	.whatyougetin .margt38{
		margin-top: 0px;	
	}
	
	/*hide footer image*/
	.footer_links .col-xs-3:last-child{
		display: none;
	}
	
	.footer_links .col-xs-3{
		width: 33.3%;
	}
	
	.click-to-enlarge{
		visibility: hidden;
	}
	
	.modal-body-image{
    	pointer-events: none;
    }
}

@media (max-width: 768px){
	.click-to-enlarge{
		visibility: hidden;
	}	
}

.membership-items div{
	padding-bottom: 8px;
}

.price-label{
	display: block;
	padding-left: 17px;
	color: #696f7a;
}

.labels-spacer label{
	padding-right: 10px;
}

.tooltip-arrow {
  display: none!important;
}

.pt5{
	padding-top: 5px;	
}

.list-inline li{
	vertical-align: middle;
}

#related-comics div{
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.hide768{
		display: none;
	}

	.show768{
		display: block!important;
		margin-bottom: 20px;
	}

	#related-comics div:nth-child(odd){
		clear: left!important;
	}
}	

#related-comics{
	max-width: 980px;
}

#formMembership .error-messages{
	margin-top: 0;
}

.disclaimer{
	color: #999999;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
}

.disclaimer a{
	color: #5d92e2;
	text-decoration: underline;
}

#register-box{
	border: 1px solid #55595e; 
	padding: 15px 15px 5px 15px;
	background: #020001;
}

.pt18{
	padding-top: 18px;
}

.register-container{
	max-width: 860px;
}

.register-container .heading{
	font-size: 22px;
}

.but-register,.but-register:hover,.but-patreon{
	background-image: url("../images/but-proceed-pay.jpg");
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: auto;
	border: 0;
	min-height: 40px;
}

.but-register:hover{
	background-image: url("../images/but-proceed-pay_over.jpg");	
}

.but-patreon{
	background-image: url("../images/but-link-patreon.jpg");
}

.but-patreon:hover{
	background-image: url("../images/but-link-patreon_over.jpg");
}

#register-box .has-success input{
	border-color: #ccc;
}

.page-account .table-stats{
	margin-top: 40px;
	line-height: 40px;
}
.page-account h3{
	font-size: 18px;
}

.page-account hr{
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 2px solid #ffffff;
}

.page-account .table-stats td{
	text-align: left;
	font-size: 16px;
}

.page-account .table-stats a{
	color: #696f7a!important;
	font-size: 16px;
	text-decoration: underline;
}

.page-account{
	padding: 40px 0;
}

.favorites-filters{
	padding: 15px 0;
	font-size: 12px;
}

.favorites-filters a{
	border: 2px solid #dc3523;
	padding: 5px 15px;
}

.favorites-filters a.active,.favorites-filters a:hover{
	background: #dc3523;
	color: #fff!important;
}

.favorites-filters .inline-block{
	display: inline-block;
	margin-right: 30px;
	padding: 10px 0;
}

.has-search .form-control-feedback {
    right: 0;
    left: initial;
    color: #ccc;
    cursor: pointer;
}

.has-search .form-control {
    padding-right: 34px;
    padding-left: 12px;
}

.favorites-filters .has-search .form-control{
	min-width: 275px;
}

/* ------------------ */
/* for dynamic header */
/* ------------------ */
.header_search_box .form-control {
	width: 300px;
	text-align: right;
}
.header_search_box {
	margin-bottom: 0;
}
.user_pic_cell {
	padding: 0 4px 0 18px;
}
.float_right {
	float: right;
}
.top_menu_wrapper {
	width: 100%;
}
.top_menu_td {
	padding-top: 5px;
	width: 770px;
}
.top_menu_td ul li {
	line-height: 34px;
}
@media (min-width: 1200px) {
    .top_menu_td {
		width: 950px;
    }
}
.user_menu {
	display: none;
	width: 186px;
	position: absolute;
	right: 0;
	top: 55px;
	background-color: #1e1e20;
	z-index: 1000;
}
.user_menu li {
	list-style: none;
	padding: 2px 0; 
	margin: 0;
}
.user_menu li img {
	padding: 0 7px 0 15px;
}
.header_search_box input {
	text-align: left !important;
}
.posrel {
	position: relative;
}
.mobile-search {
	margin: 5px 5px 0 0;
	padding: 10px;
	float: right;
	position: relative;
	z-index: 1000;
	cursor: pointer;
	display: none;
}
#header_search_mobile {
	margin-right: 25px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 90%;
}
.mobile_header_table {
	width: 100%;
	height: 50px;
}
.mobile_header_td2 {
	width: 30px;
	text-align: right;
	padding-right: 10px;
}
.mobile_header_td1 {
	padding: 5px 8px;
}
.mobile_header_td1 .form-group {
	margin-bottom: 0;
}
.pointer {
	cursor: pointer;
}
@media screen and (max-width: 450px) {
	.mobile_header_table {
		height: 47px;
	}
}
#hidden_header_search #header_search {
	background-color: transparent;
	color: white;
}

.hidden_search_white {
	cursor: pointer;
	position: absolute;
	left: 10px; 
	top: 10px;
}
#hidden_header_search {
	display: none;
	position: relative;
}
#hidden_header_search #header_search {
	height: 33px;
	padding-left: 35px;
}

.ajax_header_search {
	border: 1px solid #333;
	width: 100%;
	position: absolute;
	top: 33px;
	left: 0;
	background-color: black;
	z-index: 100;
	padding: 0 10px 11px 10px;
	display: none;
}

.ajax_header_search_mobile { display: none; }

.ahs_mobile_td {
	padding: 0 10px 11px 10px;
}

.ahs ul { list-style-type: none; margin-bottom: 0; padding-left: 0; color: #eee; }
.ahs ul li { padding-bottom: 0px; margin-top: 10px;  }
.ahs .sico_text { padding-left: 5px; vertical-align: top; }
.ahs .sico_text p { padding: 0; margin: 0; line-height: normal; }
.ajax_header_search_subitem { padding-top: 10px; color: white; font-weight: bold; display: none; }
.ahs p.sico_details { font-size: 0.8em; margin-top: 5px; }
.ahs img { width: 48px; }
.view_all_close { width: 100%; margin-top: 17px; }
.close_td { text-align: right; }

.btn-register,.btn-register:hover,.btn-members{
	background: #5e5e5e;	
	color: #fff;
	font-weight: bold;	
	text-transform: uppercase;
	padding: 6px 20px;
}

.btn-members,.btn-members:hover{
	background: #f4a005;
}

#cancel-box a.btn{
	color: #fff!important;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.pt10{
	padding-top: 10px;
}

.pt20{
	padding-top: 20px;
}
