#q2,
#q3,
#q4,
#v1b,
#v1c,
#v2b,
#v2c,
#v3b,
#v3c,
#v4s,
#vfinal,
.prize,
.subheader,
.validate {
    display: none
}

.contestwrap table,
.header table,
.subheader table,
td,
tr {
    border-collapse: collapse
}

.answer,
.pbox h2,
.prize h2,
.prize h3,
.prizebtn,
.select2 {
    font-weight: 300
}

.answer,
.question {
    text-align: center
}

.answer,
.pbox {
    cursor: pointer
}

#szlider,
.pbox {
    overflow: hidden
}

html {
    font-family: sans-serif;
    font-color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    background: #f7f7f7;
    min-width: 320px;
    color: #000
}

a,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
span,
ul {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #4485f6
}

h3 {
    color: #212121
}

p {
    color: #737373
}

.header {
   z-index: 9999;
    display: block;
  padding-top: 10px;
    width: 100%;
    height: 44px;
    background-color: #ffffff;

}

.wrapper {
    max-width: 800px;
    width: 96%;
    margin: 0 auto
}

.contestwrap,
.form_questions {
    background-color: #fff;
    width: 100%
}

.subheader {
    background: rgba(0, 0, 0, .03);
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.contestwrap,
.form_questions,
.pbox,
.reviews,
.validate {
    border-bottom: 1px solid #e5e5e5
}

.subheader table,
td,
tr {
    padding: 8px 0 4px
}

.subheader td {
    valign: middle
}

.spacer {
    height: 20px
}

.contestwrap {
    box-shadow: 0 0 2px 2px #d2d2d2;
    padding: 10px 0 4px;
    border-radius: 3px
}

.contestwrap,
.form_questions {
    -webkit-box-shadow: 0 0 2px 2px #d2d2d2;
    -moz-box-shadow: 0 0 2px 2px #d2d2d2
}

.toptext {
    color: #212121;
    font-size: small
}

.contestwrap p {
    color: #776161;
    font-size: small
}

.select2 {
    color: #737373;
    font-size: small;
    padding: 8px 0 4px
}

.form_questions {
    box-shadow: 0 0 2px 2px #d2d2d2;
    padding: 10px 0 30px;
    border-radius: 3px
}

.answer {
    font-weight: bold;
    padding: 10px 5px;
    width: 80%;
    display: inline-block;
    margin: 5px;
    font-size: medium;
    border: 1px solid;
    border-color: rgb(48, 97, 204) rgb(0, 102, 255) #3B5998;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #fcf3dc;
    -moz-box-shadow: inset 0 1px 0 0 #fcf3dc;
    box-shadow: inset 0 1px 0 0 #fcf3dc;
    background: #3B5998;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFF8E3AD', endColorstr='#FFEEBA37', GradientType=0);
    background: linear-gradient(to bottom, rgb(130, 160, 219), #3B5998);
    background: -moz-linear-gradient(top, rgb(130, 160, 219), #3B5998);
    background: -webkit-linear-gradient(top, rgb(130, 160, 219), #3B5998);
    background: -o-linear-gradient(top, rgb(130, 160, 219), #3B5998);
    background: -ms-linear-gradient(top, rgb(130, 160, 219), #3B5998);
    color: rgb(255, 255, 255)
}

.pbox,
.validate {
    border-radius: 3px
}

.pbox h2,
.pbox img,
.pbox p,
.prizebtn {
    display: block
}

.question {
    padding-top: 20px
}

.validate {
    width: 100%;
    background-color: #fff;
    -moz-box-shadow: 0 0 2px 2px #d2d2d2;
    -webkit-box-shadow: 0 0 2px 2px #d2d2d2;
    box-shadow: 0 0 2px 2px #d2d2d2;
    padding: 0
}

#szlider {
    width: 100%;
    height: 4px;
    background: #efefef
}

#szliderbar {
    width: 0;
    height: 4px;
    background: #00c51a
}

#szazalek {
    color: #313c45;
    font-size: small
}

.prize {
    width: 100%
}

.pbox {
    background-color: #fff;
    box-shadow: 0 0 2px 2px #d2d2d2;
    padding: 10px 6px;
    position: relative
}

.pbox,
.reviews {
    -webkit-box-shadow: 0 0 2px 2px #d2d2d2;
    -moz-box-shadow: 0 0 2px 2px #d2d2d2
}

.pbox img {
    width: 170px;
    margin-left: auto;
    margin-right: auto
}

.pbox h2,
.pbox p {
    margin: 6px 6px 0
}

.pbox h2 {
    font-size: xlarge;
    text-align: left
}

.pbox p {
    font-size: small;
    text-align: left
}

.pbox td,
.prize h3,
.prizebtn {
    text-align: center
}
.pulse-button {
    box-shadow: 0 0 0 0 rgba(159, 206, 250, 0.7);
    border-radius: 50%;
    background-color: #3B5998;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }
  .pulse-button:hover 
  {
    -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
  }
  
  @-webkit-keyframes pulse {to {box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);}}
  @-moz-keyframes pulse {to {box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);}}
  @-ms-keyframes pulse {to {box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);}}
  @keyframes pulse {to {box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);}}

