* {
	padding: 0;
	margin: 0;
	position: relative;
}

*::selection {
	background-color: #B4373B;
	color: #fff;
}

a { text-decoration: none; }

aside { 
	margin-top: 30px;
	float: right !important;
}

aside ul {
	list-style-type: none;
	border: 1px solid #ccd1d9;
	margin-right: 30px;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
}

aside li:hover, aside li:focus {
	color:#fff;
	background-color: #c9494d;
	border-color: #c9494d;
	transition: all ease-in-out 150ms;
}

aside a {
	color: inherit !important;
	line-height: 3em;
	margin-left: 10px;
}

aside .active {
	color: #fff;
	background: #b4373b;
	border-color: #b4373b;
}

aside blockquote {
	font-style: italic;
	width: 250px;
	margin-top: 20px;
	border-radius: 4px;
	padding: 20px;
	background-color: #F0F2F5;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans','Times New Roman', serif;
	font-weight: 400;
	font-size: 80%;
	line-height: 1.5em;
	color: #323232;
	background: #f0f2f5;
}

footer {
	color: #aab2bd;
	font-size: 10px;
	background: #656d78;
	text-transform: uppercase;
	height: 352px;
	padding-top: 50px;
	box-sizing: border-box;
}

footer a {
	color: inherit;
	transition: all .15s;
}

footer a:hover, footer a:focus {
	color: #b4373b;
}

footer h5 { font-weight: 600; }

footer #c { text-align: center; }

form input{
	background: #fff;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #80868e;
	margin: 0 8px 8px 0;
	border: 1px solid #ccd1d9;
	border-radius: 4px;
	box-sizing: content-box;
}

form input {
	height: 38px;
	min-width: 198px;
	padding: 0 16px;
}

form input[type="button"] { 
	min-width: 120px;
	border: 0px;
}

form input:focus, form select:focus, form input:hover, form select:hover {
	border-color: #c9494d;
}

:focus::-webkit-input-placeholder, :hover::-webkit-input-placeholder  { color: #656d78; }
:focus:-moz-placeholder, :hover:-moz-placeholder { color: #656d78; }
:focus::-moz-placeholder, :hover::-moz-placeholder { color: #656d78; }
:focus:-ms-input-placeholder, :hover:-ms-input-placeholder { color: #656d78; }
:focus {
  outline-color: transparent;
  outline-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 120%;
}

h1,h2,h3 { font-weight: 300; }

h4,h5,h6 {
	font-weight: 400;
	padding-bottom: .8em;
}

h1 {
	font-size: 369%;
	padding-bottom: .5em;
}

h2 {
	font-size: 231%;
	padding-bottom: .6em;
}

h3 {
	font-size: 185%;
	padding-bottom: .7em;
}

h4 { font-size: 138%; }
h5 { font-size: 123%; }
h6 { font-size: 108%; }

img { border: none; }

img.inline {
	padding: 0px;
}

input, select {
	display: block;
}

ol li::first-line {
	font-size: 125%;
}

p {	padding-bottom: 16px; }

p:last-child { padding-bottom: 0px; }

p > strong { color: inherit; }

section img {
	padding: 24px;
	margin: auto;
	display: block;
}

strong {
	color: #b5383c;
	font-family: 'Open Sans';
	font-weight: 600;
}

#top {
	background: #ecf0f1;
	height: 100px;
	position: relative;
	z-index: 3;
}

#top #logo {
	height: 100px;
	width: 194px;
	background: url("../images/logo.png") 0 0 no-repeat;
	margin-left: 10px;
	cursor: pointer;
}

#bell {
	height: 41px;
	width: 50px;
	background: url("../images/bell.png") 0 0 no-repeat;
	position: absolute;
	top: 6px;
	left: 13px;
	transform-origin: center 13px;
	animation: bell 1s ease-in-out infinite alternate;
}

#topRight {
	padding: 18px 0 0;
	position: absolute;
	top: 0;
	right: 0px;
}

#topRight h2 {
	line-height: 32px
}

#navBar, #navBar ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#navBar {
	background: #b4373b;
    font-family: 'Open Sans','Helevtica Neue',Helvetica,Arial,sans-serif;
    font-size: 1em;
    height: 36px;
    box-sizing: border-box;
    list-style: none outside none;
    display: block;
    position: relative;
    z-index: 1;
}

#navBar li {
	color: #f5f7fa;
    display: block;
    float: left;
    height: 36px;
    width: 192px;
    position: relative;
    z-index: 1;
    transition: background ease-in-out 0.05s 0.1s;

}

#navBar li:hover {
	background: #c9494d;
	transition: background ease-in-out 150ms 0s;
    box-sizing: border-box;
}

#navBar ul {
    position: absolute;
    z-index: 2;
    max-height:0px;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    transition: max-height ease-in-out 150ms;
}

#navBar ul li {
    background: #c9494d;
    color: #f5f7fa;
    width: 100%;
    transition: 0s;
}

#navBar ul li:hover {
	background: #b4373b;
	transition: 0s;
}

