@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/
	.mgbox .mgheader{
		display:none !important;
	}
	.mgline{
		margin-top:0px !important;
	}
	.text-elements .mctitle{
		margin-top:5px !important;
	}
	.col_rek{
	margin-top:15px;
	}
	.col_rek .mgbox{
		border-radius: 0px 0px 0px 4px;
		max-width:254px !important;
		border:none !important;
		border-color: #ddd !important;
		border-bottom: #c5c5c5 solid thin !important;
		box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

.modal-body {
	word-break: break-all;
}

#explenation h1 {
	margin-top: 0px;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

#explenation {
	background-image: url('../images/small_arrow.png');
	background-repeat: no-repeat;
	background-position: 10px bottom;
	max-width: 300px;
	position: absolute;
	display: none;
	z-index: 9999999;
	cursor: default;
}

.explenation {
	cursor: default;
}

#explenation div {
	background-color: #424242;
	padding: 5px;
	color: white;
	display: inline-block;
	margin-bottom: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#explenation .imdb_rating{
    /* position: absolute; */
    /* right: 0px; */
    /* top: 0px; */
    /* padding: 10px; */
    /* background-color: #529edf; */
    /* border-radius: 50%; */
    /* height: 50px; */
    /* font-size: 20px; */
    /* line-height: 40px; */
    color: #529edf;
    font-weight: bold;
}
html {
	overflow-y: scroll;
	color: White;
}

html,body {
	background-color: #ededed !important;
	padding-right: 0px;
	height: 100%;
	width: 100%;
}

body.modal-open {
	overflow-y: hidden !important;
	padding-right: 0 !important;
}

.modal-scrollbar-measure {
	overflow: hidden;
}

body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom
	{
	margin-right: 0px !important;
}
/*.navbar-brand {
    position: absolute;
    left: calc(50vw - 40px);
    top: 2px;
    text-align: center;
}*/
#logo {
	margin-top: 20px;
	display: inline-block;
}

#nav_bar {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-bottom: #ddd solid thin;
	max-width: 1140px;
	min-height: 62px;
	line-height: 51px;
	border-radius: 4px !important;
	position: relative;
}

#nav_bar-sticky-wrapper {
	position: relative;
	z-index: 99999999;
	background-color: #ededed;
}

.nav_button {
	font-size: 18px;
	color: #444444 !important;
	font-weight: bold;
	font-style: italic;
}

.nav_button:hover {
	color: #00A2FA !important;
}

.container-fluid {
	line-height: 50px !important;
}

#login-do {
	margin: 0px;
} /*
#login-do input{
	padding:2px;
	margin:0px;
	height:auto;
	width:100px;
}*/
#login-do button {
	
}
/*

Pop up osa

**/
#pop_up_cont #close {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 16px;
	width: 16px;
	color: red;
	font-size: 17px;
}

#pop_header,#pop_up_cont #head_failed,#pop_up_cont #head_successful {
	height: 25px;
	color: white;
	font-weight: bold;
	padding-right: 76px;
	line-height: 25px;
	padding-left: 8px;
	text-align: left;
}

#pop_up_cont #head_failed {
	background-color: #FF4949;
}

#pop_up_cont #head_successful {
	background-color: #4FA547;
}

#pop_up_cont #close:hover {
	background-position: 0px 0px;
	cursor: pointer;
	font-weight: bold;
}

#pop_up_cont .login {
	height: 25px;
}

#pop_up_cont a {
	color: #444444;
	text-decoration: none;
}

#pop_title {
	color: white !important;
}

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

#pop_up_cont {
	text-align: center;
	border: solid thin #bcbcbc;
	background-color: white;
	display: inline-block;
	margin-top: 10%;
	position: relative;
	color: black;
	-webkit-box-shadow: 1px 7px 56px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 7px 56px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 7px 56px -9px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pop_up_cont_neut {
	text-align: left !important;
	font-weight: normal !important;
}

#pop_up_cont .successful {
	color: #4FA547;
}

#pop_up_cont div #wrap {
	text-align: right;
	display: inline-block;
}

#pop_up_cont input[type="submit"] {
	margin-right: 0px;
	margin-top: 10px;
}
/*

pop up end
**/

/*
accoutn creaton
*/
.account_creation {
	font-size: 31px;
	color: #444444;
}

