﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol {
	list-style: decimal;
	margin-left: 30px;
}
ul {
	list-style: none;
}
body {
	background: #fff;
	color: #444444;
	line-height: 26px;
	font-family: 'helveticaneue';
	font-weight: 100;
	box-sizing: border-box !important;
}
* {
	box-sizing: border-box !important;
}
a {
	color: #252525;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
a:hover {
	text-decoration: none;
	color: #90ba2a;
}
img {
	border: 0px;
}
* {
	box-sizing: border-box !important;
	box-shadow: none !important;
}
*:focus {
	outline: none;
}
ul {
	list-style-type: none;
	margin: 0px !important;
	padding: 0px;
}
html {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2.25em;
	line-height: 1.3333333333333333;
	margin-bottom: 0.6666666666666666em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1.3125em;
	line-height: 1.1428571428571428;
	margin-bottom: 0.5em;
}
h5 {
	font-size: 1.125em;
	line-height: 1.3333333333333333;
	margin-bottom: 0.5em;
}
h6 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
p, blockquote {
	font-size: 1em;
	margin: 0 0 .5em;
	line-height: 1.2em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.fw100 {
	font-weight: 100 !important;
}
@font-face {
	font-family: 'helveticaneue';
	src: url('../fonts/../fonts/helveticaneue_medium-webfont.eot');
	src: url('../fonts/helveticaneue_medium-webfont.ttf') format('truetype'), url('../fonts/helveticaneue_medium-webfont.svg#helveticaneuemedium') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'helveticaneue';
	src: url('../fonts/helveticaneue-webfont.eot');
	src: url('../fonts/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue-webfont.ttf') format('truetype'), url('../fonts/helveticaneue-webfont.svg#helveticaneueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helveticaneue';
	src: url('../fonts/helveticaneuelite-webfont.eot');
	src: url('../fonts/helveticaneuelite-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuelite-webfont.ttf') format('truetype'), url('../fonts/helveticaneuelite-webfont.svg#helveticaneuelight') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'helveticaneue';
	src: url('../fonts/helvetica_neu_bold-webfont.eot');
	src: url('../fonts/helvetica_neu_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica_neu_bold-webfont.ttf') format('truetype'), url('../fonts/helvetica_neu_bold-webfont.svg#helveticaneuebold') format('svg');
	font-weight: 900;
	font-style: normal;
}
.topMenu {
	position: fixed;
	width: 100%;
	height: 55px;
	line-height: 55px;
	background-color: #000;
	z-index: 9999;
	top: 0;
}
.container {
	width: 95%;
	max-width: 1350px;
}
.topMenu .logo {
	width: 167px;
	height: 55px;
	line-height: 55px;
	float: left;
}
.topMenu .logo a {
	display: block;
}
.topMenu .logo a img {
	padding: 11px 0px;
}
.topMenu .menuItem {
	float: left;
	margin-left: 40px;
}
.topMenu .menuItem ul li {
	float: left;
    margin-right: 10px;
}
.topMenu .menuItem ul li a {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.2px;
	padding: 0px 12px;
	text-transform: uppercase;
}
.topMenu .menuItem ul li a:hover, .topMenu .menuItem ul li a.active {
	color: #90ba2a;
	box-shadow: inset 0px -3px 0px 0px #90ba2a !important
}
.headerBtn {
	padding: 9px 5px;
}
.topMenu .menuItem ul .headerBtn .custom.btn {
	box-shadow: none!important
}
.custom.btn {
	background-color: #90ba2a !important;
	color: black !important;
	font-size: 14px !important;
	letter-spacing: .2px !important;
	min-width: 115px !important;
	text-align: center;
	border: 2px solid #90ba2a;
	box-shadow: none!important;
	height: 36px;
	line-height: 33px;
	font-weight: bold !important;
}
.custom.btn:hover {
	background-color: #000 !important;
	color: #fff !important;
	box-shadow: none!important
}
.custom.btn.bordered {
	background-color: #000 !important;
	color: #fff !important;
	border: 2px solid #90ba2a;
}
.custom.btn.bordered:hover {
	background-color: #90ba2a !important;
	color: #000 !important;
	box-shadow: none!important
}
.font14 {
	font-size: 14px !important;
}
.swiper-container {
	width: 100%;
	overflow: hidden
}
.swiper-container img {
	width: 100%;
}
.homeSlider {
	padding-top: 55px;
}
h2.heading {
	font-weight: bold;
	font-size: 28px;
	line-height: 40px;
	color: #404040;
	text-align: center;
	display: block;
}
.subheading {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	display: block;
}
.whyTop {
	padding: 20px 0;
	background-image: url('../images/whytoptrader.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 500px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.whyCol {
	max-width: 350px;
	width: 100%;
	padding-left: 80px;
	-webkit-background-size: 70px;
	background-size: 70px;
	background-repeat: no-repeat;
	background-position-y: center;
	margin-top: 35px;
}
.whyCol h3 {
	font-size: 18px;
	color: #404040;
	text-transform: uppercase;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 0;
}
.whyCol p {
	font-size: 15px;
	color: #404040;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 00px;
}
.whycol-right .whyCol {
	float: right;
	padding-left: 0;
	padding-right: 80px;
	background-position-X: right;
	text-align: right
}
.hiw {
	position: relative;
}
.hiw .text-block {
	position: absolute;
	min-height: 160px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	left: 0;
	padding: 10px 5px;
	bottom: 0;
}
.hiw .text-block h2 {
	font-size: 35px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 10px;
	color: #fff;
}
.hiw .text-block img {
	width: auto !important;
	max-width: 100% !important;
}
.hiw .text-block h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 10px;
	color: #fff;
}
.hiw .text-block .desc {
	font-size: 18px;
	width: 100%;
	text-align: left;
	color: #fff;
}
.howitworks {
	padding: 20px 0;
	background-color: #23252a;
}
.footer {
	padding: 20px 0px;
}
.footer .leftCol, .footer .rightCol {
	width: 50%;
	float: left;
	padding: 0px 70px;
}
.footer .rightCol {
	border-left: 1px solid #000
}
.flex {
	display: flex;
}
.mt20 {
	margin-top: 20px !important;
}
.Follow li {
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 48px;
	margin: 0px 3px;
}
.Follow li a {
	display: block;
	width: 100%;
	line-height: 48px;
	border-radius: 50%;
	color: #FFF;
	font-size: 26px;
	position: relative;
}
.Follow li a:hover {
	transform: scale(0.9)
}
.fa-facebook {
	background-color: #3b5998;
}
.fa-linkedin {
	background-color: #007ab9;
}
.fa-twitter {
	background-color: #55acee;
}
.fa-google-plus, .fa-google {
	background-color: #c83e30;
}
.footer .rightCol h2 {
	margin-bottom: 5px !important;
}
.p0 {
	padding: 0 !important;
}
.input-field {
	margin: 0 !important;
}
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
	border: 1px solid #c8d1e2;
	height: 40px;
	font-size: 15px;
	padding: 5px 10px;
	line-height: 30px;
	margin-bottom: 12px;
}
.lh20 {
	line-height: 20px !important;
}
.ptb10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.footer .rightCol textarea.materialize-textarea {
	height: 120px !important;
}
.select-wrapper input.select-dropdown {
	border: 1px solid #c8d1e2;
	padding: 5px 10px;
	margin-bottom: 12px;
}
.select-wrapper span.caret {
	right: 10px;
	font-size: 14px;
	color: #90ba2a;
}
.dropdown-content {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.footer .rightCol .btn {
	width: 100%;
}
.footer .rightCol .btn:hover {
	background-color: #fff !important;
	color: #90ba2a !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.sliderText {
	position: absolute;
	height: 100%;
	width: 50%;
	right: 0;
	top: 0;
	max-width: 660px;
	padding-right: 100px;
}
.swiper-slide {
	position: relative;
}
.sliderText h2 {
	line-height: 40px;
	font-size: 36px;
	color: #fff;
	margin-bottom: 0;
}
.sliderText h2 span {
	color: #90ba2a;
}
.sliderText p {
	color: #fff;
	    font-size: 17px;
    line-height: 27px;
}
.aligncenter {
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}
.slider2 .sliderText {
	max-width: 390px;
}
.quickLink li {
	float: left
}
.quickLink li a {
	display: block;
	color: #fff;
	font-weight: 100;
	font-size: 14px;
	padding: 0px 15px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
.joinBanner {
	background-image: url(../images/banner.jpg);
	min-height: 643px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 55px;
}
.joinBanner .container {
	position: relative;
}
.joinBanner h2 {
	font-weight: bold;
	color: #404040;
	line-height: 42px;
	font-size: 36px;
	margin-bottom: 0;
}
.joinBanner p {
	color: #404040;
	line-height: 22px;
	font-size: 17px
}
.joinBanner .leftCol, .joinBanner .rightCol {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
.joinBanner .rightCol {
	left: 50%;
}
.joinBanner .joinBanner_text {
	float: right;
	width: 100%;
	max-width: 250px;
	margin-top: 70px;
}
.contest_list {
	margin-top: 70px;
}
.contest_list_tools {
	display: flex;
	background-color: #fff;
}
.contest_list_tools .search {
	width: 50%;
	position: relative;
}
.contest_list_tools .search .search-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	/*	border-left: 1px solid rgba(204, 204, 204, 0.42);*/
	cursor: pointer
}
.contest_list_tools .select {
	width: 30%;
}
.contest_list_tools .sort {
	border: 1px solid #c8d1e2;
	width: 20%;
}
.contest_list_tools input[type=text] {
	border: 1px solid #c8d1e2;
	height: 48px;
	padding: 9px 10px;
	margin-bottom: 0px;
	border-right: 0;
}
.contest_list_tools .sort .btn {
	width: 50%;
	float: left;
	background-color: transparent;
	line-height: 46px;
	height: 46px;
	color: #404040;
	padding: 0;
	text-align: center;
	border-radius: 0
}
.contest_list_tools .sort .btn:first-child {
/*	border-right: 1px solid #c8d1e2;*/
}
.contest_list_tools .sort .btn:hover, .contest_list_tools .sort .btn.active {
	background-color: rgba(144, 186, 42, 1);
	color: #fff;
}
.waves-effect.waves-green .waves-ripple {
	background-color: rgba(144, 186, 42, 0.65);
}
.owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.owl-prev {
	color: #90ba2a;
	font-size: 50px;
	margin-left: 10px;
	float: left
}
.owl-next {
	color: #90ba2a;
	font-size: 50px;
	margin-right: 10px;
	float: right
}
.contest_box {
	width: 100%;
	min-width: 191px;
	max-width: 250px;
	border: 1px solid #bababa;
	height: inherit;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
    position: relative;
}
.sample-contest-label {
       background-color: #90ba28;
    position: absolute;
    top: 11px;
    right: -51px;
    width: 150px;
    transform: rotate(45deg);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: white;
}
.contest_list_body {
	margin-top: 20px;
}
.contest_box img {
	width: auto !important;
	max-width: 100%;
	display: block;
	margin: 0 auto
}
.contest_box h3 {
   color: #90ba28;
    font-size: 16px;
    line-height: 14px;
    margin-top: 9px;
    text-align: center;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 300;
    padding: 0 10px;
}
.contest_box span {
	color: #9b9b9b;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	display: block;
	margin-bottom: 2px;
}
.contest_box h2 {
	font-weight: bold;
	color: #404040;
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 10px;
}
.contest_box .left, .contest_box .right {
	width: 50%;
	border-top: 1px solid #9b9b9b;
	padding: 5px;
}
.contest_box .left span {
	text-align: left !important;
	line-height: 15px;
	margin-bottom: 0;
}
.contest_box .right span {
	text-align: right !important;
	line-height: 15px;
	margin-bottom: 0;
}
.contest_box .left {
	border-right: 1px solid #9b9b9b;
	height: 75px;
}
.contest_box .black-text {
	font-weight: 600;
	height: 28px;
	margin-bottom: 5px !important;
}
.contest_list .buttonBox .btn {
	width: 50%;
	float: left;
}
.contest_list .btn {
	padding: 0px 10px;
	text-align: center;
	font-size: 12px;
	color: #000;
	background-color: #89b028;
	border-radius: 0;
	border: 2px solid #89b028;
	line-height: 34px;
	;
	font-weight: 600;
}
.contest_list .btn.borderd {
	background-color: transparent;
	color: #89b028;
}
.contest_list .btn.borderd:hover {
	background-color: #89b028;
	color: #000;
}
.contest_list .btn:hover {
	background-color: transparent;
	color: #89b028;
}
.owl-dots {
	width: 100%;
	text-align: center
}
.owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 2px;
}
.owl-dot span {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 2px solid #89b028;
	border-radius: 50%;
	display: block;
}
.owl-dot.active span {
	background-color: #89b028;
}
table.list-view th {
	background-color: #333333;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 0;
	padding: 3px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100px;
}
table.list-view td {
	color: #333;
	font-weight: 600;
	font-size: 13px;
	border-radius: 0;
	padding: 3px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100px;
}
table.list-view {
	border: 1px solid #898989;
	background-color: #fff;
}
th i {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 12px;
	margin-top: 6px;
}
.homeSlider .owl-dots {
	position: absolute;
	bottom: 10px;
}
table.list-view .sort .btn {
	background-color: #fff;
}
table.list-view .sort .btn:hover {
	background-color: #89b028;
	color: #fff;
}
table.list-view .sort .btn.active {
	background-color: #89b028;
}
table.list-view .sort .btn.active:hover {
	background-color: #fff;
	color: #89b028;
}
.dropdown-content li {
	border-bottom: 1px solid rgba(144, 186, 42,0.3) !important;
	min-height: 40px !important;
}
.dropdown-content li > a, .dropdown-content li > span {
	font-size: 15px !important;
	color: #89b028 !important;
	padding: 8px 16px !important;
}
.contest_list_tools .dropdown-content {
	top: 48px !important;
	border-radius: 0 !important
}
.contest_list_line {
	display: none;
}
.pagination i {
	font-size: 16px !important;
	height: auto;
}
.pagination li.active {
	background-color: rgba(155, 155, 155, 0.21);
	border-radius: 0
}
.pagination li.active a {
	color: #868686;
}
.pagination li a {
	font-size: 14px !important
}
.pagination {
	text-align: right;
	float: right;
	border: 1px solid #9b9b9b;
}
.showing-records nav.h-auto {
	height: auto;
	display: flex;
	justify-content: center;
	background-color: #fff;
}
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 999999;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
}
.input-field {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px !important;
}
.input-field input {
	margin-bottom: 0 !important;
}
.input-field .input-append {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
}
.showing-records
.topMenu .container {
	max-width: 100%;
}
table.list-view td:last-child, table.list-view th:last-child {
	text-align: right !important
}
.sliderText .slidet3Text h2 {
	line-height: 50px;
	font-size: 48px;
}
.sliderText .slidet3Text h2 small {
	font-size: 22px;
	line-height: 29px;
}
.slidet1Text h5 {
	margin-bottom: 0;
}
.contest_view {
	background-image: url(../images/cup-background.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	/*	min-height: 629px;*/
	margin-top: 55px;
	position: relative;
}
.contest_view_col {
	max-width: 884px;
	float: right;
	height: 100%;
	width: 100%;
	position: relative;
}
.contest_view_col .leftCol {
	width: 60%;
	float: left;
	height: 100%;
	position: relative;
}
.contest_view_col .rightCol {
	width: 40%;
	float: left;
	height: 100%;
	position: relative;
	padding: 10px 10px 10px 0px
}
.contest_view_col_text {
	text-align: left;
	margin-top: 40px;
}
.contest_view_col_text h6 {
	font-size: 24px;
	color: #26292c;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 0;
}
.contest_view_col_text h2 {
	font-size: 48px;
	color: #404040;
	line-height: 50px;
	margin-bottom: 0;
	font-weight: bold;
}
.contest_view_col_text h3 {
	font-size: 48px;
	color: #90ba2a;
	line-height: 50px;
	margin-bottom: 0;
	font-weight: bold;
}
.contest_view_col_text .btn:hover {
	background-color: transparent !important;
	color: #000 !important;
}
.countdown_wrap {
	margin-top: 5%;
}
.countdown_wrap h6 {
	font-weight: 600;
	margin-bottom: 5px;
}
.jCountdown .group {
	position: relative;
}
.jCountdown .group:after {
	content: "Days";
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #404040;
	bottom: -20px;
	left: 0;
	text-transform: uppercase;
}

.headerBtn.responsive_btn {
	display: none;
}
.jCountdown .group.hour:after {
	content: "hours";
}
.jCountdown .group.minute:after {
	content: "Days";
}
.jCountdown .group.second:after {
	content: "seconds";
}
.perfomerGroup {
	margin-top: 10%;
	position: relative;
	bottom: 10px;
	width: 100%;
}
.perfomerBox {
	width: 31%;
	height: 177px;
	border: 1px solid #bdbdbd;
	margin-right: 2%;
	float: left;
	text-align: center;
	padding: 10px
}
.perfomerBox h3 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #404040;
}
.perfomerBox h4 {
	font-size: 18px;
	margin-top: 10px;
	line-height: 20px;
	color: #404040;
}
.leaderBoard {
	border: 1px solid #bdbdbd;
	width: 100%;
	height: 100%;
	overflow-y: auto
}
.leaderBoard .top-sticky {
	position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9;
    padding: 10px 15px 0;
}
.leaderBoard ul {
	padding: 0 15px 15px;
}
.leaderBoard .showing-records {
	position: sticky;
    top: 91px;
	padding-bottom: 10px;
	background-color: #fff;
}
.leaderBoard .showing-records ul {
	padding: 0;
}
.leaderBoard h2 {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}
.leaderBoard h2.right {
	font-size: 12px;
	float: right;
	font-weight: 600;
}
.winnerList {
	clear: both;
	margin-top: 15px;
	display: flex;
}
.winner_no {
	background-image: url(../images/spritesheet.png);
    background-position: -5px -5px;
	width: 100%;
	min-width: 83px;
	max-width: 83px;
	height: 67px;
	float: left;
	background-repeat: no-repeat;
	font-size: 15px;
	text-align: center;
	color: #404040;
	line-height: 30px;
	font-weight: bold;
	padding-top: 23px;
}
.winner_Name {
	height: 67px;
	border-top: 2px solid #90ba2a;
	border-right: 2px solid #90ba2a;
	border-bottom: 2px solid #90ba2a;
	width: 100%;
}
.winner_Name h3 {
	line-height: 67px;
	float: left;
	font-size: 16px;
	color: #404040;
}
.winner_Name h4 {
	line-height: 67px;
	float: right;
	font-size: 16px;
	color: #404040;
	margin-right: 10px;
}

.footer-dark .container {
	max-width: 100%;
}
.side-nav.signin {
	z-index: 99999999;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 30px;
}
.plr10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.signin .input-field label {
	top: 0;
}
.signin .input-field [type="checkbox"] + label {
	height: 21px;
    line-height: 19px;
    color: #404040;
    padding-left: 17px;
    font-size: 15px;
}
.signin .input-field [type="checkbox"].filled-in:checked + label:after {
	border: 2px solid #90ba2a;
	background-color: #90ba2a;
}
.signin .custom.btn {
	width: 100%;
}
.signin .custom.btn:hover {
	background-color: transparent !important;
	color: #000 !important;
}
.signin .link {
	padding: 0 !important;
	font-size: 15px;
	font-weight: 100;
	height: inherit;
	min-height: inherit;
	line-height: 24px;
	background-color: transparent !important;    color: #90ba2a !important;
}
.contestEnd .btn{
	width: 100% !important;
	float: none
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #90ba2a;
	border-color: #90ba2a;
}
.mt10 {
	margin-top: 10px !important;
}
.socialbtn {
	display: inline-block;
	width: 128px;
	margin: 0 auto;
}
.btn-fb a {
	background-color: #5876af;
}
.socialbtn a {
	padding: 0px 15px;
	padding-top: 0px;
	height: auto !important;
	min-height: inherit !important;
	line-height: 35px;
	transition: 0.3s;
	font-size: 14px;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	position: relative;
	text-indent: 33px;
}
.btn-google a {
	background-color: #dc4435;
}
.socialbtn a i {
	width: 33px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px solid rgba(255,255,255,0.2);
	text-indent: 0px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 3px 0px 0px 3px;
}
.fa-google-plus, .fa-google {
	background-color: #c83e30;
}
.fa-facebook {
	background-color: #3b5998;
}
.btn-fb a:hover {
	background-color: #3b5998;
}
.btn-google a:hover {
	background-color: #c83e30;
}
#signup .checkBox a ,
#ExternalSignUpForm .checkBox a{
	padding: 0 !important;
	font-weight: 100;
	height: inherit;
	min-height: inherit;
	background-color: transparent !important;
	display: inline-block;
	line-height: 21px;
	font-size: 11px;
	vertical-align: middle
}
#signup .input-field [type="checkbox"] + label,
#ExternalSignUpForm .input-field [type="checkbox"] + label {
	line-height: 15px;
	font-size: 13px;
}
.passord_filed input {
	background-color: transparent !important;
}
.passord_filed {
	position: relative;
}
.passord_filed .strength_meter {
	position: absolute;
	width: 0%;
	height: 40px;
	display: block;
	z-index: -1;
	background-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	transition: 0.3s;
}
 .signin ::-webkit-input-placeholder {
 color: #474747;
}
 .signin :-moz-placeholder {
  /* Firefox 18- */
  color: #474747;
}
 .signin ::-moz-placeholder {
  /* Firefox 19+ */
  color: #474747;
}
 .signin :-ms-input-placeholder {
 color: #474747;
}
.password_week .strength_meter {
	background-color: #FFA0A0;
	width: 25%;
}
.scroll {
	overflow-Y: auto;
}
.materialize-textarea {
	min-height: 100px !important;
	line-height: 25px !important;
	max-height: 150px !important
}
#sidenav-overlay {
	z-index: 99999 !important;
}
.homeSlider img.responsive {
	display: none;
}
.responsiveLogo.logo {
	display: none;
}

