* {
  box-sizing: border-box;
}

.clear {
	clear: both;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	font-style: normal;
	font-weight: 300;
	color: #000000;
	width: 100%;
    padding: 0;
    margin: 0;
	
}

p, td, li {
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 2em;
	color: #000000;
}

p {
	padding: 0 0 16px 0;
	margin:0;
	text-align:center;
}

p.smalltext {
	font-size: 0.9em;


}
.red-text {
	color: #c22e38;
}

p.footertext {
	line-height: 1.5em;
	font-size:1em;

	
}

.footertextpad {
	margin-top: 20px;
}

strong {
	font-style: normal;
	font-weight: bold;
}

em, i {
	font-style: italic;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.3em;
	margin: 0;
	padding: 0 0 16px 0;
	color: #144e8c;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;

}

.anchortext {
		color: #144e8c;
}

.button {
	padding: 10px;
	background-color: #144e8c;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
	border: 2px solid #919191;
}

.button:hover {
	color: #ffffff;
	
}


.button:active {
	color: #ffffff;
	
}

.button:visited {
	color: #ffffff;
	
}
.buttonpad {
	margin-top: 40px;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.3em;
	margin: 0;
	padding: 0 0 16px 0;
	color: #000000;
	font-weight: normal;
	text-align:center;
	padding: 0 0 30px 0;

}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2em;
	margin: 0;
	padding: 0 0 16px 0;
	color: #144e8c;
	text-align:center;
	padding: 15px 0 15px 0;
}


a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

header {
	background-image:url(../images/denimstrip.jpg);
	background-size:1500px auto;
	background-position: center center;
	background-size: cover;
}


.denim {
	background-image:url(../images/header.jpg);
	background-size:1496 auto;
	background-position: center center;
	background-size: cover;
}

.denim2 {
	margin-top: 50px;
	background-image:url(../images/header.jpg);
	background-size:1496 auto;
	background-position: center center;
	background-size: cover;
}

.white-text {
	color: #ffffff;
}

.main-text, .faq-text {
	padding-top: 40px;
}

.faq-text p {
	text-align: left;
	padding-bottom: 10px;
	line-height: 1.4em;
}

.faq-text ul {
text-align: left;
padding-bottom: 10px;
}

.faq-text li {
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-weight: 300;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.4em;
	margin: 0 0 0 -24px;
}

.main-text li {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 14px;
}

.greyrow {
	background-color:#e6e7e8;
}

.row1pad {
	padding-top: 26px;
}

.denimpad {
	padding: 40px 0 10px 0;
}

.bluetext {
	width: 60%;
	padding-top: 130px;
	margin: 0 auto;
}

.bluetext2 {
	width: 55%;
	padding-top: 80px;
	margin: 0 auto;
}

.bluetext3 {
	width: 60%;
	padding-top: 40px;
	margin: 0 auto;
}

.left {
	width:50%;
	float:left;

}


.right {
	width:50%;
	float:right;

}

.signup {
	padding-top: 40px;
}


.zoom img {
    transition-duration: 2s;
    margin: 0 auto;
    display: block;
}
.zoom img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

.zoom {
	overflow:hidden;
}

.clear {
	clear:both;
}


p.zoomtext  {
	font-weight:bold;
	color: #144e8c;
	padding-top: 4px;
	font-size:15px;
}

.zoomtext a {
	font-weight:bold;
	color: #144e8c;
}

.leftzoom {
	width:50%;
	float:left;

}


.rightzoom {
	width:50%;
	float:right;

}

.faq {
	padding-top: 50px;
	padding-bottom: 50px;
}

.fa {
    float: right;
}


.panel-default > .panel-heading {
	background-color: #ffffff;
}

.panel {
		border-top: 4px solid #da1f3d;
		border-right:none;
		border-left:none;
		border-bottom:none;
		border-radius: 0!important;
		box-shadow: none;
		-webkit-box-shadow:none;

}

.panel-heading {

    padding: 20px 15px;
}

h4.panel-title {
	text-transform:uppercase;
	text-align:center;
	color: #144e8c;
	font-weight:bold;
}


.redbottom {
	border-bottom: 4px solid #da1f3d;
}

.panel-body {
	border-top: 0!important;
}

.convtext {
	width: 60%;
	padding-top: 30px;
	margin: 0 auto;
}

.sociallinks {
	text-align:center;
}

video {
	width:100%;
	max-height: 100%;
}

.repairpad {
	padding: 40px;
	text-align:center;
}

.phone {
	position:absolute;
	width:100%;
}

.phone img {
	float:right;
}

.videoclose {
	font-size: 0px;
}

@media screen and (max-width: 1199px) {
	
.bluetext {
    width: 60%;
    padding-top: 60px;
    margin: 0 auto;

}

.bluetext3 {

    width: 60%;
    padding-top: 100px;
    margin: 0 auto;
	
}

video {
	padding-top: 70px;
}

.bluetext2 {

    width: 55%;
    padding-top: 40px;
    margin: 0 auto;

}

#zoomimg {
	width:470px;
}

.zoom {
	overflow:hidden;
}

.panel-group .panel-heading .panel-collapse .panel-body {
	border-top: 0;
}

/* Mobile Styles Below 992 */

@media screen and (max-width: 991px) {
	
.bluetext {

    width: 60%;
    padding-top: 65px;
    margin: 0 auto;
}

h1 {
	font-size: 1.7em;
}

.zoom {
	overflow:hidden;
}

.convtext {
	width: 60%;
	padding-top: 30px;
	margin: 0 auto;
}

/* Mobile Styles Below 768 */

@media screen and (max-width: 767px) {

.bluetext {

    width: 60%;
    padding-top: 45px;
    margin: 0 auto;
}

.right {
	float:none;
	width:100%;
}

.left {
	float:none;
	width:100%;
}

h1 {
	padding: 0 0 35px 0;
	
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.7em;
	margin: 0;
	padding: 0 0 16px 0;
	color: #000000;
	font-weight:bold;
	text-align:center;
	padding: 0 0 15px 0;

}

.row1pad {
	padding-top: 14px;
}

.bluetext2 {
    padding-top: 0;
    margin: 0 auto;

}
.zoom {
	overflow:hidden;
}

.leftzoom {
	width:100%;
	float:none;

}


.rightzoom {
	width:100%;
	float:none;

}



}

/* Mobile Styles Below 480 */

@media screen and (max-width: 479px) {

.limited {
	font-size: 1.7em;

}

#zoomimg {
 width: 300px;

}

.phone {
	display: none;
}

.bluetext {
	width: 100%;
}

.bluetext3 {
	width: 100%;
	
}

.bluetext2 {
	width: 100%;
	
}
}