@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,900);

:root{
    --head-color:#424851;
    /*--head-color:#2c3e50;*/
}

html, body {
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Open Sans', serif;
    color: #666;
    font-size: 13px;
}

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

.clr {
	clear:both;
}

h1 {
	color: #424851;
	font-weight: normal;
	margin: 30px 0px;
}

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

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

a:hover {
	text-decoration: underline;
}

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

/* 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;
	vertical-align: middle;
}

.message p , .melding p, #message p
	{
		margin:0px;
		padding:0px;
	}

	.message svg, .melding svg {
		width: 20px;
		height: 20px;
		vertical-align: middle;
		padding-right: 5px;
	}

	
	
	.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:#4974ff !important;
		color:#585B66; 
	}

	.information svg path, 
	.info svg path 
	{
		fill: #4974ff;
	}
	
	.notFound  {
		border-color: transparent;
		color: #999;
		text-align:center;
		border:0px;
		padding:0px 0px ;
	}

	.notFound svg {
		width: 70px;
		height: 70px;
		padding:25px 0px ;
	}


	.notFound svg path {
		fill:#ccc;
	}

	
.hide {
	display:none;	
}


/* Website header */
.header {
		background-color: #424851;
		color: #ffffff;
		padding: 10px 15px;
	    position: relative;
	}

	.body_logged_in .header {
		box-shadow: 0 0 10px #999;
	}

	.head {
		display: table;
		width: 100%;
	    min-height: 40px;
	}

	.head_submenu {
		display: table-cell;
		width: 50px;
		vertical-align: middle;
	}

	.head_title {
		display: none;
		vertical-align: middle;
	}

	.body_logged_in .head_title {
		display: table-cell;
	}

	.body_logged_in .head_title a {
		color: #ffffff;
	}

	.head_filler {
		display: none ;
		width: 100%;
	}

	.body_logged_in .head_filler {
		display: table-cell;
	}

	.head_filler_logout {
		display: table-cell;
		width: 100%;
	}

	.body_logged_in .head_filler_logout {
		display: none ;
	}

	.head_icon, .head_avatar  {
		display: table-cell;
		vertical-align: middle;
		width: 24px;
		padding: 0px 10px;
	}

	.head_icon svg {
		vertical-align: middle;
		width: 24px;
		height: 24px;
	}

	.head_icon svg path, .head_icon svg polygon, .head_icon svg rect, .head_icon svg circle  {
		fill:#ffffff;
	}

	.head_icon:hover svg path, .head_icon:hover svg circle, .mainmenu_icon_hover svg path {
		fill:#33B2E9;
	}

	.head_title {
		width: 250px;
		vertical-align: middle;
		padding-left: 10px;
		font-size: 20px;
	    min-width: 250px;
	}

	.head_home, .head_link {
		width: 60px;
		vertical-align: middle;
		text-align: right;
		padding-right: 10px;
		display: none;
	}

	.head_link {
		width: 100px;
		display: table-cell;
	}

	.head_home a, .head_link a {
		color: #fff;
		font-weight: 300;
	    font-family: 'Open Sans',serif;
	}

	.head_link a {
		color: #fff;
		padding: 0px 8px;
	}

	.head_home a:hover, .head_link a:hover {
		color: #33B2E9;
		text-decoration: none;
	}

	.body_logged_in .head_home {
		display: table-cell;
	}

	.head_avatar img {
		vertical-align: middle;
	}

	.head_apps {
		width: 20px;
		display: none;
	}


	.head_apps svg {
		width: 20px;
		height: 20px;
	}

	.head_avatar  {
		padding: 5px 5px;
	}

	.head_avatar:hover  {
		background-color: #5E656F;
	}

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

	.body_logged_in .white_div {
		display: none;
	}

	.logo_header {
		margin-left: auto;
		margin-right: auto;
		height:100px;
		line-height:100px;
		background-color:#FFF;
		padding: 0px 25px;
	}

	.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;
	}


	/* DropDown Menu's */

	.apps_menu {
		position: absolute;		
		margin-left: -138px;
		display: none;
	    z-index: 1;
	}

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

	.apps_menu_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: 136px;
		background-color: #fff;
		margin-bottom: -14px;
		box-shadow: 0 0 10px #4E4E4E;
	}

	.apps_menu_content {
		padding: 15px 5px;
		background-color: #ffffff;
		width: 290px;
		box-shadow: 0 0 10px #4E4E4E;
		z-index: 1;
		border-radius: 3px;
		color: #424851;
		text-align: center;

		}

		.app_box {
			width: 88px;
			text-align: center;
			display: inline-block;
			cursor: pointer;
		}

		.app_box a {
			padding: 10px 5px;
			display: block;
			color: #424851;
		}

		.app_box a:hover {
			background-color: #e9eaed;
			text-decoration: none;
		}

		.app_box svg {
			width: 50px;
			height: 50px;
			margin-bottom: 5px;
		}

		.app_box svg path, .app_box svg polygon, .app_box svg rect {
			fill:#424851;
		}

		.head_icon:hover .app_box svg path, 
		.head_icon:hover .app_box svg circle, 
		.head_icon:hover .app_box svg polygon, 
		.head_icon:hover .app_box svg rect 
		{
			fill:#424851;
		}

	.head_apps:hover .apps_menu {
		display: block;
	}


	.profile_menu {
		position: absolute;		
		margin-left: -218px;
		display: none;
		z-index: 1;
	}

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

	.profile_menu_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: 221px;
		background-color: #efefef;
		margin-bottom: -14px;
		box-shadow: 0 0 10px #4E4E4E;
	}

	.profile_menu_content {
		background-color: #ffffff;
		width: 260px;
		box-shadow: 0 0 10px #4E4E4E;
		z-index: 1;
		border-radius: 3px;
		color: #424851;
		}

		.profile_menu_user {
			display: table;
			width: 100%;
			overflow: hidden;
			table-layout:fixed;
			border-bottom: 1px solid #c2c2c3;
			background-color: #efefef;
		}

		.profile_menu_user_avatar {
			display: table-cell;
			width: 50px;
			vertical-align: middle;
			padding: 15px 0px 15px 15px;
			cursor: pointer;
		}

		.profile_menu_user_avatar svg {
			width: 30px;
			height: 30px;
			margin-top: 10px;
			margin-left: 10px;
			position: absolute;
			display: none;
		}

		.profile_menu_user_avatar:hover svg {
			display: block;
		}

		.profile_menu_user_avatar svg path {
			fill:#ffffff;
		}

		.profile_menu_user_details {
			display: table-cell;
			vertical-align: middle;
			padding-left: 15px;
		    overflow: hidden;
		    white-space: nowrap;
		    text-overflow: ellipsis;
		}

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

		.profile_menu li {
		    vertical-align: middle;
		}

		.profile_menu li a {
			color: #424851;
			padding: 15px 15px;
			display: block;
			vertical-align: middle;
			font-weight: bold;
		}

		.profile_menu li a:hover {
			background-color: #dddddd ;
			text-decoration:none;
		}

	.head_avatar:hover .profile_menu {
		display: block;
	}

	.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;
		}