.input_row {
	width: 94%;
	border-bottom: solid thin #bfbfbf;
	margin-left: 20px;
	display: inline-block;
	margin-bottom: 30px;
	cursor: text;
}

.input_row a.input_title {
	color: #444444 !important;
	font-size: 14px;
	cursor: default;
	margin-bottom: 30px;
}

.input_row input[type="text"],.input_row input[type="password"] {
	
}

.input_row input[type="text"],.input_row input[type="password"] {
	width: 366px;
	border: none;
	padding-right: 30px;
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	color: #444444;
	float: right;
	outline: none;
}

input[type="submit"].create_account_submit,.create_account_submit:disabled,.create_account_submit_disabled
	{
	cursor: pointer;
	font-size: 20px;
	border: none;
	padding: 15px;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
}

input[type="submit"].create_account_submit:enabled {
	background-color: #b75051;
	color: white;
}

.create_account_submit[disabled=disabled],.create_account_submit:disabled,.create_account_submit_disabled
	{
	background-color: #e5e5e5 !important;
	color: white;
	cursor: default;
}

input[type="submit"].create_account_submit:hover {
	background-color: #A6494A;
}
/*
account creation end
*/
#user-cont-small {
	height: 48px;
	line-height: 48px;
}

#user-cont-small #dp,.small-dp {
	width: 40px;
	height: 40px;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

#user-cont-small .alias {
	display: inline-block;
}

.alias {
	color: #b75252;
	font-size: 16px;
	font-weight: 700;
	font-smooth: always;
	text-transform: capitalize;
	text-decoration: none;
}

.standard_button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.green_button {
	color: #ffffff;
	background-color: rgb(96, 171, 106);
	border-color: rgb(96, 171, 106);
}

.green_button:hover {
	background-color: rgb(81, 144, 89);
	border-color: rgb(81, 144, 89);
}

#notice-icons .fa {
	color: #bfbfbf;
	cursor: pointer;
}

#feed {
	/* float: right; */
	display: block;
	/* margin-right: 108px; */
	/* position: relative; */
	margin-right: auto;
}

h2 {
	margin: 0px !important;
	margin-top: 3px !important;
	margin-bottom: 20px !important;
}

.wrap {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	background-color: white;
	padding-top: 0px !important;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.successful {
	color: green;
}

.failed {
	color: red;
}

.arow {
	border: solid thin #bfbfbf;
	display: table;
	width: 100%;
	margin-bottom: 10px
}

.title,.time,.user,.link {
	
}

.first_half {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.options {
	width: 200px;
	display: table-cell;
	float: right;
	text-align: right;
	padding: 3px;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	width: 354px;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity = 0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

input[readonly] {
	background-color: white !important;
	cursor: text !important;
}

.admin_men li a {
	font-size: 15px;
}

#movies_cont {
	margin-left: auto;
	margin-right: auto;
	min-height: 552px;
}

#pagination {
	text-align: center;
}

.case-cover-small ul.poster_tags,.case-cover-big ul.poster_tags {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 3px;
}

.poster_tags .poster_tag {
	background-color: #3e3e3e;
	border-radius: 2px;
	color: white;
	border-bottom: solid thin black;
	font-size: 9px;
	padding: 3px;
	display: inline-block;
	/* box-shadow: 0px 0px 3px 3px; */
	text-transform: uppercase;
}

.case-cover-big .poster_tag {
	font-size: 12px;
}

.case-cover-small {
	width: 119px !important;
	height: 178px !important;
	background-size: cover;
	position: relative;
}

.case-cover-big {
	width: 100%;
	height: 268px !important;
	position: relative;
	background-size: cover;
	/*margin-right: 6px !important;
	margin-bottom: 6px !important;*/
}

.featured .case-cover-big {
	width: 181px;
	height: 272px;
}

#mov_wrap {
	display: inline-block;
	width: 100%;
}

#feat_cont {
	margin-left: auto;
	margin-right: auto;
}

#feat_wrap {
	display: inline-block;
}

#inner_wrap {
	/* margin-top: 42px; */
	max-width: 951px;
	margin-left: auto;
	margin-right: auto;
}

.separator {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #444444;
	border-bottom: solid thin #E0E0E0;
}

#links_cont {
	width: 100%;
}

