/*
@font-face {
	font-family: 'myriad-pro';
	src: url('/fonts/MYRIADPROREGULAR.eot');
	src: local('/MYRIADPROREGULAR'), url('/fonts/MYRIADPROREGULAR.woff') format('woff'), url('/fonts/MYRIADPROREGULAR.ttf') format('truetype');
}
*/
html, body {
	height: 100%;
	/*font-family: "myriad-pro";*/
}

h1, h2 {
	color: #FFF;
	/*font-family: "myriad-pro";*/
}

h1 label {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin-left: 30px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #A63698;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#757575+0,757575+50,757575+50,333333+60,333333+100 */
	/*
	background: #757575;
	background: -moz-linear-gradient(top, #757575 0%, #757575 50%, #757575 50%, #333333 60%, #333333 100%);
	background: -webkit-linear-gradient(top, #757575 0%,#757575 50%,#757575 50%,#333333 60%,#333333 100%); 
	background: linear-gradient(to bottom, #757575 0%,#757575 50%,#757575 50%,#333333 60%,#333333 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#333333',GradientType=0 );
	background-attachment:fixed;
	background-repeat: no-repeat;
	*/
}

.cursor-pointer {
	cursor: pointer !important;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
	/* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 25px;
}

.footer {
	height: 20px;
	color: #FFF;
	text-align: center;
	padding-bottom: 5px;
	margin: 15px 0;
}

.footer a {
	color: #FFF;
}

#logo {
	max-width: 100%;
	max-height: 65px;
	width: auto;
	height: auto;
	margin: 1.2em 0;
}

.huipunjuurellalogo {
	max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    padding-top: 20px;
    margin-left: 10px;
}

.huipunjuurellalogoxs {
	max-width:100%;
    max-height:60px;
    width: auto;
    height: auto;
}

@font-face {
	font-family: Archia;
	src: url(../fonts/archia-regular-webfont.woff2) format("woff2"),
		url(../fonts/archia-regular-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal
}

@font-face {
	font-family: Archia;
	src: url(../fonts/archia-bold-webfont.woff2) format("woff2"),
		url(../fonts/archia-bold-webfont.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-stretch: normal
}

.logotext {
	font-family: Archia, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
}

.text-white {
	color: white;
}

#logo-container {
	/*width: 25%;*/
	/*margin-bottom: 20px;*/
	display: inline-block;
	line-height: 98px;
}

#header {
	position: fixed;
	width: 100%;
	background: #FFF;
	z-index: 999;
	height: 98px;
}

#header .header-menu {
	margin: 26px 10px;
}

#header .dropdown {
	float: right;
}

#header #info-text {
	line-height: 50px;
	height: 50px;
}

.dpXsmall #header #info-text {
	line-height: 20px;
	font-size: 12px;
	height: auto;
}

#container {
	padding-top: 98px;
}

#header .dropdown-menu {
	margin-right: 10px;
}

.idea-container, .vote-container, .idea-vote-container, .info-container
	{
	background: #FFF;
	border-radius: 5px;
	padding: 20px;
	z-index: 998;
}

.info-container {
	margin-bottom: 20px;
}

.info-container .well {
	margin-top: 20px;
	font-style: italic;
}

.vote-container {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.idea-vote-container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.vote-container h2 {
	color: #000;
}

.alert {
	opacity: 1;
	-webkit-transition: all linear 0.5s;
	transition: all linear 0.5s;
}

.alert.ng-hide {
	opacity: 0;
}

.glyphicon-menu-hamburger {
	margin: 0 10px;
	font-size: 2em;
	color: #DDD;
	vertical-align: top;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.menu-text {
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 5px;
	text-align: center;
	color: #DDD;
}

.dropzone-container {
	min-height: 400px;
	background: #FFF;
	border-radius: 5px;
	text-align: center;
	padding-top: 100px;
	z-index: 999;
}

.dropzone-container span {
	font-size: 3vmax;
}

.dropzone-container p {
	font-size: 2vmax;
}

.dropzone-container p.large-text {
	font-size: 3vmax;
}

.dropzone-hover {
	background: #009fe3;
	-webkit-animation-name: dropzone;
	-webkit-animation-duration: 0.5s;
	animation-name: dropzone;
	animation-duration: 0.5s;
	color: #FFF;
}

.dropzone-hover .upload-message {
	display: none;
}

.hidden-message {
	display: none;
	opacity: 0;
}

.dropzone-hover .hidden-message {
	-webkit-animation-name: dropzone-text;
	-webkit-animation-duration: 0.5s;
	animation-name: dropzone-text;
	animation-duration: 0.5s;
	display: block;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

#video-holder {
	margin: 0 auto;
	width: 990px
}

#idea-video-holder {
	margin-bottom: 15px;
}

/* Chrome, Safari, Opera */
@
-webkit-keyframes dropzone {
	from {background-color: #FFF;
}

to {
	background-color: #009fe3;
}

}

/* Standard syntax */
@
keyframes dropzone {
	from {background-color: #FFF;}
    to {background-color: #009fe3;}

}
@
-webkit-keyframes dropzone-text {
	from {opacity: 0}
	to {opacity: 1}
}

/* Standard syntax */
@
keyframes dropzone-text {
	from {opacity: 0}
	to {opacity: 1}
}

/* modal loader */
.modal-loader {
	display: none;
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .8) url('../images/ajax-loader.gif') 50%
		50% no-repeat;
}

body.loading, body.ajax-loading {
	overflow: hidden;
}

body.loading .modal-loader, body.ajax-loading .modal-loader {
	display: block;
}

.mg-bt-10 {
	margin-bottom: 10px;
}

.mg-tp-0 {
	margin-top: 0px;
}

.mg-tp-10 {
	margin-top: 10px;
}

.mg-r-10 {
	margin-right: 10px;
}

.mg-l-10 {
	margin-left: 10px;
}

.rating-symbol {
	font-size: 3em;
	cursor: pointer;
	color: #f59c00;
}

.idea-users .row {
	/*margin-bottom: 15px;*/
	
}

.pointer {
	cursor: pointer;
}

.glyphicon-star, .glyphicon-star-empty {
	color: #f59c00;
	font-size: 1.5em;
}

.ideas-container #filters {
	color: #FFF;
}

.language-select {
	font-weight: normal;
	font-size: 14px;
}

.modal-dialog {
	z-index: 9999;
}

.text-white {
	color: #FFF;
}

.validation-message {
	margin-top: 15px;
}

@media ( max-width : 750px) {
	#logo-container {
		line-height: 65px;
	}
	#header .header-menu {
		margin: 18px 0;
	}
	#logo {
		margin: 0 0 0 10px;
	}
	.logotext {
		font-size: 3rem;
	}
	#header {
		height: 65px;
	}
	#container {
		padding-top: 65px;
	}
}

@media print {
	#header {
		position: static;
	}
	#container {
		padding-top: 0px;
	}
	::-webkit-input-placeholder {
		color: transparent !important;
	}
	::-moz-placeholder {
		color: transparent !important;
	}
	::-ms-placeholder {
		color: transparent !important;
	}
	::placeholder {
		color: transparent !important;
	}
}