@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; }
.footerMenu a:visited { color: #fff; }



/* WORDPRESS STYLES */
#acceptingnumber { margin: 0; display: inline-block; min-width: 20px; }
.topBox { text-align: center; max-width:80%; background: #faf901; padding: 10px 0; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; margin: 25px auto; }
.headerIMG { display: inline-block;  vertical-align: top; margin-bottom: 10px; background: #FFFFFF; border: 6px solid #FFFFFF; -moz-box-shadow: 0 0 7px #B7B4B4; -webkit-box-shadow: 0 0 7px #B7B4B4; box-shadow: 0 0 7px #B7B4B4; max-width: 300px; }
.tbText { display: inline-block; width: 40%; font-size: 17px; }
.topBox p { margin: 0; padding: 30px 15px 0 15px; color: #222; font-size: 23px; line-height: 1.2;}


/* Menu CSS Start */
.menu-container { display: inline-block; margin: 0; }
.menu-container ul { display: inline-block; margin: 0; padding: 0; vertical-align: middle; }
.menu-container ul li { display: inline-block; vertical-align: middle; margin: 0 5px; padding: 3px 8px; background: #000; color: #fff; font-weight: bold; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.menu-container ul li a { color: #fff; text-decoration: none; line-height: 1; }
.menu-container ul li a:hover { color: #ccc; text-decoration: underline; }
/* Menu CSS End */

.wrapper{ max-width: 98%; width: 1366px; margin: 0 auto; }
.mainLogo{ bottom: -8px; display: inline-block; position: relative; margin-bottom: -8px; margin-left: 25px; }
.main-container { margin-top: 25px; }

.main{ width: calc(98% - 300px); display: inline-block; vertical-align: text-top; text-align: center; }
.main.fullwidth { width: 100%; display: block; vertical-align: text-top; }

.indxPost {
    display: inline-block;
    width: 100%;
    margin: 15px 0.4%;
    max-width: 330px;
    vertical-align: text-top;
}

.indxPost h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 12px 0 8px 0;
    text-align: center;
    display: block;
    height: 55px;
    line-height: 2;
	color: #222;
	background: var(--mainColor);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.indxPost h2 a { color: #222; text-decoration: none; vertical-align: middle; text-transform: uppercase; line-height: 1.1; font-size: 16px; display: inline-block; }

.ipThumb {}
.ipThumb h2, .ipThumb h2 a { color: #222; }
.ipThumb img { max-width: 100%; }
.ipTxt { font-size: 14px; line-height: 1.3; text-align: justify; margin-top: 5px; padding: 0 2px; }

.navigation.pagination { text-align: center; color: #ccc; }
.navigation.pagination a { color: #ccc; }

article.post, article, .page { text-align: left; }
article.post h1, article.post h2, article.post h3 { font-family: 'Open Sans Condensed', sans-serif; }
article.post h1 { margin: 0 0 8px 0; font-size: 40px; text-transform: uppercase; }
article.post h3 { margin-bottom: 0; }
article.post p { margin-top: 5px; }
.mainimgpost { width: 100%; }

.bottomprevlink { display: inline-block; width: 48%; text-align: left; }
.bottomnextlink { display: inline-block; width: 48%; text-align: right; }

.sidebar { width: 280px; background:var(--mainColor); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; vertical-align: text-top; padding: 5px 10px; margin-left: 15px; display: inline-block; color: #fff; }
.sidebar h3 { color: #fff; }
.sidebar a { color: #fff; }

.sidebar .rpwwt-widget ul li { text-align: center; }
.sidebar .rpwwt-widget ul li a { text-decoration: none; }
.sidebar .rpwwt-widget ul li img { display: block; float: none; margin: 0 auto; text-align: center; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border-bottom: 10px solid var(--secondaryColor); }
.sidebar .rpwwt-post-title { text-decoration: none; text-transform: uppercase; font-size: 18px; }
.sidebar .rpwwt-post-title h2 { text-decoration: none; text-transform: uppercase; font-size: 18px; }

.round-button {
    display:inline-block;
    height:50px;
    line-height:50px;
    border: 2px solid #f5f5f5;
    border-radius: 12px;
    color:#fff !important;
    text-align:center;
    text-decoration:none;
    background: #7dd07d;
    box-shadow: 0 0 5px gray;
    font-size:24px;
    font-weight:bold;
  	padding: 0 40px;
  	min-width: 120px;
  	margin: 15px 0;
}
.round-button:hover {
    background: #262626;
}

/* WORDPRESS STYLES */






/* ==========================================================================
   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: 920px)
{
	.main { width: 98%; display: block; }
	.sidebar { width: 70%; margin: 0 auto; display: block; }
}

@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; }
	.sidebar { width: 94%; }
	.tbText { display: grid; width: 100%; font-size: 15px; }
	.round-button { grid-row: 1 / 1; max-width: 96%; text-align: center; margin: 10px auto 0 auto; }
	.topBox p { padding: 15px 15px 0 15px; }

}

@media only screen and (max-width: 440px)
{
	.topimg { width: 100%; height: calc(100%*0.772); }
	.bottomprevlink { display: block; width: 100%; text-align: left; }
	.bottomnextlink { display: block; width: 100%; text-align: right; }
}
/* ==========================================================================
   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;
    }
}




/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/* ==========================================================================
   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;
    }
}
