/*
Theme Name: Crowdsite design
Theme URI: http://www.crowdsite.com/
Description: This is the default crowdsite WordPress theme.
Author: Design In The crowd B.V.
Version: 1.0
Tags: responsive
*/

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);

html, body {
	background-color:#E9EAED;
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	font-family: 'PT Sans', serif;
	color:#666;
	font-size:14px;
}

textarea, input, select {
	font-family: 'PT Sans', serif;
}

.clr {
	clear:both;
}

h1 {
	color: #33B2E9;
	font-weight:normal;
}

h2, h3 {
	font-weight: normal;
	font-size: 18px;
}

a {
	color:#33b2e9;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

td {
	padding: 0px;
}

#mobileheader, #mobilemenu {
	display: none;
}

/* messages styles */
.message , .melding, #message
{
	border: 				1px solid;
	display: 				block;
	padding: 				7px 10px 7px 10px;
	margin: 				10px 0px 10px 0px;
	line-height: 			20px;
	min-height: 			20px;
	text-align: 			left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-left-width: 5px;
}

.message p , .melding p, #message p
	{
		margin:0px;
		padding:0px;
	}
	
	.succes , .updated {
		background-color:#D5FFCE;
		border-color:#9ADF8F !important;
		color: #556652;
	}
	.warning {
		background-color:#FFFBCC;
		border-color:#E6DB55 !important;
		color:#666452;
	}
	.error {
		background-color:#FFCECE;
		border-color:#DF8F8F !important;
		color:#665252;
	}
	.information , .info {
		background-color:#DBE3FF;
		border-color:#A2B4EE !important;
		color:#585B66; 
	}
	
	.notFound  {
		border-color: transparent;
		color: #999;
		text-align:center;
		border:0px;
		padding:0px 0px 0px 0px ;
	}
	
	.loadmessage {
		background:url("./images/ajax-loader-small.gif") no-repeat scroll 7px 9px #FFFBCC;
		border:1px #E6DB55 solid;
		color:#585B66;
		margin-left:auto;
		margin-right:auto;
		position: fixed;
		z-index:1001;
		width: 30%; 
		left: 35%; 
		margin: 0 0 0 0;
		top:0;
	}

.hide {
	display:none;	
}

nav .hide {
	display:none !important;	
}

div.dropdown-slider, div.dropdownslide {
	display: none;
	
	overflow: hidden;
	
	margin: 0 7px 5px 7px;
	position: absolute;
	top: 34px;
	right: 0;
	
	background: #F2F2F2;
	
	border-right: solid 1px #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
	border-left: solid 1px #D9D9D9;
	
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	
	-webkit-transition: border-color .20s;
	-moz-transition: border .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
}
.left div.dropdown-slider, div.dropdownslide {
	margin: 0 1px 5px 7px;
}
.middle div.dropdown-slider, div.dropdownslide {
	margin: 0 1px 5px 1px;
}
.right div.dropdown-slider, div.dropdownslide {
	margin: 0 7px 5px 1px;
}
div.dropdown-slider .ddm , div.dropdownslide .ddm {
	display: block;
	background: #F2F2F2;
	color: #585858;
	
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font: bold 11px Helvetica, Arial, sans-serif;
	line-height: 18px;
	height: 18px;
	
	margin: 0;
	padding: 5px 6px 4px 6px;
	width: 100%;
	float: left;
	
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #D9D9D9;
}
div.dropdown-slide .ddm:hoverr, div.dropdownslide .ddm:hover {
	background: #F4F4F4;
	border-bottom-color: #C0C0C0;
}
div.dropdown-slider .ddm:active, div.dropdownslide .ddm:active {
	border-bottom-color: #4D90FE;
	color: #4D90FE;
	
	-moz-box-shadow:inset 0 0 10px #D4D4D4;
	-webkit-box-shadow:inset 0 0 10px #D4D4D4;
	box-shadow:inset 0 0 10px #D4D4D4;
}
div.dropdown-slider .ddm:last-child, div.dropdownslide .ddm:last-child {
	border-bottom: none;
}

/* header menu */

header {
	background-color:#424851;
}

.white_div {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	background-color:#FFF;
}

.logo_header {
	width: 979px;
	margin-left: auto;
	margin-right: auto;
	height:82px;
	line-height:82px;
	background-color:#FFF;
}

.logo_header a{
	display:inline-block;
}

.logo_header .user_links {
	text-align:right;
	float: right;
}

.logo_header .user_links span {
	vertical-align: middle;
	display: inline-block;
}

.logo_header a.logo_link {
	display: inline-block;
	margin-top:17px;
	line-height:inherit;
	height: inherit;
}

.logo_header a.logo_link img {
	height: 60px;
}

.mobile_signin_button {
	display:none;
}

.mainmenu_icon_hover svg path, .mainmenu_icon_hover svg polygon {
    fill: #33B2E9;
}

.mainmenu {
	font-size: 12px;
}

.mobile_menu_button {
	display:none ;
	background-image:url("https://storage.googleapis.com/crowdsite-static/images/mobile_menu.png");
	background-position: 15px center;
	background-repeat:no-repeat;
	height: 57px;
	line-height:57px;
	padding-left:57px;
	color:#FFF;
	z-index:1;
}

.mobile_usermenu_button, .mobile_signin_button {
	display:none;
	height: 57px;
	line-height:57px;
	position: absolute;
	right: 0;
	overflow:hidden;
	word-break:break-all;
	max-width: 160px;
}

.mobile_usermenu_button a:hover, .mobile_signin_button  { background-color:#424851 !important; color:#FFF !important; }

.mobile_usermenu_button img {
	margin-right:10px;
	margin-top:13px;
	padding-left:10px;
}

nav .mobile_signin_button a.nav_link {
	line-height:inherit;
	display: block;
}

.content_section, .content_section_wide {
	display:inline-block;
	vertical-align: top;
	margin-left:174px;
	width: auto;
	min-width: 804px;
	min-height: 400px;
}

.content_section_wide {
	display:block;
	margin-left: inherit;
}

.section_table {
	display:table;
	border-spacing: 15px 15px;
	margin-left: -10px;
	margin-right: -10px;
	width: 100%;
}

.section_table .section_wide_3, .section_table .section_row, .section_table .section_4 {
	display: table-cell;
}

.subheader {
	text-align: center;
	padding-bottom: 15px;
}
	
.section_shadow {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.24);
}

ul.submenu , .submenu li {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	list-style:none;
}

ul.submenu  {
	display:inline-block;
	width:152px;
	vertical-align: top;
	position:absolute;
	margin-top:65px;
}

