﻿/*
 *=====================================
 *VERSION 2 CHANGES
 *======================================= 
 */
 
 /* Main Styles
 ===================================== */
 body{
	 /*
	font-family: Raleway, Arial, sans-serif; */
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    	font-size: 10pt;
text-align: left;
	/* color:#231F20; */
 } 
 a{
	 color:#158545;
	 text-decoration:none;
	 /*font-weight: bold;*/
 }
 a:hover{
	 text-decoration:none;
 }
span.dashed-line{
	 clear:both;
	 display:block;
	 padding:15px 0;
 }
 span.dashed-line:before{
	 content:"";
	 display:block;	 
    background-image: linear-gradient(to right, #939597 40%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 20px 3px;
    background-repeat: repeat-x;
    height: 3px;
 }
 .btn{
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 5px;
    padding: .5em 1.5em;
    background-color: #158545;
	transition:all .2s;
 }
 .btn:hover{
	 color:#fff;
 }
 .btn-yellow {
    background-color: #FFD000;
}
.btn-green {
    background-color: #158545;
}
.red-link{
	font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #E11E2E;
}
input[name="RemoveEnteredFlag"] {
    background-color: #E31E2F !important;
    border: none !important;
    border-radius: 3px;
    padding: .25em 1.5em;
}

.SweepBorderedItem
{
    border-right: #ccc 1px solid;
    padding-right: 2px;
    border-top: #ccc 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #ccc 1px solid;
    padding-top: 2px;
    border-bottom: #ccc 1px solid;
    background-color: #efefef;
    font-size: 16px;
}

.SweepstakeBorderedItem
{
    border-right: #ccc 1px solid;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 25px;
}

.CommentBorderedItem
{
    border-right: #ccc 1px solid;
    padding-right: 2px;
    border-top: #ccc 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #ccc 1px solid;
    padding-top: 2px;
    border-bottom: #ccc 1px solid;
    background-color: #efffee;
    font-size: 14px;
}

/* Shared Styles============================== */
.social-container [class^="icon-"]{
    width: 37px;
    height: 37px;
    display: inline-block;
    background-image: url(../Content/Images/icon_facebook.png);
    background-repeat: no-repeat;
    background-position: center;
}
.social-container .icon-twitter{
    background-image: url(../Content/Images/icon_twitter.png);
}
.social-container .icon-pinterest{
    background-image: url(../Content/Images/icon_pinterest.png);
}
.social-container .icon-blogspot{
    background-image: url(../Content/i/blogspot-icon.png);
}

 
 /* Top Nav Bar
 ====================================== */
 .top-bar{
	 background-color:#0E1010;
 }
 .top-bar nav ul {
    margin: 0;
    text-align: right;
}
.top-bar nav ul li {
    list-style: none;
    display: inline-block;
}
.top-bar nav ul li a {
    color: #F4B12F;
    font-weight: 900;
    padding: 0px 10px;
    margin: 13px 0;
    display: inline-block;
    text-transform: uppercase;
    border-left: 3px solid;
	line-height:1em;
}
.top-bar nav ul li a.red-link {
    color: #E11E2E;
    border: none;
}

 /* Header Area
 ====================================== */
header{
	padding:15px 0px 0px;
}
header .logo-area{
	position:relative;
	display:inline-block;
	float:left;
	margin-right:20px;
}
header .logo-area .logo {
    color: transparent;
    background-image: url(../Content/Images/main_logo.jpg);
    width: 250px;
    height: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
header .logo-area .sweepy {
    background-image: url(../Content/Images/mr_sweepy.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 150px;
    height: 200px;
    vertical-align: top;
    margin-left: -55px;
	position:relative;
	z-index:2;
    margin-bottom: -30px;
}
header .logo-area .register {
    background-color: #F82C23;
    color: #fff;
    font-size: 20px;
	font-weight:900;
	text-transform:uppercase;
    padding: 6px 80px 6px 40px;
    border-radius: 7px;
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 1;
}

header .ads{
	display:inline-block;
	width:728px;
	height:90px;
	border-radius:1px;
	background-color:#EBEBEC;
    overflow:hidden;
}

header #main-navigation ul {
    margin: 15px 0;
}
header #main-navigation ul li {
    list-style: none;
    display: inline-block;
}
header #main-navigation ul li a {
    display: inline-block;
    padding: 10px 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
	border-radius:5px;
	background-color:#fff;
	transition: b .3s;
	text-decoration:none;
}
header #main-navigation ul li a:hover {
    color:#fff;
	background-color:#FFD000;
}
header #MyLuckyList-mobile{
	margin-left:15px;
	display:none;
}
header #MyLuckyList-mobile a {
    display: inline-block;
    width: 125px;
    height: 85px;
    background-image: url(../Content/Images/lucky_list.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    color: transparent;
}
#main-navigation .mobile-menu-toggle {
	display:none;
}

