.projectContainer {
	position: relative;
	overflow: hidden;
	font-family: 'bebas_neueregular', Tahoma;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
#navContainer {
	
}

.navItems {
	
}

.navItems > .navItem {
	display: inline-block;
	line-height: 66px;
	width: 243px;
	height: 66px;
	vertical-align: top;
	text-align: center;
}

.navItems > .navItem > .navText {
	display: block;
	font-size: 21px;
	color: #f2f1f0;
}
.navItems > .navItem > .navText:hover {
	text-decoration: none;
}

.navItems > .navItem > .navText.bgVoting {
	background-color: #fab930;
	text-shadow: 1px 1px #996316;
}
.navItems > .navItem > .navText.bgTop {
	background-color: #50c0b0;
	text-shadow: 1px 1px #1c635a;
}
.navItems > .navItem > .navText.bgFacts {
	background-color: #2bb5e8;
	text-shadow: 1px 1px #2d6d93;
}
.navItems > .navItem > .navText.bgAdd {
	background-color: #81c464;
	text-shadow: 1px 1px #4c7c3d;
}
.navItems > .navItem > .navText.bgAbout {
	background-color: #f1623b;
	text-shadow: 1px 1px #832713;
}
.navItems > .navItem > .navText.bgFlag {
    background-color: #f5b541;
    text-shadow: 1px 1px #a76f0a;
}


.navItems > .navItem > .navText.bgVoting:hover {
	background-color: #dfa52b;
}
.navItems > .navItem > .navText.bgTop:hover {
	background-color: #45a598;
}
.navItems > .navItem > .navText.bgFacts:hover {
	background-color: #26a0cd;
}
.navItems > .navItem > .navText.bgAdd:hover {
	background-color: #6fa957;
}
.navItems > .navItem > .navText.bgAbout:hover {
	background-color: #d65734;
}
.navItems > .navItem > .navText.bgFlag:hover {
    background-color: #e2a12c;
}

.navItems > .navItem > .navText.bgVoting:active {
	background-color: #b58623;
}
.navItems > .navItem > .navText.bgTop:active {
	background-color: #347b72;
}
.navItems > .navItem > .navText.bgFacts:active {
	background-color: #1e7fa3;
}
.navItems > .navItem > .navText.bgAdd:active {
	background-color: #547f42;
}
.navItems > .navItem > .navText.bgAbout:active {
	background-color: #ac462a;
}
.navItems > .navItem > .navText.bgFlag:active {
    background-color: #ba821e;
}

#contentContainer {
	position: relative;
	overflow: hidden;
	min-height: 770px;
	
	transition: background-color 200ms ease-out;
	-ms-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	-webkit-transition: background-color 200ms ease-out;
}

#contentContainer.voting {
	background-color: #fab930;
}
#contentContainer.flag, #contentContainer.flagadmin {
    background-color: #f5b541;
}
#contentContainer.flagadmin > #contentWrapper {
    margin-top: 37px;
}
#contentContainer.top {
	background-color: #50c0b0;
}
#contentContainer.top > #contentWrapper {
	margin-top: 37px;
}
#contentContainer.facts {
	background-color: #2bb5e8;
}
#contentContainer.facts > #contentWrapper {
	margin-top: 37px;
}
#contentContainer.add {
	background-color: #81c464;
}
#contentContainer.add > #contentWrapper {
	margin-top: 37px;
}
#contentContainer.add > #contentWrapper > .description.large {
	font-size: 63px;
	line-height: 60px;
	margin-bottom: 0;
}
#contentContainer.about {
	background-color: #f1623b;
}

#contentContainer > #contentWrapper {
	width: 626px;
	margin: 0 auto;
	position: relative;
}

.seperator {
	background: url('seperator.png') no-repeat center center;
	width: 626px;
	height: 9px;
	margin: 25px auto;
}
.seperator:first-child {
	margin-top: 55px;
}

.description {
	font-size: 21px;
	line-height: normal;
}
.description.large {
	font-size: 24px;
}
.description.yellow {
	color: #dce579;
}
.description.neon {
	color: #f2f1f0;
}
.description.blue {
	color: #303e5f;
}
.description.orange {
	color: #4e2f39;
}
.description.green {
	color: #372913;
}
.description.white {
	color: #f2f1f0;
}
.description.pink {
    color: #e8455f;
}

.factList {
	
}
.factList > .factItem {
	position: relative;
	overflow: hidden;
}

.factItem > .seperator {
	margin-bottom: 15px;
}