.wanky_pages {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.wanky_page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	opacity: 0 !important
}

.wanky_current_page {
    visibility: visible;
	z-index: 999999 !important;
}

.wanky_page_top {
    z-index: 4;
}
.close_slide:before{
	content: "\f00d";
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #404040;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #E8E8E8;
	line-height: 40px;
}
.close_slide{
	cursor: pointer;
	float: right;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.green-text{
	color: #90ba2a !important
}
.winner_page .contest_view_col_text h6{
	color: #404040;
	font-weight: 100;
	font-size: 18px
}
.winner_page .contest_view_col_text h2 {
    font-size: 40px;
    line-height: 42px;
}
.winner_msg{
	margin-top: 20px;
	padding-left: 80px;	
	background-image: url(../images/medal.png);
	background-repeat: no-repeat;
	-ms-background-position-x: center left;
	background-position-x: center left;
	min-height: 70px;
	    padding-top: 10px !important;
    clear: both;
}
.winner_msg h6{
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0;
}
.winner_msg h5{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
#contrest-winner.tabs .tab {
    line-height: 33px;
    height: 33px;
	width: 100% !important;
}
#contrest-winner{
	height: 33px;
	background-color: transparent;
	    display: flex;
	width: 100%;	
}
#contrest-winner.tabs .tab a {
    background-color: transparent !important;
	padding: 0px 5px !important;
	color: #404040 ;
	font-weight: 600;
}
#contrest-winner .indicator{
	display: none;
}
#contrest-winner .tab{
	width: auto;
	padding: 0%;
}
.winner_ist_tab{
	margin-top: 20px;
	padding-right: 15px;
}
.pl0{
	padding-left: 0 !important;
}
.winner_table  tr th{
	background-color: black;
    color: #fff;
	border-radius: 0;
	padding: 3px !important;
}
.winner_table table{
	border: 1px solid #898989;
}