.link_go,.link_quality,.link_report,.link_views,.link_up,.link_host,.admin_buttons
	{
	display: table-cell;
	min-width: 50px;
	height: 50px;
	vertical-align: middle;
}

.panel-body .link_go a {
	min-width: 100px;
	display: block;
	float: left;
	line-height: 30px;
}

.link_row {
	width: 100%;
	display: table;
}

.link_row:hover {
	background-color: #F5F5F5;
}

.link_row a:visited {
	color: #9a9a9a;
}

.link_row:hover .link_quality {
	
}

.link_quality {
	text-align: center;
}

.link_go {
	width: 400px;
	padding-left: 3px;
	color: #800000;
	font-weight: bold;
	font-size: 15px;
}

.link_quality {
	width: 50px;
	height: 51px;
}

.link_report {
	font-size: 12px;
	color: red;
	cursor: pointer;
	text-align: center;
}

.link_views {
	width: 100px;
}

.link_host {
	width: 200px;
}

.link_up {
	width: 50px;
	text-align: center;
}

.admin_buttons {
	text-align: center;
	position: relative;
}

.quality_1,.quality_2,.quality_3,.quality_4 {
	background-image: url(../images/q_icons3.png);
	background-repeat: no-repeat;
	background-size: 35px auto;
	box-sizing: border-box;
	border: solid 5px white;
	border-bottom: solid white 9px;
}

.quality_4 {
	background-position: 0px -113px;
}

.quality_3 {
	background-position: 0px -75px;
}

.quality_2 {
	background-position: 0px -37px;
}

.quality_1 {
	background-position: 0px 0px;
}
/*
kommentaari osa
*/
.hidden_coms {
	display: none;
	padding: 10px;
	padding-top: 0px;
}

#feed_tools #com-data,.tool-bar #com-data {
	margin-top: 3px;
}

.hidden_coms #com-data {
	width: 100%;
	display: table;
}

#coms {
	display: table;
	width: 100%;
}

.com-wrap {
	moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0;
}

.dp_wrap {
	display: table-cell;
	height: 100%;
}

.com_text_wrap {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.com-text {
	moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* margin-left: 52px; */
	font-size: 12px;
	font-family: arial;
	float: left;
	/* display: flex; */
	width: 100%;
	color: rgb(65, 65, 65);
	/* clear: both; */
}

.com_text {
	/* margin-top: 10px; */
	/* margin-left: 39px; */
	font-size: 14px;
	color: #4C4C4C;
	/* float: left; */
	display: block;
	/* clear: both; */
	margin-top: 3px;
	margin-bottom: 0px;
}

.comment_opt {
	/* display: inline-block; */
	/* height: 16px; */
	line-height: 16px;
}

.reply_wrap {
	moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: solid 3px #DCDCDC;
	/* float: right; */
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 28px;
}

.timeago {
	color: white;
	font-size: 11px;
	display: inline-block;
	margin-top: 2px;
	vertical-align: top;
	/* width: 100%; */
}

.timeago {
	color: white;
	font-size: 12px;
}

.timeago {
	color: white;
	font-size: 12px;
}

.feed_cont a.alias,.feed_cont_h a.alias {
	font-family: arial;
	color: #b75252;
	font-size: 16px;
	font-weight: 700;
	font-smooth: always;
	display: inline-block;
	line-height: 16px;
	margin-top: 10px;
	text-transform: capitalize;
	text-decoration: none;
	margin-bottom: 0px;
}

.alias {
	color: #00a2fa;
	font-size: 16px;
	font-weight: 700;
	font-smooth: always;
	text-transform: capitalize;
	text-decoration: none;
}

.first-com-dp {
	width: 30px;
	height: 30px;
	display: block;
	background-size: cover;
	float: left;
	margin-right: 10px;
	margin-left: 0px !important;
}

.com-dp {
	width: 30px;
	height: 30px;
	display: block;
	background-size: cover;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #DCDCDC;
}

#parent_com .write_comment {
	height: 38px;
}

