/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@font-face {
    font-family: 'LeagueSpartan';
    src: url("https://www.titanmen.com/framework/fonts/LeagueSpartan-Bold.otf") format("opentype");
}
.form-control *, .form-inline * {
	box-sizing: border-box;
}
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
	font-family: 'Roboto', sans-serif;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
button, label {
	cursor: pointer;
}
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-family: 'LeagueSpartan';
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
html, body {
    height: 100%;
	position: relative;
}
.package-wrap {
    width: 100%;
	min-height: 100%;
    background: url(images/bkg.jpg) no-repeat top center fixed;
    overflow: hidden;
    position: relative;
    background-size: cover;
}
.package-container {
	width: 99%;
	padding: .5%;
	max-width: 480px;
	position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(255,255,255,.25);
}
.package-container h1 {
	font-weight: 300;
	margin: .65em .5em .0725em .5em;
	color: #ffffff;
	text-shadow: 1px 1px 0px #121212;
}
.package-container h1 span{
	color: #4ac9ea;
}
.form-group{
	width: auto;
	box-sizing: border-box;
}
.input-group {
	padding: .25em;
}
.input-group *{
	vertical-align: middle;
  	text-align: center;
}
.input-group input[type="text"] {
	width: 96%;
	border: none;
	text-align: left;
	padding: 2%;
	margin: 2px 2%;
	color: #454545;
}
.plan-select-list {
	margin: 0 0 1em 0;
	list-style-type: none;
	padding: 0 0;
	background-color: rgba(255,255,255,.6);
}
.plan-select-list li {
	display: block;
	margin: 0 0;
	padding: 0 0;
	width: 94%;
	padding: 3%;
	font-weight: 700;
	color: #545454;
	border-bottom: 1px solid #efefef;
}
.active {
	font-size: 1.25em;
	background-color: #0caed7;
	color: #ffffff !important;
}
.upper-right-logo {
	margin: .65em .85em .0725em 1em;
	float: right;
	height: 2em;
}
.lower_icons {
	display: block;
	margin: .5em auto;
	text-align: center;
	width: 100%;
	max-width: 160px;
	height: auto;
}
@font-face {
	font-family: 'titan';
	src: url('./font/titan.eot?53942076');
	src: url('./font/titan.eot?53942076#iefix') format('embedded-opentype'),  url('./font/titan.woff?53942076') format('woff'),  url('./font/titan.ttf?53942076') 
format('truetype'),  url('./font/titan.svg?53942076#titan') format('svg');
	font-weight: normal;
	font-style: normal;
}
.input-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.icon {
	font-family: "titan", 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
	margin-left: .2em;
	/* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;/* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.input-text {
	display: inline-block;
	text-align: left;
}
button[type="submit"] {
	background-color: #82cf28;
	border: none;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	display: block;
	font-size: 1.5em;
	padding: .25em 1em;
	text-shadow: 2px 2px 0px #2e4f07;
    font-family: 'LeagueSpartan';
	font-weight: normal;
	box-shadow: 2px 2px 0px #2e4f07;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+85 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 85%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 85%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 85%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.sm-footer {
    color: #ffffff;
    text-align: center;
    font-size: .8em;
	padding: .5em .25em;
}
.sm-footer a {
    color: #ffffff;
	text-decoration: none;
}
.sm-footer a:hover {
	text-decoration: underline
}
.max-width {
	width: 98%;
	margin: 0 auto;
	display: block;
	max-width: 1280px;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.2%;
}

.col img {
	vertical-align: middle;
	width: 100%;
	height: auto;
}
.col:first-child { margin-left: 0; }
.plan-select-list .col {
	display: inline;
	vertical-align: bottom;
	line-height: 1;
}
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.56%;
}
.span_10_of_12 {
  	width: 83.13%;
}

.span_9_of_12 {
  	width: 74.7%;
}

.span_8_of_12 {
  	width: 66.26%;
}

.span_7_of_12 {
  	width: 57.83%;
}

.span_6_of_12 {
  	width: 49.4%;
}

.span_5_of_12 {
  	width: 40.96%;
}

.span_4_of_12 {
  	width: 32.53%;
}

.span_3_of_12 {
  	width: 24.1%;
}

.span_2_of_12 {
  	width: 15.66%;
}

.span_1_of_12 {
  	width: 7.233%;
}
@media screen and (min-width: 480px) and (max-width: 800px) {
	.head-logo {
  		width: 24.1%;
	}
	.head-empty {
		display: none;
	}
	.head-awards {
	  	width: 74.7%;
	}
}
@media screen and (min-height: 300px) and (max-height: 599px) {
	.package-wrap {
		overflow: auto;
	}
	.package-container {
	position: relative;
	overflow: auto;
	width: 97%;
	top: 0;
	left: 0;
	transform: none;
	}
	.footer {
	position: relative;
	}
	.package-container h1 {
	font-size: 1.25em;
	}
	.plan-select-list li {
    font-size: 1em;
	}
	.active {
    font-size: 1.25em;
    background-color: #0caed7;
    color: #ffffff !important;
	}
	button[type="submit"] {
	  font-size: 1.25em;
	  padding: .25em .5em;

	}
}
@media screen and (min-height: 600px){
	.footer {
	position: absolute;
	}
}
@media screen and (min-width: 300px) and (max-width: 480px) {
	.head-logo {
  		width: 33.3%;
		float: none;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.head-logo img {
		display: inline-block;
	}
	.head-empty {
		display: none;
	}
	.head-awards {
		display: none;
	}
	.package-wrap {
		overflow: auto;
	}
	.package-container {
	position: relative;
	overflow: auto;
	width: 97%;
	top: 0;
	left: 0;
	transform: none;
	}
	.package-container h1 {
	font-size: 1.5em;
	}
	.plan-select-list li {
    font-size: 1em;
	}
	.active {
    font-size: 1.25em;
    background-color: #0caed7;
    color: #ffffff !important;
	}
	.package-container {
	height: auto;
	}
	.footer {
	position: relative;
	}
}
/* Mobile Landscape */
@media (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	.head-logo {
  		width: 33.3%;
		float: none;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.head-logo img {
		display: inline-block;
	}
	.head-empty {
		display: none;
	}
	.head-awards {
		display: none;
	}
	.package-wrap {
		overflow: auto;
	}
	.package-container {
	position: relative;
	overflow: auto;
	width: 97%;
	top: 0;
	left: 0;
	transform: none;
	}
	.package-container h1 {
	font-size: 1.5em;
	}
	.plan-select-list li {
    font-size: 1em;
	}
	.active {
    font-size: 1.25em;
    background-color: #0caed7;
    color: #ffffff !important;
	}
	.package-container {
	height: auto;
	}
	.footer {
	position: relative;
	}
	.plan-select-list label {
		font-size: .85em;
	}
}
.header-wrap {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+15,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 15%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 15%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
padding: .5em 0;
}

