body, html {
    height: 98%;
    background-color: #fff;
    margin: 0;
    padding:0;
    color: #63666a;
    font:normal 1em/1.5em Georgia, "Times New Roman", Times, serif;
    vertical-align:top;
}

h1 {
    padding:0;
    margin:0;
    font-size:20px;
}

a {color:#009dde;}
p { margin: 12px 0 4px 0; padding: 0; }
strong { font-weight:bold; }
img a { border:0; outline:none; }
a img { border:0; outline:none; }
small { font-size:10px; }
em {font-style: italic;}

h1.title {
    background: none;
    color: #004f71;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-weight: normal;
    font-size: 3em;
    line-height: 1.2em;
    margin:0 0 35px 0;
}

h2.title {
    color: #009dde;
    font:normal 18px Arial,Helvetica,sans-serif;
    margin:0 5px;
}

h3.title {
    background: none;
    color: #009cde;
    font:normal 16px Georgia, "Times New Roman", Times, serif;
    margin-bottom: 7px;
}

ul,ol { margin:12px 0 12px 15px; }
ul li, ol ul li {
    list-style: square;
    margin:5px 0 5px 15px;
}

ol li {
    list-style:decimal;
    margin:5px 0 5px 15px;
}

fieldset {
    margin:0 0 20px 0;
    padding:10px 0 20px 10px;
}

li.error {
    color:#aa0061;
    list-style: none;
    font-weight:bold;
}
.error {
    color:#aa0061;
    margin:12px 0;
    font-weight:bold;
}

.notice {
    color:#aa0061;
    margin:12px 0;
    font-weight:bold;
}

span.notice #challenge_message {
    border-radius: 5px;
    color:#fff !important;
    background:#009CDE;
    margin:12px 0;
    font-weight:bold;
    padding:20px;
}

span.notice #challenge_message a {
    color:#fff;
}


/**************** MASTHEAD  ****************/
#page-wrapper {
	width:100%;
    margin:0 auto;
    background:#fff;
}

#main-wrapper { clear:both; padding:0;}

header {
    background:#222731;
    width:100%;
}
#header {
    max-width:963px;
    margin:0 auto;
    /* height:84px; */
    padding:14px 27px 0 30px;
    background:#222731;
}

#logo a {
    color:#009cde;
    font-weight:normal;
    font-size:2em;
    line-height:32px;
    font-family: "brandon-grotesque", sans-serif;
    text-decoration:none;
}

#logo span {
    font:normal 1em "brandon-grotesque", sans-serif;
    color:#888b8d;
}

#header-right {
    float:right;
    text-align:right;
}

#register_bar {
    clear:both;
    margin:0;
    padding:10px 20px;
    width:100%;
    background:#222731;
    display:block;
    height:75px;
    color:#fff;
    font-size:30px;
    text-align:center;
}

#register_bar a.title {
    font:normal 30px "brandon-grotesque",sans-serif;
    color:white;
    text-decoration: none;
}



/**************** page layout *********************/
#main {
    margin:0 0 40px 0;
    padding:0;
    width:100%;
    position:relative;
    z-index:1;
}

.inner-wrap {
    min-height: auto !important;
    height: auto !important;
}

#content {
    margin:0 auto;
    background:#fff;
    
    width:100%;
}

#slides img {
    width:100%;
}

#login_left {
    float:left;
    width:100%;
    margin:0 40px 0 0;
    color:#63666a;
}
#login_right {
    width:300px;
    float:left;
    padding:0 0 0 30px;
    color:#63666a;
    border-left:solid 1px #e9e9e9;
}

#login_form {
    padding:10px;
    margin:10px 30px 0 0;
    color:#63666a;
    background:#f1f1f1;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#login_form input#username,