.factItem > .factTitle {
	color: #3a3d44;
	border: 0 none;
	margin: 45px 0 0 20px;
	padding: 0;
	font-size: 50px;
	line-height: normal;
}
.factItem > .factTitle > .factPlace {
	color: #e8da3c;
}
.factItem > .description {
	margin-right: 230px;
	margin-left: 20px;
	min-height: 130px;
}
.factItem > .votes {
	position: absolute;
	top: 0;
	right: 0;
	height: 32px;
	font-size: 27px;
	line-height: 32px;
	padding-left: 117px;
	color: #f2f1f0;
}
.votes > .votesTitle {
	background: url('votes_left.png') no-repeat;
	width: 117px;
	height: 32px;
	display: inline-block;
}
.votes > .votesBg {
	display: inline-block;
	background-color: #4da131;
	vertical-align: top;
	padding: 0 10px;
	position: relative;
}
.votes > .votesBg > .votesNumber {
	vertical-align: middle;
	line-height: 32px;
	position: relative;
	top: 2px;
}
.votes > .votesCorner {
	background: url('votes_right.png') no-repeat;
	width: 18px;
	height: 32px;
	display: inline-block;
}
.factItem > .factImage {
	position: absolute;
	top: 55px;
	right: 30px;
}

.infoList {
	
}
.infoList > .infoItem {
	position: relative;
	overflow: hidden;
	min-height: 215px;
}
.infoItem > .description {
	margin-top: 10px;
	margin-left: 180px;
}
.infoItem > .infoImage {
	float: left;
	margin-top: 40px;
	margin-left: 15px;
	margin-bottom: 30px;
}

.votingList {
	
}
.votingList > .votingItem {
	position: relative;
	display: inline-block;
	width: 205px;
	vertical-align: top;
	text-align: center;
	margin-bottom: 25px;
}
.votingItem > .votingImage {
	position: relative;
	z-index: 0;
}
.votingItem > .title {
	font-size: 27px;
	color: #4e2f39;
	margin-bottom: 4px;
	line-height: normal;
	margin-top: 3px;
}
.votingItem > .hover {
	background: url('fact_hover.png') no-repeat;
	width: 301px;
	height: 305px;
	line-height: 249px;
	position: absolute;
	top: -12px;
	left: -18px;
	z-index: 5;
}
.votingItem > .hover.hidden {
	display: none;
}
.votingItem > .hover.position_1, .votingItem > .hover.position_4, .votingItem > .hover.position_7, .votingItem > .hover.position_10 {
	left: 188px;
}
.votingItem > .hover.position_2, .votingItem > .hover.position_5, .votingItem > .hover.position_8, .votingItem > .hover.position_11 {
	left: 188px;
}
.votingItem > .hover.position_3, .votingItem > .hover.position_6, .votingItem > .hover.position_9, .votingItem > .hover.position_12 {
	left: -226px;
}

.votingItem > .hover > .hoverText {
	font-size: 17px;
	line-height: normal;
	color: #f2f1f0;
	margin-right: 57px;
	padding: 0 15px;
	
	display: -moz-inline-box;  /* FF2 or lower */
	display: inline-block;     /* FF3, Opera, Safari */
	line-height: normal;
	vertical-align: middle;
}
.votingItem > .hover > .hoverText { *display  : inline; }

.voteBtn {
	background: url('btn/vote.png') no-repeat;
	width: 118px;
	height: 45px;
	overflow: hidden;
	text-indent: -500px;
	display: inline-block;
}
.voteBtn:hover {
	background-position: 0 -45px;
}
.voteBtn:active {
	background-position: 0 -90px;
}

.yesBtn, .noBtn {
	background: url('btn/yes_no.png') no-repeat;
	width: 50px;
	height: 44px;
	overflow: hidden;
	text-indent: -500px;
	display: inline-block;
}

.yesBtn {
	background-position: 0 0;
}
.yesBtn:hover {
	background-position: 0 -44px;
}
.yesBtn:active {
	background-position: 0 -88px;
}

.noBtn {
	background-position: -50px 0;
}
.noBtn:hover {
	background-position: -50px -44px;
}
.noBtn:active {
	background-position: -50px -88px;
}

.largeTitle {
	border: 0 none;
	font-size: 63px;
	color: #4e2f39;
	line-height: normal;
	font-weight: normal;
}
.centered {
	text-align: center;
}

.votingControls.hidden {
	opacity: 0;
	visibility: hidden;
}
.intro {
	margin-top: 38px;
}
.intro.introFlag > .description {
    font-size: 37px;
    line-height: normal;
    padding-top: 10px;
}
.intro > img {
	position: absolute;
	top: 0;
	left: 0;
}
.intro > .description {
	margin-left: 199px;
}

