@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'goboldregular';
    src: url('../fonts/gobold.eot');
    src: url('../fonts/gobold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gobold.woff') format('woff'),
         url('../fonts/gobold.ttf') format('truetype'),
         url('../fonts/gobold.svg#goboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans300';
    src: url('../fonts/museosans-300-webfont.eot');
    src: url('../fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-300-webfont.woff2') format('woff2'),
         url('../fonts/museosans-300-webfont.woff') format('woff'),
         url('../fonts/museosans-300-webfont.ttf') format('truetype'),
         url('../fonts/museosans-300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;

}
iframe{
	width:100%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	background-color: #fff;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.nav-main-btns a{
	color:#000;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5px;
    border: 1px solid transparent;
}
.nav > li > a {
    position: relative;
    display: block;
    margin: 25px 0px;
    padding: 6px 12px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #fff;
}
.login-btn a{
	color:#fff;
	padding: 0 10px;
}
.top-bar{
	width:100%;
	overflow:auto;
	position: fixed;
	background-color:#fff;
	z-index: 9999;
    -webkit-box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 5px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 5px 3px 0px rgba(50, 50, 50, 0.75);
}
.contact-us-fields{
    margin: 30px 0 0 0;
    overflow: auto;
}
.logo{
	margin:10px;
	float:left;
}
.navigation{
	font-family: "goboldregular", serif;
	margin:0 30px;
}
.navigation ul{
	padding:0;
	margin:0;
}
.navigation li{
	display: inline;
	font-size: 18px;
	text-transform: uppercase;
	margin-right:15px;
}
.header{
    background-position: center 80px;
    background-attachment: fixed;
    background-image: url(../images/header-bg.jpg);
    padding: 300px 0 200px 0;
}
.main-title{
	font-size:60px;
	font-family: "goboldregular", serif;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
}
.main-title-highlight{
	color: #428bca;
}
.main-title-highlight-green{
	color: #5db85d;
}
.main-sub-title{
	text-align: center;
	font-size: 30px;
	font-family: "museo_sans300", serif;
	text-transform: uppercase;
	color:#fff;
}
.main-icons{
	margin:auto;
	width:268px;
	padding:10px 0;
}
.main-cta{
	text-align: center;
	font-size: 30px;
	padding:10px;
	color:#5db85d;
	border-radius: 10px;
	border: solid 3px #5db85d;
	margin: 10px auto;
	font-family: "goboldregular", serif;
	width:55%;
}
.mm-cta{
    color:#fff;
}
.main-cta a, .how-do-cta a{
	color:#5db85d;
}
.main-cta a:hover, .how-do-cta a:hover{
	color:#5db85d;
	text-decoration: none;
}
/* What is HalftimeBets? */
.what-is-sect{
	/* background-image: url(../images/what-is-bg.jpg); */
	background-position: center bottom;
	padding:60px 0;
	background-size: cover;
}
.what-is-title, .wdyg-title{
	text-align: center;
	font-family: "goboldregular", serif;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	background-image: url(../images/title-underline-black.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#000;
}
.what-is-txt{
	font-size: 24px;
	line-height: 48px;
	font-family: "museo_sans300", serif;
	color:#000;
}
img.body-images{
	width:100%;
}
.what-is-cta{
	font-size: 30px;
	padding:10px;
	color:#428bca;
	border-radius: 10px;
	border: solid 3px #428bca;
	margin: 20px 0 0 0;
	font-family: "goboldregular", serif;
	width:60%;
	text-align: center;
}
.what-is-cta a{
	color:#428bca;
}
.what-is-cta a:hover{
	color:#428bca;
	text-decoration: none;
}
/*how to make money*/
.how-to-sect{
	background-image: url(../images/video-bg.jpg);
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover;
	padding:60px 0;
}
.how-to-title{
	text-align: center;
	font-family: "goboldregular", serif;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	color:#fff;
}
.video-holder{
	width:100%;
	height:480px;
	background-color: #ccc;
}
/*what do you get*/
.wdyg-sect{
	background-image: url(../images/wdyg-bg.jpg);
	background-position: center bottom;
	background-size: cover;
	padding:60px 0;
}
.wdyg-sub-txt{
	text-align: center;
	font-family: "goboldregular", serif;
	font-size: 24px;
	text-transform: uppercase;
	width:90%;
	margin:auto;
}
/* How Do i start using section*/
.how-do-i-sect{
	background-image: url(../images/free-pick-bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	padding:120px 0;
}
.how-do-i-title{
	text-align: center;
	font-family: "goboldregular", serif;
	padding: 0 0 15px 0;
	margin: 0 0 50px 0;
	background-image: url(../images/title-underline-white.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#428bca;
}
.how-do-txt{
	font-family: "goboldregular", serif;
	font-size: 30px;
	text-transform:uppercase;
	color:#fff;
}
.how-do-txt li{
	margin: 0 0 30px 0;
}
.how-do-cta{
	text-align: center;
	font-size: 30px;
	padding:10px;
	color:#5db85d;
	border-radius: 10px;
	border: solid 3px #5db85d;
	margin: 10px 0;
	font-family: "goboldregular", serif;
	width:40%;
}
/* Footer */
.footer{
	padding:20px 0;
	text-align: center;
	font-size: 10px;
	font-family: "museo_sans300";
	line-height: 30px;
    background-color: #fff;
}
.footer-logo{
	width:150px;
	margin:auto;
}
.footer-logo img{
	width:100%;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.footer-btns{
	margin:auto;
	text-align: center
}
.footer-btns ul{
	padding:0;
	margin:0;
}
.footer-btns li{
	display:inline;
	margin: 10px 10px 10px 0;
}
.login-body{
	background-attachment: fixed;
	/* background-image: url(../images/signup-bg.jpg); */
    background-image: url("/application/uploads/files/banner2.jpg");
	background-size:cover;
	padding:200px 0 100px 0;
	font-family: "museo_sans300";
}
.users-body{
	background-attachment: fixed;
	background-image: url(../images/free-pick-bg.jpg);
	background-size:cover;
	padding:200px 0px 100px 0px;
	font-family: "museo_sans300";
}
.dashboard-content{
	background-color:#fff;
	border-radius: 5px;
	overflow:auto;
	width:100%;
	padding:20px;
}
.panel-default {
	margin-top:30px;
}
.form-group.last {
 	margin-bottom:0px;
}
.form-group {
    margin-bottom: 15px;
    overflow: auto;
}
.cta-txt-signin{
	color:#fff;
	font-family: "museo_sans300", serif;
	padding: 10px 20px 0 0;
}

#fade{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
#light{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 200px;
    margin-left: -150px;
    margin-top: -100px;
    background: #CCC;
    z-index:1002;
    overflow:visible;
	border:3px solid #d12525;
}

#text_what { width: 120px; height: 19px; background-position: -202px -175px;}
#text_features { width: 94px; height: 17px; background-position: -202px -216px;}
#text_demonstration { width: 167px; height: 20px; background-position: -202px -195px;}
#text_options { width: 86px; height: 25px; background-position: -431px -133px;}

#sign_up_01 {
    background: #2F3747;
    padding: 14px 22px;
    width: 290px;
    position: relative;
    display: none;
}
#sign_up {
    -moz-border-radius: 6px;
    background: #eef2f7;
    -webkit-border-radius: 6px;
    border: 1px solid #536376;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
    padding: 14px 22px;
    width: 400px;
    position: relative;
    display: none;
}
#sign_up #sign_up_form {
    margin-top: 13px;
}
#sign_up label {
    display: block;
    margin-bottom: 10px;
    color: #536376;
    font-size: .9em;
}
#sign_up label input {
    display: block;
    width: 393px;
    height: 31px;
    background-position: -201px 0;
    padding: 2px 8px;
    font-size: 1.2em;
    line-height: 31px;
}
#see_id {
    width: 100%;
    height: 23px;
    background-position: -202px -133px;
}
#left_out {
	background-position: -202px -158px;
	width: 100%;
	height: 16px;
	text-align: center;
}
#sign_up_form {
    position: relative;
    background: url(divider.png) repeat-x bottom left;
    padding-bottom: 54px;
    margin-bottom: 12px;
}
#actions {
    float: left;
    position: absolute;
    right: 0;
    height: 31px;
    bottom: 20px;
}
a.form_button {
    float: left;
    width: 93px; height: 31px;
    margin-right: 15px;
}
#cancel { background-position: -198px -36px; }
#log_in { background-position: -291px -36px; }
#cancel:hover { background-position: -198px -67px; }
#cancel:active { background-position: -198px -98px; }
#log_in:hover { background-position: -291px -67px; }
#log_in:active { background-position: -291px -98px; }
#close_x {
    width: 24px; height: 23px;
    overflow: hidden; line-height: 1000px;
    display: block;
    position: absolute; top: 5px; right: 5px;
    background-position: -387px -102px;
}
#usage { background-position: -323px -172px; width: 67px; height: 22px;}
.loginbg_01 {
  background: #2F3747;
  color: #fff !important;
  padding: 10px;
}
.sucess {
	background: #2F3747;
	text-align: center;
}
.sucess img {
	width: 18%;
	padding: 20px 0 0 0;
}
#see_id {
	width: 100%;
	text-align: center;
	height: 15px;
	background-position: -202px -133px;
	color: #FFFFFF;
	font-weight: bold;
}
.logborder {
	text-align: center;
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
}
.mypicks-table{
	background-color: #ccc;
	border-radius: 5px;
}
.pick-cols{
	overflow: auto;
	padding:20px 0;
	margin:auto;
	width:50%;
	text-align: center;
	font-family: "museo_sans300", serif;
}
.picks-cols-label{
	color:#fff;
	font-family: "museo_sans300", serif;
	font-size: 18px;
}
@media (max-width: 1100px) {
	.main-title{
		font-size:40px;
	}
	.main-cta{
		text-align: center;
		font-size: 24px;
		width:60%;
	}
	.what-is-txt{
		line-height: 36px;
		font-size: 18px;
	}
	.what-is-cta{
		font-size: 18px;
	}
	.how-do-cta {
	    width: 50%;
	    font-size: 18px;
	}
	.how-do-txt {
	    font-size: 24px;
	}
	.how-to-sect {
	    background-attachment: scroll;
	    background-size: cover;
	}
	.how-do-i-sect {
	    background-attachment: scroll;
	}
}
@media (max-width: 769px) {
	.navbar-nav {
	    float: none;
	    margin: 0;
	    text-align: center;
	}
	.navigation{
		width:95%;
		margin:2%;
	}
	.navigation li {
	    margin-right: 0;
	}
	.main-title, h1, .h1{
		font-size:22px;
	}
	.header{
		background-size:cover;
		background-attachment: scroll;
	}
	.main-sub-title{
		font-size: 14px;
	}
	.main-icons{
		margin:auto;
		width:200px;
	}
	.main-icons img{
		width:100%;
	}
	.main-cta{
		text-align: center;
		font-size: 18px;
	}
	.what-is-txt{
		line-height: 36px;
		font-size: 18px;
	}
	.what-is-cta{
		font-size: 18px;
	}
	.how-do-cta {
	    width: 50%;
	    font-size: 18px;
	}
	.how-do-txt {
	    font-size: 24px;
	}
	.how-to-sect {
	    background-attachment: scroll;
	    background-size: cover;
	}
	.how-do-i-sect {
	    background-attachment: scroll;
	}
	.wdyg-sub-txt{
		font-size: 16px;
	}
	.btn-group, .btn-group-vertical {
	    position: relative;
	    display: inline-block;
	    vertical-align: middle;
	    width: 100%;
	    margin: 0 0 20px 0;
	}
}
@media (max-width: 480px) {
	.what-is-cta {
	    width:90%;
	    margin:auto;
	}
	.video-holder {
	    width: 100%;
	    height: 180px;
	    background-color: #ccc;
	}
	.wdyg-pic{
		width:50%;
		margin:auto;
	}
	.wdyg-sub-txt {
	    font-size: 18px;
	    width: 75%;
	    margin: 20px auto;
	}
	.court-icon{
		width:75%;
		margin:auto;
	}
	.how-do-txt {
	    font-size: 16px;
	}
	.how-do-cta {
	    width: 75%;
	    font-size: 14px;
	    margin:auto;
	}
	.how-do-i-sect {
	    background-attachment: scroll;
	    background-size: cover;
	    padding: 40px 0;
	    background-position: center top;
        background-attachment: fixed;
        background-image: url(../images/mobile-works.jpg);
	}
	.cta-txt-signin {
	    color: #FFF;
	    font-family: "museo_sans300",serif;
	    padding: 0 20px;
	}
	.login-body {
	    background-attachment: fixed;
        background-image: url("/application/uploads/files/banner2.jpg");
	    background-size: cover;
	    padding: 123px 0px 100px;
	    font-family: "museo_sans300";
	}
    .users-body {
        padding: 150px 0px 100px;
    }
    .header{
        background-position: center top;
        background-attachment: fixed;
        background-image: url(../images/mobile-header.jpg);
        background-size:cover;
    }
    .how-to-sect {
        background-position: center top;
        background-attachment: fixed;
        background-image: url(../images/how-mobile.jpg);
        background-size:cover;
    }
    .wdyg-sect {
        background-image: none;
        background-position: center bottom;
        background-size: cover;
        padding: 60px 0px;
    }
}