#login_form input#password,
#login_form input#form_password,
#login_form input#form_password2,
#login_form input#form_answer {
    padding:10px 10px 10px 30px;
    background:url(/images/ico_lock.png) no-repeat 5px #fff;
    border:none !important;
    width:75% !important;
    height: 13px !important ;
    margin:0 0 10px 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#top-image {
    width:100%;
    overflow: hidden;
    margin:0;
    padding:0;
    cursor: pointer;
}

#top-image img {
	z-index:-250;
	width:100%;
}

#main #text {
    padding:0 15px 15px 0;
    position: relative;
}

footer {
    position:relative;
    width:100%;
    min-height:190px;
    background:#222731;
}

#footer .wrap {
	padding-top:20px;
}

#footer {
    clear:both;
    width:100%;
    min-height:60px;
    padding:0px;
    color:#fff;
    position: absolute;
    bottom: 0;
    margin-top: 0 !important;
}

#footer a {
    text-align:center;
    color:#fff;
    text-decoration:none;
    font:normal 16px "brandon-grotesque", sans-serif;
}

#footer #footerlogo {
    float:left;
    width:150px;
    height:45px;
    margin:0;
}

#footer #menu {
    max-width:605px;
    width:100%;
    float:left;
    margin:0 0 60px 60px;
}

#footer ul {
    margin:0 auto;
}

#footer ul li {
    display:inline-block;
    list-style:none;
    margin:0 !important;
    width:175px;
    text-align:left;

}

#footer ul li a {
    font-size:14px;
}

#footer ul li.active a {
    color:#009cde;
}

#footer #submenu {
    float:left;
    width:130px;
}

#footer #submenu a {
    font-size: 14px;
}

#footer-message {
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    padding: 10px 30px 30px 0;
    font-size: 11px;
    text-align:right;
}

#copyright {

    font:normal 11px Georgia, "Times New Roman", Times, serif;
    margin:5px auto;
    text-align:center;
    clear:both;
    max-width:900px;
    width:100%;
    height:35px;
    padding:5px 0px;
    color:#fff;
}


/**************** main nav styles  ****************/

menu {
    background:#009cde;
    
    width:100%;
}
#topmenu {
    
    width:100%;
    max-width:963px;
    background:#009cde;
    margin:0 auto;
    padding:0px 0 0 0px;
}

.top-image-overlay h1{
	color:#004F71;
	font-size:89px;
	font-weight:bold;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
	line-height:100%;

}

.top-image-overlay p,
.top-image-overlay p a {
    color:#000;
    font-size:24px;
    font-weight:bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height:28px;
}

#topmenu ul.menu {
    margin:0;
    padding:0;
}
#topmenu ul.menu li {
    display:inline-block;
    list-style: none outside none;
    padding:10px 5px;
    
    margin:0;
    white-space: nowrap;
}

#topmenu ul.menu li a {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: normal;
    font-size: 14px;
    color:#fff;
    text-decoration:none;
    padding:10px 5px;
}

#topmenu ul.menu li.active a {
    color: #222731;
}


ul.menu ul li.active a,
ul.menu li.active ul li.active a {
    color:#222731;
}

#submenu {
    display:block;

}

#submenu ul {
    margin-top:0;
}

#submenu ul li {
    list-style-position: inside;
    display:inline;
    float:right;
    margin:5px 15px 0 0;
    padding:5px 10px;
}

#submenu ul li a {
    color:#0082ba;
    text-decoration:none;
}

#submenu ul li img {
    margin:0 10px -3px 0;
}

#submenu ul li.ex a {
    color:#c00;
    text-decoration:none;
}

#submenu ul li.gear a.active,
#submenu ul li.find a.active,
#submenu ul li.invite a.active,
#submenu ul li.manage a.active,
#submenu ul li.default a.active,
#submenu ul li.minutes a.active,
#submenu ul li.messages a.active,
#submenu ul li.camera a.active,
#submenu ul li.moving a.active,
#submenu ul li.tech a.active,
#submenu ul li.mindful a.active {
    color:#702082;
}