.btnAddFact.green {
	background-image: url('btn/add_fact_green.png');
}
.btnAddFact.red {
	background-image: url('btn/add_fact_red.png');
	border: 0 none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.btnSetFlagSkin {
    background: url('btn/set_flag_skin.png') no-repeat transparent;
    width: 323px;
    height: 74px;
    display: block;
    overflow: hidden;
    border: 0 none;
    padding: 0;
    margin: 0 auto 15px;
    text-indent: -800px;
    cursor: pointer;
}
.btnSetFlagSkin:hover {
    background-position: 0 -74px;
}
.btnSetFlagSkin:active {
    background-position: 0 -148px;
}
.btnAddFact {
	background-repeat: no-repeat;
	width: 253px;
	height: 74px;
	display: inline-block;
	overflow: hidden;
	text-indent: -800px;
}
.btnAddFact:hover {
	background-position: 0 -74px;
}
.btnAddFact:active {
	background-position: 0 -148px;
}

#votingComments {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f2f1f0;
}
#votingComments > .comments .head .user {
	/*font-size: 16px;*/
}
#votingComments > .comments {
	padding: 15px;
	font-family: Arial;
	text-transform: initial;
}
#votingComments > .comments .body {
	font-size: 12px;
	font-family: Arial;
	text-transform: initial;
}
#votingComments > .comments > h3 {
	font-size: 23px;
	color: #4e2f39;
	line-height: normal;
	font-family: 'bebas_neueregular', Tahoma;
}

#infobox3_box.meseiropai {
	background: #ee435c;
	border-radius: 0px;
	-o-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#infobox3_box.meseiropai > #infobox3_box_content {
	background-color: transparent;
	color: #f2f1f0;
	font-family: 'bebas_neueregular', Tahoma;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}
#infobox3_box.meseiropai > #infobox3_box_content > h1 {
	font-size: 105px;
	line-height: 80px;
	border: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
	text-shadow: 3px 0px #c9374d;
	font-weight: normal;
}
#infobox3_box.meseiropai > #infobox3_box_content > h2 {
	font-size: 35px;
	line-height: normal;
	text-shadow: 2px 0px #c9374d;
}

.btnShareFriends {
	background-image: url('btn/share.png');
	background-repeat: no-repeat;
	height: 47px;
	width: 198px;
	display: inline-block;
	overflow: hidden;
	text-indent: -800px;
}
.btnShareFriends:hover {
	background-position: 0 -47px;
}
.btnShareFriends:active {
	background-position: 0 -94px;
}

.badgeCheckbox {
	background-image: url('btn/badge_checkbox.jpg');
	width: 210px;
}
.followCheckbox {
	background-image: url('btn/follow_checkbox.jpg');
	width: 205px;
}
.badgeCheckbox, .followCheckbox {
	display: inline-block;
	text-indent: -800px;
	overflow: hidden;
	height: 24px;
	background-position: 0 -24px;
}
.badgeCheckbox.checked, .followCheckbox.checked {
	background-position: 0 0;
}

.voteSettings {
	overflow: hidden;
	position: relative;
	top: -10px;
	margin-bottom: 40px;
}
.voteSettings.hidden {
	display: none;
}
.voteSettings > .left {
	float: left;
}
.voteSettings > .right {
	float: right;
}

.btnBadgeRemove {
	background-image: url('btn/remove_badge.png');
	background-repeat: no-repeat;
	height: 24px;
	width: 84px;
	display: inline-block;
	overflow: hidden;
	text-indent: -800px;
}
.btnBadgeRemove:hover {
	background-position: 0 -24px;
}
.btnBadgeRemove:active {
	background-position: 0 -48px;
}

.setFlagForm {
    width: 440px;
    position: relative;
    margin: 0 auto;
}
.setFlagForm .formItem label {
    color: #e8455f;
    font-size: 21px;
    line-height: normal;
}
.setFlagForm .formItem.itemCheckbox {
    line-height: 50px;
    height: 50px;
}
.setFlagForm .formItem.itemCheckbox label {
    padding-left: 25px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
}
.setFlagForm .formItem.itemCheckbox label span {
    display: -moz-inline-box; /* FF2 or lower */
    display: inline-block; /* FF3, Opera, Safari */
    line-height: normal;
    vertical-align: middle;
    color: #4e2f39;
}
.setFlagForm .formItem.itemCheckbox label span { *display  : inline; } /* haslayout for IE6/7 */