.winner_table  tr{
	border-bottom: 1px solid #898989;
}
.winner_table  tr td{
	padding: 3px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;   
	text-overflow: ellipsis;
    max-width: 200px;
}
table.scroll {
    width: 100%; /* Optional */
   
}

table.scroll tbody,
table.scroll thead { display: block; }

.winner_table thead tr th { 
    height: 30px;
    line-height: 30px;
    /*text-align: left;*/
}

table.scroll tbody {
     height: 273px;
    overflow-y: auto;
    overflow-x: hidden;
}
#contrest-winner.tabs .tab a:hover, #contrest-winner.tabs .tab a.active {
    background-color: #90ba2a !important;
}
.winner_table tbody td, .winner_table thead th {
    width: 1%; 
	position: relative
}

.winner_table tbody td:last-child, .winner_table thead th:last-child {
    border-right: none;
}
.winner_table tbody tr td:last-child{
	font-weight: bold;
}
.winner_table thead th:first-child{
	min-width: 140px
} 
.winner_table thead th i{
	display: inline-block;
    vertical-align: top;
    margin-left: 10px;
	height: 10px;
	line-height: 10px;
	top: 10px;
	right: 10px;
	font-size: 12px;
	margin-top: 5px;
}
.winner_table thead  .fa-caret-down{
	    vertical-align: middle;
    margin-left: -7px;
}

.closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 47px;
    background-color: #000;
    z-index: 9999;
    text-align: center;
    color: #97d700 !important;
    font-size: 23px;
}
.responsive_btn{
	display: none;
}

.page_404{
	background-color: #fff;
	height: 100%;
}
.page_404 .scroll{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.page_404 .left{
	width: 600px;
	max-width: 50%;
}
.page_404 .left img{
	width: 100%;
}
.page_404 .right{
	width: 600px;
	max-width: 50%;
	float: right;
	height: 405px;
	border: 2px solid #4d4d4d;
	padding: 30px
}
.error_box h2{
	font-size: 30px;
	color: #96c93d;
	line-height: 35px;
	font-weight: bold;
}
.error_box p{
	font-size: 16px;
	color: #404040;
	line-height: 24px;
	margin-top: 10px;	
}
.error_box textarea {
    line-height: 26px;
    padding: 15px;
    background: #ffffff;
    box-shadow: none !important;
    border: 1px solid #252525;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 185px;
    font-size: 15px;
    color: #252525;
}
.error_box .btn:hover{
	background-color: transparent !important;
	color: #404040 !important;
}
#homeSlider{
	position: relative;
}
.partner_info{
	width: 100px;
	position: absolute;
	left:20px;
	bottom: 20px;
	z-index: 999;
	color: #fff;
}
.partner_info img{
	width: 100%;
}
.partner_info.showInDesktop span {
    font-weight: 100;
    font-size: 11px;
    padding-right: 10px;
    line-height: 18px;
}
.partner_info.showInDesktop img {
	width: 90px;
	margin-top: 5px;
	padding: 0px 5px;
	vertical-align: middle
}
.partner_info.showInDesktop {
	width: 210px;
}
.showInIpad, .showInMobile{
	display: none;
}
/* responsive*/
@media only screen and (max-width:1366px) {
	.contest_view_col_text {
		margin-top: 20px;
	}
	
	table.scroll tbody {
		height: 258px;
	}
	.topMenu .menuItem {
		margin-left: 20px;
	}
	.topMenu .menuItem ul li{
		margin-right: 5px;
	}
	.topMenu .menuItem ul li a{
		font-size: 12px;
		padding: 0px 5px;
	}
		.menuItem.right {
			margin-left: 0;
		}
		.menuItem.right li .custom.btn, .topMenu .menuItem ul .headerBtn .custom.btn {
			min-width: 50px !important;
			font-size: 12px !important;
		}
	.topMenu .logo{
		width: auto;
	}
	.topMenu .logo a {
		line-height: 55px;
		height: 55px;
		width: 130px;
		display: flex !important;
		align-items: center;
	}
	
}
@media only screen and (max-width:1300px) {
	.contest_list .btn {
    padding: 0px 4px;
	}
	.sliderText {
    padding-right: 60px;
}
}
@media only screen and (max-width:1024px) {
	.menuItem .select-wrapper input.select-dropdown {
		width: 100% !important;
	}
	.responsive_meu {
		display: none;
		clear: both;
		background-color: #020202;
		width: 100%;
		vertical-align: top;
		position: absolute;
		left: 0;
		top: 55px;
	}

	.topMenu .menuItem {
		float: none !important;
		margin-left: 0;
		clear: both;
		display: block;
	}

	.topMenu .container {
		width: 100%;
	}

	.topMenu .logo {
		margin-left: 10px;
	}

	.topMenu .menuItem ul li {
		float: none;
		display: block;
		border-bottom: 1px solid #404040;
	}

	.topMenu .custom.btn {
		background-color: #020202 !important;
		color: white !important;
		text-align: left;
		border: 0px solid #90ba2a;
		font-weight: 600 !important;
	}

		.topMenu .custom.btn.bordered {
			border: 0px solid #90ba2a;
		}

	.topMenu .waves-effect, .topMenu .waves-effect:after, .topMenu .waves-effect:before, .topMenu .waves-effect * {
		background-color: transparent !important;
	}

	.topMenu .custom.btn.bordered:hover {
		background-color: #000 !important;
		color: #fff !important;
	}

	#nav-icon3 {
		width: 35px;
		height: 35px;
		display: block !important;
		float: right;
		margin: 0 !important;
	}

	#nav-icon3 {
		transform: scale(0.7) !important;
		width: 40px;
		height: 34px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display: none;
		margin-top: 10px !important;
		margin-right: 10px !important;
	}

		#nav-icon3 span {
			position: absolute;
			height: 5px;
			width: 100%;
			background: #90ba2a;
			border-radius: 9px;
			opacity: 1;
			left: 0;
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
			-webkit-transition: .25s ease-in-out;
			-moz-transition: .25s ease-in-out;
			-o-transition: .25s ease-in-out;
			transition: .25s ease-in-out;
		}

			#nav-icon3 span:nth-child(1) {
				top: 0px;
			}

			#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
				top: 13px;
			}

			#nav-icon3 span:nth-child(4) {
				top: 26px;
			}

		#nav-icon3.open span:nth-child(1) {
			top: 18px;
			width: 0%;
			left: 50%;
		}

		#nav-icon3.open span:nth-child(2) {
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		#nav-icon3.open span:nth-child(3) {
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

		#nav-icon3.open span:nth-child(4) {
			top: 18px;
			width: 0%;
			left: 50%;
		}
	.homeSlider {
    position: relative;
}
	.partner_info {
    position: absolute;
	}
	.showInIpad, .showInMobile{
	display: block;
}
	.showInDesktop{
		display: none;
	}
	.perfomerGroup {
    position: inherit;
}
	.contest_view_col {
    max-width: 100%;

	}
	
	.contest_view_col .rightCol {
    padding: 10px;
		    background-color: white;
}
	.contest_view_col .leftCol {
    width: 60%;
	}
	.contest_view_col .leftCol {
    width: 60%;
	}
	.contest_view_col .rightCol {
    height: inherit;
}
	.winner_ist_tab {
    min-height: 345px;
}
.whyTop {
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-bottom: 30%;
	background-position: bottom;
}
.slidet2Text {
	background-color: #000;
	padding: 10px;
}
.hiw .text-block h2 {
	font-size: 19px;
	line-height: 22px;
	margin-bottom: 5px;
}
.hiw .text-block .desc {
	font-size: 15px;
}
.hiw .text-block {
	min-height: 120px;
}
.footer .rightCol h2 {
	font-size: 25px;
}
.footer .rightCol h3 {
	font-size: 19px;
}
.footer .leftCol, .footer .rightCol {
	padding: 0px 20px;
}