/*********** elements **************/

#notes-box {
    float:left;
    width:259px;
    height:188px;
    padding:0;
    margin:0;
}

#first-time-link {
    margin:15px 0
}

#first-time-link a {
    /*background:url("../images/btn_arrow-b6f9ba47ed700952572edb20d29ece5f.png") no-repeat right center #fff;*/
    border:solid 1px #009dde;
    cursor:pointer;
    font:bold 16px Arial,Helvetica,sans-serif;
    color:#000;
    overflow:hidden;
    padding:3px 35px 3px 25px;
    text-decoration:none;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#homepage-login {
    color:#fff;
    padding: 0 10px;
    height: 168px;
    line-height:10px;
    position:relative;
}

#homepage-login a {
    color:#FFF;
}
#homepage-login h2 {
    margin:0 0 10px;
    font-size:17px;
}

#homepage-login label {
    float:left;
    clear:both;
    width:145px;
    text-align:right;
    padding-right:5px;
}

#homepage-login .form-item,
#homepage-login .form-checkboxes,
#homepage-login .form-radios {
    margin:.4em;
}

#homepage-login input#edit-name,
#homepage-login input#edit-pass,
#homepage-login .description {
    float:left;
    width:250px !important;
    margin-left:0;
}

#homepage-login .description {
     clear:both;
     margin-left:150px;
 }

#homepage-login #forgot-link {
    clear:both;margin-left:155px;
}

#homepage-login #edit-pass-wrapper {
    margin-top:36px;
}

.small a {
    font-size:10px;
}

.red {
    color:#c00;
}

.bold,
td.bold {
    font-weight: bold !important;
}

#required {
    float:right;
    width:200px;
    margin:0 25px 0 0;
}

html[data-useragent*='MSIE '] #required {
    float:right;
    width:200px;
    margin:10px 25px 0 0;
}

legend.title {
    color: #009dde;
    font-size:18px;
    font-weight:normal;
    margin:0 5px;
}

#us_only,
#non_us {
    display:none;
}

#consent {
    background:#fff;
    color:#333;
    padding:20px;
}

#recaptcha_switch_audio { display: none; }

#find_step {
    width:100%;
    max-width:400px;
    float:left;
    padding:20px;
    min-height:300px
}

#find_step.topleft {
    border-bottom:dotted 1px #aa0061;
}

#find_step.topright {
    border-bottom:dotted 1px #aa0061;
    border-left:dotted 1px #aa0061;
}

#find_step.botright {
    border-left:dotted 1px #aa0061;
}

#find_step img {
    display:block;
    margin:0 auto !important;
    padding:0;
}

#find_title {
    font:normal 33px Georgia, "Times New Roman", Times, serif;
    margin:0 0 20px 0;
    color:#2a3f69;
}

#present_step {
    width:100%;
    max-width:430px;
    float:left;
    padding:20px;
    min-height:320px
}

#present_step.topleft {
    border-bottom:dotted 1px #aa0061;
}

#present_step.topright {
    border-bottom:dotted 1px #aa0061;
    border-left:dotted 1px #aa0061;
}

#present_step.botright {
    border-left:dotted 1px #aa0061;
}

#present_step.centerleft {
    border-bottom:dotted 1px #aa0061;
    border-bottom:dotted 1px #aa0061;
}

#present_step.centerright {
    border-left:dotted 1px #aa0061;
    border-bottom:dotted 1px #aa0061;
}

#present_title{
    font:bold 16px Arial, Helvetica, sans-serif;
    margin:0 0 20px 0;
    color:#019cdf;
    text-align:center;
    text-transform: uppercase;
}

#moving_step {
    width:100%;
    max-width:430px;
    float:left;
    padding:20px;
    min-height:400px
}

#moving_step.topleft {
    border-bottom:dotted 1px #aa0061;
}

