/*
	Document   : Single Photo Module Stylesheet
	Created on : Sep 13, 2016, 3:52:59 PM
	Author     : WAD Solutions
*/

.project .content ul.info li span.cat_nm{
	font-weight:normal !important;
	border:0 none !important;
	padding:0 !important;
}
.project .content ul.info li span.cat_nm.jury{
	font-size:12px;
}
.project .content ul.info li a.cat_link{
	display:inline-block; 
	line-height:15px;
	font-size:15px;
	font-weight:bold;
}
.project .content ul.info li a.cat_link.jury{
	font-size:12px;
}

div.change_cover{
	width:982px;
	height:250px;
	position:absolute;
	z-index:99;
}
#project_input_popup{
	width:100%;
	height:100%;
	overflow:hidden;
	background:#151515;
	opacity:0.8;
	z-index:130;
	position:fixed;
	top:0;
	left:0;
}
#copylink{
	float:right;
	margin-right:25px;
}
#vote_btn{
	z-index:1;
}
div.image_container{
text-align:center;
}
body.full_box{
	overflow:hidden;
}
body.full_box div#head-wrap{
	display:none;
}
body.full_box #site-wrap div.project{
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	z-index:99999;
}
body.full_box #site-wrap div.project ul{
	display:none;
}
body.full_box #site-wrap div.project div{
    height: 100%;
    width: 100%;
}
body.full_box #site-wrap div.project div.adult_cover div{
    height: auto;
    width: auto;
}
body.full_box #page-wrap {
    display: block;
    height: 100%;
    padding-bottom: 0;
    position: absolute;
    width: 100%;
}
.project .content ul.info li.name span.cat_nm{
	font-size:13px;
}
.project .content ul.info li a.cat_link {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
}
body.full_box #site-wrap div.project img.true_art {
	display: none;
	max-height: calc(100vh - 20px);
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-width: calc(100% - 20px);
}
body.full_box #site-wrap div.project  img.old_art {
	display: block;
	max-height: calc(100vh - 20px);
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-width: 100%;
}
div.image_container div.img_init{
	display:block;
	position:relative;
}
div.adult_cover{
	background:#202020;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
div.adult_cover div.inner_cover{
	top:50%;
	position:relative;
	text-align:center;
	transform:translateY(-50%);
}
div.cal_view div.adult_cover{
	background:#202020;
	position:absolute;
	width:100%;
	height:calc(100% - 128px);
	top:108px;
	left:0;
}
div.adult_cover div.inner_cover div.title{
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
}

div.adult_cover div.inner_cover a.right_btn{
    background: #484848;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    line-height: 42px;
    margin: 20px;
    margin-bottom: 10px;
    text-transform: lowercase;
    width: 138px;
    height: 42px;
}
div.adult_cover div.inner_cover a.left_btn{
    background: #91a61a;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    line-height: 42px;
    margin: 20px;
    margin-bottom: 10px;
    text-transform: lowercase;
    width: 138px;
    height: 42px;
}
div.section.keywords {
  padding: 10px 15px;
  margin: 12px 0 0px 0;
  background:#fafafa;
  border:1px solid #e5e5e5;
}
div.section.keywords a {
  color: #666666;
  font-size: 11px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  background: transparent url("/images/tag-label.png") left center no-repeat;
  padding-left: 12px;
  margin-right: 10px;
  text-transform: capitalize;
}
div.section.keywords a:hover {
  color: #a8c11d;
   background: transparent url("/images/tag-label_h.png") left center no-repeat;
}
div.adult_holder{
	float:right;
	padding-top:10px;
	padding-right:20px;
}
div.adult_holder:hover div.icheckbox_minimal{
	border: 1px solid #484848;
	margin:-1px;

}
div.adult_holder label{
	float:left;
	background:none !important;
	padding-left:10px !important;
	padding-right:30px !important;
}
div.adult_holder span{
	font-weight:bold;
	padding-top:3px;
	display:inline-block;
		float:left;
	margin-left:10px;
}
div.adult_holder div{
	float:left;
}

a.left_img_arrow{
	position:absolute;
	left:10px;
	z-index:80;
    width: 33.33%;
	height:100%;
	display:block;
	cursor:pointer;
	opacity:0;
	text-align:left;
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-ms-animation: fadein 2s;
	-o-animation: fadein 2s;
	animation: fadein 2s;
}
a.right_img_arrow{
    width: 33.33%;
	height:100%;
	opacity:0;
	cursor:pointer;
	display:block;
	position:absolute;
	right:10px;
	text-align:right;
	z-index:80;

}


a.right_img_arrow img,a.left_img_arrow img{
	top:calc(50% - 20px);
	position:relative;
}
div.tbl_row{
	display:table-row;

}
div.table{
	display:table;
	margin-bottom:40px;
}

div.vote a.close{
    background: none repeat scroll 0 0 #505050;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
	margin-top:20px;
    text-transform: uppercase;
}
div.static_content table{
	float:none !important;
}
div.rte, .mceContentBody {
	background:#202020 !important;
	color:#999;
	border:0 none;
	float:left;
	padding:3px;
	padding-left:10px;
}
div.slider_projects{
	width:990px;
	margin:0 auto;
	margin-top:30px;
}
a.see_more{
	display:block;
	margin:0 auto;
	width:142px;
	height:42px;
	background:#202020;
	color:#cecece;
	font-size:16px;
	margin-top:40px;
	text-align:center;
	line-height:42px;
}
div.slider_projects div.data{
	color:#ccc;
	font-size:14px;
	text-align:left;
}
div.slider_projects div.data span{
	display:block;
	margin-bottom:3px;
}
div.slider_projects a.img{
	float:left;
	display:block;
	width:250px;
	margin-right:40px;
	margin-left:40px;
}
div.slider_projects a img{
	width:250px;
	height:250px;
}
.sidePanelCarousel ul  .small_project{
	height:auto;
}
.sidePanelCarousel ul .small_project h3 a.a2{
	line-height: 18px;
}
.sidePanelCarousel .small_project h3{
	margin: 3px 0;
}
.sidePanelCarousel ul li {
  width: 300px;
  list-style: none;
  float: left;
}
.sidePanelCarousel .tools {
  position: relative;
  height: 40px;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
}
.sidePanelCarousel .tools a.more {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
}
.sidePanelCarousel .tools .center {
  width: 47px;
  margin: 0 auto;
  padding: 8px 0;
}
.sidePanelCarousel .previous_button, .section.akcent .previous_button {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: transparent url("/images/pager.gif");
  cursor: pointer;
}
.sidePanelCarousel .previous_button_disabled, .section.akcent .previous_button_disabled {
  background: transparent url("/images/pager-dis.gif");
  cursor: default;
}
.sidePanelCarousel .next_button, .section.akcent .next_button {
  display: block;
  float: left;
  width: 23px;
  height: 24px;
  background: transparent url("/images/pager.gif") -24px 0;
  cursor: pointer;
}
.sidePanelCarousel .next_button_disabled, .section.akcent .next_button_disabled {
  background: transparent url("/images/pager-dis.gif") -24px 0;
  cursor: default;
}

.project {
  background-color: #fafafa;
  position: relative;
  margin-bottom: 0px;
  color: #666666;
  overflow: hidden;
}
.project h1 {
  font-weight: normal;
  margin-bottom: 10px;
}
.project h1 a {
  color: #333333;
  font-size: 17px;
  text-decoration: none;
}
.project h2 {
  color: #333333;
  font-size: 18px;
  text-align:center;
  font-weight: normal;
  margin-bottom: 5px;
}
.project .title {
  position: relative;
  padding: 12px;
}
.project .rejected {
  padding: 12px;
  background-color: #f89f05;
  color: #ffffff;
  font-weight: bold;
}
.project .rejected h1 {
  color: #ffffff;
}
.project a.author {
  color: #607816;
  text-decoration: none;
}
.project a:hover.author {
  text-decoration: underline;
}
.project .back {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.project .back a {
  color: #999999;
  text-decoration: none;
}
.project .content {
  position: relative;
  /*padding: 0 0 30px 0;*/
}
.project .content.newview {
  left: auto;
	height:calc(100vh - 50px);
  text-align:center;
  width:100%;
  background:#101010;
  float: none;
}
.project .content.newview.cal_view{
	height:calc(100vh - 86px);
}
.project .content.newview div.calendar{
	height:42px;
	border:0 none;
	margin:0 auto;
	width:980px;
	text-transform:uppercase;
	padding:10px;
	padding-top:57px;
	padding-bottom:0px;
	background:none;
}
.project .content.newview div.calendar a.archive:hover{
	background:#484848 url("/images/icons/arrow_right_h.png") no-repeat scroll right center;
	color:#fff;
}
.project .content.newview div.calendar div.navigation{
	float:left;
}
.project .content.newview div.calendar a.archive{
	float:right;
	
	padding:10px 15px;
	font: 13px "Open Sans", sans-serif;
	background:#202020 url("/images/icons/arrow_right.png") no-repeat scroll right center;
	padding-right:42px;
	color:#cccccc;
}
body.full_box #site-wrap div.project div.calendar{
	width:auto;
	padding-top:10px;
	height:auto;
}
body.full_box #site-wrap  div.calendar div.left_switch, body.full_box #site-wrap  div.calendar div.right_switch{
	width:72px;
    display: inline-block;
    vertical-align: top;
}
body.full_box #site-wrap  div.calendar div.current_winner {
    display: inline-block;
    height: 37px;
    padding-top: 5px;
    width: 82px;
}
body.full_box #site-wrap  div.calendar div.current_winner div{
	width:auto;
	height:auto;
}
body.full_box #site-wrap  .content.newview.cal_view div.image_container img {
    height: auto;
	max-height:100%;
	max-width:100%;
}
body.full_box #site-wrap   .content.newview.cal_view div.art  {
	height: calc(100% - 70px) !important;
}
.project .content.newview div.calendar div.current_winner,.project .content.newview div.calendar div.left_switch,.project .content.newview div.calendar div.right_switch{
	display:inline-block;
	vertical-align:top;
}
.project .content.newview div.calendar div.left_switch,.project .content.newview div.calendar div.right_switch{
	width:72px;
}
.project .content.newview div.calendar div.current_winner{
	width:82px;
	padding-top:5px;
	height:37px;
	display:inline-block;
}
.project .content.newview div.calendar div.left_switch a{
	background:transparent url(/images/icons/arrow_left_big.png) no-repeat top center;
	width:42px;
	cursor:pointer;
	height:42px;

	display:inline-block;
}
.project .content.newview div.calendar div.left_switch span{
    color: #fff;
    display: block;
    float: left;
	cursor:pointer;
    font-size: 14px;
    height: 42px;
	width:30px;
	text-align:center;
    line-height: 42px;
}
.project .content.newview div.calendar div.right_switch span{
    color: #fff;
    display: block;
    float: right;
	cursor:pointer;
    font-size: 14px;
    height: 42px;
	width:30px;
	text-align:center;
    line-height: 42px;
}
.project .content.newview div.calendar div.left_switch a:hover,.project .content.newview div.calendar div.left_switch span:hover + a{
	background:#484848 url(/images/icons/arrow_left_big_h.png) no-repeat top center;
}
.project .content.newview div.calendar div.right_switch a{
	background:transparent url(/images/icons/arrow_right_big.png) no-repeat top center;
	width:42px;
	cursor:pointer;
	height:42px;
	display:inline-block;
}
.project .content.newview div.calendar div.right_switch a:hover,.project .content.newview div.calendar div.right_switch a.hovered{
	background:#484848 url(/images/icons/arrow_right_big_h.png) no-repeat top center;
}
.project .content.newview div.calendar div.current_winner div.day{
	color:#fff;
	font-size:21px;
	text-align:center;
}
.project .content.newview div.calendar div.current_winner div.month{
	color:#fff;
	font-size:14px;
	text-align:center;
}
div.jury_voting .project .content.newview {
	height:inherit;
}
.project .content.newview.add_project{
  background:#fafafa;
}
.project .content.newview.add_project.photobook_bg{
	background:#fafafa url(/images/pattern_bg.jpg) repeat top left;
}
.project .content.newview.add_project.no_height,.project .content.newview.no_height .art{
	max-height:none;
	padding-top:20px;
	height:auto;
	min-height: calc(100vh - 105px);
}
.project.big_project .content.newview.add_project.no_height,.project.big_project .content.newview.no_height .art{
	max-height:none;
	padding-top:20px;
	padding-bottom:0px;
	height:auto;
	min-height: calc(100vh - 105px);
}
div.project_upload .uploadform  .no_height .text .lc{
	position: relative;
}
.project .content.newview.no_height  .image_container {
    position: relative;
    top: auto;
    transform: none;
}
div.project_upload .uploadform  .no_height .text .rc{
	position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;

    width: auto;
}
div.activate_hover{
	height:80px;
	position:relative;
}
div.activate_hover div.dotted_line{
	height:1px;
	width:100%;
	position:absolute;
	top:39px;
	display:none;
	border-bottom:1px dotted #202020;
}
div.activate_hover:hover .add-tools div.add_content{
	display:inline-block;
}
div.project_upload .uploadform .add_project.no_height .rc p{
	color:#fafafa;
}
.project .content.newview.no_height div.image_container img {
    display: none;
	position:relative;
	top:auto;
	transform:none;
    margin: 0 auto;
    max-height:none;
    max-width: 980px;
	width: 980px;
}
.project .content .no_height .image_container{
    max-height: none;
    max-width: none;
}

