* {
-ms-word-break: keep-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: keep-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}


html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	font-family: 'Roboto';
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}
::-webkit-input-placeholder {
	color: green;
    font-style:italic;
}
:-moz-placeholder {
/* Firefox 18- */
	color: green;
    font-style:italic;
}
::-moz-placeholder {
/* Firefox 19+ */
	color: green;
    font-style:italic;
}
:-ms-input-placeholder {
	color: green;
    font-style:italic;
}


.fbComment {
  width:130px;
  margin:0px auto;
  display:block;
  font-size:14px;
  text-decoration:none;
  color:black;
  font-weight:bold;
  height:25px;
  line-height:25px;
  padding-left:20px;
  margin-top:20px; margin-bottom:20px;
  background-image: url("/ELEMENTS/LOGOS/FACEBOOK.png");
  background-repeat:no-repeat;
  background-position:left center;
  background-size:20px
}

.fbComment:hover {
  background-color:white;
  border-radius:5px
}

.fbComment:active {
  background-color:#FFF808;
  border-radius:5px
}



.startQ {
display:none;
  line-height:80%;
  text-align:left;
  font-weight:bold;
  padding-top:10px;
  font-style:italic;
  color:green
};

.START_TEXT {
  min-width:160px;
  max-width:160px;
  width:160px;
  line-height:80%;
  text-align:left;
  font-weight:bold;
  padding-top:10px;
  font-style:italic;
  color:green
}

.meLaunch {
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  display: flex;
  justify-content: space-around;
  vertical-align:top;
  margin-bottom:30px
}

.meLaunch a:active {
  background:#C2E1C2;
  border-radius:5px;
  color:green
}

.meLaunch a:hover {
  font-weight:bold
}

.cbroadcastNav {
 display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;


	-webkit-justify-content: space-around;
  -webkit-align-content: space-around;

	justify-content: space-around;
  align-content: space-around;

  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;

}

.cbroadcastNav a {
        -webkit-box-flex: auto;      /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: auto;         /* OLD - Firefox 19- */
        -webkit-flex: auto;          /* Chrome */
        -ms-flex: auto;              /* IE 10 */
        flex: auto;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  box-sizing: border-box;
    flex-basis: 40px;
    flex-grow: 0;
    flex-shrink: 0;

    -webkit-flex-basis: 40px;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
}








.meLaunch div {
  width:75%
}

.meLaunch h2 {
  font-family:'Architects Daughter';
  color:green;
  font-size:32px;
  padding:0px;
  margin:0px
}

.meLaunch a {
  display:block;
  height:30px;
  font-family:'Roboto';
  font-size:18px;
  line-height:30px;
  text-decoration:none;
  text-align:center;
  color:green
}

span.resultsNumber {
  position:absolute;
  top:4px;
  right:-14px;
  background-color:green;
  border:1px solid white;
  text-align:center;
  text-decoration:none;
  color:white;
  height:15px;
  font-size:10px;
  display:inline-block;
  width:20px;
  border-radius:5px;
  line-height:15px
}

a.removeComment {
  width:12px;
  height:12px;
  display:block;
  text-decoration:none;
  color:green;
  position:absolute;
  left: -23px;
  top:25px;
  border-radius:5px;
  border:1px solid #e3f2e3;
  background-color:#e3f2e3;
  text-align:center;
  line-height:12px;
  font-size:10px
}

.editComment {
  background-color:#e3f2e3;
  position:relative;
  height:37px;
}

a.plusComment {
  color:black;
  text-decoration:none;
  padding:2px;
  cursor:pointer;
	background: #fff808;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	border: 0px;
	outline: 0px;
	height: 25px;
	font-weight: bold;
  font-size:12px;
  line-height:20px;
  width:35px;
  text-align:center;
  border:1px solid black;

}


.comment_age {
  position:absolute;
  margin-top:50%;
  top:-13px;
  font-size:9px;
  height:25px;
	outline: 0px;
}

.editCommentSelect {
  background:white;
}

.showComments {
  color:white;
  text-decoration:none;
  padding:2px;
  cursor:pointer;
	background: green;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	border: 0px;
	outline: 0px;
	height: 25px;
  display:block;
  width:130px;
  white-space:nowrap;
  margin-bottom:5px;
}