.sub-header{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c6dfca 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c6dfca 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#c6dfca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6dfca',GradientType=0 ); /* IE6-9 */
	padding:20px 0;
	position:relative;
}
.sub-header:before , .sub-header:after{
    content: "";
    display: block;
    background-image: linear-gradient(to right, #939597 40%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 20px 3px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    height: 3px;
    top: 0;
    right: 0;
}
.sub-header:after{
	top:auto;bottom:-2px;
}
.sub-header #LoginForm{
	display:inline-block;
	float:left;
	margin-right:15px;
	min-width:400px;
}
.sub-header #LoginForm .idp-string{
	font-weight: 700;
	font-size:12px;
}
.sub-header #LoginForm .password-forgot{
	font-size:11px;
}
.sub-header #LoginFormForm label input{
	border: 1px solid #D1D2D4;
	padding:11px;
	margin:0 5px 0 0;
	width:150px
}
#LoginForm a[title="Member Profile"] {
    background-color: #158545;
    color: #fff;
    padding: .25em 1.5em;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    display: inline-block;
}
#LoginForm a[title="Logout of SweepstakesToday.com"] {
    background-color: #E31E2F;
    color: #fff;
    padding: .25em 1.5em;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    display: inline-block;
}
.sub-header ::-webkit-input-placeholder {
   color: #C4C4C6;
}
.sub-header ::-moz-placeholder {  /* Firefox 19+ */
   color: #C4C4C6;  
}
.sub-header :-ms-input-placeholder {  
   color: #C4C4C6;  
}
.sub-header #LoginFormForm button {
    background-color: #158545;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 20px;
}
.sub-header #SearchForm{
	float:left;
	display:inline-block;
	margin:0 15px;
	text-align:center;
	position:relative;
}
.sub-header #SearchForm:before, .sub-header #SearchForm:after {
    content: "";
    display: block;
    left: -15px;
    top: 0;
    bottom: -15px;
    width: 3px;
    background-image: linear-gradient(to bottom, #939597 40%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 3px 20px;
    background-repeat: repeat-y;
    position: absolute;
}
.sub-header #SearchForm:after{
	left:auto;
	right:-15px;
}
.sub-header #SearchForm h2 {
    color: #E11E2E;
    font-size: 17.5px;
    font-weight: bold;
    margin: 0 0 12px;
    text-align: center;
}
.sub-header #SearchForm .searchtext {
	border: 2px solid #D1D2D4;
	padding:10px;
	margin:0 5px 0 0;
	width:300px
}
.sub-header #SearchForm #SearchMe {
	background-color:#158545;
	color:#fff;
	border:none;
	padding:12px 15px 12px 45px;
	background-image: url(../Content/Images/icon_search.png);
	background-repeat:no-repeat;
	background-position:12px center;
	border-radius:5px;
	font-size:15px;
	font-weight:bold;
	text-transform: uppercase;
}
.sub-header #MyLuckyList{
	margin-left:15px;
	display:inline-block;
}
.sub-header #MyLuckyList a {
    display: inline-block;
    width: 125px;
    height: 85px;
    background-image: url(../Content/Images/lucky_list.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    color: transparent;
}