.project .content.newview div.image_container img{
	margin:0 auto;
	max-height:calc(100vh - 92px);
	 max-width:100%;
	 position:absolute;
	 transform:translate(-50%,-50%);
	 top:1px;
	 display:none;
	 height:auto;
}
.project .content.newview.cal_view div.image_container img{
	max-height:calc(100vh - 229px);
}
div.jury_voting .project .content.newview div.image_container img{
	max-height:calc(100vh - 92px);
}
.project .content.newview div.image_container div.image img{
	 display:block;
}
.project .content.newview .art{
	left: auto;
	width:auto;
	width:100%;
	height:calc(100vh - 92px);
	padding:0px;
	display:block;
	margin:0 auto;
	float: none;
}
.project .content.newview.cal_view .art{
	height:calc(100vh - 225px);
	padding:10px;
}
.not-active {
   pointer-events: none;
   cursor: default;
}
a[disabled] {
    pointer-events: none;
}
div.jury_voting .project .content.newview .art{ 
  float: none;
  padding:0px;
	width: calc(100% - 321px);
	height:calc(100vh - 92px);
}
div.jury_voting .project .content.newview .art.lets_vote{
	float:left;
}
.project .content .art {
  position: relative;
  margin:0 auto;
  width:900px;
  /*margin-bottom: 20px;*/
}
.project .content .image_container {
	margin:0 auto;
	 max-width:100%;
	 	max-height:100%;
}
.project .content .image_container img{
	width:100%;
}
.project .content.newview .image_container img{
	width:auto;
}
.project .content.newview .image_container {
  position: relative;
	  top: 50%;
	  transform: translateY(-50%);
}
.project .infopanel {
	position: relative;
	float: right;
	width: 440px;
	color:#cecece;
	padding:20px;
	padding-top:50px;
	height:calc(100vh - 162px);
	float:right;
	z-index: 98;
	text-align:left;
	background-color: #000;
	border: 0 none;
	overflow: hidden;
}
div.jury_voting div.voting_box{
	position: relative;
	float: right;
	width: 260px;
	color:#cecece;
	padding:20px;
	height:calc(100vh - 132px);
	float:right;
	margin-bottom:-1px;
	z-index: 98;
	text-align:left;
	background-color: #000;
	border: 0 none;
	overflow: hidden;
}
.project .comments_panel,.project .critique_panel {
	position: relative;
	float: right;
	width: 440px;
	color:#cecece;
	padding:20px;
	padding-top:50px;
	height:calc(100vh - 174px);
	float:right;
	margin-bottom:-1px;
	z-index: 98;
	text-align:left;
	background-color: #000;
	border: 0 none;
	overflow: hidden;
}
.project .cal_view .comments_panel,.project .cal_view .critique_panel {
	margin-top:-57px;
	padding-top:20px;
	height:calc(100vh - 186px);
}
.project .cal_view .infopanel {
	margin-top:-57px;
	padding-top:20px;
	height:calc(100vh - 187px);
}
.project .critique_panel {
	width: 560px;
}
.project .infopanel div.stats{
	padding-bottom:15px;
	margin-bottom:15px;
	color:#fff;
	font: 13px "Open Sans", sans-serif;
	line-height:14px;
	height:14px;
	border-bottom:1px solid #484848;
}
.project .infopanel div.stats span{
	color:#999;
}
.project .infopanel div.left_data{
	float:left;
	width:calc(63% - 30px);
	padding-right:30px;
}
.project .infopanel p{
	font: 14px "Open Sans", sans-serif;
	color:#fff;
		line-height:20px;
	margin-bottom:3px;
}
div.show_hide_arrows{
	position:relative;
}
h2.author_title{
	opacity:0;
	position:absolute;
	left:100000000;
}
.project .infopanel div.exif{
	overflow-y:auto;
	overflow-x:hidden;
	height:100%;
	padding-right:20px;
	width:calc(100% + 17px);
}
.project .comments_panel #comments_inner, .project .critique_panel #critique_inner{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;

    position: relative;
}
#profile_window{
	width:750px;
	height:400px;
	background:#151515;
	position:fixed;
	bottom:42px;
	left:10px;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:100;
}
#profile_window div.centered_content,div.user_details div.centered_content{
	width:auto;
}
#profile_window div.profile-header,div.user_details div.profile-header{
	padding:20px;
	background:none !important;
}
#profile_window div.buttons a.user_follow,div.user_details div.buttons a.user_follow {
    background: #91a61a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
    text-transform: lowercase;
}

#profile_window div.buttons a.user_follow.follow,div.user_details div.buttons a.user_follow.follow  {
    background: #505050 none repeat scroll 0 0;
    color: #fff;
}
#profile_window div.profile-header div.profile-avatar{
	width:70px;
	height:70px;
	float:left;
}
div.user_details div.profile-header div.profile-avatar{
	width:60px;
	height:60px;
	position:relative;
	margin-top:-6px;
	float:left;
}
#profile_window div.profile-header div.profile-avatar img{
	width:70px;
	height:70px;
}
div.user_details div.profile-header div.profile-avatar img{
	width:60px;
	height:60px;
}
#profile_window div.columns,div.user_details div.columns{
	clear:both;
	padding:20px;
}
#profile_window div.columns div.projects,div.user_details div.columns div.projects{
	background:none;
}

#profile_window div.gallery_view.one_image .projects.real div.thmb{
    float: left;
    height: 120px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 15px !important;
    text-align: center;
    width: 160px;
}
#profile_window div.gallery_view.one_image .projects.real div.thmb:nth-child(4n){
	margin-right: 0px !important;
}
#profile_window div.gallery_view.one_image .projects.real div.thmb.big div.naked.regularbig{
	height:120px;
}
#profile_window div.gallery_view.one_image .projects.real div.thmb.big div.naked.regularbig {
    width: 277px;
}
div.naked {
    text-transform: uppercase;
    color: #fff;
    background: #202020;
    display: table-cell;
    vertical-align: middle;
}
div.user_details div.gallery_view.one_image .projects.real{
    height: calc(100vh - 310px);
    overflow-x: hidden;
    overflow-y: auto;
}
div.user_details div.gallery_view.one_image .projects.real div.thmb  {
    float: left;
    height: 90px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px !important;
    text-align: center;
    width: 120px;
}
#profile_window div.gallery_view.one_image .projects div.thmb div.insider,div.user_details div.gallery_view.one_image .projects div.thmb div.insider {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
div.mfp-gallery .mfp-arrow-right{
	background:transparent url(/images/right_img_arrow.png) no-repeat center center;
	width:42px;
	height:42px;
	right:20px;
	opacity:1;
}
div.mfp-gallery .mfp-arrow-right::before {
    border: 0 none !important;
}
div.mfp-gallery .mfp-arrow-right::after {
    border: 0 none !important;
    margin-left: 0px;
}
div.mfp-gallery .mfp-counter{
	display:none;
}
body .mfp-wrap,body .mfp-bg {
	top:60px;
	z-index:200;
	height: calc(100% - 60px);
}
body .mfp-container{
	z-index:200;
	height: calc(100% - 60px);
}

div.mfp-gallery .mfp-image-holder .mfp-close,div.mfp-gallery  .mfp-iframe-holder .mfp-close {
    color: #fff;
    top: 80px;
    position: fixed;
    right: 20px;
    text-align: center;
	opacity:1;
	background:#202020;
    width: 42px;
	padding:0;
	width: 42px; 
}
div.mfp-gallery .mfp-figure::after{
	background:none;
	bottom:60px;
	top:20px;
}
div.go_full{
	background:#000;
	opacity:0.7;
	width:100%;
	height:calc(100% - 80px);
	top:20px;
	position:absolute;
	display:none;
}
a.go_full{
	width:80px;
	display:none;
	height:80px;
	position:absolute;
	background:#2f2f2f url(/images/icons/view_h.png) no-repeat center center;
	border:1px solid #707070;
	top:calc(50% - 41px);
	left:calc(50% - 41px);
}
div.mfp-gallery img.mfp-img {
	padding-top:20px;
	padding-bottom:60px;
}
div.mfp-gallery figure:hover div.go_full, div.mfp-gallery figure:hover a.go_full{
	display:block;
}
div.mfp-gallery .mfp-image-holder .mfp-close:hover,div.mfp-gallery .mfp-iframe-holder .mfp-close:hover {
	background:#505050;
}
div.mfp-gallery img.mfp-img{
	max-height: calc(100vh - 60px) !important;
}
div.mfp-gallery .mfp-arrow-left{
	background:transparent url(/images/left_img_arrow.png) no-repeat center center;
	width:42px;
	height:42px;
	left:20px;
	opacity:1;
}
div.mfp-gallery .mfp-arrow-left::before {
    border: 0 none !important;
}
div.mfp-gallery .mfp-arrow-left::after {
    border: 0 none !important;
    margin-right: 0px;
}

#profile_window div.gallery_view.one_image .projects div.thmb div.insider  a.show_in_popup,div.user_details div.gallery_view.one_image .projects div.thmb div.insider  a.show_in_popup{
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	right:0;
	background:transparent url(/images/icons/resize_icon.png) no-repeat center center;
	z-index:100;
	display:none;
}
#profile_window div.gallery_view.one_image .projects div.thmb div.insider  a.show_in_popup img,div.user_details div.gallery_view.one_image .projects div.thmb div.insider  a.show_in_popup img{
	display:none;
}
#profile_window div.gallery_view.one_image .projects div.thmb div.insider:hover  a.show_in_popup,div.user_details div.gallery_view.one_image .projects div.thmb div.insider:hover  a.show_in_popup{
	display:block;
}
#profile_window .projects div.thmb .img,div.user_details .projects div.thmb .img {
    display: block;
    text-align: center;
    text-decoration: none;
}
#profile_window div.insider a,div.user_details div.insider a {
    color: #999;
    cursor: pointer;
}

