
.delete-com {
	float: left;
	padding-left: 20px;
}

.multimedia {
	margin: 0;
	min-height: 1000px;
}

.multimedia .response-message {
	display: none;
    margin: 40px 0 0 200px;
    padding: 29px;
    border: 1px solid #B5B5B5;
    bottom: 10px; 
    position: fixed;
    width: 690px;
    min-height: 40px;
    background-color: #1AE000;
    z-index: 1050;
	border-radius: 10x;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.multimedia .search-box {
	width: 100%;
    height: 111px;
    padding-top: 4px;
    background: rgba(0,0,0,0.9);
}

.multimedia .search-box .search {
	margin-left: 10px;
    font-family: "Comic Sans MS", cursive, sans-serif;
}

.multimedia .search-box .search .btn{
	position: absolute;
    right: 15px;
    top: 10px;
    text-shadow: 0 0 4px #CCCCCC;
    color: #fff;
    font-size: 16px;
    width: 140px;
    line-height: 82px;
	background: #121212;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.multimedia .search-box .search .btn:hover{
	background: #262626;
}

.multimedia .search-box .search .button{
	display: inline;
    padding: 10px 35px 10px 35px;
    background: #121212;  
    border: 1px solid #D1D1D1;
    color: #EBEBEB;
    margin-left: 15px;
    font-size: 13px;
	cursor: pointer;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.multimedia .search-box .search .button:hover{
    background: #262626;
}

.multimedia .search-box .search .active{
    background: #FAFAFA;
	color: #5E5E5E;
}

.multimedia .search-box .search .active:hover{
    background: #F2F2F2;
    color: #6F7273;
    cursor: default;
}

.multimedia .search-box .icon {
	background: rgba(0,0,0,0.3) url(../img/search.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #6B6B6B;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    width: 40px;
    height: 40px;
    float: left;
    display: block;
    margin: 6px 4px 0 8px;
}

.multimedia .search-box .search input {
	width: 180px;
    height: 40px;
    min-width: 384px;
    font-size: 13px;
    padding-left: 10px;
	border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px #eee;
    font-family: "Comic Sans MS", cursive, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.multimedia .search-box select {
    margin-left: 11px;
    margin-top: 6px;
    width: 225px;
    height: 40px;
    font-size: 13px;
    padding: 10px;
    color: #3f3f3f;
	border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px #eee;
    font-family: "Comic Sans MS", cursive, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.multimedia .search-box .rate {
    display: block;
    clear: both;
	padding-bottom: 10px;
}

.multimedia .search-box .rate p{
    display: inline;
	margin-left: 10px;
	color: #fff;
	font-size: 13px;
    cursor: default;
}

.multimedia .search-box .rate .logo {
	background: rgba(0,0,0,0.3) url(../img/imdb.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #6B6B6B;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    width: 40px;
    height: 40px;
    float: left;
    display: block;
    margin: 5px 0 0 -2px;
}

.multimedia .search-box .rate select {
	margin-top: 10px;
    min-width: initial;
    height: 40px;
    font-size: 13px;
    padding: 10px;
	border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px #eee;
}

.multimedia .search-box .rate .imdb-rate {
	width: 60px;
}

.multimedia .search-box .rate .imdb-votes {
	width: 100px;
}
.multimedia .search-box .rate .search-year {
	width: 100px;
}

.multimedia .dashboard {
	width: 100%;
	min-height: 800px;
	background: rgba(0,0,0,0.6);
}

.multimedia .dashboard .media {
    background: rgba(247,247,247,0.85);
	float: left;
    border: 1px solid #C9C9C9;
    width: calc(20% - 14px);
    height: 360px;
    transition: all 0.4s ease;
    position: relative;
	margin: 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.multimedia .dashboard .media:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.multimedia .dashboard .media .duration {
    background: url(../img/media-img-before.png) repeat;
    position: absolute;
    float: right;
    right: 5px;
    height: 17px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    cursor: default;
}

.multimedia .dashboard .delete {
    position: absolute;
    right: 0;
    margin-top: -27px;
    margin-right: -26px;
    height: 25px;
    width: 25px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    color: #ff0000;
    font-weight: bold;
	cursor: pointer;
}

.multimedia .dashboard .delete:hover {
	background: #EDEDED;
}

.multimedia .dashboard .media h1 {
	font-size: 12px;
    width: 100%;
    text-align: center;
    color: #4F4F4F;
    margin-top: 5px;
    max-height: 30px;
}

.multimedia .dashboard .media .image {
    width: 183px;
    height: 260px;
    border: 1px solid #C9C9C9;
    margin-top: 3px;
    margin-left: 8px;
    margin-right: 5px;
    overflow: hidden;
    display: block;
}

.multimedia .dashboard .media img {
	width: 183px;
    height: 260px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.multimedia .dashboard .media .seen{
	opacity: 0.3;
}

.multimedia .dashboard .media .watch-later{
    display: block;
    position: absolute;
	padding-top: 3px;
    right: 0;
	height: 50px;
    width: 0;
    top: 22px;
    background: #006AFF url(../img/watch-later-eye.png);
	background-size: auto 100%;
    background-repeat: no-repeat;
	background-position: 3px;
    margin-right: -1px;
	border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-webkit-transition: width 0.2s, margin 0.2s;
    -moz-transition: width 0.2s, margin 0.2s;
    -o-transition: width 0.2s, margin 0.2s;
    -ms-transition: width 0.2s, margin 0.2s;
	transition: width 0.2s, margin 0.2s;
	font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 15px;
	cursor: pointer;
}

.multimedia .dashboard .media:hover .watch-later{
    width: 84px;
    margin-right: -85px;
    z-index: 1;
}

.multimedia .dashboard .media:hover .watch-later[data-title]::after { 
    content: attr(data-title);
    background-color: #3689FF;
    color: white;
    position: absolute;
    right: 0;
    font-weight: bold;
    width: 30px;
    height: 50px;
    line-height: 50px;
    margin-top: -3px;
	border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-transition: width 0.2s,margin 0.2s;
    -o-transition: width 0.2s,margin 0.2s;
    -ms-transition: width 0.2s,margin 0.2s;
    transition: width 0.2s,margin 0.2s;
	overflow: hidden;
}

.multimedia .dashboard .media:hover .watch-later[data-title]:hover::after { 
    content: "Noskatīšos vēlāk";
    width: 100%;
	line-height: 18px;
}

.multimedia .dashboard .media .favourite{
    display: block;
    position: absolute;
	padding-top: 3px;
    right: 0;
	height: 50px;
    width: 0;
	top: 72px;
    background: #008BD6 url(../img/favourite_heart.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
	background-position: 3px;
    margin-right: -1px;
	border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-webkit-transition: width 0.2s, margin 0.2s;
    -moz-transition: width 0.2s, margin 0.2s;
    -o-transition: width 0.2s, margin 0.2s;
    -ms-transition: width 0.2s, margin 0.2s;
	transition: width 0.2s, margin 0.2s;
	font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 15px;
	cursor: pointer;
}

.multimedia .dashboard .media:hover .favourite{
    width: 84px;
    margin-right: -85px;
    z-index: 1;
}

.multimedia .dashboard .media:hover .favourite[data-title]::after { 
    content: attr(data-title);
    background-color: #3689FF;
    color: white;
    position: absolute;
    right: 0;
    font-weight: bold;
    width: 30px;
    height: 50px;
    line-height: 50px;
    margin-top: -3px;
	border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-transition: width 0.2s,margin 0.2s;
    -o-transition: width 0.2s,margin 0.2s;
    -ms-transition: width 0.2s,margin 0.2s;
    transition: width 0.2s,margin 0.2s;
	overflow: hidden;
}

.multimedia .dashboard .media:hover .favourite[data-title]:hover::after { 
    content: "Pievienot favorītiem";
    width: 100%;
	line-height: 18px;
}

.multimedia .dashboard .media .comment{
    display: block;
    position: absolute;
	padding-top: 3px;
    right: 0;
	height: 50px;
    width: 0;
	top: 122px;
    background: #00A6FF url(../img/comment-icon-movie.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
	background-position: 3px;
    margin-right: -1px;
	-webkit-transition: width 0.2s, margin 0.2s;
    -moz-transition: width 0.2s, margin 0.2s;
    -o-transition: width 0.2s, margin 0.2s;
    -ms-transition: width 0.2s, margin 0.2s;
	transition: width 0.2s, margin 0.2s;
	font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 15px;
	cursor: pointer;
}

.multimedia .dashboard .media:hover .comment{
    width: 84px;
    margin-right: -85px;
    z-index: 1;
}

.multimedia .dashboard .media:hover .comment[data-title]::after { 
    content: attr(data-title);
    background-color: #3689FF;
    color: white;
    position: absolute;
    right: 0;
    font-weight: bold;
    width: 30px;
    height: 50px;
    line-height: 50px;
    margin-top: -3px;
	border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-transition: width 0.2s,margin 0.2s;
    -o-transition: width 0.2s,margin 0.2s;
    -ms-transition: width 0.2s,margin 0.2s;
    transition: width 0.2s,margin 0.2s;
	overflow: hidden;
}

.multimedia .dashboard .media:hover .comment[data-title]:hover::after { 
    content: "Pievienot atsauksmi";
    width: 100%;
	line-height: 18px;
}

.multimedia .dashboard .media .imdb-side{
    display: block;
    position: absolute;
	padding: 3px 0 5px 0;
    left: 0;
    width: 0;
	top: 22px;
    background: #EDCE00;
    margin-left: -1px;
	border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	-webkit-transition: width 0.2s, margin 0.2s;
    -moz-transition: width 0.2s, margin 0.2s;
    -o-transition: width 0.2s, margin 0.2s;
    -ms-transition: width 0.2s, margin 0.2s;
	transition: width 0.2s, margin 0.2s;
	font-size: 12px;
    text-align: center;
    color: #000;
    line-height: 15px;
	overflow: hidden;
	cursor: pointer;
}

.multimedia .dashboard .media .imdb-side span{
	font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

.multimedia .dashboard .media:hover .imdb-side{
    width: 60px;
    margin-left: -61px;
    z-index: 1;
}

.multimedia .dashboard .media .metascore{
    display: block;
    position: absolute;
	padding: 5px 0 5px 0;
    left: 0;
    width: 0;
	top: 85px;
    background: #FF59E6;
    margin-left: -1px;
	border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	-webkit-transition: width 0.2s, margin 0.2s;
    -moz-transition: width 0.2s, margin 0.2s;
    -o-transition: width 0.2s, margin 0.2s;
    -ms-transition: width 0.2s, margin 0.2s;
	transition: width 0.2s, margin 0.2s;
	font-size: 11px;
    text-align: center;
    color: #000;
    line-height: 15px;
	overflow: hidden;
	cursor: pointer;
}

.multimedia .dashboard .media .metascore span{
	font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

.multimedia .dashboard .media:hover .metascore{
    width: 60px;
    margin-left: -61px;
    z-index: 1;
}


.multimedia .dashboard .media .tomato{
    display: block;
    position: absolute;
	padding: 5px 0 5px 0;
    left: 0;
    width: 0;
	top: 135px;
    background: #FF0000;
    margin-left: -1px;
	border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	-webkit-transition: width 0.2s, margin 0.2s;
    -moz-transition: width 0.2s, margin 0.2s;
    -o-transition: width 0.2s, margin 0.2s;
    -ms-transition: width 0.2s, margin 0.2s;
	transition: width 0.2s, margin 0.2s;
	font-size: 11px;
    text-align: center;
    color: #000;
    line-height: 15px;
	overflow: hidden;
	cursor: pointer;
}

.multimedia .dashboard .media .tomato span{
	font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

.multimedia .dashboard .media:hover .tomato{
    width: 60px;
    margin-left: -61px;
    z-index: 1;
}

.multimedia .dashboard .media .date{
    display: block;
    position: absolute;
	padding: 5px 0 5px 0;
    left: 0;
    width: 0;
	top: 185px;
    background: #B4FF52;
    margin-left: -1px;
	border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	-webkit-transition: width 0.2s, margin 0.2s;
    -moz-transition: width 0.2s, margin 0.2s;
    -o-transition: width 0.2s, margin 0.2s;
    -ms-transition: width 0.2s, margin 0.2s;
	transition: width 0.2s, margin 0.2s;
	font-size: 11px;
    text-align: center;
    color: #000;
    line-height: 15px;
	overflow: hidden;
	cursor: pointer;
}

.multimedia .dashboard .media .date span{
	font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

.multimedia .dashboard .media:hover .date{
    width: 60px;
    margin-left: -61px;
    z-index: 1;
}

.multimedia .dashboard .media:hover .vote{
    display: block;
}

.multimedia .dashboard .media .imdb {
	background: #F2D600;
    border: 1px solid #8F7E00;
    position: absolute;
    float: right;
    right: 6px;
    margin-top: 241px;
    padding: 3px 6px 3px 6px;
    font-size: 13px;
    color: #333;
	z-index: 2;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.multimedia .dashboard .media .seen_display {
    position: absolute;
    margin-top: 63%;
    z-index: 1;
    margin-left: 23%;
	pointer-events: none;
    padding: 6px 12px 6px 12px;
    font-size: 21px;
    color: #fff;
	text-shadow: 0px 0px 5px black;
	box-shadow: 0 0 10px white;
	font-family: "Comic Sans MS", cursive, sans-serif;
    background: rgba(0,255,0,0.8);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.multimedia .dashboard .media .active-later {
    position: absolute;
    margin-top: 30%;
    z-index: 1;
    margin-left: 30%;
	text-shadow: 0px 0px 5px black;
	box-shadow: 0 0 10px white;
	pointer-events: none;
    padding: 6px 12px 6px 12px;
    font-size: 21px;
	color: #fff;
	background: rgba(50,180,255,0.9);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.multimedia .dashboard .media .active-favourite {
    position: absolute;
    margin-top: 100%;
    z-index: 1;
    margin-left: 24%;
	pointer-events: none;
    padding: 6px 12px 6px 12px;
    font-size: 21px;
    color: #fff;
	text-shadow: 0px 0px 5px black;
	box-shadow: 0 0 10px white;
	font-family: "Comic Sans MS", cursive, sans-serif;
    background: rgba(255,50,50,0.9);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.multimedia .dashboard .media .imdb[data-title]:hover:after {
	content: attr(data-title);
    padding: 10px;
    color: #333;
    position: absolute;
    left: 0;
    background: #F2D600;
	font-weight: normal;
    top: 100%;
    z-index: 20;
    white-space: pre;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top,#eeeeee,#cccccc);
    background-image: -ms-linear-gradient(top,#eeeeee,#cccccc);
    background-image: -o-linear-gradient(top,#eeeeee,#cccccc);
}

.multimedia .dashboard .media .vote{
	display: none;
    color: #6E6E6E;
    z-index: 1;
    font-size: 13px;
	margin-left: -1px;
    width: calc(100% + 2px);
    top: -40px;
    background: #F7F7F7;
    float: left;
    border: 1px solid #C9C9C9;
    padding: 5px 0 4px 9px;
    position: absolute;
    border-radius: 10px;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}

.multimedia .dashboard .media-body {
	overflow: hidden;
}

.multimedia .dashboard .media-body a{
	font-size: 12px;
	font-weight: bold;
	margin-top: -3px;
	color: #404040;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.multimedia .dashboard .media-body a:hover{
	color: #00B300;
}

.multimedia .dashboard .media-body p{
	font-size: 11px;
}

.multimedia .dashboard .info {
    font-size: 12px;
    color: #575757;
    margin: 2px 4px 0 4px;
    clear: both;
    text-align: center;
}

.multimedia .dashboard .info a{
	color: #404040;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.multimedia .dashboard .info a:hover{
	color: #00B300;
}
	
.multimedia .dashboard .info img{
	width: 22px;
	height: 22px;
}

#content * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.Fr-star {
    width: 180px;
    height: 32px;
    position: relative;
}
.Fr-star[data-title]:hover:after {
    content: attr(data-title);
    padding: 5px;
    width: calc(100% - 10px);
    color: #333;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    white-space: nowrap;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 1px 1px #222;
    background-image: -moz-linear-gradient(top,#eeeeee,#cccccc);
    background: #fff;
}
.Fr-star .Fr-star-bg{
  position: absolute;
  height: 32px;
  width: 180px;
  background: url(../img/Fr-star.png) repeat;
  background-size: contain;
}
.Fr-star .Fr-star-value{
  height: 100%;
  position: absolute;
  background-color: #4ECC2B;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.Fr-star .Fr-star-value2{
  height: 100%;
  position: absolute;
  background-color: #FFAE00;
  filter: alpha(opacity=100);
  opacity: 1.0;
}
.Fr-star.size-2{
  width: 170px;
  height: 30px;
}
.Fr-star.size-3{
  width: 115px;
  height: 20px;
}
.Fr-star.size-4{
  width: 55px;
  height: 10px;
}

.pagination{
	margin: 0;
	overflow: auto;
}

.pagination ul{
	display: table;
    margin: 10px auto 10px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -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);
}

.multimedia .dashboard .col1{
	width: calc(34% - 20px);
    margin: 5px 0 0 10px;
    background: rgba(255,255,255,0.9);
    padding: 15px 25px 10px 25px;
    float: left;
	box-shadow: 0 0px 10px rgba(0,0,0,0.7);
    min-height: 400px;
}

.multimedia .dashboard .col1 img{
	width: 300px;
	height: 445px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.7);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.multimedia .dashboard .col1 img:hover{
    box-shadow: 0 0px 40px rgba(0,0,0,1.0);
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    width: 300px;
    height: 445px;
}

.multimedia .dashboard .col2{
	width: calc(66% - 10px);
    margin: 5px 10px 0 0;
    background: rgba(255,255,255,0.9);
    padding: 10px 20px 10px 20px;
    float: right;
	min-height: 400px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.7);
    position: relative;
}

.multimedia .dashboard .col2 .title {
    cursor: default;
	font-size: 17px;
    width: calc(100% - 200px);
}

.multimedia .dashboard .col2 .title h1{
	display: inline;
    font-size: 21px;
    color: #363636;
    text-shadow: 1px 1px 1px #000;
    padding-right: 10px;
}

.multimedia .dashboard .col2 .right.vote{
    right: 10px;
    top: 10px;
    display: block;
    font-size: 12px;
    position: absolute;
    color: #A8A8A8;
    padding: 10px;
    background: rgba(0,0,0,0.7);
    box-shadow: 0 0px 3px rgba(0,0,0,0.3);
}

.multimedia .dashboard .col2 .right .Fr-star{
	background: #fff;
}

.multimedia .dashboard .col2 .right p{
	padding-top: 2px;
}

.multimedia .dashboard .col2 h2{
	font-size: 17px;
    color: #474747;
    font-weight: 600;
    font-style: oblique;
    line-height: 15px;
}

.multimedia .dashboard .col2 .genre {
	cursor: default;
    font-size: 14px;
    color: #474747;
    margin-top: 15px;
}

.multimedia .dashboard .col2 .desc {
	cursor: default;
    font-size: 14px;
    color: #474747;
    margin-top: 15px;
}

.multimedia .dashboard .col2 .items {
	cursor: default;
    font-size: 14px;
    color: #474747;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: auto;
}

.multimedia .dashboard .col2 .items .item{
	width: 33%;
    display: block;
    float: left;
    border: 1px solid #B3B3B3;
	border-left: none;
    padding: 10px;
	background: rgba(0,0,0,0.9);
    position: relative;
    overflow: hidden;
}

.multimedia .dashboard .col2 .items .item:hover{
    background: rgba(0,0,0,0.8);
}

.multimedia .dashboard .col2 .items .item:hover i {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.multimedia .dashboard .col2 .items .item:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    
}
/* on hover we animate the width to
 * 100% and opacity to 0 so the element
 * grows and fades out 
 */
.multimedia .dashboard .col2 .items .item:hover:after{
    height: 120%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}




.multimedia .dashboard .col2 .items .item:first-child {
	border-left: 1px solid #B3B3B3;
	width: 34%;
}

.multimedia .dashboard .col2 .items .item i{
	float: left;
	height: 40px;
}

.multimedia .dashboard .col2 .items .item .imdb{
	background: url(../img/movie_view_imdb.png);
    background-size: 100%;
    width: 40px;
}

.multimedia .dashboard .col2 .items .item .metascore{
    background: url(../img/movie_view_metacritic.png);
    background-size: 77px;
    background-position: -15px -6px;
    width: 44px;
}

.multimedia .dashboard .col2 .items .item .tomato{
    background: url(../img/movie_view_rottentomatoes.png);
    background-size: 71px;
    background-position: -6px -8px;
    width: 59px;
}

.multimedia .dashboard .col2 .items .item .right{
    top: auto;
    right: auto;
    width: 135px;
    float: right;
    text-align: center;
    color: #A8A8A8;
    line-height: 16px;
}

.multimedia .dashboard .col2 .items .item .right span{
    font-size: 16px;
    font-weight: bold;
}

.multimedia .dashboard .col2 .actors {
	cursor: default;
    font-size: 14px;
    color: #474747;
    margin-top: 15px;
}

.multimedia .dashboard .col2 .director {
	cursor: default;
    font-size: 14px;
    color: #474747;
    margin-top: 15px;
}

.multimedia .dashboard .col2 .video {
    margin: 0 auto 20px auto;
    width: 640px;
	box-shadow: 0px 0px 19px rgba(0,0,0,0.8);
}


.multimedia .dashboard .col2 .comments {
	font-size: 11px;
    color: #909090;
    margin-top: 10px;
    padding-bottom: 7px;
}

.multimedia .dashboard .col2 .comments .comment {
	*width: 100%!important;
    clear: both;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    margin-bottom: 3px;
    background: rgba(255,255,255,0.7);
}

.multimedia .dashboard .col2 .comments .comment .arrow{
	padding-left: 20px;
	*background: url(../img/next-comment.png) no-repeat;
}

.multimedia .dashboard .col2 .comments .comment .left {
	float: left;
	width: 55px;
	margin: 7px 0 0 9px;
}

.multimedia .dashboard .col2 .comments .pic img {
	width: 53px;
	height: 53px;
	float: left;
}

.multimedia .dashboard .col2 .comments .comment .left .avatar img {
	width: 53px;
    height: 53px;
	border: 1px solid #C7C7C7;
}

.multimedia .dashboard .col2 .comments .comment .right {
	float: left;
	width: calc(100% - 90px);
	margin: 7px 0 7px 12px;
}

.multimedia .dashboard .col2 .comments .comment .right .top{
    line-height: 25px;
}

.multimedia .dashboard .col2 .comments .comment .right a.nick {
    color: #1CBBFF;
    float: left;
    font-weight: 600;
    font-size: 13px;
}

.multimedia .dashboard .col2 .comments .comment .right .date {
	color: #969696;
	font-size: 11px;
	float: left;
	margin-left: 20px;
}

.multimedia .dashboard .col2 .comments .comment .right .answer {
	color: #2974FF;
	margin-left: 2px;
	cursor: pointer;
	display: table;
}
.multimedia .dashboard .col2 .comments .comment .right .answer:hover {
	text-decoration: underline;
}

.multimedia .dashboard .col2 .comments .comment .right .text {
    clear: both;
    color: #5E5E5E;
    font-size: 12px;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin-bottom: 5px;
}

.multimedia .dashboard .col2 .comments .comment .right .text img {
	position: relative;
	vertical-align: middle;
}

.multimedia .dashboard .col2 .comments .form {
    padding: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    height: 108px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
    margin-bottom: 3px;
    background: rgba(255,255,255,0.7);
}

.multimedia .dashboard .col2 .comments .fix{
	background: none;
	box-shadow: none;
}

.multimedia .dashboard .col2 .comments .form textarea {
	width: calc(100% - 67px);
	max-width: calc(100% - 67px);
	height: 55px;
	margin-left: 10px;
	border: 2px solid #E0E0E0;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	max-height: 300px;
	margin: 0px 0px -4px 10px;
}

.multimedia .dashboard .col2 .comments .form input[type="submit"] {
	float: right;	
	background-color: #26B300;
	border: 1px solid #e4e4e4;
	color: #fff;
	font-weight: 700;
    font-size: 13px;
	cursor: pointer;
	width: 90px;
	margin-right: 3px;
    height: 32px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    float: right;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.multimedia .dashboard .col2 .comments .form input[type="submit"]:hover {
	background-color: #62FF59;
}

.multimedia .dashboard .col2 .comments .form .smilies {
	background: #26B300;
    height: 30px;
    width: 38px;
	border: 1px solid #e4e4e4;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    float: right;
	margin-right: 5px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.multimedia .dashboard .col2 .comments .form .smilies:hover {
	background-color: #62FF59;
}

.multimedia .dashboard .side1 .content #question_button {
	background: #26B300;
    height: 30px;
    border: 1px solid #e4e4e4;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    float: right;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.multimedia .dashboard .side1 .content #question_button:hover {
	background-color: #62FF59;
}

.multimedia .dashboard .col2 .comments .form .smilies .smiley {
	margin: 4px auto;
    background: url(../img/smiley.png) repeat-x;
    width: 21px;
    height: 21px;
}

.multimedia .dashboard .col2 .comments .emoticons{
	margin-left: 1px !important;
    margin-top: 1px !important;
    width: 100%;
}

.multimedia .dashboard .col2 .comments #question_button {
    background: #26B300;
    height: 30px;
    border: 1px solid #e4e4e4;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    float: right;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#fade-background {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#modal-comment {
    margin: 10px 0 0 150px;
    padding: 50px;
    position: fixed;
	overflow-y: auto;
    top: 0;
    display: none;
    width: 780px;
	max-height: 700px;
    min-height: 200px;
    -moz-border-radius: 35px;
    -khtml-border-radius: 35px;
    -webkit-border-radius: 35px;
    background: rgba(255,255,255,0.9);
    z-index: 1050;
	box-shadow: 0 0px 15px rgba(0,0,0,1.0);
}

#modal-comment .comments {
	font-size: 11px;
    color: #909090;
    margin-top: 10px;
    padding-bottom: 7px;
}

#modal-comment .title {
	font-size: 15px;
    color: #909090;
    margin-top: 10px;
    padding-bottom: 7px;
}

#modal-comment .title span{
	font-weight: bold;
    margin-top: 10px;
    padding-bottom: 7px;
    display: inline;
    font-size: 21px;
    color: #363636;
    text-shadow: 1px 1px 1px #000;
    padding-right: 10px;
}

#modal-comment .comments .comment {
	*width: 100%!important;
    clear: both;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    margin-bottom: 10px;
    background: rgba(255,255,255,0.7);
}

#modal-comment .comment .arrow{
	padding-left: 20px;
	*background: url(../img/next-comment.png) no-repeat;
}

#modal-comment .comment .left {
	float: left;
	width: 55px;
	margin: 7px 0 4px 9px;
}

#modal-comment .pic img {
	width: 53px;
	height: 53px;
	float: left;
}

#modal-comment .comment .left .avatar img {
	width: 53px;
    height: 53px;
	border: 1px solid #C7C7C7;
}

#modal-comment .comment .right {
	float: left;
	width: calc(100% - 80px);
	margin: 7px 0 7px 7px;
}

#modal-comment .comment .right .nick {
	font-weight: bold;
	font-size: 13px;
}

#modal-comment .comment .right .nick a{
	color: #1CBBFF;
	float: left;
	font-weight: 600;
	font-size: 15px;
}

#modal-comment .comment .right .date {
	color: #969696;
	font-size: 11px;
	float: left;
	margin-left: 7px;
	margin-top: 3px;
}

#modal-comment .comment .right .answer {
	color: #2974FF;
	margin-left: 2px;
	cursor: pointer;
	display: table;
}
#modal-comment .comment .right .answer:hover {
	text-decoration: underline;
}

#modal-comment .comment .right .text {
	clear:both;
	color: #424242;
	font-size: 11px;
	word-wrap: break-word;
	white-space: pre-wrap;
	margin-bottom: 5px;
}

#modal-comment .comment .right .text img {
	position: relative;
	vertical-align: middle;
}

