.title_table h1 {
    font-weight: normal;
    color: #444852;
    font-size: 32px;
    vertical-align: middle;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px;
}

.title_table {
	display: table;
	width: 100%;
	border-spacing: 0px;
}

.title_cell {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0px;
}

.title_options {
	text-align: right;
	width: 200px;
}

.title_options img, .title_options svg {
	height: 28px;
	width: 28px;
	vertical-align: middle;
}

.title_options svg {
	padding-left: 5px;
	height: 23px;
	width: 23px;
}

.contest_id {
	display: inline-block;
	padding-right: 5px;
	font-size: 16px;
	color: #969696;
	vertical-align: middle;
}

.contest_tab_table {
	display: table;
	width: 100%;
	border-spacing: 0px;
	box-sizing: border-box;
}

.contest_tab_cell {
	display: table-cell;
}

.contest_tab_cell_info {
	text-align: right;
}

.contest_tab_cell .tabs li {
	padding-right: 4px;
}

.contest_tab_cell .tabs li a {
	background-color: #ffffff;
	padding: 8px 25px;
	border-top: 4px solid #f8f9fb;
	font-size: 16px;
	font-weight: lighter;
	display: block;
    color: #444852;
    border-bottom-color: #e9eff6;
    margin-bottom: 4px;
}

.contest_tab_cell .tabs li span {
	color: #969696;
	font-weight: lighter; 
}

.contest_tab_cell .tabs li.active a {
	border-top: 4px solid #70418d;
	margin-bottom: 0px;
	border-bottom: 7px solid #ffffff;
}

.contest_tab_cell .tabs li a:hover {
	border-top: 4px solid #3faca9;
}

.contest_content {
	background-color: #ffffff;
	padding: 20px 0px;
}

.contest_container {
	width: 978px;
    margin: 0px auto;
}

.contest_content .contest_container {
	width: 998px;
}

.design_table {
	display: table;
	width: 100%;
	border-spacing: 0px;
	box-sizing: border-box;
	table-layout: fixed;
}

.design_cell, .design_add_cell, .empty_cell {
	display: table-cell;
	height: 100px;
	vertical-align: top;
}

.design {
	display: block;
	padding: 10px 10px;
}

.empty_cell .empty_msg {
	height: 234px;
	width: 100%;
	border: 6px solid #ccc;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	color: #ccc;
	padding-top: 100px;
	margin-bottom: 10px;
}

.del_by_admin .empty_msg,
.del_by_user .empty_msg {
	border-color: #d14836;
	color: #d14836;
}

.design_img {
	height: 234px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	transition: box-shadow 0.5s;
	cursor: pointer;
}

.design_img:hover {
	box-shadow: 0px 0px 25.2px 2.8px rgba(177, 177, 177, 0.68); 
}

.filter_table {
	display: table;
	width: 100%;
	border-spacing: 0px;
	box-sizing: border-box;
	table-layout: fixed;
}

.filter_select {
	display: table-cell;
	vertical-align: middle;
	width: 229px;
	padding: 10px 10px 20px 10px;
}

.filter_select select {
	width: 100%;
	max-width: 229px;
	background: transparent;
	border: none;
	font-size: 16px;
	height: 45px;
	padding: 5px;
	border: 1px solid #cccccc;
	border-radius: 0px;
}

.filter_select_right {
	text-align: right;
	width: auto;
}

.design_info {
	display: table;
	padding: 5px 0px 10px;
	width: 100%;
	border-spacing: 0px;
}

.design_stars {
	vertical-align: middle;
	display: table-cell;
}

.design_num {
	vertical-align: middle;
	display: table-cell;
	text-align: right;
	color: #999;
	width: 50px;
}

.design_stars img {
	width: 25px;
	height: 25px;
}

.popop_stars  {
	text-align: center;
	padding-bottom: 20px;
	min-height: 34px;
}

.popop_stars img {
	width: 30px;
	height: 30px;
}

.contest_ends, .contest_price {
	width: 80px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	vertical-align: sub;
}

.contest_ends span, .contest_price span {
	color: #969696;
	font-size: 10px;
}

.contest_ends .flatdate {
	font-size: 16px;
	color: #666;
}

.contest_price {
	width: 35px;
	font-size: 13px;
}

.contest_price_first {
	width: 80px;
	font-size: 16px;
}

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

.briefing_content {
	display: table-cell;
	vertical-align: top;
	padding-left: 40px;
}

.briefing_menu {
	display: table-cell;
	width: 240px;
	vertical-align: top;
	border-right: 1px solid #ebebeb;
}

.briefing_content .section {
	box-shadow: none;
	padding: 0px 0px;
}

.briefing_content .start_header {
	margin-bottom: 0px;
}

