/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: Helvetica, sans-serif;
	height:100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#flash_messages_error{background-color:#ff2f69}
#flash_messages_success{background-color:#00b31f}
.flash-messages{position:fixed;top:200px;right:0;z-index:100;min-width:250px;padding:20px}
.flash-messages p{margin-bottom:10px;font-size:15px;line-height:20px;font-weight:400;color:#fff}
.flash-messages p:before{content:"\2022";padding-right:5px}
.flash-messages p:last-of-type{margin-bottom:0}

@font-face {
	font-family: HelveticaLight;
    src: url('../fonts/helvetica/Helvetica-Light.otf');
}

@font-face {
	font-family: Helvetica;
    src: url('../fonts/helvetica/Helvetica.ttf');
}

@font-face {
	font-family: HelveticaBold;
    src: url('../fonts/helvetica/Helvetica-Bold.ttf');
}

input, textarea {
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	border: none;
	border-radius: 0;
}

::-moz-selection {
    background-color: #000;
	color: #fff;
}
::selection {
    background-color: #000;
	color: #fff;
}

.center-vertically {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.animate {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}

.animate-bottom {
	-webkit-transition: bottom .5s ease-out;
	-moz-transition: bottom .5s ease-out;
	-o-transition: bottom .5s ease-out;
	transition: bottom .5s ease-out;
	-ms-transition: bottom .5s ease-out;
}

.hover:hover {
	cursor: pointer;
}

#loader {
	position: fixed;
	z-index: 150;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.95);
}

.lds-facebook {
	position: absolute;
	top: 50%; left: 0; right: 0;
	margin:auto;
	width: 80px;
	height: 80px;
}
.lds-facebook div {
	position: absolute;
	display: inline-block;
	left: 8px;
	width: 13px;
	background: #252E5C;
	animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
	-webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
	-moz-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
	left: 8px;
	animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
	left: 32px;
	animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
	left: 56px;
	animation-delay: 0;
}
@keyframes lds-facebook {
	0% {
		top: 8px;
		height: 64px;
	}
	50%, 100% {
		top: 24px;
		height: 32px;
	}
}

.follower {
	position: fixed;
	z-index: 100;
	width: 25px;
	height: 25px;
	opacity: 0.6;
	border-radius: 3px;
	border:4px solid #CBCBCA;
	transition-duration: 100ms;
	transition-timing-function: ease-out;
	pointer-events: none;
}

.noscroll { 
	overflow: hidden;
}

@media all and (max-width: 1000px) {

	.follower {
		display: none;
	}

}