#modal-comment .form {
    padding: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    height: 108px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    margin-bottom: 10px;
    background: rgba(255,255,255,0.9);
}

#modal-comment .fix{
	background: none;
	box-shadow: none;
}

#modal-comment .form textarea {
	width: calc(100% - 67px);
	max-width: calc(100% - 67px);
	height: 55px;
	margin-left: 10px;
	border: 2px solid #E0E0E0;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	max-height: 300px;
	margin: 0px 0px -4px 10px;
}

#modal-comment .form input[type="submit"] {
	float: right;	
	background-color: #26B300;
	border: 1px solid #e4e4e4;
	color: #fff;
	font-weight: 700;
    font-size: 13px;
	cursor: pointer;
	width: 90px;
	margin-right: 3px;
    height: 32px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    float: right;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


#modal-comment .form input[type="submit"]:hover {
	background-color: #62FF59;
}

#modal-comment .form .smilies {
	background: #26B300;
    height: 30px;
    width: 38px;
	border: 1px solid #e4e4e4;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    float: right;
	margin-right: 5px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#modal-comment .form .smilies:hover {
	background-color: #62FF59;
}

.multimedia .dashboard .side1 .content #question_button {
	background: #26B300;
    height: 30px;
    border: 1px solid #e4e4e4;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    float: right;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.multimedia .dashboard .side1 .content #question_button:hover {
	background-color: #62FF59;
}