.COMMENT {
  min-height:20px;
  height:20px;
  text-align:left;
  margin-bottom:10px;
  clear:both;
  border-radius:5px;
  white-space:nowrap;
  vertical-align:top
}

.COMMENT a {
  display:block;
  position:relative;
}

.COMMENT div {
  display:inline-block;
  position:relative;
}

.postComment {

}

.TILE a.whoComment {
  background-size: 100%; background-position: 50% 5%;
  background-repeat:no-repeat;
	z-index: 100;
	width: 25px;
  height: 25px;
  position:relative;
	text-decoration: none;
	background-color: white;
	border-radius: 50%;
	overflow: hidden;
}


.VIEWMORE {
  cursor:pointer;
  margin-top:20px;
  margin-bottom:20px;
}

.VIEWMORE:hover h2, .VIEWMORE:hover h1 {
  text-decoration:underline
}


dd {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	display: inline;
}
select {
	cursor: pointer;
	background: white;
	font-family: 'Roboto';
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	outline: 0px;
	border: 1px solid #c0c0c0
}
select:hover {
	background: green;
	color: white;
}
#PAYPAL {
	display: none;
	height: 100%;
	z-index: 1;
	position: fixed;
	background-color: green;
	left: 0px;
	top: 0px;
	width: 320px
}
.payButton, a.save_offer {
	text-decoration: none;
	color: black;
	display: block;
	font-weight: bold;
	height: 30px;
	width: 200px;
	line-height: 30px;
	border-radius: 5px;
	margin: 10px auto;
	background: #fff808;
	border: 1px solid #fff808;
	outline: 0;
	cursor: pointer
}
.payButton:hover, a.save_offer:hover {
	border: 1px solid black;
}
.payButton:active, a.save_offer:active {
	border: 1px solid black;
	background-color: green;
	color: white
}
#OT {
	background: white;
	height: 100%;
	width: 100%;
}
/*TAKER*/
#SEARCH .Categories {
	width: 100%;
	margin: 0px auto;
	display: block;
}
#SEARCH .Categories a span.cat {
	position: relative;
	box-sizing: border-box;
	display: block;
	float: right;
	width: 65%;
	top: 50%;
	width: calc(100% - 63px);
	padding-right: 5px;
	font-weight: bold;
	border-radius: 5px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	white-space: normal;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[name=SEARCHER] {
	border-radius: 5px;
}



a.goSearch {
	display: inline-block;
	width: 25px;
	height: 20px;
	background: #DDDDDD;
	line-height: 20px;
	font-size: 16px;
	font-family: arial;
	color: black;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	height: 24px;
	line-height: 24px;
	border: 0px;
	outline: 0px;
	width: 22px;
	padding: 0px;
	text-align: center;
}
#SEARCH .Categories a {
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	background-color: green;
	color: white;
	border: 1px solid transparent;
	border-radius: 5px;
	width: 45%;
	white-space: nowrap;
	height: 40px;
	max-height: 40px;
	overflow: hidden;
	margin: 5px;
	text-align: left
}
#SEARCH .Categories a span.pic {
	box-sizing: border-box;
	position: relative;
	display: block;
	float: left;
	border-radius: 5px;
	height: 40px;
	max-height: 40px;
	overflow: hidden;
	width: 60px;
}
#SEARCH .Categories a img.img {
	width: 70px;
}
#FAQ div {
	margin: 0px auto;
	width: 80%;
	margin-bottom: 20px;
	min-height: 30px;
}
#FAQ .faqa, .ifaqa {
	display: block;
	background-color: #fff808;
	border: 2px solid #C2E1C2;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	height: 30px;
	color: black;
	line-height: 30px;
  background-repeat:no-repeat;
  background-position:left;
}

.ifaqa {
   padding-left:55px
}

#FAQ .highlight {
	background-color: black;
	color: #fff808
}
#FAQ * {
	box-sizing: border-box
}
#FAQ p.faqHolder {
	width: 90%;
	overflow: hidden;
	display: none;
	position: relative;
	border: 1px solid black;
	border-top: 0px;
	margin: 0px auto;
	padding: 3px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}