.joinBanner .leftCol, .joinBanner .rightCol {
	position: inherit;
	width: 100%;
	height: 100%;
}
.joinBanner .joinBanner_text {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-top: 60px;
	text-align: center
}
.joinBanner h2 br {
	display: none;
}
.joinBanner .rightCol {
	left: 0;
}
.contest_list {
	margin-top: 10px;
}
	.contest_view_col .leftCol {
   width: 60%;
    float: right;
		clear: both
	}
	.contest_view_col .rightCol {
    width: 100%;
		float: none;
		    clear: both;
    height: 600px;
	}
	.contest_view_col {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
}
	.contest_view {
    -webkit-background-size: 124%;
    background-size: 124%;
	}
		
}

@media only screen and (max-width:800px) {
.footer .leftCol img {
	width: 220px;
	max-width: 100%;
}
.sliderText h2 {
	line-height: 32px;
	font-size: 26px;
}
.sliderText h2 br {
	display: none;
}
.sliderText {
	padding-right: 30px;
}
.sliderText .slidet3Text h2 {
	line-height: 38px;
	font-size: 36px;
}
.whyTop .col.s12 {
	width: 100%;
}
.whyCol {
	max-width: 100%;
	margin-top: 25px;
	min-height: 70px;
}
.whyCol p {
	margin-top: 0;
}
.whycol-right .whyCol {
	float: none;
	padding-left: 80px;
	padding-right: 0;
	background-position-X: left;
	text-align: left;
}
.footer .rightCol .col.s3 {
	padding: 0 !important;
}
	.contest_view {
    background-size: 168%;
	}
	.contest_view_col .leftCol {
    width: 70%;
	}
	.perfomerBox {
    background-color: #fff;
}.contest_view_col_text {
    background-color: rgba(255, 255, 255,0.5);
    padding: 15px;
}
	.countdown_wrap {
    margin-top: 4%;
}
}

