@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:900);
@import url(https://fonts.googleapis.com/css?family=Roboto);

*, *:before, *:after {
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
/* Background image set in index.html file in <div id="bg"> */

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.mobile-only {
    display: none;
}
.desktop-only {
    display: block;
}

.wrapper {
    z-index: 1;
    position: relative;
    height: 100%;
}
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.container {
    width:980px;
    margin: 0 auto;
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.show-mobile {
    display: none;
}
.headerm {
    z-index: 1;
    width: 100%;
    height: 200px;       
}
.header-container {
    overflow: hidden;
    padding: 0 5%;
    width: 100%;
    margin-top:5px;
    margin: auto;
	background: #333;
}
.logom {
    float: left;
    width:50%;
    max-width: 400px;
}
.logom img {
    width: 100%;
    max-width: 260px;
    padding-top: 8px;
}
.btn-login {
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #FFA4A4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
    background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: linear-gradient(to bottom, #C40000 5%, #e84c3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
    background-color: #B90000;
    border-radius: 3px;
    border: 1px solid #490101;
    display: inline-block;
    color: #F5F7F4;
    font-size: 24px;
    font-weight: bold;
    padding: 16px 34px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #131313;
}
.btn-login:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
    background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:linear-gradient(to bottom, #320101 5%, #C40000 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
    background-color:#5cb811;
}
.btn-login:active {
    position:relative;
    top:1px;
}


.banner {
    padding-bottom: 30px;
	padding-top: 20px;
}

.banner-content {
    width:100%;
}
.banner-content h1 {
    font-family: arial;
    color: #f00;
    font-size: 60px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
}
.tagline {
    border-top: 1px solid #B90000;
    position: relative;
    top: 20px;
    margin-bottom: 30px;
}
.tagline span {
    color: #fff;
    text-decoration: none;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    padding: 10px 5px;
    background: #B90000;
    width: 270px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: -20px;
    font-family: "Droid serif", serif;
}
.tagline b {
    color: #fff;
    text-decoration: none;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    padding: 10px 5px;
    background: #B90000;
    width: 550px;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom:-25px;
    top: -20px;
    font-family: "Droid serif", serif;
}

.steps-ind div {
    background-color: rgba(255, 255, 255, 0.7);
    color: #fff;
    text-align: center;
    font-size: 0px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
}
.steps-ind .active {
    background-color: #B90000 !important;
    color: #B90000;
}
.regform .terms {
    font-size: 11px;
    color: #111;
    text-align: center;
    line-height: 18px;
}
.regform .terms a {
    color: #111;
    text-decoration: underline;
}
.submit .myButton {
    background: #B90000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px;
    padding: 8px 16px;
}

button {
    font-size: 13px;
    padding: .5em 1em;
    color: #444;
    border: 1px solid #999;
    background-color: #E6E6E6;
    border-radius: 2px;
    border:none;
    cursor: pointer;
}
button.active {
    background-color: #B90000 !important;
    color: #fff;
}
button:focus {
    outline: none;
}

.social-login {
    text-align: center;
    color: #fff;
}
.social-login ul {
    margin:10px auto;
    background-color: rgba(236, 236, 236, 0.3);
    padding:10px;
    width:373px;
}
.social-login ul li {
    display: inline-block;
    margin: 0 5px;
}
.social-login ul li img {
    width:50px;
}
form{
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    margin-bottom:10px;
}
    .form img {
    margin-right: 0px;
    margin-bottom:-14px;
 
}
input {
    -webkit-appearance: textfield;
    padding: 3px;
    background-color: white;
    border: 0px inset;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    margin: 0em;
    font: 16px BlinkMacSystemFont;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin-bottom: 10px;
}
#phone{
    margin-bottom:10px;

}
input.submit{
font: 16px;
color: #fff;
background-color:#B90000;
}
label{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    padding: 8px 0px;
    display: block;
    margin-bottom:10px; 
}
#input label {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background: #DF2828;
    color: #fff;
    letter-spacing: 1px;
    padding: 8px 0px;
    display: block;
    margin-bottom:10px;
 }   

.photo_block {
    width: 100%;
    margin: 0 auto;
    background: transparent;
}


.section {
    background: rgba(242,242,242,.8);
    height: auto;
    padding:30px 0px;
}
.section.alternate {
    background: rgba(255,255,255,.8);
}
.section .image {
    max-width:450px;
}
.section .content-right {
    max-width: 450px;
}
.section.alternate h2 {
    background-color: #B90000;
    text-shadow: #540101 -1px -1px;
}
.section p {
    font-size: 16px;
    line-height: 22px;
    margin:15px 0px;
}
/* Footer */
.footer {
    width: 100%;
    color: #fff;
    font-size: 11px;
    padding-top:20px;
}
.footer-content {
    width:50%;
    float: right;
    text-align: right;
}
.footer-content ul {
    width:100%;
    overflow: hidden;
    text-align: right;
    margin-bottom: 10px;
}
.footer-content ul li {
    float: left;
    width:33%;
    padding-left:20px;
}
.footer-content ul li img {
    width:99%;
}
.footer-content p {
    line-height: 18px;
}
.footer a {
    color: #666;
	cursor: pointer;
}

@media (max-width: 980px) {
    .container {
        width:100%;
        padding:0 10px;
    }
    .photo_block {
        width:100%;
    }
    .section,
    .banner-image {
        display: none;
    }
    .section.alternate {
        display: block;
    }
}
@media (max-width: 639px) {
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
    #bg img {
        max-width:100%;
    }
    .headerm {
        height: auto;
        padding-bottom: 20px;
    }
    .logom {
        float: none;
        margin:0 auto;
        width:100%;
    }
    .login {
        float: none;
        width:100%;
        overflow: hidden;
    }
    .btn-login {
        width:100%;
        text-align: center;
    } 
    .banner-content h1 {
        font-size: 48px;
    }
    .footer {
        height: auto;
        padding:10px 0px;
    }
    .footer-content {
        float: none;
        width:100%;
    }
    .footer-content p {
        text-align: center;
    }
}

@media (max-width: 400px) {
    

}

h1.welcome {
    font-size: 38px;
	font-weight: 700;
}
.lead {
    font-size: 21px;
	margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.4;
}
.solidbg {
	background:#fff;
}

/* Custom */

/* Small devices (tablets, 768px and up) */
@media (max-width:768px) {
	.topnav {
		margin-right: 10px;
	}
}
.topnav {
	float: right;
	height: 35px;
    line-height: 35px;
}
.topnav .menu {
	float: right;
	margin-left: 10px;
}
.topnav .menu a {
	color: #fff;
}
.join {
	width: 80px;
	background: url(../images/menu.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 5px;
}
.login {
	width: 80px;
	background: url(../images/menu.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 5px;
}


/* Hook tables
---------------------------------- */
.hook-tables {
	margin: 60px 0 0;
}
.hook {
	text-align: center;
	border: 4px solid #c5c5c5;
	border-radius: 10px;
	margin-bottom: 40px !important;
	background: #970f1f;
	min-height: 455px;
}
.hook h3 {
	color: #F0AD50;
}
.hook .header {
	padding: 10px 0;
	margin: 0 -1px;
}
.hook .header h3 {
	display: inline-block;
	font-size: 24px;
	margin: 0;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #494949;
}
.hook ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
.hook ul li {
	padding: 12px 10px;
	font-size: 14px;
	line-height: 18px;
}
.hook .btn {
	text-shadow: none;
	border-radius: 5px;
	width: 160px;
}
.gray .hook {
	background-color: #970f1f;
	-webkit-box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
}
.gray .col-sm-3>.hook,
.gray .col-sm-4>.hook {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.gray .hook .header {
	background: #fafafa;
	border: 1px solid #cacaca;
	width: 150px;
	height: 150px;
	margin: 15px auto;
	border-radius: 100%;
}
.gray .hook .header h3 {
	color: #970f1f;
	display: block;
	margin-top: 10px;
}
.gray .hook ul li {
	color: #fff;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.best-value.hook {
		top: -30px;
		position: relative;
	}
}
.photo_block h2{
	padding-left:4.545454545454546%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	background:-moz-linear-gradient(top,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.6)),color-stop(100%,rgba(0,0,0,0)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%);
	background:-o-linear-gradient(top,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#00000000',GradientType=0)
}
.photo_block h2 a{
	float:right;
	color:#fff;
	padding-right:4.545454545454546%
}

.photo_block ul li{
	float:left;
	position:relative;
	padding-bottom: 0;
	min-width: 100px;
	margin: 0;
}
li.twelve-in-line{
	width: 8.32% !important;
}

li.eleven-in-line{
	width: 9.08% !important;
}

li.ten-in-line{
	width: 10% !important;
}

li.nine-in-line{
	width: 11.1% !important;
}
li.eight-in-line{
	width: 12.5% !important;
}

li.seven-in-line{
	width: 14.28571428% !important;
}

li.six-in-line{
	width: 16.66666666% !important;
}

li.five-in-line{
	width: 20% !important;
}

li.four-in-line{
	width: 25% !important;
}

li.three-in-line{
	width: 33.33333333% !important;
}

li.two-in-line{
	width: 50% !important;
}

li.one-in-line{
	width: 100% !important;
}

.photo_block ul{
	overflow:hidden;
	list-style: none !important;
	margin: 0 !important;
	padding: 0px
}

.photo_block ul li a{
	display:block;
	overflow:hidden;
	position: absolute;
	top: 0
}

.photo_block ul li a img{
	float:left;
	max-width: 100% !important;
	width: 100%;
	box-shadow: #000 0em 0em 0em;
}

.photo_block ul li span{
	position:absolute;
	bottom:5px;
	left:5px;
	color:#fff
}

.photo_block .panel ul li a span{
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	width:100%;
	padding-top:4.545454545454546%;
	padding-bottom:4.545454545454546%;
	padding-left:5px;
	background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.8)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
	background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0)
}

.photo_block .panel{
	position:relative;
	background:#222;
	margin-bottom:0px;
	overflow:hidden;
}
.color .footer {
    background-color: #970f1f;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}
.hubpterms {width:100%; margin:0px;}
.smalltext {font-size:11px;padding:5px;margin: 0px; text-align: left;}