ul.fixed {
    position: fixed ;
    top: 15px;
	margin-top:0px;
}
.submenu li {
	padding-bottom:3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.submenu a {
	background-color:#f3f3f3;
	display:block;
	height:31px;
	line-height:31px;
	padding-left:10px;
	color:#000;
	border-left:4px #f3f3f3 solid;
	text-decoration:none;
	transition: border-left 0.4s;
}

.submenu a:hover {
	border-left:4px #532075 solid;
}

.submenu_active a{
	border-left:4px #33b2e9 solid;
}

.submenu_title {
	line-height:31px;
	font-style:italic;
}

li.mobile_submenu_button {
	display:none;
}

.container {
	width:978px;
	margin-left:auto;
	margin-right:auto;
}

.section, .section_2, .section_3, .section_4, .section_4_3, .section_3_2, .section_wide, .section_wide_3, .section_wide_2, .section_wide_3_2 , .section_wide_4 {

	background-color:#FFF;
	vertical-align:top;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/* box-shadow: 0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.24);*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.12),0 1px 1px rgba(0, 0, 0, 0.24);
	margin-bottom: 15px;
	margin: 5px 5px;
	padding: 15px 20px;
		
}

.section_2, .section_2_trans, .section_3_trans, .section_wide_3_trans, .section_3, .section_4, .section_4_3, .section_3_2, .section_3_2_trans, .section_wide_3, .section_wide_2, .section_wide_3_2, .section_wide_3_2_trans, .section_wide_4 {
	display:inline-block;
}

.section, .section_wide {
	width:auto;
}

.section_2 {
	width:349px;
}

.section_2_trans {
	width:399px;
}

.section_3 {
	width: 215px;
}

.section_3_trans {
	width: 265px;
	vertical-align: top;
}

.section_4 {
	width: 147px;
}

.section_4_3 {
	width: 552px;
}

.section_3_2 {
	width: 484px;
}

.section_3_2_trans {
	width: 534px;
	vertical-align: top;
}

.section_wide_3 {
	width: 273px;	
}

.section_wide_3_trans {
	width: 323px;
	vertical-align: top;
}

.section_wide_2 {
	width: 436px;
}

.section_wide_3_2 {
	width: 600px;
}

.section_wide_3_2_trans {
	width: 650px;
}

.section_wide_4 {
	width: 191px;
}

.section h1 {
	color: #532075;
	margin-top:0px;
}

.section h2, .section_2 h2, .section_3 h2, .section_4 h2, .section_4_3 h2, .section_3_2 h2  {
	margin-top:0px;
}

.section h3, .section_2 h3, .section_3 h3, .section_4 h3, .section_4_3 h3, .section_3_2 h3  {
	margin-top:0px;
}

.section_center {
	text-align:center;
}

.section_titled {
    border-bottom: 1px solid #86898E;
    color: #86898E;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.section_titled a {
	float: right;
	font-style: italic;
}


.section_titled h2, .section_titled h3 {
    font-weight: normal;
    font-size: 18px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.section_line {
    color: #86898E;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid #ebebeb;
}

.inner_section {
	border-top: 3px solid #E9EAED;
	margin-top: 25px;
	padding-top: 25px;
}

.crowdsite_like {
	background-color:#502480;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background-image:url("https://storage.googleapis.com/crowdsite-static/images/icon-like.png");
	background-position: 5px center;
	background-repeat:no-repeat;
	width:auto;
	padding:3px 5px 4px 22px;
	color:#FFF;
	cursor:pointer;
}

.crowdsite_like:hover {
	background-color:#845dae;
}

.i_liked {
	background-image:url("https://storage.googleapis.com/crowdsite-static/images/icon-like-done.png");
	background-color:#845dae;
}

.i_liked:hover {
	background-color:#502480;
}

.crowdsite_like_count {
	border:#999 1px solid;
	padding:2px 4px 3px 4px;
	background-color:#FFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

div.crowdsite_like, div.crowdsite_like_count {
	display:inline-block;
}

footer {
	padding-bottom:25px;
	padding-top:25px;
	position: relative;
	background-color: #E9EAED;
	text-align:center;
	background-color:#FFF;
	border-top: 1px solid #E9EAED;
}

.about_us ul, .about_us li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

.about_us {
	width:152px;
	display:inline-block;
	vertical-align:top;
	font-size:10px;	
	text-align:center;
	margin-right:45px;
}

.about_us .sites {
	background-color:#FFF;
	cursor:pointer;
	text-align:left;
}

.about_us .sites li, .sites_active{
	padding: 10px 10px;
	display:none;
}

.about_us .sites li {
	padding: 5px 10px;
}


.footer_logo {
	background-image:url("https://storage.googleapis.com/crowdsite-static/logos/crowdsite-logo.svg");
	background-position: center center ;
	background-repeat:no-repeat;
	background-size: auto 40px;
	height:40px;
	cursor:pointer;
}

.sites_active {
	display:block !important;
	background-image:url("https://storage.googleapis.com/crowdsite-static/images/arrow-down.png");
	background-position: right center ;
	background-repeat:no-repeat;
	background-position: 95% center;
	cursor:pointer;
	text-align:left;
	background-color:#F3F3F3;
}

.sites_active_open {
	background-image:url("https://storage.googleapis.com/crowdsite-static/images/arrow-up.png");
}

.sites_active:hover {
	background-color:#424851;
	color:#FFF;
}

.social_links {
	padding:10px 0px;
}

.social_link {
	background-image:url("https://storage.googleapis.com/crowdsite-static/images/social-sprite.png");
	height:23px;
	width:23px;
	background-repeat:no-repeat;
	display: inline-block;
	margin:0px 3px;
	}
	
	.facebook {
		background-position: left top ;		
	}
	
	.facebook:hover {
		background-position: left bottom ;		
	}
	
	.twitter {
		background-position: -23px top ;		
		width:24px;
	}
	
	.twitter:hover {
		background-position: -23px bottom ;
	}
	
	.google {
		background-position: -47px top ;		
	}
	
	.google:hover {
		background-position: -47px bottom ;		
	}
	
	.pinterest {
		background-position: -70px top ;		
	}
	
	.pinterest:hover {
		background-position: -70px bottom ;		
	}
	
	.linkedin {
		background-position: -93px top ;		
	}
	
	.linkedin:hover {
		background-position: -93px bottom ;		
	}
	
	.xing {
		background-position: -116px top ;		
	}
	
	.xing:hover {
		background-position: -116px bottom ;		
	}
	
	.phonenumber {
		color:#424851;
		font-weight:normal;
		font-size:16px;
		padding-bottom:7px;
	}
	
	.mailus {
		font-size:16px;
		padding-bottom:7px;
	}

.footerLinks {
	width:180px;
	padding-bottom:28px;
	display:inline-block;
	vertical-align:top;
}

.footerLinks ul {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
}

.footerLinks li {
	list-style:none;
}

.footerLinks li a{
	line-height:20px;
}

.footerLinks .footertitle {
	font-size:18px;
	color:#333333;
	padding-bottom:7px;
}

.footer_stats {
	text-align:center;
	padding:25px 0px;
	margin-left: 174px;
}

.stats {
	font-size:20px;
	font-style:italic;
	color:#999;
	display:inline-block;
	padding:0px 25px;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid #888;
	margin-left: -9px;
	position: absolute;
	margin-top: 3px;
}

#popupscreen {
	background-color:#CCC;
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	z-index:100;
	top:0;
	right:0;
	left:0;
	bottom:0;
	position:fixed;
	display:none;
}

#entryPopup {
	background-color: #FFF;
	z-index: 101;
	width: 978px;
	position: fixed;
	top: 3%;
	left: 50%;
	height: 94%;
	bottom: 3%;
	margin-left: -489px;
	overflow: auto;
	display:none;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12),0 1px 10px rgba(0, 0, 0, 0.24);

}

#entryPopup h1 {
	margin-top: 0px;
    text-align: left;
    font-size: 18px;
}

#loading_popup {
	position: fixed;
	background-color: #FFFBCC;
	z-index: 102;
	line-height: 54px;
	height: 54px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	border: 1px solid #E6DB55;
	padding-left: 25px;
	border-top: 0px;
	display:none;
}

#loading_popup img {
	float:right;
	margin:10px 15px;
}

#popupContent {
	padding:25px 25px 25px 25px ;
}

.closePop {
	padding:25px 25px;
	cursor:pointer;
	float:right;
}

.closeIcon {
	background-image:url("https://storage.googleapis.com/crowdsite-static/images/close-sprite.png");
	background-position:top left;
	height:20px;
	width:20px;
}

.closeIcon:hover {
	background-position:bottom left;
}

.popuploader {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 50%;
	top: 50%; 
	margin-left: -16px;
	margin-top: -16px;
}

.innerbox {
	border: 1px solid rgb(221, 221, 221);
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom-width: 2px;
}

.required_text, .required {color:#e10c0d; font-weight:bold;}

.steps_count {
	font-style:italic;
	color:#999;	
}

.breadcrumbs {
	margin-bottom: 0px;
	font-size:12px;
	font-style:italic;
}

.breadcrumb {
	display:inline-block;
}

.next {
	padding:0px 5px 0px 5px;
}

.movie {
	min-height:386px;
	background: #d9d9d9; /* Old browsers */
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDlkOWQ5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjZGNkYmRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg,  #d9d9d9 0%, #dcdbdb 47%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#d9d9d9), color-stop(47%,#dcdbdb), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #d9d9d9 0%,#dcdbdb 47%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #d9d9d9 0%,#dcdbdb 47%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #d9d9d9 0%,#dcdbdb 47%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(45deg,  #d9d9d9 0%,#dcdbdb 47%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.moviesmall{ 
	min-height:228px;
	margin-bottom:4px;
}

.moviesmall .readmore {
	margin-top:-3px;
}

.playmovie {
	margin-top:53px;
	margin-left:48px;
	float:left;	
}

.playsmall{
	margin-top:28px;
	margin-left:28px;
	float:left;	
}
	
.play_award {
	float:right;
	background-image:url('https://storage.googleapis.com/crowdsite-static/images/start_award.png') ; 
	background-position:  bottom right ;
	background-repeat:no-repeat;
	height:113px;
	width:81px;
	margin-top:-113px;
}

.play_howitworks {
	float:left;
	margin-left:35px;
	max-width:350px;
	margin-top:53px;
}

.workssmall{
	max-width:400px;
	margin-top:28px;
	margin-left:28px;
}

.play_howitworks h3 {
	font-size:28px;
	color:#000000;
	text-align:left;
	padding:0px 0px 0px 0px ;
	margin-top:0px;
}

.play_howitworks h3.small{
	font-size:18px;
}

.play_howitworks ul {
	padding-left:0px;
	margin-left:0px;
}

.play_howitworks li {
	font-size:22px;
	color:#656565;
	list-style:none;
	line-height:50px;
}

.play_howitworks li.small{
	font-size:14px;
	line-height:22px;
}

.ups_box {
	background-color:#424852;
	margin-left:-28px;
	margin-right:-28px;
	height: 58px;
	line-height: 58px;
	padding-left: 28px;
	font-size: 16px;
	color:#FFF;
	
}

.ups_box li{
	float:left;
	list-style:none;
	background-image: url('https://storage.googleapis.com/crowdsite-static/images/bullet_ok.png');
	background-position: 0px 20px;
	padding-left:30px;
	background-repeat:no-repeat;
	margin-right:28px;
}

.ups_box li.start {
	float:right;
	background-image:none;
	margin-top:5px;
}

.ups_box li.start a {
	clear:both;
}

.ups_box ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

h3.usp {
	padding-top:25px;
	text-align:center;
	font-size:28px;
	color:#33b2e9;
	margin-bottom: 0px;
}

h4.usp {
	color:#a9a9a9;
	text-align:center;
	padding-bottom:25px;
	font-size:18px;
	font-weight: normal;
}

.testimonial {
	background-color:#532075;
	color: #fff;
}

.testimonial h3 {
	color:#FFF;
}

.testimonial p {
	font-style:italic;
}

.usp_links {
	text-align:center;
}

.usp_links .button {
	margin-left:14px;
	margin-right:14px;
	padding-left:14px;
	padding-right:14px;
	margin-top:12px;
}
.h3_featured {
	margin-bottom:20px;
	padding-top: 40px;
	color: #999;
	font-style:italic;
	font-size: 24px;
}

.featured {
	text-align:center;
}

.featured_img {
	margin-right:10px;
	text-align:center;
}

.blur {
	/*-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);

     FF doesn't support blur filter, but SVG 
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '10');
    filter: blur(10px);
	*/

	opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
    
}

.design_box {
	padding:2px 1px 2px 1px ;
	margin: 0 5px 5px 3px;
	width: 180px;
	border-bottom: 4px solid #fff;
	display:inline-block;
	text-align: left;
	font-size: 11px;
	color: #000000;
	vertical-align: top;

}

.design_box:hover {
	border-bottom: 4px solid #33b2e9;
}

.design_box img {
	margin-bottom: 5px;
}

.design_box a.screenshot {
	height: 148px;
	width: 180px;
	display: block;
	text-align: center;
	overflow: hidden;
}

.rejected_design {
	background-color:#FFF;
	margin-top:-158px;
	text-align:center;
	color:#999;
	width: 182px;
	height: 140px;
	padding:20px 0px 0px 0px;
	position: absolute;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	font-weight: bold;
	color: #F00;
	display: block;
	text-align: center;
}

.design_box .disabled {display: none;}

.design_box .discarded_design {opacity:0.5;filter: alpha(opacity = 50); }
.design_box .discarded_design:hover {border-color:#E2C5C5 !important; }

.fraudComment {
	float:right;
	position: relative;
	display: none;
	}

	.streamList li:hover .fraudComment{
		display : block;
	}
	
.fraudMessage, .fraudMessageEntry{
	background-color:#FFF;
	border-color:#CCC;
}

.fraudMessageEntry {
	height:113px;
	margin-top:0px;
	margin:5px 5px 10px 5px;
	text-align:center;	
	padding:25px 5px 0px 5px !important;
}

.design_number {
	float:right;
	color:#999;
	width:50px;
	text-align:right;
	line-height:25px;
	margin-top: 4px;
	clear: right;
}

.designed_by {
	float:left;
	width:90px;
	height:25px;
	overflow:hidden;
	line-height:25px;
	margin-bottom:2px;
}

.design_rating {
	text-align:center;
    width: 200px;
	clear: left;
}

.design_box .design_rating {
	text-align:left;
}

.design_comments {
	background:url("https://storage.googleapis.com/crowdsite-static/images/comments.png") no-repeat; 
	background-position: 0 0; 
	float:right;
	color:#999;
	max-width:25px;
	min-width:5px;
	padding-left:20px;
	text-align:right;
	line-height: 17px;
	margin-top: 4px;
	overflow: hidden;
}

.design_box:hover .design_comments{  
     color:#000;
	 background-position: 0px -18px; 
}

.design_likes {
	background:url("https://storage.googleapis.com/crowdsite-static/images/likes.png") no-repeat; 
	background-position: 0 0; 
	float:right;
	color:#999;
	max-width:25px;
	min-width:5px;
	padding-left:20px;
	text-align:right;
	line-height:16px;
	margin-top: 5px;
	margin-right:3px;
	overflow: hidden;
}

.design_box:hover .design_likes{  
     color:#000;
	 background-position: 0px -15px; 
}

.hidden {
	text-align:center;
	color:#999;
	border:#999 1px solid;
	position: relative;
	background-color: rgb(255, 255, 255);
}

.hidden_size_m {
	width:136px;
	height:64px;
	padding:70px 20px 20px 20px;
}

.hidden_size_s {
	width:100px;
	height:60px;
	padding:10px 10px 10px 10px;
	float: right;
	line-height:22px;
	font-size:12px;
}

.hidden {
	text-align:center;
	color:#999;	
}

#entryPopup.smallpopup {
	width:500px;
	height:500px;
	margin-left: -250px;
	margin-top: -250px;
	top:50%;
	bottom:50%;
}

ul.contest_nav_list {
	list-style:none;
	margin:10px 10px 0px 0px;
	padding:0px 0px 0px 0px ;
}

ul.contest_nav_list li{
	margin:0px 2px 0px 2px;
}

ul.contest_nav_list li a{
	background-color:#FFF;
	padding:4px 7px 4px 7px;
	border:1px solid #999;
	display:block;
	color:#999;
	text-decoration:none;
}

ul.contest_nav_list li a:hover, ul.contest_nav_list li a.navActive{
	background-color:#FFF;
	color: #333;	
}

.hidden_item {
	background:url("https://storage.googleapis.com/crowdsite-static/images/closed_big.png") no-repeat top center;
	padding-top:175px;
	font-size:18px;
	color:#cccccc;
	text-align:center;
	max-width:300px;
	margin:25px auto 25px auto;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fadein_content
{
0%   { opacity:0; }
100% { opacity:100;  }
}

/* Standard syntax */
@keyframes fadein_content
{
0%   { opacity:0; }
100% { opacity:100;  }
}

.help_button {	
	background:url("https://storage.googleapis.com/crowdsite-static/images/help.png") no-repeat top center;
	padding-left: 22px;
	padding-top: 11px;
	padding-bottom: 11px;
	display:inline-block;
}

.help_button:hover {
	background-position:bottom;
}

.design_hover_menu {
	text-align: center;
	position: absolute;
	width: 182px;
	display:none;
	z-index: 15;
}

.design_box:hover .design_hover_menu{
	display:block;
}

.redborder {
	border-color:#F00 !important;
}

.mobimg {
	width: 100%;
}

.contestNav {
	text-align:center;
}

ul.contest_nav_list {
	float: inherit;
}

ul.contest_nav_list li{
	text-align:center;
	display:inline-block;
}

.rating_item {
	text-align:center;	
}

.rating_text {
	font-style:italic;
	color:#999;
}

.portfolio_item {
		padding:0px 0px 10px 0px;
		width:187px;
		border-bottom:3px solid #FFF;
		cursor:pointer;
	}
	
	.portfolio_item img {
		width:187px;
		
	}
	
	.portfolio_item h3 {
		padding:5px 5px;
		text-align:center;
	}
	
	.portfolio_item:hover {
		border-bottom-color:#33b2e9;
	}
	
	.portfolio_likes, .portfolio_comments {
		width:47%;
		text-align:center;
		display:inline-block;
		vertical-align:top;
		font-size:16px;	
	}
	
	.likes_icon, .comments_icon {
		width:18px;
		height:17px;
		background: url("https://storage.googleapis.com/crowdsite-static/images/likes.png") no-repeat;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:5px;
	}
	
	.comments_icon {
		background: url("https://storage.googleapis.com/crowdsite-static/images/comments.png") no-repeat;
	}
	
.new_messages, .new_notifications {
	background-color:#F00;
	color:#FFF;
	padding:3px 4px 3px 3px;
	position:absolute;
	z-index:1;
	margin-top:28px;
	margin-left:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
	cursor:pointer;
	line-height:initial;
}

.new_notifications {
	margin-top:28px;
	margin-left:23px;
}

.message_popup .new_messages {
	margin-top: 6px;
	margin-left: 5px;
}

.connection_ {
		padding:5px 0px;
		border-bottom:#E9EAED solid 2px;
		cursor:pointer;
	}
	
	.connection_ .avatar, .connection_ .user_info{
		display:inline-block;
		vertical-align: middle;
		width:inherit;
	}
	
	.connection_ .avatar {
		margin-left:5px;
	}
	
	.connection_:hover {
		background-color:#33B2E9;
		color:#FFF;
	}
	
#friends_lists {
	width:150px;
	position:absolute;
	right:0;
	top:57px;
	border-left:1px solid #C2C2C2;
	padding:10px 10px;
	display:none;
	overflow:auto;
}

@media (min-width: 1337px) {
	
	#friends_lists {
		display:block;
	}

}