/* Footer
================================================ */
footer{
	margin-top:50px;
}
.footer-main{
	border-top:15px solid #FFCC35;
	background: #158545;
	background: -moz-linear-gradient(top,  #158545 0%, #158545 19%, #c6dfca 100%);
	background: -webkit-linear-gradient(top,  #158545 0%,#158545 19%,#c6dfca 100%);
	background: linear-gradient(to bottom,  #158545 0%,#158545 19%,#c6dfca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158545', endColorstr='#c6dfca',GradientType=0 );
	color:#C6DFCA;
	padding:30px 0;
}
.footer-main h3{
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.footer-main ul{
	margin:0;
	padding:0;
}
.footer-main ul li{
	list-style:none;
}
.footer-main ul li a{
	display:inline-block;
	color:inherit;
	font-weight:bold;	
	line-height:1.8em;
	text-decoration:none;
	transition:all .2s;
}
.footer-main ul li a:hover{
	color:#fff;
}

.footer-main .footer-sweepy {
    display: inline-block;
    margin-top: -90px;
    float: left;
}
.footer-main .footer-sweepy img {
    width: 195px;
    margin-bottom: 50px;
}
.sub-footer {
	padding:15px 0;
}
.sub-footer .social-container{
	width:150px;
	float:left;
}
.sub-footer #disclaimer {
    color: #BBBDC0;
    font-size: 11px;
	float:right;
	width:calc(100% - 150px);
}
.sub-footer #disclaimer p {
	margin:0;
	text-align:right;
}


/* SIDEBAR
=============================================== */
aside.left-sidebar {
    width: 160px;
    float: left;
    margin-right: 25px;
}
aside.main-sidebar {
    width: 300px;
    float: right;
    margin-left: 45px;
}
.main-sidebar .home-greeting h3{
	color: #158545;
	font-size:21px;
	font-weight:900;
	margin-bottom:20px;
}
.main-sidebar .social-container {
    position: relative;
    padding: 20px 0;
}
.main-sidebar .social-container:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-image: linear-gradient(to right, #939597 40%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 13px 2px;
    background-repeat: repeat-x;
}
.icon-heading {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
}
.icon-heading:before{
	content:"";
	display:inline-block;
	width:40px;
	height:40px;
	margin-right:5px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:top center;
}
.icon-heading.icon-badge:before{	
    background-image: url(../Content/Images/icon_badge.png);
}
.icon-heading.icon-money:before{	
    background-image: url(../Content/Images/icon_money.png);
}
.main-sidebar ul{
    padding-left:45px;
}
.main-sidebar ul > li {
    list-style: none;
}
.main-sidebar ul > li > a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.8em;
    display: inline-block;
}



/* MAIN CONTENT 
==================================================== */
#Content{
	padding:45px 0;
}
#Content .container {
    width: 100%;
}
.main-content {
    width: calc(100% - 530px);
    float: left;
    font-size: 13px;
    font-weight: normal;
}
.main-content h1.icon-heading {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
}
.main-content h1.icon-heading:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 75px;
    height: 75px;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
}
.main-content h1.icon-heading.icon-top:before {	
    background-image: url(../Content/Images/icon_top.png);
}
.main-content h1.icon-heading.icon-new:before {	
    background-image: url(../Content/Images/icon_new.png);
}
.main-content h2{
	color:#158545;
	font-size:21px;
	font-weight:900;
	text-transform:uppercase;
}
.main-content h3 {
    font-size: 17px;
    font-weight: bold;
    color: #158545;
    margin: 0 0 15px;
}
.main-content h3 a {
    color: inherit;
    text-decoration: none;
}
.SweepstakeItem {
    margin-bottom: 25px;
	font-size:13px;

}
.SweepstakeItem .buttons-container {
    display: flex;	
    flex-wrap: wrap;
    justify-content: space-between;    
	margin: 15px 0;
}
.SweepstakeItem .buttons-container > *{
    flex-grow: 1;
    padding: 5px;
    text-align: center;
    background-color: #DF2332;
    border-radius: 5px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
	font-size:11px;
	margin: 0 5px 5px 0;
}
.SweepstakeItem .buttons-container > .green_bg {
    background-color: green;
}
.SweepstakeItem .buttons-container > *:first-child{
    margin-left:0;
}
.SweepstakeItem .buttons-container > *:last-child{
    margin-right:0;
	max-width:125px;
}
.SweepstakeItem .buttons-container a{
	background-color:#158545;
} 
.SweepstakeItem p{
	margin:0;
}

