html { 
	background: url(../../img/wiz-bg-core.jpg) no-repeat center center fixed ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	padding-top: 0px;
	padding-bottom: 22px;
	color: #fff;
	text-align: center;
	background: none;
}

h1,
h2,
.jumbotron h1 {
	font-family: "Rockwell Light", Times, serif;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-transform: Uppercase;
}

h1,
.jumbotron h1 {
	font-size: 71px; /* = 71px/16px */
	line-height: 92px; /* = 92px/71px */
}

h2 {
	font-size: 23px; /* = 24px/16px */
	line-height: 30px; /* = 32px/24px */
	margin-top: 10px;
} 

p,
.note-id,
.jumbotron p {
	font-family: "Gotham Light", Arial, sans-serif;
	color: #fff;
	text-transform: Uppercase;
}

p,
.note-id,
footer p {
	font-size: 12px; /* = 12px/16px */
	line-height: 20px; /* = 21px/12px */
	letter-spacing: 1px;
	word-spacing: 1px;
}

.tilde {
	position: relative;
	font-size: 14px; /* = 26px/16px */
	line-height: 28px; /* = 11px/26px */
	top: 0.03em;
	margin-left: 4px;
	margin-right: 3px;
    transform:scale(2.6,1.2); 
    -webkit-transform:scale(2.6,1.2);
    display:inline-block;
}

.note-id .tilde {
	font-size: 13px; /* = 26px/16px */
	line-height: 19px; /* = 11px/26px */
    transform:scale(2.6,1.3); 
    -webkit-transform:scale(2.6,1.3);
}

p {
	margin-bottom: 16px;
}

.note-id {
	text-align: left;
	margin-bottom: 4px;
	margin-left: 0;
	padding: 8px 12px 7px;
}

.note-id p {
	line-height: 20px; /* = 21px/12px */
}

.note-link {
	font-family: "Gotham Medium", Arial, sans-serif;
	color: #fff;
	border-radius: 4px;
	border: none;
	display: inline-block;
}

/*
.notes .note-link {
	line-height: 12px;
	padding: 2px 4px 1px;
	border-radius: 3px;
	border: none;
	position: relative;
	top: 1px;
	left: -1px;
}
*/

.notes .note-link {
	text-align: center;
	line-height: 7px;
	padding: 5px 0 4px;
	border-radius: 4px;
	border: none;
	width: 19px;
	position: relative;
	top: 0;
	left: 1px;
}

.note-link:hover,
.note-link:focus {
	color: #8455bd;
   text-decoration: none;
	background-color: rgba(255, 255, 255, 0.77);
}

.note-link.blue:focus,
.note-link.pink:focus,
.note-link.gold:focus {
	color: #fff;
}

.note-link.blue:focus {
	background-color: #4089cd;
}

.note-link.pink:focus {
	background-color: #d2236c;
}

.note-link.gold:focus {
	background-color: #ef7a14;
}

.jumbotron .note-link {
	line-height: 8px;
 	font-size: 9px;
	padding: 5px 0 4px;
	border-radius: 4px;
	border: none;
	width: 17px;
	margin-left: 1px;
}

.jumbotron .note-link.blue {
	margin-left: 2px;
}

.jumbotron .note-link.pink {
	width: 18px;  
}

.jumbotron .note-link.pink:after {
	left: 0;
}

.jumbotron .note-link.blue::after {
	left: 0;  
}

.glyphicon {
	line-height: 8px;
	top: 0;
}

/*
.blue .glyphicon {
	left: 1px;
}
*/

.notes {
	padding: 0 15px 0 15px; 
	margin: 0;
}

.oyoyoy {
	padding: 0 0 20px;
}

.notes ol {
	padding: 4px 4px 0 11px;
	margin-bottom: 4px;
}

.notes ol p {
	margin-bottom: 0;
}

.jumbotron p {
	font-size: 14px; /* = 14px/16px */
	line-height: 26px; /* = 22px/14px */
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 2px;
}

@media (min-width: 1200px) {
  .jumbotron p {
	padding: 0 17px;
	margin-bottom: 0;
  }
}

@media (min-width: 970px) {
  .jumbotron p {
	padding: 0 39px;
  }
}

.btn {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 33px;
}

.btn:hover, .btn:focus, .btn.focus, .btn:active {
	color: #fff;
	background: #000;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active {
	color: #fff;
	background: #000;
}

.col-md-4 {
	padding: 0 28px;
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
	opacity: 0.49;
   filter: alpha(opacity=49); /* For IE8 and earlier */
}

.jumbotron hr {
	margin-top: 40px;
}

.oyoyoy hr {
	margin-bottom: 36px;
}


input,
textarea {
	font-family: "Gotham Book", Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.help-block {
	margin-top: 2px;
	background-color:rgba(255, 255, 255, 0.66);
}

.has-error .help-block {
	font-family: "Gotham Medium", Arial, sans-serif;
	color: #c0005a;
	font-size: 11px; /* = 11px/16px */
	line-height: 38px; /* = 37px/11px */
	word-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 13px;
}

.btn {
	color: #fff;
	font-family: "Gotham Medium", Arial, sans-serif;
	font-size: 12px; /* = 12px/16px */
	line-height: 25px; /* = 25px/12px */
	letter-spacing: 1px;
	padding: 12px 18px 10px;
	border-radius: 8px;
	border: none;
}

.btn-send {
   color: #fff;
   background-color: #000;
   border-color: transparent;
}

.btn-default {
   color: #fff;
   background-color: #000;
   border-color: transparent;
}

input.btn {
	margin: 13px 0 0;
}

.contact-form {
	padding-top: 6px;
}

.form-group {
	margin-bottom: 11px;
	border-radius: 8px;
}

.form-control {
	color: #111;
	font-size: 12px;
	text-align: center;
	word-spacing: 1px;
	border-radius: 8px;
	height: 44px;
	padding: 12px 14px;
}

.form-control::-webkit-input-placeholder {
	color: #aaa;
	text-align: center;
}

.form-control::-moz-placeholder {
	color: #aaa;
	text-align: center;
}

.blue {
	background: #4089cd;
}

.pink {
	background: #d2236c;
}

.gold {
	background: #ef7a14;
}

.blue-type,
.pink-type,
.gold-type {
	font-family: "Gotham Book", Arial, sans-serif;
	margin-right: 1px;
}

.blue-type {
	color: #4089cd;
}

.pink-type {
	color: #d2236c;
}

.gold-type {
	color: #ef7a14;
	margin-right: 2px;
}


.numeral {
	letter-spacing: 2px;
	margin-right: 1px;
}

.brackets {
	position: relative;
	margin: 0 2px;
	top: -1px;
}
	
/*
.container {
	padding: 0 28px;
}
*/

.jumbotron {
	padding: 13px 13px 0;
	margin-bottom: 0;
	background: none;
}

/*
.jumbotron img {
	padding: 22px 0 0;
}	
*/	