.REDEEM_OFFER {
	display: none;
	font-family: 'Roboto';
}
.REDEEM_OFFER input[type=text],
#LOGIN input[type=text],
#SIGNUP input[type=text],
#myInfo input, .PAYFORM input {
	background: white;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
  border:2px solid #c0c0c0;
	outline: 0;
	margin: 5px auto;
	height: 25px;
	font-weight: bold;
	width: 80%
}

#SIGNUP input[type=text],#LOGIN input[type=text] {
  margin:0px auto;
}

#SIGNUP input[type=text]:focus,#LOGIN input[type=text]:focus {
  background-color:#F8ED16
}




.ACTION_BUTTON {
  color:black;
  text-decoration:none;
  padding:2px;
  cursor:pointer;
	background: white;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	border: 0;
	outline: 0;
	margin: 5px auto;
	height: 25px;
	font-weight: bold;
}


.ACTION_BUTTON:active {
  background-color:black;
  color:white
}


select#OFFER {
	max-width: 100%;
	width: 100%;
}
a.LINK_OUT {
	position: relative;
	margin: 0px auto;
	margin-top: 20px;
	box-sizing: border-box;
	background: #fff808;
	white-space: nowrap;
	font-family: 'Roboto';
	font-weight: bold;
	display: inline-block;
	height: 25px;
	text-decoration: none;
	text-align: center;
	color: black;
	font-size: 18px;
	line-height: 25px;
	border-radius: 5px;
}
a.offerSelect {
	box-sizing: border-box;
	font-family: 'Roboto';
	font-weight: bold;
	margin: 20px auto;
	display: block;
	width: 80%;
	height: 100px;
	border-radius: 50%;
	background-color: #fff808;
	border: 1px solid black;
	color: black;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	padding-top: 22px;
	line-height: 16px
}
a.offerSelect:hover, a.offerSelect:active {
	border: 1px solid green;
}
a.offerSelect span {
	display: inline-block;
	color: green;
	width: 100%;
	white-space: nowrap;
	font-size: 11px;
}
h1.bigQ:hover {
	text-decoration: underline
}
h1.bigQ {
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 100%;
	padding: 5px 0px;
	margin: 0px;
	font-family: 'Roboto';
	font-size: 24px;
	line-height: 24px;
	text-align: center
}
h2.QUESTION {
	width: 100%;
	position: relative;
	top: 50%;
  padding-right:5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
	display: inline-block;
	white-space: normal;
	margin: 0px;
	font-family: 'Roboto';
	font-size: 17px;
	line-height: 17px;
	text-align: left;

-ms-word-break: break-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;


}


img.qPic {
	box-sizing: border-box;
	vertical-align: top;
	width: 125px;
	position: relative;
}
img.badPic {
	box-sizing: border-box;
	display: block;
	margin: 0px auto;
	vertical-align: top;
	width: 125px;
	position: relative;
}
img.largePic {
	cursor: pointer;
	box-sizing: border-box;
}

.TILEOFFER {
	background-color: #c2e1c2;
}

span.OFFER_INSIDE {
  display:block;
  text-align:center;
  color:green;
  opacity:.7;
  width:100px;
  margin:0px auto;
  font-size:10px;
  font-weight:bold
}

.TILENOOFFER {
	background-color: #c2e1c2;
}

.TILE {
	width: 100%;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
	border: 1px solid transparent;
	position: relative;
	vertical-align: top;
	min-height: 70px;
	text-align: center;
  overflow:hidden
}
.TILE:hover {
	border: 1px solid #fff808;
}
.TILE:hover a.who {
	display: block
}
.TILE .BAD {
	display: none;
	text-align: center;
	width: auto;
	height: auto;
	z-index: 2000;
	position: absolute;
	background: white;
	border-radius: 5px;
	padding: 10px;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px
}
a.bada {
	z-index: 100;
	color: white;
	display: inline-block;
	margin: 10px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
	z-index: 500;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid transparent;
	text-decoration: none;
	border-radius: 50%;
	overflow: hidden;
}
.badNo {
	background-color: red;
}
.badYes {
	background-color: green;
}
.TILE a.hide {
	display: none;
	z-index: 100;
	opacity: .3;
	color: white;
	line-height: 25px;
	text-align: center;
	width: 25px;
	height: 25px;
	z-index: 500;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	top: 2px;
	right: 2px;
	margin-left: 50%;
	text-decoration: none;
	display: block;
	background-color: green;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}