.write_comment {
	width: 100%;
	padding: 3px;
	border: solid thin #E0E0E0;
	font-size: 12px;
	font-family: arial;
	height: 30px;
	color: #444444;
	outline: none;
	display: block;
	margin-bottom: 10px;
	moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dp_wrap {
	display: table-cell;
	height: 100%;
}

.feed_cont .dp,.feed_cont_h .dp {
	width: 40px;
	height: 40px;
	background-size: cover;
	float: left;
	display: inline-block;
	margin: 10px;
	background-color: #DCDCDC;
}

.dp_wrap .dp {
	margin-left: 0px !important;
	margin-top: 0px !important;
	float: left !important;
	height: 30px !important;
	width: 30px !important;
	background-size: cover;
	float: left;
	display: inline-block;
	margin: 10px;
	background-color: #DCDCDC;
}

.timeago {
	color: white;
	font-size: 11px;
	display: inline-block;
	margin-top: 2px;
	vertical-align: top;
	/* width: 100%; */
}

.timeago {
	color: white;
	font-size: 12px;
}

.timeago {
	color: white;
	font-size: 12px;
}

.comment_opt {
	/* display: inline-block; */
	/* height: 16px; */
	/* line-height: 16px; */
	
}

.comment_reply {
	color: #9C9C9C;
	cursor: pointer;
	font-size: 11px;
	vertical-align: top;
}

.likes {
	display: inline-block;
	height: 25px;
	margin-left: auto;
	padding-right: 15px;
	margin-right: auto;
	position: relative;
}

.like_com {
	height: 16px !important;
	line-height: 16px;
}

.likes {
	
}

.likes {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	margin-right: 10px;
}

.like_com .like_icon {
	background-position: 0px -16px;
}

.like_com .like_icon,.like_com .like_icon_done {
	height: 16px;
	width: 16px;
	background-size: 16px;
	margin-left: 0px;
}

.comment_icon,.like_icon {
	cursor: pointer;
	background-position: 0px -25px;
}

}
.like_com .comment_count {
	margin-top: 0px;
}

.like_com .comment_count,.like_com .like_icon_done .comment_count {
	margin-top: 0px;
	font-size: 11px;
	font-weight: normal;
	/* margin-left: 20px; */
}

.comment_count {
	display: inline-block;
	font-weight: bold;
	color: #d8d8d8;
	/* margin-left: 4px; */
	margin-top: 5px;
	font-size: 14px;
	float: left;
	/* margin-left: 5px; */
	cursor: default;
	min-width: 8px;
}

abbr {
	border-bottom: none !important;
	cursor: text !important;
}

.comment_reply:hover {
	text-decoration: none !important;
}

.up {
	position: absolute;
	top: -3px;
}

.reply_wrap .dp_wrap .dp {
	height: 20px !important;
	width: 20px !important;
	margin-left: 10px !important;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*
kommentaari osa end
*/
.link_up_vote {
	color: #00A2FA;
	font-size: 20px;
	position: relative;
}

.like_com .like_icon {
	color: #9C9C9C;
	float: left;
	margin-top: 2px;
	margin-left: 3px;
}

.like_com .like_icon_done {
	color: #00A2FA;
	float: left;
	margin-top: 2px;
	margin-left: 3px;
}
/*
notice osa

*/
#user_alerts {
	background-repeat: no-repeat;
	background-position: 10px top;
	position: absolute;
	z-index: 9999999;
	display: none;
}

#user_alerts #wrap {
	position: relative;
}

#user_alerts #arrow {
	margin-top: 5px;
	background-position: right top;
	background-image: url('../images/v_arrow.png');
	width: 20px;
	height: 23px;
	background-repeat: no-repeat;
	z-index: 9999999;
	position: absolute;
	top: 0;
}

#user_alerts #cont {
	position: absolute;
	left: 19px;
	top: 0;
	background-color: white;
	border: solid thin #bcbcbc;
	display: inline-block;
	min-height: 30px;
	min-width: 10px;
	-webkit-box-shadow: 5px 5px 9px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 5px 5px 9px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 5px 5px 9px -5px rgba(0, 0, 0, 0.75);
}

#user_alerts #cont .notice_wrap:first-of-type {
	margin: 1px;
	padding: 5px;
}

#user_alerts #cont .notice_wrap {
	border-bottom: solid thin #bfbfbf;
	padding-top: 0px!mportant;
	cursor: pointer;
	min-height: 18px;
	width: 360px;
	margin: 1px;
	padding: 5px;
}

#user_alerts #cont .notice_wrap:last-of-type {
	border-bottom: none;
}

#user_alerts #cont .notice_wrap {
	border-bottom: solid thin #bfbfbf;
	padding-top: 0px!mportant;
	cursor: pointer;
	min-height: 18px;
	width: 360px;
	margin: 1px;
	padding: 5px;
}