.design_add {
	border: 4px solid #33b2e9;
	display: block;
	text-align: center;
	margin: 10px 10px;
	height: 228px;
	color: #33b2e9;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	transition: background-color 1s;
	padding: 0px 15px ;
}

.design_add:hover {
	background-color: #33b2e9;
	color: #ffffff;
}

.design_add svg {
	width: 50px;
	height: 50px;
	margin-top: 70px;
	margin-bottom: 20px;
}

.design_add svg path {
	fill: #33b2e9;
}

.design_add:hover svg path {
	fill:#ffffff;
}

.designer_filter {
	border: 4px solid #D14836;
	color: #D14836;
	display: block;
	text-align: center;
	margin: 10px 10px;
	height: 236px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	transition: background-color 1s;
	padding: 15px 15px ;
	box-sizing: border-box;
}

.popup_close_button {
	float: right;
}

.design_popup_buttons {
	padding: 15px 0px;
}

.design_popup_buttons a {
	display: block;
	text-align: center;
	margin-bottom: 5px;
	padding: 14px 5px;
}

.design_align_top {
	background-position: top center ;
}

.design_align_bottom {
	background-position: bottom center ;
}


.example_logo {
    display: inline-block;
    box-shadow: 0 0 1px #999999;
    transition: box-shadow 0.4s;
    margin: 13px 13px;
    text-align: center;
    width: 210px;
}

.example_logo img {
    width: 210px;
    height: 157px;
}

.example_logo p {
    font-style: italic;
    color: #999;
    font-size: 16px;
    text-align: center;
}

.color_scheme {
    border:3px solid #ffffff;
    box-shadow: 0 0 1px #999999;
    transition: box-shadow 0.4s;
    width: 320px;
    height: 45px;
    padding: 3px 3px;
    margin: 15px 30px 15px 0px;
    display:inline-block;
    vertical-align: middle;
}

.color {
    width: 42px;
    height: 42px;
    display: inline-block;
    background-color:#336699;
    vertical-align: middle;
}

.color_aqua .color {
    background-color:#49b8c4;
}

.color_red .color {
    background-color:#ff0000;
}

.color_purple .color {
    background-color:#cc00ff;
}

.color_pink .color {
    background-color:#ff00ba;
}

.color_blue_light .color {
    background-color:#00f0ff;
}

.color_yellow .color {
    background-color:#f6ff00;
}

.color_orange .color {
    background-color:#ffa800;
}

.color_black_white .color {
    background-color:#4a4a4a;
}

.suprise_me {
    display: inline-block;
    padding: 0px 20px;
    vertical-align: middle;
    line-height: 45px;
    font-size: 16px;
}

.briefing_content .section_extra_options {
	padding-top: 20px;
}

.no_entries_found {
	padding: 50px 0px;
	text-align: center;
	color: #969696;
	font-size: 20px;
}

.no_entries_found svg {
	height: 50px;
	width: 50px;
}

.no_entries_found svg path {
	fill: #969696;
}

.contest_drop_menu {
	display: inline-block;
	cursor: pointer;
}

.contest_drop_menu:hover svg.svg_dots_menu path {
	fill: #4fb0ef;
}

.sub_menu li.line {
    border-color: #ebebeb;
}

/* CSS COMMENTS  CSS COMMENTS  CSS COMMENTS  CSS COMMENTS  CSS COMMENTS  CSS COMMENTS */
/* CSS COMMENTS  CSS COMMENTS  CSS COMMENTS  CSS COMMENTS  CSS COMMENTS  CSS COMMENTS */
/* CSS COMMENTS  CSS COMMENTS  CSS COMMENTS  CSS COMMENTS  CSS COMMENTS  CSS COMMENTS */
/* CSS COMMENTS  CSS COMMENTS  CSS COMMENTS  CSS COMMENTS  CSS COMMENTS  CSS COMMENTS */

.hide {
	display:none;
}