#user_card {
	display:none;
}

.user_card {
	width:350px;
	position: absolute;
	color:#666;
	text-decoration:none;
	z-index:11;
	margin:0px 0px 0px 0px ;
	display:inline;			
}

.user_card_info {
	background-color: #FFF;
	border:1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin:20px 0px 0px 0px ;
	min-height:30px;
	padding:0px 10px;
	cursor:default;
	z-index:12;
	border-bottom-width: 2px;
}

.user_card_info td{
	line-height:16px;
}

.edit_settings {
	float: right;
	margin-top:15px;
}

.entry_award {
	height: 16px;
	background-color:#e9c400;
	color: rgb(255, 255, 255);
	clear: both;
	margin-top: 25px;
	position: absolute;
	width: 170px;
	padding:4px 5px 2px 5px;
	text-align:center;
}

.design_box .a2{
	background-color:#999999;
}

.design_box .a3{
	background-color:#6a4626;
}

.design_box .a4, .design_box .a5{
	background-color:#000000;
}

.ditc_list {
	display: table;
	width: 100%;
	line-height:26px;
}

.ditc_list div {
	display: table-cell;
}

.ditc_list div {
	vertical-align:middle;
}

.ditc_list div.list_action {
	text-align:right;
}

.content_section header {
	background-color:inherit;	
}