#moving_step.topright {
    border-bottom:dotted 1px #aa0061;
    border-left:dotted 1px #aa0061;
}

#moving_step.botright {
    border-left:dotted 1px #aa0061;
}

#moving_step.centerleft {
    border-bottom:dotted 1px #aa0061;
}

#moving_step.centerright {
    border-left:dotted 1px #aa0061;
    border-bottom:dotted 1px #aa0061;
}

#present_title{
    font:bold 16px Arial, Helvetica, sans-serif;
    margin:0 0 20px 0;
    color:#019cdf;
    text-align:center;
    text-transform: uppercase;
}

#meditation_title{
    font:bold 16px Arial, Helvetica, sans-serif;
    margin:0 0 20px 0;
    color:#b3005d;
    text-align:center;
    text-transform: uppercase;
}

#gratitude_title{
    font:bold 16px Arial, Helvetica, sans-serif;
    margin:0 0 20px 0;
    color:#ecb22c;
    text-align:center;
    text-transform: uppercase;
}

#review_title{
    font:bold 16px Arial, Helvetica, sans-serif;
    margin:0 0 20px 0;
    color:#4a267d;
    text-align:center;
    text-transform: uppercase;
}

#extendlegs_title{
    font:bold 16px Arial, Helvetica, sans-serif;
    margin:0 0 20px 0;
    color:#2a3f69;
    text-align:center;
    text-transform: uppercase;
}

#upperback_title{
    font:bold 16px Arial, Helvetica, sans-serif;
    margin:0 0 20px 0;
    color:#79d97c;
    text-align:center;
    text-transform: uppercase;
}

/************* Form elements ***********/

#password_block {
    display:none;
}

/* #form_register {
    display:none;
} */

input[type="text"],
input[type="password"],
textarea#form_message {
    display: block;
    border: 1px solid #999;
    margin: 0 0 5px;
    padding:5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-weight:normal;
    font-size:14px;
    color:#777;
}

select#form_bmonth    {
    width:100px;
    float:left;
    border: 1px solid #999;
    height: 35px;
    margin:0 15px 0 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

select#form_bday    {
    width:40px;
    float:left;
    border: 1px solid #999;
    height: 35px;
    margin:0 15px 0 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

select#form_byear    {
    width:60px;
    float:left;
    border: 1px solid #999;
    height: 35px;
    margin:0 15px 0 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

select  {
    width:250px;
    float:left;
    border: 1px solid #999;
    height: 25px;
    margin:0 15px 0 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight:normal;
    color:#555;
}


button#login_submit,
button#form_enter,
button#this_week,
button#next_week,
div#add_image {
    background:#009CDE;
    border:none;
    cursor:pointer;
    font:bold 16px  "brandon-grotesque", sans-serif;
    color:#fff;
    overflow:hidden;
    padding:10px 25px;
    text-decoration:none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:0 10px 0 0;
    text-transform: uppercase;
}


button#user_register,
button#form_register,
button#form_submit,
button#form_send,
button#form_save,
button#form_search,
button#form_request,
button.btn_verify{
    background:#009CDE;
    border:none;
    cursor:pointer;
    font:bold 16px  "brandon-grotesque", sans-serif;
    color:#fff;
    overflow:hidden;
    padding:10px 25px;
    text-decoration:none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
}

#confirmBox a {
    border:none !important;
    cursor:pointer !important;
    font:bold 16px  "brandon-grotesque", sans-serif !important;
    color:#fff !important;
    overflow:hidden !important;
    padding:5px 25px !important;
    text-decoration:none !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
}
#confirmBox a.blue{
    background:#009CDE !important;
}

#confirmBox a.gray{
    background:#9b9b9b !important;
}
/* 

#confirmBox .button {
    display: inline-block !important;
    background: #6da9c8 !important;
    color: white !important;
    border-radius: 4px !important;
} */

