@media (max-width: 550px) {
    .breadcrumb {
        padding-left: 0px;
    }
    .carousel-caption {
        left: 0px;
        right: 0px;
    }
    .content {
        padding-top: 10px;
    }
}
@media (max-width: 768px) {
    .content {
        padding-top: 10px;
    }
    .ml_button {margin-bottom:10px;}

}
.mobile-pad {
    padding-top: 15px;
}
/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    
    margin-bottom: 62px;
}
.sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    
    height: 62px;
}
.tab-v1 .nav-tabs a {
    font-size: 14px;
    padding: 5px 12px;
}
.cog-div {
    padding: 0;
    margin: 0;
}
.purchase .btn-buy a {
    margin-top: 7px;
}
.to_show {
    display: none;
}
.btn-twitter {
    background-color: transparent;
    border-color: #46c0fb;
    color: #46c0fb;
}
.btn-twitter:hover {
    background-color: #46c0fb;
    color: white;
}
.btn-google {
    background-color: transparent;
    border-color: #dd4a38;
    color: #dd4a38;
}
.btn-google:hover {
    background-color: #dd4a38;
    color: white;
}
.btn-facebook {
    background-color: transparent;
    border-color: #4863ae;
    color: #4863ae;
}
.btn-facebook:hover {
    background-color: #4863ae;
    color: white;
}
#customBtn {
    display: inline-block;
    background: #4285f4;
    color: white;
    width: 190px;
    border-radius: 5px;
    white-space: nowrap;
}
#customBtn:hover {
    cursor: pointer;
}
span.label {
    font-weight: bold;
}
span.icon {
    background: url('/static/images/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    border-right: #2265d4 1px solid;
}
span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
    /* Use the Roboto font that is loaded in the <head> */
    
    font-family: 'Roboto', sans-serif;
}
/* white label align login bar */
@media (max-width: 550px) {
	.breadcrumbs h1.pull-left,
	.breadcrumbs ul.pull-right {
		width: auto !important;
		text-align: left;
	}
    .header .topbar ul.loginbar {
	margin-top: 8px;
        }
}

.foot_leaderboard{
    margin-top:30px;
}

.btn-facebook-invite {
  background-color: #4863ae;
  border-color: #4863ae;
  color: #fff !important; }
  .btn-facebook-invite:hover {
    background-color: #4863ae;
    color: white; }

.option_div {padding-top: 15px !important;}
.option_div a {color: #808080 !important;}

a.btn-u {text-transform: none !important;text-align: center !important;} /* editlineup */