#profile_window div.gallery_view.one_image .projects div.thmb .img img,div.user_details div.gallery_view.one_image .projects div.thmb .img img {
    height: auto;
    width: auto;
}
#profile_window .projects div.thmb .img img{
    max-height: 120px;
    max-width: 160px;
    vertical-align: middle;
}
div.user_details .projects div.thmb .img img{
    max-height: 90px;
    max-width: 120px;
    vertical-align: middle;
}
#profile_window div.columns div.fc{
	position:absolute;
	margin-top:-37px;
	margin-left:90px;
}
div.user_details div.columns div.fc{
	margin-top:0px;
	margin-left:0px;
}
#profile_window div.columns div.fc a.filter-tabs,div.user_details div.columns div.fc a.filter-tabs{
	font: 14px "Open Sans", sans-serif;
	color:#cccccc;
	line-height:12px;
	border-left:1px solid #666;
	padding:0 10px;
	float:left;
	display: block;
}
div.user_details div.columns div.fc a.filter-tabs{
	font: 12px "Open Sans", sans-serif;
}
#profile_window div.columns div.fc a.filter-tabs span,div.user_details div.columns div.fc a.filter-tabs span{
	font: 14px "Open Sans", sans-serif;
	line-height:14px;
	display: block;
}
div.user_details div.columns div.fc a.filter-tabs span{
	font: 12px "Open Sans", sans-serif;
}
#profile_window div.columns div.fc a.filter-tabs:hover,div.user_details div.columns div.fc a.filter-tabs:hover{
	color:#fff;
}
#profile_window div.columns div.fc span.filter-tabs{
	font: 14px "Open Sans", sans-serif;
	color:#fff;
	float:left;
	padding-right:10px;
	display: block;
	line-height:12px;
}
div.user_details div.columns div.fc span.filter-tabs{
	font: 12px "Open Sans", sans-serif;
	color:#fff;
	float:left;
	padding-right:10px;
	display: block;
	line-height:18px;
}
#profile_window div.profile-header h1,#profile_window div.profile-header h1 a{
	float:left;
	color:#fff;
	font: 28px Arial, sans-serif;
	font-weight:bold;
	line-height:28px;
	margin-left:20px;
    margin-top: 6px;
    margin-bottom: 10px;
}
div.user_details div.profile-header h1,div.user_details div.profile-header h1 a{
	text-overflow: ellipsis;
	width:255px;
	white-space: nowrap;
	overflow: hidden;
}
div.user_details div.profile-header h1,div.user_details div.profile-header h1 a{
	float:left;
	color:#fff;
	font: 28px Arial, sans-serif;
	font-weight:bold;
	line-height:28px;
	margin-left:20px;
	margin-top:5px;
}
#profile_window div.profile-header h1 a,div.user_details div.profile-header h1 a{
	margin-left:0;
}
#profile_window div.profile-header h1 span,#profile_window div.profile-header h1 a span,div.user_details div.profile-header h1 span,div.user_details div.profile-header h1 a span{
	color:#999;
	font: 11px Arial, sans-serif;
	font-weight:bold;
	line-height:28px;
}
#profile_window div.profile-header div.buttons,div.user_details div.profile-header div.buttons{
	float:right;
}
.project .infopanel div.keywords div.k_list{
	font: 13px "Open Sans", sans-serif;
	color:#999;
	line-height:14px;
}
.project .infopanel div.likers p{
	font: 13px "Open Sans", sans-serif;
	text-align:center;
	color:#ccc;
	width:auto;
	margin-bottom:15px;
}
.project .infopanel div.likers div{
	margin-left:-2px;
	width:calc(100% + 4px);
}
.project .infopanel div.likers a{
	margin:2px;
	display:block;
	width:70px;
	height:70px;
	float:left;
}
.project .infopanel div.likers a img{
	display:block;
	width:70px;
	height:70px;
}
.project .infopanel div.keywords {
	padding-bottom:15px;
	margin-bottom:15px;
	margin-top:30px;
	border-bottom:1px solid #484848;
}
.project .infopanel div.no_keywords {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #484848;
}
.project .infopanel div.keywords div.k_list div{
	display:inline-block;
	line-height:14px;
	margin-right:6px;
}
.project .infopanel div.keywords div a{
	font: 14px "Open Sans", sans-serif;
	color:#fff;
	margin-left:3px;
	line-height:14px;
    text-decoration: none;
}
.project .infopanel p span,.project .infopanel div.keywords span{
	display:block;
	font: 13px "Open Sans", sans-serif;
	color:#999;
	line-height:20px;
}
.project .infopanel div.right_data{
	float:right;
	width:37%;
}
.project .infopanel div.stats div.score{
	float:left;
}
.project .infopanel div.stats div.views{
	float:right;
	line-height:14px;
	margin-right:30px;
}
.project .infopanel div.stats div.views span{
	width:20px;
	display:block;
	float:left;
	height:14px;
	margin-right:10px;
	line-height:14px;
	font: 13px "Open Sans", sans-serif;
	background:transparent url(/images/icons/view_grey.png) no-repeat center center;
}
.project .infopanel div.stats div.likes span{
	width:18px;
	display:block;
	float:left;
	height:16px;
	margin-right:10px;
	line-height:16px;
	font: 13px "Open Sans", sans-serif;
	background:transparent url(/images/icons/favorite_grey.png) no-repeat center center;
}
.project .infopanel div.stats div.likes{
	float:right;
	margin-top:-1px;
	margin-right:60px;
	line-height:16px;
}
.project .infopanel h2.img_title,.project .comments_panel h2.img_title,.project .critique_panel h2.img_title,div.jury_voting div.voting_box h2.img_title{
	color:#eee;
	font: 17px "Open Sans", sans-serif;
	line-height:25px;
	font-weight:normal;
	text-align:left;
}
div.jury_voting div.voting_box h2.img_title{
	margin-bottom:0px;
}
div.jury_voting div.voting_box h3.sub_title{
	color:#eee;
	font: 13px "Open Sans", sans-serif;
	line-height:28px;
	font-weight:normal;
	text-align:left;
}
.project .critique_panel h3.sub_title{
	color:#eee;
	font: 15px "Open Sans", sans-serif;
	line-height:28px;
	font-weight:normal;
	text-align:left;
}
.project .comments_panel textarea{
	width:calc(100% - 40px);
	height:50px;
	margin-top:10px;
	margin-bottom:10px;
	background:#101010;
	color:#ccc;
	font: 13px "Open Sans", sans-serif;
	line-height:20px;
	padding:20px;
	border:1px solid #484848;
}
.project .critique_panel textarea{
	width:calc(100% - 40px);
	height:220px;
	margin-top:30px;
	margin-bottom:20px;
	background:#101010;
	color:#ccc;
	font: 13px "Open Sans", sans-serif;
	line-height:20px;
	padding:20px;
	border:1px solid #484848;
}
div.jury_voting div.voting_box textarea{
	width:calc(100% - 20px);
	height:90px;
	margin-left:-10px;
	margin-top:10px;
	margin-bottom:40px;
	background:#101010;
	color:#ccc;
	font: 13px "Open Sans", sans-serif;
	line-height:20px;
	padding:20px;
	border:1px solid #484848;
}
div.ps-scrollbar-x-rail{
	display:none !important;
}
.ps-container {
    padding-right: 20px !important;
}
.project .comments_panel input.submit,.project .critique_panel input.submit{
	background:#000;
	text-transform:uppercase;
	width:auto;
	color:#999;
	border:0 none;
	float:right;
	font: 14px "Open Sans", sans-serif;
	font-weight:400;
	cursor:pointer;
	margin-right:20px;
}
.project .comments_panel input.submit.red,.project .critique_panel input.submit.red{
	background:#990000;
	color:#fff;
	width:160px;
}
.project .critique_panel input.submit{
	margin-bottom:40px;
}
.project .comments_panel div.comments div.comment{
	padding:0;
	margin-bottom:10px;
}
div.critique_rates{
	width:80px;
	height:40px;
	float:right;
	display:table;
	position:relative;
	margin-top:-10px;
}
div.critique_rates.general{
	width:160px;
	height:80px;
	float:none;
	margin:0 auto;
	display:table;
	cursor:pointer;
	position:relative;
	margin-top:30px;
	margin-bottom:30px;
}
div.critique_rates div.bar{
	width:20px;
	height:40px;
	vertical-align:bottom;
	display:table-cell;
	font: 13px "Open Sans", sans-serif;
	color:#ccc;
	text-align:center;
}
div.critique_rates.general div.bar{
	width:40px;
	height:80px;
	vertical-align:bottom;
	display:table-cell;
	font: 17px "Open Sans", sans-serif;
	color:#fff;
	text-align:center;
}
div.critique_rates div.bar div.colored{
	width:20px;
	height:25px;
}
div.critique_details{
	position:absolute;
	z-index:300;
	top:0;
	display:none;
	background:#262626;
	left:0;
	height:100%;
	width:100%;
}
div.critique_details div.criteria {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
	margin-left:40px;
}
div.critique_details .criteria .criteria-wrap div.criteria-hint{
	float:left;
	width:50%;

	font: 13px "Open Sans", sans-serif;
	color:#ccc;
	position:relative;
	margin-top:-4px;
	line-height:16px;
	text-align:left;
}
a.close_btn{
	width:42px;
	height:42px;
	background:transparent url(/images/icons/close_window.png) no-repeat center center;
	display:block;
	position:absolute;
	top:44px;
	right:0;
}
div.user_details a.close_btn{
	width:42px;
	height:42px;
	background:#262626 url(/images/icons/close_window.png) no-repeat center center;
	display:block;
	position:absolute;
	top:44px;
	right:480px;
}
div.user_details{
	position:absolute;
	z-index:99;
	top:0px;
	display:none;
	background:#262626;
	right:0;
    height: calc(100vh - 174px);
    padding: 50px 0px 20px;
    text-align: left;
    width: 480px;
}
div.user_details_inner{
	overflow:hidden;
}
a.fast-view{
	cursor:pointer;
}
div.critique_details .criteria .criteria-wrap .criteria-title{
	text-align:left;
	font: 15px "Open Sans", sans-serif;
	margin-bottom:13px;
}
div.critique_rates.general div.bar div.colored{
	width:40px;
	margin-bottom:10px;
	height:50px;
}
div.color_1{
	background:#748515;
}
div.color_2{
	background:#00808b;
}
div.color_3{
	background:#631471;
}
div.color_4{
	background:#ae4035;
}
.project .critique_panel div.comments div.comment{
	padding:0;
	margin-bottom:20px;
}
form.add_sub{
	display:none;
}
.project .comments_panel div.comments div.sub_comments  div.comment{
	margin-left:20px;
}
.project .critique_panel div.comments div.sub_comments  div.comment{
	margin-left:20px;
}
a.cancel_commenting{
	color:#999;
	float:right;
	margin-right:20px;
	margin-top:5px;
}
.project .comments_panel div.comments  div.comment div.image,.project .critique_panel div.comments  div.comment div.image{
	width:30px;
	float:left;
	height:30px;
	margin-right:10px;
	margin-bottom:10px;
}
.project .comments_panel div.comments  div.comment div.heading,.project .critique_panel div.comments  div.comment div.heading{
	float:left;
	height:30px;
	font: 14px "Open Sans", sans-serif;
	color:#fff;
	width:calc(100% - 40px);
	line-height:30px;
}
.project .comments_panel div.comments  div.comment div.heading div.actions{
	margin-top:0px;
}
div.jury_voting div.voting_box .comments_panel textarea {
    width: calc(100% - 20px);
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-left:0;
    background: #101010;
    color: #ccc;
    font: 13px "Open Sans", sans-serif;
    line-height: 20px;
    padding: 10px;
    border: 1px solid #484848;
}
div.jury_voting div.voting_box .comments_panel input.submit{
    background: #000;
    text-transform: uppercase;
    width: auto;
    color: #999;
    border: 0 none;
	height:25px;
    float: right;
    font: 14px "Open Sans", sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin-right: 20px;
}
.project .comments_panel div.comments  div.comment div.heading a,.project .critique_panel div.comments  div.comment div.heading a{
	height:30px;
	font: 14px "Open Sans", sans-serif;
	color:#fff;
	width:calc(100% - 40px);
	line-height:30px;
}
.project .comments_panel div.comments  div.comment div.heading span.ctime,.project .critique_panel div.comments  div.comment div.heading span.ctime{
	display:block;
	float:right;
	font: 12px "Open Sans", sans-serif;
	color:#666;
	line-height:30px;
	height:30px;
}
.project .comments_panel div.comments div.comment div.actions, .project .critique_panel div.comments div.comment div.actions{
	float:right;
	position:relative;
	margin-top:5px;
	margin-bottom:5px;
}
.project .comments_panel div.comments  div.comment div.actions a,.project .critique_panel div.comments  div.comment div.actions a{
	font: 12px "Open Sans", sans-serif;
	color:#999;
	margin-left:5px;
}
.project .comments_panel div.comments  div.comment div.actions a.report,.project .critique_panel div.comments  div.comment div.actions a.report{
	display:inline-block;
	width:16px;
	height:16px;
	line-height:16px;
	background:#999;
	color:#eee;
	text-align:center;
}
.project .comments_panel div.comments  div.comment div.actions a:hover,.project .critique_panel div.comments  div.comment div.actions a:hover{
	color:#fff;
}
.project .comments_panel div.comments  div.comment div.comment_body,.project .critique_panel div.comments  div.comment div.comment_body{
	clear:both;
	font: 13px "Open Sans", sans-serif;
	color:#ccc;
	line-height:20px;
}
.project .comments_panel div.comments  div.comment div.image a,.project .comments_panel div.comments  div.comment div.image img,.project .critique_panel div.comments  div.comment div.image a,.project .critique_panel div.comments  div.comment div.image img{
	display:block;
	width:30px;
	height:30px;
}
.project .infopanel .exif .lc {
	display:inline-block;
}
.project .infopanel .exif .lc .image {
	display:inline-block;
  margin: 0 auto;
  padding: 5px;
}
.project .infopanel .exif .rc {
	display:inline-block;
  text-align: left;
  padding-left:50px;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.project .infopanel .exif .rc h2 {
  font-size: 14px;
  text-align:left;
  color:#cecece;
  font-weight:bold;
  margin-bottom: 18px;
}
.project .infopanel .exif .rc p {
  margin-bottom: 13px;
  width:auto;
}
.project .infopanel .exif .rc span {
  display: block;
  width: 150px;
  float: left;
}
.project .infopanel .close_info {
  position: absolute;
  top: 8px;
  z-index:99999;
  right: 8px;
  display:block;
  width: 42px;
  height: 42px;
    background:#202020 url("/images/icons/close.png") no-repeat center center;
  cursor: pointer;
}
.project .infopanel .close_info:hover {
    background:#484848 url("/images/icons/close.png") no-repeat center center;
}
.project .content img.loaderImage {
  cursor: pointer;
}
.project .content ul.info {
  width: 100%;
  z-index:99;
  height: 40px;
  margin-bottom: 20px;
  background: black url("/images/info_panel_bg.gif") repeat-x;
  list-style: none;
}
.project .content.newview ul.info{
	width: 96%;
	height: 42px;
	padding-left:2%;
	padding-right:2%;
	margin-bottom: 20px;
	background: #202020;
	list-style: none;
}
div.no-bottom-padding .project .content.newview ul.info{
	margin-bottom: 0px;
	position:fixed;
	bottom:0;
	clear:both;
}
div.no-bottom-padding .project.project_upload .content.newview ul.info{
	margin-bottom: 0px;
	position:relative;
	bottom:0;
}
div.jury_voting .project .content.newview ul.info{
  margin-bottom: 0px;
}
div.jury_voting .project{
	margin-bottom:0;
}
.project .content ul.info li {
  display: block;
  float: left;
  margin-left: 0;
}
.project .content ul.info li.name {
	padding-top:0px;
	color:#ccc;
}
div.jury_voting  .project .content ul.info li.name {
	padding-top:12px;
	color:#ccc;
}
.project .content ul.info li.name span{
	color:#eeeeee;
	line-height:16px;
	font-weight:normal;
	font-size:15px;
}
.project .content ul.info li.exif {
  cursor: pointer;
  height: 42px;
}
.project .content ul.info li.author img,.project .content ul.info li.author a{
	height:42px;
	display:block;
}
.project .content  ul.info li.tools {
  float: right;
  width: 42px;
  height: 42px;
  margin: 0px;
}
.project .content  ul.info li.tools a:hover {
	background-color:#000 !important;
}
.project .content  ul.info li.tools a.remove_list:hover {
	background-color:#cc0000 !important;
}
.project .content  ul.info li.tools a.vote_list:hover {
	background-color:#91a61a !important;
}
.project .content ul.info li.tools.comments span,.project .content ul.info li.tools.critique span{
	display:block;
	margin-left:3px;
}
#site-wrap div.jury_voting {
	padding-bottom:0;
}
div.report2admin, div.jury_dir{
	position:absolute;
	background:#fff;
	right:0;
	display:none;
	width:300px;
	height:390px;
	bottom:42px;
	z-index:70000;
}
div.jury_dir{
	height:auto;
}
div.jury_dir #category_id-button{
	background:#202020;
	border-radius:0;
    float: left;
    margin-left: 20px;
}
div.jury_dir #ratings-button{
	background:#202020;
	border-radius:0;
    float: left;
    margin-left: 20px;
}
div.report2admin p,div.jury_dir p{
	color:#202020;
	width:auto;
	text-align:left;
	font-size:12px;
	margin-left:20px;
	margin-top:20px;
}
div.report2admin.commenting{
	height:267px;
}
div.report2admin.sharelink{
	height:172px;
	bottom:84px;
}
div.report2admin  a.cancel_comments{
	float:left;
    margin-right: 20px;
	color:#505050;
    margin-top: 26px;
}
#voting_com{
	padding:0 20px;
}
#voting_com textarea{
	width:calc(100% - 20px);
	padding:10px;
	border:1px solid #91a61a;
	background:#fafafa;
	height:100px;
}
div.report2admin  input[type="submit"].save_comment{
	float:left;
	background:#91a61a;
	margin-left:40px;
}
div.report2admin.sharelink h3{
	margin-bottom:20px;
}
div.report2admin.sharelink p.success{
	margin:5px 0;
	text-align:center;
}
div.report2admin.sharelink input[type="button"]{
	text-transform:lowercase;
	float:none;
	display:block;
	border:1px solid #ccc;
	margin:0 auto;
	font: 12px "Open Sans",sans-serif;
	width:140px;
}
div.report2admin.sharelink input[type="text"]{
	width:180px;
	height:40px;
	border:1px solid #ccc;
	text-align:center;
	display:block;
	margin:0 auto;
	font: 12px "Open Sans",sans-serif;
	line-height:40px;
	margin-bottom:20px;
}
div.report2admin p.thanks,div.jury_dir p.thanks{
	float:left;
	margin-top:16px;
	width:150px;
}
div.report2admin h3,div.jury_dir h3{
	width:calc(100% - 20px);
	color:#fff;
	margin-bottom:30px;
	text-align:left;
	padding-left:20px;
	font-size:12px;
	line-height:42px;
	background:#202020;
	height:42px;
}
div.report2admin ul,div.jury_dir ul{
	list-style:none;
	margin-left:20px;
	padding-left:0px;
}
div.report2admin ul li,div.jury_dir ul li  {
	text-align:left;
	color:#202020;
	clear:both;
	margin-bottom:10px;
}
div.report2admin ul li label,div.jury_dir ul li label{
	float:left;
	color:#202020;
	margin:0;
	line-height:18px;
	width:250px;
}
div.report2admin ul li input[type="checkbox"],div.jury_dir ul li input[type="checkbox"]{
	width:auto;
	margin-top:3px;

	display:inline-block;
	float:left;
	height:auto;
	margin-bottom:0px;
	margin-right:10px;
}
div.report2admin input[type="submit"],div.jury_dir input[type="submit"],div.report2admin input[type="button"]{
	cursor:pointer;
	background:#202020;
	float:right;
	width:100px;
	line-height:14px;
		margin-top:20px;
	height:30px;
	margin-right:20px;
	color:#fff;
}
div.report2admin input[type="submit"]:hover,div.jury_dir input[type="submit"]:hover{
	background:#a8c11d;
}
.project .content ul.info li.tools a{
	cursor:pointer;
}
.project .content ul.info li.tools.report a{
  background: transparent url("/images/icons/attention.png") center center no-repeat;
}
.project .content ul.info li.tools.report a:hover{
  background: transparent url("/images/icons/attention_h.png") center center no-repeat;
}
.project .content ul.info li.tools.report a.clicked{
  background: transparent url("/images/icons/attention_h.png") center center no-repeat;
}
.project .content ul.info li.tools.report a.clicked{
	background-color:#000;
}
.project .content ul.info li.tools.category a.clicked{
	background-color:#000;
}
.project .content ul.info li.tools.fliph a{
  background: transparent url("/images/ico-fliph.png") center center no-repeat;
}
.project .content ul.info li.tools.exif a{
  background: transparent url("/images/icons/info.png") center center no-repeat;
}
.project .content ul.info li.tools.exif a:hover{
  background: transparent url("/images/icons/info_h.png") center center no-repeat;
}
.project .content ul.info li.tools.jury_vote a{
  background: transparent url("/images/icons/check.png") center center no-repeat;
}
.project .content ul.info li.tools.jury_vote a:hover{
  background: transparent url("/images/icons/check_h.png") center center no-repeat;
}
.project .content ul.info li.tools.jury_vote.clicked a{
  background-color:#000;
}
.project .content ul.info li.tools.refuse_it a{
  background: #4c0f0f url("/images/icons/close_h.png") no-repeat scroll center center;
}
.project .content ul.info li.tools.refuse_it a:hover{
  background: #cc0000 url("/images/icons/close_h.png") no-repeat center center !important;
}
.project .content ul.info li.tools.category a{
  background: transparent url("/images/icons/category.png") center center no-repeat;
}
.project .content ul.info li.tools.category a:hover{
  background: transparent url("/images/icons/category_h.png") center center no-repeat;
}
.project .content ul.info li.tools.jury_vote.active a{
	background-color:#000 !important;
}
.project .content ul.info li.tools.reload a{
  background: transparent url("/images/icons/random.png") center center no-repeat;
}
.project .content ul.info li.tools.img_link a{
  background: transparent url("/images/icons/link.png") center center no-repeat;
}
.project .content ul.info li.tools.img_link a:hover{
  background: #000 url("/images/icons/link_h.png") center center no-repeat !important;
}
.project .content ul.info li.tools.reload a:hover{
  background: transparent url("/images/icons/random_h.png") center center no-repeat;
}
.project .content ul.info li.tools.comments{
	width:50px;
}
.project .content ul.info li.tools.comments a{
  background: transparent url("/images/icons/comments.png") left center no-repeat;
	padding-left:10px;
	width:45px;
	cursor:pointer;
}
.project .content ul.info li.tools.add_notes{
	width:42px;
}
.project .content ul.info li.tools.add_notes.clicked{
	background-color: #000;
}
.project .content ul.info li.tools.add_notes a{
  background: transparent url("/images/icons/comments.png") center center no-repeat;
	padding-left:0px;
	width:42px;
	height:42px;
	cursor:pointer;
}
.project .content ul.info li.tools.add_notes a:hover{
	background: #000 url("/images/icons/comments_h.png") center center no-repeat !important;
}
div.voting_comments{
	width:calc(100% - 40px);
	padding:0 20px;
	margin-top:20px;
	text-align:center;
}
div.voting_comments textarea{
	text-align:left;
}
div.voting_comments a,div.voting_comments input{
	margin:20px;
	display:inline-block;
	text-align:center;
	height:42px;
	cursor:pointer;
	border:0 none;
	color:#fff;
	text-transform:uppercase;
	font: 14px "Open Sans",sans-serif;
	line-height:42px;
	max-width:140px;
}
div.voting_comments input.save_comment{
	background:#91a61a;
}
div.voting_comments input.save_comment:hover{
	background:#505050;
}
div.voting_comments textarea{
	width:calc(100% - 20px);
	height:100px;
	padding:10px;
}
.project .content ul.info li.tools.views a:hover{
  background: #000 url("/images/icons/view_h.png") left center no-repeat !important;
}
.project .content ul.info li.tools.views{
	width:auto;

}
.project .content ul.info li.tools.views {
	width:auto;
}
.project .content ul.info li.tools.views a{
  background: transparent url("/images/icons/view.png") left center no-repeat;
	padding-left:35px;
	padding-right:10px;
	width:auto;
	cursor:pointer;
}
.project .content ul.info li.tools.comments a:hover,.project .content ul.info li.tools.comments.clicked a{
  background: #000 url("/images/icons/comments_h.png") left center no-repeat !important;
}