.setFlagForm .formItem input::-webkit-input-placeholder { /* WebKit browsers */
    color: #f5b541;
}
.setFlagForm .formItem input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f5b541;
}
.setFlagForm .formItem input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f5b541;
}
.setFlagForm .formItem input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f5b541;
}
.setFlagForm .formItem input, .setFlagForm .formItem textarea {
    font-size: 21px;
    color: #f5b541;
    line-height: normal;
    border: 2px solid #e8455f;
    background-color: #f2f1f0;
    padding: 10px;
    width: 414px;
    font-family: 'bebas_neueregular', Tahoma;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}
.setFlagForm .formItem .flagFormCustomSalut {
    width: 343px;
}
.setFlagForm .formItem > #selectCountriesNaming {
    text-align: center;
    cursor: pointer;
}
.setFlagForm .saluteInfo {
    margin-top: 25px;
    margin-bottom: 3px;
}
.setFlagForm .setFlagCheckbox {
    background: url('input_checkbox.png') no-repeat;
    width: 42px;
    height: 43px;
    display: inline-block;
    vertical-align: middle;
}
.setFlagForm .setFlagCheckbox.checked {
    background-position: 0 -43px;
}
.setFlagForm .saluteCheckboxes {
    margin-bottom: 35px;
}
.flagSalutNote {
    font-size: 10px;
    color: #9c6923;
    font-family: 'bebas_neueregular', Tahoma;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    margin: 50px 0 50px;
}

.btnSaveCountryList {
    background: url('btn/btn_save.png') no-repeat transparent;
    display: block;
    margin: 0 auto 15px;
    width: 118px;
    height: 45px;
    overflow: hidden;
    text-indent: -800px;
}
.btnSaveCountryList:hover {
    background-position: 0 -45px;
}
.btnSaveCountryList:active {
    background-position: 0 -90px;
}
#countrySelector {
    background-color: #f2f1f0;
    border: 2px solid #e8455f;
    width: 434px;
    overflow: hidden;
    position: absolute;
    z-index: 15;
}
#countrySelector.hidden {
    display: none;
}
.countryListing {
    padding: 15px 15px 8px;
}
.salutCountryItem {
    display: inline-block;
    width: 197px;
    margin-bottom: 8px;
}
.salutCountryItem .countryCheckbox {
    display: block;
    background: url('country_checkbox_sm.png') no-repeat top left;
    height: 20px;
    line-height: 22px;
    padding-left: 25px;
    color: #4e2f39;
    font-size: 20px;
    vertical-align: middle;
}
.salutCountryItem .countryCheckbox.checked {
    background-position: 0 -20px;
}

.addFactForm {
	width: 438px;
	margin: 0 auto;
}
.addFactForm > .btnAddFact {
	display: block;
	margin: 0 auto;
}
.addFactForm > .formItem {
	margin-bottom: 8px;
}
.addFactForm > .formItem > label {
	color: #4c7c3d;
	font-size: 21px;
	line-height: normal;
}
.addFactForm > .formItem > input, .addFactForm > .formItem > textarea {
	font-size: 16px;
	line-height: normal;
	border: 2px solid #4c7c3d;
	background-color: #f2f1f0;
	padding: 10px;
	width: 414px;
	font-family: 'bebas_neueregular', Tahoma;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

.skinPopupThanks .InfoBoxContentWrap {
    background: url('skin_popup_bg.jpg') no-repeat;
    width: 600px;
    height: 480px;
}
.skinPopupThanks .btnTellFriends {
    position: absolute;
    bottom: 34px;
    width: 137px;
    height: 43px;
    cursor: pointer;
    left: 235px;
}
.skinPopupThanks #friendsAutoComplete {
    position: absolute;
    bottom: 107px;
    height: 40px;
    line-height: 40px;
    left: 87px;
    width: 432px;
}
#friendsAutoComplete .multiACValues {
    overflow: hidden;
    max-height: 40px;
    line-height: 40px;
    height: 40px;
}
#friendsAutoComplete .multiACValue {
    border: 0 none;
    background: transparent;
}
#friendsAutoComplete .multiACValues > div {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    float: none;
}
#friendsAutoComplete .multi_ac {
    line-height: normal;
    max-height: 40px;
}
#friendsAutoComplete .multiAcText {
    position: absolute;
    top: 10px;
    height: 20px;
    padding: 0;
    line-height: 20px;
    left: 4px;
    right: 0;
}

.fallowBox {
	text-align: center;
	margin-top: 10px;
}

.fallowBox input {
	margin-right:5px;
}