/* */
html,body{
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #2b76a2;
	font-family: 'Roboto';
}
a{
	-webkit-transition: border 300ms ease-out 0.03s, color 300ms ease-out 0.03s, background-color 300ms ease-out 0.03s, width 300ms ease-out 0.03s, height 300ms ease-out 0.03s;
	-moz-transition: border 300ms ease-out 0.03s, color 300ms ease-out 0.03s, background-color 300ms ease-out 0.03s, width 300ms ease-out 0.03s, height 300ms ease-out 0.03s;
	-o-transition: border 300ms ease-out 0.03s, color 300ms ease-out 0.03s, background-color 300ms ease-out 0.03s, width 300ms ease-out 0.03s, height 300ms ease-out 0.03s;
	transition: border 300ms ease-out 0.03s, color 300ms ease-out 0.03s, background-color 300ms ease-out 0.03s, width 300ms ease-out 0.03s, height 300ms ease-out 0.03s;
}
a{
	color: #2b76a2;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
/* index page */
body{
	text-align: center;
}
.wrapper{
	width: 100%;
	max-width: 1366px;
	text-align: left;
	display: inline-block;
	position: relative;

/*	position: absolute;
	top: 0;
	min-height: 100%;
	left: 0;       
	right: 0;
	background: rgb(255,248,230);
	overflow-x: hidden;*/

	min-height: 100%;
	bottom: 0;

}
.menuButton{
	display: block;
	float: left;
	width: 128px;
	height: 28px;
	background: transparent;
	background-image: url(/visual/images/menuButton.png);
	background-repeat: no-repeat;
	margin-top: 27px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 57px;
	cursor: pointer;
	line-height: 28px;
	margin-left: 83px;
}
.topShare{
	display: block;
	float: right;
	width: 145px;
	height: 100%;

	margin-top: 17px;
	margin-right: 83px;
	text-align: center;
}
.ducrayLogo{
	display: block;
	margin: auto;
	width: 283px;
	height: 82px;
	background: transparent;
	background-image: url(/visual/images/ducrayLogoTop.png);
	background-repeat: no-repeat;
}
.footer{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer .shareButtons{
	text-align: left;
	display: inline-block;
}
.shareButtons a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 360px;
	background-color: #5fcfdf;
	color: white;
	text-align: center;
}
.shareButtons a:hover, .shareButtons a.active{
	background-color: #2c77a2;
}
.shareButtons .sbTitle{
	color: #706f6f;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px; /* 15 */
}
.topShare .shareButtons .sbTitle{
	color: #2b76a2;
	margin-right: 0;
	display: block;
	margin-bottom: 5px;
}
.menuHolder{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1000; /* so we have some space for maneuvering */
}
.menuBody{
	background: white;
	/*border: 1px #2c77a2 solid;*/
	position: absolute;
	width: 260px;
	top: 0;
	bottom: 0;
}
.menuBody ul{
	list-style: none;
	list-style-type: none;
	padding: 0;
	padding-left: 18px;
	padding-right: 18px;
}
.menuBody li{
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding-top: 2px;
	padding-bottom: 2px;

	min-height: 50px;

	color: #2b76a2;

	position: relative;

	/* multiline */
	display: table;
	width: 100%;
	height: 50px;
}
.menuBody li + li{
	border-bottom: 1px solid #d2d2d2;
	border-top: none;
}
.menuBody li a{
	display: block;
	background-color: transparent;
	color: #2b76a2;
	min-height: 50px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
	/*line-height: 50px;*/

	/* multiline */
	display: table-cell; 
	vertical-align: middle; 

}
.menuBody li a::first-line, .menuBody li a:first-line{
	/*line-height: 50px;*/
}
.menuBody li a:hover, .menuBody li a.active{
	background-color: #2b76a2;
	color: white;
}
.menuOverlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #5fcfdf;
	opacity: 0.8;
}
.menuBody .shareButtons .sbTitle{
	display: block;
	margin-bottom: 5px;
}
.menuBody .shareButtons{
	display: block;
	padding-left: 45px;
	padding-right: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.clearboth{
	clear: both;
}
.ducrayLogoSide{
	display: block;
	margin: 0;
	width: 283px;
	height: 82px;
	background: transparent;
	background-image: url(/visual/images/ducrayLogoSide.png);
	background-repeat: no-repeat;
}
.mainTitle{
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-left: 83px;
	padding-right: 83px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mainTitle a{
	color: #2b76a2;
	text-decoration: none;
	border-bottom: 1px solid #2b76a2;
}
.mainTitle a:hover{
	border-bottom: 1px solid transparent;
}
/* main page */
.contentWrap{
	text-align: center;
	margin-left: 83px;
	margin-right: 83px;
	position: relative;
}
.videoThing{
	width: 1200px;
	height: 560px;
	background: black;
	display: inline-block;
	position: relative;
	z-index: 2; /* gradient thing has 1 */
	vertical-align: top;
}
.keracnylMovie{
	margin-top: 19px;
	width: 800px;
	height: 460px;
	margin-bottom: 15px;
}
.videoBlock{
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.videoBlock video{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: none;
	object-fit: cover; /* IE sucks! */
}
.videoBlock[rel~="0"]{
	display: inline-block;
}

.controlsWrap{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1; /* for bottom screen */
}

.controlsWrap .playbutton{
	cursor: pointer;
	background: url(/visual/images/playButton.png);
	background-repeat: no-repeat;

	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;

	opacity: 0.5;

	-webkit-transition: all 1s ease-out;	
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.controlsWrap .playbutton:hover, .controlsWrap .playbutton.active{
	opacity: 0.9;
}

.controlsWrap .contestbutton{
	cursor: pointer;
	background: url(/visual/images/contestButton.png?v=2);
	background-repeat: no-repeat;
	display: block;

	width: 210px;
	height: 210px;
	position: absolute;
	bottom: -40px;
	right: -100px;
	z-index: 3; /* override any subcontrols */

	-webkit-transition: all 1s ease-out;	
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;

}

.controlsWrap .contestbutton:hover{
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0.4;
	}
}

.arrow{
	cursor: pointer;
	background: url(/visual/images/arrowLeft.png);
	background-repeat: no-repeat;

	width: 19px;
	height: 36px;
	position: absolute;
	top: 50%;
	left: 27px;
	margin-top: -16px;
}

.arrow.aright{
	background: url(/visual/images/arrowRight.png);
	left: auto;
	right: 27px;
}

.ladies{
	text-align: center;
	margin-left: 53px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
}
.lady .nameBlock.mobile{
	display: none;
}

.ladies .lady{
	display: inline-block;
	text-align: left;
	width: 189px;
	height: 75px;
	margin-right: 53px;
	/*border-top: 3px solid #2b76a2;*/
	border-top: 3px solid #5fcfdf;
	padding-top: 6px;
	/*opacity: 0.5;*/
	opacity: 1; /* "BRIGHTER" as requested */
	cursor: pointer;

	-webkit-transition: all 1s ease-out;	
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;

	clear: both;

	vertical-align: top;
}

.ladies .lady .name{
	font-weight: bold;
	font-size: 24px;
	/*color: #2b76a2;*/
	color: #5fcfdf;
	float: left;
}

.ladies .lady .age{
	font-weight: bold;
	font-size: 24px;
	/*color: #2b76a2;*/
	color: #5fcfdf;
	float: right;
}
.ladies .lady .age span{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.ladies .lady .description{
	clear: both;
	font-weight: bold; /* was normal */
	font-size: 14px;
	/*color: #2b76a2;*/
	color: #5fcfdf;
}
.ladies .lady.advice .description{
	font-weight: bold;
}


.ladies .lady.active, .ladies .lady:hover{
	border-top: 3px solid white;
	opacity: 1;
}

.ladies .lady.active .name, .ladies .lady:hover .name{
	color: white;
}

.ladies .lady.active .age, .ladies .lady:hover .age{
	color: white;
}

.ladies .lady.active .description, .ladies .lady:hover .description{
	color: white;
}

.gradientThing{
	position: absolute;
	top: 280px;
	right: -83px;
	background: url(/visual/images/gradientThing.jpg);
	background-repeat: repeat-x;
	background-color: black;
	width: 683px;
	height: 985px;

	z-index: 1;
}
.secondMadamThing{
	position: relative;
	background: url(/visual/images/madam3.jpg);
	background-repeat: no-repeat;
	background-color: black;
	background-size: contain;
	z-index: 0;
	width: 680px;
	height: 700px;
	margin: 0;
	vertical-align: top;

	margin-top: 66px;
}

.blIntroText{
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
	display: block;
	max-width: 435px;
	margin-bottom: 10px;
}
.blIntroDescription{
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	display: block;
	max-width: 435px;
	margin-bottom: 10px;
}
.blIntroDescription a{
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}
.blIntroDescription a:hover{
	border-bottom: 1px solid transparent;
}
.blNumberText{
	font-weight: normal;
	font-size: 24px;
	font-size: 23.77px;
	line-height: normal;
}
.blNumberDescription{
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	color: white;
	max-width: 400px;
	display: inline-block;
	vertical-align: text-top;
}
.blInstaBold{
	font-weight: bold;
	color: white;
}
.blInstaBold a{
	color: white;
	border-bottom: 1px solid transparent;
}
.blInstaBold a:hover,.blInstaBold a.active{
	color: white;
	border-bottom: 1px solid white;
}
.blBold{
	font-weight: bold;
	color: white;
	font-size: 18px;
}
.productLineHolder{
	position: relative;
	margin-left: 190px;
}
.productLine{
	background: url(/visual/images/productLine.png);
	background-repeat: no-repeat;
	width: 204px;
	height: 229px;
	display: inline-block;
	position: absolute;
	top: -100px;
	left: 40px;
}
.number{
	color: #5fcfdf;
	background-color: white;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 360px;
	text-align: center;
	display: inline-block;
	margin-right: 16px;
}
.bullet{
	display: block;
	margin-bottom: 24px;
}
.bulletList{
	color: white;
	margin-left: 80px;
	margin-bottom: 42px;
	text-align: left;

	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.blButton{
	display: block;
	border: 2px solid white;
	border-radius: 360px;
	text-align: center;
	width: 190px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
	color: white;

	cursor: pointer;
}
.blButton:hover, .blButton.active{
	background-color: white;
	color: #5fcfdf;
}
.blRulesHolder{
	display: inline-block;
	width: 190px;
	text-align: center;
}
.blRules{
	font-size: 12px;
	color: #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	text-decoration: none;
}
.blRules:hover, .blRules.active{
	border-bottom: 1px solid transparent;
}

.nav{
	position: absolute;
	left: -41px;
	top: 0;
	text-align: left;
	bottom: 0;
}
.navCircle{
	width: 6px;
	height: 6px;
	border: 2px solid #2b76a2;
	background-color: white;
	display: inline-block;
	border-radius: 360px;
	cursor: pointer;
}
.navCircle:hover,.navCircle.active{
	background-color: #2b76a2;
}
.navTitle{
	color: #2b76a2;
	font-size: 14px;
}
.nav.white{
	left: 41px;
}
.navBox.white{
	width: 140px;
	margin-top: -70px;
}
.navBox.white .navCircle{
	border: 2px solid white;
	background-color: transparent;
}
.navBox.white .navCircle:hover,.navBox.white .navCircle.active{
	background-color: white;
}
.navBox.white .navTitle{
	color: white;
}
.navBox{
	display: inline-block;
	-webkit-transform: translate(-50%, 200%) rotate(-90deg);
	-moz-transform: translate(-50%, 200%) rotate(-90deg);
	-ms-transform: translate(-50%, 200%) rotate(-90deg);
	transform: translate(-50%, 200%) rotate(-90deg);
	position: absolute;
	top: 50%;
	left: 0;
	width: 120px;
	margin-top: -60px;
}
.navMouse{
	background: url(/visual/images/mouse.png);
	background-repeat: no-repeat;

	width: 19px;
	height: 35px;

	position: absolute;
	bottom: 95px;
	left: -9px;
	animation: moveUpDown 0.85s linear infinite;
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.thirdMadamThing{
	position: relative;

	background: url(/visual/images/madam2.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top right;

	min-height: 700px;
	width: 100%;

	z-index: 1; /* gradient thing underneath will have 0 */

	margin: 0;
	vertical-align: top;

	color: #5fcfdf;

	margin-top: 62px;
}

.tenAdvices{
	/* empty */
}
.tenIntro{
	color: #5fcfdf;
	margin-bottom: 133px;

	max-width: 400px;

	text-align: left;
	float: left;
	margin-left: 85px;
	margin-top: 100px;
}
.tenTitle{
	font-weight: bold;
	font-size: 60px;
	display: block;
	line-height: 60px;
	max-width: 400px;
}
.tenSubTitle{
	font-weight: normal;
	font-size: 18px;
	display: block;
	line-height: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #706f6f;
	max-width: 340px;
}
.tenButton{
	display: block;
	border: 2px solid #5fcfdf;
	border-radius: 360px;
	text-align: center;
	width: 190px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 20px;
	color: #5fcfdf;

	cursor: pointer;
}
.tenButton:hover, .tenButton.active{
	background-color: #5fcfdf;
	color: white;
}

.gradientThing2{
	background: url(/visual/images/gradientThing2.jpg?v=1);
	background-repeat: repeat-x;
	/*background-color: transparent;*/
	background-color: #5fcfdf; /* due to text update */
	width: 1366px;
	min-height: 858px;
	position: relative;
	z-index: 0;

	margin: 0;
	vertical-align: top;

	margin-top: -101px;
	margin-left: -83px; /* oh-weh */

	text-align: center;
}
.navMouse.preG2{
	bottom: 235px;
}
.gradientThing3{
	background: url(/visual/images/gradientThing3.jpg);
	background-repeat: repeat-x;
	background-color: white;
	width: 1200px;
	/* height: 640px; */
	height: 675px; /* due to text update */
	height: 770px; /* due to text update */
	background-color: #e5e5e5;  /* due to text update */
	position: relative;

	margin: 0;
	margin-bottom: 20px; /* due to text update */
	vertical-align: top;

	margin-top: 145px;

	text-align: left;
	display: inline-block;

	overflow: hidden;
}
.gT3DRLogoHolder{
	width: 100%;
	text-align: center;
}
.gT3DRLogo{
	background: url(/visual/images/ducrayLogoTop.png);
	background-repeat: no-repeat;
	width: 283px;
	height: 82px;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	z-index: 2; /* to allow the links inside to be clickable */
}
.gT3DRLogoText{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #5fcfdf;
	position: relative;
	z-index: 2; /* to allow the links inside to be clickable */
}
.gT3DRLogoText a{
	color: #5fcfdf;
	text-decoration: none;
	border-bottom: 1px solid #5fcfdf;
}
.gT3DRLogoText a:hover{
	border-bottom: 1px solid transparent;
}
.gT3ContentHolder{
	position: relative;
	/*z-index: 1;*/ /* overrides controls wrap */
	color: #5fcfdf;
	text-align: center;
	margin-top: 10px;
}
.bottomNav{
	position: absolute;
	bottom: 24px;
	left: 0; right: 0;
	text-align: center;
	margin-right: -4px;
}
.bottomNav .navCircle{
	margin-right: 4px;
}
.gT3ContentBlock{
	text-align: left;
	display: inline-block;
	margin-top: 20px;
	display: none;
}
.gT3ContentBlock[rel~="0"]{
	display: inline-block;
}
.gT3productImage{
	display: block;
	float: left;
	margin-right: 70px;
}
.gT3productSeparator{
	margin-top: 19px;
	height 1px; /* 19+1 = 20 */
	width: 100%;
	display: block;
}
.gT3productTitle{
	font-weight: bold;
	line-height: 48px;
	font-size: 48px;
	text-transform: uppercase;
}
.gT3productTitle a{
	color: #5fcfdf;
	text-decoration: none;
	/*border-bottom: 1px solid #5fcfdf;*/
	position: relative;
	z-index: 2; /* to allow the links inside to be clickable */
}
.gT3productTitle a:hover{
	/*border-bottom: 1px solid transparent;*/
}
.gT3productSubTitle{
	font-weight: normal;
	line-height: normal;
	font-size: 24px;
}
.gT3productProduct{
	font-weight: bold;
	line-height: normal;
	font-size: 30px;
	text-transform: uppercase;
	color: #706f6f;
	margin-top: 20px;
}
.gT3productDescription{
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	color: #706f6f;
	max-width: 600px;
	margin-top: 20px;
}
.gT3ContentBlock.gT3product2{
	min-width: 700px;
}
.gT3ContentBlock.gT3product2 .gT3productDescription{
	max-width: 670px;
}
.gT3ContentBlock.gT3product3 .gT3productDescription{
	max-width: 620px;
}
.gT3ContentBlock.gT3product4 .gT3productDescription{
	max-width: 620px;
}
/* advice page */
.gb{
	width: 1200px;
	height: 634px;
	background-image: url(/visual/images/adviceGradientThing.jpg);
	background-repeat: repeat-x;
	display: inline-block;
	position: relative;
	text-align: left;
	margin-top: 20px;
}
.gbB{
	background-image: url(/visual/images/madam2Transparent.png);
	background-repeat: no-repeat;
	position: absolute; top: 0; bottom: 0; right: 0; left: 0;
	background-position: top right;
}
.gbBC{
	position: absolute; top: 0; bottom: 0; right: 0; left: 94px;
}
.gbBCC{
	position: absolute; top: 0; bottom: 33px; right: 0; left: 0;
	background-image: url(/visual/images/mouseWhite.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	animation: moveUpDown 0.85s linear infinite;
}
.gbTitle{
	font-weight: bold;
	font-size: 60px;
	line-height: 60px;
	color: white;
	margin-bottom: 46px;
	margin-top: 110px;
}
.gbDescription{
	font-size: 18px;
	line-height: 24px;
	color: white;
	max-width: 570px;
}
.gb .contestbutton{
	cursor: pointer;
	background: url(/visual/images/contestButton.png?v=2);
	background-repeat: no-repeat;
	display: block;

	width: 210px;
	height: 210px;
	position: absolute;
	bottom: -40px;
	right: -100px;
	z-index: 3; /* override any subcontrols */

	-webkit-transition: all 1s ease-out;	
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;

}

.gb .contestbutton:hover{
	animation: blinker 1s linear infinite;
}

.headerG{
	position: relative;
	width: 100%;
	color: #eeeeee;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 72px;
	margin-top: 50px;
	margin-bottom: 40px;
}
.headerGG{
	position: absolute;
	text-align: center;
	color: #2b76a2;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	top: 50%;
	margin-top: -22px;
	left: 0;
	right: 0;
}
.adviceString1{
	background-image: url(/visual/images/adviceMadam1.jpg?v=2);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 600px;
	margin-right: 29px;
	margin-left: 29px;
	text-align: left;
	overflow-y: auto; overflow-x: hidden; /* prevents margin collapse */
	position: relative;
	z-index: 1;
}
.adviceName{
	font-size: 48px;
	line-height: 60px;
	font-weight: bold;
	color: #5fcfdf;
	float: left;
}
.adviceAge{
	font-size: 48px;
	line-height: 60px;
	font-weight: bold;
	color: #5fcfdf;
	text-align: left;
	float: right;
}
.adviceAge span{
	font-size: 24px;
	font-weight: bold;
	color: #bfbfbf;
}
.adviceInfoMain{
	width: 333px;
}
.adviceInfo{
	border-top: 2px solid #5fcfdf;
	width: 442px;
	margin-top: 100px;
}

.adviceString1 .adviceInfo{
	margin-left: 60px;
}
.adviceDescription{
	color: #bfbfbf;
	font-size: 24px;
	clear: both;
	font-weight: normal;
}
.advicePlaySection{
	width: 408px; /* was 384, now in responsive */
	margin-top: 55px;
}
.advicePlaybutton{
	cursor: pointer;
	background: url(/visual/images/advicePlayButton.png);
	background-repeat: no-repeat;

	width: 120px;
	height: 120px;

	-webkit-transition: all 1s ease-out;	
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;

	float: left;
}
.advicePlaybutton:hover, .advicePlaybutton.active{
	animation: blinker 1s linear infinite;
}
.advicePlayAdvice{
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	width: 280px; /* was 250, now in responsive */
	text-transform: uppercase;
	float: right;
	margin-top: 36px;
}

.adviceString2{
	margin-left: -83px; /* lol */
	text-align: left;
}
.adviceHz{
	width: 691px;
	height: 479px;
	background-image: url(/visual/images/adviceGradientThing1.jpg);
	background-repeat: repeat-x;
	display: inline-block;
	position: relative;
	text-align: left;
	margin-top: -143px;
	overflow-y: auto; overflow-x: hidden; /* margin collapse fix */
	clear: both;
}
.adviceHzInners{
	margin-left: 165px;
	margin-top: 80px;
}
.adviceHzTitle{
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	color: white;
	position: relative;
	max-width: 240px;
}
.adviceHzNumber{
	color: white;
	background-color: #5fcfdf;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 36px;
	font-weight: normal;
	border-radius: 360px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -75px;
}
.adviceHzText{
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: white;
	max-width: 360px;
	margin-top: 20px;
}
.adviceFz{
	margin-right: 40px;
	float: right;
	overflow-y: auto; overflow-x: hidden;
	width: 550px;
	/*height: 340px;*/
	height: 365px; /* due to text replacement */
}
.adviceFzInners{
	margin-left: 138px;
	margin-top: 54px;
}
.adviceFzTitle{
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	color: #5fcfdf;
	position: relative;
	max-width: 350px;
}
.adviceFzText{
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #706f6f;
	max-width: 385px;
	margin-top: 20px;
}
.adviceFzText a{
	color: #706f6f;
	text-decoration: none;
	border-bottom: 1px solid #706f6f;
}
.adviceFzText a:hover{
	border-bottom: 1px solid transparent;
}
.adviceHzTextEighth a{
	color: #706f6f;
	text-decoration: none;
	border-bottom: 1px solid #706f6f;
}
.adviceHzTextEighth a:hover{
	border-bottom: 1px solid transparent;
}
.adviceString3{
	background-image: url(/visual/images/adviceMadam2.jpg?v=2);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 600px;
	margin-top: 64px;
	margin-right: 29px;
	margin-left: 29px;
	text-align: left;
	overflow-y: auto; overflow-x: hidden; /* prevents margin collapse */
	position: relative;
	z-index: 1;
}
.adviceInfoRightLane{
	border-top: 2px solid #5fcfdf;
	width: 359px;
	margin-top: 100px;
	margin-left: 640px;
}
.adviceInfoRight{
	margin-left: 640px;
}
.adviceInfoRightShift{
	margin-left: 81px;
}
.adviceInfoMainRight{
	width: 275px;
}
.adviceString4{
	margin-right: -83px; /* lol */
	text-align: left;
}
.adviceHzRight{
	background-image: url(/visual/images/adviceGradientThing2.jpg);
	float: right;
	clear: none;
	width: 715px;
	height: 489px;
}
.adviceFzRight{
	float: left;
	clear: none;
	width: 565px;
	margin-right: 0px;
}
.adviceFzInnersRight{
	margin-left: 105px;
}
.adviceHzTextRight{
	max-width: 375px;
}
.adviceHzInnersRight {
	margin-left: 210px;
}
.adviceFzTextRight {
	max-width: 435px;
}
.adviceString5{
	background-image: url(/visual/images/adviceMadam3.jpg?v=2);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 600px;
	margin-right: 29px;
	margin-left: 29px;
	text-align: left;
	overflow-y: auto; overflow-x: hidden; /* prevents margin collapse */
	position: relative;
	z-index: 1;
	margin-top: 64px;
}
.adviceString5 .adviceInfo {
    margin-left: 60px;
}
.adviceString6{
	margin-left: -83px; /* lol */
	text-align: left;
}
.adviceHzSixth{
	background-image: url(/visual/images/adviceGradientThing3.jpg);
	height: 551px;
}
.adviceHzTitleSixth {
	max-width: 280px;
}
.adviceHzTextSixth {
	max-width: 390px;
}
.adviceFzSixth {
	/*height: 390px;*/
	height: 465px; /* due to text replacement */
}
.adviceString7{
	background-image: url(/visual/images/adviceMadam4.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: -83px; /* lol */
	text-align: left;
	min-height: 600px;
}
.adviceHzSeventh{
	background-image: url(/visual/images/adviceGradientThing4.jpg);
	width: 672px;
	height: 388px;
	margin-top: 70px;
	float: right;
}
.adviceHzTitleSeventh,
.adviceHzTextSeventh{
	max-width: 445px;
}
.adviceHzInnersSeventh {
	margin-left: 125px;
	/*margin-top: 80px;*/
	margin-top: 42px; /* due to text replacement */
}
.adviceString8{
	background-image: url(/visual/images/adviceMadam5.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: -83px; /* needed for left margin of Hz block, lol */
	margin-right: -83px; /* lol */
	text-align: left;
	min-height: 561px;
	position: relative;
	z-index: 1;
	margin-top: -73px;
}
.adviceHzEighth{
	background-image: none;
	width: 672px;
	height: 388px;
	margin-top: 70px;
}
.adviceHzTitleEighth,
.adviceHzTextEighth{
	max-width: 400px;
}
.adviceHzTitleEighth{
	color: #5fcfdf;
}
.adviceHzTextEighth{
	color: #706f6f;
}

.adviceHzInnersEighth{
	margin-left: 120px;
	margin-top: 80px;
}

.adviceString9{
	background-image: url(/visual/images/adviceMadam6.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: -83px; /* lol */
	text-align: left;
	min-height: 561px;
	position: relative;
	z-index: 1;
	margin-top: 56px;
	margin-bottom: 30px; /* due to text replacement */
}
.adviceHzNinth{
	background-image: none;
	width: 560px;
	/*height: 388px;*/
	height: 450px; /* due to text replacement */
	margin-top: 70px;
	float: right;
}
.adviceHzTitleNinth,
.adviceHzTextNinth{
	max-width: 420px;
}
.adviceHzTitleNinth{
	color: #5fcfdf;
}
.adviceHzTextNinth{
	color: #706f6f;
}
.adviceHzInnersNinth {
	margin-left: 125px;
	margin-top: 80px;
}

.adviceString10{
	background-image: url(/visual/images/adviceMadam7.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin-right: -83px; /* lol */
	text-align: left;
	min-height: 600px;
	margin-top: -77px;
}
.adviceHzTenth{
	background-image: url(/visual/images/adviceGradientThing5.jpg);
	width: 629px;
	height: 385px;
	margin-top: 140px;
}
.adviceHzTitleTenth{
	max-width: 500px;
}
.adviceHzTextTenth{
	max-width: 400px;
}
.adviceHzInnersTenth{
	margin-left: 110px;
	margin-top: 55px;
}
.contestAdviceThing{
	background-image: url(/visual/images/adviceGradientThing6.jpg);
	height: 689px;
	top: -71px;
}
.secondMadamThingAdvice{
	position: relative;
	background: url(/visual/images/madam3.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
	z-index: 1;
	width: 100%;
	min-height: 700px;
	margin: 0;
	vertical-align: top;

	margin-top: 140px;
}
.videoHolder{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 500; /* so we have some space for maneuvering */
}
.videoBody{
	background: black;
	position: absolute;

	top: 300px;
	left: 50%;
	margin-left: -600px;

	width: 1200px;
	height: 560px;
	background: black;

	z-index: 2; /* gradient thing has 1 */
	vertical-align: top;

	box-shadow: 5px 5px 16px 3px rgba(0,0,0,0.5);
}
.videoPopupBlock{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.videoPopupBlock video{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: none;
	object-fit: cover; /* IE sucks! */
}
.closeButton{
	position: absolute;
	top: -117px;
	right: -45px;
	background-image: url(/visual/images/closeButton.png);
	width: 160px;
	height: 160px;
	background-repeat: no-repeat;
	cursor: pointer;

	-webkit-transition: all 1s ease-out;	
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;

}

.closeButton:hover{
	animation: blinker 1s linear infinite;
}
.navCircleMobile{
	display: none;
}
.navMobile{
	display: none;
}
.controlsWrap .contestbutton.navMobile{
	display: none;
}
.footnotes{
	font-size: 10px;
	display: inline-block;
}