/* CSS Rules: Sorted alphabetically for better organization. */

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

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


html {
    font-size: 62.5%;
    height: 100%;
    min-height: 100%;
}

body {
    color: white;
    font-family: 'CenturyGothic';
    font-weight: bold;
    font-style: normal;
    font-size: 1.8rem;
    font-weight: 400;
    height: 100%;
    min-height: 100%;
    text-transform: uppercase;
    background-size: cover;
}

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

img {
    max-width: 100%;
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(wpc.314b.edgecastcdn.net/80314B/lpvideos/white/mature/frame-v2.jpg) no-repeat;
}

button {
    display: none;
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
}

.container {
    width: 960px;
    position: relative;
}

#question_2,
#question_3,
#question_4,
#ending {
    display: none;
}

#main {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background: white;
    color: #999999;
    text-align: center;
}

.answers {
    width: 70%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

a.flirt,
a.love {
    font-size:22px;
    display: inline-block;
    transition: all linear 0.3s;
}

a.flirt {
    background: url('images/flirt.png') no-repeat center center;
    background-size: 100% auto;
}

a.love {
    background: url('images/love.png') no-repeat center center;
    background-size: auto 100%;
}

a.love:hover {
    background: url('images/love_hover.png') no-repeat center center;
    background-size: auto 100%;
    color: #999999;
}

a.flirt:hover {
    background: url('images/flirt_hover.png') no-repeat center center;
    background-size: 100% auto;
    color: #999999;
}

.member {
    display: inline-block;
    max-width: 35%;
    overflow: hidden;
    border-radius: 300px;
    border: solid 5px white;
}

#ending {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 5;
    text-transform: none;
}

img.loader {
    max-width: 30%;
    display: block;
}

h1,
h2,
h3 {
    font-family: 'CenturyGothic-Bold';
    font-style: normal;
}

h1 {
    font-size: 3rem;
}

h4 {
    font-family: 'CenturyGothic';
    font-style: normal;
    font-weight: normal;
    font-size:18px;
}

h2 {
    text-align: center;
    font-size:22px;
}

a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#ending h3 {
    font-size: 2.5rem;
}

#ending h3.answes_review {
    text-transform: uppercase;
}

a.start_button {
    display: block;
    width: 70%;
    border: solid 3px white;
    text-align: center;
    cursor: pointer;
    font-size:22px;
    transition: all linear 0.3s;
    font-family: "CenturyGothic-Bold";
    font-weight: normal;
}

a.start_button:hover {
    background: white;
    color: #999999;
}

.show_end {
    font-family: 'CenturyGothic';
    font-style: normal;
    font-weight: normal;
    font-size: 1.9rem;
}

a#agree {
    display: block;
    width: 35%;
    border: solid 5px white;
    text-align: center;
    cursor: pointer;
    font-size: 3.5rem;
    transition: all linear 0.3s;
}

a#agree:hover {
    background: white;
    color: #999999;
}

#slideshow {
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: auto, cover;
    position: absolute;
    z-index: -1
}

#bkg {
    height: 100%;
    width: 100%;
    background-color: rgba(115, 115, 115, 0.7);
    position: absolute;
    z-index: -1
}
.ctr-fix {
	margin: auto;
}
.top-fix {
	margin-top: 25px;
}
.pad-fix-no {
	padding: 10px;
}
.pad-fix-yes {
	padding: 25px;
}
.ft-title{
	color:#999; 
	font-size:22px;
}
#reviewing .container{
	padding-top: 50px
}
.error404 h1{
    color: #000;
}
.error404{
    text-align: center;
    color: #000;
    padding-top: 50px;
}
#searchform{
    display: none;
}
.error404 h6 {
    font-size: 20px;
    margin: 20px 0;
}
.error404 a{
    color: #000;
}
#content-full, #content-full a {
    color: #000;
}

.answers .col-sm-4 {
    margin: 0;
    width: 25%;
}
a.love,a.love:hover {
    background-size: 100% auto;
}