.project .content ul.info li.tools.critique{
	width:50px;
}
.project .content ul.info li.tools.critique a{
  background: transparent url("/images/icons/critique.png") left center no-repeat;
	padding-left:13px;
	width:43px;
	cursor:pointer;
}
.project .content ul.info li.tools.critique a:hover,.project .content ul.info li.tools.critique.clicked a{
  background: #000 url("/images/icons/critique_h.png") left center no-repeat;
}
.project .content ul.info li.tools.twitter a{
  background: transparent url("/images/icons/sharing_twiter.png") center center no-repeat;
}
.project .content ul.info li.tools.twitter a:hover{
  background: transparent url("/images/icons/sharing_twiter_h.png") center center no-repeat;
}
.project .content ul.info li.tools.sharing a{
  background: transparent url("/images/icons/sharing.png") center center no-repeat;
}
.project .content ul.info li.tools.sharing.clicked a{
  background: #000 url("/images/icons/sharing_h.png") center center no-repeat;
}
.project .content ul.info li.tools.exif.clicked a{
  background-color: #000 ;
}
.project .content ul.info li.tools.sharing a:hover{
  background: transparent url("/images/icons/sharing_h.png") center center no-repeat;
}
.project .content ul.info div.social_icons{
    background: #202020 none repeat scroll 0 0;
    display: inline-block;
    float: right;
    margin-bottom: 2px;
    margin-top: -44px;
    position: relative;
    text-align: right;
	display:none;
}

.project .content ul.info li.tools.facebook a{
  background: transparent url("/images/icons/sharing_facebook.png") center center no-repeat;
}
.project .content ul.info li.tools.facebook a:hover{
  background: transparent url("/images/icons/sharing_facebook_h.png") center center no-repeat;
}
.project .content ul.info li.tools.pinterest a{
  background: transparent url("/images/icons/sharing_pinterest.png") center center no-repeat;
}
.project .content ul.info li.tools.pinterest a:hover{
  background: transparent url("/images/icons/sharing_pinterest_h.png") center center no-repeat;
}
.project .content ul.info li.tools.google a{
  background: transparent url("/images/icons/sharing_google.png") center center no-repeat;
}
.project .content ul.info li.tools.google a:hover{
  background: transparent url("/images/icons/sharing_google_h.png") center center no-repeat;
}
div.activatebar{
	width:100%;
	height:42px;
}
div.activatebar a.activate,div.activatebar span,div.activatebar span a.login{
	width:calc(100% - 42px);
	display:block;
	float:left;
	height:42px;
	line-height:42px;
	background:#91a61a;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}
div.activatebar a.activate:hover{
	background:#000;
}

.project .content ul.info li:hover.tools.fliph a{
  background: transparent url("/images/ico-fliph-hl.png") center center no-repeat;
}
.project .content ul.info li.tools.fliph.sel a{
  background: transparent url("/images/ico-fliph-hl.png") center center no-repeat;
}
.project .content ul.info li.tools.flipv a{
  background: transparent url("/images/ico-flipv.png") center center no-repeat;
}
.project .content ul.info li:hover.tools.flipv a{
  background: transparent url("/images/ico-flipv-hl.png") center center no-repeat;
}
.project .content ul.info li.tools.flipv.sel a{
  background: transparent url("/images/ico-flipv-hl.png") center center no-repeat;
}
.project .content ul.info li.tools.bw a{
  background: transparent url("/images/icons/grayscale.png") center center no-repeat;
}
.project .content ul.info li.tools.bw a:hover{
  background: transparent url("/images/icons/grayscale_h.png") center center no-repeat;
}
.project .content ul.info li.tools.bw.sel a{
  background: transparent url("/images/icons/grayscale_g.png") center center no-repeat;
}
.project .content ul.info li.tools.crop a{
  position: relative;
  background: transparent url("/images/crop_icon.png") center center no-repeat;
}
.project .content ul.info li:hover.tools.crop a{
  background: transparent url("/images/crop_icon.png") center center no-repeat;
}
.project .content ul.info li.tools.crop.sel a{
  background: transparent url("/images/ico-crop-hl.png") center center no-repeat;
}
.project .content ul.info li.tools.loader {
  background: transparent url("/images/ajax-loader-mini.gif") center center no-repeat;
}
.project .content ul.info li.tools.crop a.insert {
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 22px;
  cursor: pointer;
  display: none;
}
.project .content ul.info li.tools.crop.sel a.insert {
  display: block;
}
.project .content ul.info li a {
  color: #cccccc;
  text-decoration: none;
  display:block;
  font-size: 12px;
  line-height: 42px;
}
.project .content ul.info:hover li a, .project .content ul.info.displayed li a {

}
.project .content ul.infoBg {
  width: 100%;
  height: 40px;
  margin: 20px 0;
  list-style: none;
}
.project .content ul.infoBg li {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  float: left;
  cursor: pointer;
}
.project .content ul.infoBg li.selected {
  width: 12px;
  height: 12px;
  border: 1px solid #b9d037;
}
.project .vote {
  display: block;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 55px;
  padding-right: 60px;
  padding-left: 50px;
  *zoom: 1;
}
.project .vote.no_jury {
  display: block;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 60px;
  padding-left: 50px;
  background:#262626;
  *zoom: 1;
  margin:0;
  border-bottom:1px solid #e5e5e5;
}
div.vote p.to_jury{
	color:#cecece;
}
.project .add_project .vote.no_jury {
	background:none;
	border:0 none;
}
.project .vote.no_jury .chart-block .chart-circle .vote-count .float {
    font-size: 16px;
}
.project .vote.no_jury .chart-block .chart-circle .vote-count {
    color: #fff;
    font-size: 48px;
    left: 63px;
    position: absolute;
    top: 77px;
}
div.opentip-container{
	z-index:1000 !important;
	display:block !important;
}

[data-tooltip] {
    position: relative;
	 z-index: 55555;
    cursor: pointer;
}
div.register_section .loginform a.av{
	display:none;
}
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
		 z-index: 99999;
    pointer-events: none;
}
[data-tooltip]:before {
    position: absolute;
    bottom: 130%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -120px;
    padding: 7px;
    width: auto;
	min-width:180px;
    background-color: #fff;
    color: #999999;
    content: attr(data-tooltip);
    text-align: left;
	text-transform:none;
-webkit-box-shadow: 0px 0px 2px 0px rgba(229, 229, 229, 1);
-moz-box-shadow:    0px 0px 2px 0px rgba(229, 229, 229, 1);
box-shadow:         0px 0px 2px 0px rgba(229, 229, 229, 1);
    font-size: 12px;
text-wrap:none;
	line-height:14px;
	 z-index: 99999;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

span.sm [data-tooltip]:before {
	left: 50%;
    margin-bottom: 5px;
    margin-left: -60px;
	min-width:100px;

}
div.proportions [data-tooltip]:before {
	left: 50%;
    margin-bottom: 5px;
    margin-left: -50px;
	min-width:80px;
}
div.buttons [data-tooltip]:before {
	left: 50%;
    margin-bottom: 5px;
    margin-left: -50px;
	min-width:80px;
}
div.stats [data-tooltip]:before{
	bottom: -60px;
}
div.stats div.score:before{
	bottom: -45px;
		 margin-left: -20px;
}
div.actions a.report:before{
		 margin-left: -170px;
}
div.stats [data-tooltip]:after {
	bottom: -100%;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
div.buttons-wrapper [data-tooltip]:before {
	left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
	min-width:100px;
}
div.buttons-wrapper a.show_page_info[data-tooltip]:before {
	left: 50%;
    margin-bottom: 5px;
    margin-left: -140px;
	min-width:160px;
}
ul.info [data-tooltip]:before {
	left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
	min-width:140px;
}
li.jury_vote [data-tooltip]:before {
	left: 50%;
    margin-bottom: 5px;
    margin-left: -40px;
	min-width:60px;
}
div.criteria-title [data-tooltip]:before {
	left: 50%;
    margin-bottom: 5px;
    margin-left: -100px;
}
div.jury_voting  div.criteria-title [data-tooltip]:before {
	left: 50%;
    margin-bottom: 5px;
    margin-left: -140px;
}
[data-tooltip]:before {
	text-align:center;
	width:auto;
}
.default {
	background: #292929;
	border:0 none;
	border-radius: 0;
	overflow: hidden;
	margin-right:30px;
	position:relative;
	box-shadow: none;
	height:42px;
}
div.critique_details .default {
	background: #707070;
}
.no_jury .first.default{
	background:#bac28a;
}
.no_jury .second.default{
	background:#80c0c5;
}
.no_jury .third.default{
	background:#b18ab8;
}
.no_jury .fourth.default{
	background:#c67a72;
}
.no_jury .fifth.default{
	background:#d4e08e;
}

.criteria .criteria-wrap ol.default  {
    display: block;
	float:left;
	width:220px;
    margin-bottom: 20px;
    margin-right: 20px;
}
div.critique_details .criteria .criteria-wrap ol.default{
    margin-right: 20px;
}
.criteria-wrap  div.the_bar{
	line-height:42px;
	color:#fff;
	font-size:16px;
	padding-left:20px;
}
.criteria .criteria-wrap ol.default li {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
	background:none !important;
    margin-bottom: 0;
    padding: 12px 18px;
    position: relative;
    top: 0;
}
.default div {
	height:42px;
    position: absolute;
}
.criteria .criteria-wrap ol.default.first div,.criteria .criteria-wrap ol.default.color_1 div {
	background-color: #748515;

}
[data-tooltip]:after {
    position: absolute;
    bottom: 118%;
    left: 50%;
    margin-left: -10px;
    width: 0;
	width:18px;
	height:10px;
	background:transparent url(/images/tool_arrow.png) no-repeat top center;
    content: " ";
    font-size: 0;
    line-height: 0;
	 z-index: 1000;
}

ul.info [data-tooltip]:after {
    position: absolute;
    bottom: 118%;
    left: 50%;
    margin-left: -10px;
    width: 0;
	width:18px;
	height:10px;
	background:transparent url(/images/tool_arrow.png) no-repeat top center;
    content: " ";
    font-size: 0;
    line-height: 0;
	 z-index: 1000;
	 
}
div.text.data [data-tooltip]:before {
	text-align:left;
	width:auto;
}
div.text.data [data-tooltip]:after {
    position: absolute;
    bottom: 98%;
    left: 50%;
    margin-left: -10px;
    width: 0;
	width:18px;
	height:10px;
	background:transparent url(/images/tool_arrow.png) no-repeat top center;
    content: " ";
    font-size: 0;
    line-height: 0;
	 z-index: 1000;
}
form#voteExtendedForm [data-tooltip]:after {
    position: absolute;
    bottom:127%;
    left: 50%;
    margin-left: -10px;
    width: 0;
	width:18px;
	height:10px;
	background:transparent url(/images/tool_arrow.png) no-repeat top center;
    content: " ";
    font-size: 0;
    line-height: 0;
	 z-index: 1000;
}
div.criteria-title [data-tooltip]:after {
    bottom: 98%;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
	 z-index: 1000;
}
div.opentip-container canvas{
	display:none !important;
}
div.jury_voting .project .vote {
  padding-right: 0px;
  padding-left: 0px;
   margin: 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
div.jury_voting .project .vote.already {
  padding-right: 0px;
  padding-left: 0px;
   margin: 0px;
    position: relative;
    top: auto;
    transform: none;
}

div.jury_voting .project .vote.already .comments_panel{
    background-color: #000;
    border: 0 none;
    color: #cecece;
    float: right;
    height: calc(100vh - 174px);
    margin-bottom: -1px;
    overflow: hidden;
    padding: 0px;
	padding-top:30px;
    position: relative;
    text-align: left;
    width: 260px;
    z-index: 98;
}
.project .vote .question {
  margin-bottom: 40px;
}
div.jury_voting .project .vote .question {
  margin-bottom: 15px;
  font:17px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight:normal;
  color:#fff;
}
.project .vote .criteria{
	display:inline-block;
}
.criteria .criteria-wrap {
	text-align: left;
	float:right;
	position:absolute;
	right:0;
	display:none;
	width:320px;
	top:0;
}
div.voting_box .criteria .criteria-wrap {
	text-align: left;
	float:none;
	position:relative;
	right:auto;
	display:block;
	width:auto;
	top:auto;
}
div.critique_details .criteria .criteria-wrap {
	text-align: left;
	float:none;
	position:relative;
	right:auto;
	display:block;
	width:auto;
	top:auto;
}
.criteria .criteria-wrap.selected{
	display:block;
}
.criteria .criteria-wrap ol {
  margin-bottom: 15px;
  margin-right: 0px;
  display: inline-flex;
}
.criteria .criteria-wrap ol li {
  font-size: 15px;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 0;
  padding: 12px 18px;
  cursor: pointer;
}
.criteria .criteria-wrap ol.first li {
  background-color: #748515;
}
.criteria .criteria-wrap ol.first li.selected {
  background-color:#9eaa5c;
}
.criteria .criteria-wrap ol.second li {
  background-color: #00808b;
}
.criteria .criteria-wrap ol.default.second div,.criteria .criteria-wrap ol.default.color_2 div {
	background-color: #00808b;
}
.criteria .criteria-wrap ol.second li.selected {
  background-color: #4da6ae;
}
.criteria .criteria-wrap ol.third li{
  background-color: #631471;
}
.criteria .criteria-wrap ol.default.third div,.criteria .criteria-wrap ol.default.color_3 div {
	background-color: #631471;
}
.criteria .criteria-wrap ol.third li.selected {
  background-color: #925b9c;
}
.criteria .criteria-wrap ol.fourth li{
  background-color: #ae4035;
}
.criteria .criteria-wrap ol.default.fourth div,.criteria .criteria-wrap ol.default.color_4 div {
	background-color: #ae4035;
}
.criteria .criteria-wrap ol.fourth li.selected {
  background-color: #c67a72;
}
.criteria .criteria-wrap ol.fifth li{
  background-color: #9C9B99;
}
.criteria .criteria-wrap ol.default.fifth div {
	background-color: #9C9B99;
}
.criteria .criteria-wrap ol.default li{
	background-color:none !important;
}
.criteria .criteria-wrap ol.fifth li.selected {
  background-color: rgba(156, 155, 153, 0.6);
}
div.c_vote{
	display:none;
}
div.c_vote table{
	width:100%;
}
div.criteria{
	width:100%;
	position:relative;
}
.criteria .criteria-title {
	text-transform: uppercase;
	font: 13px "Open Sans", sans-serif;
	line-height:28px;
	color: #999;
	margin-bottom: 0px;
	position:relative;
	left:0;
	top:auto;
	float:none;
	cursor:pointer;
	text-align: left;
	display: block;
}
.criteria .criteria-title.selected,.criteria .criteria-title:hover {
	color:#fff;
}
.criteria .criteria-wrap .criteria-title.new_type {
  text-transform: none;
  font-size: 17px;
  color: #484848;
  margin-bottom:20px;
  margin-top: 10px;
  text-align: center;
  display: block;
}
.criteria .criteria-wrap .criteria-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-top: 0px;
  width:100%;
   margin-bottom: 5px;
  text-align: center;
}

.criteria .criteria-wrap .criteria-title .hint {
  font-size: 13px;
  margin-top: -2px;
  position:relative;
  margin-left: 2px;
  color: #7a7a7a;
}
.project .vote .chart-block {
  overflow: hidden;
  *zoom: 1;
}
div.jury_voting .project .vote .chart-block{
	margin-bottom:20px
}
.project .vote .chart-block .chart-title,
.project .vote .chart-block .chart-circle {
  float: left;
  cursor:pointer;
}
.project .vote .chart-block .chart-title {
  margin-top: 40px;
  margin-right: 20px;
  font-size: 15px;
  color: #000000;
}
.project .vote.no_jury .chart-block .chart-title {
  margin-top: 10px;
  margin-right: 20px;
  font-size: 15px;
  text-align:center;
  width:100%;
  color: #fff;
}
.project .vote .chart-block .chart-circle {
  display: inline-block;
  position: relative;
}
div.jury_voting .vote .chart-block .chart-circle {
	margin:0 auto;
  display: block;
  float:none !important;
}
.project .vote .chart-block .chart-circle .vote-count {
  font-size: 18px;
  color: #000000;
  position: absolute;
  top: 40px;
  left: 35px;
}
div.jury_voting .project .vote .chart-block .chart-circle .vote-count {
  font-size: 18px;
  color: #000000;
  position: relative;
	margin:0 auto;
  top: auto;
  margin-top:-59px;
  height:59px;
  left: auto;
 }


.project .vote .chart-block .chart-circle .vote-count-single {
  font-size: 28px;
  color: #000000;
  position: relative;
  top: 0;
	margin-top:-60px;
	margin-bottom:60px;
}
.project .vote .chart-block .chart-circle .vote-count .float {
  font-size: 15px;
}
.project .vote .button {
  cursor: pointer;
  background-color: #91a61a;
  padding: 12px 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  line-height: 1em;
  font-size: 13px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 124px;
}
.project .vote .button.bigger{
  width: auto;
}
.project .vote .button.bigger:hover{
  background:#484848;
}
.project .vote .rearrange_btn{
	float:right;
	margin-right: 28px;
	margin-top: -50px;
	position: relative;
}
div.jury_voting .project .vote .button.vote_normal {
  background-color: #5a5a5a;
  margin-bottom:10px;
   margin-top:10px;
}
div.critique_panel button.vote_normal{
	width:130px;
	height:40px;
	line-height:40px;
	text-transform:uppercase;
	color:#fff;
	background:#484848;
	cursor:pointer;
	border:0 none;
	text-align:center;
	float:right;
	font: 15px "Open Sans", sans-serif;
}
.project .vote .button.single{
  text-align:center;
  font-size:17px;
  padding: 0px;
  line-height:42px;
  width:140px;
  height:42px;
}
.project .vote .button.single.voted{
  font-size:20px;
  padding: 0px;
  line-height:80px;
  width:80px;
  height:80px;
}
.project .vote .button.single.not_voted_yet{
  text-align:center;
  font-size:16px;
  color:#fff;
  text-transform:uppercase;
  padding: 0;
  display:block;
  line-height:45px;
  width:140px;
  height:42px;
  background: #484848;
  margin:0 auto;
}
.project .vote .button.single:hover{
  background: #202020;
}
.project .vote .button.single.not_voted_yet:hover{
  background: #202020;
}
.project .vote .button.withSimple {
  margin-right: 20px;
}
.project .vote .button.orange {
  background-color: #CC6600;
}
.project .vote .button.disabled {
  background-color: #c2c2c2;
}
.project .vote .button.disabled.single{
  background: #484848;
}
.project .vote input {
  width: 120px;
  height: 120px;
  border: 0;
}
.project p {
  width: 900px;
}

div.section.share {
  height: 44px;
}

ul.share {
  width: 640px;
  margin: 0 auto;
  list-style: none;
}
ul.share * {
  font-family: Arial;
}
ul.share li {
  color: #666666;
  font-size: 11px;
  margin: 10px 3px;
  line-height: 24px;
  float: left;
}
ul.share li.getlink {
  height: 24px;
  margin-left: 20px;
  padding-left: 20px;
  background: transparent url("/images/get-link.gif") center left no-repeat;
  clear: right;
}
ul.share li.getlink input {
  width: 238px;
  height: 24px;
  font-size: 11px;
  color: #666666;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
}
ul.share li input {
  width: 140px;
  line-height: 24px;
  height: 26px;
}
ul.share input.copy {
  width: 92px;
  height: 24px;
  font-size: 11px;
  color: #000000;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  padding-bottom: 2px;
}

.comments-tabs {
  height: 40px;
  background-color: #e5e5e5;
  border-bottom: 2px solid #505050;
  color: #333333;
  font-weight: bold;
}
.comments-tabs .comment {
  line-height: 40px;
  padding-left: 20px;
  padding-right:20px;
  background:none;
  color:#505050;
  border:0 none;
  display:inline-block;
}
.comments-tabs a {
  display: inline-block;
  padding-left: 40px;
  padding-right:40px;
  float: left;
  text-decoration: none;
  line-height: 38px;
  text-align: center;
  color:#505050;
}
.comments-tabs a.active-tab {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #505050), color-stop(100%, #505050));
  background-image: -webkit-linear-gradient(#505050, #505050);
  background-image: -moz-linear-gradient(#505050, #505050);
  background-image: -o-linear-gradient(#505050, #505050);
  background-image: linear-gradient(#505050, #505050);
  float: left;
  color: #fff;
  padding: 1px 0;
   padding-left: 40px;
  padding-right:40px;
}
.comments-tabs a.only-comments {
  background-image: none;
  text-align: left;
  padding-left: 10px;
  color: #000000;
}

.section h1.galleryTitle a.author {
  color: #607816;
  text-decoration: none;
}
.section h1.galleryTitle a:hover.author {
  text-decoration: underline;
}
.section h1.galleryTitle strong {
  color: #607816;
}

.galleryCarousel .container {
  height: 135px;
  position: relative;
  overflow: hidden;
}
.galleryCarousel ul {
  margin: 0;
  padding: 0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 122px;
}
.galleryCarousel ul li {
  width: 137px;
  list-style: none;
  float: left;
  height:122px;
  position: relative;
}
.galleryCarousel ul.other_user_stuff li div.naked{
	background:#202020;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	width:80px;
	font-size:11px;
	height:80px;
	padding:20px;
    display: table-cell;
    vertical-align: middle;
}
.galleryCarousel ul li div.image {
	  height:122px;
	  position:relative;
	  display:table-cell;
}
.galleryCarousel ul li div.image a {
	display:inline-block;
	padding:3px;
}
.galleryCarousel ul li div.image a span.over {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	display:block;
	background-color:rgba(32,32,32,0.8);
}
.galleryCarousel ul li.selected div.image a span.over,.galleryCarousel ul li div.image a:hover span.over,.galleryCarousel ul li.current div.image a span.over{
	display:none;
}
.galleryCarousel ul li div.image a:hover,.galleryCarousel ul li.selected div.image a,.galleryCarousel ul li.current div.image a  {
	display:inline-block;
	background:#484848;
}
.galleryCarousel ul li img {
	vertical-align:middle;
}
#current_img ul li a {
	border:1px solid #7ec13f;
	display:block;
	padding:0;

}
#current_img{
	width:130px;
	padding-left:10px;
	padding-right:0;
	float:left;
	
}
#current_img ul{
	width:auto !important;
}
.galleryCarousel ul li a.download {
  position: absolute;
  bottom: -15px;
  right: 11px;
  z-index: 100;
  width: 32px;
  height: 32px;
  background: transparent url("/images/arrow_down.png") top right no-repeat;
  display: none;
}
.galleryCarousel ul li a span {
  display: none;
}
.galleryCarousel ul li:hover a.download {
  display: block;
}
.galleryCarousel ul li a:hover.download {
  background: transparent url("/images/arrow_down-hl.png") top right no-repeat;
}
.galleryCarousel .tools a.more {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #999999;
}
.galleryCarousel .tools .center {
  width: 47px;
  margin: 0 auto;
  padding: 8px 0;
}
.banner {
  margin-bottom: 10px;
  border: 1px solid transparent;
}

.sortFilters {
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 8px;
}
.sortFilters .sm {
  padding: 0;
}
.sortFilters form {
  width: 160px;
  height: 22px;
  border: 1px solid #eaeaea;
  display: block;
  float: left;
  margin: 8px 10px 8px 0;
  overflow: hidden;
  background: transparent url("/images/select-down.gif") right no-repeat;
  position: relative;
}
.sortFilters span {
  height: 22px;
  line-height: 22px;
  display: block;
  float: left;
  margin: 8px 5px 8px 0;
  color: #666666;
}
.sortFilters span.l {
  margin-left: 20px;
}
.sortFilters form div.ov {
  width: 160px;
  height: 22px;
  position: absolute;
  background: transparent url("/images/select-down.gif") right no-repeat;
  z-index: 10;
}
.sortFilters form select {
  width: 190px;
  height: 22px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0 5px;
  font-size: 12px;
  line-height: 20px;
}
.sortFilters form select option {
  width: auto;
  padding: 5px;
}
.sortFilters form.txt {
  width: 190px;
  background: none;
  border: none;
  height: 22px;
  margin-right: 0;
}
.sortFilters form.txt input[type="text"] {
  width: 160px;
  height: 20px;
  border: 1px solid #eaeaea;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  float: left;
}
.sortFilters form.txt input[type="image"] {
  width: 22px;
  height: 22px;
  border: none;
  float: left;
  margin: 0 0 0 5px;
}
.sortFilters form:hover {
  background: none;
}
.sortFilters form:hover div.ov {
  display: none;
}
.sortFilters .pager-holder {
  position: relative;
  display: block;
}
.sortFilters .pager-holder .pager-btn {
  top: 8px;
}

#mon {
  height: 35px;
  margin: 20px 0;
}

#ajaxLoader {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background: transparent url("/images/ajax-loader.gif") no-repeat;
}