.featured_thumb {
	float:right;
	margin-left:25px;
}

.posted_on {
	color: #999;
	font-style: italic;
}

.input_string {
	padding:3px 10px;
	border: #CCC 1px solid;
	height:24px;
	line-height:24px;
}

.input_text {
	width:80%;
	height:120px;
}

.white_div .logo_header {
	height: 100px;
	line-height:100px;
}

.animate_fade_in {
	-webkit-animation: fadein_content 1s;
	animation: fadein_content 1s;
}

.userbox div {
	display:inline-block;
	vertical-align:middle;	
}

.promo_close {
	float:right;
}

img.aligncenter {
	display: block;
    margin-left: auto;
    margin-right: auto
}

.blog_table {
	width:100%;	
}

.skills_select input {
	border:none;
	display:inline-block;
	min-height:28px;
	line-height:28px;	
}

.skills_select  {
	border: #BBB solid 1px;
	padding:5px 5px 5px;
}

.skills_tag {
	background-color: #424851;
	color:#FFF;
	padding:7px 7px;
	margin:3px 3px;
	display:inline-block;	
	min-height:28px;
	line-height:28px;
	vertical-align: middle;
	padding: 2px 8px;
}

.skills_tag a {
	color: #fff;
	display: block;
}

input.manage_skills:focus {
	outline-width: 0;
}

.skills_del {
	background-color:#999;
	padding:7px 7px 7px 7px;
	display: inline-block;
	margin-left:10px;
	vertical-align: middle;
	background: url("https://storage.googleapis.com/crowdsite-static/images/icon-del-white.png") no-repeat;
}

.skills_del:hover {
	background-color: #909296;
	cursor:pointer;
}

iframe[name="google_conversion_frame"] {
	display:none;
}

.input_select {
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   height: 34px;
   background: no-repeat right #fff;
}

#site_notification_container {
	position: fixed;
	bottom: 15px;
	left: 50px;
	width: 280px;
	z-index: 101;
}

.site_notification {
	background-color: #FFC;
	vertical-align: top;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.12),0 1px 1px rgba(0, 0, 0, 0.24);
	margin-bottom: 15px;
	margin: 5px 5px;
	padding: 15px 15px;
	display: table;
	cursor:pointer;
	width:100%;
}

.site_notification:hover {
	background-color: #CCC;
}

.site_notification .noti_avatar, .site_notification .noti_text {
	  display: table-cell;
	  vertical-align: top;
}

.site_notification .noti_text {
	  padding-left: 10px;
}

.noti_design {
	text-align:center;
	display: table-caption;
	margin-bottom: -2px;
}

.noti_design img {
	width:100%;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.12),0 1px 1px rgba(0, 0, 0, 0.24);
}

.noti_type_message {
	background-color:#cceaff;
}

.noti_type_typing {	
	padding: 5px 5px;
	background-color: #F3F3F3;
}

/* Crowdsite button styles */

.btn_sprite {
	width:20px;
	height:20px;
}

.btn:hover > .btn_sprite {
	background-position:left bottom;
}

.btn_sprite svg path {
	fill:#ffffff;
}

.btn {
	display:inline-block;
	cursor:pointer;
	padding:6px 6px;
	color:#424851;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn:hover {
	text-decoration:none;
	background-color:#E9EAED;
}

.btn .btn_sprite {
	background-position:left top;
	width:20px;
	height:20px;
	display: inline-block;
	vertical-align:middle;
}

.btn .btn_sprite:hover {
	cursor:pointer;
}

.btn .btn_content {
	display: inline-block;
	vertical-align:middle;
	padding-left:5px;
}

.btn .btn_content:hover {
	cursor:pointer;
}

.btn_rounded {
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}

.btn_right {
	float:right;
}

.btn .btn_active {
	background-position:left bottom;
}

/* Color buttons */