.lastchancebuttonred {
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    background-color: red;
    margin: 0 5px 5px 0;
}
.lastchancebuttongreen {
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    background-color: green;
    margin: 0 5px 5px 0;
}
.lastchanceenterbutton {
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0 5px 5px 0;
}

.SweepstakeItem .label {
    color: #231F20;
	font-size:13px;
    text-transform: uppercase;
    padding: 0;
    margin-right: 5px;
}
.SweepstakeItem.col-md-6:nth-child(2n+1) {
    clear: both;
}
.SweepstakeItem .list_detail span{
	display:block;
	font-size: 15px;
}
.SweepstakeItem .btn-yellow{
	font-size:13px;
	margin-top:20px;
}
.btn-green.see-more{
	font-size:15px;
	float:right;
}
.btn-green.see-more:after {
    content: "";
    display: inline-block;
    border-left: 7px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-left: 7px;
}


/* Details Page */
.quick-details{
    margin: 0;
    line-height: 1.5em;
    font-size: 13px;
}
.quick-details p {
    font-weight: 700;
    text-transform: uppercase;
	margin:0;
    font-size: 15px;
}
.page-nav{
	padding:20px 0;
}
.page-nav > a {
    font-size: 14px;
    font-weight: bold;
    padding-right: 15px;
    margin-right: 15px;
    display: inline-block;
    border-right: 1px solid;
    line-height: 1em;
}
.page-nav > a:before {
    content: "";
    display: inline-block;
    border-top: 8px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    vertical-align: middle;
    margin-right: 5px;
}
.page-nav > a:last-child {
    border: none;
}
.main-content .comments {
    background-color: #E9F4EA;
    padding: 20px 25px;
    margin: 25px 0 0;
}
.comments h5 {
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.single-comment {
    position: relative;
    padding: 7px 0;
    margin-bottom: 7px;
	border-bottom: 1px solid #231F20;
}
.single-comment:after {
    content: "";
    display: none;
    background-image: linear-gradient(to right, #939597 40%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 10px 3px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    height: 1px;
    bottom: 0;
    right: 0;
}
#SubmitComment {
    border: none;
    color: #fff;
    background-color: #158545;
    font-weight: bold;
    text-transform: uppercase;
    padding: .5em 2.5em;
    margin: 15px;
}

#IWonThisAdd input[type="submit"] {
    border: 0;
    padding: 5px 15px;
}
#RemoveButton {
    border: 0;
    padding: 5px 15px;
    margin: 10px 0;
}
.single-comment .comment-date {
    font-size: 13px;
    font-weight: normal;
}
.single-comment .comment-text {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}


/* Expiring Sweeps */
ul.expiring-list {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}
.expiring .expire-date{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background-color:#FFD000;
	border-radius:5px;
	padding:15px 20px;
}
.expiring .category-name {
    font-size: 17px;
    font-weight: bold;
    color: #231F20;
}
.expiring > p {
    padding-left: 28px;
    position: relative;
}
.expiring > p:before {
    content: "";
    display: inline-block;
    width: .25em;
    height: 0.25em;
    background-color: #158545;
    position: absolute;
    left: 20px;
    top: .6em;
    margin-top: -.125em;
    border-radius: 50%;
}
.expiring p a {
    font-weight: bold;
    font-size: 15px;
}