.ajaxLoader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  margin: -35px 0 0 -35px;
  background: transparent url("/images/ajax-loader.gif") no-repeat;
}

div.ajaxLoaderMini {
  width: 32px;
  height: 32px;
  margin: auto;
  background: transparent url("/images/ajax-loader-mini.gif") no-repeat;
}

.light-text {
  color: #cecece;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 5px;
}
.light-text * {
  line-height: normal !important;
}
.light-text ul {
  list-style: disc;
  margin-left: 25px;
}
.light-text h1 {
  color: #cecece;
  margin: 10px 0;
}

.info {
  color: #999999;
  font-size: 12px;
}
.section.add-comment form .info {
  color: #999999;
  font-size: 12px;
  margin-top:15px;
  display:inline-block;
}
.incrop {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  background: transparent url("/images/ico-load-crop.png") no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.incrop span {
  display: none;
}

.fb-holder {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  width: 120px;
  height: 60px;
  overflow: hidden;
}


.mainCarousel .tools {
  position: relative;
  height: 40px;
}
.mainCarousel .tools a.more {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
}
.mainCarousel .tools .center {
  width: 47px;
  margin: 0 auto;
  padding: 8px 0;
}
.mainCarousel .previous_button {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: transparent url("/images/pager.gif");
  cursor: pointer;
}
.mainCarousel .previous_button.disabled {
  background: transparent url("/images/pager-dis.gif");
  cursor: default;
}
.mainCarousel .next_button {
  display: block;
  float: left;
  width: 23px;
  height: 24px;
  background: transparent url("/images/pager.gif") -24px 0;
  cursor: pointer;
}
.mainCarousel .next_button.disabled {
  background: transparent url("/images/pager-dis.gif") -24px 0;
  cursor: default;
}
.mainCarousel.forfilters {
  float: right;
}

ul.social {
  width: 92px;
  height: 24px;
  margin: 20px auto 15px auto;
}
ul.social li {
  list-style: none;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: left;
}
ul.social li a {
  display: block;
  width: 24px;
  height: 24px;
}
ul.social li a span {
  display: none;
}
ul.social li.fb a {
  background: transparent url("/images/icon_fb_lg.png") no-repeat;
}
ul.social li.tw a {
  background: transparent url("/images/icon_tw_lg.png") no-repeat;
}
ul.social li.yt {
  margin: 0;
}
ul.social li.yt a {
  background: transparent url("/images/icon_yt_lg.png") no-repeat;
}
ul.community {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
ul.community li {
  list-style: none;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
ul.community li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 17px;
  color: #666666;
  text-decoration: none;
}
ul.community li a:hover {
  color: #5b8f0a;
}

div.enter {
  width: 300px;
  height: 160px;
  border: 1px solid #e5e5e5;
  border-top-width: 0;
  background-color: #fafafa;
  font-size: 14px;
  color: #333333;
  float: left;
  text-align: center;
}
div.enter h1 {
  height: 41px;
  line-height: 41px;
  margin: 0 0 27px 0;
  padding: 0;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  background: black url("/images/enter_h1_bg.png") repeat-x;
  border-top: 1px solid #000000;
}
div.enter p {
  margin-bottom: 12px;
}
div.enter a {
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
div.enter.eInfo, div.enter.eArt {
  margin-top: 40px;
  margin-right: 37px;
}
div.enter.eSales {
  margin-top: 40px;
}
div.enter.ePortfolio {
  margin-top: 80px;
  margin-bottom: 80px;
}
div.eProfileWrap {
  width: 300px;
  height: 230px;
  padding: 40px 38px;
  background: transparent url("/images/eProfile_bg.png") no-repeat;
  float: left;
}
div.enter.eProfile {
  height: 230px;
}
div.sintezko {
  width: 60px;
  height: 60px;
  background: transparent url("/images/sintezko.png") no-repeat;
  margin: 0 auto 14px auto;
}
div.enter.eProfile h1 {
  margin-bottom: 20px;
}
div.enter.eProfile a {
  display: block;
  width: 120px;
  height: 29px;
  line-height: 29px;
  margin: 0 auto;
  text-align: center;
  background-color: #79a931;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
div.enter.eProjects {
  margin-top: 80px;
  margin-bottom: 80px;
}
div.enter.eForum, div.enter.eCompetition {
  margin-right: 37px;
  margin-bottom: 48px;
}
div.enter.eGalleries {
  margin-bottom: 48px;
}
div.enter.eRegister {
  width: 640px;
  height: 480px;
  margin-right: 38px;
  margin-bottom: 40px;
}
div.enter.eEnter {
  width: 296px;
  height: 480px;
  margin-bottom: 40px;
}
div.enter .registerform {
  width: 640px;
  margin: 0;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 13px;
}
div.registerform input[type="checkbox"]{
	margin-bottom:0px;
}
div.enter .registerform .lc {
  width: 246px;
  margin: 0 20px 0 0;
  padding: 0 0 0 60px;
  float: left;
}
div.enter .registerform .rc {
  width: 250px;
  margin: 0;
  padding: 0 60px 0 0;
  float: left;
}
div.enter .registerform input.submit, div.enter .registerform input:hover.submit {
  background: #79a931 url("/images/register-btn2.png") no-repeat;
}
div.enter .loginform {
  padding: 6px 24px;
  margin: 0;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 13px;
}
div.enter .loginform a {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  color: #79a931;
  padding-top: 10px;
}
div.enter .loginform input.submit {
  background: #79a931 url("/images/enter-btn2.png") no-repeat;
}

.registerform .agree {
  margin-top: 10px;
}
.registerform .agree a {
  color: #79a931;
}

.systemArticle {
  margin: 20px 0;
}
.systemArticle h1 {
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 18px;
}
.systemArticle h2 {
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
}
.systemArticle ol li, .systemArticle ul li {
  margin: 0 0 5px 50px;
}


.slideshow-ico {
  display: block;
  width: 18px;
  height: 22px;
  background: #202020 url("/images/icons/slideshow.png") no-repeat center center;
  float: left;
}
.slideshow-ico:hover {
 background: #202020 url("/images/icons/slideshow_h.png") no-repeat center center !important;

}
div.buttons-wrapper .slideshow-ico:hover {
 background: #484848 url("/images/icons/slideshow_h.png") no-repeat center center !important;

}
span.fs .slideshow-ico {
	display:none;
  display: block;
  width: 42px;
  height: 42px;
 background: #202020 url("/images/icons/slideshow.png") no-repeat center center;
  float: left;
}
span.fs .slideshow-ico.on-light {
  background: white url("/images/icons/slideshow.png") no-repeat;
}
span.fs .fullscreen-ico {
  display: block;
  width: 42px;
  height: 42px;
  background: #202020 url("/images/icons/fullscreen_open.png") no-repeat center center;
  float: left;
}
span.fs .fullscreen-ico:hover {
  background: #484848 url("/images/icons/fullscreen_open_h.png") no-repeat center center;
}
span.fs .edit_list {
  display: block !important;
  width: 42px;
  height: 42px;
  background: #202020 url("/images/icons/arts.png") no-repeat center center;
  float: left;
}
span.fs .edit_list:hover{
  background: #484848 url("/images/icons/arts_h.png") no-repeat center center;
}
span.fs .edit_list.clicked{
  background: #91a61a url("/images/icons/close.png") no-repeat center center;
}


span.fs .remove_list {
  display: block;
  width: 42px;
  height: 42px;
  background: #4c0f0f url("/images/icons/close_h.png") no-repeat center center;
  float: left;
}

.project .content ul.info li.edit_view{
	float:right;
}
li.edit_view .remove_list.block {
  display: block;
  width: 42px;
  height: 42px;
  background: #4c0f0f url("/images/icons/refuse.png") no-repeat center center;
  float: left;
}
span.fs .remove_list:hover,span.fs .remove_list.clicked{
  background: #cc0000 url("/images/icons/close_h.png") no-repeat center center;
}
li.edit_view .remove_list.block:hover,li.edit_view .remove_list.block.clicked{
  background: #cc0000 url("/images/icons/refuse_h.png") no-repeat center center;
}
li.contest_delete a.remove_list {
  display: block;
  width: 42px;
  height: 42px;
  background: #4c0f0f url("/images/icons/close_h.png") no-repeat center center;
  float: left;
}
li.contest_delete a.remove_list:hover,li.contest_delete a.remove_list.clicked{
  background: #cc0000 url("/images/icons/close_h.png") no-repeat center center !important;
}
span.fs .vote_list {
  display: block;
  width: 42px;
  height: 42px;
  background: #3a4117 url("/images/icons/favorite.png") no-repeat center center;
  float: left;
}
li.contest_like a.vote_list {
  display: block;
  width: 42px;
  height: 42px;
  background: #3a4117 url("/images/icons/favorite.png") no-repeat center center;
  float: left;
}
a.select_choose {
  display: block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
  width: 42px;
  height: 42px;
  background: #333333 url("/images/icons/favorite_h.png") no-repeat center center;
	margin:0 auto;
}
.project .content ul.info li.tools.go_vote a,.project .content ul.info li.tools.go_vote{
	background:#91a61a;
	color:#fff;
	display:block;
	text-transform:uppercase;
	width:130px;
	line-height:45px;
	font-size:17px;
}
a.select_choose.remove_it{
  background: #333333 url("/images/icons/close_h.png") no-repeat center center;
}
span.fs .vote_list:hover,span.fs .vote_list.clicked,a.select_choose:hover,a.select_choose.picked{
  background: #91a61a url("/images/icons/favorite_h.png") no-repeat center center;
}
li.contest_like a.vote_list:hover,li.contest_like a.vote_list.clicked{
  background: #91a61a url("/images/icons/favorite_h.png") no-repeat center center !important;
}
a.select_choose.remove_it:hover,a.select_choose.remove_it.picked{
  background: #cc0000 url("/images/icons/close_h.png") no-repeat center center;
}
div.save_selection{
	position:fixed;
	bottom:0;
	width:100%;
	display:none;
	height:100px;
	z-index:600;
	background:#202020;
}
div.save_selection div.cc{
	margin:0 auto;
	margin-top:31px;
	width:300px;
	z-index:99999;
}
div.save_selection div.cc input{
    background: #91a61a none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
	width:150px;

	cursor:pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    height: 42px;
    text-align: center;
    text-transform: uppercase;
}
div.save_selection div.cc input.red{
	background-color:#cc0000;
}
div.save_selection div.cc input:hover{
	background:#484848;
}
div.save_selection div.cc a{
	margin-left:20px;
	color:#666;
}
span.fs .show_page_info {
  display: block;
  width: 42px;
  height: 42px;
  background: #202020 url("/images/icons/info.png") no-repeat center center;
  float: left;
}
span.fs .show_page_info:hover {
  background: #484848 url("/images/icons/info_h.png") no-repeat center center;
}
input.choose_image{
	width:auto;
	display: none;
	height:auto;
	margin-bottom:0px;
	margin-right:10px;
}
input.choose_image + label{
	color:#cccccc;
	display:inline-block;
	margin:0;
	line-height:11px;
}
.project .vote input.in_izbrano{
	width:auto;
	display: inline-block;
	height:auto;
	margin-bottom:0px;
	margin-right:10px;
}
div.checker_izbrano{
	margin:20px 0;
}
.project .vote div.icheckbox_minimal{
	position:relative;
	margin-top:-7px;
}

.project .vote div.icheckbox_minimal + label{
	color:#cccccc;
	display:inline-block;
	margin:0;
	margin-left:5px;
	font-size:18px;
	padding-top:3px;
	line-height:18px;
}
.project .vote div.icheckbox_minimal + label:hover{
	background:none;
}
.project .vote div.icheckbox_minimal:hover + label{
	background:none;
}
span.fs span.edit_view {
  display: block;
}
div.fullscreen span.edit_view{
	top:42px;
	position: absolute;
	z-index:99999;
}
.page-title {
  padding: 0 10px;
  display: block;
  background-color: #a8c11d;
}
.page-title h1 {
  margin-left: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 17px;
  color: #FFF;
  font-weight: normal;
  line-height: 42px;
}
form.white_sel select {
	background:#fff;
}
.no-project {
  margin: 100px 0 20px 0;
  text-align: center;
  color:#cececd;
  font-weight:normal;
  font-size:17px;
}
.no-project a{
  color:#91a61a;
  font-weight:normal;
  font-size:17px;
}

#no-wrap-page .breadcrumb {
  margin-left: 10px;
  line-height: 40px;
  padding: 0;
  margin-bottom: 0px;
  border-bottom: none;
  font-size: 12px;
  color: #999999;
}
#no-wrap-page .breadcrumb a {
  font-size: 12px;
  color: #999999;
  text-decoration: none;
}
#no-wrap-page .breadcrumb a:hover {
  text-decoration: underline;
}
#no-wrap-page .breadcrumb a.hl {
  color: #666666;
}
#no-wrap-page .white-wrap {
  background: #FFF;
  display: block;
}