.btn_green {
	color:#ffffff;
	background-color:#51971e;	
}

.btn_red {
	color:#ffffff;
	background-color:#db4437;	
}

.btn_yellow {
	color:#ffffff;
	background-color:#f8ac00;	
}

.btn_green:hover {
	background-color:#77d036;	
}

.btn_red:hover {
	background-color:#ff7468;	
}

.btn_yellow:hover {
	background-color:#ffc84d;	
}

/* icons with sprite, images are 20px x 20px */

.btn_check {
	background-image:url('https://storage.googleapis.com/crowdsite-static/images/shout_sprite.png');
}

.btn_message {
	background-image:url('https://storage.googleapis.com/crowdsite-static/images/sprite_message.png');
}

.btn_message_white {
	background-image:url('https://storage.googleapis.com/crowdsite-static/images/sprite_message_white.png');
}

.btn_menu {
	background-image:url('https://storage.googleapis.com/crowdsite-static/images/sprite_menu.png');
}

.btn_menu_white {
	background-image:url('https://storage.googleapis.com/crowdsite-static/images/sprite_menu_white.png');
}

.btn_add {
	background-image:url('https://storage.googleapis.com/crowdsite-static/images/sprite_add.png');
}

.btn_location {
	background-image:url('https://storage.googleapis.com/crowdsite-static/images/sprite_location.png');
}

.btn_share {
	background-image:url('https://storage.googleapis.com/crowdsite-static/images/sprite_share.png');
}

.btn_delete {
	background-image:url('https://storage.googleapis.com/crowdsite-static/images/sprit_delete.png');
}

.btn_check_white {
	background-image:url('https://storage.googleapis.com/crowdsite-static/images/icon_check_white.png');
}

.btn_delete_white {
	background-image:url('https://storage.googleapis.com/crowdsite-static/images/icon_delete_white.png');
}

.btn_favorite_white {
	background-image:url('https://storage.googleapis.com/crowdsite-static/images/icon_favorite_white.png');
}

/* page specific varables */

.btn_interest:hover {
	color:#51971e;
}

.btn_noback:hover {
	background:none;
}

.btn_interest_active {
	color:#51971e;
}

.btn_interest_active .btn_sprite {
	background-position:left bottom;
}

.cwd_shout_spam {
	padding: 15px 15px;
}

.cwd_shout {
	display:block;	
	text-align: left;
	width: 100%;
	
	margin:5px 0px 5px 0px;

	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.12),0 1px 1px rgba(0, 0, 0, 0.24);

    background-color: #ffffff;
    box-sizing: border-box;

	}

	.cwd_shout .shout_header {
		padding-bottom:10px;
		display: inline-block;
		display:table;
		width: 100%;
		color:#ABABAB;
		box-sizing: border-box;
		padding:15px 15px;
	}

	.cwd_shout .shout_avatar {
		display:table-cell;
		vertical-align:top;
		width: 40px;
		height: 43px;
		padding-right: 15px;
	}

	.cwd_shout .shout_content {
		display:tblock;
		vertical-align:middle;
	}

	.cwd_shout .shout_text {
	    word-wrap: break-word;
	    table-layout: fixed;
	    padding:15px 15px;
	}

	.cwd_shout .shout_info {
		display:table-cell;
		vertical-align:middle;
		line-height: 17px;
	}

	.cwd_shout .shout_interested {
		display:table-cell;
		vertical-align:middle;
		width: 40px;
		height: 43px;
		padding-left: 20px;
	}

	.cwd_shout .shout_interested a:hover svg path {
		fill:#33bbb1;
	}

	.cwd_shout .shout_interested svg {
		height: 40px;
		width: 40px;
	}

	.cwd_shout .shout_interested svg path {
		fill: #424851 ;
	}

	.im_interested .shout_interested a svg path {
		fill:#33bbb1;
	}

	.im_interested .shout_interested:hover a svg path {
		fill:#D14836;
	}

	.cwd_shout .shout_text {
		font-size: 14px;
	    word-break: break-word;
        padding: 0px 15px 5px 15px;
	}

	.cwd_shout .shout_header a {
		color:#ABABAB;
	}

	.cwd_shout .shout_interested svg .shout_add_icon {
		display: block;
	}

	.cwd_shout .shout_interested svg .shout_delete_icon {
		display: none;
	}

	.im_interested .shout_interested a:hover svg .shout_add_icon {
		display: none;
	}

	.im_interested .shout_interested a:hover svg .shout_delete_icon {
		display: block;
	}

	.cwd_shout .shout_footer_menu a {
		display: block;
		text-align: center;
		line-height: 30px;
	    height: 30px;
	    text-decoration: none;
	}

	.cwd_shout .shout_footer_menu svg path {
		fill: #B7B7B7;
	}

	.cwd_shout .shout_footer_menu a:hover svg path {
		fill: #424851;
	}

	.cwd_shout .shout_footer_menu a svg {
		vertical-align: middle;
	}

	.cwd_shout .shout_footer_options {
		display:table;
		width: 100%;
		display: none;
	}

	.cwd_shout .shout_footer_options a {
		display:table-cell ;
		text-align: center ;
		padding: 15px 5px ;
		width: 50% ;
		box-sizing: border-box ;
		border-top: 1px solid #ccc ;
	}

	.cwd_shout .shout_footer_options a:hover {
		background-color: #424851;
		color: #ffffff;
		text-decoration: none;
	}

	.cwd_shout .shout_footer_options a:first-child {
		border-right: 1px solid #ccc;
	}

	.cwd_shout .shout_menu_open .shout_footer_options {
		display: table;
	}

	.cwd_shout .shout_menu_open .shout_footer_menu svg {
		transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
	    -moz-transform: rotate(180deg);
	}

.freelancer_distance {
	text-align:center;
	color:#ccc;
	font-size: 10px;
	padding-top: 5px;
}

.toggle_menu {
	display: none;

}

ul.shout_menu, ul.toggle_menu {
	background-color: #FFF;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.12),0 5px 5px rgba(0, 0, 0, 0.24);
	position: absolute;
	width: 150px;
	margin: 0px 0px 0px -100px;
	padding: 0px 0px 0px 0px;
	z-index: 101;

}

ul.shout_menu li, ul.toggle_menu li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

ul.shout_menu li a , ul.toggle_menu li a{
	display: block;
	line-height: 28px;
	color:#666;
	padding: 0px 0px 0px 10px;
}

ul.shout_menu li a:hover, ul.toggle_menu li a:hover{
	background-color: #E9EAED;
	text-decoration: none;
	cursor: pointer;
}


.shout_content {
	clear: both;
}


.dashboard_switch {
	float: right;
	background-color: #fff;
	margin-top: 20px;
	padding: 3px 3px ;
	margin-right: 5px;
	font-size: 10px;
}

.switch {
  width: 80px;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
}

.switch a {
	color: #666666;
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 26px;
	line-height: 26px;
}