a#button_link {
    display:inline;
    border:solid 1px #009dde;
    cursor:pointer;
    text-decoration: none;
    float:left;
    font:bold 16px "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    color:#009dde;
    overflow:hidden;
    padding:3px 30px 3px 15px;
    margin:0 10px 0 0;
    text-decoration:none;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

a#button_link_white {
    background:#fff;
    border:none;
    cursor:pointer;
    font:bold 14px "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    color:#009cde !important;
    overflow:hidden;
    padding:3px 25px 3px 15px;
    margin:5px 5px;
    text-decoration:none;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#day_column {
    width:14%;
    float:left;
}

/*************************
 * Slider Overrides
 *************************/

#minutes_calendar .slider {
    width:100%;
    height:12px;
    
    position:relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:5px;

}

.tooltip
{
    position: absolute;
    width: 20px;
    height: 15px;
    background: black;
    color: white;
    font-size: 13px;
    z-index: 20;
    padding: 3px;
    text-align: center;
}

/* .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background:#009cde ;
    
}

.ui-slider-horizontal .ui-slider-handle {
	padding:5px;
	top: -.6em !important;
	border-radius:50%!important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 10px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 10px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 10px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 10px !important;
}



.ui-widget-header { background:#009cde!important;} */


/*************************
 * gallery and colors
 *************************/

#region_list {
    float:left;
    width:50%;
}

.white {
    color:#fff;
    text-decoration:none;
}

.pink a {
    font-weight:bold;
    text-decoration: none;
    color:#a80865;
}

.gray a {
    font-weight:bold;
    text-decoration: none;
    color:#63676b;
}

.orange a {
    font-weight:bold;
    text-decoration: none;
    color:#e56655;
}

.dkblue a {
    font-weight:bold;
    text-decoration: none;
    color:#0e4f71;
}

.ltblue a {
    font-weight:bold;
    text-decoration: none;
    color:#6ac9c6;
}

.blue a {
    font-weight:bold;
    text-decoration: none;
    color:#2099d7;
}

.slider-wrapper {
    margin:0 auto;
}

/*
 * ADMIN
 */

#adminmain {
    margin:20px 0 40px 0;
    padding:0;
    width:100%;
    min-height:500px;
    position:relative;
    z-index:1;
}

#adminmain #left {
    width:100%;
    max-width:200px;
    float:left;
}

#adminmain #left ul {
    margin:0;
    padding:0;
}
#adminmain #left li {
    list-style: none;
    padding:0;
    margin:0 0 8px 0;
}



#adminmain #right {
    width:100%;
    max-width:960px;
    float:left;
}
#admin_photo {
    float:left;
    clear:both;
    margin:15px 0 0 0;
    padding:0 10px 0 0;
    height:75px;
}

#admin_photo img {
    clear:both;
    height:75px;
    width:125px;
    border:solid 3px #d9d9d6;
}

#admin_userinfo {
    font:normal 11px arial;
    height:75px;
    width:400px;
    float:left;
    margin:15px 0 0 0;
    padding:0 10px 0 0;
}

#admin_buttons {
    width:150px;
    float:left;
    height:75px;
    margin:15px 0 0 0;
    padding:0 10px 0 0;
}

table#report {
    font:normal 12px arial;
}

table#report td, table#report th {
    padding:7px 3px;
}

table#report tr {
    padding:7px 3px;
}

table#report th a {
    color:#fff;
}

/*
 * Rankings page
 */

#small_teams,
#location_teams {
    display:none;
}

#ranklist_tab {
    -moz-radius-top-left-border: 5px;
    -moz-radius-top-right-border: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display:inline;
    float:left;
    border:solid 2px #009cde;
    padding:10px 10px;
    width:20%;
    font-weight:bold;
    text-align: center;
    cursor: pointer;
}

#ranklist_tab.on {
    background:#009cde;
    color:#fff;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.wrap{
	padding:0 20px;
	max-width:960px;
	margin:0 auto;
	   
}


