@CHARSET "UTF-8";
@import url("forms.css");
@import url("layouts.css");
@import url("structure.css");
@import url("tables-lists.css");
@import url("icons.css");
@import url("animation.css");
@import url("mobile.css");
@import url("../socicon/socicon.css");
/*

font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

* {
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: -moz-text;
	-ms-user-select: text;
	user-select: text;

	outline: 0;
}

[data-content-loop] {
	visibility: hidden;
}

[data-authenticated] {
	visibility: hidden;
	display: none;
}

[data-authenticated-hide] {
	visibility: visible;
}

body, html {
	height: 100%;
	width: 100%;
	position: relative;
}

body {
	margin: 0 !important;
	padding: 0;
	color: #666666;
}

body, td {
	font-size: 14px;
	font-family:  "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 22px;
	letter-spacing: 1.2px;
	font-weight: 300;
}

p.large {
	font-size: 30px;
}


h1, h2, h3, h4, h5 {
	font-family: "Roboto";
    margin: 0;
    padding: 0;	
    font-weight: 200;
}

h3 {
	font-size: 18px;
	font-weight: 300;

	line-height: 24px;
	margin-bottom: 20px;

	color: #333333;
}

h4 {
	font-size: 14px;
	margin-bottom: 0px;
}

h4.yellow {
	color: #FCB123;
	text-transform: uppercase;
}
h3.marker {
	background: url('../images/marker-small.png') no-repeat;
	padding-left: 35px;
	height: 34px;
	margin-left: -10px;
}

h5 {
	font-size: 12px;
}

hr {
    size: 1;	
}

strong.black {
	color: #000;
}

p.first {
	margin-top: 0;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #1595d3;
}

a:hover {
	cursor: pointer;
}

a.white {
	color: #fff;
}

.right {
	float: right;	
}

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}

.noline, tr.noline td {
    border: none !important;
}

img {
	border: 0;	
}

.white-bknd {
	background: #fff;
}

.rounded {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
}

.rounded-3px {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

div.center div {
	margin: auto;
}

.noborder {
    border: none !important;	
}

.nopadding {
    padding: 0 !important;	
}

.hidden {
	display: none;
    visibility: hidden;	
}

.bottom-shadow {
	background: url('../images/bottom-shadow.jpg') repeat-x;
}

.clear-line-height {
	line-height: 0;	
}

.no-margin-top {
	margin-top: 0;
}

.no-padding-top {
	padding-top: 0 !important;
}

.uppercase {
	text-transform: uppercase;
}