.content.slideshow {
  /*min-height:600px;*/
  /*width:1002px;*/
  overflow:hidden;
  left:0;
  height: calc(100% - 23px);
  margin: 0px auto;
  }
.content.buttons-wrapper {
  margin: 0px auto;
  display: block;
  width: 1002px;
}
div.share_popup{
	width:450px;
	height:148px;
	background:#202020;
    position: fixed;
    top: calc(50vh - 105px);
	left: calc(50% - 225px);
    z-index: 99999;
	padding-top:62px;
}
div.share_popup a.btn_close,div#panel_container a.btn_close,div.report2admin h3 a.btn_close,div.jury_dir h3 a.btn_close{
    background: url("/images/icons/close.png") no-repeat scroll 0 0 #202020;
    display: block;
    float: right;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}
div.share_popup a.btn_close:hover,div#panel_container a.btn_close:hover,div.report2admin h3 a.btn_close:hover,div.jury_dir h3 a.btn_close:hover{
    background: url("/images/icons/close_h.png") no-repeat scroll 0 0 #484848;
}
div#panel_container a.btn_close{
	top:20px;
	 right: 20px;
	 z-index:100;
}
div#panel_container a.btn_close:hover,div.report2admin h3 a.btn_close:hover,div.jury_dir h3 a.btn_close:hover{
	background-color:#484848;
}
#copylink {
    float: right;
    margin-right: 25px;
}
div.buttons a{
	float:left;
}
a.share-profile {
  position:relative;
  width:42px;
  bottom:0;
  height:42px;
  background:#202020 url(/images/icons/sharing.png) no-repeat center center;
  display:block;
}

a.share-profile:hover{
	background:#484848 url(/images/icons/sharing_h.png) no-repeat center center !important;
}

.settings-btn {
  display: block;
  height: 24px;
  background-color: #505050;
  color: #fafafa;
  width: 110px;
  text-align: center;
  float: left;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #262626;
}
.settings-btn.submit {
  padding-bottom: 4px;
}

.avatar-header-content {
  padding: 10px;
  width: auto;
  color:#cecece;
}
div.img_description{
	background:#151515;
	padding-bottom:30px;
	padding-top:30px;
}
div.img_description div.desc_inner{
	margin:0 auto;
	font-size:15px;
	line-height:18px;
	width:640px;
	color:#fff;
}
#lightwindow_loading{
	left:calc(50% - 50px);
	top:calc(50% - 20px);
}
#lightwindow_loading span{
	display:none;
}

#struct .ajax_save_btn {
  display: none;
}

.project .content ul.info li.name span{
	padding-left:10px;
	padding-right:10px;
}
.project .content ul.info li.name span:first-child{
	border-right:1px solid #484848;
}
div.hover_div{
	position:absolute;
	top:0;
	width:100%;
	display:none;
	height:100%;
	/*background: rgba(0, 0, 0, 0.7);*/
	background:none;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
}
div.hover_div span.icon_view{
	background:#202020 url(/images/icons/view_h.png) no-repeat center center;
	width:42px;
	height:42px;
	display:none !important;
	margin:0 auto;
	margin-top:129px;
}
div.hover_div div.inner_data{
	position:relative;
	top:50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}
div.hover_div span{
	display:block;
	text-transform:uppercase;
	font-size:28px;
	line-height:32px;
	margin-bottom:20px;
	font-weight:bold;
}
div.project_heading{
	background:#202020;
	padding:20px;
	padding-top:30px;
}
div.project_heading div.heading_inner{
    margin: 0 auto;
    width: 980px;
}
div.project_heading div.heading_inner div.heading_author{
	float:right;

}
div.project_heading div.heading_inner div.heading_author a{
	color:#999;
    margin-bottom: 7px;
    text-align: left;
}
div.project_heading div.heading_inner span.categories,div.project_heading div.heading_inner span.categories a{
	color:#999;
	font-size:13px;	
}
div.project_heading div.heading_inner span.categories a:hover{
	color:#fff;
}
div.project_heading div.heading_inner h1.project_title{
	text-align:left;
	color:#dedede;
	font-size:21px;
	margin-bottom:7px;
}
div.empty_hover{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	top:0;
	opacity:0.8;
}
label.check_lbl{
	width:170px !important;
	background:none !important;
	margin-bottom:10px !important;
}
div.img-review{
	overflow:hidden;
    height: 238px;
    width: 238px;
}
div.cropped{
	position:relative;
}
div.cropped span.grad_hover{
	width:238px;
	top:0;
	position:absolute;
	height:238px;
	display:block;
}
div.cropped span.title{
	padding:0;
	display:block;
	color:#fff;
	position:relative;
	margin-top:-40px;
	margin-left:12px;
}
div.project_cover div.img-review{
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:300px;
	text-align:center;
    width: 485px !important;
    height: 300px !important;
}
span.is_project{
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	right:0;
	background:transparent url(/images/icons/project_dark.png) no-repeat center center;
}
span.is_book{
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	right:0;
	background:transparent url(/images/icons/photo_book_dark.png) no-repeat center center;
}
div.default_keywords{
	margin-bottom:10px;
}
div.default_keywords a{
	font-style:italic;
	display:inline-block;
}
div.default_keywords a span{
	color:#202020;
	display:inline-block;
	margin-right:2px;
}
div.project_cover div.hover_div{
	width:485px;
	height:300px;
	top:0;
	text-align:center;
}
div.text_area{
	text-align:left;
	width:980px;
	margin:0 auto;
}
#copy_msg{
	text-align:center;
	color:#fff;
	margin-bottom:10px;
}
div.page_preloader{
	width:100%;
	height:100%;
	background:#202020;
	z-index:80000;
	position:fixed;
	top:0;
	overflow:hidden;
	left:0;
}
div.page_preloader.white{
	background:#fff;
}
.uploadform .no_height.more_els div.parent_struct {
    margin-bottom: 60px;
}
div.project_upload .uploadform .no_height div.parent_struct, .uploadform .no_height div.parent_struct {
    margin: 0 auto;
    padding-bottom: 0;
    width: 980px;
}
.uploadform .form-section {
    border-bottom: 1px dashed #c9c9c9;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
    width: 920px;
}
.uploadform .form-section {
    border-bottom: medium none;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
    width: auto;
}

.uploadform div.add_project .text {
    display: block;
    margin: 0;
    width: auto;
}
.newview .text {
    padding: 0;
}
.uploadform .text {
    display: block;
    margin: 0 auto;
    width: 640px;
}
.text {
    padding: 10px 0 15px;
}
#page_loading {
  position: absolute;
  top: 0;
  left: 0;
  overflow:hidden;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-radius: 100%;
  box-shadow: inset 0 0 0 30px #CAE53D;
  -webkit-animation: load 1s ease-out infinite;
 -moz-animation: load 1s ease-out infinite;
 -ms-animation:load 1s ease-out infinite;
 -o-animation: load 1s ease-out infinite;
 animation: load 1s ease-out infinite;
}
@-webkit-keyframes load {
  100% {
    width: 30px;
    height: 30px;
    box-shadow: none;
    -webkit-filter: blur(2px);
  }
}
@-moz-keyframes load {
  100% {
    width: 30px;
    height: 30px;
    box-shadow: none;
    -webkit-filter: blur(2px);
  }
}
@-ms-keyframes load {
  100% {
    width: 30px;
    height: 30px;
    box-shadow: none;
    -webkit-filter: blur(2px);
  }
}
@-o-keyframes load {
  100% {
    width: 30px;
    height: 30px;
    box-shadow: none;
    -webkit-filter: blur(2px);
  }
}
@keyframes load {
  100% {
    width: 30px;
    height: 30px;
    box-shadow: none;
    -webkit-filter: blur(2px);
  }
}