#navBar li a {
	color: inherit;
    display: block;
    line-height: 36px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

#navBar li:hover ul {
	border-top: 0;
    left: 0;
    top: 36px;
    width: 192px;
    max-height: 400px;
    transition: max-height ease 0.1s;
}

#main {
	background: #fff;
	min-height: 660px;
	border: 0px;
	border-bottom: 2px solid #e2e4e7;
	border-radius: 4px;
	margin: 20px auto;
	transition: height 0.4s ease-in-out;
	opacity: 0;
	overflow-y: hidden;
}

#main>section {
	padding: 30px;
	padding-right: 40px;
	box-sizing: border-box;
}

#main>section>ul { padding: 0 16px 24px; }

#main>section>ol { padding-left: 21px; }

#main lh {
	color: #b5383c;
	font-family: 'Open', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: 400;
	padding-top: 24px;
	margin-left: -16px;
}

#main li, #main lh {
	line-height: 28px;
}

#main a { color: #B4373B;}

#eyecatch {
	color: #fff;
	background: url("../images/eyecatch.jpg") no-repeat;
	height: 400px !important;
	width: 960px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0 !important;
}

#eyecatch .button { 
	margin: 12px auto 11px; }

#eyecatch {
	height: 100%;
}

#eyecatch h2 {
	font-weight: 300;
	padding-bottom:0px;
	text-shadow: rgba(0,0,0,0.6) 0 1px 2px;
}

#eyecatch > div {
	height: 60px;
	padding: 170px 40px;
	box-sizing: border-box;
}

#stage_one, #stage_two, #stage_three {
	position: relative;
	height: 152px;
	color: white;
	background-color: rgb(180, 55, 59);
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 24px;
	border-radius: 4px;
	border-bottom: solid 2px rgb(122, 33, 36);
}

#stage_two, #stage_three { display: none; }

#thanks {
	text-align: center;
	height: 72px;
	padding: 0 !important;
	margin: -24px auto 0;
	position: absolute;
	top: 50%;
}

#footerLogo {
	margin-top: -15px;
	margin-left: 18px;
}

#social {
	background: #b5383c;
	color: #ecf0f1;
	text-align: center;
	height: 280px;
	box-sizing: border-box;
}

#social img {
	margin: auto;
	padding: 0px;
}

#loading {
	background-color: rgba(32,32,32,0.8);
	font: inherit;
	text-align: center;
	color: #fff;
	height: 300px;
	width: 300px;
	margin-top: -150px;
	margin-left: -150px;
	border-radius: 4px;
	position: fixed;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
	z-index: 9999;
}

#bowlG {
	width: 50px;
	height: 50px;
	margin: 100px -29px 20px;
	position: relative;
	left: 50%;
}

#bowl_ringG {
	height: 50px;
	width: 50px;
	border: 4px solid #bdc3c7;
	border-radius: 50px;
	position: absolute;
}

.ball_holderG {
	height:50px;
	width:13px;
	position: absolute;
	top:0px;
	left:18px;
	animation-name:ball_moveG;
	animation-duration:1.3s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
}

.ballG{
	width:20px;
	height:20px;
	background:#ecf0f1;
	border-radius:17px;
	position:absolute;
	top:-12px;
	left:0px;
}

.bBorder { border-bottom: 1px solid #ccd1d9; }

.button, input[type="button"] {
	color: #fff !important;
	background: #b5383c;
	font-size: 16.994px;
	font-family: 'Open Sans', 'Times New Roman', serif;
	font-weight: 600;
	line-height: 44px;
	text-align: center;
	height: 48px;
	width: 120px;
	padding: 0;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	transition: background ease-in 0.04s;
}

.button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus {
	background: #c9494d;
	transition: background ease-in 0.04s;
}

.button:active, input[type="button"]:active {
	background: #a82d32;
	height: 48px;
	border-top: 2px solid #7a2124;
	box-shadow: rgba(0,0,0,0.4) 0 0 0;
}
.button.w {
	color: #323232 !important;
	background-color: #fff;
	position: absolute;
	right: 24px;
	bottom:24px;
	width: 198px;
	border: 0px;
	margin: 0px;
}

.question {
	padding-top: 0.8em;
	overflow: hidden;
	transition: all ease-in 0.04s;
}

.question:hover { background: #ecf0f1; }

.Q { cursor: pointer; }

.Q:before {
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -3px;
	border: 6px solid transparent;
	border-top: 6px solid #000;
	z-index: 1;
	
	-webkit-transform-origin: 50% 20%;
	-moz-transform-origin: 50% 20%;
	-ms-transform-origin: 50% 20%;
	transform-origin: 50% 20%;
}

.A {
	height: 0;
	transition: all ease-in 0.04s;
}

.A.show {
	height: auto;
	padding-bottom: 10px;
	transition: all ease-in 0.04s;
}

@keyframes ball_moveG {
	0%{ transform:rotate(360deg) }
	100%{ transform:rotate(0deg) } 
}

@keyframes bell {
	0% { transform: rotate(-30deg) }
	100% { transform: rotate(30deg) }
}