/* Prizes Page */
.main-content .cat-prize , .main-content .cat-sweepstakes, .main-content .cat-types{
    width:100%;
}
.main-content .icon-heading {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
	color:#231F20;
}
.cat-prize ul, .cat-sweepstakes ul, .cat-types ul{
    padding-left:45px;
}
.cat-prize ul > li , .cat-sweepstakes ul > li , .cat-types ul > li{
    list-style: none;
}
.cat-prize ul > li > a , .cat-sweepstakes ul > li > a, .cat-types ul > li > a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.8em;
    display: inline-block;
}

/*Registration Page */
#registrationForm {
    padding: 20px 25px;
    background-color: #E9F4EA;
}
#registrationForm h4 {
    font-weight: 900;
    font-size: 14px;
	text-transform:uppercase;
}
#registrationForm .register_box p > label {
    width: 95px;
    display: inline-block;
    text-align: right;
    margin-right: 20px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: normal;
}
#registrationForm .register_box p > label.required:before {
    content: "*";
    color: red;
    vertical-align: middle;
    margin-right: 2px;
}
#registrationForm .register_box p > span {
    display: inline-block;
}
#registrationForm .register_box p > span:not(.dica) {
    width: 210px;
}
#registrationForm .register_box p > span input {
    width: 100%;
    border: 1px solid rgba(128, 130, 132, 0.36);
}
#registrationForm .register_box p.city-state-zip > span{
	width:auto;
}
.city-state-zip #zip {
    width: 80px;
}
.city-state-zip #state {
    width: 50px;
}
.city-state-zip #city {
    width: 120px;
}
.select-container {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(128, 130, 132, 0.36);
    background: #fff;
}
.select-container:before {
	content: "";
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background: green;
    position: absolute;
}
.select-container:after {
    content: "";
    display: inline-block;
    border-top: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -4px;
}
.select-container select {
	display: inline-block;
    border: none;
    background: transparent;
}
#registrationForm .register_box p > .checkbox-container {
    position: relative;
    width: auto;
}
#registrationForm .register_box p > .checkbox-container input {
    width: auto;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
	z-index: 5;
}
#registrationForm .register_box p > .checkbox-container .checkbox-mask {
    width: 15px;
    height: 15px;
    background-color: #fff;
    display: inline-block;
    border: 1px solid rgba(128, 130, 132, 0.38);
    vertical-align: middle;
	position:relative;
}
#registrationForm .register_box p > .checkbox-container input:checked + .checkbox-mask:before {
    content:"";
	display:block;
	position:absolute;
	top:1px;
	bottom:1px;
	left:1px;
	right:1px;
	background-color: green;
}
#registrationForm .register_box p > span.form-buttons {
    width: auto;
}
#registrationForm .register_box p > span input[type="submit"] {
    background-color: green;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 20px;
    width: auto;
    border-radius: 5px;
    border: none;
    margin: 10px 15px 10px 0;
}
#registrationForm .register_box p > span input[type="reset"] {
    background-color: transparent;
    border: 0;
    padding: 10px 0;
    width: auto;
    font-size: 15px;
    text-transform: uppercase;
}
#registrationForm .register_box p > span input[type="radio"] {
    width: auto;
}


