body {
	/*background: white url('/img/bg.png') repeat-y 50%;*/
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "HoneywellSans-Book", Arial, serif;
}

.cyrillic * {
	font-family: Arial;
}

.cyrillic h1, body.cyrillic h2 {
	font-weight: normal;
}

a.nobg {
	background: none;
	padding: 0;
	margin-right: 0;
}

div.form-actions {
	text-align: right;
}

div.form-group label {
	font-weight: normal;
}

div.form-group.hw-horizontal {
	float: right;
	margin-left: 10px;
}

.capitalize, .capitalize-first-letter:first-letter {
	text-transform: capitalize;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label,
	.has-error .help-block, .has-error .radio, .has-error .radio-inline,
	.has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label,
	.has-error.radio-inline label {
	color: #EE3124;
}

.has-error .form-control {
	border-color: #EE3124;
}

@media ( max-width : 768px) {
	.col-xs-left {
		text-align: left;
	}
	.col-xs-center {
		text-align: center;
	}
	.col-xs-right {
		text-align: right;
	}
}

@media ( min-width : 768px) {
	.col-md-left {
		text-align: left;
	}
	.col-md-center {
		text-align: center;
	}
	.col-md-right {
		text-align: right;
	}
}

/* Sysmenu - Breadcrumb
------------------------*/
#sysmenu {
	margin-bottom: 30px;
}

nav#breadcrumb {
	z-index: 700;
	font-size: 16px;
	min-height: 30px;
	border: 0;
	background-color: white;
	margin-bottom: 0;
}

nav#breadcrumb .container>* {
	float: left;
}

nav#breadcrumb .container>span {
	padding: 8px 3px 8px 0;
}

nav#breadcrumb .container>ol {
	margin-bottom: 0;
	background-color: transparent;
}

nav#breadcrumb .container {
	min-height: 20px;
	padding-left: 0;
}

@media ( max-width : 768px) {
	nav#breadcrumb .pre_breadcrumb_text {
		display: block;
		text-align: center;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	nav#breadcrumb .container>* {
		float: none;
	}
	nav#breadcrumb .container>span {
		padding-bottom: 0;
	}
	nav#breadcrumb li {
		display: block;
		text-align: center;
	}
	.breadcrumb>li+li::before {
		content: '';
	}
}

/* Sysmenu - Auth
------------------------*/
form#login, form#edit_password, form#user {
	margin: 0 auto;
}

form#confirm {
	margin: 0 auto;
}

form#login .form-actions, form#edit_password .form-actions, form#user .form-actions
	{
	padding-right: 30px;
}

form#confirm .form-actions {
	padding-right: 100px;
}

div#usermanagement button {
	margin-top: -3px;
	padding-left: 0;
	font-size: 16px;
}

div#usermanagement ul.dropdown-menu {
	margin: -3px 25px 0 0;
}

@media ( max-width : 768px) {
	div#usermanagement ul.dropdown-menu {
		position: relative;
		float: none;
		text-align: center;
		margin: 0;
	}
	.dropdown-menu.pull-right {
		float: none !important;
		left: inherit;
		right: inherit;
	}
}

@media ( min-width : 769px) {
	#login-register .login {
		padding: 50px;
	}
	#login-register .register {
		border-left: 1px solid #ccc;
		padding: 50px;
	}
	.frontend-form {
		margin-top: 30px;
	}
	.frontend-form h2 {
		margin-bottom: 30px;
	}
}

/* Modal
****************************/
div.modal-header>h4 {
	font-size: 18px;
}

div.modal-header>h5 {
	font-size: 15px;
}

div.modal-body {
	padding: 20px 20px 80px;
}

div.modal-body .form-actions {
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	padding: 15px;
	position: absolute;
}

div.modal-body .form-horizontal .form-group {
	margin-bottom: 10px;
}

div.modal-body .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

div.modal-body .form-actions {
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	padding: 15px;
	position: absolute;
}

div.modal-body .form-actions {
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	padding: 19px 20px 20px;
	text-align: right;
}

/* Containers
****************************/
div#maincontainer {
	
}

/* Sections
 ***************************/
div#header {
	position: relative;
	border-bottom: 2px solid #cfcfcf;
	padding-top: 20px;
	height: 73px;
}

div#header h1, div#header h1 a, div#header h1 a span {
	color: #aeaeae;
	margin: 0;
	text-decoration: none;
}

div#header img.logo {
	height: 31px;
	margin-top: -5px;
	margin-right: -8px;
}

div#header img.flag {
	margin-left: 10px;
	margin-top: -5px;
}

div#content {
	position: relative;
}

div#footer {
	margin: 60px 0 0;
	padding-top: 20px;
	border-top: solid 1px;
}

div#footer .navbar {
	color: white;
	padding-top: 10px;
	background-color: #303030;
	border-radius: 0;
}

div#footer a {
	color: white;
	white-space: nowrap;
	margin-right: 10px;
}