.blur {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.comment_container {
	margin-left:0px;
}

.comment article {
	border:1px solid #dddddd;
	padding:15px 15px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom-width:3px;
}

.comment header {
	height:36px;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	background-color:inherit;
	position: relative;
}

time {
	color:#999;
	font-style:italic;
}

.comment footer.text time {
	float:right;
	margin-top:5px;
}

.sub_comment time {
}

.comment header img {
	vertical-align: middle;
	display: inline-block;
	margin-right:10px;
}

.comment header .fn {
	vertical-align: middle;
	display: inline-block;
}

.comment section.image img {
	margin:5px 0px;
	width:100%;
	}
	
	.big_comment_img {
		width:100%;
		
	}
	
	.small_comment_img {
		width:163px;
	}

.comment footer {
	width:inherit;
	line-height: 18px;
	height: 20px;
	padding: 0px 0px;
}

.comment footer.text {
	
}

.likes {
	line-height:20px;	
	border-bottom: 1px solid rgb(226, 226, 226);
	padding-bottom:5px;
	margin-top:-5px;
	margin-bottom:10px;
}

.comment footer a.button {
	background-color:transparent;
	line-height: 14px;
	height: 14px;
	padding: 3px 10px 5px 0px;
	border:none;
}

.sub_comments {
	padding:5px 0px 0px 0px;
	word-wrap: break-word;
}

.add_comment {
	margin-left:36px;
}

.add_comment .area_buttons {
	padding-top:5px;
	line-height:36px;	
}

.add_content {
	height: 20px;
	border:1px solid #dddddd;
	width: 97%;
	padding:5px 5px 5px 5px;
}

textarea.add_content  { 
    resize: none;
}

.add_comment img {
	display: none;
}

.add_comment_loading, .comments_load_more {	
	background-image:url('https://storage.googleapis.com/crowdsite-static/ajax-loader-small.gif');
	background-position:left center;
	background-repeat:no-repeat;
}

.comments_load_more {
	background-position:center center;
}

.status_update {
	margin-left:0px;
	min-height:54px;
}

.area_buttons {
	height:45px;	
}

.sub_comment {
	clear:both;
	padding:10px 0px;
	border-bottom:1px solid #dddddd;
	padding-left:41px;
	word-wrap: break-word;
    word-break: break-word;
}

.sub_comment img{
	margin-left: -41px;
    float: left;
}

.comment_more_count  {
	line-height:18px;
	min-height:18px;
	padding: 0px 5px;
}

.comment_more_count a, .news_more a {
	display:block;
	background-color: rgb(238, 238, 238);
	border: 1px solid #dddddd;
	text-align:center;
	color: #999;
	line-height:30px;
	border-top:0px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
}

.load_more_lookup a {
	border-top: 1px solid #dddddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.comment_more_count a:hover, .news_more a:hover  {
	background-color:#dddddd;
	text-decoration:none;
}

.please_login {
	color:#999;
	font-style:italic;
	margin-left: -36px;
}

.unread_news {
	border-bottom-color:rgb(237, 112, 77) !important;
}

.comment_menu {
	display:none;
	position:relative;
	z-index:9;
}
.comment_menu_button {
	float:right;
}

#comment_container article:hover .comment_menu_button {
	display: block;
}


.comment_menu {
	position:absolute;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(221, 221, 221);
	color: rgb(255, 255, 255);
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	position: absolute;
	padding: 10px 10px 10px 10px;
	max-width: 180px;
	font-size: 10px;
	text-align: center;
	display: none;
	margin-top: 35px;
	margin-left: -85px;
	z-index: 20;
	padding-top:5px;
	border-bottom-width: 2px;
}

.comment_menu a{
	width: 165px;
	text-align:left;
}

.data_dropdown_menu_arrow {
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgb(221, 221, 221);
	margin-top: -15px;
	width: 1px;
	margin-left: 80px;
	margin-bottom: 10px;
}

.sub_right {
	float:right;
}

.friend {
	border:1px solid #CCC;
	padding:10px 10px;
	margin:5px 10px 5px 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom-width: 2px;
}

.friend .avatar, .friend .user_info {
	float:left;	
}

.friend .user_info {
	padding-left:5px;
}

.friend .user_info .profession {
	color:#999;
	font-style:italic;
}

.friend a.button {
	margin-top:5px;
}

.sub_right {
	display:none;
}

.sub_comment:hover .sub_right {
	display:block;
}

.extended_text {
	display:none;
}

.share_comment {
	display:none;
	padding-top:5px;
}

.share_comment iframe, .fb_iframe_widget{
	float:left;
}
.fb_iframe_widget {
	margin-right:5px;
}

.mail_button {
	padding: 1px 4px 1px 0px;	
}

.IN-widget {
	margin-left:5px;
}

.area_buttons .help_button {
	float:right;
}

.comment_entry, .portfolio_img {
	margin-left: -8px;
	margin-right: -8px;
	cursor:pointer;
}

.winning_design .design_img {
	border:8px solid #FFD700;
	height: 234px;
	box-sizing: border-box;
}

.winning_place_2 .design_img {
	border-color: #999999;
}

.winning_place_3 .design_img {
	border-color: #6a4626;
}

.winning_place_4 .design_img {
	border-color: #000000;
}

.winning_place_5 .design_img {
	border-color: #000000;
}

.status_bar {
	background-color: #4fb0ef;
	padding: 20px 0px;
}

.contest_message_warning, .contest_message_success {
	background-color:#FFFBCC;
	color:#666452;
	padding: 20px 0px;
	text-align: center;
	vertical-align: middle;
	font-weight: lighter;
}

.contest_message_success {
	background-color: #D5FFCE ;
}