div.big_hover{
	width:100%;
	display:none;
	height:100%;
	opacity:0.8;
	position:absolute;
	top:0;
}
.project .content ul.info li a.title_edit{
	display:block;
	line-height:12px;
	padding-top:0px;
	height:42px;
	width:42px;
	position:relative;
	border:0 none;
	background:transparent url(/images/icons/edit_text.png) no-repeat center center;
}
.project .content ul.info li a.title_edit:hover{
	background:transparent url(/images/icons/edit_text_h.png) no-repeat center center;
	background-color:#484848;
}
a.zoom{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	cursor:zoom-in;
	transform:translate(-50%,-50%);
	display:block;
	opacity:0;
}
body.full_box a.zoom{
	cursor:zoom-out;
}
a.zoom{
	width:33.33%;
	height:100%;
}

.project .vote .chart-block {
    overflow: hidden;
}
.project .vote .chart-block .chart-circle {
    display: inline-block;
    position: relative;
}
.project .vote .chart-block .chart-title, .project .vote .chart-block .chart-circle {
    cursor: pointer;
    float: left;
}

.project .vote .chart-block .chart-circle .vote-count {
    color: #000000;
    font-size: 18px;
    left: 35px;
    position: absolute;
    top: 40px;
}
.project .vote.no_jury .chart-block .chart-circle .vote-count {
    color: #fff;
    font-size: 48px;
    left: 63px;
    position: absolute;
    top: 77px;
}
.project .vote .chart-block .chart-circle .vote-count .float {
    font-size: 15px;
}
.project .vote.no_jury .chart-block .chart-circle .vote-count .float {
    font-size: 16px;
}


.project .vote .chart-block .chart-title {
    color: #000000;
    font-size: 15px;
    margin-right: 20px;
    margin-top: 40px;
}
.project .vote.no_jury .chart-block .chart-title {
    color: #fff;
    font-size: 15px;
    margin-right: 20px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.project .vote .chart-block .chart-title, .project .vote .chart-block .chart-circle {
    cursor: pointer;
    float: left;
}

body.full_box a.show_fullscreen:hover{
	opacity:1;
}
div.img_desc{
	margin:0 auto;
	text-align:left;
	margin-top:10px;
	font: 13px "Open Sans",sans-serif;
	line-height:20px;
	margin-bottom:30px;
	color:#ccc;
}
#voteExtendedForm div.img_desc{
	max-height:100px;
	position:relative;
	overflow-y:auto;
}
div.rules div.img_desc{
    color: #ccc;
	position:relative;
    font: 13px/20px "Open Sans",sans-serif;
    margin: 10px auto 30px;
    max-height: calc(100vh - 315px);
    overflow: auto;
    text-align: left;
}
div.img_desc p{
	margin-bottom:15px;
	width:auto;
}
a.accept_rules{
	background:#484848;
	color:#fff;
	display:inline-block;
	font: 13px "Open Sans",sans-serif;
	height:40px;
	line-height:40px;
	padding:0 20px;
	text-transform:uppercase;
}
@media only screen and (max-width : 1440px) {
	.criteria .criteria-wrap .criteria-title {
		color: #fff;
		font-size: 12px;
		margin-bottom: 3px;
		margin-top: 0;
		text-align: center;
		text-transform: uppercase;
	}

	.criteria .criteria-wrap ol {
		margin-bottom: 10px;
		display: inline-block;
		float: none;
		margin-right: 0;
	}
	.criteria .criteria-wrap ol li {
		color: #ffffff;
		cursor: pointer;
		display: block;
		float: left;
		font-size: 12px;
		margin-bottom: 0;
		padding: 9px 15px;
	}
	div.jury_voting .project .vote .chart-block {
		margin-bottom: 5px;
	}
	div.jury_voting .project .vote .question {
		color: #fff;
		font: 17px 'Helvetica Neue', Helvetica, Arial, sans-serif;
		margin-bottom: 5px;
	}
	div.jury_voting .vote .chart-block .chart-circle canvas{
		width:80px !important;
		height:80px !important;
	}
	div.jury_voting .project .vote .chart-block .chart-circle .vote-count {
		color: #000000;
		font-size: 15px;
		height: 47px;
		left: auto;
		margin: -47px auto 0;
		position: relative;
		top: auto;
	}

}

@media screen and (max-width: 1600px) {
	div.slider_projects{
		width:954px;
		margin:0 auto;
		margin-top:30px;
	}
	a.see_more{
		display:block;
		margin:0 auto;
		width:142px;
		height:42px;
		background:#202020;
		color:#cecece;
		font-size:16px;
		margin-top:20px;
		text-align:center;
		line-height:42px;
	}
	div.slider_projects div.data{
		color:#ccc;
		font-size:14px;
		text-align:left;
	}
	div.slider_projects div.data span{
		display:block;
		margin-bottom:3px;
	}
	div.slider_projects a.img{
		float:left;
		display:block;
		width:238px;
		margin-right:40px;
		margin-left:40px;
	}
	div.slider_projects a img{
		width:238px;
		height:238px;
	}
	img.tmp_img{
		width:50%;
		margin-top:20px;
		margin-bottom:0px;
		position:relative;
	}
}
	div.slider_projects{
		width:840px;
		margin:0 auto;
		margin-top:30px;
	}
	a.see_more{
		display:block;
		margin:0 auto;
		width:142px;
		height:42px;
		background:#202020;
		color:#cecece;
		font-size:16px;
		margin-top:20px;
		text-align:center;
		line-height:42px;
	}
	div.slider_projects div.data{
		color:#ccc;
		font-size:14px;
		text-align:left;
	}
	div.slider_projects div.data span{
		display:block;
		margin-bottom:3px;
	}
	div.slider_projects a.img{
		float:left;
		display:block;
		width:200px;
		margin-right:40px;
		margin-left:40px;
	}
	div.slider_projects a img{
		width:200px;
		height:200px;
	}
}
.section h1.galleryTitle {
    color: #999999 !important;
    font: 12px/40px "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0 18px;
}
.galleryCarousel {
    padding: 15px;
}
.galleryCarousel .tools {
  position: relative;
  height: 40px;
  background-color: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}
.galleryCarousel .tools a.more {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #999999;
}
.galleryCarousel .tools .center {
  width: 84px;
  margin: 0 auto;
  padding: 0;
}
.galleryCarousel .previous_button {
  display: block;
  float: left;
  border: 1px solid #ebebeb;
  border-top:0 none;
  width: 40px;
  height: 40px;
  background: #fff url("/images/icons/arrow_left_dark.png") no-repeat scroll center center;
  cursor: pointer;
}
.galleryCarousel .previous_button_disabled {
  opacity:0.2;
  cursor: default;
}
.galleryCarousel .next_button {
  display: block;
  float: left;

  width: 40px;
  border: 1px solid #ebebeb;
    border-top:0 none;
  height: 40px;
  background: #fff url("/images/icons/arrow_right_dark.png") no-repeat scroll center center;
  cursor: pointer;
}
.galleryCarousel .next_button_disabled {
  opacity:0.2;
  cursor: default;
}
p.to_jury {
    color: #484848;
    display: block;
    font-size: 17px;
    margin: 30px auto 0;
    text-align: center;
}

p.to_jury a {
    font-size: 17px;
}
.columns .lc {
    float: left;
    margin: 0 10px;
    width: 670px;
}
div.section h1 {
    border-bottom: 0 none;
    color: #607816;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px 0 10px;
}
.columns .section h1 {
    color: #000000;
}

div.section {
    display: block;
    margin-bottom: 20px;
}
.banner {
    border: 1px solid transparent;
    margin-bottom: 10px;
}
.section h1.galleryTitle {
    color: #999999 !important;
    font: 12px/40px "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0 18px;
}
div.section h1 a {
    line-height: 40px;
}
#moreAuthor {
    float: right;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.columns .rc {
    float: right;
    margin-right: 10px;
    width: 300px;
}
div.section h1.panelTitle {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

.sidePanelCarousel .container {
    overflow: hidden;
    position: relative;
}
.sidePanelCarousel .tools {
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    height: 40px;
    position: relative;
}
.sidePanelCarousel ul {
    left: 0;
    margin: 0;
    max-height: 385px;
    padding: 0;
    position: relative;
    top: 0;
    width: 100000px;
}
.sidePanelCarousel ul li {
    float: left;
    list-style: outside none none;
    width: 300px;
}

.sidePanelCarousel ul .small_project {
    height: auto;
}
.small_project {
  padding: 5px;
  height: 77px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
border-top:0 none;
  font-size: 12px;
  background-color: #fafafa;
}
.small_project .image {
    border: 1px solid #e5e5e5;
    float: left;
    height: 60px;
    margin: 5px 10px;
    padding: 3px;
    width: 60px;
}

.sidePanelCarousel .small_project h3 {
    margin: 3px 0;
}
.small_project h3 {
    color: #333333;
    font-size: 12px;
    line-height: 12px;
    margin: 10px 0;
    text-indent: 5px;
}

.small_project a {
    color: #5b8f0a;
    font-size: 12px;
}
.small_project h3 a {
    color: #333333;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
}
.small_project a {
    color: #5b8f0a;
    font-size: 12px;
}
.sidePanelCarousel .tools .center {
    margin: 0 auto;
    padding: 8px 0;
    width: 47px;
}
.sidePanelCarousel .tools a.more {
    bottom: 10px;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 10px;
}
.sidePanelCarousel .previous_button, .section.akcent .previous_button {
    background: transparent url("/images/pager.gif") repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
.sidePanelCarousel .previous_button_disabled, .section.akcent .previous_button_disabled {
    background: transparent url("/images/pager-dis.gif") repeat scroll 0 0;
    cursor: default;
}

.sidePanelCarousel .next_button, .section.akcent .next_button {
    background: transparent url("/images/pager.gif") repeat scroll -24px 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 24px;
    width: 23px;
}

.sidePanelCarousel .previous_button, .section.akcent .previous_button {
    background: transparent url("/images/pager.gif") repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}

div.section h1.panelTitle {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}
div.gallery_view div.contest_menu, #wrapper div.contest_menu, #wrapper div.sticky_contest_menu {
    background: #202020 none repeat scroll 0 0;
    height: 70px;
    position: relative;
    width: 100%;
    z-index: 100;
}
#wrapper div.contest_menu, #wrapper div.sticky_contest_menu {
    display: none;
    position: fixed;
    top: 48px;
    z-index: 88888;
}

div.gallery_view div.contest_menu div.centered_content, #wrapper div.contest_menu div.centered_content, #wrapper div.sticky_contest_menu div.centered_content {
    width: 1182px;
	margin: 0 auto;
}

div.gallery_view div.contest_menu ul, #wrapper div.contest_menu ul, #wrapper div.sticky_contest_menu ul {
    float: left;
    list-style: outside none none;
    width: 100%;
}

div.contest_menu ul div.contest_logo, div.sticky_contest_menu ul div.contest_logo {
    float: left;
    margin-left: 28px;
}

div.contest_menu ul div.contest_pages, div.sticky_contest_menu ul div.contest_pages {
    float: right;
}
div.gallery_view div.contest_menu ul li, #wrapper div.contest_menu ul li, #wrapper div.sticky_contest_menu ul li {
    float: left;
    height: 70px;
}
div.gallery_view div.contest_menu ul li.home a, #wrapper div.contest_menu ul li.home a, #wrapper div.sticky_contest_menu ul li.home a {
    color: #cececd;
    display: block;
    font-size: 17px;
    margin: 22px 40px 18px 0;
    padding: 0 10px 0 0;
    text-transform: uppercase;
}

div.contest_menu ul li.home a img, div.sticky_contest_menu ul li.home a img {
    height: 30px;
}
div.gallery_view div.contest_menu ul li a, #wrapper div.contest_menu ul li a, #wrapper div.sticky_contest_menu ul li a {
    color: #cccccc;
    display: block;
    font-size: 15px;
    margin: 26px 17px 20px;
    padding: 0 0 7px;
    text-transform: uppercase;
}

div.gallery_view div.contest_menu ul li.social, #wrapper div.contest_menu ul li.social, #wrapper div.sticky_contest_menu ul li.social {
    padding-left: 28px;
}
div.gallery_view div.contest_menu ul li a:hover, div.gallery_view div.contest_menu ul li.active a, #wrapper div.contest_menu ul li a:hover, #wrapper div.contest_menu ul li.active a, #wrapper div.sticky_contest_menu ul li a:hover, #wrapper div.sticky_contest_menu ul li.active a {
    border-bottom: 1px solid #91a61a;
    color: #fff;
}
div.gallery_view div.contest_menu ul li.social a, #wrapper div.contest_menu ul li.social a, #wrapper div.sticky_contest_menu ul li.social a {
    display: inline-block;
    margin: 25px 10px;
    padding-bottom: 0;
}

div.gallery_view div.contest_menu ul li.social a.tw, #wrapper div.contest_menu ul li.social a.tw, #wrapper div.sticky_contest_menu ul li.social a.tw {
    background: transparent url("/images/c_tw.png") no-repeat scroll center center;
    height: 16px;
    margin-left: 0;
    width: 16px;
}
div.gallery_view div.contest_menu ul li.social a.google, #wrapper div.contest_menu ul li.social a.google, #wrapper div.sticky_contest_menu ul li.social a.google {
    background: transparent url("/images/c_g.png") no-repeat scroll center center;
    height: 16px;
    margin-left: 0;
    width: 22px;
}
div.gallery_view div.contest_menu ul li.social a.fb, #wrapper div.contest_menu ul li.social a.fb, #wrapper div.sticky_contest_menu ul li.social a.fb {
    background: transparent url("/images/c_fb.png") no-repeat scroll center center;
    height: 16px;
    margin-left: 0;
    width: 8px;
}
@media screen and (max-width: 1190px){
	.projects div.thmb.big .img img {
	  max-width: 420px;
	  max-height: 320px;
	}

}
@media screen and (max-width: 600px){
	.wrap {
		margin: 0 auto;
		width: 970px;
		position: relative;
	}
}
@media screen and (max-height: 800px){
	div.img_desc {
		margin-top: 5px;
		margin-bottom: 10px;
		line-height: 17px;
	}
	div.jury_voting div.voting_box textarea {
		margin-top: 5px;
		margin-bottom: 10px;
		height:60px;
		padding:10px;
	}
	.project .infopanel h2.img_title, .project .comments_panel h2.img_title, .project .critique_panel h2.img_title, div.jury_voting div.voting_box h2.img_title {
		line-height: 19px;
	}
	.criteria .criteria-wrap ol{
		margin-bottom:5px;
	}
}
.project .content ul.info li.tools.like_it span{
	display:block;
	margin-left:7px;
}
.project .content ul.info li.tools.like_it{
	float:left;
	position:relative;
}
div.huge{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	padding:100px;
	z-index:99999;
	cursor: zoom-out;
}
div.huge img{
	max-width:2048px;
	max-height:2048px;
	display:block;
}
.project .content ul.info li.tools.like_it div.done {
    color: #bad236;
    font-size: 16px;
    left: 60px;
    padding-top: 13px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}
