/*
- static.css
*/

@font-face {
    font-family: 'walkway_ultraboldregular';
    src: url('../_fonts/Walkway_UltraBold-webfont.eot');
    src: url('../_fonts/Walkway_UltraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Walkway_UltraBold-webfont.woff') format('woff'),
         url('../_fonts/Walkway_UltraBold-webfont.ttf') format('truetype'),
         url('../_fonts/Walkway_UltraBold-webfont.svg#walkway_ultraboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: walkway_ultraboldregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.428571429;
	color: #333333;
	background-color: #FCFEE0;
	margin: 0px;
	min-height: 888px;
	/*z-index: 100; */
}


h1,
h2,
h3,
.h1,
.h2,
.h3
 {
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: walkway_ultraboldregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

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


a {
	background: transparent;
	color: #428bca;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a:active,
a:hover {
	outline: 0;
}

a:hover,
a:focus {
	color: #2a6496;
	text-decoration: underline;
}

h1 {
	/*margin: 0.67em 0; 
	text-indent: 5px; */
	font-size: 2em;
	
	letter-spacing:2px;
}

h1,
h2,
h3 {
	/* margin-top: 20px;
	margin-bottom: 10px; */
}

h1 small,
h2 small,
h3 small,
h1 .small, em.h1,
h2 .small,
h3 .small {
	font-size: 65%;
}

h4,
h5,
h6 {
	/* margin-top: 10px;
	margin-bottom: 10px; */
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
	font-weight: bold;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

p.quote {
	font-style:italic;
	font-size: 13px;
}

pre {
font-family: walkway_ultraboldregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
color: #333333;
}

hr.style-two { 
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	margin-bottom:25px;
	margin-top:5px;
	width:90%;
}

img {
	border: 0;
}

ul,
ol {
	margin-top: -20px;
	margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

li {
	color:#428bca;
}


*,
*:before,
*:after {
	box-sizing: 		border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
}

button,
input {
	margin: 0;
	padding: 0;
}


button {
	text-transform: none;
}



/* .btn */
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	user-select: 		 none;
	-webkit-user-select: none;
	-moz-user-select: 	 none;
	-ms-user-select: 	 none;
	-o-user-select: 	 none;
}

.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus {
	color: #333333;
	text-decoration: none;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	box-shadow: 		inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);     
}


.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}


.fade {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 		opacity 0.15s linear;
	-webkit-transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
	filter: alpha(opacity=100);
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}


/* .modal */
.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: auto;
	overflow-y: scroll;
}

.modal.fade .modal-dialog {
	transform: 			translate(0, -25%);
	-webkit-transform: 	translate(0, -25%);
	-ms-transform: 		translate(0, -25%);
          
	transition: 		transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: 	-moz-transform 0.3s ease-out;
	-o-transition: 		-o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	transform: 			translate(0, 0);
	-webkit-transform: 	translate(0, 0);
	-ms-transform: 		translate(0, 0);      
}

.modal-dialog {
	position: relative;
	top: 80px;
	z-index: 1050;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #ffffff; 
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: none;
	box-shadow: 		0 5px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #000000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	min-height: 16.428571429px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-header-img {
	width:32px; 
	height:32px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: -7px;
}

.modal-title {
	margin: 0;
	line-height: 1.428571429;
	font-weight: bold;
}

.modal-body {
	position: relative;
	padding: 0;
	margin: 0;
}

.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}


/* .tooltip */
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #000000;
	border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-top-color: #000000;
	border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-top-color: #000000;
	border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: #000000;
	border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: #000000;
	border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
}



/*
- static.css
*/