.switch_active { background-color: #33bbb1; }
.switch_active a { color: #ffffff; }

.switch a:hover {
	color: #ffffff;
	background-color: #33B2E9;
	text-decoration: none;
}

.section_search {
	padding: 0px 0px 0px 0px;
	margin:5px 0px 15px 0px;
}

.search_input {
	width:100%;
	line-height: 36px;
	height: 36px;
	padding-left: 10px;
	font-size: 16px;
	font-style: italic;
	box-sizing: border-box;
	border: 0px;
	background-image: url('https://storage.googleapis.com/crowdsite-static/images/search_back.png');
	background-repeat: no-repeat;
	background-position: right 10px top 7px;
}

.shout_movie video {
	width: 100%;
}

svg.svg_favorites path{
	fill: #424851;
}

.svg_favorites:hover path{
	fill: #ebc200;
	animation: favorites_animate 0.5s ; 
	-webkit-animation: favorites_animate 0.5s ; 
   -moz-animation: favorites_animate 0.5s ;
   corsor:pointer;
}

.svg_stripe_menu:hover path {
	fill: #33B2E9;
}

.btn_svg {
	text-align: center;
}

.btn_svg .svg_favorites {
	width: 13px;
}

.btn_svg_favorites:hover .svg_icon path.favorite_noactive{
	fill: #ebc200;
	animation: favorites_animate 0.5s ; 
	-webkit-animation: favorites_animate 0.5s ; 
   -moz-animation: favorites_animate 0.5s ;
}

.svg_escrow path {
	fill:#009900;
}

.btn_avatar {
	display: inline-block;
	vertical-align: middle;
}

@keyframes favorites_animate {
	0% {
		fill: #424851;
	}
	100% {
		fill: #ffe35e;
	}
}

@-webkit-keyframes favorites_animate {
	0% {
		fill: #424851;
	}
	100% {
		fill: #ebc200;
	}
}

@-moz-keyframes favorites_animate {
	0% {
		fill: #424851;
	}
	100% {
		fill: #ebc200;
	}
}

.svg_favorites path.favorite_active {
	fill: #339900;
	animation: favorites_add 0.5s ; 
	-webkit-animation: favorites_add 0.5s ; 
   -moz-animation: favorites_add 0.5s ;
}

@keyframes favorites_add {
	0% {
		fill: #ebc200;
	}
	100% {
		fill: #339900;
	}
}

@-webkit-keyframes favorites_add {
	0% {
		fill: #ebc200;
	}
	100% {
		fill: #339900;
	}
}

@-moz-keyframes favorites_add {
	0% {
		fill: #ebc200;
	}
	100% {
		fill: #339900;
	}
}

.button_arrow_right {
	background-image:url("https://storage.googleapis.com/crowdsite-static/icons/arrow-right.svg");
	background-position: right 15px center;
	background-repeat:no-repeat;
	background-size: 20px 20px;
	padding-right: 45px;
}

.button_arrow_right:hover {
	background-color:#E9EAED;
	cursor:  pointer;
}

.section_tabs {
		padding-bottom: 0px;
		padding-top: 0px;
	}

	ul.tabs, ul.tabs li {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	.tabs li {
		list-style:none;
		line-height:34px;
		display: inline-block;
	}

	.tabs li {
		list-style:none;
		line-height:34px;
		display: inline-block;
	}

	.tabs li a {
		color:#666666;
		font-size:12px;
		text-decoration:none;
		display: block;
		padding: 7px 5px 5px 5px ;
		transition: border-bottom 0.4s;
		border-bottom: #ffffff 3px solid;
	}

	.tabs li a:hover {
		border-bottom: #532075 3px solid;
	}

	.tabs li.tab_active a {
		border-bottom: #33B2E9 3px solid;
	}

#message_popup {
	width: 100%;
	position: fixed;
	height: 1px;
	bottom: 0;
	display:none;
}

#message_popup .conversation_box {
	z-index: 101;
	width: 250px;
	position: fixed;
	height: 350px;
	bottom: 0;
	right:0;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.24);
}

.message_user_header {
	background-color: #424851;
	height: 30px;
	color: #ffffff;
	line-height: 30px;
	padding: 5px 5px;
	cursor: pointer;
}

.visual_back {
  background-image: url("https://storage.googleapis.com/crowdsite-static/visual_background.jpg");
  background-position: top center;
  background-repeat: repeat;
  background-color: #3CCEFE;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.24);
  padding: 25px 0px;
  margin: 25px 0px;
}

.visual_back h1, .visual_back h2, .visual_back h3 {
  color: #fff;
}

.visual_back .section_wide_3 h3 {
  color: #666;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes fadeBackground {

  0% {
    background-color: #FFFFFF ;
  }

  100% {
    background-color: #E9EAED ;
  }

}

.fadeBackground {
  -webkit-animation-name: fadeBackground;
  animation-name: fadeBackground;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

nav {
    width:979px;
    margin-left:auto;
    margin-right:auto;
    display: table;
}

nav ul, nav li {
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    display:inline-block;
    vertical-align: middle;
    list-style:none;
}

nav ul {
	width: 100%;
}

nav li {
    display: table-cell;
    vertical-align: middle;
}

nav li a.nav_link {
    color:#FFF;
    text-decoration:none;
    display:block;
    padding:20px 20px;
}

nav li.main_user_menu img.avatar_img {
    vertical-align: middle;
    margin-right: 5px;
}

nav li.main_user_menu a {
	padding: 0px 10px;
	height: 55px;
	line-height: 55px;
	width: 145px;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow:ellipsis;
}

nav .dropdown_menu {
    border-bottom:#424851 4px solid;    
    border-left:#424851 4px solid;  
    border-right:#424851 4px solid;
    position:absolute;
    margin-top:0px;
    margin-left:-4px;
    padding:10px 10px;
    width:200px;
    display:none;
    background-color:#E9EAED;
    z-index: 3;
}

nav .dropdown_menu li {
    display: table-row;
}

nav .dropdown_menu li a {
    line-height:35px;
    color:#666;
    width:185px;
    text-decoration:none;
	padding-left: 10px;
    display: block;
}

nav .dropdown_menu li a:hover {
    background-color:#ffffff;
    color:#FFF; 
}

nav .dropdown_menu li a.button{
    line-height: inherit;
    width: 182px;
}

nav li.main_user_menu li a {
	height: inherit;
	padding: 0px 0px 0px 5px;
}

.main_icon_button a{
	display: block;
	padding: 0px 10px;
	height: 55px;
	line-height: 55px;
}

.main_icon_button a:hover {
	background-color: #424851;
}

.main_icon_button a svg{
	vertical-align: middle;
}

.svg_notification:hover path, .svg_search:hover path, .svg_mail:hover path, .svg_dots_menu:hover path{
	fill: #33B2E9;
}

nav li.main_link:hover .dropdown_menu {
    display: block;
}

nav .dropdown_menu:hover {
    display: block;
}

nav .menu_right {
	float: right;
}

#bottom_mobile_menu {
    display: none;
}

.mobilemenu_user {
	display: none;
}

svg#crowd_loader path,
svg#crowd_loader rect{
  fill: #00AEEF;
}

svg#crowd_loader {
    vertical-align: middle;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.main_icon_button path, .main_icon_button polygon {
    fill:#ffffff;
}

.loggedin_home_active g.baloon_1 path, .loggedin_home:hover g.baloon_1 path {
    fill: #00AEEF;
}

.loggedin_home_active g.baloon_2 path, .loggedin_home:hover g.baloon_2 path {
    fill: #00A99D;
}

.loggedin_home_active g.baloon_3 path, .loggedin_home:hover g.baloon_3 path {
    fill: #6D878F;
}
.loggedin_home_active g.baloon_4 path, .loggedin_home:hover g.baloon_4 path {
    fill: #51247F;
}

nav a:hover, nav div:hover, nav div:hover a, .mainmenu_active a, a.mainmenu_active, .main_icon_button:hover, .loggedin_home_active, .loggedin_home a:hover {
    background-color:#e9eaed ; 
    color:#333333 !important ;
}

.mobile_page_menu_button {
	display: none;
}

.freelancer_usp_link {
	color: #666666;
	padding-right: 15px;	
}

.examples_entries, .examples_price {
    display: inline-block;
    width: 48%;
    font-size: 14px;
    padding: 10px 0px;
}

.ovg_logo {
    margin-top: 5px;	
}

.crowd_stats {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #B5B5B5;
	font-size: 18px;
}