.project .content ul.info li.tools.like_it a{
   cursor: pointer;
  background: transparent url("/images/icons/favorite_h.png") left center no-repeat;
}
.project .content ul.info li.tools.like_it.disabled a{
  background: transparent url("/images/icons/favorite.png") left center no-repeat;
}
.project .content ul.info li.tools.like_it.liked a{
  background: transparent url("/images/icons/favorite_g.png") left center no-repeat;
}
.project .content ul.info li.tools.like_it a:hover{
  background: transparent url("/images/icons/favorite_g.png") left center no-repeat;
}
.project .content ul.info li.tools.show_fullscreen a{
  background: transparent url("/images/icons/search.png") center center no-repeat;
}
.project .content ul.info li.tools.show_fullscreen a:hover{
  background: transparent url("/images/icons/search_h.png") center center no-repeat;
}
.comments-tabs a.show_critiques{
	display:block;
	line-height: 42px;
	float:right;
	color:#748515;
	padding-right:20px;
	padding-left:20px;
}
.comments-tabs a.show_critiques:hover{
	background:#505050;
	color:#fff;
}


div.delete2admin{
	position:fixed;
	background:#fff;
	right:0;
	width:350px;
	display:none;
	height:500px;
	bottom:42px;
	z-index:99999;
}
div.delete2admin p{
	color:#202020;
	width:auto;
	text-align:left;
	font-size:12px;
	margin-left:20px;
	margin-top:20px;
}
div.delete2admin p.thanks{
	float:left;
	margin-top:16px;
	width:150px;
}
div.delete2admin h3{
	width:calc(100% - 20px);
	color:#fff;
	margin-bottom:30px;
	text-align:left;
	padding-left:20px;
	font-size:12px;
	line-height:42px;
	background:#202020;
	height:42px;
}
div.delete2admin ul{
	list-style:none;
	margin-left:20px;
	padding-left:0px;
}
div.delete2admin ul li{
	text-align:left;
	color:#202020;
	clear:both;
	margin-bottom:10px;
}
div.delete2admin ul li label{
	float:left;
	color:#202020;
	margin:0;
	line-height:18px;
	width:300px;
}
div.delete2admin ul li input[type="checkbox"]{
	width:auto;
	margin-top:3px;

	display:inline-block;
	float:left;
	height:auto;
	margin-bottom:0px;
	margin-right:10px;
}
div.delete2admin textarea{
	width:calc(100% - 30px);
	padding:5px;
	height:70px;
}
div.delete2admin input[type="submit"],div.delete2admin input[type="button"]{
	cursor:pointer;
	background:#202020;
	float:ноне;
	width:100px;
	line-height:14px;
	margin-top:10px;
	height:30px;
	margin-right:20px;
	color:#fff;
}
div.delete2admin input[type="submit"]:hover{
	background:#a8c11d;
}
div.delete2admin h3 a.btn_close{
    background: url("/images/icons/close.png") no-repeat scroll 0 0 #202020;
    display: block;
    float: right;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}
div.delete2admin h3 a.btn_close:hover{
    background: url("/images/icons/close_h.png") no-repeat scroll 0 0 #484848;
}
div.delete2admin h3 a.btn_close:hover{
	background-color:#484848;
}
header nav.nav-form,header nav.sub-nav{
	display:none;
}
@media (max-width: 1023px) {
	div.gallery_view div.contest_menu div.centered_content, #wrapper div.contest_menu div.centered_content, #wrapper div.sticky_contest_menu div.centered_content {
		width: 100%;
		margin: 0 auto;
	}
	#wrapper div.contest_menu, #wrapper div.sticky_contest_menu{
		top:100px;
		display:block;
		height:50px !important; 
	}
	div.contest_menu ul div.contest_logo img{
		height:40px !important; 
	}
	div.contest_menu ul div.contest_logo a{
		margin-top:4px !important; 
	}
	div.gallery_view div.contest_menu ul li.mobile, #wrapper div.contest_menu ul li.mobile, #wrapper div.sticky_contest_menu ul li.mobile{
		height:50px !important; 
	}
	div.gallery_view div.contest_menu ul li.social a.fb, #wrapper div.contest_menu ul li.social a.fb, #wrapper div.sticky_contest_menu ul li.social a.fb{
		margin-top:16px !important; 
		margin-bottom:4px !important; 
	}
	#wrapper div.contest_menu ul li a, #wrapper div.contest_menu ul li a, #wrapper div.sticky_contest_menu ul li a{
		display:block;
		width:42px;
		margin:0;
		padding:0;
		height:50px;
	}

	#wrapper div.contest_menu ul div.contest_logo, #wrapper div.sticky_contest_menu ul div.contest_logo{
		margin-left:10px;
	}
	#wrapper div.contest_main_menu ul div.contest_pages.normal {
		padding-bottom: 40px;
	}
	#wrapper div.contest_main_menu ul div.contest_pages.normal li {
		height: 40px;
		float:left;
	}
	#wrapper div.contest_main_menu ul div.contest_pages.normal {
		position: absolute;
		right: 0;
		display:none;
		background: #fff;
		width: 130px;
		top: 50px;
	}
	#wrapper div.contest_main_menu ul div.contest_pages.normal li a {
		color: #333;
		width: 100%;
		font-size: 15px;
		text-transform: uppercase;
		margin: 26px 17px;
	}
	#wrapper div.contest_main_menu ul div.contest_pages {
		float: right;
	}
	div.gallery_view div.contest_menu ul li.social a.tw, #wrapper div.contest_menu ul li.social a.tw, #wrapper div.sticky_contest_menu ul li.social a.tw{
		margin-top:13px !important; 
		margin-bottom:4px !important; 
	}
	div.gallery_view div.contest_menu ul li, #wrapper div.contest_menu ul li, #wrapper div.sticky_contest_menu ul li {
		float: left;
		margin-right:10px;
		height:50px !important; 
	}
	.project.image_page{
		margin-top:42px;
	}
	body.full_box .project.image_page{
		margin-top:0;
	}
	header nav.nav-form{
		display:block;
	}
	.project .content ul.info li.author{
		width:115px;
		padding-right:10px ;
	}
	.project .content ul.info li.author:after{
		content:"Автор:";
		float:right;
		font-size:14px;
		margin-right: 13px;
	}
	.project .content ul.info li.name a.user_popup{
		display: inline-block;
		position: absolute;
		top: 25px;
		left: 58px;
		max-width: calc(100% - 300px);
		text-align: left;
		line-height: 18px;
		margin-top: 10px;
		margin-left: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.project .content.newview div.calendar div.navigation {
		float: none;
		width: 100%;
		margin-bottom:20px;
	}
	.project .content.newview div.calendar a.archive {
		float: none;
		position: absolute;
		top: 80px;
		left: calc(50% - 88px);
	}
	.project .content.newview div.calendar{
		width:calc(100% - 20px);
		padding-top:40px;
		position:relative;
	}
	.project .content.newview div.calendar:before{
		content:"Снимка на деня";
		font-size:19px;
		color:#ccc;
		margin-top:10px;
		margin-bottom:65px;
		display:block;
	}
	.project .content.newview.cal_view .art{
		padding:0;
	}
	.project .content.newview.cal_view .image_container{
		top: 50%;
	}
	.project .content ul.info li.name > span:nth-child(2){
		position: absolute;
		top: 70px;
		left: 10px;
		border-top: 1px solid #484848;
		width:calc(100% - 20px);
		padding-left:0 !important;
		text-align:center;
		padding-top:30px;
	}
	.project .content ul.info li.name > span:nth-child(2):before{
		content: "Заглавие:";
		font-size: 14px;
		position: absolute;
		top: 12px;
		color: #999;
		left: 50%;
		transform: translateX(-57%);
	}
	.project .content ul.info li.name > span:nth-child(3){
		position: absolute;
		top: 130px;
		width:calc(100% - 20px);
		border:0 none !important;
				padding-left:0 !important;
		padding-left:0;
		text-align:center;
		left: 10px;
	}
	.project .content ul.info li.name > span:nth-child(3) span.cat_nm{
		display:block;
		font-size: 14px;
		color: #999;
	}
	.project .content ul.info li.name a.user_popup span{
		font-size:17px !important;
		border:0 none;
		padding:0;
	}
	.project .content ul.info li.author img, .project .content ul.info li.author a{
		float:left;
		width:50px;
		height:50px;
		
	}
	.project .content.newview .image_container {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	div.no-bottom-padding .project .content.newview ul.info{
		height:185px;
		padding:10px;
		width:calc(100% - 20px) !important;
	}
	.project .content.newview .art {
		height: calc(100vh - 347px)
	}
	#profile_window div.gallery_view.one_image .projects.real div.thmb:nth-child(2n+1){
		clear:both;
	}
	.project .content ul.info li.name {
		float: none;
	}
	.project .content ul.info li.edit_view{
		position:absolute;
		float:none;
		bottom:29px;
		left:10px;
	}
	.project .content ul.info li.tools.report{
		position:absolute;
		float:none;
		bottom:29px;
		right:10px;
	}
	.project .content ul.info li.tools {
		margin-top: 3px;
	}
	.project .content ul.info li.tools.like_it{
		float:right;
	}
	#profile_window div.profile-header div.profile-avatar,#profile_window div.profile-header h1, #profile_window div.profile-header h1 a{
		display:none;
	}
	#profile_window div.profile-header {
		position: absolute;
		right: calc(50% - 60px);
		top: 10px;
	}
	.project .content ul.info div.social_icons{
		margin-top:-52px;
	}
	.project .comments_panel, .project .critique_panel{
	height: calc(100vh - 285px);
		width: calc(100% - 40px);
	}
	.project .comments_panel div.comments div.comment{
		padding-right:7px;
	}
	.project .infopanel{
		width: calc(100% - 40px);
		height: calc(100vh - 285px);
	}
	#profile_window div.columns div.fc {
		position: absolute;
		margin-top: 0;
		margin-left: 0;
		left: 10px;
		width: calc(100% - 20px);
		padding:0 10px;
		top: 85px;
	}
	.project .comments_panel #comments_inner, .project .critique_panel #critique_inner{
		padding:0 !important;
	}
	.project .comments_panel textarea {
		width: calc(100% - 42px);
	}
	#profile_window div.columns div.fc a.filter-tabs{
		margin-bottom:6px;
	}
	#profile_window div.columns div.projects{
		padding:0;
	}
	#profile_window div.columns div.projects{
		width:100%;
	}
	#profile_window div.gallery_view.one_image .projects.real div.thmb {
		height: auto;
		padding:5px;
		margin:0 !important;
		width: calc(50% - 10px);
	}
	#profile_window .projects div.thmb .img img {
		max-height: auto;
		max-width: 100%;
	}
	#profile_window div.columns div.projects {
		margin-top: 180px;
	}
	#profile_window {
		width: 100%;
		height: calc(100% - 328px);
		background: #151515;
		position: fixed;
		bottom: 184px;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 100;
	}
	.project .content.newview.cal_view .art {
		height: calc(100vh - 376px);
		margin-top: 100px;
	}
	.project .content.newview.cal_view ul.info li.edit_view ,.project .content.newview.cal_view ul.info li.report{
		bottom: 82px;
	}
	.project .content.newview.cal_view {
		height: calc(100vh - 62px);
	}
	div.no-bottom-padding.jury_voting .project .content.newview ul.info{
		height:51px;
		padding-top:0;
	}	
	.project .content ul.info li.name span:first-child {
		border-right: 0 none;
	}
	div.no-bottom-padding.jury_voting .project .content ul.info li.name > span:nth-child(2)::before {
		display:none;
	}
	div.jury_voting .project .content ul.info li.name {
		padding-top: 2px;
		text-align:left;
		width: auto;
		display: inline-block;
		padding-top: 13px;
		float: left;
		width: calc(100% - 225px);
		  white-space: nowrap;
		  overflow: hidden;
		  text-overflow: ellipsis;
	}
	div.no-bottom-padding.jury_voting .project .content ul.info li.edit_view {
		position: relative;
		float: right;
		bottom: auto;
		right: auto;
		left:auto;
	}
	div.no-bottom-padding.jury_voting .project .content ul.info li.name > span:nth-child(2){
		display:none;
	}
	div.no-bottom-padding.jury_voting .project .content ul.info li.tools{
		position:relative;
		left: auto;
		right: auto;
		top: auto;
		bottom:auto;
		float: right;
		margin: 0;
		border-left:1px solid #484848;
	}
	div.jury_voting div.voting_box{
		width:100%;
		position:absolute;
	}
	div.jury_voting div.voting_box {
		width: calc(100% - 20px);
		position: absolute;
		padding: 10px;
		height: 200px;
		bottom: 62px;
	}
	div.voting_box .criteria .criteria-wrap{
		float:left;
	}
	div.jury_voting div.voting_box textarea{
		margin:0;
		margin-bottom:10px;
	}
	div.no-bottom-padding.jury_voting .project #vote_btn{
		height: 36px;
		margin-top:0;
		line-height: 36px;
		float:right;
		margin-right:0px;
	}
	#voteExtendedForm div.img_desc{
		display:none;
	}
	div.jury_voting .project .content.newview .art { 
		float: none;
		padding: 0px;
		width: 100%;
		height: calc(100vh - 420px);
		margin-top: 50px;
		margin-bottom: 266px;
	}
	div.jury_voting a.right_img_arrow {
		width: 42px;
		height: 42px;
		opacity:1;
		cursor: pointer;
		display: block;
		position: absolute;
		right: 10px;
		text-align: right;
		z-index: 1000;
		bottom: -97px;
	}
	div.jury_voting div.voting_box h3.sub_title{
		margin-bottom:5px;
	}
	.project .content.newview {
		left: auto;
		height:calc(100vh - 142px);
		text-align:center;
		width:100%;
		background:#101010;
		float: none;
	}
	a.left_img_arrow{
		width: auto;
		height: auto;
		opacity: 1;
		cursor: pointer;
		display: block;
		position: absolute;
		left: 10px;
		text-align: right;
		z-index: 300;
		bottom: -122px;
	}
	a.right_img_arrow{
		width: auto;
		height: auto;
		opacity: 1;
		cursor: pointer;
		display: block;
		position: absolute;
		right: 10px;
		text-align: right;
		z-index: 300;
		bottom: -122px;
	}
	#profile_window div.buttons a.user_follow, div.user_details div.buttons a.user_follow{
		margin-right:40px !important;
	}
	a.close-user-popup{
		top:20px !important;
	}
	#profile_window div.profile-header h1,#profile_window div.profile-header h1 a{
		margin-top:13px;
	}
	body{
		overflow:initial !important;
	}
	a.zoom{
		width:100%;
		height:100%;
		display:none;
	}
	.project .content ul.info li.tools.show_fullscreen{
		display:none;
	}
	ul.mm_selected{
		display:none;
	}
	#wrapper div.contest_menu, #wrapper div.sticky_contest_menu{
		position:relative !important;
		top:0 !important;
	}
	body.contest-page .project.image_page {
		margin-top: 0;
	}
	div.contest_pages li.mobile {
		display: block;
	}
}                                                               
@media (max-width:1023px) and  (min-height: 500px) {

	.project .content.newview div.image_container img{
		max-height: calc(100vh - 327px);
	}
	.project .content.newview{
		height: calc(100vh - 143px);
	}
	.project .content.newview .art {
		height: calc(100vh - 327px);
	}
	div.jury_voting .project .content.newview .art{
		height: calc(100vh - 502px);
	}
	div.jury_voting .project .content.newview {
		height: calc(100vh - 143px);
	}
	div.jury_voting .project .content.newview div.image_container img{
		max-height: calc(100vh - 400px);
	}
}
@media (max-width: 360px) {
	.project .content ul.info li.tools {
		width: 31px;
	}
	.project .content ul.info li.tools.critique,.project .content ul.info li.tools.comments {
		width: 43px;
	}
}
@media (max-height: 500px) {
	.project .content.newview .art{
		height: calc(100vh - 92px);
	}
	.project .content.newview{
		height: auto;
	}
	header nav.nav-form {
		z-index: 99999;
	}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (min-width: 320px) and (max-width: 480px) {

}