/* Design box layout*/


.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:110px;
	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;	
}

.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;
}


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;	
}

.contestNav {
	text-align:center;
}

ul.contest_nav_list {
	float: inherit;
}

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

.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;
}

/* website's Content section */

.content {
	display: table;
	width: 100%;
	height: 50px;
	table-layout: fixed;
    background-image: url(https://storage.googleapis.com/crowdsite-static/background/subheader_background.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.content_left, .content_right, .content_center {
	display: table-cell;
}

	.content_left {
		/*background-color: #333;*/
		transition: width 0.4s;
		vertical-align: top;
	}

	.content_wide .content_left, .content_screen .content_left {
		width: auto;
	}

.content_center {
	/*background-color: #444;*/
	width: 804px;
	vertical-align: top;
}

.content_right {
	/*background-color: #555;*/
	vertical-align: top;
}

.content_search {
	width: 100%;
	margin: 25px 0px 0px 0px;
	background-color: #ffffff;
}

.body_logged_in .content_search {
    margin-top: -48px;
    margin-bottom: 42px;
	position: relative;
	background-color: transparent;
	max-width: 500px;
}

.content_wide .content_center {
    width: 978px;
}

.content_screen .content_center {
    width: 100%;
}

.search_bar {
	background-color: #ffffff;
	width: 100%;
	background-image: url('https://storage.googleapis.com/crowdsite-static/images/search_back.png');
    background-repeat: no-repeat;
    background-position: left 12px top 7px;
    font-size: 16px;
    font-style: italic;
    box-sizing: border-box;
    border:none;
    padding: 8px 15px 8px 50px;
    color: #000;
}

.body_logged_in .search_bar {
	color: #ffffff;
	background-color: #5E656F;
}

.body_logged_in .search_bar:hover {
	background-color: #6E747D;
}

.sub_menu {
	width: 220px;
	padding: 15px 15px 15px 25px;
	position: relative;
	margin-top: 10px;
	z-index: 1;
	  
	}

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

	.sub_menu li {
	    vertical-align: middle;
	    color: #424851;
		display: block;
	}

	.sub_menu li.line {
		border-bottom: 1px solid #c2c2c3;
	}

	.sub_menu li.title {
		border-bottom: 1px solid #c2c2c3;
		border-top: 1px solid #c2c2c3;
		font-weight: normal;
		color: #424851;
		padding: 15px 15px;
		display: block;
		vertical-align: middle;
	}

	.sub_menu li a {
		color: #424851;
		padding: 15px 15px 15px 11px;
		display: block;
		vertical-align: middle;
		transition: border-left-color 0.4s;
		border-left: 4px solid transparent;
	}

	.sub_menu li a:hover {
		border-left-color: #3faca9;
		text-decoration:none;
	}

	.sub_menu li.submenu_active a {
		border-left-color: #70418d;
	}

	.sub_menu li.red a {
		background-color: #d14836 ;
		color: #ffffff;
	}

	.sub_menu li.red:hover a {
		background-color:#de6b5c ;
	}

	.sub_menu li.green a {
		background-color: #33BAB0 ;
		color: #ffffff;
	}

	.sub_menu li.green:hover a {
		background-color:#6DCAC3 ;
	}

	.sub_menu li svg {
	    vertical-align: bottom;
	    width: 20px;
	    height: 20px;
	    display: inline-block;
	    margin-right: 5px;
	}

	.sub_menu li path {
	    fill:#424851;
	}

	.sub_menu li path.svg_verified_check {
	    fill: #ffffff;
	}

	.sub_menu li svg.svg_arrow_left {
		margin-left: -5px;
		padding-right: 5px;
	}

	.sub_menu h3 {
		text-align: left;
	}

	.sub_menu .sub_tags {
		line-height: 25px;
	}

	.sub_menu .sub_tags a {
		border-radius: 3px;
		border: 1px solid #00A99D;
		padding: 0px 5px;
		color: #00A99D;
		display: inline-block;
		margin-bottom: 8px;
		margin-right: 3px;
		font-size: 12px;
	}

	.sub_menu .sub_tags a:hover, .sub_menu .sub_tags a.active {
		text-decoration: none;
		color: #ffffff;
		background-color: #00A99D;
	}

	.content_wide .sub_menu, .content_screen .sub_menu {
		display: none;
		padding: 25px 25px 25px 25px;
		margin-top: 0px;
		box-shadow: 0 0 5px #4E4E4E;
		height:100vh;
	}

/* Section style */
.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_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;
	}