div#bottom-footer .row {
	background-color: #303030;
	color: white;
}

div.footer-info div.content-right {
	position: absolute;
	right: 0;
	top: 20px;
}

@media ( max-width : 768px) {
	div#header img.logo {
		height: 31px;
		margin-top: 0;
		margin-right: 0;
	}
	#startpage div#header img.logo {
		height: 31px;
	}
	div#header .photo-contest-heading {
		display: block;
		margin-top: -12px;
	}
	div#footer {
		margin: 30px 0 0;
		line-height: 2.5em;
		overflow: hidden;
		background-color: #303030;
	}
}

@media ( min-width : 769px) {
	div#footer {
		border: 0;
	}
	div#footer p {
		display: inline-block;
		margin-bottom: 0;
	}
	div#bottom-footer .row {
		padding: 10px;
		background-color: #303030;
		margin: 0 -7px;
	}
}

#footer .navbar-default {
	background-color: transparent;
	border: 0;
	margin-bottom: 0;
}

#footer .navbar {
	min-height: 0;
}

/* Loginreg
 ***************************/
div#loginreg {
	margin-top: 100px;
}

div#loginreg a.link.lg {
	margin: 0 30px;
	color: #ff0000;
}

/* Content
 ***************************/
div#commingsoon {
	text-align: center;
	margin-top: 100px;
	font-size: 2em;
}

div#content #country-list ul {
	list-style-type: none;
	padding-left: 0;
}

div#content #country-list li {
	padding-bottom: 10px;
}

div#content #country-list a {
	font-size: 1.71em;
	display: block;
	padding: 6px 20px;
}

div#content #country-list a:hover {
	text-decoration: none;
}

div#content #country-list a span {
	white-space: nowrap;
}

div#content #country-list a span.country {
	display: inline-block;
	width: 40px;
}

div#content #country-list a img {
	margin: 0 30px 0 20px;
}

@media ( max-width : 768px) {
	div#content #country-list {
		margin-top: 40px;
	}
	div#content #country-list li {
		text-align: center;
	}
	div#content #country-list a img {
		margin: 0;
	}
	div#content #country-list a span {
		white-space: inherit;
		line-height: 1.2em;
	}
	div#content #country-list a span.photo_contest_text {
		display: block;
	}
	div#content #country-list a span.country {
		width: inherit;
	}
}

@media ( min-width : 769px) {
	div#content #country-list {
		margin-top: 90px;
	}
}

/* Voting
****************************/
div#uploadyourphotolink {
	margin-bottom: 30px;
}

div#contest-theme {
	margin-top: 10px;
	font-size: 1.4em;
	text-align: center;
	line-height: 1.5em;
}

div#contest-theme img {
	max-width: 100%;
	margin-bottom: 1em;
}

div#contest-theme .theme {
	font-size: 1.6em;
}

#vote_photos {
	margin-top: 20px;
}

#vote_photos .latest .vote_entry {
	margin-bottom: 30px;
	height: 260px;
	overflow: hidden;
}

#vote_photos .random .vote_entry {
	margin-bottom: 30px;
	height: 120px;
	overflow: hidden;
}

#vote_photos .vote_entry {
	margin-bottom: 30px;
	border: 1px solid transparent;
}

#vote_photos.voting .vote_entry:hover {
	border: 1px dotted red;
	background-color: #fff1f1;
}

#vote_photos .vote_entry a {
	display: block;
	overflow: hidden;
	background-color: #f4f4f4;
}

#vote_photos .vote_entry h3{
        height:2em;
}

#vote_photos .vote_entry img {
	max-width: 100%;
}

#vote_photos .vote_entry h4 {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	text-align: left;
	position: relative;
	white-space: nowrap;
}

.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#vote_photos .vote_entry h4 span {
	position: absolute;
	right: 0;
	top: 0;
	color: #ff0000;
}

#vote_photos .vote_entry div.controls {
	margin: 10px 0 10px;
}

#vote_photos .vote_entry div.controls a {
	display: inline-block;
	padding: 10px 15px 10px 0;
	font-size: 18px;
	background-color: transparent;
}

div#currentvote {
	margin-bottom: 30px;
}

div#currentvote div.info {
	margin-top: 15px;
	color: #777;
	color: #777;
	line-height: 1.4em;
}

div#currentvote div.notvoted {
	width: 190px;
	height: 121px;
	border: 1px solid #ccc;
	text-align: center;
	display: inline-block;
	padding-top: 50px;
	font-size: 40px;
	color: #efefef;
}

div.modal-body.voteconfirmation div.control {
	margin-bottom: -60px;
}

div.participantphoto div.votes_count {
	margin-top: 28px;
	font-size: 30px;
	margin-bottom: 20px;
}

/* Upload
****************************/
div#participant_info div#participant_info_check {
	display: block;
}

