/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url('https://fonts.googleapis.com/css?family=Arvo:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

:root
{
	--mainColor: #199dd6;
	--mainDark: #333333;
}

.txtcentered
{
	text-align: center; margin: 0 auto;
}

.container
{
	width: 90%;
	width: 90%;
	margin: 0 auto;
}

body
{
	background-color: var(--mainColor);
	font-family: 'Open Sans', sans-serif;
}

#topPart
{
	width: 100%;
	height: 100vh;
	border-top: 4px solid var(--mainColor);
	background: url("../img/GirlBigBG-B.jpg") top center no-repeat;
  /*background: url("../img/GirlBigBG.jpg") top center no-repeat; */
	background-size: cover;
	position: relative;
}

#titleSeparator
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-top: 1px solid #0d0d0d;
	border-bottom: 2px solid #0d0d0d;
	background-color: var(--mainDark);
}

#titleSeparator h2
{
	color: #fff;
	margin: 0;
	line-height: 1.2;
	/*line-height: 2;*/
	text-align: center;
	font-size: 50px;
}

#mainTopLogo
{
	margin-top: 160px;
	max-width: 77%;
	display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

#mainTopTxt
{
	margin-top: 25px;
	max-width: 77%;
	display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#langSticker
{
	position: absolute;
	right: 30px;
	top: 20px;
}

.langStickerItem { z-index: 888; position: relative; }

.langActual{}
.curFlag{}

.curIcon
{
	position: absolute;
	right: 0px;
	top: 5px;
	z-index: 999;
}

.langStickerItem{}

.langOption
{
	display: none;
}

.langOptionShow
{
	display:block;
}

.langOption:hover
{
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}



#topCircle
{
	position: relative;
	top: -145px;
	text-align: center;
	background: rgba(25,157,214, 0.7);
	width: 715px;
	height: 715px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-left: 25px;
	overflow: hidden;
}

#topCircle .circleHeading
{
	font-size: 34px;
	color: #000;
	font-weight: normal;
	font-family: 'Arvo', serif;
	margin: 0;
	line-height: 1.2;
	margin: 20px 20px 0 20px;
}

#thumbPart
{
	padding-top: 20px;
	text-align: center;
}

#thumbPart h2
{
	font-size: 32px;
	color: #fff;
	font-weight: 900;
	letter-spacing: -1px;
	margin: 0;
	line-height: 1.2;
	margin: 0px;
}

#AnswerQTitle a { color: #fff; }

#thumbsLoading
{
	margin: 0px 0 10px 0;
}

#AnswerQTitle
{
	display: none;
}

.postItem
{
	display: block;
	margin-bottom: 20px;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.postItem.notshownyet
{
	display: none;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.piThumbnail
{
	display: inline-block;
	border: 3px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 18px;
	vertical-align: top;
}

.piTextBox
{
	position: relative;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	padding: 12px 16px 10px 16px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	max-width: calc(100% - 230px);
	width: 100%;
}

.piTextBox:after
{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -26px;
}

.pitxtFirstLine
{
	width: 100%;
	text-align: left;
	vertical-align: middle;
	color: var(--mainDark);
	font-size: 28px;

}

span.pitUsername
{
	font-size: 28px;
	font-weight: 600;
	color: #011627;
	vertical-align: middle;

}

span.pitjointext
{
	color:var(--mainColor);
	font-size: 16px;
	letter-spacing: -1px;
	vertical-align: middle;

}

span.pittime
{
	color: #a1a1a1;
	font-size: 24px;
	font-weight: 300;
	vertical-align: middle;
}

.pitxtQuote
{
	color: #011627;
	font-size: 34px;
	font-weight: 300;
	text-align: left;
	line-height: 1.2;
	margin: 6px 0 12px 0;
}

.pitxtQuote span
{
	color:var(--mainColor);
	font-weight: 300;
	text-decoration: underline;
	cursor: pointer;

}

.pitxtQuote a
{
	color:var(--mainColor);
	font-weight: 300;
	text-decoration: none;
}

.pitxtQuote span.lnkhashtag
{
	color:var(--mainColor);
	font-weight: 300;
	text-decoration: none;
}


.pitxtLastLine
{
	vertical-align: middle;
	color: #b2b2b2;
	text-align: left;
	font-size: 20px;
}

.pitxtLastLine .pllDark
{
	color: #011627;
	font-weight: 600;
	margin: 0 2px 0 6px;
}

.pitxtLastLine a
{
	color:var(--mainColor);
	font-weight: 600;
	margin-left: 5px;

}


#textPart
{
	background: #fff;
	padding: 15px 0;
	margin: 20px 0 10px 0;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Arvo', serif;

}

#textPart div.container p { padding: 0 10px; }

#textPart a { color:var(--mainColor); }

.heartIcon
{
	display: inline-block;
	width: 18px;
	height: 15px;
	background: url("../img/heart_icon.png") no-repeat;
	margin-right: 3px;
}

.heartFull
{
	background-position: 0 0;
}
.heartEmpty
{
	background-position: 0 -15px;
}

#tcqQuestionarie
{
	background: rgba(255,255,255,0.2);
	min-height: 300px;
}

#tcQuestions
{
	margin: 30px 0 0px 0;
}

#frmMainQuestions
{
	font-family: 'Arvo', serif;
	width: 715px;
    text-align: center;
	font-weight: normal;
}

#tcqTitle
{
	color: #000;
	font-size: 23px;
	vertical-align:middle;
	font-weight: normal;
}

#tcqTitle label
{
	color: #fff;
	font-size: 36px;
	margin-right: 10px;
}

#tcqTitle input
{
	display: inline-block;
	margin-left: 15px;
}

.genderIcon
{
	max-height: 23px;
	vertical-align:text-top;
	margin-right: 5px
}

#mqFemale, #mqMale
{
	display: none;
	padding: 25px 0 180px 0;
	margin: 0;
}

.mqQuestion
{
	font-size: 25px;
	color: #fff;
	display: none;
}

.mqQuestion input + input
{
	margin: 0 0px 0 8px;
}

.mqQuestion label
{
	font-size: 32px;
	line-height: 1.2;
	padding: 0 40px;
	margin-bottom: 20px;
	letter-spacing: -1px;
	color: #000;
	display: block;
	text-align: center;
}

.mqimages{}
.qimgwrp{ display: inline-block; max-width: 25%; width: 100px; line-height: 0.7; font-weight: normal; }
.mqQuestion.mqimages label { margin-bottom: 10px; }
.mqtrio .qimgwrp{ max-width: 33%; width: 133px; line-height: 0.7; }
.mqQuestion.mqimages.mqtrio label { font-size: 29px; }
.qimgwrp img { display: block; clear: both; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.qimgwrp input {}

.submitbutton
{
	display: inline-block;
	position: relative;
	top: -225px;
    text-align: center;
    margin: 0 auto;
	margin-left: 50px;
	width: 390px;
	height: 110px;
	background: url("../img/btn_actions.png") top center no-repeat;
}

.btnGetStarted
{
	background-position: 0 0 ;
}

.btnPrevious
{
	background-position: 0 -108px ;
}

.btnStartSearch
{
	background-position: 0 -215px ;
}

.btnNothing
{
	background-position: 0 -400px ;
	display: none;
}

#tcqReady
{
	color: #fff;
	font-size: 25px;
	letter-spacing: 1px;
	margin: 20px 0;
	display: none;
	font-weight: normal;
}

#tcqFiller
{
	padding: 20px 20px 0 20px;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	max-width: 77%;
    margin: 0 auto;
}

#tcqFiller span
{
	letter-spacing: 1px;
	font-size: 32px;
}






footer
{
	background-color: var(--mainDark);
	padding: 10px 0 0 0;
}

#logosPart
{
	text-align: center;
	margin: 15px auto;
}

#logosPart h3
{
	font-family: 'Arvo', serif;
	font-weight: normal;
	font-size: 26px;
	text-align: left;
	color: #fff;
	margin: 0 0 20px 0;

}

#logosPart .bottomlogos
{
	text-align: center;
	margin: 0 25px;
	display: inline-block;
}

#copyright
{
	font-family: 'Arvo', serif;
	font-size: 13px;
	text-align: center;
	background-color: #111111;
	margin-top: 30px;
	color: #8d8d8d;
	padding: 20px 0 15px 0;
}

#copyright a
{
	color: #c4c4c4;
	text-decoration: none;
	display: inline-block;
	margin-top: 5px;
}

#copyright a:hover
{
	text-decoration: underline;
}

.footerlighter
{
	color: #c4c4c4;
}


/* MODAL WINDOWS CSS */
.modalDialog
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog.showmodal
{
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div
{
	max-width: 500px;
	width: 90vw;
	position: relative;
	margin: 5vh auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: transparent;
	overflow: hidden;
	border: solid 2px #fff;
}

.modalDialog .modBG
{
	background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
	-webkit-filter: blur(6px) grayscale(100%);
    filter: blur(6px) grayscale(100%);
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.modalDialog .modBGChat
{
	background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
	-webkit-filter: none !important;
    filter: none !important;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.modalDialog h2, .modalDialog p, .modalDialog img { -webkit-filter: none; filter: none; z-index: 99; }

.modalDialog h2 { color: #fff !important; font-size:35px; text-transform: uppercase; margin-top: 20px !important; text-shadow: 1px 1px 3px rgba(0, 0, 0, 1); }
.modalDialog p { color: #fff; font-size:20px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 1); }

.modalDialog p.mdChat { color: #000; text-shadow: none; padding: 5px 0; }
.modalDialog h2.mdHChat { color: #000 !important; font-size:30px; margin-top: 30px !important; text-shadow: none; }
#modaltitle { color: #fff; text-align: center; width: 100%; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); font-size: 80%; font-weight: 900; }

#omSearching .sTitle { display:none; text-shadow: none; }
#omSearching  > div
{
	max-width: 650px;
	width: 90vw;
	height: 70vh;
	max-height: 750px;
	position: relative;
	margin: 5vh auto;
	padding: 5px 18px 13px 18px;
	border-radius: 10px;
	background: var(--mainColor);
	overflow: hidden;
	border: none;
	padding-top: 15px;
	line-height: 1.2;
}

#omSearching.modalDialog h2
{
	font-size: 20px;
    text-transform: none;
}

#sT001
{
	text-align: center;
	margin-top: 80px!important;
	font-size: 200%!important;
	margin-bottom: 8px !important;
}

#sT001 img
{
	vertical-align: middle;
	margin-left: 20px;
}

#sT002
{
	text-align: center;
	margin-top: 40px !important;
	font-size: 200% !important;
	margin-bottom: 8px !important;
}

#sT003
{
	text-align: center;
	margin-top: 40px !important;
	font-size: 200% !important;
	margin-bottom: 8px !important;
}

#sT004
{
	text-align: center;
	margin-top: 80px !important;
	font-size: 200% !important;
	margin-bottom: 8px !important;
}

#sT004 img
{
	vertical-align: middle;
	margin-left: 20px;
}

#sT005
{
	font-size: 17px;
    font-weight: normal;
	margin-top: 5px !important; margin-bottom: 8px !important;
}

#sT006
{
	font-size: 16px;
    font-weight: normal;
	margin-top: 5px !important; margin-bottom: 8px !important;
}

.slottt-machine-recipe__mask {
    width: 140px;
    height: 18px;
    overflow: hidden;
    position: relative;
    display: inline-block;
	line-height: 1;
    font-size: 18px;
	top: 3px;
	text-align: center;
    /* margin-bottom: -40px;*/
}

.slottt-machine-recipe__items_container {
    position: absolute;
}

.slottt-machine-recipe__item {
    min-height: 18px;
    max-height: 18px;
    margin: 0px;
    padding: 0px;
    background-size: contain;
}



#sT007
{
	text-align: center;
	margin-top: 5px !important; margin-bottom: 8px !important;
}

#sT007 .srchImgs
{

}

#sT008
{
	color: #000 !important;
    border: 2px dashed #fff;
    padding: 5px 3px;
    text-align: center;
    background: rgba(255,255,255,0.35);
	font-weight: 600;
	margin-top: 5px !important; margin-bottom: 2px !important;
	font-size: 18px !important;
}

#sT008 strong
{
	font-weight: 900;
	color: #B1191C !important;
}


#stRules
{
	color: #fff;
    padding: 0px 5px;
    font-size: 15px;
	margin-top: 5px !important; margin-bottom: 8px !important;
}

#stRules strong
{
	color: #000;
	display: inline-block;
	margin-top: 8px;
}

.btnAgreewrp
{
	text-align: center;
	margin-left: auto!important;
	margin-right: auto!important;
}

.btnAgree
{
	text-align: center;
	margin-left: auto!important;
	margin-right: auto!important;
	display: inline-block;
	padding: 4px 35px;
	color: #000;
	font-weight: 900;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #b2e98d;
	border: 2px solid #83bf5b;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 12px;

}

.btnAgree:over
{
	color: #fff;
	background: #327d00;
	border: 2px solid #fff;
}

.close
{
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 12px;
	text-align: center;
	top: 10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#omSearching .close
{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.close:hover { background: #00d9ff; }

.card, .front, .back{
  	position: absolute;
	top: 0;
	left: 0;
  	height:     inherit;
  	width:      inherit;
  	transition: all .7s;
  	transform-style:     preserve-3d;
  	backface-visibility: hidden;
	width: 48px;
	height: 48px;
}

.front img, .back img
{
	width: 48px;
	height: 48px;
}

.card
{
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.2);
}

.flipH, .flipH1, .flipH2, .flipH3, .flipH4, .flipH5
{
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: .1%;
}

/* ::: FACES */
.front{background: tomato;}
.back{background:  slategray;}

/* ::: SETUP FACES */
.flipH .back{transform: rotateY(-180deg);}
.flipH1 .back{transform: rotateY(-180deg);}
.flipH2 .back{transform: rotateY(-180deg);}
.flipH3 .back{transform: rotateY(-180deg);}
.flipH4 .back{transform: rotateY(-180deg);}
.flipH5 .back{transform: rotateY(-180deg);}


/* ::: HOVER EFFECTS (Remove Automated for this to work) */
.flipH:hover .card{ transform: rotateY(180deg); }
.flipH1:hover .card{ transform: rotateY(180deg); }
.flipH2:hover .card{ transform: rotateY(180deg); }
.flipH3:hover .card{ transform: rotateY(180deg); }
.flipH4:hover .card{ transform: rotateY(180deg); }
.flipH5:hover .card{ transform: rotateY(180deg); }


/* ::: AUTOMATED EFFECTS */
.flipH .card{ animation: flipH 1s 0s 5 alternate ease-in-out; -webkit-animation: flipH 1s 0s 5 alternate ease-in-out; }
.flipH1 .card{ animation: flipH 1.5s 0s 9 alternate ease-in-out; -webkit-animation: flipH 1.5s 0s 9 alternate ease-in-out; }
.flipH2 .card{ animation: flipH 2s 0s 8 alternate ease-in-out; -webkit-animation: flipH 2s 0s 8 alternate ease-in-out; }
.flipH3 .card{ animation: flipH 2.5s 0s 7 alternate ease-in-out; -webkit-animation: flipH 2.5s 0s 7 alternate ease-in-out; }
.flipH4 .card{ animation: flipH 3s 0s 6 alternate ease-in-out; -webkit-animation: flipH 3s 0s 6 alternate ease-in-out; }
.flipH5 .card{ animation: flipH 3.5s 0s 5 alternate ease-in-out; -webkit-animation: flipH 3.5s 0s 5 alternate ease-in-out; }

@keyframes flipH {
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(-180deg); }
}
@-webkit-keyframes flipH {
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(-180deg); }
}

.mobileHeadertxt {
  font-size: 20px;
  color: #fff;
  line-height: 1.1;
  font-family: 'Arvo', serif;
}

/* ==========================================================================
   NEW Media Queries
   ========================================================================== */
/*
@media only screen and (orientation:landscape) and (max-height:500px)
{
}

@media only screen and (orientation:landscape)
{
}

@media only screen and (orientation:portrait) and (max-width:500px)
{
}

@media only screen and (orientation:portrait)
{
}

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

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

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

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

@media only screen and (min-width:1280px)
{
	#omSearching > div { zoom: 1; margin: 5vh auto; }
	#frmMainQuestions { zoom: 1; }
	.postItem { zoom: 1; }
}

@media only screen and (min-width:1441px)
{
	#omSearching > div { zoom: 1.3; margin: 3vh auto; }
	#frmMainQuestions { zoom: 1.3; }
	.postItem { zoom: 1.3; }
}

@media only screen and (min-width:1681px)
{
	#omSearching > div { zoom: 1.5; margin: 3vh auto; }
	#frmMainQuestions { zoom: 1.5; }
	.postItem { zoom: 1.5; }
}
*/







































/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 2300px)
{

	#topPart {	background: url("../img/GirlBigBG-B-2900x1930.jpg") top center no-repeat; Background-size: cover; }
  /*#topPart {	background: url("../img/GirlBigBG2900x1930.jpg") top center no-repeat; Background-size: cover; }*/
	.container { max-width: 2340px; }
	#langSticker { right: 60px; top: 40px; }
	.curIcon { top: 10px; width: 40px; }
	.curFlag { width: 236px; }
	#frmMainQuestions { width: 1430px; }
	#topCircle { top: -290px; width: 1430px; height: 1430px; margin-left: 50px; }
	#mainTopLogo { margin-top: 320px; }
	#mainTopTxt { margin-top: 50px; }
	#tcQuestions { margin: 60px 0 0px 0; }
	#tcqReady { font-size: 50px; letter-spacing: 2px; margin: 40px 0; }
	#tcqTitle { font-size: 46px; }
	#tcqTitle label { font-size: 72px; margin-right: 20px; }
	#tcqTitle input { margin-left: 30px; }
	.genderIcon { max-height: 46px; margin-right: 10px; height: 46px; }
	#tcqQuestionarie { min-height: 600px; }
	#mqFemale, #mqMale { padding: 50px 0 360px 0; }
	.mqQuestion { font-size: 50px; }
	.mqQuestion label { font-size: 64px; padding: 0 80px; margin-bottom: 40px; letter-spacing: -2px; }
	.mqQuestion.mqimages label { margin-bottom: 20px; }
	.qimgwrp { width: 200px; }
	.qimgwrp img { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; width: 100%; }
	.mqQuestion.mqimages.mqtrio label { font-size: 60px; }
	.mqtrio .qimgwrp { width: 266px; }
	#tcqFiller { padding: 40px 40px 0 40px; font-size: 40px; }
	#tcqFiller span { letter-spacing: 2px; font-size: 64px; }
	.submitbutton { top: -450px; margin-left: 100px; width: 780px; height: 220px; background: url(../img/btn_actionsbig.png) top center no-repeat; }
	.btnGetStarted { background-position: 0 0 ; }
	.btnPrevious {	background-position: 0 -216px ; }
	.btnStartSearch { background-position: 0 -430px ; }
	.btnNothing { background-position: 0 -800px ; display: none; }
	#titleSeparator { border-top: 2px solid #0d0d0d; border-bottom: 4px solid #0d0d0d; }
	#thumbPart { padding-top: 40px; }
	.modalDialog > div { max-width: 1000px; padding: 10px 40px 26px 40px; border-radius: 20px; border: solid 4px #fff; max-height: 80vh; }
	#modaltitle { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); font-size: 160%; margin-top: 25px; }
	.close { line-height: 50px; right: 24px; top: 20px; width: 48px; -webkit-border-radius: 24px; -moz-border-radius: 24px; border-radius: 24px; -moz-box-shadow: 2px 2px 6px #000; -webkit-box-shadow: 2px 2px 6px #000; box-shadow: 2px 2px 6px #000; font-size: 200%; }
	#thumbPart h2 { font-size: 64px; letter-spacing: -2px; }
	.modalDialog p { font-size: 42px; text-shadow: 2px 2px 6px rgba(0, 0, 0, 1); }
	#omSearching > div { max-width: 1300px; max-height: 1700px; padding: 10px 36px 26px 36px; border-radius: 20px; padding-top: 30px; height: 62vh; }
	#omSearching.modalDialog h2 { font-size: 40px; }
	#sT001 { margin-top: 160px!important; margin-bottom: 16px !important; font-size: 400% !important; }
	#sT001 img { margin-left: 40px; }
	#sT002, #sT003, #sT004 { margin-top: 80px !important; margin-bottom: 16px !important; font-size: 400% !important; }
	#sT004 img { margin-left: 40px; }
	#sT005 { font-size: 34px; margin-top: 10px !important; margin-bottom: 16px !important; }
	#sT006 { font-size: 32px; margin-top: 10px !important; margin-bottom: 16px !important; }
	.slottt-machine-recipe__mask { width: 280px; height: 36px; line-height: 1; font-size: 36px; top: 6px; }
	.slottt-machine-recipe__item { min-height: 36px; max-height: 36px; }
	#sT007 { margin-top: 10px !important; margin-bottom: 16px !important; }
	#sT008 { border: 4px dashed #fff; padding: 10px 6px; margin-top: 10px !important; margin-bottom: 4px !important; font-size: 36px !important; }
	#stRules { padding: 0px 10px; font-size: 30px;	margin-top: 10px !important; margin-bottom: 16px !important; }
	#stRules strong { margin-top: 16px; }
	.btnAgree { padding:8px 70px;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;border:4px solid #83bf5b;margin-top:16px;margin-bottom: 24px; }
	.btnAgree:over { border: 4px solid #fff; }
	.card, .front, .back{ width: 96px; height: 96px; }
	.front img, .back img {	width: 96px; height: 96px; }
	.card {	width: 96px; height: 96px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border: 2px solid rgba(255,255,255,0.2); }
	.flipH, .flipH1, .flipH2, .flipH3, .flipH4, .flipH5 { width: 96px; height: 96px; }
	.postItem { margin-bottom: 40px; }
	.piThumbnail { border: 6px solid #fff; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; margin-right: 36px; width: 320px; }
	.piTextBox { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 24px 32px 20px 32px; -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.2); box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.2); max-width: calc(100% - 440px); }
	.piTextBox:after { border-width: 20px; margin-top: -52px; right: 99.95%; }
	.pitxtQuote { font-size: 68px; margin: 12px 0 24px 0; }
	.pitxtFirstLine, span.pitUsername { font-size: 56px; }
	span.pitjointext { font-size: 32px; letter-spacing: -2px; }
	span.pittime { font-size: 48px; }
	.pitxtLastLine { font-size: 40px; }
	.heartEmpty { background-position: 0 -30px; }
	.heartIcon { width: 36px; height: 30px; background: url(../img/heart_iconRet.png) no-repeat; margin-right: 6px; }
	#textPart div.container p { padding: 0 20px; }
	#textPart { padding: 30px 0; margin: 40px 0 20px 0; font-size: 32px; }
	#logosPart h3 { font-size: 52px; margin: 0 0 40px 0; }
	#copyright { font-size: 26px; margin-top: 60px; padding: 40px 0 30px 0; }
}

@media only screen and (min-width: 2300px) and (max-width: 2500px)
{
	#topPart { background: url(../img/GirlBigBG-B-2900x1930.jpg) top center no-repeat; }
  /*#topPart { background: url(../img/GirlBigBG2900x1930.jpg) top center no-repeat; }*/
	#frmMainQuestions { max-width: 50vw; max-height: 50vh; width: 50vw; height: 50vw; }
	#topCircle { top: -14vh; max-width: 50vw; width: 50vw; height: 50vw; }
	.container { width: 100%; max-width: 2048px; margin: 0 auto; }
	#mainTopLogo { margin-top: 15vh; max-width: 70%; }
	#tcqTitle label { font-size: 70px; }
	#tcqFiller span { font-size: 64px; }
	#tcqFiller { font-size: 47px; max-width: 80%; }
	#tcqTitle { font-size: 46px; }
	#omSearching > div { zoom: 1.5; }
	.genderIcon { zoom: 2; }
	.submitbutton { zoom: 1.5; }
	#tcqTitle input { zoom: 2; }
	.mqQuestion { font-size: 50px;}
	.mqQuestion label { zoom: 1.5; }
	.mqQuestion input  { zoom: 1.5; }
	.qimgwrp { zoom: 2; }
	#tcqReady { zoom: 1.5; }
}

@media only screen and (min-width: 1440px) and (max-width:2299px)
{
	#topPart { background: url(../img/GirlBigBG-B-1440x900.jpg) top center no-repeat; background-size: 100%; }
  /*#topPart { background: url(../img/GirlBigBG1440x900.jpg) top center no-repeat; background-size: 100%; }*/
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1440px) and (max-height:900px)
{
	#topPart { background: url(../img/GirlBigBG-B-1440x900.jpg) top center no-repeat; }
  /*#topPart { background: url(../img/GirlBigBG1440x900.jpg) top center no-repeat; }*/
	#frmMainQuestions { max-width: 45vw; max-height: 80vh; }
	#topCircle { top: -140px; max-width: 45vw; height: 46.5vw; }
	.submitbutton { top: -200px; width: 390px; height: 110px; background: url(../img/btn_actions.png) top center no-repeat; }
	#omSearching > div { height: 80vh; }
	.mqQuestion.mqimages.mqtrio label { font-size: 26px; }
	.mqQuestion label { font-size: 29px; }
	#mqFemale, #mqMale { padding: 15px 0 180px 0; }
	#tcqReady { letter-spacing: 0; margin: 20px; }
	#tcqFiller { letter-spacing: -0.5px; }
}

@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
	#topPart { background: url(../img/GirlBigIpadPro-B.jpg) top center no-repeat; }
  /*#topPart { background: url(../img/GirlBigIpadPro.jpg) top center no-repeat; }*/
	.submitbutton { top: -185px; }
	#frmMainQuestions { max-width: 65vw; }
	#topCircle { top: -140px; max-width: 65vw; height: 65vw; }

}

@media only screen and (max-device-width: 768px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1.5)
{
	#topPart { background: url(../img/GirlBigBG-B-Ipad.jpg) top center no-repeat; }
  /*#topPart { background: url(../img/GirlBigIpad.jpg) top center no-repeat; }*/
}

@media (max-width:1920px) and (min-width:1440px)
{
	#omSearching > div
	{
    	max-height: 750px;
    	height: 80vh;
    	max-width: 750px;
    	width: 80vw;
		line-height: 1.6;
	}
}

@media (min-height:600px) and (max-height:850px) and (min-width:1440px)
{
	#omSearching > div
	{
    	max-height: 85vh;
    	height: 85vh;
	}
}

@media (max-width:1281px)
{
	#topCircle { top: -140px; max-width: 60vw; width: 60vw; height: 60vw; max-height: 60vw; }
	#frmMainQuestions { max-width: 60vw; width: 60vw;  }
}

@media (max-width:1281px) and (-webkit-min-device-pixel-ratio: 2)
{
	#topCircle { top: -140px; max-width: 65vw; width: 65vw; height: 65vw; max-height: 65vw; }
	#frmMainQuestions { max-width: 65vw; width: 65vw;  }
}

@media (max-width:1050px)
{
	#omSearching > div
	{
    	max-height: 75%;
    	height: 75%;
    	max-width: 75%;
    	width: 75%;
	}

	.modalDialog > div
	{
		max-height: 75%;
		height: 75%;
		max-width: 75%;
		width: 75%;

		position: relative;
		margin: 2vh auto;
		padding: 5px 10px 13px 10px;
		border-radius: 10px;
		background: transparent;
		overflow: hidden;
		border: solid 2px #fff;
	}

	#logosPart .bottomlogos
	{
    	max-width: 220px;
	}
}

@media (max-width:961px)
{
	#topPart
	{
	    background-size: cover;
	}

	#frmMainQuestions
	{
    	width: 65vw;
	}

	#topCircle
	{
    	top: -12vw;
        max-width: 65vw;
		height: 65vw;
	}

	#mainTopLogo
	{
    	margin-top: 14vw;
    	max-width: 80%;
	}

	#mainTopTxt
	{
	   	max-width: 80%;
		margin-top: 2.5vw;
	}

	#topCircle .circleHeading
	{
		font-size: 22px;
		margin: 1.5vw 1.5vw 0 1.5vw;
	}

	#tcQuestions
	{
    	margin: 1vw 0 0px 0;
	}

	#tcqReady
	{
    	font-size: 22px;
    	letter-spacing: 0px;
    	margin: 20px 30px;
	}

	#tcqTitle label
	{
    	font-size: 26px;
	}

	#tcqFiller
	{
        font-size: 18px;
		padding: 20px 35px 0 35px;
	}

	#tcqFiller span
	{
    	letter-spacing: 0px;
    	font-size: 22px;
	}

	#tcqQuestionarie
	{
    	min-height: 230px;
    	max-width: 100%;
    	margin: 0 auto;
	}

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

	.mqQuestion.mqimages.mqtrio label,
	.mqQuestion label
	{
		font-size: 22px;
	}

	.qimgwrp
	{
    	width: 23.5%;
		max-width: 85px;
	}

	.mqtrio .qimgwrp
	{
		width: 31.5%;
		max-width: 105px;
	}

	.qimgwrp img
	{
    	max-width: 80px;
	}

	.mqtrio .qimgwrp img
	{
		max-width: 100px;
	}

	.submitbutton
	{
    	width: 196px;
    	height: 55px;
    	background: url(../img/btn_actionssml.png) top center no-repeat;
    	top: -15vw;
    	margin-left: 50px;
	}

	#omSearching > div
	{
		max-width: 800px;
		width: 90vw;
		height: 90vh;
		max-height: 800px;
		margin: 2vh 2vw;
	}

	.pitxtQuote
	{
		font-size: 28px;
	}

	#logosPart .bottomlogos
	{
    	max-width: 170px;
    	margin: 0 15px;
	}

}

@media (max-width:641px)
{
	#topPart
	{
    	background: #b3bbbd url(../img/GirlBigMobile.jpg) top center no-repeat;
      /*background: url(../img/GirlBigBGsml.jpg) top center no-repeat;*/
		  background-size: cover;
	}

	#titleSeparator h2
	{
    	font-size: 35px;
	}

	#frmMainQuestions
	{
    	width: 80vw;
		max-width: 80vw;
	}

	#topCircle
	{
    	top: -10vw;
        max-width: 80vw;
		height: 80vw;
	}

	#mainTopLogo
	{
    	margin-top: 12vw;
		max-width: 70%;
	}

	#mqFemale, #mqMale
	{
		padding: 10px 0 180px 0;
	}

	#tcqTitle
	{
		font-size: 20px;
		margin-top: 15px;
		line-height: 1.8;
	}

	#tcqFiller span
	{
    	font-size: 20px;
	}

	#tcqFiller
	{
    	font-size: 16px;
		padding: 5px 20px 0 20px;
	}

	.mqQuestion label
	{
		font-size: 22px;
		padding: 0 20px;
		margin-bottom: 5px;
	}

	.mqQuestion
	{
		font-size: 20px;
		text-align: center;
	}

	.qimgwrp
	{
    	width: 23.5%;
		max-width: 65px;
	}

	.mqtrio .qimgwrp
	{
		width: 31.5%;
		max-width: 85px;
	}

	.qimgwrp img
	{
    	max-width: 60px;
	}

	.mqtrio .qimgwrp img
	{
		max-width: 80px;
	}

	.submitbutton
	{
    	width: 196px;
    	height: 55px;
    	background: url(../img/btn_actionssml.png) top center no-repeat;
		top: -15vw;
    	margin-left: -50px;
	}

	.btnPrevious
	{
		background-position: 0 -54px ;
	}

	.btnStartSearch
	{
		background-position: 0 -107px ;
	}

	.btnNothing
	{
		background-position: 0 -200px ;
		display: none;
	}

	.pitxtQuote
	{
		font-size: 25px;
		word-break: break-all;
	}

	#omSearching > div
	{
    	max-height: 90%;
    	max-width: 90%;
	}

	.modalDialog > div
	{
		max-height: 90%;
		height: 90%;
		max-width: 90%;
		width: 90%;

		position: relative;
		margin: 2vh auto;
		padding: 5px 10px 13px 10px;
		border-radius: 10px;
		background: transparent;
		overflow: hidden;
		border: solid 2px #fff;
	}

	#textPart
	{
    	font-size: 15px;
    	line-height: 1.4;
	}

	#logosPart .bottomlogos
	{
    	display: block;
		text-align: center;
		margin: 10px auto;
	}
}

@media (max-width:480px)
{
	body
	{
    	max-width: 100%;
    	overflow-x: hidden;
	}

	#langSticker
	{
    	position: relative;
    	right: initial;
    	top: initial;
    	width: 128px;
    	text-align: center;
    	margin: 0 auto;
	}

	.curIcon
	{
    	position: absolute;
    	right: 6px;
    	top: 5px;
	}

	#frmMainQuestions
	{
    	width: 100%;
		max-width: 100%;
	}

	#topCircle
	{
    	top: 0;
    	max-width: 96%;
		width: 96%;
    	max-height: 73vh;
		height: 73vh;
		margin: 0 auto;
		border-radius: 8px;
    	-webkit-border-radius: 8px;
    	-moz-border-radius: 8px;
	}

	#mainTopLogo
	{
    	margin-top: 1.5vh;
    	max-width: 65%;
	}

	#mainTopTxt
	{
	   	max-width: 95%;
		margin-top: 2.5vh;
	}

	#mqFemale, #mqMale
	{
	    padding-bottom: 2vh;
	}

	#tcqFiller
	{
    	font-size: 16px;
    	padding: 10px;
    	max-width: calc(100% - 20px);
	}

	#tcqTitle label
	{
    	font-size: 20px;
		margin-right: 0;
	}

	.submitbutton
	{
    	top: 65vh;
		  margin-left: 0;
	}

	#titleSeparator h2
	{
    	font-size: 24px;
	}

	.postItem
	{
	    text-align: center;
	}

	.piThumbnail
	{
    	margin: 0 auto;
    	vertical-align: top;
    	clear: both;
		width: 60%;
	}

	.piTextBox
	{
    	max-width: 85%;
		width: 85%;
		margin: 20px auto 0 auto;
	}

	.piTextBox:after
	{
		display:none;
	}

	.piTextBox:before
	{
		right: 0%;
		top: -22px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #fff;
		border-width: 10px;
		margin-top: -12px;
	}

	.pitxtQuote
	{
    	font-size: 22px;
	}

	.pitxtFirstLine
	{
    	font-size: 18px;
    	line-height: 1;
	}

	span.pitUsername
	{
    	font-size: 20px;
	}

	span.pitjointext
	{
    	font-size: 15px;
    	letter-spacing: -1px;
    	clear: both;
    	display: inline-block;
	}

	span.pittime
	{
    	font-size: 16px;
	}

	.pitxtLastLine
	{
    	font-size: 18px;
	}

	#thumbPart h2
	{
		font-size: 25px;
		margin: 0 15px;
	}

	#logosPart h3
	{
		font-size: 24px;
		text-align: center;
		margin: 0 0 12px 0;
	}

	#logosPart .bottomlogos
	{
    	margin: 2vh auto;
    	max-width: 80%;
	}

	#omSearching > div
	{
    	max-height: 95vh;
		height: 95vh;
    	max-width: 93%;
		padding: 5px;
	}

	#omSearching.modalDialog h2
	{
    	font-size: 15px;
	}

	.slottt-machine-recipe__mask
	{
    	width: 110px;
    	height: 14px;
    	font-size: 14px;
	}

	.close
	{
		line-height: 14px;
		font-size:14px;
		right: 2px;
		top: 2px;
		width: 14px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#omSearching.modalDialog h2
	{
    	font-size: 13px;
	}

	#stRules
	{
		padding: 0px;
		font-size: 12px;
		margin-top: 3px !important;
		margin-bottom: 4px !important;
		line-height: 1.2;
	}

	#sT001
	{
		font-size: 120%!important;
	}

	#sT002
	{
		font-size: 120% !important;
	}

	#sT003
	{
		font-size: 120% !important;
	}

	#sT004
	{
		font-size: 120% !important;
	}

	#sT005
	{
		margin-top: 3px !important;
	}

	#omSearching .holder:nth-child(n+11)
	{
    	display: none;
	}

	#sT006
	{
		display: none !important;
	}

	#sT007
	{
    	text-align: center;
    	margin-top: 0px !important;
    	margin-bottom: 0px !important;
	}

	#sT008
	{
    	border: 1px dashed #fff;
    	padding: 3px 2px;
        font-weight: 500;
    	margin-top: 5px !important;
    	margin-bottom: 2px !important;
    	font-size: 15px !important;
		line-height: 1.1;
	}

	.btnAgree
	{
    	margin-top: 6px;
    	margin-bottom: 5px;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width:480px)
{
	#omSearching > div { width: 93%; }
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*new css btn prev..*/
@media only screen and (max-width: 1024px){
	.btnPrevious
       {
	     background-position: 0 -106px ;
       }
       .btnStartSearch {
           background-position: 0 -215px;
        }
}
@media only screen and (max-width: 768px){
	.btnPrevious
       {
	     background-position: 0 -53px ;
       }
       .btnStartSearch {
           background-position: 0 -108px;
        }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-height: 900px) and (max-width: 1440px){
	.btnPrevious
       {
	     background-position: 0 -108px ;
       }
       .btnStartSearch {
           background-position: 0 -215px;
        }
}
@media only screen and (max-width: 2500px) and (min-width: 2300px){
     .submitbutton {zoom: 0;}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 2300px) and (max-width: 2302px){
  #topCircle {
   margin-left: -80px;
   top: -14vh;
    max-width: 60vw;
    width: 60vw;
    height: 60vw;
   }
   .submitbutton {
        margin-top: 62px;
    }
     .mqQuestion label {
         zoom: 0;
     }
    .qimgwrp {
       zoom: 0;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 2262px) and (max-width: 2299px){
  #topCircle {
   top: -14vh;
   max-width: 60vw;
    width: 60vw;
    height: 60vw;
   }
   #mainTopLogo {
        margin-top: 243px;
    }
    #tcqTitle{zoom:2.5;}
     #tcqQuestionarie {
         min-height: 600px;
      }
     #tcqFiller {
        font-size: 47px;
        max-width: 80%;
     }
   .submitbutton {
        margin-left: 286px;
        zoom: 1.5;
    }
     #tcqFiller span {
        font-size: 64px;
     }
     .mqQuestion{zoom:2;}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-height: 736px) and (max-width: 414px){

    .btnPrevious {
        background-position: 0 -55px;
     }
     .btnStartSearch {
          background-position: 0 -108px;
      }
      #topPart{
          /*background-size: 100% 94%;
          background-position: top right;*/
          /*height: 68vh;*/
         background: #b3bbbd url(../img/GirlBigMobile.jpg) top center no-repeat;
         /*background: url(../img/GirlBigIpad.jpg) top center no-repeat;*/
         background-size: cover;
     }
     #topCircle{
              /* max-height: 54vh;*/
      }
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1280px) and (max-width: 1281px){
   #topCircle {
           width: 58vw;
           height: 58vw;
   }
    .submitbutton{
         margin-left: -26px;
         top: -225px;
     }
     #topPart{
        background-size: 100% 100%;
     }
}