.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;
	}

/*Button styles on crowdsite*/

.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;

}

.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 {
    background-color:#33b2e9 ;
    color: #ffffff !important;
}

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

.button.green{
    background-color:#33BAB0 ;
    color: #ffffff !important;
}

.button.green:hover {
    background-color:#6DCAC3 ;
}

.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;}
span.icon44 {background-position: -54px -36px;}

.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);
}

/* Crowdsite button styles */


.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;
    transition: background-color 0.4s;
}

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

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

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

.btn_right {
	float:right;
}

.btn_svg {
	text-align: center;
}

.btn_svg svg, .btn_img img {
	height: 20px;
	width: 20px;
	vertical-align: bottom;
}

.btn_svg svg path, .btn_svg svg polygon, .btn_svg svg rect {
	fill: #424851;
}



/* 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;	
}

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;
	}
}

.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;
}

.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 {
	display:block;
	vertical-align:middle;
	font-size:16px;	
	text-align:center;
	padding: 0px 0px 25px 0px;
    border-bottom: 1px solid #E9EAED;
}

.social_links, .contact_us, .site_languages {
	display: inline-block;
	vertical-align:middle;
	padding: 0px 25px;
}

.contact_us svg, .site_languages svg {
	width: 18px;
	height: 18px;
	vertical-align: sub;
	margin-right: 10px;
}

.contact_us svg path, .site_languages svg path {
	fill: #424851;
}

.site_languages span {
	padding: 0px 5px;
	color: #B3B3B3;
}

.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;
}

.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;
	vertical-align: middle;
	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;
	}
	
	.mailus {
		font-size:16px;
	}

.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;
}

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

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

.footerLinks li {
	list-style:none;
}

.footerLinks li a{
	font-size: 16px;
	line-height: 32px;
}

.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;
}

#file_template, #minimized_template {
	display: none;      
}

.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;
}

/*.toggle_menu {
	display: none;

}

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: 170px;
    margin: 0px 0px 0px -175px;
	padding: 0px 0px 0px 0px;
	z-index: 101;
}

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

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

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


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

.breadcrumb {
	display:inline-block;
}

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

#site_popup {
	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);
}

#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;
}

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

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

.popup_content {
	padding:25px 25px 25px 25px ;

}

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

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

.popup_header {
		display: table;
		background-color: #424851;
		color: #ffffff;
		width: 100%;
		vertical-align: middle;
		box-sizing: border-box;
	}

	.popup_header .popup_title {
		padding: 15px 15px;
		vertical-align: middle;
		display: table-cell;
		font-size: 18px;
		height: 20px;
	}


	.popup_header .popup_close {
		cursor:pointer;
		vertical-align: middle;
		display: table-cell;
		width: 35px;
		padding-left: 15px;
	}

	.popup_header .popup_close .svg_close {
		width: 20px;
		height: 20px;
		vertical-align: middle;
	}

	.popup_header .popup_close .svg_close path {
		fill:#ffffff;
	}

	.popup_header .popup_close:hover .svg_close path {
		fill:#33B2E9;
	}

	#site_popup h1 {
		margin-top: -60px;
	    margin-bottom: 40px;
	    text-align: left;
	    font-size: 18px;
	    color: #ffffff;
	    margin-left: -5px;
	}


.new_messages, .new_notifications, .cart_count {
	background-color:#F00;
	color:#FFF;
	padding:3px 4px 3px 3px;
	position:absolute;
	z-index:1;
    margin-top: 13px;
    margin-left: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
	cursor:pointer;
	line-height:initial;
}

.new_notifications {
	margin-left:17px;
}

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

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

#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;
}

/*file upload styles*/