#modal-comment .form .smilies .smiley {
	margin: 4px auto;
    background: url(../img/smiley.png) repeat-x;
    width: 21px;
    height: 21px;
}

#modal-comment .emoticons{
	margin-left: 1px !important;
    margin-top: 1px !important;
    width: 100%;
}

#modal-comment .button-post{
	background: #26B300;
    padding: 0px 15px 0px 15px;
    height: 30px;
    border: 1px solid #e4e4e4;
    color: #fdfdfd;
    cursor: pointer;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    float: right;
    font-size: 15px;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#modal-comment .button-post:hover{
	background: #2CCF00;
}

#modal-comment #question_button {
    background: #26B300;
    height: 30px;
	line-height: 25px;
    border: 1px solid #e4e4e4;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    float: right;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#modal-comment #question_button:hover{
	background: #2CCF00;
}

.admin-edit {
    padding: 20px;background: rgba(255,255,255,0.75);
}

.admin-edit p {
    color: #1C1C1C;
    font-size: 13px;
    padding: 10px 0 10px 0;
    font-weight: bold;
}

.admin-edit input[type="text"] {
    width: 343px;
    padding: 8px 6px 8px 6px;
    color: #555555;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.admin-edit textarea {
    width: 640px;
    height: 150px;
    padding: 10px;
}

.admin-edit .poster {
    max-height: 300px;
    width: auto;
    padding: 10px;
}