@media only screen and (max-width:768px) {
	div#homeSlider {
    min-height: 500px;
    background-color: #060608;
}
	.page_404 .scroll {
    display: block;
		margin-top: 55px;
	}
	.page_404 .left {
    width: 600px;
    max-width: 100%;
    float: none !important;
    margin: 0 auto;
}
	.page_404 .right {
    max-width: 100%;
    float: none !important;
    height: auto;
		
    margin: 0 auto;
}
	.btn.bordered.responsive_btn {
    border: 0px solid #90ba2a;
    background-color: #90ba2a !important;
    color: #000 !important;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    font-weight: bold !important;
    line-height: 25px;
    padding: 6px 20px !important;
    text-align: center;
}
	.bordered.responsive_btn{
		display: block;
	}
	.winner_table tbody td, .winner_table thead th {
    width: inherit;
	}
	.winner_ist_tab {
    min-height: inherit;
		background-color: white;
}
	table.scroll tbody {
    height: inherit;
		
	}
	.winner_table thead th {
    min-width: 120px !important;
    height: 36px !important;
		font-size: 14px;
		padding-right: 7px!important;
		text-align: left !important
}
	table.scroll tbody {
    overflow-x: auto;
}
	.winner_table tr {
    border-bottom: 0px solid #898989;
    border-right: 1px solid rgba(137, 137, 137, 0.42);
}
	#contrest-winner {
    display: block;
    width: 100%;
    white-space: nowrap;
}
	#contrest-winner.tabs .tab {
    width: 121px !important;
}
	table.responsive-table thead tr {
    display: block;
    padding: 0 0px 0 0;
}
	.contest_view_col .rightCol {
    height: inherit;
    padding: 10px;
    background-color: white;
}
	.contest_view_col {
    max-width: 100%;
	}
	.contest_view_col .leftCol {
    width: 80%;
    margin-bottom: 20px;
}
table.list-view th {
	padding: 10px 10px;
	max-width: 140px;
	min-width: 100px;
}
.pagination {
	width: auto;
}
table.list-view td {
	padding: 9px 10px;
	max-width: 140px;
	min-width: 100px;
}
.joinBanner {
	min-height: 510px;
}
table.responsive-table thead {
	border-right: 0px solid #d0d0d0;
}
}