div#participant_info div#participant_info_check #participant_info_edit_button
	{
	margin-left: -10px;
	padding: 0;
}

div#participant_info div#participant_info_edit {
	display: none;
}

div#participant_info.edit div#participant_info_check {
	display: none;
}

div#participant_info.edit div#participant_info_edit {
	display: block;
}

div.rule-of-contest-link {
	padding-left: 35px;
	margin: -25px 0 10px;
}

div#participantphotos {
	margin-bottom: 30px;
}

div.participantphoto {
	margin-bottom: 20px;
}

div.participantphoto div.frame {
	width: 100%;
	overflow: hidden;
	border: 1px solid #ccc;
	position: relative;
	text-align: center;
}

div.participantphoto img {
	max-width: 100%;
	max-height: 100%;
}

div.participantphoto div.nr {
	background-color: #f3f3f3;
	border-radius: 0;
	border: 1px solid #e9e9e9;
	color: #929292;
	font-size: 50px;
	height: 60px;
	left: 15px;
	padding: 17px 0;
	position: absolute;
	text-align: center;
	top: 15px;
	width: 60px;
}

div.participantphoto div.empty {
	margin-top: 120px;
	margin-bottom: 126px;
	text-align: center;
	color: #efefef;
	font-size: 50px;
}

div.participantphoto div.controls {
	text-align: right;
}

div.participantphoto div.controls p {
	height: 1.5em;
}

div.participantphoto div.info {
	margin-top: 20px;
	padding: 0 20px;
}

div.participantphoto div.info .accepted {
	color: green;
}

div.participantphoto div.info .notaccepted {
	color: red;
}

div.participantphoto h3 {
	margin-top: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
	line-height: 1.5em;
}

div#title-photos .modal-body img {
	width: 100%;
}

div#fileupload {
	overflow: hidden;
}

div#fileuploadarea {
	background: url('/img/upload_area_sm.png') no-repeat 50% 50%;
	height: 320px;
	right: 0;
	position: relative;
	border: 1px dashed #bbb;
}

#fileuploadarea .helphint {
	width: 100%;
	text-align: center;
	font-size: 17px;
	line-height: 1.5em;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#fileuploadarea .progress {
	width: 100%;
	margin-top: 12px;
	background-color: transparent;
	box-shadow: none;;
}

#fileuploadarea #files-container {
	margin-top: 15px;
	height: 260px;
	position: relative;
}

#fileuploadarea #files {
	position: absolute;
	bottom: 0;
	left: 0;
	max-height: 100%;
	width: 100%;
	overflow: auto;
}

#fileuploadarea #files .response.error .filename {
	color: red;
}

#fileuploadarea #files .response .message, #fileuploadarea #files .response .explanation
	{
	padding-left: 20px;
	font-size: 14px;
}

.fileinput-button {
	position: relative;
	overflow: hidden;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

div#participant_country div:first-child {
	text-align: right;
	padding-top: 5px;
}

div#participant_info_edit div.static-info div:first-child+div, div#participant_country div:first-child+div
	{
	padding-bottom: 10px;
}

div#participant_country div:first-child+div img {
	vertical-align: middle;
	margin-right: 5px;
}

#participant_info_check .row div {
	padding-bottom: 10px;
}

#participant_info_edit label.control-label {
	font-weight: bold;
}

#participant_info_edit form {
	margin-top: 10px;
}

@media ( max-width : 768px) {
	div.participantphoto div.frame {
		height: inherit;
	}
	div.participantphoto div.empty {
		margin: 120px 0;
	}
}

/* Countdown
****************************/
div#countdown {
	margin:1.5em 0;
	text-align: center;
	font-size: 1.7em;
	line-height: 1.5em;
}

div#countdown:blank, div#countdown:empty {
	margin: 0;
	line-height: 0;
}

div#timer {
	font-size: 33px;
}

span.countdown-amount, span.countdown-period {
	margin-right: 10px;
	text-transform: lowercase;
}

span.countdown-amount {
	font-weight: bold;
}

@media ( max-width : 768px) {
	#startpage div#countdown {
		margin: 4em 0;
	}
	.countdown-row {
		margin-top: 10px;
	}
	.countdown-section {
		display: block;
		text-align: center;
		margin-bottom: 0;
	}
}

@media ( min-width : 769px) {
	#startpage div#countdown {
		margin: 5em 0 2em;
		font-size: 2.3em;
	}

	#startpage div#countdown span.countdown-amount {
	}
}

#editions{
    margin:0 0 4em;
}

#editions a{
    display:block;
    margin-bottom:1.5em;
    font-size:1.5em;
    text-decoration:none;
}

@media (min-width: 769px) {
    #editions{
		margin:1em 0;
    }
}


/* Form
 *******************************/
div.modal-body .form-horizontal .form-group.nobottommargin {
	margin-bottom: -60px !important;
}

.help-block {
	font-size: 13px;
}