.crowd_stats_table {
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.crowd_stats .crowd_stats_col {
	display: table-cell;
	text-align: center;
	padding: 25px 25px ;
}

.crowd_stats .crowd_stats_center {
	border-right: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
}

.featured img {
	width: 150px;
	margin:25px 0px;
}

.featured img.telegraaf, .featured img.rtlnieuws {
  width: 200px;
}

.featured img.vetalio{
  width: 183px;
}

.home_testimonial h3 {
	font-size: 28px;
}

.home_testimonial {
	color: #fff;
	font-size: 18px;
	width:100%;
	max-width:500px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
    height: 210px;
    text-align: center;
}

.visual_back {
	margin-bottom: 35px;
	margin-top: 0px;
}

.rotate_testimonial {
	position: absolute;
	display: none;
	max-width: 500px;
}

.section_contest_list {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.section_contest_list:hover {
	cursor: pointer;
	background-color: #FFFBCC;
}

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

.contest_list_entries {
	width: 40px;
	text-align: center;
}

.contest_list_price {
	width: 70px;
	text-align: center;
	font-weight: bold;
	color: #ca2b28;
	font-size: 14px;
}

.contest_list_ends {
	width: 90px;
	text-align: center;
}

.contest_list_options {
	width: 95px;
	text-align: right;
}

.contest_list_options img {
	margin-left: 5px;
	width: 24px;
	height: 24px;
}

.ditc_files_table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.files_row {
	display: table-row;
}

.files_col {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 2px 0px;
}

.file_img_row {
	vertical-align: bottom;
	width: 20px;
}

.file_size_row, .file_delete_row {
	width: 60px;
}

.nav_offset div {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	line-height: 50px;
}

.nav_offset div.favoriteText {
	text-align: right;
	width: 50%;
}

.favoriteNav a.current_page {
	color: #FFF ;
	background-color: #33B2E9 ;
	border-color: #33B2E9 ;
	cursor: default;
}

div.htitle {
	display: none;
}

table.ditc_files_table {
	width:100%;
	max-width:1024px;
	display:inline-table;	
}

table.ditc_files_table a {
	text-decoration:none;
}

table.ditc_files_table a:hover {
	text-decoration: underlinel;
}

table.ditc_files_table .file_check_row {
	width: 20px;
}

table.ditc_files_table td {
	padding:2px 2px;
	vertical-align: middle;
	font-size: 12px;	
}

table.ditc_files_table .file_name_row img {
	padding-right:10px;
	display:inline-block;
	vertical-align:middle;
	padding-bottom:1px;
}

table.ditc_files_table th {
	text-align:left;
}

table.ditc_files_table tr:hover {
	background-color: #FFFBCC ;
}

table.ditc_files_table th.file_name_row {
	padding:5px 0px 5px 30px;
}

table.ditc_files_table td.file_delete_row {
	text-align: right;	
}

.file-row .error {
display: none;
padding: 5px 5px;
}

.dz-error .error {
display: block;
}

#file_template, #minimized_template {
display: none;      
}

.file-row {
padding: 0px 15px;
}

.progress {
  overflow: hidden;
  height: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.progress-bar {
display: block;
background-color: #33b2e9;
height: 10px;
}

.dz-complete .progress-bar {
background-color: #33bbb1;
}

.dz-succes .progress-bar {
background-color: #424851;
}

.dz-drag-hover, .dz-drag-hover .message_box {
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}

.are_you_freelancer {
    font-size: 14px;
    padding: 10px 0px;
    background-color: #FFFBCC;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}

.are_you_freelancer a.button {
	margin-left: 10px;
}

.body_logged_in .are_you_freelancer {
	display: none;
}

button, 
.button {
    text-decoration: none;
    color: #636363;
    line-height: 17px;
    height: 18px;
    display: inline-block;
    margin: 0px;
    padding: 8px 9px 7px 9px;
    background: #F3F3F3;
    font-size: 12px;
    transition: background-color 0.4s;

}

button {
    height: 29px !important;
    cursor: pointer;
}

.bigbutton, .bigbutton:hover {
    padding:12px 30px !important;
    font-size:16px !important;
    line-height: 19px;
}

button:hover, 
.button:hover {
    background: #e5e5e5;
        color: #333;
        text-decoration: none;
}

.button.blue, .button.blue spanspan.label {
    background-color:#33b2e9 ;
    color: #ffffff !important;
}

.button.red, .button.red spanspan.label {
    background-color:#D14836 ;
    color: #ffffff !important;
}

.button.green, .button.green span.label {
    background-color:#3A8E00 ;
    color: #ffffff !important;
}

.button.green:hover{
    background-color:#76bb43 ;
}

.button.blue:hover {
    background-color:#33ccff ;
}

.button.red:hover {
    background-color:#de6b5c ;
    color: #ffffff;
}

/*------------------------------------*\
	$BUTTON ICON
\*------------------------------------*/
.ddm span.icon, 
button span.icon, 
.button span.icon {
	background-image: url(https://storage.googleapis.com/crowdsite-static/images/google%2B-ui-sprite-gray.png);
	
	display: inline-block;
	margin: 0 7px;
	float: left;
	
	line-height: 18px;
	height: 18px;
	width: 18px;
	max-width: 18px;
	
	overflow: hidden;
	text-indent: -9999px;
	
	background-repeat: no-repeat;
	
	-webkit-transition: background-image 0.20s linear;
	-moz-transition: background-image 0.20s linear;
	-o-transition: background-image 0.20s linear;
	transition: background-image 0.20s linear;
}
.ddm:hover span.icon, 
button:hover span.icon, 
.button:hover span.icon {
	background-image: url(https://storage.googleapis.com/crowdsite-static/images/google%2B-ui-sprite-colour.png);
}

span.icon56 {background-position: -270px -36px;}
span.icon112 {background-position: -198px -90px;}
span.icon32 {background-position: -198px -18px;}
span.icon86 {background-position: -90px -72px;}
span.icon10 {background-position: -162px -0px;}
span.icon68 {background-position: -126px -54px;}
span.icon3 {background-position: -36px -0px;}
span.icon8 {background-position: -126px -0px;}
span.icon9 {background-position: -144px -0px;}
span.icon7 {background-position: -108px -0px;}
span.icon160 {background-position: -342px -126px;}
span.icon196 {background-position: -270px -162px;}
span.icon97 {background-position: -288px -72px;}
span.icon186 {background-position: -90px -162px;}
span.icon145 {background-position: -72px -126px;}
span.icon119 {background-position: -324px -90px;}
span.icon125 {background-position: -72px -108px;}
span.icon198 {background-position: -306px -162px;}
span.icon64 {background-position: -54px -54px;}
span.icon63 {background-position: -36px -54px;}

.ddm span.iconTwitter, 
button span.iconTwitter, 
.button span.iconTwitter {
	background-image: url(./images/icons/icon_twitter.png);
}
.ddm:hover span.iconTwitter, 
button:hover span.iconTwitter, 
.button:hover span.iconTwitter {
	background-image: url(./images/icons/icon_twitter.png);
}

/* TipTip CSS - Version 1.2 (Modified) */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	color: #FFF;
	padding: 7px;
	background: #000;
	border: 1px solid #FFF;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #000;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #000;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #000;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #000;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: #000;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: #000;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: #000;
	}
}

/* TipTip CSS - Version 1.2 (Modified) */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	color: #FFF;
	padding: 7px;
	background: #000;
	border: 1px solid #FFF;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #000;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #000;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #000;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #000;
}

.file {
    display: inline-block;
    box-shadow: 0 0 1px #999999;
    margin: 8px 8px;
    width: 200px;
    height: 146px;
    border:1px solid #cccccc;
    vertical-align: top;
    background-color: #ffffff;
}

.file_thumb, .file_icon {
    width: 100%;
    height: 146px;
    overflow: hidden;
}

.file_thumb img {
    width: 100%;
}

.file_menu svg {
    width: 16px;
    height: 16px;
}

.file_details {
    display: table;
    width: 100%;
    height: 36px;
    margin-top: -36px;
    opacity: 0.9;
    background-color: #ffffff;
    table-layout:fixed;
}

.file_size, .file_menu, .file_date {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px;
    max-width: 100%;
}

.file_menu {
    width: 16px;
    cursor: pointer;
    text-align: right;
}

.file_menu svg {
    vertical-align: middle;
}

.file_size {
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 3px 0px 15px;
}

.file_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
    margin-top: 15px;
    margin-left: 15px;
    line-height: 20px;
}

.file_name img {
    display: inline-block;
    vertical-align: top;

}

.loader_text, .file_cancel {
    height: 92px;
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 28px 10px;
    word-wrap: break-word;
}

.file_cancel {
    cursor: pointer;
    display: none;
}

.loader_procent {
    font-size: 20px;
}

.loader {
    background-color: #cccccc;
    width: 100%;
    height:30px;
    margin-top: -32px;
}

.loader-bg {
    background-color: #33BAB0;
    width: 32%;
    display: block;
    height: 30px;
}

.file_upload {
    text-align: center;
    font-size: 16px;
    transition: box-shadow 0.4s;
    cursor: pointer;
}

.file_upload:hover {
    box-shadow: 0 0 9px #797979;
}

.file_upload svg {
    width: 45px;
    height: 45px;
    margin-top: 30px;
}

.file_cancel_round {
    width: 38px;
    height: 38px;
    background-color: #de6b5c;
    -moz-border-radius: 19px;
    border-radius: 19px;
    display: inline-block;
}

.file_cancel svg {
    width: 17px;
    height: 17px;
    margin-top: 11px;
    margin-left: 1px;
}

.file_cancel svg path {
    fill: #ffffff;
}

.file_cancel:hover .file_cancel_round {
    background-color: #D14836;
}

.file_upload_process:hover .loader_text {
    display: none;
}

.file_upload_process:hover .file_cancel {
    display: block;
}


.file_small .file {
    display: table;
    width: 100%;
    height: auto;
    box-shadow:none;
    border:none;
}

.file_small .file_icon, .file_small .file_details {
    display: table-cell;
    vertical-align: middle;
    table-layout: auto;
    background-color:transparent;
    z-index: 0;
}

.file_small .file_details {
	height: auto;
	margin-top: 0px;
	width: 100px;
}

.file_full .file_details {
	width: 200px;
}

.file_small .file_name {
    overflow: hidden;
    white-space: inherit;
    text-overflow: ellipsis; 
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}

.file_small .file_thumb, .file_small .file_icon {
    height: auto;
    width: auto;
}

.file_date {
	display: none;
}

.file_full .file_date {
	display: table-cell;
}

.file_small .file_upload {
    transition: background-color 0.4s;
    background-color: #F3F3F3;
    padding: 5px 5px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0px 0px;
}

.file_small .file_upload:hover {
    background-color: #e5e5e5;
}

.file_small .file_upload svg {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
}

.file_small .file_upload p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}