/* Mobile menu  */


#page:before {
      

content: " ";
        position: absolute;
        z-index: 0;
        top: 333px;
        left: -100%;
        width: 100%;
        height: 100%;
        background:#333;



 }

#right, #page, body.responsive-menu #topmenu ul.menu  {
	   -webkit-transition: .2s all ease;
        -moz-transition: .2s all ease;
        transition: .2s all ease;
 }

.mobile-menu-container {

    float: left;
    width: 65px;
    width:100%;
    background:#009cde;
    clear:both;
    z-index: 2000;
    display: none;
    height: 30px;
    top: 50px;
    right: 0px;
    color:#fff;
    padding:10px 0;
    position:fixed;
    z-index:999;
    top:0;
    
    
}

.anchor-link {
    background: url(/images/nav-icon.png) center top no-repeat;
    height: 25px;
    width: 31px;
    padding:5px;
    display: block;
    color:#fff;
    text-decoration:none;
}

.mobile-menu-container a span {
	padding:0 0 0 30px;
	font-size:20px;
	
}


@media only screen and (max-width: 980px) {

    menu {
        margin-left:-300px;
        height:0;
    }

    #main #home-howitworks {
        background-image:none;
    }

    body.responsive-menu menu{
        margin-left:0px;
        position:absolute;
        position:fixed;
        top:50px;
        left:0;
        height:100%;
        background:transparent;
        z-index:555;
    }

    body.responsive-menu menu #menu {
        max-width:300px;
    }

    body.responsive-menu menu ul.menu {
        float:left;
        display:block;
        overflow-y:auto;
        position: absolute;
        bottom:0;
        left:0;
        right:0;
        top:0;
        padding-bottom:50px;
        
    }
    
    #topmenu ul.menu {
	    display:none;
    }
    
    body.responsive-menu #topmenu ul.menu {
	    background:#000;
	    width:300px;
	    display:block;
    }

    body.responsive-menu #page-wrapper {
        overflow:hidden;
    }

    

    .mobile-menu-container, .anchor-link {
        display: block;
    }


    .anchor-link {

        padding-left:40px;
        display: block;


    }

    #page {
        padding-top:50px;
    }


    #header-right #topmenu {
        margin:0;
    }
    
    
    

    #topmenu ul li {
        clear:both;
        float:left;

    }

    #footer #menu {
        display:none;
    }

    #right-box-1-top, #right-box-1-bottom, #action-box-1 {
        padding-bottom:30px;
    }

    body.responsive-menu #topmenu ul.menu li.active a{
	    color:#009cde;
    }

    #team_data {width:100%; margin-top:25px;}

    #charts{
        width:100%;
        height:700px;

        overflow-x:scroll;
    }

    #competitors {
        width:100%;
        height:400px;
        overflow-x:scroll;

    }

    #gallery-map {
        width:100%;
    }
    
    
   
    
    body.responsive-menu #page-wrapper {
	    overflow:hidden;
    }

   


}