.TILE a.reportBad {
	display: none;
	z-index: 100;
	opacity: .3;
	color: white;
	line-height: 25px;
	text-align: center;
	width: 25px;
	height: 25px;
	z-index: 5000;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	top: 32px;
	left: 2px;
	text-decoration: none;
	display: block;
	background-color: red;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 3s ease-out 0s;
	-moz-transition: all 3s ease-out 0s;
	-ms-transition: all 3s ease-out 0s;
	-o-transition: all 3s ease-out 0s;
	transition: all 3s ease-out 0s;
}

.TILE a.editThis {
	z-index: 100;
	opacity: .3;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 2px;
	left: 32px;
	text-decoration: none;
	display: block;
  font-size:12px;
  line-height:25px;
  color:black;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}


.TILE a.who {
	display: none;
	z-index: 100;
	opacity: .3;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 2px;
	left: 2px;
	text-decoration: none;
	display: block;
	background-color: white;
  background-repeat:no-repeat;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}
.TILE a.who:hover, .TILE a.hide:hover, .TILE a.reportBad:hover, .TILE a.editThis:hover, .TILE a.voteCounter {
	opacity: 1
}

.TILE a.voteCounter {
	display: none;
	z-index: 100;
	opacity: .3;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 2px;
	left: 65px;
  font-size:12px;
  font-weight:bold;
  line-height:25px;
	text-decoration: none;
	display: block;
	background-color: white;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;

}