/* Lucky List V1
=================================== */
/*h1.lucky-list-heading {
    font-size: 22px;
    text-transform: uppercase;
    color: #158545;
    font-weight: 900;
}
.lucky-list-item {
    margin: 5px 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.lucky-list-item:before {
    content: "";
    display: block;
    background-image: linear-gradient(to right, #939597 40%, rgba(255, 255, 255, 0) 20%);
    background-position: top;
    background-size: 20px 3px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    right: 0;
}
.lucky-list-item:nth-of-type(2n + 1):after {
    content: "";
    display: block;
    clear: both;
}
.lucky-list-item h3 {
    margin: 0;
    margin-right: 30px;
}
.lucky-list-item h3 a {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.lucky-list-item .delete-item form{
	position: absolute;
    top: 0;
    right: 15px;
}
.lucky-list-item .delete-item form input{    
	color: #fff;
    background-color: #DF2332;
    font-weight: 900;
    border: none;
}
.lucky-list-item .entry-data {
    font-weight: bold;
    font-size: 12px;
	margin-bottom:10px;
	display:block;
}
.lucky-list-item .item-details {
    display: flex;
	justify-content:space-between;
}
.lucky-list-item .item-details .label {
    display: block;
    color: #231F20;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    text-align: left;
	margin-bottom:5px;
}
.lucky-list-item .item-details .value {
    color: #158545;
    font-weight: normal;
    font-size: 15px;
}
.lucky-list-item .item-details .value i {
    font-weight: normal;
}
.lucky-list-item .item-details .value .enterbutton {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    padding: 1px 15px;
    border-radius: 5px;
    display: inline-block;
}*/

/* Lucky List V2
=============================================*/
.lucky-list th, .lucky-list td{
	padding:1px 5px;
    font-size:14px;
}
h1.lucky-list-heading {
    font-size: 22px;
    text-transform: uppercase;
    color: #158545;
    font-weight: 900;
}
.lucky-list-item {
}
.lucky-list-item h3 {
    margin: 0;
    margin-right: 20px;
}
.priority{
	display:block;
	white-space:nowrap;
}
.cat-count{
	display:block;
	white-space:nowrap;
    font-size: 15px;
}
.lucky-list-item h3 a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lucky-list-item .delete-item form{
    top: 0;
    right: 15px;
}
.lucky-list-item .delete-item form input{    
	color: #fff;
    background-color: #DF2332;
    font-weight: 900;
    border: none;
}
.lucky-list-item .entry-data {
    font-weight: bold;
    font-size: 11px;
	margin-bottom:0;
	display:block;
	white-space:nowrap;
}
.lucky-list-item .label {
    display: block;
    color: #231F20;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    text-align: left;
	margin-bottom:5px;
}
.lucky-list-item .value {
    color: #158545;
    font-weight: bold;
    font-size: 15px;
	white-space:nowrap;
}
.lucky-list-item .value i {
    font-weight: bold;
}
.lucky-list-item .value .enterbutton {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    padding: 1px 15px;
    border-radius: 5px;
    display: inline-block;
}

.logged-in-info {
    margin: 20px 0;
    padding: 15px 0;
    border-bottom: 1px solid #939597;
    border-top: 1px solid #939597;
}
.logged-in-info:after {
    content: "";
    display: block;
    clear: both;
}
#Submit1, #AddButton{
	color: #fff;
    background-color: #158545;
    border-radius: 4px;
    border: none;
    padding: 5px 20px;
}
#AddButton{
	background-color: #158545;
}