.notice_wrap:last-of-type {
	margin-bottom: 0px;
}

.notice_wrap {
	display: table;
	width: 100%;
	margin-bottom: 25px;
}

#general_modal .notice_wrap {
	margin-bottom: 25px;
}

.notice_wrap .notice_message {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

#user_alerts #cont .notice_wrap:hover {
	background-color: #e5e5e5;
}

.notice_over_bid:hover,.notice_old:hover,.notice_auction_winner:hover {
	background-color: #E7E7E7;
}

.notice_old {
	margin: 1px;
	padding: 10px;
	text-align: center;
	width: 338px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#user_alerts #cont .notice_wrap a {
	color: rgb(80, 80, 80);
	text-decoration: none;
}

#articles_bg {
	text-align: left;
	border: solid thin #bfbfbf;
	display: inline-block;
	width: 531px;
	margin-bottom: 10px;
	background-color: white;
	padding-top: 0px !important;
	position: relative;
	border: solid thin #D8D8D8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.09);
}

.notice_wrap .last_image {
	display: table-cell;
	/* width: 32px; */
	/* height: 32px; */
	/* float: right; */
	vertical-align: middle;
}

.notice_wrap .first_image {
	width: 32px;
	height: 32px;
	float: left;
	display: table-cell;
	background-size: cover;
}

.notice_wrap .notice_message {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.notice_link {
	color: #b75252 !important;
	font-weight: bold;
	text-decoration: none;
}

.notice_text_important,.notice_text_important_non_link {
	color: #b75051 !important;
	display: inline-block;
}

.notice_date {
	font-size: 10px;
	/* border: solid thin red; */
	/*margin-top: 3px;*/
	color: #B3B3B3;
	text-align: left;
}

.notice_date .timeago {
	margin-top: 0px;
	color: #B3B3B3 !important;
	font-size: 10px;
}

.timeago {
	color: white;
	font-size: 11px;
	display: inline-block;
	margin-top: 2px;
	vertical-align: top;
	/* width: 100%; */
}

.timeago {
	color: white;
	font-size: 12px;
}

.timeago {
	color: white;
	font-size: 12px;
}
/*
notice end
*/
#login-do  .control-label {
	padding: 0px;
}

.panel-body {
	padding: 0px !important;
}

.panel-body .link_row .link_go {
	height: 30px;
}

.panel-heading a {
	color: #444444;
}

.panel-heading a:hover,.panel-heading a:focus {
	text-decoration: none;
	color: #444444;
}

.upper_user_tab {
	float: right;
}

#header {
	padding-right: 10px;
}

#custom-search-input {
	padding: 3px;
	border: solid 1px #E4E4E4;
	border-radius: 6px;
	background-color: #fff;
	max-width: 200px;
	line-height: 26px;
	margin-top: 7px;
	margin-left: 7px;
	float: right;
}

#custom-search-input input {
	border: 0;
	box-shadow: none;
	height: 20px;
	min-width: 50px;
	width: 100%;
	font-size: 14px;
	margin-top: 3px;
	height: 22px;
	font-size: 14px;
}

#custom-search-input button {
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	border-radius: 0px;
	border-left: solid 1px #E4E4E4;
	outline: none;
	float: right;
}

#custom-search-input button:hover {
	border: 0;
	box-shadow: none;
	border-left: solid 1px #E4E4E4;
	border-radius: 0px;
}

#custom-search-input .glyphicon-search {
	font-size: 23px;
}

#src {
	float: left;
}

#about {
	min-height: 150px;
}

#qualityexpl {
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
}

#qualityexpl .quality_cont {
	width: 25%;
	display: table-cell;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

#qualityexpl .quality_ico {
	height: 51px;
	width: 51px;
	background-size: 35px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#qualityexpl .quality_text {
	text-align: center;
	font-size: 12px;
	color: #8c8c8c;
}

#stats_cont {
	display: table;
}

#stats_cont .stat_row {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 25px;
	float: left;
}

#stats_cont .title {
	font-weight: bold;
	font-size: 11px;
	color: #808080;
}

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

.feed_cont {
	position: relative;
	background-color: white;
	min-height: 66px;
	margin-bottom: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom: #ddd solid thin;
	z-index: 3;
}

