/*
	MAIN
================================================== */

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	/*box-shadow: 0 3px 3px #d7d7d7;*/
}

.headerPadding {
	padding-top: 125px;
}

.headerPaddingNoTabs {
	padding-top: 100px;
}

header nav div.item {
	float: left;
	margin-left: 10px;
}

div.contentAndHeader {
	background-color: #f5f5f5;
	min-height: 100%;
	margin-bottom: -235px;
}

footer {
	position: relative;
	height: 275px;
	/*padding-top: 20px;*/
	padding-bottom: 20px;
	background-color: #ebebeb;
}

/*footer div.topShadow {*/
	/*position: absolute;*/
	/*left: 0;*/
	/*right: 0;*/
	/*top: -3px;*/
	/*height: 3px;*/
	/*box-shadow: 0 3px 3px #c2c2c2;*/
/*}*/

footer div.separator {
	margin-top: 14px;
	margin-bottom: 14px;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #ffffff;
}

footer nav > div.item {
	float: left;
	margin-right: 10px;
}

div.push {
	height: 275px;
}

/*
	BLOCKS
================================================== */

.greyBlock {
	display: block;
	padding: 14px;
	border: 1px solid #d7d7d7;
	background-color: #f5f5f5;
	/*box-shadow: 1px 1px 1px #d7d7d7;*/
}

.greyBlock.shifted {
	margin-left: 3px;
	margin-right: 3px;
	border-top: none;
}

.yellowBlock {
	display: block;
	padding: 14px;
	border: 1px solid rgb(220, 220, 140);
	background-color: rgb(255, 255, 175);
	box-shadow: 1px 1px 1px rgb(220, 220, 140);
}

.orangeBlock {
	padding: 14px;
}

.whiteBlock {
	padding: 14px;
}

.greyBlock div.separator,
.whiteBlock div.separator {
	position: relative;
	margin-right: -14px;
	margin-left: -14px;
	margin-top: 15px;
	margin-bottom: 15px;

	background-color: #d7d7d7;
	height: 1px;
}

.greyBlock.bigPadding div.separator,
.whiteBlock.bigPadding div.separator {
	margin-right: -29px;
	margin-left: -29px;
}

.greyBlock div.separator_cut,
.whiteBlock div.separator_cut {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;

	background-color: #d7d7d7;
	height: 1px;
}

.whiteBlock div.separator div.text {
	position: absolute;
	left: 50%;
	background-color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: #d7d7d7;
}

/*
	TABS
================================================== */
div.innerGreyBorder {
	border-bottom: 5px solid rgba(215, 215, 215, 1);
}

div.tabs {
	border-bottom: 5px solid rgba(215, 215, 215, 1);
}

div.tabs.borderTransparent {
	border-bottom: 5px solid transparent;
}

div.tabs.marginBottomMinus5px, div.tabs a.marginBottomMinus5px, div.tabs > .item.marginBottomMinus5px {
	margin-bottom: -5px;
}

/*div.whiteBlock div.tabs {*/
/*margin-left: -14px;*/
/*}*/

div.tabs > .item {
	padding: 5px 10px 0;
	float: left;
	height: 40px;
	margin-bottom: -5px;
	line-height: 40px;
	border-bottom: 5px solid transparent;
}

div.tabs > .item > a {
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
}

div.tabs > .item.noHover {
	border: none !important;
	padding-left: 0;
	padding-right: 0;
}

div.tabs > .item:hover {
	text-decoration: none;
	border-bottom-color: #a40d14;
}

div.tabs > .item.active,
div.tabs > .item:active {
	border-bottom-color: #a40d14;
}

div.tabs > div.separator {
	float: left;
	width: 1px;
	height: 30px;
	margin-top: 10px;
	background-color: #d7d7d7;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
}

/*
	OF SELECT
================================================== */

.jsOfSelect .jsOfSelect-fakeSelectWrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
}

.jsOfSelect .jsOfSelect-fakeSelectWrapper .jsOfSelect-fakeSelect {
	opacity: 0;
	height: 30px;
	line-height: 30px;
	width: 100%;
}

.jsOfSelect .jsOfSelect-trigger,
.jsOfSelect .jsOfSelect-itemLink,
.jsOfSelect .jsOfSelect-itemButton,
.jsOfSelect .jsOfSelect-current {
	white-space: nowrap;
}

.jsOfSelect .jsOfSelect-trigger:hover {
	text-decoration: none;
}

.jsOfSelect div.dropdown {
	top: 100%;
	right: 0;
	display: none;
	position: absolute;
	background: #ffffff;
	text-align: left;
	white-space: nowrap;
	padding: 0;
}

.jsOfSelect div.dropdown > div {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	cursor: pointer;
	text-align: left;
}

