/***********************************************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************
*********************** START ******************************
***************** NEEDED LEGACY CSS ************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,700,800,400);
@import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);
@import url(font-awesome.min.css);
html, body {
  height: 100%; }
 body a { color: #F05022 }
.somecontent {
	text-align: left;
    background: #f7f7f7;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 50px; 
}
.carousel, .item, .active {
  height: 500px; }

.carousel-inner {
  height: 100%; }

.fill {
  width: 100%;
  height: 500px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
.franchopps{
	line-height: 1.5em;
}
.franchopps p{
	padding: 0 0 25px 0;
}
.franchopps h1{
	padding-bottom: 20px;
}
.franchopps h1, .franchopps h2,  .franchopps h3, .franchopps h4,{
	font-weight: bold;
}

.firstdiv {
  margin-top: 0px; }
  @media (min-width: 992px) {
    .firstdiv {
      margin-top: -165px; } }

/*.navbar {
  font-family: "Arvo", serif;
  padding: 15px 0 15px;
  background: #FFF;
  margin-bottom: 0; }
  .navbar .navbar-brand {
    padding: 5px 15px 0; } */

.btn {
  margin-bottom: 10px; }

/*.navbar-default .navbar-nav > li > a {
  color: #000;
  text-transform: none;
  font-weight: normal; }

.navbar-default .navbar-nav > li > a:hover {
  color: #999; }*/