.epi_stats {
	margin-right: 40px;
	font-size: 12px;
	color: #9a9a9a;
	font-weight: normal;
	line-height: 30px;
	float: right;
	margin-right: 15px;
}

.movie_content h2 {
	margin-bottom: 0px !important;
}

.movie_content h3 {
	font-size: 12px;
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	color: #9c9c9c;
}

.first_col,.second_col,.first_scol,.second_scol {
	display: table-cell;
}

#upmenu .first_col {
	width: 200px;
	float: left;
}

#upmenu .second_col {
	width: 100%;
}

@media ( min-width : 450px) { /*yle mobiili versiooni*/
}

@media ( max-width : 764px) { /*yle mobiili versiooni*/
	#pre_logo {
		text-align: center;
	}
}

@media ( min-width : 300px) and (max-width: 1300px) {
	/*tahvli ja mobile versioon*/
	body {
	}
	#header {
		padding-right: 0px;
	}
	.navbar-nav>li {
		float: left;
	}
	.navbar-left {
		float: left !important;
	}
	.navbar-nav {
		margin: 0px !important;
	}
	#movies_cont {
		text-align: center;
	}
	#feat_cont {
		text-align: center;
	}
	.alert {
		text-align: left;
	}
}

@media ( max-width : 700px) { /*tahvli versioon*/
}

@media ( min-width : 1000px) { /*PC versioon*/
 .navbar-nav{
 padding-left:15px !important;
 }
}

.case-cover-small .bottom {
	list-style: none;
	margin-right: -8px;
	float: right;
}

.case-cover-small .bottom .label {
	cursor: default;
}

.not_aired .panel-title {
	
}

.not_aired .label {
	display: inline-table;
	vertical-align: text-top;
	margin-left: 10px;
	float: right;
	margin-top: 1px;
	display: inline;
	padding: .2em .6em .3em;
	font-size: 68%;
	font-weight: bold;
	/* line-height: 1; */
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.not_aired {
	
}

#explenation .year {
	font-size: 18px;
}

.tag_color {
	color: #00a2fa;
}

.content_sepa {
	margin-bottom: 10px;
	border-bottom: solid thin #ddd;
	margin-top: 20px;
}

.content_sepa .title {
	font-size: 18px;
	/* font-weight: bold; */
	font-style: italic;
	color: #757575;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	position: relative;
}

.content_sepa .show_all {
	font-size: 12px;
	font-style: default;
	position: absolute;
	right: 0px;
	bottom: 2px;
}

.sort_by_list {
	right: 0px !important;
	left: inherit !important;
}

#loading_box {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-right: 15px;
}

#loading_box #title {
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #b1b1b1;
}

#footer-cont {
	margin-top: 40px;
}

#footer {
	padding-right: 15px;
}

#footer_links ul {
	/* width: 100%; */
	/* padding-right: 15px; */
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	/* border: solid thin red; */
	text-align: center;
}

#footer_links li {
	display: inline-block;
	margin-right: 15px;
}

.change_sort {
	text-transform: capitalize;
}

#sort_by_button {
	text-transform: capitalize;
	color: #0275d8;
}

#sort_by_button:hover {
	text-decoration: underline;
}

.dropdown-item {
	cursor: pointer;
}

#src_elements .input-group button {
	border: none;
	border-radius: 0px 4px 4px 0px !important;
	background-color: #01a4ff;
	color: white;
}

#src_elements .input-group input {
	border: none;
	background-color: white;
	border-bottom: #ddd solid thin;
	border-radius: 4px !important;
}

.navbar-light {
	margin-bottom: 20px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading h6 {
	margin-bottom: 0px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-default {
	border-color: #ddd !important;
}

#section_but {
	max-width: 833px;
	float: left;
}

#login-cont {
	float: right;
	line-height: 47px;
	margin-right: 6px;
}

#user-cont-small .btn-group {
	vertical-align: initial !important;
}

#user-cont-small .dropdown-menu {
	line-height: 1.5 !important;
}

#general_modal .dp.dp_link_add {
	background-color: #58c5fb;
	height: 32px;
	width: 32px;
	border-radius: 50%;
}

#general_modal .dp {
	border-radius: 20px;
	text-align: center;
	line-height: 36px;
}

#general_modal .modal-dialog {
	max-height: 100%;
}