.jsOfSelect div.dropdown > div:hover {
	background-color: #d7d7d7;
}

.jsOfSelect div.dropdown > div > a {
	display: block;
	text-decoration: none !important;
}

.jsOfSelect.active div.dropdown {
	display: block;
	z-index: 500;
}

.jsOfSelect div.dropdown > div.separator_cut {
	height: 1px;
}

/*
	CONTENT LAYOUT (main website layout)
================================================== */

div.contentLayout {
}

div.contentLayout > div.left {
	float: left;
	width: 25%;
}

div.contentLayout > div.left > div.wrapper {
	padding-right: 20px;
}

div.contentLayout > div.right {
	float: left;
	width: 75%;
}

/*
	BREADCRUMBS
================================================== */

div.breadcrumbs {
}

div.breadcrumbs > div.item {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}


div.breadcrumbs > div.item > a {
	display: block;
}

div.breadcrumbs > div.item > a > img {
	display: block;
	width: 20px;
	padding-top: 6px;
}

div.breadcrumbs > div.item.active a {
	color: #a40d14;
}

div.breadcrumbs > div.item div.yellowBlock {
	padding: 9px;
	white-space: nowrap;
	width: auto;
	font-weight: bold;
}

/*
	Static map
================================================== */

div.staticMap {
	display: block;
	position: relative;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

div.staticMap a.cluster {
	opacity: 0.80;
	filter: alpha(opacity=80);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

div.staticMap a.cluster:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}

div.staticMap a.cluster.size53 {
	background: transparent url("/images/map-cluster-red/53.png") no-repeat scroll left top;
	width: 53px;
	height: 53px;
	line-height: 53px;
	margin-top: -26px;
	margin-left: -26px;
}

div.staticMap a.cluster.size56 {
	background: transparent url("/images/map-cluster-red/56.png") no-repeat scroll left top;
	width: 56px;
	height: 56px;
	line-height: 56px;
	margin-top: -28px;
	margin-left: -28px;
}

div.staticMap a.cluster.size66 {
	background: transparent url("/images/map-cluster-red/66.png") no-repeat scroll left top;
	width: 66px;
	height: 66px;
	line-height: 66px;
	margin-top: -33px;
	margin-left: -33px;
}

div.staticMap a.cluster.size78 {
	background: transparent url("/images/map-cluster-red/78.png") no-repeat scroll left top;
	width: 78px;
	height: 78px;
	line-height: 78px;
	margin-top: -39px;
	margin-left: -39px;
}

div.staticMap a.cluster.size90 {
	background: transparent url("/images/map-cluster-red/90.png") no-repeat scroll left top;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin-top: -45px;
	margin-left: -45px;
}

div.group > div.image {
	display: block;
	position: relative;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

/*
	LIST ITEM WITH LEFT-CENTER-RIGHT
================================================== */

div.listItem-3 {
	position: relative;
	padding-left: 135px;
	padding-right: 255px;
}

div.listItem-3 > div.separator {
	position: absolute;
	width: 1px;
	height: auto;
	background-color: #d7d7d7;
	top: -15px;
	right: 255px;
	bottom: -15px;
	margin: 0;
}

div.listItem-3 > div.left,
div.listItem-3 > div.leftAndCenter > div.left {
	float: left;
	width: 120px;
	margin-left: -135px;
}

div.listItem-3 > div.center,
div.listItem-3 > div.leftAndCenter > div.center {
	position: relative;
	float: left;
	width: 100%;
}

div.listItem-3 > div.center > div.content,
div.listItem-3 > div.leftAndCenter > div.center > div.content {
	padding-right: 15px;
	width: 100%;
}

div.listItem-3 > div.right {
	float: right;
	width: 240px;
	margin-right: -255px;
}

div.listItem-3 > div.leftAndCenter {
	float: left;
	margin-left: -135px;
	padding-left: 135px;
	width: 100%;
}

div.listItem-3 > div.leftAndCenter > div.content {
	margin-left: -135px;
	padding-right: 15px;
}


/*
	LIST ITEM WITH LEFT-RIHT
================================================== */

div.listItem-2 {
	position: relative;
	padding-left: 135px;
}

div.listItem-2 > div.left {
	float: left;
	width: 120px;
	margin-left: -135px;
}

div.listItem-2 > div.right {
	position: relative;
	float: left;
	width: 100%;
}

/*
	PROPOSAL REPRESENTATIVE INFO
================================================== */

div.prInfo {
	position: relative;
}

div.prInfo:last-of-type {
	margin-bottom: 0 !important;
}


div.prInfo div.prImage {
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 40px;
}

div.prInfo div.prImage img {
	border: 2px solid #004989;
}

div.prInfo div.prImage:hover img {
	border-color: #a40d14;
}

div.prInfo div.prSmallContainer div.prImage:last-of-type {
	margin-right: 0;
}

div.prInfo div.prBigContainer {
	z-index: 100;
	display: none;
	position: absolute;
	padding: 19px 49px;
	/*top: -51px;*/
	top: -49px; /* live popup !!! (was, while I did not disable it in popup) */
	left: -50px;
	width: 240px;
}

div.prInfo div.prBigContainer div.separator {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #d7d7d7;
	height: 1px;
}

div.prInfo div.prBigContainer div.prBigImageWrapper {
	overflow: hidden;
	width: 240px;
}

div.prInfo div.prBigContainer div.prBigImageContainer {
	width: 2000px;
}

div.jsFrontProposalRepresentativeInfo.active div.jsFrontProposalRepresentativeInfo-bigContianer {
	display: block;
}

div.jsFrontProposalRepresentativeInfo a.jsFrontProposalRepresentativeInfo-previousPagerButton {
	position: absolute;
	top: 50px;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: transparent;
}

div.jsFrontProposalRepresentativeInfo a.jsFrontProposalRepresentativeInfo-nextPagerButton {
	position: absolute;
	top: 50px;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: transparent;
}

div.jsFrontProposalRepresentativeInfo a.jsFrontProposalRepresentativeInfo-nextPagerButton.disabled,
div.jsFrontProposalRepresentativeInfo a.jsFrontProposalRepresentativeInfo-previousPagerButton.disabled {
	opacity: 0.2;
}

/*
	INVITE BLOCK
================================================== */

div.inviteBlock {
}

div.inviteBlock > div.text {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.inviteBlock > div.addThis {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

div.inviteBlock > div.links {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*
	TRENDING TOPIC
================================================== */

div.trendingTopic {
	position: relative;
	background: transparent url('/images/__svg__trending-topic.png') no-repeat scroll left top;
	-webkit-background-size: 240px 140px;
	background-size: 240px 140px;
	width: 240px;
	height: 170px;
}

div.trendingTopic > div.content {
	padding-top: 36px;
	padding-left: 18px;
	padding-right: 18px;
}

div.trendingTopic > div.button {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*
	MAP
================================================== */

div.jsMap div.jsMap-map {
	height: 400px;
}

/*
	SEARCH
================================================== */

.searchSnippet {
	padding: 10px;
	background-color: #f5f5f5;
	font-style: italic;
	font-size: 16px;
	line-height: 130%;
}

/*
	INFO TABLE
================================================== */

table.info {
	width: 100%;
	font-size: 16px;
	line-height: 23px; /* left 18px text (1.3*18)*/
}

table.info tr td.key {
	width: 80%;
}

table.info tr td.value {
	width: 20%;
}

/*
	PARTICIPATION
================================================== */

div.participation > div.left {
	float: left;
	width: 70%;
}

div.participation > div.left > div.content {
	padding-right: 15px;
}

div.participation > div.right {
	float: left;
	width: 30%;
}

div.participation > div.right > div.content {
	padding-left: 15px;
}

div.participation div.separatorVertical {
	position: absolute;
	top: -14px;
	right: 30%;
	bottom: -14px;
	width: 1px;
	background-color: #d7d7d7;
}

/*
	POPUP
================================================== */

div.popup {
	position: relative;
	max-width: 800px;
	min-width: 320px;
	margin: 0 auto;
	padding: 80px 0;
}

div.popup.narrow {
	max-width: 500px;
}

div.popup .whiteBlock {
	position: relative;
}

div.popup .blueBlock {
	position: relative;
	padding: 15px;
	background-color: #004989;
}

div.popup > div.whiteBlock {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 14px;
	box-shadow: none;
}

div.popup > div.whiteBlock.withHeader {
	padding-top: 54px;
}

.whiteBlock_header {
	padding-left: 14px;
}

div.popup > div.blueBlock > div.imageWrapper {
	width: 60px;
	height: 60px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 50px;
	overflow: hidden;
	margin: 0 auto 15px auto;
}

div.popup > div.blueBlock > div.leaderUser {
	display: inline-block;
}

div.popup > div.blueBlock > div.leaderUser > div.right {
	white-space: nowrap;
	line-height: 40px;
}

/*div.popup > div.whiteBlock > div.separator {*/
/*margin-top: 15px;*/
/*margin-bottom: 15px;*/
/*background-color: #d7d7d7;*/
/*height: 1px;*/
/*}*/

/*
	ITEM AND BUTTON (adding mobule existing topics)
================================================== */

div.itemAndButton {
	position: relative;
	padding-right: 255px;
}

div.itemAndButton > div.item {
	float: left;
	width: 100%;
}

div.itemAndButton > div.button {
	float: right;
	width: 240px;
	margin-right: -255px;
}

div.itemAndButton > div.separatorVertical {
	position: absolute;
	width: 1px;
	height: auto;
	background-color: #d7d7d7;
	top: -15px;
	right: 255px;
	bottom: -16px;
	margin: 0;
}

/*
	ADD HEADER
================================================== */

header.add {
	position: fixed;
}

header.add div.wrapper {
	padding: 10px 0;
	height: 65px;
}

header.add a.leftLink {
	position: absolute;
	left: 35px;
	line-height: 65px;
	font-size: 18px;
}

header.add div.name {
	font-size: 28px;
	line-height: 65px;
}

/*
	POPUP SLIDER
================================================== */

div.popupSequenceHandler {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	opacity: 0.1;
	transition: opacity 150ms;
	cursor: pointer;
}

div.popupSequenceHandler.left {
	left: 0;
}

div.popupSequenceHandler.right {
	right: 0;
}

div.popupSequenceHandler:hover {
	opacity: 1;
}

div.popupSequenceHandler span.fa {
	position: absolute;
	top: 200px;
	color: #004989;
	font-size: 150px;
	width: 60px;
	height: 150px;
	line-height: 150px;
	text-align: center;
}

/*

================================================== */

.popupIcon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}

.popupIcon span.fa {
	color: #707070;
	/*font-size: 20px;*/
}

.popupIcon span.fa:hover {
	text-decoration: none;
}

/*
	GRID
================================================== */

/* 1 (overload .row > .cell)
-------------------------------------------------- */

.grid1 > .row > .cell {
	float: none;
	width: 100%;
}

.grid1 > .row > .cell > .content {
	margin-bottom: 10px;
}

/* 2
-------------------------------------------------- */
.grid2 > .row > .cell {
	float: left;
	width: 50%;
}

.grid2 > .row > .cell:nth-of-type(2n + 1) > .content {
	padding-right: 5px;
}

.grid2 > .row > .cell:nth-of-type(2n) > .content {
	padding-left: 5px;
}

.grid2 > .row > .cell > .content {
	padding-bottom: 10px;
}

/* 3
-------------------------------------------------- */

.grid3 > .row > .cell {
	float: left;
	width: 33.333333333333%;
}

.grid3 > .row > .cell:nth-of-type(3n + 1) > .content {
	padding-right: 5px;
}

.grid3 > .row > .cell:nth-of-type(3n + 2) > .content {
	padding-right: 5px;
	padding-left: 5px;
}

.grid3 > .row > .cell:nth-of-type(3n + 3) > .content {
	padding-left: 5px;
}

.grid3 > .row > .cell > .content {
	padding-bottom: 10px;
}

.grid3.withoutBottomPdding > .row > .cell > .content {
	padding-bottom: 0;
}

/* 4
-------------------------------------------------- */

.grid4 > .row > .cell {
	float: left;
	width: 25%;
}

.grid4 > .row > .cell:nth-of-type(4n + 1) > .content {
	padding-right: 5px;
}

.grid4 > .row > .cell:nth-of-type(4n + 2) > .content {
	padding-right: 5px;
	padding-left: 5px;
}

.grid4 > .row > .cell:nth-of-type(4n + 3) > .content {
	padding-left: 5px;
	padding-right: 5px;
}

.grid4 > .row > .cell:nth-of-type(4n + 4) > .content {
	padding-left: 5px;
}

.grid4 > .row > .cell > .content {
	padding-bottom: 10px;
}

.grid4.withoutBottomPdding > .row > .cell > .content {
	padding-bottom: 0;
}


/*
	START PAGE
================================================== */

div.startPage {
	/*margin-top: 30px;*/
}

div.startPage div.userOrTopic {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

div.startPage div.userOrTopic > div.extra {
	z-index: 1;
	width: 300px;
	position: absolute;
	top: -15px;
	left: -15px;
	display: none;
}

div.startPage div.blueBlock {
	height: 40px;
	line-height: 40px;
	background-color: #004989;
	color: #ffffff;
	float: left;
	padding: 0 10px;
	text-align: left;
	width: 119px;
	font-size: 18px;
}

div.startPage div.userOrTopic img {
	border: 2px solid #004989;
}

div.startPage div.userOrTopic:hover img {
	border-color: #a40d14
}

div.startPage div.userOrTopic:hover > div.extra {
	display: block;
}

div.startPage div.userOrTopic a {
	display: block;
}

.stratPageExtra {
	margin-bottom: 25px;
}

.stratPageExtra div.pencils {
	max-width: 100%;
	height: 600px;
	background: url('/images/start-pencils.png') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.stratPageExtra div.tabs > div.item {
	float: none;
	display: inline-block;
}

.stratPageExtra div.tabs > div.item > a:hover {
	text-decoration: underline;
}

.stratPageExtra div.video {
	padding: 40px 25% 40px 25%;
}