@charset "utf-8";
/* ===== RESET CSS ===== */
html, body, div, span, applet, button, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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  {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: normal;
  background: transparent;
}

p {
	line-height: 1.2em;
	margin-bottom: 1em;

}

ol, ul {
  -webkit-padding-start: 0px;
}

:focus {
  outline: 0;
}

table {
	margin: 0 auto;
}

td {
  vertical-align: middle;
}

html {
  min-height: 100%;
}

body {
  min-height: 99%;
  margin: 0;
}

body, textarea {
	font-size: 16px;
	color: #666666;
}

a {
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0px;
}

/* ===== FORMS ===== */

select,input {
	font-size: 16px;
	font-family: raleway, arial;
	font-style: normal;
	font-weight: 400;
	white-space: nowrap;
	text-decoration: none !important;
	padding: 10px !important;
	color: #444 !important;
	display: inline-block;
	border: solid 1px #ccc;
	margin: 2px;
}


select:focus,input:focus {
	border: solid 2px #999;
	/* box-shadow: 0px 0px 2px #999999; */
	margin: 1px;
}

/* ===== NAV ===== */

.nav {
  width: 100%;
  height: 70px;
}

.stickynav {
  position: fixed;
  top: 0;
  left: 0;   
  z-index: 9999;
  width: 100%;
  height: 70px;
  background: url(../grafx/transparent85.png);
}

.support {
  /* position: fixed;
  top: 0;
  left: 0;   
  z-index: 9999; */
  width: 100%;
  height: 60px;
  background: #006bb6;
}

/* ===== LINKS ===== */

.link {
	font-size: 16px;
	font-family: raleway, arial;
	font-style: normal;
	font-weight: 500;
	white-space: nowrap;
	text-decoration: none !important;
	padding: 0px 0px !important;
	display: inline-block;
	margin: 2px 2px 3px;
}

.link:hover {
	text-decoration: underline !important;
}

.dot {
	border-bottom: 1px dotted;
	margin: 2px;
}

.dot:hover {
	border-bottom: none;
	margin: 2px 2px 3px;
}


/* ===== BUTTONS ===== */

.quote {
	display: inline-block;
	margin: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	border: none;
}

.btn_blue {
	font-size: 16px;
	font-family: raleway, arial;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	white-space: nowrap;
	text-decoration: none !important;
	padding: 8px 16px !important;
	color: #eee !important;
	display: inline-block;
	margin: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	border: none;
	background: #006bb6 !important;
}

.btn_blue:hover {
	color: #fff !important;
  	background: #008DF0 !important;
}

.btn_grey {
	font-size: 16px;
	font-family: raleway, arial;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	white-space: nowrap;
	text-decoration: none !important;
	padding: 8px 16px !important;
	color: #eee !important;
	display: inline-block;
	margin: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #A5ACAC !important; /* GRAY was #f3f3f3 */
}

.btn_grey:hover {
	color: #fff !important;
  	background: #B5BBBB !important; /* GRAY was #f3f3f3 */
}

.btn_clear {
	font-size: 14px;
	font-family: raleway, arial;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	white-space: nowrap;
	text-decoration: none !important;
	padding: 8px 16px !important;
	color: #fff !important;
	display: inline-block;
	margin: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid white 1px;
	background: #006bb6 !important; /* GRAY was #f3f3f3 */
}

.btn_clear:hover {
	color: #006bb6 !important;
	border: solid white 1px;
  	background: #fff !important; /* GRAY was #f3f3f3 */
}

.btn_price {
	white-space: nowrap;
	text-decoration: none !important;
	padding: 8px !important;
	color: #444 !important;
	display: inline-block;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	border: 1px solid #999;
	
	background: #eee !important;
}

.btn_price:hover {
	color: #fff !important;
  	background: #C7E8FF !important; /* GRAY was #f3f3f3 */
}

/* ===== IMAGES ===== */

.sshot{
	border-radius: 0px;
	border: solid #CCC 1px;
}
	
/* ===== FONTS ===== */

.banner{
	font-size: 32px;
	font-family: raleway, arial;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #444444;
}

.normal {
	font-size: 20px;
	font-family: lato, arial;
  	font-style: normal;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #444444;
}

.xxs {font-size: 12px;}
.xs {font-size: 14px;}
.s {font-size: 16px;}
.m {font-size: 20px;}
.l {font-size: 26px;}
.xl {font-size: 36px;}
.xxl {font-size: 48px;}
.xxxl {font-size: 64px;}

.wide {letter-spacing: 1px;}
.wider {letter-spacing: 2px;}

.light {font-weight: 300;}
.regular {font-weight: 400;}
.semibold {font-weight: 500;}
.bold {font-weight: 700;}

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

.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}

.blue {color: #006bb6; text-decoration-color: #006bb6;}
.gray {color: #444; text-decoration-color: #444;}
.mgray {color: #666; text-decoration-color: #444;}
.ltgray {color: #999; text-decoration-color: #444;}
.white {color: #fff; text-decoration-color: #fff;}
.mist {color: #eee; text-decoration-color: #eee;}

.full {border: none; width: 100%; margin-bottom: 15px; height: 99%}
.nobo {border: none; width: 100%; margin-bottom: 15px}