.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;
    padding: 10px 10px;
    background-image: url(https://storage.googleapis.com/crowdsite-static/icons/upload.png);
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 150px;
    background-size: 40px 40px;
}

.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: 15px 5px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0px 0px;
    background: none;
}

.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;
}

/* 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;
}

/*SKILL TAGS */

.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;
}

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

.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;
    }
  
.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;
	}
 
.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;
}

.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;
}


.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: 190px;
    margin: 2px 0px 0px -185px;
	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;
	vertical-align: middle;
}

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

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

ul.toggle_menu li svg, ul.toggle_menu li img.menu_icon {
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-right: 3px;
}

ul.toggle_menu li svg path,
ul.toggle_menu li svg polygon {
	fill: #424851;
}

ul.toggle_menu li:hover svg path,

 {
	fill: #424851;
}

.list_row ul.toggle_menu {
	margin-top: 25px;
}

.shout_content {
	clear: both;
}

.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;
}

.mobimg {
    width: 100%;
}

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

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

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

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

.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;
}

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

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

.row_title, .row_title_text {
	width: 190px;
	font-weight: bold;
}

.row_title {
	padding-top: 11px;
}

#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;
}

.start_header {
    background-color: #ffffff;
    color: #86898E;
    padding: 5px 0px;
    margin: 0px 0px 25px 0px;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
}

.startInput, .startText {
	width: 500px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	font-size: 16px;
}

textarea.startText {
	line-height: 26px;
	padding-top: 15px;
	height:auto;
    min-height: 100px;
    width: 400px;
    resize: none;
}

.labelHelp {
	font-style:italic;
	color:#999;
	padding-top: 10px;
}