.TILE .ANSWERS {
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px
}
.TILE .RESULTS {
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px
}
.hideResults {
	display: none
}
.showResults {
	display: block
}
.TILE .ANSWERS a.ANSWER {
	overflow: hidden;
	position: relative;
	outline: 0px;
	box-sizing: border-box;
	display: block;
	background: #fff808;
	margin-bottom: 10px;
	text-align: left;
	color: black;
	height: 35px;
	line-height: 16px;
	border-radius: 5px;
	border: 1px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
}
.TILE .ANSWERS a.ANSWER:hover {
	border: 1px solid green
}
.TILE .RESULTS a.RESULT {
	pointer-events: none;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;

 display: block;


	background: white;
	margin-bottom: 10px;
	text-align: left;
	color: black;
	height: 35px;
	line-height: 16px;
	border-radius: 5px;
	border: 3px solid transparent;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
}
.TILE .ANSWERS a.ANSWER:active {
	border: 3px solid black
}
.TILE .ANSWERS b.voted, .TILE .RESULTS b.voted {
	float: left;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: white url("/ELEMENTS/IMAGES/GGGREEN_ICON.png") no-repeat left;
	background-size: 100%;
	background-position: 50%;
	padding-left: 5px;
	border-radius: 50%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.TILE .ANSWERS a span, .TILE .RESULTS a span {
	display: block;
	box-sizing: border-box;
	position: relative;
}
.TILE .ANSWERS a span.ans, .TILE .RESULTS a span.ans {
	float: left;
	box-sizing: border-box;
	width: 80%;
	top: 50%;
	padding-left: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
-ms-word-break: break-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;


}
.TILE .ANSWERS a span.per {
	box-sizing: border-box;
	float: right;
	white-space: nowrap;
	text-align: right;
	width: 20%;

	font-size: 24px;
	line-height: 30px;
	height: 30px;
	background-image: url("/ELEMENTS/IMAGES/REVERSE.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 40%;
}
.TILE .RESULTS a span.per {
	box-sizing: border-box;
	float: right;
	white-space: nowrap;
	text-align: right;
  width:60px;
  position:absolute;
  right:0px;
  top:0px;



  letter-spacing:-1.6px;
	font-size: 23px;
	line-height: 30px;
	height: 30px;
	background-color: white;
}
.TILE .RESULTS a span.per font {
	font-size: 16px;
	display: inline-block;
	width: 12px;
	position: relative;
	top: -3px;
  left:-1px
}
img {
	border-radius: 5px;
}
div {
	box-sizing: border-box;
	position: relative;
}
.NinetyPercent {
	width: 90%;
	position: relative;
	margin: 0px auto
}
.button {
	width: 100%;
	border-radius: 5px;
	height: 30px;
	text-decoration: none;
	color: black;
	text-align: center;
	font-family: verdana;
	font-size: 16px;
	line-height: 30px;
	display: block;
	position: relative;
	border: 1px solid #C2E1C2
}
.button_bg {
	display: block;
	font-weight: bold;
	border-radius: 5px;
	width: 100%;
	height: 30px;
}
.goldButton {
	background-color: #fff808;
	color: black
}
.greenButton {
	background-color: green;
	color: white
}
.whiteButton {
	background-color: transparent;
	color: black
}
.grayButton {
	background-color: #c0c0c0;
	color: black
}
.button_lbl {
	display: block;
	position: absolute;
	top: -22px;
	font-weight: normal;
	font-size: 12px;
	border-radius: 5px;
	width: 100%;
}
.button_bottom {
	display: block;
	position: absolute;
	bottom: -20px;
	font-size: 10px;
	border-radius: 5px;
	width: 100%;
}
.CREATOR .c_chooser {
	display: none
}
.CREATOR .social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 2px;
	border: 0
}
.CREATOR .social img {
	display: block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 0
}
a.switch, a.ffswitch {
	border-radius: 5px;
	height: 30px;
	display: inline-block;
	position: relative;
	text-decoration: none
}
a.switch .lbl, a.ffswitch .lbl {
	position: absolute;
	width: 100%;
	white-space: nowrap;
	top: -15px;
	color: black;
	left: 0px;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	display: block
}
a.switch .switch_bg, a.ffswitch .switch_bg {
	border: 1px solid #c0c0c0;
	position: relative;
	background: #fff808;
	border-radius: 5px;
	width: 100%;
	height: 30px;
	display: block
}
.switch_button {
	border-radius: 50%;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	display: none;
	color: white;
	position: absolute;
	height: 25px;
	width: 25px;
}
.switch_off {
	top: 3px;
	left: 3px;
}
.switch_on {
	top: 3px;
	right: 3px;
}
.switchShow {
	display: block
}
.TOP_ROW {
  display: -webkit-flex; /* Safari */
  display: flex;
	text-align: left;
	line-height: 34px;
	height: 34px;
}
.BOT_ROW {
  top:-5px;
	vertical-align: top;
	text-align: left
}
.CREATIONS .FILTER {
	box-sizing: border-box;
	width: 100%;
	clear: both;
	display: block;
	height: 40px
}
.CREATIONS .FILTER input[id=C_SEARCH], input[name=SEARCHER] {
	width: 150px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	font-family: 'Roboto';
	height: 24px;
	outline: 0;
}
.CREATIONS .FILTER input[id=C_SEARCH]:focus {
	outline: 0
}
.CREATIONS .FILTER select {
	border-radius: 5px;
	font-family: 'Roboto';
	border: 1px solid #c0c0c0;
	height: 24px;
	outline: 0
}
.CREATIONS .FILTER button {
	position: absolute;
	font-weight: bold;
	border-radius: 5px;
	top: 0px;
	left: 145px;
	height: 24px;
	border: 0px;
	outline: 0px;
	width: 22px;
	padding: 0px;
	text-align: center;
}
.CREATIONS .FILTER div:first-child {
	float: left
}
//.CREATIONS .FILTER div:last-child {
	//float: right;
	//  font-family: 'Roboto';
	//  font-size: 12px //
}
.CREATION {
  margin-top:25px;
	min-height: 34px;
	background-color: #c2e1c2;
	border-radius: 5px;
	font-family: 'Roboto';
}
.CREATION_QUESTION {
	margin-left: 5px;
  width:100%;
  white-space:nowrap;
  overflow:hidden;
  box-sizing:border-box;
  text-overflow:ellipsis;
	line-height: 29px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 16px
}
.C_TYPE {
	display: inline-block;
	height: 18px;
}
.CREATION_ARROW {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 15px;
	display: inline-block;
	border-color: transparent transparent transparent white;
	margin: 5px;
	position: relative;
	top: 5px
}
.CREATOR .imageChoiceButton {
	color: black;
	text-decoration: none;
	border-radius: 5px;
	background: #fff808;
	display: inline-block;
	margin: 5px;
	width: 25%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
.CREATOR .imagechoice {
	display: none
}
.creatorInputDivs {
	max-height: 44px;
	margin-top: 10px;
	margin-bottom: 10px
}
.CREATOR .myImages {
	width: 95%;
	height: 300px;
	overflow: hidden;
	overflow-Y: auto;
	margin: 0px auto;
	text-align: center;
}
.CREATOR .showMorePics {
	background: #fff808;
	text-decoration: none
}
.CREATOR .myImages a, .CREATOR .publicImages a {
	display: inline-block;
	margin: 5px;
	width: 75px;
	height: 50px;
	overflow: hidden;
	border: 1px solid black;
	border-radius: 5px
}
.CREATOR .myImages img, .CREATOR .publicImages img {
	border: 0px;
	width: 75px;
	height: 50px;
}
.creatorPic {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.uploadPic {
	position: relative;
	display: block;
	width: 100%;
	height: 50px
}
/*MAKER*/
.myImage {
	width: 60%;
	height: 200px;
	display: block;
	margin: 10px auto;
	border: 1px solid black;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 100%
}
p.newContacts,p.newComments {
	padding: 0px;
	margin: 0px;
	min-width: 16px;
	box-sizing: border-box;
	height: 16px;
	display: block;
	position: absolute;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12px;
	top: -12px;
	left: -8px;
	margin-left: 50%;
	background: red;
	border-radius: 5px;
	border: 1px solid white;
	line-height: 16px;
	color: white
}
p.newContacts:empty {
	display: none
}
.contactOffers h4 {
	margin: 0px;
	padding: 0px
}
.mailContacts {
	margin: 10px
}
.contactList {
	margin-top: 30px;
	font-family: 'Roboto'
}
.contactList div.list div {
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	text-align: left;
-webkit-flex-direction: row
/* works with row or column */
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.contactList div.list div:nth-child(even) {
	background: #f0f0f0
}
.contactList div.list div:hover:not(:first-child) {
	background: #c0c0c0
}
.contactList div.list span {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 20px;
}
.contactList div.list div {
	width: 100%
}
.contactList div.list div:not(:first-child) {
	display: none
}
.CREATOR .results table {
	font-family: 'Roboto';
	font-size: 13px;
	width: 100%;
}
.CREATOR .results tr {
	vertical-align: text-top;
}
.CREATOR .results table tr:first-child {
	vertical-align: bottom;
}
.CREATOR .results table tr td {
  height:25px;
  line-height:25px
}
.CREATOR .results table tr td:first-child {
	text-align: left;
  padding-left:5px;
  background-image:url('/ELEMENTS/IMAGES/VOTEWHITE.jpg'); background-repeat:no-repeat;
}
a.nextCR {
	display: none;
	height: 25px;
	margin: 0px auto;
	text-decoration: none;
	color: black;
	border-radius: 5px;
	width: 60px;
	line-height: 25px;
	background-color: green;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: white;
	padding: 4px
}
.CREATOR .inputAnswers {
	background: white;
	border-radius: 5px;
	width: 100%;
	height: 30px;
	border: 3px solid transparent;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	outline: 0px;
	box-sizing: border-box;
	display: block;
	background: white;
	margin-bottom: 10px;
	text-align: left;
	color: black;
	height: 40px;
	line-height: 16px;
	border-radius: 5px;
	border: 3px solid transparent;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 14px;
}
.CREATOR .inputAnswers:focus {
	border: 3px solid black
}
.inputInfo {
	background: #fff808;
	border-radius: 5px;
	width: 100%;
	border: 3px solid transparent;
	height: 30px;
	font-weight: bold;
	font-family: arial;
	font-size: 14px
}
.inputInfo:focus {
	border: 3px solid black
}
input[type=text] {
	box-sizing: border-box;
}
textarea {
	box-sizing: border-box;
	outline: 0px;
	font-family: verdana;
	border: 0;
	resize: none;
	border-radius: 5px;
	position: relative
}
.CREATOR .textlbl {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	display: block;
	text-align: right
}
.CREATOR .top h1 {
	text-align: center;
}
.CREATOR .subnav {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	background: white;
	height: 30px;
}
.CREATOR .subnav a {
	display: block;
	width: 50%;
	height: 30px;
	line-height: 30px;
	color: black;
	text-decoration: none;
}
.CREATOR .subnav .active {
	background: #E6F3E6
}
.CREATOR .creator_frame {
	display: none
}
.CREATOR .creator_bg {
	background-color: #c2e1c2;
}
.ffdisabled {
	opacity: .7;
	pointer-events: none;
}

.picDisabled {
	opacity: .7;
}

.disabled-5 {
	opacity: .5;
	pointer-events: none;
}
.disabled {
	opacity: .1;
	pointer-events: none;
}
.purchasePending {
	opacity: .5;
	background-color: #c0c0c0;
	pointer-events: none;
}
.CLOSER textarea {
	position: relative;
	resize: none
}
/* .CLOSER {
	display: block;
	width: 25px;
	height: 25px;
	text-decoration: none;
	font-family: verdana;
	font-size: 14px;
	text-align: center;
	line-height: 23px;
	color: black;
	background: gray;
	border-radius: 5px;
	position: absolute;
	top: 2px;
	right: 2px
}
*/
.manager {
	background-color: white;
	border: 0
}
.manager:empty {
	display: none
}
.manager .CLOSER {
	display: block
}
#SIGNUP form div {
	margin: 0px auto;
}
#SIGNUP form div span,
#myInfo form div span,
#LOGIN form div span {
  background-color:#c0c0c0;
	display: block;
	text-align: left;
	width: 70%;
	margin: 0px auto;
  font-weight:bold;
  font-size:12px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px
}


#LOGIN form div span ul,#SIGNUP form div span ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#LOGIN form div span li,#SIGNUP form div span li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div.mob_col {
	display: block;
	float: left;
	white-space: normal;
	box-sizing: border-box;
	position: relative;
	min-height: 100%;
}
.mob_slot .TILE {
	position: relative;
	margin: 30px;
	margin-right: 15px;
	box-sizing: border-box;
	width: auto
}
.mob_tray {
	position: fixed;
	background: white;
	height: 115px;
	left: 0px;
	z-index: 100;
	text-align: center
}
.mob_work {
	display: none;
	width: 100%;
	top: 120px;
	bottom: 0px;
	z-index: 99;
	background: white;
	position: absolute;
}
.mob_slot {
	z-index: 97;
	box-sizing: border-box;
	width: 100%;
	position: relative
}
.mob_skrim {
	display: none;
	opacity: .01;
	position: fixed;
	background: white;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 98;
}
#mob_top {
	top: 0px;
}
.mob_trayTB {
	position: absolute;
	left: 0px;
	height: 10px;
	background: white;
}
.mob_scrollLogo font {
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	width: 200px;
}
.mob_scrollLogo b {
	display: inline-block;
	white-space: nowrap
}
#mob_bottom {
	bottom: 0px;
	height: 70px
}
#mob_LOGO {
	background-image: url("/ELEMENTS/IMAGES/OT-HI-RESsm.png");
	height: 100px;
	width: 237px;
}
#mob_SCROLLLOGO {
	background-image: url(/ELEMENTS/IMAGES/NGGSMLOGO.png);
	background-repeat: no-repeat;
	width: 259px;
	height: 54px;
}
#mob_SECTIONLOGO {
	background-image: url(/ELEMENTS/IMAGES/NGGGREEN_ICON.png);
	background-repeat: no-repeat;
	background-size: 68%;
	background-color: green;
	background-position: center;
	width: 40px;
	height: 40px;
	border-radius: 50%
}
.LOGOS {
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	background-size: 100%
}
#section_TITLE {
	width: 100%;
  font-family:'Roboto';
	position: absolute;
	font-size: 18px;
	top: 7px;
	text-align: left;
	padding-left: 70px;
	left: 0px;
	white-space: nowrap
}
a.CLOSER, a.paypalClose, .addMyContacts {
	width: 60px;
	height: 40px;
	display: block;
	position: relative;
	text-decoration: none;
	text-align: center;
	color: white;
	line-height: 35px;
	background-color: green;
	border: 1px solid green;
	border-radius: 5px;
	font-family: verdana;
	font-size: 22px
}
a.CLOSER:hover, a.paypalClose:hover, .addMyContacts:hover {
	border: 1px solid black;
}
a.CLOSER:active, a.paypalClose:active, .addMyContacts:active {
	background-color: black;
	color: white
}
a.mob_OTbutton {
	width: 60px;
  margin-left:2px;
  margin-right:2px;
	height: 40px;
	display: block;
	position: relative;
	text-decoration: none;
	color: black;
	text-align: center
}
a.mob_OTbutton span:hover {
	border: 1px solid black;
}
a.mob_OTbutton span:active {
	border: 1px solid black;
	background: black;
	color: white;
	background-repeat: no-repeat;
}
a.mob_OTbutton b {
	font-family: verdana;
	font-size: 22px
}
a.mob_OTbutton span {
	width: 100%;
	height: 40px;
	display: inline-block;
	border: 1px solid green;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: green;
	background-repeat: no-repeat;
}
a.mob_OTbutton font {
	display: inline-block;
	white-space: nowrap;
	color: white;
	line-height: 10px;
	width: 100%;
	font-size: 11px;
	font-family: arial;
	position: absolute;
	left: 0px;
	bottom: 5px;
}