@media only screen and (max-width:733px) {
.footer .leftCol, .footer .rightCol {
	width: 100%;
}
.footer .flex {
	display: block;
}
.footer .rightCol h2 {
	font-size: 25px;
	line-height: 25px;
}
.footer-dark .container > div {
	float: none !important;
	clear: both;
	display: block
}
.footer .leftCol img {
	margin: 0 auto;
	display: block;
}
.footer .rightCol {
	border-left: 0px solid #000;
	margin-top: 20px;
}
.footer .rightCol h3 {
	margin-bottom: 20px !important;
}
.footer .rightCol .col.s3 {
	line-height: 36px !important;
}
.quickLink {
	margin-bottom: 10px;
}
.quickLink li {
	float: none;
	display: inline-block;
}
}

@media only screen and (max-width:667px) {
.homeSlider img.responsive {
	display: block;
}
.homeSlider img.dekstop {
	display: none;
}
.sliderText .flex {
	display: block;
}
.slidet1Text, .slidet3Text {
	padding-top: 35%;
	clear: both;
	width: 50%;
	float: right;
}
.slidet2Text {
	padding-left: 20%;
}
.sliderText {
	width: 100%;
	padding: 0 30px;
}
.joinBanner h2 {
	font-size: 28px;
}
}

@media only screen and (max-width:640px) {
.slidet1Text, .slidet3Text {
	width: 60%;
}
.whyCol {
	margin-top: 35px;
}
	.contest_view {
    -webkit-background-size:133%;
		    background-size: 133%;
	}
	.contest_view_col .leftCol {
    width: 100%;
		padding: 10px
}
	.contest_view_col .leftCol {
    margin-bottom: 0px;
}
}

@media only screen and (max-width:540px) {
.sliderText .slidet3Text h2 {
	line-height: 33px;
	font-size: 31px;
}
.sliderText .slidet3Text h2 span {
	display: block;
}
.sliderText .slidet3Text h2 small {
	display: block;
}
.homeSlider .custom.btn {
	padding: 0 10px;
	font-size: 12px !important;
}
	.contest_view_col .leftCol {
    height: inherit;
}
	.perfomerGroup {
    margin-top: 60px;
	}
	.contest_view_col .leftCol {
    height: inherit !important;
} 
}

@media only screen and (max-width:480px) {
	.error_box h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
}
	.page_404 .right {
    max-width: 96%;
    padding: 15px;
}
	.slidet2Text h5{
		font-size: 15px;
	}
	.contest_view {
    -webkit-background-size: 180%;
    background-size: 180%;
}
	.contest_view_col .leftCol {
    height: 610px;

	}
	.contest_view_col_text h2 {
    font-size: 33px;
    line-height: 36px;
	}
.whyTop {
	-webkit-background-size: 180%;
	background-size: 180%;
	padding-bottom: 60%;
}
.sliderText h2 {
	line-height: 30px;
	font-size: 21px;
}
.sliderText p {
	line-height: 23px;
}
.footer .rightCol .col.s3 {
	line-height: 31px !important;
	width: 100%;
	float: none;
	text-align: left;
}
.footer .rightCol .col.s9 {
	padding: 0;
	width: 100%;
}
.footer .leftCol, .footer .rightCol {
	padding: 0px 0px;
}
.logo {
	display: none;
}
.responsiveLogo.logo {
	display: block;
}
.topMenu .logo {
	width: 48px;
}
.contest_box {
	height: 300px;
	margin: 0 auto;
}
}

@media only screen and (max-width:424px) {
	.contest_list_tools {
	display: block;
	background-color: transparent;
}
.contest_list_tools .search {
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
}
.contest_list_tools .select {
	width: 100%;
	background-color: white;
	margin-bottom: 10px;
}
.contest_list_tools input[type=text] {
	border: 1px solid #c8d1e2;
}
.joinBanner p {
	line-height: 20px;
	font-size: 14px;
}
.contest_list_tools .sort {
	width: 110px;
	float: right;
	clear: both;
	background-color: #fff;
	margin-bottom: 10px;
}
.contest_list_body {
	clear: both;
}
	.contest_view {
    -webkit-background-size: 190%;
    background-size: 190%;
}
.perfomerBox {
    width: 96%;
    margin-right: 0;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
}
	.perfomerBox:nth-child(3){
		margin-bottom: 0;
	}
	.perfomerGroup {
    position: inherit;
	}
	.contest_view_col .rightCol {
    height: inherit;
}
	.contest_view_col .leftCol {
    height: inherit;
		    padding: 0;
}
	.contest_view_col_text{
		margin: 10px;
	}
	.winner_msg{
		margin: 10px;
		    background-color: rgba(255, 255, 255,0.8);
	}
	.countdown_wrap {
    padding: 10px;
}
.slidet1Text, .slidet3Text {
	width: 70%;
}
.slidet1Text, .slidet3Text {
	padding-top: 35%;
}
.sliderText .slidet3Text h2 {
	line-height: 29px;
	font-size: 27px;
}
.slidet3Text {
	width: 60%;
}
.footer .leftCol h6 br {
	display: none;
}
.slidet2Text {
	padding-left: 0%;
}
.slidet2Text h5 {
	font-size: 16px;
	margin-bottom: 10px !important;
}
h2.heading {
	margin-bottom: 0;
}
.whyCol h3 {
	font-size: 16px;
}
.joinBanner h2 {
	font-size: 24px;
}
	.footer-dark .container > div {
    font-size: 14px;
}
	.winner_page .contest_view_col_text h2 {
    font-size: 29px;
    line-height: 32px;
}
	.contest_view_col_text {
    background-color: rgba(255, 255, 255,0.8);
	}
	.winner_ist_tab{
		padding: 0;
	}
}

