@font-face {
	font-family: 'latobold';
	src: url('http://static.colab.re/fonts/lato-bol-webfont.eot');
	src: url('http://static.colab.re/fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
		url('http://static.colab.re/fonts/lato-bol-webfont.woff') format('woff'),
		url('http://static.colab.re/fonts/lato-bol-webfont.ttf') format('truetype'),
		url('http://static.colab.re/fonts/lato-bol-webfont.svg#latobold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoregular';
	src: url('http://static.colab.re/fonts/lato-reg-webfont.eot');
	src: url('http://static.colab.re/fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
		url('http://static.colab.re/fonts/lato-reg-webfont.woff') format('woff'),
		url('http://static.colab.re/fonts/lato-reg-webfont.ttf') format('truetype'),
		url('http://static.colab.re/fonts/lato-reg-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'omnesregular';
	src: url('http://static.colab.re/fonts/omnes-el_3.eot');
	src: url('http://static.colab.re/fonts/omnes-el_3.eot?#iefix') format('embedded-opentype'),
		url('http://static.colab.re/fonts/omnes-el_3.woff') format('woff'),
		url('http://static.colab.re/fonts/omnes-el_3.ttf') format('truetype'),
		url('http://static.colab.re/fonts/omnes-el_3.svg#omnesregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:'omnesbold';
	src:url('/omnesbold') 
	format('woff');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family: 'omneslight';
	src: url('http://static.colab.re/fonts/OmnesExtraLight-Roman.eot');
	src: url('http://static.colab.re/fonts/OmnesExtraLight-Roman.woff') format('woff'),
		url('http://static.colab.re/fonts/OmnesExtraLight-Roman.ttf') format('truetype'),
		url('http://static.colab.re/fonts/OmnesExtraLight-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #e4e4e4;
	min-width: 640px !important;
	overflow-x: hidden;
	overflow-y: auto;
}

.loadingBackdrop {
	cursor: wait;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 1000;
}

.loadingBackdrop .loading-container {
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 65px;
	height: 25px;
	margin: auto;
	text-align: center;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.7);
	box-shadow: 0 5px 5px rgba(0,0,0,.7);
}

@media all and (max-width: 1004px) {
	.hidden-colab-xs {
		display: none !important;
	}

	.menu.hidden-colab-xs {
		display: none !important;
		position: fixed;
		margin-left: 0; 
		z-index: 10;
		background-color: #e4e4e4;
		left: 0;
		/*width: 0;
		padding-left: 5%;*/

		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;

		-webkit-box-shadow: 2px 0 15px rgba(0,0,0,.7);
		box-shadow: 2px 0 15px rgba(0,0,0,.7);
	}
	.menu.hidden-colab-xs .weather {
		font-size: 25px;
	}
	.menu.hidden-colab-xs .weather i {
		font-size: 40px;
	}
	.menu.hidden-colab-xs .city {
		font-size: 25px;
	}
	.menu.hidden-colab-xs .profile table p {
		font-size: 20px;
	}
	.menu.hidden-colab-xs .profile table p a {
		font-size: 20px;
	}
	.menu.hidden-colab-xs ul li a {
		padding: 6px 6px 6px 40px;
		font-size: 20px;
	}
	.menu.hidden-colab-xs .profile .profile-pic {
		width: 64px;
	}

	.menu.hidden-colab-xs.active {
		display: block !important;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;

		width: 50%;
	}



	.menu .menu-container {
		width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.visible-colab-xs-block {
		display: block !important;
	}
	.visible-colab-xs-inline {
		display: inline !important;
	}
	.visible-colab-xs-inline-block {
		display: block !important;
	}
}

@media all and (min-width: 1005px) {
	.visible-colab-xs-block {
		display: none !important;
	}
	.visible-colab-xs-inline {
		display: none !important;
	}
	.visible-colab-xs-inline-block {
		display: none !important;
	}
}

.modal-dialog {
	margin: 50px auto;
}

.modal-title {
	font-family: 'omnesregular';
	font-size: 20px;
	color: #485564;
}

.modal-close-btn {
	position: absolute;
	right: 12px;
	top: 15px;
	cursor: pointer;
}

.modal-header {
	border-bottom: none;
}

.modal-body {
	padding: 0 15px 15px;
}

.modal-body .sub-title {
	font-family: 'latobold';
	font-size: 18px;
	color: #495563;
}

.ui-match {
	background-color: #FFFF00;
}

.error {
	color: #a94442;
}

.header-bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 56px;
	width: 100%;
	background: #495563 url('/img/logo-colab.png') no-repeat center center;
	z-index: 10;
}

.header-bar > a > img {
	position:absolute;
	top: 18px;
	left: 50%;
	margin-left: -435px;
	cursor: pointer;
}

.header-bar > .header-line > div {
	position: fixed;
	top: 0;
	height: 5px;
	width: 33.3%;
	display: inline;
}

.header-bar > .header-line > div.green {
	background-color: #5bd999;
	left: 0;
}

.header-bar > .header-line > div.blue {
	background-color: #00c0e4;
	left: 33.3%;
}

.header-bar > .header-line > div.purple {
	background-color: #cb70d7;
	left: 66.6%;
}

.header-bar .menu-icon {
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -290px;
	height: 33px;
	width: 31px;
	background-image: url('/img/menu-icon-off.png');
	cursor: pointer;
}

.header-bar .menu-icon.active,
.header-bar .menu-icon.active:hover {
	background-image: url('/img/menu-icon-on.png');
}

.header-bar .menu-icon:hover {
	background-image: url('/img/menu-icon-hover.png');
}

.header-bar > .btn,
.header-bar > .btn:focus {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	
	background-color: #ff6600;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: 295px;
	color: #FFF;
	font-family: 'omnesregular';
	font-size: 21px;
	outline: none;
	height: 45px;
	width: 126px;
}


@media all and (max-width: 1004px) {
	.header-bar > .btn,
	.header-bar > .btn:focus {
		margin-left: 170px;
	}

	.header-bar .bt-facebook img {
		top: 16px !important; 
		margin-left: 185px !important;
	}
}

.header-bar > .btn:hover {
	/*left: 49%;
	width: 150px;
	font-size: 23px;*/
    -moz-transform: scale(1.1, 1); 
    -webkit-transform: scale(1.1, 1); 
}

.header-bar .bt-facebook img {
	top: 15px;
	left: 50%;
	margin-left: 300px;
}

.notifications-area {
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -335px;
	cursor: pointer;
}

@media all and (max-width: 1004px) {
	.notifications-area {
		margin-left: -240px;
	}
	.notifications-area .dropdown-menu {
		margin-left: -250px !important;
	}
}

.notifications-area .notification-icon {
	display: block;
	height: 33px;
	width: 33px;
	background-image: url('/img/notification-off.png');
}

.notifications-area .notification-icon.active,
.notifications-area .notification-icon.active:hover {
	background-image: url('/img/notification-on.png');
}

.notifications-area .notification-icon:hover {
	background-image: url('/img/notification-hover.png');
}

.notifications-area .notification-badge {
	font-size: 13px;
	font-family: 'omnesregular';
	position: absolute;
	top: -5px;
	left: 25px;
	text-align: center;
	line-height: 17px;
	height: 17px;
	width: 17px;
	background-color: #e70012;
	color: #FFFFFF;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.notifications-area .dropdown-menu {
	position: fixed;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 48px;
	left: 50%;
	margin-left: -345px;
	max-height: calc(100% - 300px);
	overflow: hidden;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.notifications-area .dropdown-menu .notification-title {
	font-family: 'latobold';
	font-size: 14px;
	color: #495563;
	margin-left: 20px;
	margin-bottom: 5px;
	display: block;
}

.notifications-area .no-notifications {
	margin-left: 20px;
	margin-bottom: 5px;
}

.notifications-area .notification-list {
	width: 324px;
	margin-bottom: 0;
}

.notifications-area .notification-list .notification-item {
	border-bottom: 1px solid #e8e8e8;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'latoregular';
	font-size: 14px;
	color: #495563;
	height: 70px;
}

.notifications-area .notification-list .notification-item .notification-text {
	position: absolute;
	left: 65px;
	line-height: 15px;
	width: calc(100% - 65px);
}

.notifications-area .notification-list .notification-item .notification-text .notification-text-value {
	max-width: 200px;
}

.notifications-area .notification-list .notification-item .user-name,
.notifications-area .notification-list .notification-item .user-name:hover {
	font-family: 'latobold';
	overflow: hidden;
	display: block;
	white-space: nowrap;
	width: 195px;
}

.notifications-area .notification-list .notification-item:hover,
.notifications-area .notification-list .notification-item.unread:hover {
	background-color: #dddddd;
}

.notifications-area .notification-list .notification-item.unread {
	background-color: #eeeeee;
}

.notifications-area .notification-list .notification-item .user-badge-pic {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	height: 38px;
	width: 38px;
	margin-top: 5px;
}


.notifications-area .notification-list .notification-item .post-pic {
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 5px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.search-bar {
	color: #a7a7a7;
	position: relative;
	background-color: #cdcdcd;
	padding: 4px 0;
	width: 588px;
	top: 56px;
	left: 50%;
	margin-left: -294px;
}

.search-bar i {
	font-size: 15px;
	position: absolute;
	padding: 14px 10px;
	pointer-events: none;
}

.search-bar input {
	background-color: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    padding-left: 30px;
}

.search-bar .loading {
	background-color: #FFFFFF;
	border: 1px solid rgba(0,0,0,.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	margin: 0 2px;
	padding: 10px;
	position:absolute;
	text-align: center;
	width: calc(100% - 4px);
}

.search-bar .dropdown-menu {
	margin: 0 2px;
	padding: 0;
	top: 0px !important;
	position: relative;
	width: calc(100% - 4px);
}

.search-bar .dropdown-menu .search-result .search-result-header {
	background-color: #e0e0e0;
	color: #495563;
	font-family: 'latoregular';
	font-size: 17px;
	padding: 5px 20px;
	width: 100%;
}

.search-bar .dropdown-menu .search-result .search-result-header span.glyphicon {
	font-size: 14px;
}

.search-bar .dropdown-menu .search-result .search-result-header a {
	font-family: 'latobold';
	font-size: 14px;
	color: #495563;
	margin-left: 5px;
}

.search-bar .dropdown-menu .search-result .search-result-item,
.search-page-tabs .search-result-item {
	position: relative;
	display: block;
}

.search-bar .dropdown-menu .search-result .search-result-item .btn,
.search-bar .dropdown-menu .search-result .search-result-item .btn:hover,
.search-bar .dropdown-menu .search-result .search-result-item .btn:focus,
.search-page-tabs .search-result-item .btn,
.search-page-tabs .search-result-item .btn:hover,
.search-page-tabs .search-result-item .btn:focus {
	background-color: #00c0e4;
	color: #FFF;
	font-family: 'omnesregular';
	position: absolute;
	top: 12px;
	right: 20px;
	outline: none;
}


.search-bar .dropdown-menu .search-result .search-result-item .btn.active,
.search-bar .dropdown-menu .search-result .search-result-item .btn.active:hover,
.search-bar .dropdown-menu .search-result .search-result-item .btn.active:focus,
.search-page-tabs .search-result-item .btn.active,
.search-page-tabs .search-result-item .btn.active:hover,
.search-page-tabs .search-result-item .btn.active:focus  {
	background-color: #cacbcb;
	color: #495563;
	outline: none;
}

.search-page-title {
	color: #495563;
	font-family: 'latobold';
	font-size: 17px;
	padding: 5px 15px;
}

.search-page-tabs .no-result {
	color: #7e859b;
	font-family: 'latoregular';
	font-size: 15px;
	text-align: center;
	padding: 20px;
}

.menu {
	position: fixed;
	top: 55px;
	left: 50%;
	padding-top: 45px;
	margin-left: -495px;
	width: 198px;
	height: calc(100% - 55px);
	overflow:hidden;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.menu .home-icon {
	text-align: center;
	margin-top: -25px;
	padding-bottom: 10px;
	cursor: pointer;
}

.menu .menu-container {
	position: relative;
	overflow: hidden;
	max-height: calc(100% - 115px);
}

.menu .weather {
	font-size: 25px;
	text-align: center;
	margin-bottom: 0;
	height: 45px;
	width: 95px;
	color: #495563;
	padding-top: 3px;
	line-height: 20px;
	border-bottom: solid 2px #D1D4D8;
	margin-left: auto;
	margin-right: auto;
}

.menu .city {
	font-size: 15px;
	color: #495563;
	font-family: 'omnesregular';
	text-align: center;
	padding-top: 3px;
	line-height: 20px;
}

.menu .profile {
	margin: 20px 10px 10px 36px;
}

.menu .profile .profile-pic {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.menu .profile table p {
	margin: 0 0 0 5px;
	font-family: 'latobold';
	font-size: 16px;
	color: #485564;
	cursor: pointer;
}

.menu .profile table p a {
	font-family: 'latoregular';
	font-size: 12px;
	color: #7e859b;
}

.menu p.divider {
	width: 140px;
	height: 1px;
	background-color: #c1c9cd;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.menu ul {
	margin: 0;
}

.menu ul li {
	margin-left: 16px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.menu ul li a {
	color: #485564;
	font-family: 'latoregular';
	font-size: 15px;
	display: block;
	padding: 6px 6px 6px 20px;
	cursor: pointer;
}

.menu ul li:hover {
	background-color: #dbdbdb;
    -moz-transform: scale(1.05, 1); 
    -webkit-transform: scale(1.05, 1); 
}

.menu ul li a:hover {
	text-decoration: none;
	/*font-size: 17px;*/
}

.menu .app-badge {
	display: block;
}

.menu .app-badge img {
	display: block;
	margin: auto;
	margin-top: 10px;
	width: 130px;
}

.fade-in.ng-enter, 
.fade-in.ng-leave, 
.fade-in.ng-move {
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}
.fade-in.ng-enter {
	opacity:0;
}
.fade-in.ng-enter.ng-enter-active {
	opacity:1;
}
.fade-in.ng-leave {
	opacity:1;
}
.fade-in.ng-leave.ng-leave-active {
	opacity:0;
}
.fade-in.ng-move {
	opacity:0.5;
}
.fade-in.ng-move.ng-move-active {
	opacity:1;
}

.slide-down-animation.ng-enter, 
.slide-down-animation.ng-leave, 
.slide-down-animation.ng-move {
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
	position:relative;
}
.slide-down-animation.ng-enter {
	top:-20px;
	opacity:0;
}
.slide-down-animation.ng-enter.ng-enter-active {
	top:0;
	opacity:1;
}
.slide-down-animation.ng-leave {
	top:0;
	opacity:1;
}
.slide-down-animation.ng-leave.ng-leave-active {
	top:-20px;
	opacity:0;
}
.slide-down-animation.ng-move {
	opacity:0.5;
}
.slide-down-animation.ng-move.ng-move-active {
	opacity:1;
}

.content {
	position: absolute;
	padding-top: 56px;
	min-height: 100%;
	width: 100%;
}

.feed.anonymous {
	padding-top: 56px;
}

.feed {
	border-left: 3px solid #cdcdcd;
	border-right: 3px solid #cdcdcd;
	background-color: #FFFFFF;
	position: absolute;
	padding-top: 98px;
	left: 50%;
	top: 0;
	min-height: 100%;
	margin-left: -297px;
	width: 594px;
}

.feed.single-post,
.feed.single-question {
	background-color: #cdcdcd;
}

.embed-header {
	background-color: #495563;
	height: 140px;
	padding-top: 30px;
	padding-left: 20px;
	z-index: 1;
	position: relative;
}

.embed-header .context {
	height: 30px;
	background-color: #FFF;
	display: inline-block;
	line-height: 30px;
	font-size: 15px;

	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-top-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.embed-header .context .location {
	padding: 0 15px;
	display: inline-block;
	background-color: #2b465b;
	border-radius: 13px;
	color: #FFFFFF;
}

.embed-header .context .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #E63430;
	display: inline-block;
	margin-left: 5px;
	margin-right: -5px;
}

.embed-header .context .end-date {
	display: inline-block;
	background: #FFF url('/img/question-header-corner.png') no-repeat right center;
	padding: 0px 20px 0 10px;
	color: #495563;
}

.embed-header .question-logo {
	padding-top: 17px;
}

.content.question-embed {
	min-height: calc(100% - 140px);
	overflow: hidden;
}

.content.question-embed .feed.single-question {
	padding-top: 0px;
}

.feed .loading {
	margin: 20px;
	text-align: center;
}

.feed .post,
.feed .question {
	 border-bottom: 15px solid #cdcdcd;
}

.feed .post .post-deleted {
	background-color: #FFFFFF;
	padding: 15px 40px;
}

.feed .post .post-main  {
	background-color: #FFFFFF;
	padding: 15px 40px;
}

.feed .question .question-main {
	background-color: #EEEEEE;
	overflow: hidden;
}

.feed .question .question-main.thank-you,
.feed .question .question-main.unauthorized {
    height: 600px;
    position: relative;
}

.feed .question .question-main .question-header {
	display: block;
	position: relative;
	width: 100%;
	padding: 20px;
	background-color:#495563;
}
.feed .question-learnmore{
	display: block;
	position: relative;
	background: url(/img/plus.png) 97% top no-repeat #3e4b54;
	margin: 40px -20px -20px -20px;
	color: #939aa4;
	line-height: 40px;
	font-size: 16px;
	padding: 0 20px;
	text-decoration: none
}
.feed .question-learnmore:hover{
	color:#fff;
	background-position: 97% bottom;
	text-decoration: none
}

.feed .question .question-main .question-header-background,
.feed .question .question-main .question-header-background {
	bottom: 0px;
	min-width: 100%;
	position: absolute;
	z-index: 0;
	margin-left: -20px;
}

.feed .question .question-main.thank-you .question-header-background,
.feed .question .question-main.unauthorized .question-header-background {
	height: 600px;
	margin-left: 0;
}

.feed .question .question-main.thank-you .question-user-pic {
	top: 45px;
	left: calc(50% - 65px);
	height: 130px;
	width: 130px;
	border: 10px solid #495563;
}

.feed .question .question-main.unauthorized .question-user-pic {
	top: 45px;
	left: calc(50% - 79px);
	height: 158px;
	width: 158px;
}

.feed .question .question-main.thank-you .question-thank-you,
.feed .question .question-main.unauthorized .question-thank-you {
	color: #FFFFFF;
	position: relative;
	top: 55px;
	text-align: center;
	font-family: "latoregular";
	font-size: 35px;
	line-height: 41px;
}

.feed .question .question-main.thank-you .question-share-bar {
	position: relative;
	top: 77px;
	text-align: center;
	font-family: "latoregular";
	font-size: 35px;
	height: 130px;
	background-color: rgba(255, 255, 255, 0.4);
}

.feed .question .question-main.thank-you .question-share-bar .question-share-message {
	text-align: center;
	color: #FFFFFF;
	font-family: "latoregular";
	font-size: 21px;
	top: 8px;
	position: relative;
}

.feed .question .question-main.thank-you .question-share-bar .question-share-toolbar {
	top: 14px;
	position: relative;
}

.feed .question .question-main.thank-you .question-share-bar .question-share-toolbar img {
	cursor: pointer;
}

.feed .question .question-main.unauthorized .question-home-btn {
    top: 82px;
    position: relative;
    text-align: center;
}

.feed .question .question-main.unauthorized .question-home-btn .btn {
	line-height: 71px;
	font-size: 22px;
	background-color: #345367;
	color: #FFFFFF;
	padding: 0 35px;

	-webkit-box-shadow: 0 3px #284555;
	-moz-box-shadow: 0 3px #284555;
	box-shadow: 0 3px #284555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.feed .question .question-main.thank-you .question-apps,
.feed .question .question-main.unauthorized .question-apps {
	top: 160px;
    position: relative;
    text-align: center;
}

.feed .question .question-main.thank-you .question-apps .play,
.feed .question .question-main.unauthorized .question-apps .play {
	width: 40%;
	margin-right: 60px;
}

.feed .question .question-main.thank-you .question-apps .app-store,
.feed .question .question-main.unauthorized .question-apps .app-store {
	width: 30%;
}

.feed .post .post-main .post-header{
	display: inline-block;
	position: relative;
	top: 12px;
	left: 5px;
	line-height: 0;
}

.feed .post .post-main .post-user-pic {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 54px;
	width: 54px;
}

.feed .question .question-main .question-user-pic {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 66px;
	width: 66px;
	position: relative;
}

.answer-categories{
	text-align: center;
}
.answer-categories li{
	display: inline-block;
	font-size: 14px;
	color: #363e43;
	padding: 10px ;
	text-transform: uppercase;
	width: 112px;
	float: left;
}
.answer-categories li img{
	margin-bottom: 10px
}

.question-button.yellow{
	background: #ffc400;
	border-bottom: 2px solid #e6b200;
	clear: both;
}

.question-button.blue{
	background: #0bbfdd;
	border-bottom: 2px solid #18b3cd;
}
.question-button.green{
	background: #56d496;
	border-bottom: 2px solid #42c484;
}
.question-button.next{
	background: #5f6c7b;
	border-bottom: 2px solid #4c5867;
	display: inline-block;
	margin: 30px auto 0px 174px;
}
.question-button{
    border-radius: 5px;
    border-width: 0 0 2px 0;
    display: block;
    width: 240px;
    line-height: 39px;
    height: 39px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    margin: 0 auto 30px auto;
}

.question-category-option{
	width:275px;
	float: left;
	border-radius:5px;
	border:2px solid #d6dbe1;
	margin:5px;
	overflow: hidden;
}

.question-category-option:nth-child(2n+1) {
	clear:both;
}

.question-category-options{
	background:#fff;
	padding:5px;
	overflow: hidden;
	color:#61676b;
}
.question-button.next .glyphicon{
	font-size: 15px;
	padding: 14px 10px;
	pointer-events: none;
	color:#fff;
	position: absolute;
	right: 10px;
	top: -1px;
}
.question-category-option img{
	width:100%;
}
.question-category-option h3{
	padding: 0 10px;
	font-size:16px;
}
.question-category-option p{
	padding: 0 10px;
	font-size:13px;
}


.question-breadcrumb{
	background: #ececec;
	height: 40px;
	padding:12px;
	margin:0 0 30px 0 
}
.question-breadcrumb ul{
	overflow: hidden;
	display: table;
}
.question-breadcrumb ul li{
	padding: 0 20px;
	margin-left: 65px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	text-transform: uppercase;
	border-radius: 20px;
	font-family: 'latobold';
	font-size: 10px;
}
.question-breadcrumb ul li.active{
	background: #cbd0d6;
}

.feed .post .post-main .post-user-name {
	display: block;
	font-family: 'latobold';
	font-size: 16px;
	color: #485564;
	position: relative;
	top: -20px;
}

.feed .question .question-main .question-user-name {
	display: block;
	position: relative;
	top: -50px;
	left: 100px;
}

.feed .question .question-main .question-user-name .user-name {
	font-size: 25px;
	font-family: 'latoregular';
	color: #FFFFFF;
}

.feed .post .post-main .post-date-time, 
.feed .post .post-main .post-updated-date-time,
.feed .question .question-main .question-date-time {
	font-family: 'latoregular';
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	cursor: pointer;
}

.feed .post .post-main .post-edit-button {
	position: absolute;
	right: 0;
	top: 5px;
	padding: 4px;
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
	border: 1px solid #cdcdcd;
	margin-top: -55px;
	cursor: pointer;
}

.feed .post .post-main .post-edit-menu {
	position: absolute;
	right: 0;
	left: initial;
	top: 5px;
	padding: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	margin-top: -30px;
	z-index: 2;
	background-color: #FFFFFF;
}

.feed .post .post-main .post-edit-menu li {
	cursor:pointer;
	padding: 5px;
	font-family: 'latoregular';
	font-size: 14px;
	color: #485564;
}

.feed .post .post-main .post-edit-menu li.first {
	border-bottom: 1px solid #dddddd;
}

.feed .post .post-main .post-edit-menu li:hover {
	background-color: #dbdbdb;
}

.feed .post .post-main .post-pic-crop {
	height: 508px;
	width: 508px;
	overflow: hidden; 
	position: relative;
	margin-top: 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid #cdcdcd;
	z-index: 1;
}

.feed .post .post-main .post-pic {
	position: absolute;
	z-index: 0;
}

.feed .post .post-main .post-info {
	display: table;
	width: 100%;
	margin-top: 10px;
}

.feed .question .question-main .question-info {
	border-top: 1px solid #d6d6d6;
	padding: 15px;
}

.feed .post .post-main .post-info .post-type-pic {
	display: table-cell;
	width: 45px;
	height: 54px;
}

.feed .post .post-main .post-info .post-type-pic img {
	width: 100%;
	margin: auto; 
}

.feed .post .post-main .post-info .post-address-section {
	display: table-cell;
	padding-left: 10px;
	margin-top: 0;
	padding-top: 0;
	vertical-align: middle;
}

.feed .post .post-main .post-info .post-type {
	display: block;
	vertical-align: bottom;
}

.feed .post .post-main .post-info .post-type {
	font-family: 'latobold';
	font-size: 18px;
}

.feed .post .post-main .post-info .post-type.event {
	color: #2cb972;
}

.feed .post .post-main .post-info .post-type.project {
	color: #00c0e4;
}

.feed .post .post-main .post-info .post-type.evaluation {
	color: #cb70d7;
}

.feed .post .post-main .post-info .post-address-container {
	display: table;
	vertical-align: bottom;
	width: 100%;
}

.feed .post .post-main .post-info .post-address-container .post-address > img {
	margin-right: 5px;
}

.feed .post .post-main .post-info .post-address-container .post-address {
	color: #485564;
	font-family: 'latoregular';
	font-size: 15px;
	cursor: pointer;
	max-width: 310px;
	z-index: 1;
	display: table-cell;
	width: 67%;
	padding-right: 20px;
}

.feed .post .post-main .post-info .post-address-container .post-distance {
	color: #485564;
	font-family: 'latoregular';
	font-size: 15px;
	cursor: pointer;
	display: table-cell;
	text-align: right;
	padding-right: 15px;
}

.feed .post .post-main .post-description {
	color: #000000;
	font-family: 'latoregular';
	font-size: 15px;
	margin-top: 20px;
}

.feed .question .question-main .question-description {
	color: #FFFFFF;
	font-family: 'latoregular';
	font-size: 20px;
	margin-top: -20px;
	margin-left: 100px;
	margin-right: 40px;
	position: relative;
}

.feed .post .post-main .post-map {
	margin-top: 15px;
	height: 253px;
}

.feed .post .post-main .post-map .angular-google-map-container {
	height: 253px;
}

.feed .question .question-main .question-info .question-answers {
	width: 100%;
}

.feed .question .question-main .question-info .question-answers .btn {
	font-family: 'latoregular';
	font-size: 14px;
	color: #495563;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;]
	border-radius: 10px;
	background: none;
	border: none;
	-webkit-box-shadow: 0 3px #e5e5e5; 
	box-shadow: 0 3px #e5e5e5; 
	width: 100%;
	white-space: pre-line;
	text-align: left;
	border-radius: 40px;
	background-color: #FFF;
	margin-bottom: 10px;
}

.feed .question .question-main .question-info .question-answers .btn span {
	font-size: 17px;
	margin-left: 15px;
}

.feed .question .question-main .question-info .question-answers .btn.active,
.feed .question .question-main .question-info .question-answers .btn.active:hover {
	background: #FFF url('/img/check.png') no-repeat 95%;
}

.feed .question .question-main .question-info .question-answers .btn.unchecked {
	background-color: rgba(255, 255, 255, 0.6);
}

.feed .question .question-main .question-info .question-answers .question-answer-link {
	color: #495563;
	float: right;
}

.feed .question .question-main .question-info .question-explanation {
	margin-top: 10px;
}

.feed .question .question-main .question-info .question-results {
	font-family: 'latoregular';
	font-size: 13px;
	color: #949494;
	width: 100%;
}

.feed .question .question-main .question-info .question-results .even .question-result-name,
.feed .question .question-main .question-info .question-results .even .question-result-percentage {
	background-color: #ececec;
}

.feed .question .question-main .question-info .question-results .odd .question-result-name,
.feed .question .question-main .question-info .question-results .odd .question-result-percentage {
	background-color: #f4f4f4;
}

.feed .question .question-main .question-info .question-results .question-result-percentage {
	color: #00c0e4;
	text-align: right;
    white-space:nowrap;
	width: 1%;
	padding: 2px;
}

.feed .question .question-main .question-info .question-results .question-result-name {
    white-space:nowrap;
	width: 1%;
	padding: 2px 30px 2px 5px;
}

.feed .question .question-main .question-info .question-results .question-result-bar-td {
	position: relative;
}

.feed .question .question-main .question-info .question-results .question-result-bar {
	height: 100%;
	position: absolute;
	top: 0;
	
	-webkit-transition: width 0.4s;
	-moz-transition: width 0.4s;
	-o-transition: width 0.4s;
	transition: width 0.4s;
}

.feed .question .question-main .question-info .question-results .even .question-result-bar-td .question-result-bar {
	background-color: #00C0E4;
}

.feed .question .question-main .question-info .question-results .odd .question-result-bar-td .question-result-bar {
	background-color: #AEEAE8;
}

.feed .question .question-main .question-info .question-toolbar {
	margin-top: 10px;
}

.feed .question .question-main .question-info .question-toolbar .btn {
	background-color: #ffc400;
	-webkit-box-shadow: 0 3px #f7be00; 
	box-shadow: 0 3px #f7be00;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-family: 'omnesregular';
	font-size: 20px;
	color: #FFF;
	outline: none;
	width: 100%;
	line-height: 56px;
}

.feed .question .question-main .question-info .question-toolbar .btn[disabled] {
	background-color: #ebcb5d;
}

.feed .post .post-evaluation {
	text-align: center;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-top: 20px;
	font-family: 'latobold';
	font-size: 16px;
	color: #485461;
}

.feed .post .post-evaluation > div {
	margin: 5px 0;
}

.feed .post .post-evaluation .rating .glyphicon {
	font-size: 18px;
}

.feed .post .post-evaluation div.evaluation-label {
	margin-bottom: 5px;
}

.feed .post .post-evaluation .post-evaluation-overall {
	display: block;
	color: #cb70d7;
}

.feed .post .post-evaluation .post-evaluation-infrastructure,
.feed .post .post-evaluation .post-evaluation-safety,
.feed .post .post-evaluation .post-evaluation-access,
.feed .post .post-evaluation .post-evaluation-cleaness {
	display: inline-block;
	width: 49%;
	color: #a3a9b1;
}

.feed .post .post-toolbar {
	background-color: #ededed;
	font-family: 'latobold';
	font-size: 15px;
	color: #485461;
}

.feed .post .post-toolbar .btn.active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.feed .post .post-toolbar img {
	top: -3px;
	position: relative;
}

.feed .post .post-supports-section {
	background-color: #ededed;
}

.feed .post .post-supports-section .post-support-list {
	color: #000000;
	margin: 0 44px;
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
}

.feed .post .post-supports-section .post-support-list .post-supporter .user-name{
	font-family: 'latoregular';
}

.feed .post .post-supports-section .post-support-list .post-supporters-tooltip,
.feed .post .post-supports-section .post-support-list .post-supporters-tooltip:hover  {
	font-family: 'latoregular';
	font-size: 15px;
	color: #485461;
	cursor: pointer;
}

.feed .post .post-comments-section {
	background-color: #ededed;
}

.feed .post .post-status-section {
	border-bottom: 1px solid #dddddd;
}

.feed .post .post-status-section.clickable {
	cursor: pointer;
}

.feed .post .post-comments-section ul,
.feed .post .post-status-section ul {
	margin-bottom: 0; 
}

.feed .post .post-comments-section .post-previous-comments,
.feed .post .post-comments-section .post-previous-comments:hover  {
	font-family: 'latoregular';
	font-size: 14px;
	color: #485461;
	cursor: pointer;
	padding: 10px 0;
	border-top: 1px solid #dddddd;
	margin: 0 44px;
	display: block;
}

.feed .post .post-comments-section .post-comment,
.feed .post .post-status-section .post-comment {
	padding: 0 44px;
}

.feed .post .post-status-section .post-comment {
	border-bottom: 1px solid #dddddd; 
}

.feed .post .post-status-section .post-comment.grey {
	background-color: #cccccc;
}

.feed .post .post-status-section .post-comment.yellow {
	background-color: #fff996;
}

.feed .post .post-status-section .post-comment.green {
	background-color: #c0ffb3;
}

.feed .post .post-comments-section .post-comment .post-comment-container,
.feed .post .post-status-section .post-comment .post-comment-container {
	padding: 7px 0;
}

.feed .post .post-comments-section .post-comment .post-comment-container {
	border-bottom: 1px solid #dddddd;	
}

.feed .post .post-comments-section .post-comment .post-comment-header,
.feed .post .post-status-section .post-comment .post-comment-header {
	display: inline-block;
	position: relative;
	top: 12px;
	left: 5px;
	line-height: 0;
}

.feed .post .post-comments-section .post-comment .post-comment-pic,
.feed .post .post-comments-section .post-new-comment .post-new-comment-pic,
.feed .post .post-status-section .post-comment .post-comment-pic {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 38px;
	width: 38px;
}
.feed .post .post-comments-section .post-comment .post-comment-user-name,
.feed .post .post-status-section .post-comment .post-comment-user-name {
	display: block;
	position: relative;
	top: -20px;
} 

.feed .post .post-comments-section .post-comment .post-comment-date-time,
.feed .post .post-status-section .post-comment .post-comment-date-time {
	font-family: 'latoregular';
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	cursor: default;
}

.feed .post .post-comments-section .post-comment .post-comment-description,
.feed .post .post-status-section .post-comment .post-comment-description {
	color: #000000;
	font-family: 'latoregular';
	font-size: 15px;
	margin: 5px 5px 0 5px;
	overflow: auto;
}

.feed .post .post-comments-section .post-new-comment {
	margin: 0 44px;
	padding: 7px 0;
}

.feed .post .post-comments-section .post-new-comment .post-new-comment-pic {
	vertical-align: top;
}

.feed .post .post-comments-section .post-new-comment .post-new-comment-input {
    resize: none;
	display: inline-block;
	margin-top: auto;
	margin-bottom: auto;
	height: 34px;
	width: 453px;
	margin-top: 3px;
	margin-left: 5px;
	padding: 6px 10px;
	color: #909090;
	font-family: 'latobold';
	font-size: 14px;
}

.post-share {
	overflow: auto;
}

.post-share .modal-dialog .modal-content {
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}

.post-share .modal-dialog .modal-content .modal-header {
	border-bottom: none;
	padding: 10px 15px;
}

.post-share .modal-dialog .modal-content .modal-header .modal-title{
	font-family: 'omnesregular';
	font-size: 25px;
	color: #3b569d;
}

.post-share .modal-dialog .modal-content .modal-header .modal-close-btn {
	position: absolute;
	right: 12px;
	top: 15px;
	cursor: pointer;
}

.post-share .modal-dialog .modal-content .modal-body {
	padding: 0;
	width: 100%;
}

.post-share .modal-dialog .modal-content .modal-body ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
}

.post-share .modal-dialog .modal-content .modal-body ul li {
	display:table-cell;
    border-right:none;
	height: 259px;
	width: 25%;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	padding-top: 25px;
	
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2s;
	-o-transition: width 0.2s;
	transition: width 0.2s;
}

.post-share .modal-dialog .modal-content .modal-body ul li:hover {
	width: 30%;
}

.post-share .modal-dialog .modal-content .modal-body ul li.twitter {
	background-color: #28aae1;
}

.post-share .modal-dialog .modal-content .modal-body ul li.linkedin {
	background-color: #007bb6;
}

.post-share .modal-dialog .modal-content .modal-body ul li.facebook {
	background-color: #3b569d;
}

.post-share .modal-dialog .modal-content .modal-body ul li.google-plus {
	background-color: #d64136;
}

.post-share .modal-dialog .modal-content .modal-body ul li .logo {
	margin-top: 10px;
	height: 30px;
}

.post-share .modal-dialog .modal-content .modal-body ul li .logo img {
	display:block;
	margin:auto;
}

.publish-modal,
.publish-post-modal,
.publish-project-modal,
.anonymous-modal {
	overflow: hidden;
}

.anonymous-modal .modal-dialog {
	width: 490px;
	height: 400px;
}

.anonymous-modal .modal-content {
	height: 100%;
}

.anonymous-modal .modal-dialog .modal-title {
    text-align: center;
    font-size: 33px;
    line-height: 40px;
    position: relative;
    top: 43px;
}

.anonymous-modal .modal-body {
	text-align: center;
}

.anonymous-modal .modal-body .bt-facebook img {
	position: relative;
	top: 70px;
}

.anonymous-modal .bt-login-email{
    width: 409px;
    height: 68px;
    border-radius: 34px;
    background: #ececec;
    color: #333;
    display: inline-block;
    margin: 100px 0 0 0px;
    line-height: 68px;
    font-size: 25px;
    cursor: pointer
}
.anonymous-modal .bt-login-email:hover{
	text-decoration: none;
}

.anonymous-modal .email span:first-child{
	font-size: 18px;
	display: block;
	padding: 0 0 10px
}
.anonymous-modal .email span.invalid-email-msg{
	font-size: 14px;
	color: red;
}
.anonymous-modal .email{
	margin:50px 0 0 0;
}
.anonymous-modal .email input[type=email]{
    width: 380px;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 25px;
    border: 1px solid #ccc;
    margin: 10px 0 20px 0;
}

.anonymous-modal .email .continue-btn{
    font-size: 16px;
    color: #fff;
    background: #5fb582;
    border-radius: 20px;
    padding: 10px 30px;
    cursor: pointer;
}

.publish-modal .modal-dialog .modal-content {
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}

.publish-modal .modal-dialog .modal-content .modal-header {
	border-bottom: none;
	padding: 0 15px 5px 0;
	text-align: center;
	color: #ff6600;
	font-family: 'latoregular';
	font-size: 18px;
}

.publish-modal .modal-dialog .modal-content .modal-header .modal-title{
	font-family: 'omnesregular';
	font-size: 42px;
	color: #ff6600;
}

.publish-modal .modal-dialog .modal-content .modal-header .modal-close-btn {
	position: absolute;
	right: 12px;
	top: 15px;
	cursor: pointer;
}

.publish-modal .modal-dialog .modal-content .modal-body {
	padding: 0;
	width: 100%;
}

.publish-modal .modal-dialog .modal-content .modal-body ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
}

.publish-modal .modal-dialog .modal-content .modal-body ul li {
	display:table-cell;
    border-right:none;
	width: 25%;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	padding-bottom: 100px;
	position: relative;
	
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2s;
	-o-transition: width 0.2s;
	transition: width 0.2s;
}

.publish-modal .modal-dialog .modal-content .modal-body ul li:hover {
	width: 30%;
}

.publish-modal .modal-dialog .modal-content .modal-body ul li.event {
	background-color: #5bd999;
}

.publish-modal .modal-dialog .modal-content .modal-body ul li.project {
	background-color: #00c0e4;
}

.publish-modal .modal-dialog .modal-content .modal-body ul li.evaluation {
	background-color: #cb70d7;
}

.publish-modal .modal-dialog .modal-content .modal-body ul li img {
	margin-top: 100px;
}

.publish-modal .modal-dialog .modal-content .modal-body ul li p {
	margin-top: 20px;
	font-family: 'latobold';
	font-size: 18px;
}

.publish-modal .modal-dialog .modal-content .modal-body ul li div {
	margin: 12px auto 0 auto;
	font-family: 'latobold';
	color: #FFFFFF;
	font-size: 14px;
	width: 150px;
}

/*
	PUBLISH EVENT MODAL
*/
.publish-post-modal .modal-dialog .modal-content {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.publish-post-modal .modal-dialog .modal-content .modal-header {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-bottom: none;
	padding: 0;
	color: #FFFFFF;
}

.publish-post-modal.event .modal-dialog .modal-content .modal-header {
	background-color: #5bd999;
}

.publish-post-modal.project .modal-dialog .modal-content .modal-header {
	background-color: #00c0e4;
}

.publish-post-modal .modal-dialog .modal-content .modal-header.completed {
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}

.publish-post-modal .modal-dialog .modal-content .modal-header .modal-title {
	margin-left: 12px;
	font-family: 'omnesregular';
	font-size: 42px;
	color: #FFFFFF;
}

.publish-post-modal .modal-dialog .modal-content .modal-header .modal-sub-title.completed {
	padding: 0 0 7px 12px;
}

.publish-post-modal .modal-dialog .modal-content .modal-header .modal-close-btn {
	position: absolute;
	right: 12px;
	top: 15px;
	cursor: pointer;
}

.publish-post-modal .modal-dialog .modal-content .modal-header ul {
	display: table;
	table-layout: fixed;	
	width: 100%;
	margin: 0;
	font-family: 'omnesregular';
	font-size: 18px;
}

.publish-post-modal.event .modal-dialog .modal-content .modal-header ul {
	background-color: #b2fed8;
	color: #5bd999;
}

.publish-post-modal.project .modal-dialog .modal-content .modal-header ul {
	background-color: #6ce2f8;
	color: #00c0e4;
}

.publish-post-modal .modal-dialog .modal-content .modal-header ul li {
	display:table-cell;
    border-right:none;
	width: 25%;
	text-align: left;
	padding-left: 10px;
	color: #FFFFFF;
	position: relative;

	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.publish-post-modal.event .modal-dialog .modal-content .modal-header ul li {
	background-color: #b2fed8;
	color: #5bd999;
}

.publish-post-modal.project .modal-dialog .modal-content .modal-header ul li {
	background-color: #6ce2f8;
	color: #00c0e4;
}

.publish-post-modal .modal-dialog .modal-content .modal-header ul li.active {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.publish-post-modal.event .modal-dialog .modal-content .modal-header ul li.active {
	background-color: #5bd999;
	color: #FFFFFF;
}

.publish-post-modal.project .modal-dialog .modal-content .modal-header ul li.active {
	background-color: #00c0e4;
	color: #FFFFFF;
}

.publish-post-modal .modal-dialog .modal-content .modal-body {
	padding: 10px 20px;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.edit-post {
	padding-left: 15px;
	padding-right: 15px;
}

.edit-post .space {
	margin-top: 25px;
}

.publish-post-modal .modal-dialog .modal-content .modal-body p.sub-title,
.edit-post p.sub-title {
	font-family: 'latobold';
	font-size: 18px;
	color: #495563;
	margin: 5px 0 0;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .sub-title-text,
.edit-post .sub-title-text {
	font-family: 'latoregular';
	font-size: 14px;
	color: #495563;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .accordion-container,
.publish-post-modal.project .modal-dialog .modal-content .category-tag,
.edit-post .accordion-container {
	height: 300px;
    overflow: hidden;
    position: relative;	
}

.publish-post-modal .modal-dialog .modal-content .panel-group,
.edit-post .panel-group {
	position: relative;
	overflow: auto;
	width: 100%;
	margin-bottom: 0;
}

.publish-post-modal .modal-dialog .modal-content .panel-group .panel,
.edit-post .panel-group .panel {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;]
	border-radius: 10px;
}

.publish-post-modal .modal-dialog .modal-content .panel-heading,
.edit-post .panel-heading {
	background-color: #FFF;
	border-color: #ddd;
	border-bottom-style: none;
	padding: 5px;
}

.publish-post-modal .modal-dialog .modal-content .panel-title a,
.edit-post .panel-title a {
	cursor: pointer;
	text-decoration: none;
}

.publish-post-modal .modal-dialog .modal-content .panel-title a i,
.edit-post .panel-title a i {
	font-size: 15px;
}

.publish-post-modal .modal-dialog .modal-content .panel-title a img,
.publish-post-modal .modal-dialog .modal-content .category-tag img,
.edit-post .panel-title a img {
	width: 15px;
}

.publish-post-modal .modal-dialog .modal-content .panel-title a span,
.edit-post .panel-title a span {
	font-family: 'latobold';
	font-size: 15px;
	color: #495563;
	margin-left: 5px;
}

.publish-post-modal .modal-dialog .modal-content .panel-title a span:hover,
.edit-post .panel-title a span:hover {
	text-decoration: underline;
}

.publish-post-modal .modal-dialog .modal-content .panel-body,
.edit-post .panel-body {
	padding: 5px;
	border-top-style: none;
}

.publish-post-modal .modal-dialog .modal-content .search-input-group,
.edit-post .search-input-group {
    color: #a7a7a7;
    position: relative;
}

.publish-post-modal .modal-dialog .modal-content .search-input-group i,
.edit-post .search-input-group i {
	font-size: 15px;
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.publish-post-modal .modal-dialog .modal-content .search-input-group .search-input,
.edit-post .search-input-group .search-input {
	border: 2px solid #D5D5D5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;]
	border-radius: 10px;
	margin-bottom: 5px;
    padding-left: 30px;
}

.publish-post-modal .modal-dialog .modal-content .category-tag,
.edit-post .category-tag {
	width: 100%;
}

.publish-post-modal .modal-dialog .modal-content .panel-body .category-tag a,
.edit-post .category-tag a {
	background-color: #F7F7F7;
	display: block;
	float: left;
	cursor: pointer;
	color: #485463;
	font-family: 'latoregular';
	font-size: 12px;
	text-decoration: none;
	padding: 10px 20px;
	background: #F7F7F7;
	margin: 1px;
	width: 160px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
.publish-post-modal .modal-dialog .modal-content .panel-body .category-tag a.check,
.edit-post .category-tag a.check {
	color: #fff;
	background-color: #CB70D7;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .category-tag .btn,
.edit-post .category-tag .btn {
	font-family: 'latoregular';
	font-size: 14px;
	color: #495563;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;]
	border-radius: 10px;
	background: none;
	border: none;
	-webkit-box-shadow: none !important; 
	box-shadow: none !important; 
	width: 100%;
	white-space: normal;
	text-align: left;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .category-tag .btn span {
	margin-left: 5px;
}

.publish-post-modal.event .modal-dialog .modal-content .modal-body .category-tag .btn.active,
.publish-post-modal.event .modal-dialog .modal-content .modal-body .category-tag .btn.active:hover,
.edit-post.event .category-tag .btn.active,
.edit-post.event .category-tag .btn.active:hover {
	background-color: #5bd999;
	color: #FFFFFF;
}

.publish-post-modal.project .modal-dialog .modal-content .modal-body .category-tag .btn.active,
.publish-post-modal.project .modal-dialog .modal-content .modal-body .category-tag .btn.active:hover,
.edit-post.project .category-tag .btn.active,
.edit-post.project .category-tag .btn.active:hover {
	background-color: #00c0e4;
	color: #FFFFFF;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .category-tag .btn:hover,
.edit-post .category-tag .btn:hover {
	/*font-size: 15px;*/
	background-color: #ededed;
    -moz-transform: scale(1.01); 
    -webkit-transform: scale(1.01); 
}

.input-pic-crop {
	display: inline-block;
	height: 200px;
	width: 200px;
	background-color: #ededed;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;]
	border-radius: 10px;
	border: 1px solid #dadada;
	margin-top: 7px; 
	margin-bottom: 13px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
.user-avatar.input-pic-crop{
    border-radius: 50%;
    width: 225px;
    height: 225px;
    position: absolute;
    top: 27px;
    bottom: 0;
    left: 20px;
    z-index: 5;
}

.profile-header .input-pic-control{
	float: right;
    width: 330px;
    margin: 180px 0 0 0;
    text-align: center;
}
.profile-header .btn{
	background-color: #00c0e4;
	color: #FFF;
	margin: 0 0 0 10px;
}
.btn.add-new{
	float: right;
	margin: 180px 160px 0 20px;
}
.input-pic-crop .glyphicon-camera {
	font-size: 80px;
	text-align: center;
	display: block;
	color: #495563;
	top: 50%;
	margin-top: -50px;
}

.input-pic-crop div {
	font-family: 'latoregular';
	font-size: 17px;
	color: #495563;
	top: 50%;
	position: relative;
	text-align: center;
}

.input-pic-crop i {
	display: block;
	width: 100%;
	height: 100%;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .input-pic-crop i img.pan,
.edit-post .input-pic-crop i img.pan {
	cursor: url('/img/cursor-pan.png'), move !important;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .input-pic-crop .btn,
.publish-post-modal .modal-dialog .modal-content .modal-body .input-pic-crop .btn:hover,
.publish-post-modal .modal-dialog .modal-content .modal-body .input-pic-crop .btn:focus,
.edit-post .input-pic-crop .btn,
.edit-post .input-pic-crop .btn:hover,
.edit-post .input-pic-crop .btn:focus {
	background-color: #ededed; 
	font-family: 'omnesregular';
	font-size: 14px;
	color: #495563;
	outline: none;
	position: absolute;
	bottom: 10px;
	left: 35px;
	z-index: 1;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .input-pic-control,
.edit-post .input-pic-control {
	top: -85px;
	position: relative;
	padding: 0 10px;
	display: inline-block;
	width: 320px;
}

.picture-area {
	height: 210px;
}

.picture-area .slider {
	height: 190px;
	width: 20px;
	top: -110px;
	margin-left: 10px;
}

.picture-area.invalid .user-avatar{
    border: 2px solid red;
} 
.picture-area.invalid .input-pic-crop div{
	color: red
}

.publish-post-modal .modal-dialog .modal-content .modal-body .picture-area .slider .slider-track,
.edit-post .picture-area .slider .slider-track {
	background-color: #aeaeae;
	background-image: none;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .picture-area .slider .slider-selection,
.edit-post .picture-area .slider .slider-selection {
	background-color: #aeaeae;
	background-image: none;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .picture-area .slider .slider-handle,
.edit-post .picture-area .slider .slider-handle {
	height: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;]
	border-radius: 5px;
	background-color: #00c0e4;
	background-image: none;
	outline: none;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .input-pic-control .sub-title-text,
.edit-post .input-pic-control .sub-title-text {
	text-align: center;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .input-pic-control .btn,
.publish-post-modal .modal-dialog .modal-content .modal-body .input-pic-control .btn:hover,
.publish-post-modal .modal-dialog .modal-content .modal-body .input-pic-control .btn:focus,
.edit-post .input-pic-control .btn,
.edit-post .input-pic-control .btn:hover,
.edit-post .input-pic-control .btn:focus {
	background-color: #00c0e4; 
	font-family: 'omnesregular';
	font-size: 14px;
	color: #FFF;
	outline: none;
}

.publish-post-modal .modal-dialog .modal-content .modal-body textarea,
.edit-post textarea {
	height: 90px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.pac-container {
	z-index: 1051 !important;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .address-search-input,
.edit-post .address-search-input{
    margin-top: 6px;
    border: 1px solid transparent;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 28px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);

    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 400px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    text-overflow: ellipsis;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .address-search-input:focus,
.edit-post .address-search-input:focus {
	border-color: #4d90fe;
	margin-left: -1px;
	padding-left: 14px;
	width: 401px;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .angular-google-map-container,
.edit-post .angular-google-map-container {
	height: 350px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #dadada;
	margin-bottom: 10px;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .angular-google-map-container .info-window-address,
.edit-post .angular-google-map-container .info-window-address {
	font-family: 'latobold';
	font-size: 13px;
	color: #495563;
	text-align: center;
	margin-bottom: 0;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .angular-google-map-container .info-window-extra,
.edit-post .angular-google-map-container .info-window-extra {
	font-family: 'latoregular';
	font-size: 13px;
	color: #495563;
	text-align: center;
	margin-bottom: 0;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .loading {
	text-align: center;
	margin: 20px;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .publish-result {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 55%;
}
.publish-post-modal .modal-dialog .modal-content .modal-body .publish-result .publish-result-link {
	font-family: 'latoregular';
	color: #7e859b;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .publish-result .publish-result-share {
	margin-top: 60px;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .publish-result .publish-result-share .publish-result-share-list {
	margin-top: 15px;
	text-align: center;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .publish-result .publish-result-share .publish-result-share-list li {
	display: inline;
	margin: 0 3px;
	cursor: pointer;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .modal-toolbar {
	margin-top: 20px;
}

.edit-post .toolbar {
	margin: 25px 0;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .modal-toolbar .btn,
.publish-post-modal .modal-dialog .modal-content .modal-body .modal-toolbar .btn:hover,
.publish-post-modal .modal-dialog .modal-content .modal-body .modal-toolbar .btn:focus,
.edit-post .toolbar .btn,
.edit-post .toolbar .btn:hover,
.edit-post .toolbar .btn:focus,
.solve-modal .modal-dialog .modal-content .modal-body .modal-toolbar .btn,
.solve-modal .modal-dialog .modal-content .modal-body .modal-toolbar .btn:hover,
.solve-modal .modal-dialog .modal-content .modal-body .modal-toolbar .btn:focus {
	background-color: #00c0e4; 
	font-family: 'omnesregular';
	font-size: 16px;
	color: #FFF;
	outline: none;
	min-width: 135px;
}

.solve-modal .modal-dialog .modal-content .modal-body .modal-toolbar .solve-btn {
	float: right;
}

.edit-post .toolbar .btn,
.edit-post .toolbar .btn:hover,
.edit-post .toolbar .btn:focus {
	font-size: 20px;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .modal-toolbar .next-step-btn {
	float: right;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .modal-toolbar .done-btn,
.publish-post-modal .modal-dialog .modal-content .modal-body .modal-toolbar .done-btn:hover,
.publish-post-modal .modal-dialog .modal-content .modal-body .modal-toolbar .done-btn:focus {
	background-color: #ff6600; 
	float: right;
}

.edit-post .toolbar .done-btn,
.edit-post .toolbar .done-btn:hover,
.edit-post .toolbar .done-btn:focus {
	float: right;
}

.publish-post-modal .modal-dialog .modal-content .modal-body .modal-toolbar .thank-you-btn,
.publish-post-modal .modal-dialog .modal-content .modal-body .modal-toolbar .thank-you-btn:hover,
.publish-post-modal .modal-dialog .modal-content .modal-body .modal-toolbar .thank-you-btn:focus {
	float: right;
}

.publish-post-modal.event .modal-dialog .modal-content .modal-body .modal-toolbar .thank-you-btn,
.publish-post-modal.event .modal-dialog .modal-content .modal-body .modal-toolbar .thank-you-btn:hover,
.publish-post-modal.event .modal-dialog .modal-content .modal-body .modal-toolbar .thank-you-btn:focus {
	background-color: #5bd999; 
}

.publish-post-modal.project .modal-dialog .modal-content .modal-body .modal-toolbar .thank-you-btn,
.publish-post-modal.project .modal-dialog .modal-content .modal-body .modal-toolbar .thank-you-btn:hover,
.publish-post-modal.project .modal-dialog .modal-content .modal-body .modal-toolbar .thank-you-btn:focus {
	background-color: #00c0e4; 
}

.pending-modal .modal-body .form-toolbar .btn{
	background-color: #00c0e4;
	color: #FFF;
	font-family: 'omnesregular';
	font-size: 20px;
	float: right;
}

.solve-modal .modal-body textarea.form-control {
	margin-bottom: 15px;
	min-height: 100px;
}


.solve-modal .modal-dialog .modal-content {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.solve-modal .modal-dialog .modal-content .modal-header {
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	border-bottom: none;
	padding: 0;
	color: #FFFFFF;
	background-color: #5bd999;
}

.solve-modal .modal-dialog .modal-content .modal-header .modal-title {
	margin-left: 12px;
	font-family: 'omnesregular';
	font-size: 42px;
	color: #FFFFFF;
}

.solve-modal .modal-dialog .modal-content .modal-body {
	padding: 10px 20px;
}

.post-summary {
	display: inline-block;
	width: 44%;
}

.post-summary .post-pic-crop {
	height: 240px;
	width: 240px;
	overflow: hidden; 
	position: relative;
	margin-top: 15px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #cdcdcd;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post-summary .post-pic-crop img {
	position: relative;
}

.post-summary .post-info {
	margin-top: 10px;
	height: 34px;
}

.post-summary .post-info .post-type-pic {
	position: relative;
	width: 21px;
	height: 29px;
}

.post-summary .post-info .post-type-pic img {
	width: 100%;
	position: absolute; 
	top: 0; 
	bottom: 0; 
	margin: auto; 
}

.post-summary .post-info span {
	display: block;
	vertical-align: bottom;
	position: relative;
	top: -31px;
	left: 30px;
}

.post-summary .post-info .post-type {
	font-family: 'latobold';
	font-size: 13px;
}

.post-summary .post-info .post-type.event {
	color: #2cb972;
}

.post-summary .post-info .post-type.project {
	color: #00c0e4;
}

.post-summary .post-info .post-type.evaluation {
	color: #cb70d7;
}

.post-summary .post-info .post-address > img {
	margin-right: 5px;
	width: 9px;
	height: 12px;
}

.post-summary .post-info .post-address {
	color: #485564;
	font-family: 'latoregular';
	font-size: 11px;
	width: 215px;
}

.post-summary .post-description {
	color: #000000;
	font-family: 'latoregular';
	font-size: 12px;
	margin-top: 10px;
}

.post-supporters-list .modal-dialog {
	width: 450px;
}
	
.post-supporters-list .modal-dialog .modal-content .modal-header {
	padding: 10px 15px;
}

.post-supporters-list .modal-dialog .modal-content .modal-header .modal-title {
	font-family: 'omnesregular';
	font-weight: bold;
	font-size: 20px;
	color: #485564;
}

.post-supporters-list .modal-dialog .modal-content .modal-header .modal-close-btn {
	position: absolute;
	right: 12px;
	top: 15px;
	cursor: pointer;
}

.post-supporters-list .modal-dialog .modal-content .modal-body {
	padding: 0;
	max-height: 300px;
	position: relative;
	overflow: hidden;
}

.post-supporters-list .modal-dialog .modal-content .modal-body ul {
	margin-bottom: 0;
}

.user-badge {
	height: 59px;
	padding: 10px;
	margin: 0 10px;
	border-bottom: 1px solid #dddddd;
}

.user-badge .user-badge-pic {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 38px;
	width: 38px;
}

.user-badge .user-badge-header {
	display: inline-block;
	position: relative;
	top: 12px;
	left: 5px;
	line-height: 0;
}

.user-badge .user-badge-header .user-badge-name {
	display: block;
	position: relative;
	top: -20px;
}

.user-badge .user-badge-header .user-badge-city a {
	font-family: 'latoregular';
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}

.user-name, .user-name:hover {
	font-family: 'latobold';
	font-size: 15px;
	color: #485461;
}
.user-name.user-admin {
	background-color: #d1d5e5;
}

ul.nav-tabs.nav-justified {
	width: auto;
	
}

.profile-tabs > ul.nav-tabs.nav-justified li, 
.profile-tabs > ul.nav-tabs.nav-justified li:hover,
.search-page-tabs > ul.nav-tabs.nav-justified li, 
.search-page-tabs > ul.nav-tabs.nav-justified li:hover {
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border-top: 5px solid rgba(0,0,0,0.4);
	background-color: #dedede;
	cursor: pointer;
	display: table-cell;
	width: 1%;
}

.profile-tabs > ul.nav-tabs.nav-justified li.active,
.profile-tabs > ul.nav-tabs.nav-justified li.active:hover,
.search-page-tabs > ul.nav-tabs.nav-justified li.active,
.search-page-tabs > ul.nav-tabs.nav-justified li.active:hover {
	border-top: 5px solid #00c0e4;
	background-color: #FFFFFF;
}

.profile-tabs > ul.nav-tabs.nav-justified li a,
.profile-tabs > ul.nav-tabs.nav-justified li a:hover,
.search-page-tabs > ul.nav-tabs.nav-justified li a,
.search-page-tabs > ul.nav-tabs.nav-justified li a:hover {
	font-family: 'latobold';
	font-size: 16px;
	color: #6b7a8c;
	text-decoration: none;
	border: none;
	padding: 5px 0;
}

.profile-tabs > ul.nav-tabs.nav-justified li.active a,
.profile-tabs > ul.nav-tabs.nav-justified li.active a:hover,
.search-page-tabs > ul.nav-tabs.nav-justified li.active a,
.search-page-tabs > ul.nav-tabs.nav-justified li.active a:hover {
	color: #495563;
}

.profile-tabs > ul.nav-tabs.nav-justified li a img {
	margin-right: 10px;
}
.profile-tabs > ul.nav-tabs.nav-justified li a img,
.profile-tabs > ul.nav-tabs.nav-justified li a span,
.search-page-tabs > ul.nav-tabs.nav-justified li a span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.profile-tabs > ul.nav-tabs.nav-justified li a span.glyphicon {
	height: 50%;
	margin-right: 10px;
}

.profile-summary-citizens {
	display: table;
	width: 548px;
	border-bottom: 1px solid #dedede;
	padding: 20px;
	margin: 0 20px;
	color: #495563;
}

.profile-summary-citizens > div {
	display: table-cell;
	width:50%;
	text-align: center;
	color: #495563;
}

.profile-summary-citizens .profile-summary-followers {
	border-left: 1px solid #dedede;
}

.profile-summary-citizens-number {
	font-size: 20px;
}

.profile-summary-citizens-label {
	font-size: 17px;
}

.profile-header {
	background-color: #000000;
	height: 280px;
	position: relative;
	vertical-align: middle;
}
.profile-header.register{
	background: url(/img/bg_register_header.jpg) bottom left no-repeat;
}
.profile-header .profile-pic {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 225px;
	width: 225px;
	position: absolute;
	top: 27px;
	bottom: 0;
	left: 20px;
	z-index: 5;
}

.profile-header.city .profile-pic {
	height: 150px;
	width: 150px;
	top: 110px;
}

.profile-header .profile-info {
	display: inline-block;
	text-align: left;
	font-family: 'omnesregular';
	color: #FFFFFF;
	position: absolute;
	left: 280px;
	top: 55px;
}

.profile-header.city .profile-info {
	left: 190px;
}

.profile-header .profile-info-city {
	top: 115px;
}

.profile-header .profile-info-entity {
	top: 25px;
	margin-right: 20px;
}

.profile-header .profile-follow-btn,
.profile-header .profile-follow-btn:hover,
.profile-header .profile-follow-btn:focus {
	position: absolute;
	top: 234px;
	right: 10px;
	background-color: #00c0e4; 
	font-family: 'omnesregular';
	font-size: 16px;
	color: #FFF;
	outline: none;
}

.profile-header .profile-follow-btn.active,
.profile-header .profile-follow-btn.active:hover,
.profile-header .profile-follow-btn.active:focus {
	background-color: #cacbcb;
	color: #495563;
	outline: none;
}

.profile-header .profile-not-partner-pic {
	padding: 20px;
	background-color: rgba(0,0,0,0.4);
    text-align: center;
	display: table;
}

.profile-header .profile-not-partner-pic span {
	font-family: 'omnesregular';
	color: #FFFFFF;
	font-size: 16px;
	display:table-cell;
	vertical-align:middle;
}

.profile-header .profile-not-partner-pic span a {
	font-family: 'omnesregular';
	color: #ff6600;
	text-decoration: none;
	cursor: pointer;
	display: block;
}
.profile-header .profile-not-partner-pic span a:hover {
	text-decoration: underline;
}

.profile-header .profile-city-partner {
	font-family: 'omnesregular';
	color: #FFFFFF;
	font-size: 13px;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 2;
}

.profile-header .profile-city-partner span {
	line-height: 30px;
	margin-right: 8px;
	vertical-align: top;
}

.profile-header .profile-city-partner img.partner {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.profile-header .profile-city-img,
.profile-header .profile-entity-img {
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.profile-header .profile-info .profile-name {
	font-size: 30px;
	padding-bottom: 7px;
	width: 290px;
	border-bottom: 1px solid #fff;
}

.profile-header.city .profile-info .profile-name {
	font-size: 35px;
	padding-bottom: 5px;
	width: 378px;
}

.profile-header.city .profile-state-entities {
	padding: 14px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.profile-header.city .profile-city-entities {
	padding: 20px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.profile-header.city .profile-state-entities .entity-pic,
.profile-header.city .profile-city-entities .entity-pic {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 63px;
	width: 63px;
	float: right;
	margin-left: 17px;
	margin-bottom: 12px;
}

.profile-header .profile-info .profile-name a,
.profile-header .profile-info .profile-name a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.profile-header .profile-info .profile-city {
	padding-top: 7px;
	text-decoration: none;
}

.profile-header .profile-info .profile-city a,
.profile-header .profile-info .profile-city a:hover {
	font-family: 'omnesregular';
	color: #FFFFFF;
	font-size: 22px;
	text-decoration: none;
}

.profile-header .profile-info .profile-count {
	padding-top: 10px;
	font-size: 16px;
}

.profile-header .profile-info .profile-description {
	padding-top: 5px;
	font-size: 12px;
}

.profile-map {
	background-color: #ffffff;
}

.profile-map .profile-map-filter {
	padding: 15px;
	margin-bottom: 0;
}

.profile-map .profile-map-filter label,
.profile-stats label {
	font-family: 'latobold';
	font-size: 15px;
	color: #495563;
	font-weight: normal;
	margin-right: 10px;
}

.profile-map .angular-google-map {
	position: relative;
	top: -15px;
	padding: 15px;
}

.profile-map .angular-google-map-container {
	height: 410px;
}

.profile-map .profile-map-stats {
	position: relative;
	top: -25px;
}

.profile-map .profile-map-stats ul {
	padding: 0 15px 15px 15px;
	text-align: justify;
}

.profile-map .profile-map-stats ul li {
	font-family: 'latoregular';
	font-size: 15px;
	color: #495563;
	display: inline-block;
	width: 32%;
	text-align: center;
}

.infowindow {cursor: pointer;min-height: 75px;min-width: 150px;}
.infowindow h4, .infowindow p {margin:0;}
.infowindow p img {width:12px;}
.infowindow-image {width: 50px; float: left; margin-right: 5px;}

.profile-stats {
	
	background-color: #ffffff;
}

.profile-stats .stats-filter {
	padding: 15px;
	margin-bottom: 0;
}

.profile-stats .stats-charts {
	padding: 0 15px 15px 15px;
}

.profile-stats .stats-charts .stats-charts-category,
.profile-stats .stats-charts .stats-pie-charts {
	width: 100%;
}

.profile-stats .stats-charts .stats-charts-category .chart-category {
	font-family: 'latoregular';
	font-size: 13px;
	color: #949494;
	width: 100%;
}

.profile-stats .stats-charts .stats-charts-category .chart-category .even .category-name,
.profile-stats .stats-charts .stats-charts-category .chart-category .even .category-percentage {
	background-color: #ececec;
}

.profile-stats .stats-charts .stats-charts-category .chart-category .odd .category-name,
.profile-stats .stats-charts .stats-charts-category .chart-category .odd .category-percentage {
	background-color: #f4f4f4;
}

.profile-stats .stats-charts .stats-charts-category .chart-category .category-percentage {
	padding-right: 2px;
	color: #32a66c;
	text-align: right;
    white-space:nowrap;
	width: 1%;
}

.profile-stats .stats-charts .stats-charts-category .chart-category .category-name {
	padding-right: 40px;
    white-space:nowrap;
	width: 1%;
}

.profile-stats .stats-charts .stats-charts-category .category-bar-td {
	position: relative;
}

.profile-stats .stats-charts .stats-charts-category .category-bar-td .category-bar {
	height: 100%;
	position: absolute;
	top: 0;
	
	-webkit-transition: width 0.4s;
	-moz-transition: width 0.4s;
	-o-transition: width 0.4s;
	transition: width 0.4s;
}

.profile-stats .stats-charts .stats-charts-category .even .category-bar-td .category-bar {
	background-color: #5bd999;
}

.profile-stats .stats-charts .stats-charts-category .odd .category-bar-td .category-bar {
	background-color: #80f4b9;
}

.profile-stats .stats-charts .stats-pie-charts > div {
	width: 49%;
	display: inline-block;
}

.profile-form,
.contact-form {
	background-color: #FFFFFF;
	position: relative;
	padding: 15px;
}
.profile-form div:first-child label,
.contact-form div:first-child label {
	font-size: 17px;
}

.profile-form div label 
.contact-form div label {
	font-family: 'latobold';
	font-size: 15px;
	color: #495563;
	font-weight: normal;
}

.profile-form div.checkbox label {
	font-family: 'latoregular';
}

.profile-form .help-block {
	font-family: 'latoregular';
	font-size: 14px;
	color: #999999;
}

.profile-form .form-birth-date input {
	display: inline-block;
	width: auto;
}

.profile-form .form-birth-date label[for="birth"] {
	display: block;
}

.profile-form .profile-form-toolbar,
.contact-form .contact-form-toolbar {
	margin-top: 25px;
}

a.btn.more-posts,
.profile-form .profile-form-toolbar .btn,
.contact-form .contact-form-toolbar .btn,
.contact-form .contact-form-toolbar .btn:hover,
.contact-form .contact-form-toolbar .btn:focus,
.activation-modal .btn,
.activation-modal .btn:hover,
.activation-modal .btn:focus,
.contact-modal .btn,
.contact-modal .btn:hover,
.contact-modal .btn:focus {
	background-color: #00c0e4;
	color: #FFF;
	font-family: 'omnesregular';
	font-size: 20px;
	outline: none;
}
a.more-posts{
	display: inline-block;
}
div.more-posts{
	padding: 30px 0;
	text-align: center;
}
.profile-form .profile-form-toolbar .profile-form-save {
	float: right;
}

.contact-form .contact-form-toolbar {
	text-align: center;
}

.profile-form .error2,
.profile-form .error {
	font-family: 'latoregular';
	font-size: 14px;
	color: #a94442;
}

.profile-friends .friend-item {
	position: relative;
}

.profile-friends .friend-item .btn,
.profile-friends .friend-item .btn:hover,
.profile-friends .friend-item .btn:focus {
	background-color: #00c0e4;
	color: #FFF;
	font-family: 'omnesregular';
	position: absolute;
	top: 12px;
	outline: none;
}

.profile-friends .friend-item .friendship-deny-btn {
	right: 100px;
}

.profile-friends .friend-item .friendship-btn {
	right: 20px;
}

.terms {
	padding: 15px;
}

.text404 {
	font-size: 20px;
	display: block;
	text-align: center;
	margin-top: 15px;
}

.image404 {
	display: block;
	margin: auto;
}

.activation-modal > div,
.contact-modal > div {padding:10px;-moz-border-radius: 20px;-webkit-border-radius: 20px;border-radius: 20px;}
.activation-modal .modal-header,
.contact-modal .modal-header {
	font-family: 'omnesregular';
	font-size: 23px;
	color: #FFFFFF;
	background-color: #5bd999;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;}
.activation-modal .modal-body,
.contact-modal .modal-body {padding: 15px;font-size:17px;}
.activation-modal .email-form {display: table;width: 100%;}
.activation-modal .email-form span {display: table-cell;width: 70%;}
.activation-modal .email-form span input {height:42px;width: 100%;font-size: 17px;}
.activation-modal .email-form .btn {margin-left: 10px;}
.activation-modal .loading,
.contact-modal .loading {width:100%;text-align: center;}

#missing-fields{
	margin:20px 0 10px 0;
}

.register .mobile {
	font-size: 24px;
}

.register .mobile .profile-header {
	display: none;
}

.register .mobile .profile-form {
	padding: 15px 25px;
}

.register .mobile .profile-form div:first-child label {
	font-size: 27px;
}

.register .mobile .profile-form .help-block {
	font-size: 24px;
}

.register .mobile .profile-form .form-control {
	margin-bottom:25px;
	font-size: 24px;
	line-height: 24px;
	height: 50px;
}

.register .mobile .profile-form .profile-form-toolbar .btn {
	font-size: 27px;
}