@media only screen and (max-width: 640px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	#footer {
		margin: 0;
		width: 100%;
	}
	
	.hero-content {
		
		width:90%;
		
		padding:15% 27px 0 30px;
		margin:0 auto;
	}
	
	.top-image-overlay h1 {
	font-size:70px;
} 
	
	
	
	#box-one, #box-two, #box-three, #box-four
	{
		
		width:48.717948717948715%!important;
		margin-left: 2.564102564102564%!important;
	}
	
	#box-one.first, #box-two.first, #box-three.first, #box-four.first {
		margin-left:0!important;
	}
	
	
	#hiw_boxes {
		margin:40px 0;
	}
	
	
	
	#action-box-1 {
		min-height:150px;
		height:auto;
		margin-bottom:7px;
		
		
	}
	
	#logo {
		max-width:425px;
	}
	
	#login_form input#username, #login_form input#form_email, #login_form input#password {
		width:200px!important;
	}
	
	#login_form {
		width:260px;
		margin:0;
	}
	

	#login_right {
		padding:0;
		clear:both;
		margin-top:10px;
		border:none;
	}

	#main #interior {
		margin:20px 0 0 15px;
	}
	
	
	
	
	
	
	
	body.responsive-menu #page {
		min-width:640px;
	}
	
	#profile-info{
		float:left;
		clear:both;
	}
	
	
	
	.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	* html .cf { zoom: 1; }
	*:first-child+html .cf { zoom: 1; }
	.rt {border-collapse:collapse!important; border-spacing:0;}
	.rt td {border: 1px solid #ccc; background: #fff; }
	
		.cf{background:#fff;}
		
		td.main_header{border:none!important;}
		
		#members_listing { display: block; position: relative; width: 100%; }
		#members_listing thead { display: block; float: left; background:#fff; }
		#members_listing tbody, #members_listing thead  { display: -webkit-box; overflow-x: auto; white-space: nowrap;}
		#members_listing th,
		#members_listing tr,
		#members_listing td { display:block; }
		.header {background:#fff;}


	#logo {
		max-width:360px;
		padding:5px 0px 0px 
	}
	
	#logo a {
		font-size:1.6em;
	}
	
	#logo span {
		font-size:1.0em;
	}
	#header {
		padding:10px;
		height:70px;
	}

}




@media only screen and (max-width: 480px) {


.top-image-overlay h1 {
	font-size:50px;
} 

.top-image-overlay p {
	font-size:20px;
}

#register_bar a.title, #register_bar{
	font-size:24px;
	
}

	#register_bar {
		padding:0;
	}



	#topmenu {
        padding:0px;
    }

    #header {
        padding:0;
    }

    #footer {
        padding:0;
    }
	


	#top-image {
        width:100%;
		height:auto !important;
	}
	
	
	
	#header-right img {
		display:none;
		
	}
	
	#top-menu, #header-right, #topmenu ul {
		width:100%;
		float:left;
		clear:both;
		padding:0;
		margin:0;
	}
	
	#topmenu ul li {
		display:inline-block;
		clear:none !important;
		margin:0;
		padding:0 10px 0 0;
		
	}
	#countdown {
		height:100px;
	}
	
	#countdown_display {
        font: normal 16px "brandon-grotesque", sans-serif;
    }
    
    .kkcount-down {
	    margin:0;
    }

    #howitworks {
        padding:0 10px;
    }

	#profile_thumb {
		clear:both;
		float:none;
		margin-bottom:10px;
	}
	
	#team_nav ul {
		padding:0;
		margin:0;
	}
	
	#team-section{
		float:left;
		
	}
	
	#awards {
		margin-top:20px;
	}
	
	#user-location #profile_thumb {
		float:left;
	}
}


@media only screen and (max-width: 320px) {


	#logo {
		max-width:300px;
	}
	
	#logo a {
		font-size:1.3em;
		line-height:100%;
	}
	
	#logo span {
		font-size:.8em;
	}
	#main #home-howitworks #text {  
	
		margin:0;
	}
	
	
	#how_block2, #how_block3, #how_block4 {
		margin:0!important;
	}

	#home-howitworks img, #how_block5 img {
		clear:both!important;
		float:none!important;
		padding:0!important;
		margin:20px auto!important;
		
	}
	
	#home-howitworks #how_block5 img {
		width:80%!important;
		margin:20px auto!important;
	
	}
	
	#how_block5 #title {
		width:100%!important;
		display:block!important;
		clear:both;
	}
	
	#home-howitworks li {
		background-position:0px 0px!important;
		padding:0 0 0 75px!important;
	}


	#team-section {
		float:left;
		clear:both;
		margin:15px 0;
	}
	
	#savethedate a {
		font-size:1.6em;
	}


}