.prizebtn {
    margin: 8px 14px 4px;
    border: 1px solid;
    padding: 4px 0;
    font-size: .9em;
    color: #fff;
    background: #3B5998;
    background: -webkit-linear-gradient(top, rgb(130, 160, 219), #3B5998);
    background: linear-gradient(to bottom, rgb(130, 160, 219), #3B5998);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.prize h3 {
    font-size: 1.5em;
    padding: 5px 0
}

.prize h2 {
    font-size: 1.2em;
    text-align: center
}

.reviews {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px 2px #d2d2d2;
    padding: 0;
    border-radius: 3px
}

hr {
    opacity: .2
}

.reviews .name {
    font-weight: 700;
    color: #333
}

.reviews .text {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #555;
    font-style: italic
}

.reviews .date {
    padding-top: 5px;
    color: #888a89;
    font-size: 10px
}

.reviews table {
    font-size: small;
    padding: 0
}

.roundimg {
    border-radius: 50%;
    width: 50px
}

.reviews h2 {
    font-size: 1.2em;
    font-weight: 300;
    padding: 20px 0 5px
}

.reviews hr {
    opacity: 0
}

.commentpad {
    padding-left: 10px
}

.logo {
    position: absolute;
    display: block;
    left: 10px;
    width: 105px;
    height: 33px;
}

.ricon1 {
    position: absolute;
    display: block;
    background-image: url(icon-right.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 39px 28px;
    width: 39px;
    height: 28px;
    right: 10px;
    top: 10px
 
}
.tdprize {
   padding-left:10px;
}

#wrapper { overflow: hidden; z-index: 3; }
#wrapper.loaded { transition: all 1500ms ease; }
#wrapper.hidden { opacity: 0.1 !important; transform: scale(0.95) !important; }
#inner { transition: all 1500ms ease; transform-origin: 50% 20%; }
#inner.hidden { opacity: 0.1; transform: scale(0.95) !important; }

/* POPUP WINDOW */

#gboverlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none; z-index: 6; perspective: 1200px; overflow: hidden; transition: transform 150ms; }
#gboverlay.noclick { transform: scale(1.02); }
#gbclose { position: absolute; left: 50%; top: 50%; width: 50px; height: 50px; margin-left: -25px; margin-top: -25px; opacity: 0; transition: opacity 400ms; z-index: 1; }
#gbclose.show { opacity: 1; }
#gbmouse { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }
#gbmouse.nomouse { cursor: none; }
#generatorbox { position: absolute; top: 50%; left: 50%; width: 640px; height: 400px; margin-left: -320px; margin-top: -200px; background: #fff; border-radius: 15px; z-index: 3; opacity: 0;
transform: scale(1.3) rotateX(10deg); transition: transform 400ms, opacity 400ms, height 400ms, margin-top 400ms, top 400ms; }
#generatorbox.show { opacity: 1; transform: scale(1) rotateX(0); }
#generatorbox.big { height: 450px; margin-top: -225px; }
#gbinner { position: absolute; top: 35px; bottom: 35px; left: 40px; right: 40px; /*opacity: 0; transition: opacity 300ms;*/ }
#gbinner.show { opacity: 1; }
#hacklines { display: none; }
#steps { position: relative; height: 65px; }
.stepname { position: absolute; top: 0; font-size: 18px; line-height: 18px; color: rgb(53, 53, 53); width: 100%; transition: color 600ms; }
#step1 { text-align: left; } #step2 { text-align: center; } #step3 { text-align: right; }
#statusbar { position: absolute; left: 11px; right: 11px; height: 6px; background: #BDC3C7; top: 45px; }
.sbcirc { position: absolute; top: -8px; height: 22px; width: 22px; border-radius: 11px; background: #BDC3C7; }
#sbcirc2 { left: 50%; margin-left: -11px; } #sbcirc3 { right: -11px; } #sbcirc1 { left: -11px; }
#sbcomplete { position: absolute; z-index: 1; left: 0; top: 0; height: 6px; border-radius: 3px; width: 0; }
.sbcirca { position: absolute; height: 14px; width: 14px; border-radius: 7px; top: -4px; transition: background 300ms, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275); z-index: 2; transform: scale(0); }
.sbcirca.active { transform: scale(1); }
#sbcirca2 { left: 50%; margin-left: -7px; } #sbcirca3 { right: -7px; } #sbcirca1 { left: -7px; }
#statustext { position: absolute; color: rgb(53, 53, 53); left: 0; width: 100%; bottom: 0; font-size: 20px; line-height: 18px; text-align: center; transition: color 800ms; }
#statustext.final { color: #E74C3C; }
#genlogo { position: absolute; top: 90px; left: 50%; margin-left: -115px; width: 240px; height: 196px; transition: opacity 600ms; }
#genlogo.hide { opacity: 0; }
#genreturn { position: absolute; bottom: 30px; height: 40px; line-height: 40px; letter-spacing: 1.2px; left: -40px; right: -40px; color: rgb(53, 53, 53); text-align: center; font-size: 35px; white-space: nowrap; opacity: 0; transition: opacity 600ms; }
#genreturn.active { opacity: 1; }
#genreturn span { color: rgb(53, 53, 53); transition: color 800ms; }
#widgetholder { position: absolute; overflow: hidden; width: 560px; height: 210px; top: 85px; left: 0; background: #ECF0F1; border-radius: 5px; opacity: 0; z-index: 2; transition: opacity 600ms; }
#widgetholder.show { opacity: 1; }
#whclick { position: absolute; width: 560px; height: 210px; top: 0; left: 0; z-index: 2; }
#widgetholder.show #whclick { display: none; }
#whcontent { position: absolute; width: 560px; height: 210px; left: 0; overflow: hidden; z-index: 1; }
#whdesc { position: absolute; top: 0; left: 0; width: 460px; z-index: 2; height: 44px; line-height: 20px; padding: 12px 50px 10px; background: #ECF0F1; color: #23262B; text-align: center; font-size: 16px; letter-spacing: 0.2px; }

.xbox #genreturn { letter-spacing: 0 !important; font-size: 33px !important; }


/* -------------- MOBILE WEBSITE  --------------*/

@media only screen and (max-width: 768px) {

body { min-width: 0; }

#sky { top: -50vw; left: -50vw; right: -50vw; height: 150vw; }
#background { width: 205vw; height: 615vw; left: -22.5vw; margin-left: 0; top: 50vw; }

#menu-trigger { top: 10vw; left: auto; margin-left: 0; right: 7vw; }
#menu ul { padding: 30vw 10vw; left: 0; transform: translateX(0); width: 100%; box-sizing: border-box; }
#menu ul li { margin: 0 0 4vw; }
.menu { font-size: 7vw; text-shadow: 1vw 1vw rgba(0,0,0,0.3); }

#header { width: 100vw; padding: 7vw 10vw 0; height: auto; position: absolute; top: 0; z-index: 2; }
#logo { width: 65vw; height: 14.7vw; margin: 0; }
#intro { padding-top: 5vw; text-align: left; text-shadow: 1vw 1vw rgba(0,0,0,0.3); letter-spacing: 0.1vw; }
#intro1 {font-size: 9vw; line-height: 12vw; }
#intro2, #intro h1 {font-size: 10vw; line-height: 12vw; }
#scrolldown { display: none; }

#page { width: 100vw; padding: 150vw 10vw 20vw 24vw; margin: 0; z-index: 1; }
#page > h2 { font-size: 7vw; margin-bottom: 4vw; }
#home { width: 100%; margin: 0; }

.home-card { float: left; width: 30vw; height: 0; padding-top: 42.5vw; margin: 0; margin-bottom: 5vw; margin-right: 5.5vw; }
.home-card:nth-child(2n) { margin-right: 0; }
.home-card:nth-child(2n+1) {margin-right: 5.5vw; }

#cards { width: 100%; margin-left: 0; height: auto; padding-bottom: 0; }
.gcard { float: none; width: 30vw; height: 0; padding-top: 42.5vw; margin: 0 auto 3vw !important; }
#content h2 { font-size: 5vw; line-height: 6.5vw; margin: 7vw 0 4vw; }
#content p { font-size: 4vw; line-height: 5.4vw; letter-spacing: 0.1vw; }
#content p+p { margin-top: 4vw; }

#generatorbox { width: 90vw; height: 110vw; top: 50%; left: 50%; margin-top: -55vw !important; margin-left: -45vw !important; border-radius: 2vw; }
#generatorbox.big { height: 140vw !important; margin-top: -70vw !important; }
#gbinner { top: 7vw; bottom: 7vw; left: 6vw; right: 6vw; }
#steps { height: 15%; }
.stepname { font-size: 4vw; }
#statusbar { left: 3vw; right: 3vw; height: 2vw; top: 75%; }
#sbcomplete { height: 2vw; border-radius: 1vw; }
.sbcirc { height: 6.115vw; width: 6.115vw; border-radius: 100%; top: -2.2vw; }
#sbcirc1 { left: -3.05vw; }
#sbcirc2 { margin-left: -3.05vw; }
#sbcirc3 { right: -3.05vw; }
.sbcirca { width: 3.75vw; height: 3.75vw; border-radius: 100%; top: -1vw; }
#sbcirca3 { right: -1.875vw; }
#sbcirca2 { margin-left: -1.875vw; }
#sbcirca1 { left: -1.875vw; }

#statustext { font-size: 3.5vw; line-height: 4.5vw; white-space: nowrap; overflow: hidden; letter-spacing: 0; }
#genreturn { bottom: 6%; width: 100%; left: 0; right: 0; white-space: normal; height: 17%; letter-spacing: 0 !important; font-size: 8vw !important; line-height: 10vw; }
#genlogo { width: 64vw; height: 58.5vw; margin-left: -32vw; top: 24%; background-size: 100% auto; }

#widgetholder { width: 100%; height: 67vw; top: 26vw; border-radius: 1vw; }

.xbox #genreturn { letter-spacing: 0 !important; font-size: 7.4vw !important; }

} /* END OF MOBILE WEBSITE */

/* COMMENTS */

.comments {
	font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	text-align: left;
	margin: 15px auto 0;
	padding: 5px 10px;
	background: #fff;
	border-top: 1px solid #ccc;
}

.top-comments {
	padding: 0 5px 5px;
	border-bottom: 1px solid #e9ebee;
	font-size: 14px;
	margin-bottom: 20px;
}

.top-comments > * {
	display: inline-block;
	vertical-align: middle;
}

.fb-title {
	font-weight: 700;
}

.fb-sort {
	margin: 0 8px;
}

.fb-newest {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	font-size: 12px;
	color: #4b4f56;
	border: 1px solid #ced0d4;
	background: #f6f7f9;
	padding: 0 11px;
	line-height: 24px;
	font-weight: 700;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	transition: all 200ms ease;
}

.fb-newest:hover {
	background: #e9ebee;
}

.fb-your-comment {
	position: relative;
	padding: 5px 0 5px 55px;
	min-height: 60px;
	font-family: Tahoma, 'Helvetica', 'Helvetica Neue', sans-serif;
}

.fb-your-comment > img, .fb-comment > img {
	position: absolute;
	display: block;
	top: 5px;
	left: 0;
}

.fb-login {
	border: 1px solid #d3d6db;
}

.fb-comment-eppereance {
	border-bottom: 1px solid #d3d6db;
	background: #fafafa;
	font-size: 11px;
	padding: 8px;
	color: #90949c;
}

.fb-action {
	background: #f6f7f9;
	padding: 8px;
	text-align: right;
}

.fb-action button {
	background: #9cb4d8;
	border: 0;
	font-size: 14px;
	font-family: 'Helvetica', 'Helvetica Neue', sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 24px;
	padding: 0 8px;
	font-weight: 700;
	color: #fff;
	cursor: wait;
	outline: 0;
}

.fb-comment {
	padding: 5px 0 5px 60px;
	margin-top: 5px;
	position: relative;
	min-height: 60px;
	display: none;
}

.fb-name {
	color: #3b5998;
	font-size: 14px;
	line-height: 1.4;
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	text-decoration: none;
}

.fb-name:hover, .fb-about:hover {
	text-decoration: underline;
}

.fb-about {
	color: #90949c;
	vertical-align: middle;
	text-decoration: none;
	margin-left: 2px;
}

.fb-comment-txt {
	margin: 4px 0 6px;
}

.fb-bottom-details {
	margin-top: 6px;
	font-family: Tahoma, 'Helvetica', 'Helvetica Neue', sans-serif;
	color: #90949c;
	font-size: 12px;
	line-height: 16px;
}

.fb-bottom-details > a {
	color: #3b5998;
	text-decoration: none;
}

.fb-total-likes:after {
	content: " · ";
	display: inline-block;
	margin-left: 5px;
}

.fb-total-likes {
	padding-left: 19px;
	background: url(../images/like.png) no-repeat -33px -170px;
}

.fb-time {
	border-bottom: 1px dotted #999;
	cursor: help;
}

.fb-hide-like {
	display: none !important;
}

.fb-img {
	max-width: 100%;
	height: auto;
	display: block;
}

.fb-show-comment {
	display: block;
}

.fb-load-more {
	margin-top: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #e6e8eb
}

.fb-load-more button {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	background: #4080ff;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: 700;
	padding: 12px;
	font-size: 14px;
	font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
	cursor: pointer;
	outline: 0;
}

.fb-plugin {
	color: #3b5998;
	padding: 0 3px;
	line-height: 24px;
	font-size: 11px;
	font-family: Tahoma, 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
}

.fb-plugin i {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/like.png) no-repeat 0 -187px;
	width: 15px;
	height: 15px;
}

.fb-loader {
	display: none;
	margin: 0 auto;
	-webkit-animation: rotateSpinner 1.2s linear infinite;
	-moz-animation: rotateSpinner 1.2s linear infinite;
    animation: rotateSpinner 1.2s linear infinite;
}

@-webkit-keyframes rotateSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@-moz-keyframes rotateSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes rotateSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}