@media(max-width:1199px){
	/* Header */
	header .logo-area{
		width:215px;
	}
	header .logo-area .logo{
		width:150px;
		height:60px;
		background-size:contain;
	}
	header .logo-area .sweepy{
		background-size:contain;
		width:90px;
		height:115px;
		margin-left:-30px;
		margin-bottom: 0px;
	}
	header .logo-area .register{
		font-size:15px;
		padding:6px 45px 6px 15px;
		top:65px;
	}
	header .ads{
		width:calc(100% - 235px)
	}
	
	#main-navigation {
		display: inline-block;
		float: right;
	}
	header #main-navigation ul {
		margin: 5px 0;
	}
	header #main-navigation ul li a{
		padding:10px
	}
	
	.sub-header #LoginForm{
		min-width:0;
	}
	.sub-header #LoginFormForm label input{
		width:110px;
	}
	.sub-header #LoginFormForm button{
		padding:10px;
	}
	.sub-header #SearchForm .searchtext{
		width:215px;
	}
	
	/* Page Layout */
	aside.main-sidebar {
		width: 275px;
		margin-left: 25px;
	}
	.main-content {
		width: calc(100% - 300px);
	}
}
@media (max-width:991px){
	/*Header */
	header > .container {
		position: relative;
	}
	header #main-navigation ul li {
		display: block;
	}
	header #main-navigation ul li a {
		display: block;
		background-color: #158545;
		color: #fff;
		border-radius: 0;
	}
	#main-navigation {
		position: absolute;
		right: 30px;
		top: 25px;	}
	#main-navigation ul{
		display:none;
		position:absolute;
	}
	#main-navigation.active ul{
		display:block;
		width: 210px;
		right: 0;
		z-index: 2;
	}
	#main-navigation #mobile-menu-toggle {
		display: inline-block;
		font-size: 20px;
		cursor: pointer;
		position: relative;
		border-top: 4px solid;
		border-bottom: 4px solid;
		color: green;
		width: 20px;
		height: 18px;
	}
	#main-navigation #mobile-menu-toggle:before{
		content: "";
		display: inline-block;
		border-bottom: 4px solid;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		margin-top: -2px;
	}
	header .ads{
		width:100%;
		height:auto;
		background-color:transparent;
	}
	
	header #MyLuckyList-mobile{
		display:inline-block;
		margin-right:80px;
		margin-top:10px;
		float:right;
	}
	.sub-header #MyLuckyList {
		display: none;
	}
	.sub-header #SearchForm{
		width:370px;
	}
	.sub-header #SearchForm:after{
		display:none;
	}
	.sub-header #SearchForm #SearchMe{
		font-size:13px;
	}
	.sub-header #SearchForm .searchtext{
		width:170px;
	}
	
	/* FOOTER */
	.footer-main .footer-sweepy img {
		width: 150px;
	}
}

@media(max-width:767px){
	.top-bar nav ul li a{
		margin:5px 0;
	}
	header .logo-area{
		width:auto;
	}
	header .logo-area .logo {
		width: 120px;
		height: 60px;
		background-size: contain;
	}
	header .logo-area .sweepy {
		background-size: contain;
		width: 70px;
		height: 80px;
		margin-left: -20px;
		margin-bottom: 0px;
	}
	header .logo-area .register {
		font-size: 13px;
		padding: 6px 30px 6px 10px;
		top: 57px;
	}
	#main-navigation {
		right: 15px;
		top: 0;
	}
	header #MyLuckyList-mobile{
		margin-right:20px;
	}
	header #MyLuckyList-mobile a{
		background-size:contain;
		width:90px;
	}
	.sub-header > .container{
		text-align:center;
	}
	.sub-header #LoginForm{
		float:none;
		text-align:left;
	}
	.sub-header #SearchForm {
		float:none;		
		margin: 15px 0 0;
		padding-top: 15px;
		width: 100%;
		text-align: center;
	}
	.sub-header #SearchForm:before{
		    left: 0;
			right: 0;
			top: 0;
			bottom: auto;
			width: auto;
			height: 3px;
			background-image: linear-gradient(to right, #939597 40%, rgba(255, 255, 255, 0) 20%);
			background-position: top;
			background-size: 20px 3px;
			background-repeat: repeat-x;
			position: absolute;
	}
	.sub-header #LoginFormForm label input{
		width:auto;
	}
	.sub-header #SearchForm .searchtext {
		margin-bottom: 7px;
	}
	
	/* Page Layout */
	aside.main-sidebar {
		width: 100%;
		margin-left: 0;
	}
	.main-content {
		width: 100%;
	}
	
	/*FOOTER*/
	.footer-main .footer-sweepy{
		float:none;
	}
	.footer-main .footer-sweepy img {
		width: 100px;
	}
}body {
}