@media only screen and (max-width:383px) {

.howitworks {
	clear: both;
}
.pagination {
	margin-bottom: 20px !important;
}
.sliderText h2 {
	line-height: 27px;
	font-size: 19px;
}
.sliderText p br {
	display: none;
}
.slidet3Text {
	padding-top: 21%;
}
.owl-next, .owl-prev {
	font-size: 40px;
}
	.contest_view_col_text h6 {
    font-size: 21px;
	}
.contest_view_col_text h3 {
    font-size: 38px;
    line-height: 40px;
	}
	.contest_view {
    background-position-x: -110px;
}
	.homeSlider .custom.btn {
    padding: 0 5px;
    font-size: 11px !important;
}
}

@media only screen and (max-width:375px) {
	.error_box h2 {
    font-size: 22px;
	}
	.perfomerGroup {
    margin-top: 45px;
}
	
.slidet1Text {
	padding-top: 33%;
}
}

@media only screen and (max-width:360px) {
	.contest_view {
    -webkit-background-size: 200%;
    background-size: 200%;
}
.sliderText h2 {
	line-height: 23px;
	font-size: 18px;
}
.sliderText p {
	line-height: 20px;
	font-size: 14px;
}
.sliderText .slidet3Text h2 small {
	font-size: 18px;
	line-height: 23px;
}
	
}

@media only screen and (max-width:320px) {
	.contest_view_col_text h6 {
    font-size: 18px;
}
	.contest_view_col_text h2 {
    font-size: 29px;
    line-height: 29px;
}
	.homeSlider .custom.btn {
    padding: 0 5px;
    font-size: 10px !important;
}
.slidet1Text {
	padding-top: 33%;
	width: 74%;
}
.sliderText h2 {
	line-height: 20px;
	font-size: 17px;
}
.whyTop .whyCol {
	padding-left: 0 !important;
	padding-top: 80px;
	background-position: center 0 !important;
	text-align: center;
}
	.joinBanner h2 {
    font-size: 20px;
}
	.contest_view {
    -webkit-background-size: 190%;
    background-size: 240%;
    background-position-x: -110px;
}
}

/** END responsive**/
.light-h6{
	    color: #404040 !important;
    font-weight: 100 !important;
    font-size: 18px !important;
}
#toast-container {
    z-index: 9999999999 !important;    
	top: 4%;
    right: 3%;
}
.toast.toast-error{
	    background-color: rgba(238, 69, 21,0.8);
    max-width: 300px;
    word-wrap: break-word;
}
.toast.toast-success{
	background-color: rgba(11, 148, 68,0.8	);
    max-width: 300px;
    word-wrap: break-word;
}
.pt-page-moveFromLeft, .wanky_current_page {
    visibility: visible;
    opacity: 1 !important;
    display: block;
    z-index: 99999999999999;
}
.forgot-password  .custom.btn.bordered {
    background-color: #fff!important;
    color: #000 !important;
}
.signin .forgot-password .custom.btn:hover {
    background-color: #90ba2a !important;
    color: #000 !important;
}
.sprite {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}

.sprite-badge {
    width: 83px;
    height: 67px;
    background-position: -5px -5px;
}

.sprite-budget {
    width: 72px;
    height: 72px;
    background-position: -98px -5px;
}

.sprite-businessman {
    width: 55px;
    height: 60px;
    background-position: -180px -5px;
}

.sprite-cup {
    width: 55px;
    height: 60px;
    background-position: -180px -75px;
}

.sprite-exchange {
    width: 72px;
    height: 72px;
    background-position: -5px -145px;
}

.sprite-funnel {
    width: 72px;
    height: 72px;
    background-position: -87px -145px;
}

.sprite-loudspeaker {
    width: 72px;
    height: 72px;
    background-position: -169px -145px;
}

.sprite-medal {
    width: 72px;
    height: 72px;
    background-position: -245px -5px;
}

.sprite-multiple-users-silhouette {
    width: 55px;
    height: 60px;
    background-position: -251px -87px;
}

.sprite-next-arrow {
    width: 48px;
    height: 16px;
    background-position: -327px -5px;
}

.sprite-padlock {
    width: 61px;
    height: 57px;
    background-position: -316px -87px;
}

.sprite-responsive-logo {
    width: 47px;
    height: 32px;
    background-position: -327px -31px;
}

.sprite-tower1 {
    width: 34px;
    height: 36px;
    background-position: -316px -154px;
}

.sprite-tower2 {
    width: 34px;
    height: 36px;
    background-position: -251px -200px;
}

.sprite-tower3 {
    width: 34px;
    height: 36px;
    background-position: -295px -200px;
}

.sprite-translate {
    width: 72px;
    height: 72px;
    background-position: -5px -246px;
}   

.sprite-trophy {
    width: 137px;
    height: 91px;
    background-position: -87px -227px;
}


.or_saprate{
	position: relative;
}
.or_saprate hr{
	background-color: #ddd !important;
	position: absolute;
	width: 100%;
	top: 50%;
    border: none;
    height: 1px;
}
.or_saprate p{
	color: #ddd;
	font-weight: bold;	
	font-size: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
	background-color: #fff;
	padding: 0px 10px;
}
.toast-message{
	word-break: break-word !important
}
.signup_captcha{
	width: 100%;
	overflow: hidden
}

.menuItem .select-wrapper input.select-dropdown {
    border: none;
    padding: 5px 10px;
    margin-bottom: 12px;
    background-color: transparent;
    color: #fff;
    font-size: 14px !important;
    letter-spacing: .2px !important;
    min-width: inherit;
    text-align: left;
    border-bottom: 2px solid #90ba2a;
    box-shadow: none!important;
    height: 36px;
    line-height: 33px;
    font-weight: bold !important;
    width: 100px;
    margin-top: 10px;
    margin-right: 0px;
}
.GetCaptcha {
    margin-left: 8px !important;
    height: 35px !important;
    width: 35px !important;
    padding: 4px 10px !important;
    max-width: 50px !important;
    line-height:inherit !important;
}
.hide {
    display: none !important;
}