@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900');

:root
{
	--mainColor: #c3c3c3;
	--secondaryColor: #faf901;
	--footerColor: #252525;
}

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;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.wrapper {
    width: 90%;
	max-width: 1170px;
    margin: 0 auto;
}

section h2 { font-size: 50px; letter-spacing: 0.5px; }






.header-container{ background: var(--mainColor); height: auto; line-height: 0; text-align: center; }
.header-bottom{ background: url("../img/headerbottom.png") center center no-repeat; width: 100%; height:32px; display: block; }

header{}
.headerlogo{ margin: 22px auto 16px auto; max-width: 95%; }

.main-container{}
.main{}

section#toppart{ margin-top: 25px; }
.toptext{display: inline-block; width: calc(100% - 460px ); vertical-align: text-top; font-size: 24px; line-height: 1.5; font-weight: 300; position: relative; }
.topimg{ display: inline-block; width: 440px; height: 570px; background: #999; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-left: 15px; vertical-align: text-top; text-align: center; position: relative; }

.topimg .recentTxt{ font-size: 20px; font-weight: 900; }
 .snpContent{ position: relative; }

.snpImgs { cursor: pointer; max-width: 100%; }
.getsslink { cursor: pointer; }

.next, .prev
{
	z-index: 2;
    position: absolute;
    bottom: 50%;
    border: none;
    outline: 0;
    background: rgba(255,255,255,0.2);
    color: #fff;
	line-height: 1;
	height: 75px;
	width: 65px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: lighter;

}

.next span, .prev span
{
	font-size: 70px;
	transform: scaleX(0.3);
	transform: scaleX(0.3);
	display: inline-block;
}

.next {
	right: 0px;
	-webkit-border-top-left-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-moz-border-radius-topleft: 50%;
	-moz-border-radius-bottomleft: 50%;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.prev {
	left: 0px;
	-webkit-border-top-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	-moz-border-radius-topright: 50%;
	-moz-border-radius-bottomright: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

#countclock
{
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
}

#countnumber
{
	color: #fff;
	font-weight: 700;
	letter-spacing: -1px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;

}

#countimg
{
	width: 50px;
	height: 50px;
	background: url("../img/timer.png") center center no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.rotating {
    -webkit-animation: rotating-function 1.25s linear infinite;
    -moz-animation: rotating-function 1.25s linear infinite;
    -ms-animation: rotating-function 1.25s linear infinite;
    -o-animation: rotating-function 1.25s linear infinite;
    animation: rotating-function 1.25s linear infinite;
}

@-webkit-keyframes rotating-function {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotating-function {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes rotating-function {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes rotating-function {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotating-function {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


section#sbuttons{}
.bigbutton{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 49%; height: 120px; margin: 0 0.8%; background:#dddddd; display: inline-block;  vertical-align: text-top; position: relative; }

.bigbutton.bbselected {  background: var(--secondaryColor); }

#btnman{ margin-left: 0; }
#btnwoman{ margin-right: 0; }

#btnman img{ margin-top: -20px; margin-left: 15px; max-width: 94%; }
#btnwoman img{ margin-top: -30px; margin-left: 15px; max-width: 94%; }

#getStarted{  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: var(--secondaryColor);  padding: 20px; margin-top: 20px; text-align: center; }
#getStarted:hover { background: #f0f022; cursor: pointer; }
#getStarted h3{ font-size: 55px; font-weight: 900; text-transform: uppercase; margin: 0; letter-spacing: 1px; line-height: 1.2; }
#getStarted h4{ font-size: 40px; font-weight: 400; margin: 0; line-height: 1.2; }

#modalmaintxt { font-weight: 300; }
#modalrules { display: none; }
#modalrules p{ text-align: justify; }

.btnAgree
{
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgb(28, 184, 65);
    display: block;
    margin: 0 auto;
    padding: 0 25px;
    line-height: 2;
    text-align: center;
    font-size: 130%;
    font-weight: 900;
    letter-spacing: 1px;
}

section#mLogos{ margin-top: 100px; }
section#mLogos h2{}
.asseenwrp{ background: #f7f7f7; padding: 20px 0; }
section#mLogos h2 { margin:  20px auto 0 auto; line-height: 1; }
section#mLogos img { max-width: 19%; margin: 0 0.4%; }

.footer-container{ background: var(--footerColor); border-top: 10px solid #ddd; }
footer{ padding: 20px 0; }
footer p{ font-size: 13px; color: #8f8f8f; text-align: center; padding: 0 10%; }

.footernav{ font-size: 13px; color: #fff; text-align: center; font-weight: 300; }
.footernav a{ color: #fff; text-decoration: none; font-weight: normal; }
.footernav a:hover{ color: #ddd; text-decoration: underline; }


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

@media only screen and (max-width: 1341px) and (min-width: 1024px)
{

}

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

}

@media only screen and (max-width: 1024px)
{
	.toptext { display: block; width: 100%; vertical-align: text-top; font-size: 22px; line-height: 1.4;  margin-bottom: 35px; }
	.topimg { display: block; margin: 0 auto; }
	section h2 { font-size: 35px; letter-spacing: 0; line-height: 1.2; }
}

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

	.wrapper { width: 100%; max-width: 98%; margin: 0 auto; }
	.topimg { max-width: 100%; }
	section#toppart { margin-top: 0px; }
	section h2 { font-size: 28px; letter-spacing: 0; line-height: 1.1; text-align: center; margin-top: 50px; }
	.bigbutton { width: 98%; margin: 0 auto; display: block; position: relative; height: 100px; }
	#btnwoman img,  #btnman img { max-width: 90%; }
	#btnman, #btnwoman { margin: 0 auto !important; }
	#btnwoman { margin-top: 55px !important; }
	#btnman { margin-top: 40px !important; }
	#btnwoman img{ margin-top: -15px; margin-left: 15px; }
	section#mLogos img { min-width: 130px; }
	.asseenwrp { text-align: center; }
	.remodal { padding: 15px; }

}

@media only screen and (max-width: 649px)
{
	.toptext { display: none; }
	#bottomMobile { width: 96%; margin: 20px auto 0 auto; }
	#bottomMobile .toptext { display: block !important; }

}

@media only screen and (max-width: 480px)
{
	#modalmaintxt { line-height: 1.2; font-size: 1.5em; }
	#modalrules p { text-align: justify; font-size: 14px; line-height: 1.3; }

	#btnwoman { display:none; }
	#btnman { display:none; }
	#sbuttons h2 { display:none; }
	.recentTxt  { display: none; }
	.recentTxtMobile { display: block !important; cursor: pointer; }
	.recentTxtMobile:hover { text-decoration: underline; }
	
}

@media only screen and (max-width: 440px)
{
	.topimg { width: 100%; height: calc(100%*0.772); }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.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;
    }
}