.contest_message_warning svg, .contest_message_success svg {
	height: 33px;
	width: 33px;
	vertical-align: middle;
	margin-right: 10px;
}

.contest_message_warning svg path {
	fill: #E6DB55;
}

.contest_message_success svg path {
	fill: #9ADF8F;
}

.popup_winner_text {
	padding: 10px 10px;
	text-align: center;
	font-weight: bold;
	color: #FFD700;
	border:4px solid #FFD700;
	margin-bottom: 5px;
	display: none;
}

.popup_winner_text_2 {
	color: #999999;
	border:4px solid #999999;
}

.popup_winner_text_3 {
	color: #6a4626;
	border:4px solid #6a4626;
}

.popup_winner_text_4 {
	color: #000000;
	border:4px solid #000000;
}

.popup_winner_text_5 {
	color: #000000;
	border:4px solid #000000;
}

.status_table {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	color: #ffffff;
	table-layout: fixed;
	font-size: 14px;
	font-weight: lighter;
}

.status_done {
	color: #ffffff;
	font-size: 30px;
	text-align: center;
}

.status_done svg {
	height: 35px;
	width: 35px;
	vertical-align: middle;
	margin-right: 10px;
}

.status_done svg path {
	fill:#ffffff;
}

.status_cell {
	display: table-cell;
	text-align: center;
}

.status_round {
    background-color: #4fb0ef;
    border-radius: 23px;
    width: 36px;
    height: 36px;
    border: 3px #ffffff solid;
    margin: 0px auto 10px auto;
    display: block;
}

.status_round_active {
    background-color: #70418d;
}

.status_round_done {
    background-color: #ffffff;
}

.status_round_link {
	cursor: pointer;
}

.status_round_link:hover {
    background-color: #424851;
}

.status_line {
	border-bottom: 3px solid #ffffff;
	margin-bottom: -24px;
	margin-top: 24px;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#release_loading {
	padding: 10px 10px;
	text-align: center;
	font-weight: bold;
	color: #636363;
	border:4px solid #33BAB0;
	margin-bottom: 5px;
	display: none;
}


.pswp {
    position: absolute !important;
}

.pswp__bg {

}

.popup_table {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 10;
}

.popup_cell_images {
    display: table-cell;
}

.popup_cell_comments {
    display: table-cell;
    width: 300px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.popup_cell_comments h2 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-weight: normal;
    color: #444852;
    font-size: 24px;
}

.popup_cell_gallery {
    width: 400px;
    position: absolute;
    height: 300px;
}

.footer {
    position: inherit;
}

.list_pager ul {
    margin: 40px auto;

}

.new_designs_warning {
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 15px 0px;
    margin: 0px 10px 10px 10px;
    display: none;
}

.load_design .design_img {
    background-size: 50px 50px;
    background-position: center center;
    background-image: url(<?php echo get_gs_url('static') ; ?>/loader.svg) !important ;
}

.popup_cell_options {
    padding: 25px 25px 0px 25px;
}

.comment_container {
    padding:0px 25px;
}

#design_popup_content {
    overflow-y: scroll;
}

.design_popup_content_load {
    text-align: center;
    padding: 25px 25px;
}
#remove_design {
    display: none;
}

@media (max-width: 767px) {
    
    .status_bar {
    	display: none;
    }

    .contest_container {
	    width: 100%;
        display: block;
	}

	.title_cell {
		display: block;
		text-align: center;
	}

	.title_options {
		width: 100%;
		padding-top: 0px;
	}

	.contest_tab_table, .contest_tab_cell {
		display: block;
	}

	.contest_container .contest_tab_cell:first-child {
		width: 100%;
		overflow: scroll;
	    margin-top: 80px;
	}

	.contest_tab_cell .tabs{
		width: 600px;
	}

	.contest_tab_cell_info {
		text-align: center;
		margin-top: -135px;
	}

	.contest_content {
	    margin-top: 40px;
	}

	.contest_content .contest_container {
	    width: 100%;
	    overflow: scroll;
	}

	.filter_table, .filter_select {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}

	.filter_select select {
		width: 100%;
		display: block;
		max-width: inherit;
	}

	.design_table, .design_cell, .empty_cell {
		width: 100%;
		display: block;
		height: inherit;
	}

	.briefing_menu {
		display: none;
	}

	.briefing_table {
		display: block;
		width: 100%;
	}

	.briefing_content {
		display: block;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.popup_cell_images {
		display: block;
		height: 400px;
	}

	.popup_cell_comments {
		display: block;
		width: 100%;
	}

	.popup_table {
		overflow: scroll;
	}
	.comment_container {
	    padding:0px 25px 25px 25px;
	}

	.comment_more_count {
		padding: 0px 0px;
	}

	.design_add_cell {
		display: none;
	}

}