/*#mob_ACTION {
	display: block;
	position: absolute;
	bottom: 35px
}*/

.mob_BBar {
	position: absolute;
	bottom: 10px;
	height: 40px;
	white-space: nowrap;
	width: 100%;

 display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;


	-webkit-justify-content: space-around;
  -webkit-align-content: space-around;

	justify-content: space-around;
  align-content: space-around;

  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;


}


.mob_BBar a {
        -webkit-box-flex: auto;      /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: auto;         /* OLD - Firefox 19- */
        -webkit-flex: auto;          /* Chrome */
        -ms-flex: auto;              /* IE 10 */
        flex: auto;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  box-sizing: border-box;
    flex-basis: 60px;
    flex-grow: 0;
    flex-shrink: 0;

    -webkit-flex-basis: 60px;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;

}

.mob_BBar div {
        -webkit-box-flex: auto;      /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: auto;         /* OLD - Firefox 19- */
        -webkit-flex: auto;          /* Chrome */
        -ms-flex: auto;              /* IE 10 */
        flex: auto;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  box-sizing: border-box;

    -webkit-flex-basis: 160px;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;

    flex-basis: 160px;
    flex-grow: 0;
    flex-shrink: 0;
}



#mob_col1 {
	background-color: white
}
@media (max-width:699px) and (min-width:200px) {
#mob_col2,
#mob_col3,
#mob_col4 {
	display: none;
}
#mob_col1, .mob_tray {
	width: 100%;
}
#mob_col1 .TILE {
	margin: 10px;
	margin-bottom: 30px
}
#SEARCH .Categories a span.cat {
	position: relative;
	box-sizing: border-box;
	display: block;
	float: right;
	width: 65%;
	top: 50%;
	width: calc(100% - 63px);
	padding-right: 5px;
	font-weight: bold;
	border-radius: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	white-space: normal;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
}
@media (max-width:1049px) and (min-width:700px) {
#mob_col3,
#mob_col4 {
	display: none;
}
#mob_col1,
#mob_col2, .mob_tray {
	width: 50%
}
#mob_col1 .TILE {
	margin-bottom: 30px
}
#mob_col2 .TILE {
	margin: 30px;
	margin-left: 15px;
}
#SEARCH .Categories a span.cat {
	position: relative;
	box-sizing: border-box;
	display: block;
	float: right;
	width: 65%;
	top: 50%;
	width: calc(100% - 63px);
	padding-right: 5px;
	font-weight: bold;
	border-radius: 5px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	white-space: normal;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
}
@media (max-width:1400px) and (min-width:1050px) {
#mob_col4 {
	display: none;
}
#mob_col1,
#mob_col2,
#mob_col3, .mob_tray {
	width: 33.3%
}
#mob_col2 .TILE {
	margin: 30px;
	margin-left: 15px;
	margin-right: 15px
}
#mob_col3 .TILE {
	margin: 30px;
	margin-left: 15px;
}
}
@media (max-width:5999px) and (min-width:1400px) {
#mob_col1,
#mob_col2,
#mob_col3,
#mob_col4, .mob_tray {
	width: 25%
}
#mob_col2 .TILE {
	margin: 30px;
	margin-left: 15px;
	margin-right: 15px
}
#mob_col3 .TILE {
	margin: 30px;
	margin-left: 15px;
	margin-right: 15px
}
#mob_col4 .TILE {
	margin: 30px;
	margin-left: 15px;
}
}
.rotator {
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
100% {
	-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
	-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}

.endTile {
  height:50px
}