.file_small .loader_text, .file_small .file_cancel {
    height: auto;
    padding: 5px 5px;
}

.file_small .loader {
    height: auto;
    margin-top: 0px;
}

.file_small .loader-bg {
    height: 5px;
}

.file_small .file_cancel p {
    display: inline-block;
}

.file_small .file_cancel_round {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.file_small .file_cancel_round svg {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-left: 0px;
}

.dropzone {
	border:1px solid #ffffff;
}

.dropzone_over {
	background-color: #F5F5F5;
	border-color: #cccccc;
}

.dz-default {
	display: none;
}

.message_box .file {
	padding: 3px 5px;
    border-bottom: 1px #E9EAED solid;
}

.small_budget {
	font-size: 16px;
    padding: 10px 0px;
    background-color: #FFFBCC;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}

.did_you_know {
        text-align: center;
        font-size: 16px;
        padding: 30px 0px;
        border-top: #ccc 1px solid;
        margin: 15px 5px;
    }

    .did_you_know .contact_us img {
        width: 50px;
        height: 50px;
    }

    .did_you_know .rate_us img {
        width: 130px;
        height: 50px;
    }

    .did_you_know .rate_us p {
        font-style: italic;
    }

    .did_you_know .rate_us, .did_you_know .contact_us {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

.container_categories {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
}

.st0 {
	fill: #424851 !important;
}

.button_categories {
	text-align: center;
	margin-bottom: 40px;
}

.section_category {
	box-shadow: 0 0 3px #999999;
	display: table-cell;
	height: 150px;
	width: 25%;
	text-align: center;
	background-color: #ffffff;
	padding: 24px 40px;
	vertical-align: middle;
	cursor: pointer;
	transition: box-shadow 0.4s;
	min-width: 146px;
}

.section_category:hover {
	box-shadow: 0 0 7px #797979;
	cursor: pointer;
}

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

.section_category svg.svg_check {
	width: 20px;
	height: 20px;
}

.section_category_2 {
	width: 48%;
	vertical-align: top;
}

.section_category_dummy {
	display: table-cell;
	min-width: 216px;
}

.section_categories .section_table {
    border-spacing: 25px 0px;
    margin: 25px -25px;
}

.section_categories .section_table {
	border-spacing: 25px 0px;
	margin: 25px -25px;
}

.section_categories h2 {
	font-size: 28px;
}

.section_category .from {
	color: #33B2E9;
	font-size: 16px;
	font-weight: bold;
}

.banner_background {
    float: right;
    margin-right: -40px;
    margin-top: -25px;
	border-style: solid;
	border-width: 0 100px 100px 0;
	border-color: transparent #33BAB0 transparent transparent;
}

.banner_text {
	color: #ffffff;
	font-size: 20px;
	line-height: 15px;
	height: 100px;
	width: 80px;
	margin-top: 10px;
	position: absolute;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.notification_menu {
		position: absolute;		
	    margin-left: -277px;
	    margin-top: 5px;
		display: none;
	    z-index: 1;
	}

	nav .notification_menu div:hover, nav div.notification_menu:hover {
        background-color: transparent !important;
	}

	nav .notification_menu:hover .notification_arrow div, nav .notification_menu:hover .notification_content {
        background-color: #ffffff !important;
	}

	.notification_arrow {
		padding: 14px 0px 0px 0px;
	    overflow: hidden;
	}

	.notification_arrow div {
		width:24px;
		height:24px;
		overflow:hidden;
		border-radius: 3px;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Safari and Chrome */
		position:relative;
		margin-left: 278px;
		background-color: #fff;
		margin-bottom: -14px;
		box-shadow: 0 0 10px #4E4E4E;
	}

	.notification_content {
		background-color: #ffffff;
		width: 350px;
		max-height: 300px;
		min-height: 150px;
		box-shadow: 0 0 10px #4E4E4E;
		z-index: 1;
		border-radius: 3px;
		color: #424851;
		overflow: auto;
	}

	.notification {
		display: table;
		width: 100%;
		overflow: hidden;
		table-layout:fixed;
		cursor: pointer;
		padding: 15px 15px;
   		box-sizing: border-box;
   		border-bottom:#E9EAED solid 2px;
		    line-height: normal;
   		}

		nav .notification_menu .notification_link:hover {
			background-color: #dddddd !important ;
		}

		.notification_text {
			display: table-cell;
			vertical-align: top;
			padding-left: 15px;
		    line-height: normal;
	        font-size: 14px;
		}

		.notification_avatar {
			display: table-cell;
			width: 30px;
			vertical-align: top;
		}

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

		.notification_avatar img {
			vertical-align: top;
		}

		.notification_unread {
			border-color: #e10c0d;
		}

		.notification_time {
			float: right;
			color: #6D6D6D;
			font-style: italic;
		}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: #000;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: #000;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: #000;
	}
}


#preview_image {
	position:absolute;
	z-index:120;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#preview_image img{
	-webkit-box-shadow: 0 0 3px 3px #808080;
	box-shadow: 0 0 3px 3px #808080;
	background-color:#FFF;
	-webkit-animation:show_big_entry 0.5s; /* Chrome, Safari, Opera */
	animation:show_big_entry 0.5s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes show_big_entry
{
0%   { opacity:0; transform:  rotate(0deg) scaleX(1) scaleY(1) ; }
100% { opacity:1; transform:  rotate(0deg) scaleX(1) scaleY(1) ;  }

}

/* Standard syntax */
@keyframes show_big_entry
{
0%   { opacity:0; }
100% { opacity:100;  }
}