.search_bar::-webkit-input-placeholder {
   color: #989B9E; 
}

.search_bar:-moz-placeholder { /* Firefox 18- */
   color: #989B9E;   
}

.search_bar::-moz-placeholder {  /* Firefox 19+ */
   color: #989B9E; 
}

.search_bar:-ms-input-placeholder {  
   color: #989B9E;  
}

/*notifications at the bottom of the page */

#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;
}

#site_notification_container .notification {
	background-color: #ffffff;
	    box-shadow: 0 0 10px #4E4E4E;
}

.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;
}

.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;
}

.svg_verified_border {opacity:0.8; fill:#1B691E; }
.svg_verified_back {fill:#1B691E;}
.svg_verified_check {fill:#FFFFFF;}


.svg_verified {
	margin-left: 5px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.profile_menu_user_details .svg_verified {
	width: 15px;
	height: 15px;
    margin-top: -3px;
}

h1 .svg_verified {
    margin-top: -5px;
}

.verified_cdn {
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -3px;
}

.verified_url:hover, .verified_url {
	text-decoration: none;
}

.designed_by .svg_verified {
	width: 13px;
	height: 13px;
    margin-top: -3px;
}

.svg_radio_button  {
	width: 35px;
    vertical-align: middle;
    cursor: pointer;
	}

	.radio_button_fill {
		fill:#fff;
	}

	.radio_button_border {
		fill:#CCCCCC;
	}

	.radio_button_selected .radio_button_fill,
	.radio_button_selected_all .radio_button_fill {
		fill:#33BAB0;
	}

.checkbox, .radio_button {
	vertical-align: middle;
}

.radio_button {
    display: inline-block;
}

.svg_checkbox  {
	width: 35px;
    vertical-align: middle;
    cursor: pointer;
	}

	.checkbox_fill {
		fill:#fff;
	}

	.checkbox_border {
		fill:#CCCCCC;
	}

	.checkbox_selected .checkbox_fill,
	.checkbox_selected_all .checkbox_fill
	 {
		fill:#118040;
	}

	.checkbox_selected .checkbox_border,
	.checkbox_selected_all .checkbox_border
	 {
		display: none;
	}

.list {
    background-color: #FFF;
    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;
	}

	.list_row {
		display: table;
	    width: 100%;
	    table-layout: fixed;
        box-sizing: border-box;
        border-bottom:1px solid #F3F3F3;
	}

	.list_row:hover {
		background-color: #f9f9f9;
	}

	.list_header, .list_footer {
	    border-bottom: 1px solid #ccc;
	    color: #A09F9F;
	}

	.list_header:hover {
		background-color: #ffffff;
	}

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

	.list_cell:first-child {
		padding-left: 20px;
	}

	.list_cell:last-child {
		padding-right: 20px;
	}

	.list_action {
		cursor: pointer;
	}

	.list_options {
		padding: 10px 10px 10px 20px;
        background-color: #8A9FA5;
	    color: #ffffff;
	    display: none;
	}

	.list_options .button {
		margin-left: 5px;
	}

	.list_menu {
		width: 20px;
		cursor: pointer;
	}

	.list_menu svg {
		width: 20px;
		height: 20px;
		vertical-align: middle;
		cursor: pointer;
	}

	.list_menu svg path {
		fill: #424851;
	}

	.list_menu:hover svg.svg_dots_menu path {
		fill: #33b2e9;
	}

	.list_pager {
		text-align: left;
		margin-bottom: 15px;
	}

	.list_pager ul {
		list-style: none;
		padding: 0px 0px;
		margin: 0px 0px;
		display: table;
		border-spacing: 5px;
		margin-left: -5px;
	}

	.list_pager li {
		display: table-cell;
		background-color: #ffffff;
	    vertical-align: middle;
	    box-shadow: 0 0 1px rgba(0, 0, 0, 0.12),0 1px 1px rgba(0, 0, 0, 0.24);
	}

	.list_pager li a{
		display: block;
        padding: 8px 12px;
	    color: #8A9FA5;
	    text-decoration: none;
	}

	.list_pager li a:hover {
		background-color: #33B2E9;
	    color: #ffffff;
	}

	.list_pager li.list_current_page a {
		background-color: #8A9FA5;
		color: #ffffff;
	}

	.list_select .list_cell:first-child {
		width: 35px;
	}

	.list_price {
		text-align: right;
	}

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

	.list_icon svg {
		width: 25px;
		height: 25px;
		vertical-align: middle;
		cursor: pointer;
	}

	.list_icon svg path {
		fill: #424851;
	}

.sub_menu li svg.svg_enter {
    width: 15px;
    height: 15px;
    vertical-align: top;
}

.svg_enter polygon {
	fill:#424851;
}

.section_not_found {
	text-align: center;
	padding: 50px 25px;
}

.section_not_found h3 {
	font-size: 20px;
}

.section_not_found svg {
	width: 70px ;
	height: 70px ;
	margin-bottom: 15px;
}

.section_not_found svg path {
	fill:#424851;
}

.progress-bar {
  padding: 0;
  list-style-type: none;
  font-family: arial;
  font-size: 12px;
  clear: both;
  line-height: 1em;
  margin: 0 -1px;
  text-align: center;
  box-sizing: border-box;
}

.progress-bar li {
  float: left;
  padding: 10px 30px 10px 40px;
  background: #8A9FA5;
  color: #fff;
  position: relative;
  border-top: 1px solid #8A9FA5;
  border-bottom: 1px solid #8A9FA5;
  width: 32%;
  margin: 0 1px;
  box-sizing: border-box;
}

.progress-bar li:before {
  content: '';
  border-left: 16px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  
}
.progress-bar li:after {
  content: '';
  border-left: 16px solid #8A9FA5;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}

.progress-bar li.active {
  background: #1BA79E;
  border-top: 1px solid #1BA79E;
  border-bottom: 1px solid #1BA79E;
}

.progress-bar li.active:after {
  border-left-color: #1BA79E;
}

.progress-rows-2 li {
	width: 49%;
}

.header .head_home a.new_articles_home {
	color: #D14836;
}

#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;
}

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

.user_card_common a {
	background-color: #E9EAED;
	padding: 15px 15px;
	display: block;
	color: #424851;
	vertical-align: middle;
	text-decoration: none;
}

.user_card_common a:hover  {
	background-color: #cccccc;
}

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

.user_card_common svg path {
	fill:#424851;
}

.section-letter {
	font-family: 'Georgia', serif;
	color: #424851;
	font-size: 17px;
	background-color: #ffffff;
	line-height: 28px;
	width: 958px;
	padding-top: 0px;
    margin: 50px auto;
}

.letter-content {
	padding: 50px 150px;
}

.section-letter h3, .section-letter h2 {
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.letter_written_by {
	display: table;
    font-family: helvetica, arial, sans-serif;
}

.letter_avatar {
	display: table-cell;
	width: 35px;
	vertical-align: middle;
}

.letter_avatar img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.letter_name {
	display: table-cell;
	text-transform: uppercase;
	vertical-align: middle;
	color: #A0A0A0;
    font-size: 13px;
    height: 28px;
    padding-top: 3px;
}

.letter_name a {
	color: #A0A0A0;
	text-decoration: none;
}

.letter_name a:hover {
	text-decoration: underline;
}

.letter_text p {
	padding: 10px 0px;
}

.letter-visual {
	background-size: cover;
	background-repeat: no-repeat;
	height: 250px;
	margin-bottom: 25px;
}

.letter_sign {
	font-family: 'Mr Dafoe', cursive;
    font-size: 40px;
    margin: 0px 0px;
}

.letter_text h2, .letter_text h3, .letter_text h1 {
	font-size: 22px;
	padding: 15px 0px 0px 0px;

}

.section_clean .section {
    margin: 5px 0px 15px 0px;
    padding: 20px 20px;
}

.footer_sites {
	display: inline-block;
	padding: 5px 5px;
	cursor: pointer;
}

.footer_sites svg {
	height: 10px;
	width: 10px;
	vertical-align: middle;
}


.head_app_icon:hover svg path,
.head_app_icon:hover svg rect,
.head_app_icon:hover svg polygon
{
	fill: #ffffff ;
}

body.body_logged_out .white_div .logo_header {
    width: 978px;
}
body.body_logged_out .header .head {
    width: 978px;
}

.color_stats {
	max-width: 978px;
	table-layout: fixed;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	margin-top: 50px;
}

.color_stat {
	display: table-cell;
	width: 300px;
	font-size: 18px;
    font-weight: lighter;
}

.color_stat h4 {
	font-size: 40px;
    margin: 5px 0px;
}

.color_stat_left h4 {
	color: #70418d;
}

.color_stat_middle h4 {
	color: #4fb0ef;
}

.color_stat_right h4 {
	color: #3faca9;
}

.hr_line {
    padding-top:25px;
    margin-bottom: 25px ;
    border-bottom: 1px solid #ebebeb;
}

.dropdown {
	    position: relative;
	    display: inline-block;
	}

	.dropdown-content {
	    display: none;
	    position: absolute;
	    background-color: #f9f9f9;
	    min-width: 180px;
	    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	    padding: 0px 0px;
	    z-index: 1;
	    text-align: left;
	    border-radius: 4px;

	}

	header .dropdown-content {
	    min-width: 200px;
	}

	.dropdown-content a {
	  display: block;
	  padding: 13px 13px;
	  border-bottom: 1px solid #ebebeb;
	  color: #424851;
	}

	.dropdown svg.svg_arrow_down {
	  height: 11px;
	  width: 11px;
	  transition: transform 0.4s;
	}

	.dropdown:hover svg.svg_arrow_down {
	    ms-transform: rotate(180deg); /* IE 9 */
	    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	    transform: rotate(180deg);
	}

	.dropdown:hover .dropdown-content {
	    display: block;
	}

	.dropdown.active .button_icon {
	  color: #01b5d8;
	}

	.dropdown.active .button_icon svg path {
	  fill: #01b5d8;
	}

	.head_dropdowns {
	    min-width: 202px;
	    text-align: right;
	    padding-right: 9px;
	}

	.head_dropdowns svg {
        margin-left: 5px;
	}

	.head_dropdowns svg path{
        fill: #ffffff;
	}

	.head_dropdown_projects {
		min-width: 95px;
	}

	.dropdown a.red {
	    background-color: #D14836;
		color: #ffffff;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}


.onoffswitch {
    position: relative; width: 104px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    flex: 0 0 70px;
    text-align: left;
}

.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 22px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 40px; padding: 0; line-height: 40px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 11px;
    background-color: #7D2283; color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 11px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.onoffswitch-switch {
    display: block; width: 8px; margin: 11px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 37px;
    border: 2px solid #FFFFFF; border-radius: 22px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

@media (max-width: 767px) {

	.section-letter {
		width: 100%;
	    margin: 0px auto;
	}

	.letter-content {
		padding: 35px 35px;
	}

	.section-letter h3, .section-letter h2 {
	    font-size: 28px;
	    margin-bottom: 15px;
	    margin-top: 0px;
	}

	.letter_text p {
		padding: 5px 0px;
	}


	.letter_sign {
		font-family: 'Mr Dafoe', cursive;
	    font-size: 24px;
	    margin: 0px 0px;
	}

	.body_logged_in .head_apps {
	    display: table-cell;
	}

	.head_dropdowns {
		display: none;
	}

}

@media (min-width: 1232px) {

	#head_submenu {
		display: none;
	}

}

@media (max-width: 1231px) {

	.head_app_icon {
		display: none;
	}

	.body_logged_in .content_search {
	    max-width: 400px;
	}

}

.head_app_icon svg:hover path, .head_app_icon svg:hover polygon, , .head_app_icon svg:hover rect,
.head_app_icon:hover svg path, .head_app_icon:hover svg polygon, .head_app_icon:hover svg rect
  {
	fill:#ffffff;
}


/**************************************
BLOCK STYLE 
***************************************/


.block input, .block textarea, .block select {
    width: 100%;
    border: 1px solid #c3c3c3;
    font-size: 16px;
    box-sizing: border-box;
    font-family: 'Poppins', Arial, sans-serif;
}

.block input, .block textarea {
    padding: 10px 15px;
}

.block input[type="radio"] {
  width: initial;
}

.block input[type="checkbox"] {
  width: initial;
}

.block select {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.block textarea {
    line-height: 26px;
    height: auto;
    min-height: 100px;
    width: 100%;
    resize: none;
}

.block {
  background-color: #ffffff;
  margin-bottom: 20px;
}

.block .note {
  background-color: #FFFBCC;
}

.block .note textarea {
    background-color: #FFFBCC;
    border: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 15px 15px 5px 15px;
    height: 78px;
    resize: none;
}

.block .title {
    padding: 23px 0px 15px 0px;
    margin: 0px 25px 0px 25px;
    border-bottom: 1px solid #ebebeb;
    flex-grow: 1;
    align-content: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.block .title h1, .block .title h2, .block .title h3, .block .title h4 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
}

.block .content {
    padding: 25px 25px;
    display: block;
    box-sizing: border-box;
    background-image: none;
    height: inherit;
}

.block .content p:first-child{
  margin-top: 0px;
}

.block .content p:last-child{
  margin-bottom: 0px;
}

.block .action {
  padding: 25px 25px;
  background-color: #eaeaea;
  border-top: 1px solid #d4d4d4;
}

.block .title .icon, .change_park .icon {
    flex: 0 0 25px;
}

.block .title .icon:first-child {
    margin-right: 10px;
}

.block .title .icon:last-child {
    margin-left: 10px;
}

.block .title .icon svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.block .done {
  padding: 25px 25px;
  text-align: center;
  font-weight: 300;
}

.block .message {
  margin: 0px 20px 20px 20px;
}

.block .action a.button {
    margin-right: 10px;
    border-radius: 7px;
    padding: 13px 15px;
    font-size: 14px;
}

.block .action a.button.blue {
    font-weight: bold;
}

.form .row {
  align-content: center;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
}

.form .row:first-child {
  padding-top: 35px;
}

.form .row:last-child {
  padding-bottom: 35px;
}

.form .label {
  flex: 0 0 200px;
  padding-right: 30px;
  align-self: flex-start;
  padding-bottom: 11px;
}

.form .input {
  width: 100%;
}

.form .text {
  padding-top: 11px;
  width: 100%;
}

.form .input_icon {
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form .input_icon .icon {
  flex: 0 0 40px;
}

.form .input_icon svg,
.form .input_icon img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: block;
}

.form i {
  font-size: 12px;
  color: #cccccc;
  padding-top: 10px;
  display: block;
}

.block .messages .message {
  margin: 25px 25px;
}

.block.center {
  margin: 150px auto;
  max-width: 500px;
}

.content .button_icon {
  border:1px solid transparent;
  display: inline-block;
  padding: 10px 10px;
  text-align: center;
  min-width: 25px;
  transition: border 1s;
  vertical-align: middle;
  color: #585858;
}

.content .button_icon:hover {
  border:1px solid #585858;
  color: #585858;
}

.content .button_icon svg {
  height: 22px;
  width: 22px;
  vertical-align: middle;
}

.content .button_icon span {
  vertical-align: middle;
}

.content .button_icon:hover {
  border:1px solid #01b5d8;
  color: #01b5d8;
}

.drag {
    cursor: ns-resize;
}

.add {
	border: #7d2283 1px dashed;
    background-color: #ffffff;
    cursor: pointer;
    transition: background-color 1s;
    color: #7d2283;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.add .icon {
	flex: 0 0 30px;
    text-align: left;
}

.add .icon svg path {
    fill: #7d2283;
}

.add .icon svg
{
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.add:hover {
    border-style: solid;
    text-decoration: none;
}

.download_app {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 25px;
	background-color: #feffd3;
	cursor: pointer;
}

.download_app svg {
	width: 40px;
	height: 40px;
}

.footer_whatsapp {
	display: inline-block;
}

@media (max-width: 767px) {

	.contact_us {
		padding-bottom: 25px;
	}
	
	.footer_whatsapp {
		display: inline-block;
	}

	.footer_phone {
		display: none;
	}

}

@media (min-width: 767px) {

	.block {
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
	  border-radius: 4px;
	}

	.download_app {
		display: none;
	}

	.right_newsfeed .download_app {
		display: flex;
		background-color: #ffffff;
	}

}

@media (min-width: 1024px) {

	.block {
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
	  border-radius: 4px;
	}

	.form .row {
	  display: flex;
	}

	.form .label {
	    padding-top: 8px;
	    padding-bottom: 0px;
	}

}