#general_modal  .modal-content {
	max-height: 100%;
	overflow-y: hidden;
}

#general_modal  .modal-body {
	max-height: 80vh;
	overflow-y: scroll;
}

.dp i.fa {
	color: white;
	font-size: 20px;
}

#admin_buttons a {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.general_container {
	position: relative;
	background-color: white;
	border-bottom: #ddd solid thin;
	max-width: 1140px;
	min-height: 62px;
	border-radius: 4px !important;
}

form {
	display: block;
	margin-top: 0em;
}

.form-group {
	margin-bottom: 15px;
}

#request {
	
}

#request .row,#request .row .col-xs-12.col-md-4 {
	
}

#request .general_container {
	
}

#request #comment_box {
	padding-right: 14px;
}

#request .hidden_coms {
	padding: 0px;
	height: 100%;
	background-color: #F5F5F5;
	padding: 15px;
}

#request #com-data {
	height: 10%;
}

#request #coms {
	display: block;
	overflow-y: scroll;
}

#request .general_container {
	
}

@media ( max-width : 767px) {
	#request .general_container {
		height: initial;
	}
}

#user-cont-small .dropdown-toggle:after {
	display: none;
}

.options button a {
	color: white;
	text-decoration: none;
}

.show-more-com {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #666666;
}

#request .flex {
	
}

#request .flex #comment_box {
	
}

.status_open,.status_upcoming,.status_waiting,.status_done,.status_nolinks,.status_todo
	{
	border-radius: 50%;
	height: 30px;
	width: 30px;
	color: White;
	line-height: 30px;
	text-align: center;
}

.status_open {
	background-color: #70b2ea;
}

.status_upcoming,.status_nolinks {
	background-color: #ff8383;
}

.status_waiting,.status_todo {
	background-color: #fdc255;
}

.status_done {
	background-color: #73c373;
}

td.schedule_poster {
	width: 143px;
}

#allowed_hosts .general_container {
	padding-top: 15px;
	padding-bottom: 15px;
}

#allowed_hosts ul li {
	list-style: none;
}

#getImdb .bd-search-results {
	width: 100%;
}

#getImdb .notice_wrap {
	overflow: hidden;
}

#getImdb .dropdown-item {
	padding: 5px;
}

#getImdb .first_image {
	width: 48px;
	height: 48px;
}

#getImdb .dp {
	background-size: cover;
	border-radius: 50%;
	width: 48px;
	height: 48px;
}

.footer_ad {
	text-align: center;
	margin-bottom: 60px;
	overflow: hidden;
	height: 90px;
	position: relative;
}

.footer_ad iframe {
	left: -9999px;
	right: -9999px;
	margin: auto;
	position: absolute;
}

.under_embedded {
	text-align: center;
	margin-bottom: 60px;
	overflow: hidden;
	position: relative;
}
.under_embedded .mg_addad129243,
.under_embedded .mg_addad129253{
	display:none;
}

.footer_ad iframe {
	left: -9999px;
	right: -9999px;
	margin: auto;
	position: absolute;
}

.mg_addad105642,.mg_addad105644 {
	display: none;
}

#non_swipe {
	
}

#swipe_featured {
	overflow-x: scroll;
	padding-left: 15px;
	padding-bottom: 20px;
}

#swipe_featured .featured {
	max-height: 268px;
	overflow: scroll-x;
	width: 2000px;
}

#swipe_featured .featured .preview {
	float: left;
	margin-right: 15px;
}
.navbar-nav .nav-link{
	padding:0px !important;
}
.feed_cont .no_posts{
	padding-top:17px;
}

.left_module{
	margin-top:15px;
}
#my_recent_links li{
	display:inline-block;
	width:100%;
	list-style:none;
	text-align:left;
}
.timeago{
	text-decoration: none !important;
}
.left_module .second_col{
	max-width:167px;
}
#my_recent_links .dp{
	border-radius:50px;
	height:45px;
	width:45px;
	margin-right:10px;
	vertical-align:middle;
	background-size:cover;
}
.quote{
	margin-right:10px;
	font-size:12px;
}

.enlink:hover{
	cursor:pointer;
}
.waiting-list{
	list-style:none;
}
.waiting-list li{
	padding-bottom:5px;
	padding-top:5px;
}
.waiting-list li:hover{
	background-color:#f9f9f9;
}