.rs-cta {
  position: relative;
  margin-top: -300px;
  margin-bottom: 60px;
  z-index: 9999; }
  @media (min-width: 992px) {
    .rs-cta {
      margin-bottom: 20px;
	  margin-top: -200px; } }
  .rs-cta a {
    background: #F05022;
    color: #FFF;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1.65em;
    margin: 0 auto 10px;
    max-width: 300px;
    padding: 15px 0;
    border: none;
    font-weight: normal; }
  .rs-cta .btn-locate {
    max-width: 450px;
    background: #333;
    margin-top: 25px; }
  .rs-cta .btn-locate:hover {
    background: #e7e7e7; }

.fa {
  margin-right: 10px; }

.carousel-caption {
  top: 20px; }
  .carousel-caption h1 {
    font-family: "Arvo", serif;
    font-size: 2em;
    font-weight: bold;
    margin-top: 30px; }
    @media (min-width: 992px) {
      .carousel-caption h1 {
        font-size: 4em; } }
/*  .carousel-caption p {
    line-height: 2em;
    padding: 20px;
    font-size: 1.1em; }
*/
.locations {
  text-align: center;
  font-family: "Open Sans", sans-serif; }
  .locations h2 {
    font-family: "Arvo", serif;
    font-size: 3.5em;
    font-weight: bold; }

.btn-gry {
  background: #e7e7e7; }

.btn-gry:hover {
  background: #333;
  color: #FFF; }

.btn-orange {
  background: #F05022;
  color: #FFF; }
  .btn-orange a {
    color: #FFF; }

.btn-lg {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  border: none; }

.mapthumb {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 2em; }
  .mapthumb img {
    border-radius: 10px;
    margin-bottom: 20px; }

.locations-text {
  padding: 20px 0 30px; }

.vmlocation {
  margin: 20px 0; }

.vdelimeter {
  clear: both;
  border-bottom: 1px solid #e7e7e7; }

.why-us {
  text-align: center;
  background: #f7f7f7;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 50px; }
  .why-us h3, .why-us h4 {
    font-family: "Arvo", serif;
    font-size: 3.5em;
    font-weight: bold;
    margin: 50px 0; }
    .why-us h3 small, .why-us h4 small {
      font-size: 0.5em;
      color: #333; }
  .why-us .img-responsive {
    margin: 0 auto; }
  .why-us span {
    margin: 10px 0 0;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25em; }
  .why-us p {
    padding: 10px 0; }
  .why-us a {
    color: #000;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out; }
  .why-us a:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.75; }

.find-us {
  background-color: #F05022;
  background-image: url("../jpg/map-overlay.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: normal; }
  .find-us strong {
    font-weight: bold; }
  .find-us h4 {
    font-family: "Arvo", serif;
    font-size: 3.5em;
    font-weight: bold;
    margin: 50px 0 25px;
    color: #fff; }
  .find-us a {
    background: #F05022;
    color: #FFF;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1.65em;
    margin: 0 auto;
    padding: 15px 0;
    border: none;
    font-weight: normal; }
  .find-us .btn-locate {
    max-width: 450px;
    background: #333;
    margin-bottom: 50px; }
  .find-us .btn-locate:hover {
    background: #e7e7e7; }

.find-us.inverted {
  background-color: #333;
  background-image: url("../png/map-overlay-inverted.png");
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center; }
  .find-us.inverted h4 {
    color: #fff; }
  .find-us.inverted a {
    background: #F05022;
    color: #F05022; }
  .find-us.inverted .btn-locate {
    background: #e7e7e7; }
  .find-us.inverted .btn-locate:hover {
    background: #F05022;
    color: #333; }

.thetest {
  padding: 10px 20px;
  background-color: #f2f2f2;
  font-size: 0.8em;
  border-radius: 5px;
  min-height: 225px; }
  .thetest span.date {
    float: left; }
  .thetest span.stars {
    float: right;
    color: #F05022; }
  .thetest .fa {
    margin-right: 0; }
  .thetest p {
    font-size: 1.2em;
    text-align: left; }

.getstarted {
  padding: 50px 0 20px; }
  .getstarted a.btn-orange {
    color: #FFF; }

/*footer {
  background: #333;
  color: #e7e7e7;
  text-align: center;
  font-weight: normal;
  line-height: 2.5em;
  padding: 20px 0 10px;  }
  footer span {
    margin: 0 20px; }
  footer a {
    color: #FFF;
    text-decoration: none;
    margin: 0 20px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase; }
  footer a:hover {
    color: #e7e7e7;
    text-decoration: none; }
*/
#myCarousel2 {
  height: auto; }
  #myCarousel2 .carousel {
    height: auto; }
  #myCarousel2 .carousel-caption {
    position: relative;
    right: initial;
    bottom: initial;
    left: initial;
    padding-bottom: 60px; }
  #myCarousel2 .item {
    height: auto; }

.dropdown-toggle {
  cursor: pointer; }
    .cancelins { margin-bottom: -20px; }
  .cancelins h1{
	color: #333;
	margin: 25px auto;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	padding: 0;
  }
  @media (min-width: 768px) {
    .cancelins h1{
	font-size: 48px;
	padding: 0 50px;
  }
  }
  .cancelins .intro {
	text-align: center;
  }
 .cancelins p { 
 font-size: 18px;
 font-family: "Open Sans", sans-serif; 
 }
 .cancelins .btn {
	margin: 20px 10px;
	background-color: #F05022;
 }
  .cancelins .btn:hover { 
	background-color: #333;
  }
  

.CarrierWrapper {
	background-color: #FFF;
	padding: 25px 0;
	border-top: 1px solid #e7e7e7;
}
.CarrierWrapper h2 {
	color: #F05022;
	font-weight: bold;
 }
 .CarrierWrapper h3 {
	color: #c96225;
}
 .CarrierWrapper .fa { margin-right: 0px }
.CarrierWrapper .divider { padding-top: 10px; border-bottom: 1px solid #CCC; }
.CarrierWrapper p.small { text-align: center; padding-top: 50px; }
/* 5 Column Hack 8 */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
.shoutterms ul { padding: 10px; list-style: none;}
.shoutterms ul li { padding: 10px; }
.franchise-testimonial { background-color: #EEE; padding: 10px; border-radius: 5px; margin: 10px 0 ; }
.franchise-testimonial span { display: block; text-align: right; font-style: italic;  }
.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.LiveChat {
	background: #F05022; 
	position: fixed; 
	bottom: 0; 
	right: 10px; 
	padding: 10px 25px; 
	text-align: center; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border: 2px solid #FFF; 
	border-bottom: none; 
	color: #FFF; 
	font-size: 16px; 
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.LiveChat:hover {  background-color: #f15f37; color: #EEE; text-decoration: none; border: 2px solid #EEE;  border-bottom: none; }
.LiveChat i { margin: 0 2px 0 0; }
.search-container { float: right; margin-top: 20px; }
.floath1 { float: left; }
.androidFix {
    overflow:hidden !important;
    overflow-y:hidden !important;
    overflow-x:hidden !important;
}
#myCarousel2 .carousel-caption { left: 0%; }
.enterworkflow a:hover img { opacity: .6; }
#quote a.btn-locate { background-color: #F05022; margin: 0 auto; color: #FFF; display: block; }
.ordiv { border-top: 1px solid #EEE; margin: 10px 0 5px 0; }
.ordiv p { text-align: center;  background-color: #FFF; display: block;   margin: -20px auto 0; width: 20px; }
.applynow { border: 1px solid #666; padding: 5px 20px 15px; border-radius: 10px; background: #fefefe; margin-top: 20px; }
.form-group.required label:after {
  content:"*";
  color:red;
}
.crightbar img { margin: 20px auto 0; display: block; }
.wfrefresh { line-height: 0px; }
.careersmain .vdelimeter { margin: 20px 0; }
.careersmain p { font-size: 1.25em; text-align: left; }
.filereqs { font-size: .75em; font-style: italic; }
a.specophone { text-align: center; font-size: 2.5em; font-weight: bold; font-style: italic;  display: block; text-decoration: none; color: #000;}
@media (max-width: 767px) {
	a.specophone { margin: 0 0 10px }
}
@media (min-width: 768px) and (max-width: 991px) {
	a.specophone { margin: 10px 0 }
}
@media (min-width: 992px) {
	a.specophone { margin: 10px 0 }
}
@media (min-width: 1200px) {
	a.specophone { margin: 40px 0 }
}
.modalDialog {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 300px;
    position: relative;
    margin: 2% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
}
#openNewsletter .close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
#openNewsletter .close:hover {
    background: #00d9ff;
}
.NewsLetter {
	background: #F05022; 
	position: fixed; 
	bottom: 0; 
	left: 10px; 
	padding: 10px 25px; 
	text-align: center; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border: 2px solid #FFF; 
	border-bottom: none; 
	color: #FFF; 
	font-size: 16px; 
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.NewsLetter:hover {  background-color: #f15f37; color: #EEE; text-decoration: none; border: 2px solid #EEE;  border-bottom: none; }
.NewsLetter i { margin: 0 2px 0 0; }
.contactpage h1 { text-align: center; font-family: "Arvo", serif; font-size: 3.5em; font-weight: bold; }
.contactpage .col-md-4 { text-align: center; }
.contactpage .col-md-4 span { 
	display: block; 
	text-align: center;  
	font-family: "Open Sans", sans-serif; 
	font-weight: bold; 
	text-transform: uppercase; 
	margin: 5px 0; 
}
.contactpage .col-md-4 a{ 
	display: inline-block; 
	margin: 0 auto; 
	padding: 5px 15px; 
	border-radius: 5px; 
	outline: none; 
	border: none; 
	color: #FFF; 
	background-color: #F05022; 
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.contactpage .col-md-4 a:hover { 
	color: #000; 
	background-color: #999; 
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	text-decoration: none;
}
.contactpage .control-label { text-align: right; padding-top: 7px; }
.contactpage .form-group { display: block; margin: 10px 0; }
.contactpage .text-center { font-size: 1.25em; font-weight: bold; margin-bottom: 10px; }
.contactpage .text-center a {  margin-top: -2px; }
.contactpage .text-center a:hover {  text-decoration: none; }
.contactpage .text-center .glyphicon {top: 3px;}
.contactpage h1 { margin-bottom: 0px;}
#slideout {
    position: fixed;
    top: 40px;
    right: 0;
    width: 35px;
    padding: 12px 0;
	margin: 0;
    text-align: center;
    background: #F05022;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#slideout_inner {
    position: fixed;
    top: 40px;
    right: -150px;
    background: #F05022;
    width: 150px;
    padding: 0;
    height: 162px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    text-align: left;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}
#slideout_inner ul { list-style: none; text-align: center; font-weight: bold; font-size: .75em; margin-left: -35px; }
#slideout_inner ul li { border-top: 1px solid #F05022; border-bottom:  1px solid #F05022; display: block; width: 140px; }
#slideout_inner ul li:hover { border-color: #DDD; }
#slideout_inner ul li a { color: #FFF; text-decoration: none; display: block; width: 100% ;height: 100%; padding: 5px; }
#slideout_inner ul li a:hover { color: #DDD; }

#slideout:hover {
    right: 150px;
}
#slideout:hover #slideout_inner {
    right: 0;
}

/***********************************************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************
************************ END *******************************
***************** NEEDED LEGACY CSS ************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************
************************************************************/


@import url(http://fonts.googleapis.com/css?family=Economica:400,700);
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	float: left;
}
}

.topbar { background-color: #F05023; height: 5px; }
.banner { background-color: #f1f2f2; height: auto; }
.headerleft { padding: 35px 40px 0; }
.top-right { padding: 10px; }

.coupon { padding: 0 0 20px 0; }

	.coupon-items {table-layout: fixed; word-wrap: break-word;}
	.coupon-items td {width: 50%; padding: 0 10px; text-align: center; border-left: 2px dashed #333; border-right: 2px dashed #333;}
	.coupon-items tr:first-child td {padding-top: 10px; border-top: 2px dashed #333;}
	.coupon-items tr:last-child td {padding-bottom: 10px; border-bottom: 2px dashed #333;}
	
			.coupon-item-name td {padding-bottom: 5px; color: #f05023; font-weight: bold; font-family: Economica, Arial, Helvetica, sans-serif; text-transform: uppercase;}
				.coupon-item-name1 td {font-size: 38px; line-height: 1;}
				.coupon-item-name2 td {font-size: 18px; line-height: 1;}
			.coupon-item-with td {padding-bottom: 5px; font-size: 11px; line-height: 1.1;}
			.coupon-item-with td strong {font-weight: bold;}
				.coupon-item-exp td {padding-bottom: 5px; font-size: 11px; line-height: 1.1;}
			.coupon-item-logo td {padding-bottom: 5px;}
			.coupon-item-logo td img {width: 120px; max-width: 100%;}
			.coupon-item-details td {font-size: 8px; line-height: 1.1;}
			
.content {padding-top: 40px;}
.content h2 {text-align: center;}
.content ul {color: #aaa; font-size: 16px;}
			
.reviews {font-family: "proxima-nova", "sans-serif";  text-align: center; font-size: 20px; border-top: 2px solid #ffffff;}
.reviews .fa-star, .reviews .fa-star-half-o {color: #f05023;}

.call-now { font-family: arial; text-align: center; padding-top: 0px; }
.callnow { font-style: italic; display: block; font-size: 24px; font-weight: bold; }
.phone, .phone:hover { font-style: italic; display: block; font-size: 30px; font-weight: bold; color: #F05023; border-bottom: 1px solid #999; width: 80%; margin: 0 auto; }
@media (min-width: 768px) {
.phone, .phone:hover { width: 100%; margin: 0 auto; }
}
.addo { display: block; font-size: 16px; font-weight: bold; }
.add2 { display: block; font-size: 16px; }
blockquote { background-color: #F9F9F9; padding: 20px; }
.test { background-color: #F9F9F9; padding: 20px 20px 0px; }

blockquote p { font-size: 14px; font-family:Georgia, "Times New Roman", Times, serif; font-style: italic; color: #000 }
blockquote .col-sm-2 {display: none;}
blockquote p small { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; font-size: 12px; }
blockquote p small a { color: #F05023; text-decoration: none; } 
blockquote .col-sm-10 { width: 100%; }
@media (min-width: 768px) {
	blockquote p { font-size: 22px; }
	blockquote p small { font-size: 14px; }
	blockquote .col-sm-2 {display: inline-block;}
	blockquote .col-sm-10 { width: 80%; }
}

.callmid { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 26px; 
	text-align: center; 
	line-height: 30px; 
	padding: 15px 0; 
}
.callmid a { font-family: "Arvo"; color: #F05023; font-weight: normal; font-size: 38px; display: block; }
.addmid {text-align: center; line-height: 20px; font-weight: bold; font-size: 18px; color: #999; font-style: italic; }
.pricing_table {
    line-height: 150%;  
    font-size: 12px; 
    margin: 0 auto; 
    width: 100%; 
    padding-top: 10px;
    margin-top: 100px;
}
 ul, menu, dir {
	-webkit-padding-start: 0px;
}
h1, h2, h4 { 
	text-transform: uppercase;
	font-size: 30px; 
	font-weight: 400;
	color: #ef463e;
}
.content h3 {
	font-family: 'Arvo', serif;
	text-transform: uppercase;
	font-size: 22px; 
	font-weight: 400;
	color: #444;
	text-align: center;
}
p { font-size: 16px; }
.social { background-color: #f0f2f1; padding: 15px; margin-top: 15px; }
.social img { padding: 10px 0; }
.main, .steps { padding: 50px 0;  }
.stepwrap { padding: 20px 0; line-height: 25px; }
.steps h2 { padding-bottom: 40px; }
.repair h4 { text-align: center; background: #FFF; display: table; margin: 0 auto; padding: 10px 10px 50px; margin-top: 0; }
div.container div.row.main div.col-md-6 ul:first-of-type { display: none; }
@media only screen and (min-width : 480px){
	.repair h4 { margin-top: -28px; }
}
.numberCircle {
    border-radius: 50%;
    padding: 15px;
	margin-right: 10px;
    background: #fff;
    border: 2px solid #cc6c2e;
    color: #cc6c2e;
    text-align: center;
    font: 18px Arial, sans-serif;
	display: inline-block;
	float: left;
	min-width: 55px;
	min-height: 55px;
}
.limebut { margin: 10px 0; background: #464547; border: none; width: 100%; padding: 20px 10px; font-family: 'Arvo', serif; font-size: 18px; font-weight: bold;}
.limebut:hover { background-color: #F05023; color: #fff;}

.protect h4 { text-align: center; font-size: 36px; padding: 40px 0 10px; }
.protect span { display: block; font-size: 23px; }
.price_block {
    width: 100%; 
    color: #fff; 
    float: left; 
    list-style-type: none; 
    transition: all 0.25s; 
    position: relative; 
    box-sizing: border-box;

    margin-bottom: 10px; 
    border-bottom: 1px solid transparent; 
	text-align: center;
}
.ipad-heading {
	padding: 30px 0 20px;
	font-size: 68px; 
	text-align: center; 
	font-weight: bold; 
	font-family: 'Arvo', serif; 
	color: #f05023;
}
.iphone-heading {
	padding: 10px 0;
	font-size: 68px; 
	text-align: center; 
	font-weight: bold; 
	font-family: 'Arvo', serif; 
	color: #f05023;
}
.cell-phone-heading {
	padding: 35px 0;
	font-size: 58px; 
	text-align: center; 
	font-weight: bold; 
	font-family: 'Arvo', serif; 
	color: #f05023;
}
.samsung-galaxy-heading {
	padding: 40px 0;
	font-size: 45px; 
	text-align: center; 
	font-weight: bold; 
	font-family: 'Arvo', serif; 
	color: #f05023;
}
.computer-heading {
	padding: 30px 0;
	font-size: 52px; 
	text-align: center; 
	font-weight: bold; 
	font-family: 'Arvo', serif; 
	color: #f05023;
}
.sell-your-heading {
	padding: 30px 0;
	font-size: 58px; 
	text-align: center; 
	font-weight: bold; 
	font-family: 'Arvo', serif; 
	color: #f05023;
}
.pricing_table h3 {
    text-transform: uppercase; 
    padding: 5px 0; 
    background: #FFF; 
    margin: -10px 0 1px 0;
	text-align: center;
	color: #CCC;
	font-family: "Arvo";
	font-size: 28px;
}
.features {
    background: #DEF0F4; 
    color: #000;
}
.features li {
    padding: 8px 15px;
    border-bottom: 1px solid #ccc; 
    font-size: 11px; 
    list-style-type: none;
}
.footer {
    padding: 15px; 
    background: #DEF0F4;
}
.action_button {
    text-decoration: none; 
    color: #fff; 
    font-weight: bold; 
    border-radius: 5px; 
    background: linear-gradient(#666, #333); 
    padding: 5px 20px; 
    font-size: 11px; 
    text-transform: uppercase;
}
.price_block:hover {
    box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.75); 
    z-index: 5; 
    border-bottom: 0 none;
}
.price_block.active {
    box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.75); 
    transform: scale(1.04) translateY(-5px); 
    z-index: 1; 

    border-bottom: 0 none;
}
.price_block:hover .price, .price_block.active .price {
    background:linear-gradient(#DB7224, #F9B84A); 
    box-shadow: inset 0 0 45px 1px #DB7224;
}
.active h3, .price_block.price_block:hover h3 {
	color: #333;
}
.price_block:hover .action_button, .price_block.active .action_button {
    background: linear-gradient(#F9B84A, #DB7224); 
}
.price_image { 
	/* background: url("../images/table-left.png"); */
	min-height: 270px; 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.price_image { height: auto; width: 100%; }
.foot { background-color: #EEE; margin-top: 30px; border-top: 5px solid #CCC; }
.coup { width: 100%; background: #CCC; padding-top: 20px;}
.coup table { max-width: 500px; margin: 0 auto; background: #FFF; }
#areas-we-serve { width: 100%; }
#areas-we-serve tr td { width: 25%; text-align: center; }
#areas-we-serve tr td a { color: #F05023; }
.breadcrumb {  font-size: .75em; }
.breadcrumb a { color: #F05023;}
.storelocations { padding: 0; }
.storelocations ul {list-style: none; }
.storelocations ul li { text-align: center; margin: 0; border: 1px dotted #BBB; border-top: none; padding: 15px 0; }
@media (min-width: 992px) {

}
.storelocations ul li>div {  padding: 5px; }
.storelocationsheading { font-family: 'Arvo', serif; font-size: 24px; font-weight: normal; text-align: center; display: block; width: 100%; }
div.container div.row.main div.col-md-8 ul li { margin-left: 20px; color: #999; }
.chooselocation { font-size: 1.25em; text-align: center; text-transform: none; font-weight: bold; }
.chooselocation a { font-family: 'Arvo', serif; background-color: #F05023; text-transform: uppercase; letter-spacing: .30em; font-weight: normal; font-size: 1.25em; }
.chooselocation a:hover { background-color: rgba(0,0,0,.88) ; }
.clocation { font-family: 'Arvo', serif; background-color: #F05023; text-transform: uppercase; letter-spacing: .30em; font-weight: normal; font-size: 1.25em; }
.clocation:hover { background-color: rgba(0,0,0,.88) ; } 
@-moz-document url-prefix() { 
  .row.repair .clearfix { padding: 10px 0; }
}
@media only screen and (min-width : 480px) and (max-width : 768px) {
    .price_block {width: 33.3%;}
    .price_block:nth-child(odd) {border-right: 1px solid transparent;}
    .price_block:nth-child(4) {clear: both;}
     
    .price_block:nth-child(odd):hover {border: 0 none;}
}
@media only screen and (min-width : 768px){
    .price_block {width: 33.3%;}
    .price_block {border-right: 1px solid transparent; border-bottom: 0 none;}
    .price_block:last-child {border-right: 0 none;}
     
    .price_block:hover, .price_block.active {border: 0 none;}
	.call-now { padding-top: 30px; }
	.top-right { padding: 30px 10px; }
	.limebut { margin: 10px 0; }
}
@media only screen and (min-width : 992px){
	.limebut { margin: 10px 0; }
	.addmid { padding-top: 55px; }
	.callmid { 
		margin: 20px 0 0;
		border-right: 1px solid #EEE; 
	}
}
@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.call-now { padding-top: 15px; }
	.headerleft { padding: 10px 10px 0; }
}
a.oppsbut { margin: 10px auto; background-color: #464547; border: none; width: 100%; padding: 20px 10px; font-family: 'Arvo', serif; letter-spacing: 0px; font-size: .8em; max-width: 320px; }
a.oppsbut:hover { background-color: #F05023; color: #fff;}
.franopps h1{
	font-size: 1.7em;
	text-transform: uppercase;
	margin-top: 25px;
}
.franopps h2{
	font-size: 1.6em;
	text-transform: uppercase;
	margin-top: 25px;
}
.franopps h3{
	font-size: 1.5em;
	text-transform: uppercase;
	margin-top: 25px;
}
.franopps h4{
	font-size: 1.4em;
	text-transform: uppercase;
	margin-top: 25px;
}
.franopps h5{
	font-size: 1.3em;
	text-transform: uppercase;
	margin-top: 25px;
}