﻿/* ---------------------- 
Stylesheet Guide
-------------------------

FONTS
GENERAL STYLES
SLABTEXT
BLOCKQUOTES
TOOLTIPS
PROGRESS BARS
FORM ELEMENTS
 Inputs
 Buttons

*/
 
/* ================= FONTS  ================== */

@font-face {
 font-family: Oswald Bold;
 src: url('../fonts/Oswald/Oswald-Bold.ttf');
}
@font-face {
 font-family: Oswald;
 src: url('../fonts/Oswald/Oswald-Regular.ttf');
}
@font-face {
 font-family: Lora;
  src: url('../fonts/Lora/Lora-Regular.ttf');
}
@font-face {
font-family: Lora Bold;
  src: url('../fonts/Lora/Lora-Bold.ttf');
}
@font-face {
 font-family: Lora Italic;
 src: url('../fonts/Lora/Lora-Italic.ttf');
}
/* ================= GENERAL STYLES  ================== */


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
[hidden] {
display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	color: #262626;
	font-family: Lora;
}
body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	overflow:hidden !important;
	background-color:#262626;
}

::-moz-selection {
background: #e20078;
color: #fff;
text-shadow: none;
}
::selection {
background: #e20078;
color: #fff;
text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Oswald Bold;
	font-weight:bold;
}
h2, h3, h4, h5, h6 
{
    margin-top:0px;
	margin-bottom:15px;
	border-bottom: 1px dashed #262626;
}
h1 {
	margin-bottom:10px;
	margin-top:-5px;
	text-align:left;
	text-transform: uppercase;
	line-height:1.2;
	font-size:300%;
}
h2 {
	font-size:34px;
	line-height:34px;
	padding-bottom:10px;
}
h3 {
	font-size:28px;
	line-height:28px;
	padding-bottom:10px;
}
h4, summary {
	font-size:24px;
	line-height:24px;
	padding-bottom:10px;
}
h5 {
	font-size:22px;
	line-height:22px;
	padding-bottom:8px;
}
h6 {
	font-size:18px;
	line-height:18px;
	padding-bottom:8px;
}
p {
	font-family: Lora;
	font-weight:normal;
	font-size:15px;
	line-height:22px;
	margin-bottom:25px !important;
	margin-top:0px !important;
	word-spacing: 0.2em;
}
.italic {
	font-family: Lora Italic;
	font-style:italic;
}
a {
	color: #e20078;
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a:visited {
	color: #00e5ff;
}
a:hover {
	color: #00e5ff;
}
strong {
	font-family: Lora Bold, serif;
	font-weight: bold;
}
hr {
	display: block;
	height: 1px;
	border-top: 1px dashed #262626;
	margin: 0px 0 25px 0;
	padding: 0;
}
small {
	font-size: 85%;
}
ul, ol {
	list-style-type: none !important;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
.left {
	float:left;
}
.right {
	float:right;
}
svg:not(:root) {
overflow: hidden;
}
figure {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
/* ================= SLABTEXT  ================== */

.slabtexted .slabtext {
	display:-moz-inline-box;
	display:inline-block;
	white-space:nowrap;
}
.slabtextinactive .slabtext {
	display:inline;
	white-space:normal;
	font-size:1em !important;
	letter-spacing:inherit !important;
	word-spacing:inherit !important;
 *letter-spacing:0 !important;
 *word-spacing:0 !important;
}
.slabtextdone .slabtext {
	display:block;
}
/* ================= BLOCKQUOTES  ================== */ 
   
blockquote {
	font-family: Lora Italic;
	font-style: italic;
	margin: 0px 0px 25px 0px;
	padding-top:10px;
	quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
	color:#262626;
	content:open-quote;
	font-size:30px;
	line-height:10px;
	padding-right:10px;
	vertical-align:bottom;
}
blockquote:after {
	color:#262626;
	content:close-quote;
	font-size:30px;
	line-height:10px;
	padding-left:10px;
	vertical-align:bottom;
}
blockquote p {
	display:inline;
}
/* ================= TOOLTIPS  ================== */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
#tiptip_holder.tip_top {
	padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
	padding-top: 5px;
}
#tiptip_holder.tip_right {
	padding-left: 5px;
}
#tiptip_holder.tip_left {
	padding-right: 5px;
}
#tiptip_content {
	font-size: 14px;
	color: #fff;
	padding: 4px 8px;
	background-color: #e20078;
	border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}
#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: #e20078;
}
#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: #e20078;
}
#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: #e20078;
}
#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: #e20078;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #e20078;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #e20078;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #e20078;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #e20078;
}

/* Webkit Hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #tiptip_content {
 padding: 4px 8px 5px 8px;
 background-color: #e20078;
}
 #tiptip_holder.tip_bottom #tiptip_arrow_inner {
 border-bottom-color: #e20078;
}
 #tiptip_holder.tip_top #tiptip_arrow_inner {
 border-top-color: #e20078;
}
}
/* ================= PROGRESS BARS  ================== */

div.progress {
	padding:2px;
	margin-bottom:15px;
	border:1px solid #262626;
	height:15px;
	width:194px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px
}
div.progress.last {
	margin-bottom:0px !important;
}
div.progress .meter {
	height:100%;
	display:block;
	width:50%;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px
}
div.progress .meter.primary {
	background:#e20078;
}
div.progress .meter.secondary {
	background:#00e5ff;
}
/* ================= FORM ELEMENTS  ================== */

/* --- Inputs --- */

input[type="text"],input[type="email"], textarea {
	border:1px solid #ccc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	color:rgba(0, 0, 0, 0.75);
	display:block;
	font-size:14px;
	margin:0 0 10px 0;
	padding:5px;
	height:15px;
	width:180px;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
	background-color:#ebebeb;
}
input[type="text"].oversize,input[type="email"].oversize {
	font-size:15px;
	padding:4px 5px
}
input[type="text"]:focus,input[type="email"]:focus, textarea:focus {
	background:#fff;
	outline:none !important;
	border-color:#b3b3b3
}
input[type="text"][disabled],input[type="email"][disabled], textarea[disabled] {
	background-color:#ebebeb
}
textarea {
	height:73px;
	width:180px;
}
/* --- Buttons --- */

.button {
	width: auto;
	background: #00e5ff;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border:none !important;
}
.button:hover {
	color:#fff;
	background-color:#e20078
}