/*
#region !!====={ Version Information }=====!!
// %~%@ < 1.2002 > @%~%     // File Version
// %~%# < 11/5/2014 > #%~%   // File Mod Date
// %~%! < Genesis Content > !%~%    // Core Module
// %~%^ < 1.2000 > ^%~%     // Minimum Core Version
#endregion ==================================
*/
/*
#region !!====={ Mod Information }=====!!
#~#$ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
11/5/2014 - MKA : Added style for comments
$#~# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

#endregion ==================================
*/
.newTopBanner {
  background: #850101;
  background: -webkit-gradient(linear, left top, right top, from(#850101), to(#e71218));
  background: -webkit-linear-gradient(left, #850101 0%, #e71218 100%);
  background: -o-linear-gradient(left, #850101 0%, #e71218 100%);
  background: linear-gradient(90deg, #850101 0%, #e71218 100%);
  color: #FFF;
  padding: 25px;
  display: block;
  text-align: center; }
  .newTopBanner a {
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.5px; }

/* CSTSW | RJB | 03242015
----------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

html {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  background: #fff;
  /*font-family: 'Lato', sans-serif;*/
  font-family: "latoregular"; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
img {
  outline: none;
  border: none;
  -moz-outline-style: none;
  border-style: none; }

.page {
  display: block;
  width: 100%;
  height: auto;
  float: left; }

.wrap {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

#filler {
  display: none;
  width: 100%;
  float: left;
  height: 392px; }

.homeVideoIframe {
  display: block;
  margin: 20px auto 40px;
  text-align: center; }

.homeVideoIframe iframe {
  width: 100%;
  max-width: 1000px;
  min-height: 500px; }

@media screen and (max-width: 450px) {
  #mainWrap img {
    display: block;
    float: none;
    width: calc(100% - 20px);
    height: auto;
    margin: 10px; } }

@media screen and (max-width: 750px) {
  .homeVideoIframe {
    max-width: 90%; }
  .homeVideoIframe iframe {
    height: auto;
    min-height: 250px; } }

#reviewWrap_New {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  float: left;
  width: 100%;
  margin: 10px 0 180px; }

.newReview_Block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left; }
  .newReview_Block .review {
    background: #ececec;
    line-height: 1.4;
    padding: 30px 35px;
    border: 1px solid #ccc;
    border-radius: 3px; }
    @media only screen and (max-width: 800px) {
      .newReview_Block .review {
        min-height: unset;
        padding: 15px 20px 25px; } }
    .newReview_Block .review .reviewImg {
      width: 130px;
      margin: 0;
      margin-bottom: 7px; }
      .newReview_Block .review .reviewImg img {
        margin: 0 !important; }
    .newReview_Block .review .author {
      margin-top: 15px;
      font-size: 17px;
      font-weight: 600; }
    .newReview_Block .review .read-more-btn {
      font-size: 15px;
      border: none;
      background: transparent;
      color: #e71218;
      cursor: pointer;
      padding-block: 0;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .newReview_Block .review .read-more-btn:hover {
        color: black; }
  .newReview_Block .review {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0; }
    .newReview_Block .review:hover {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  .newReview_Block .reviewHeadline {
    text-align: left; }
  .newReview_Block .reviewContent {
    font-size: 14px;
    padding: 25px 0; }
  .newReview_Block .author {
    font-size: 15px; }

/* Added-SEO CSS from Tyler F */
.RSiPhoneRepairList {
  margin-left: 0px !important;
  padding-left: 0px !important; }

.RSiPhoneRepairList li {
  width: calc(25% - 5px);
  display: inline-block;
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.RSiPhoneRepairList li a {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 2px auto;
  padding: 7px 9px 12px 9px;
  font-size: 1.4em;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  background: #e71218;
  text-decoration: none;
  color: #fff !important;
  list-style-type: none;
  letter-spacing: 0.3px;
  line-height: 1.1; }

.RSiPhoneRepairList li a span {
  font-size: 11px;
  color: #36454f;
  font-weight: normal;
  letter-spacing: 0px; }

.RSiPhoneRepairList li a:hover {
  color: #fff; }

.RSiPhoneRepairList li a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: -1; }

.RSiPhoneRepairList li a:hover::after {
  width: 100%; }

.RSiPhoneRepairList li a::after {
  background: #000; }

@media screen and (max-width: 1000px) {
  .RSiPhoneRepairList li {
    width: calc(50% - 5px); } }

@media screen and (max-width: 640px) {
  .RSiPhoneRepairList li {
    width: 100%; } }

/* Navigation | RJB | 03242015
----------------------------------*/
#Home nav {
  display: block;
  position: relative;
  z-index: 9999;
  width: 100%;
  margin: 0 auto;
  height: auto; }

nav {
  display: block;
  position: relative;
  z-index: 9999;
  width: 100%;
  margin: 0 auto;
  height: 119px;
  background: url(/Content/images/secondaryNavBG.jpg) top center no-repeat; }

nav #navWrap {
  display: block;
  max-width: 1450px;
  margin: 0 auto;
  height: auto; }

#Home #menu #logo {
  display: block;
  float: left;
  margin-left: 20px;
  margin-top: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#menu #logo {
  display: block;
  float: left;
  margin-left: 20px;
  margin-top: 24px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#menu #logo:hover,
#menu #logo:active {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

#menu #navigation {
  display: block;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  font-family: "latolight"; }

#menu #navigation ul li {
  display: block;
  float: left;
  position: relative; }

#menu #navigation ul li a {
  display: block;
  float: left;
  text-decoration: none;
  color: #fff;
  height: 28px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-right: 13px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#menu #navigation ul li a:hover,
#menu #navigation ul li a:active {
  color: #ed1c24; }

#menu #navigation ul > li > ul {
  padding: 0;
  position: absolute;
  top: 100%;
  border-top: 2px solid #ed1c24;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 0 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top; }

#menu #navigation ul > li:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible !important;
  opacity: 1 !important; }

#menu #navigation ul > li > ul > li {
  display: block;
  width: 100%; }

#menu #navigation ul > li > ul > li > a {
  margin: 0;
  display: block;
  color: #000;
  height: auto;
  padding: 7px 1em;
  white-space: nowrap; }

#mobileWrap {
  position: relative;
  z-index: 1; }

#menu #navigation #servicesDD,
#menu #navigation #servicesDDD {
  width: 185px;
  overflow: hidden;
  visibility: hidden;
  padding: 0 0 2px 0;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: #fff;
  background: url(/Content/images/white80.png) top center repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 2px solid #ed1c24; }

#menu #navigation #servicesDD li,
#menu #navigation #servicesDDD li {
  display: block;
  margin-bottom: 9px;
  margin-top: 14px;
  position: relative; }

#menu #navigation #servicesDD a,
#menu #navigation #servicesDDD a {
  display: block;
  color: #000;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
  padding: 0 0 0 28px; }

#menu #navigation #servicesDD img,
#menu #navigation #servicesDDD img {
  position: absolute;
  left: 5px;
  top: -2px; }

#menu #navigation #servicesDD a:hover,
#menu #navigation #servicesDD a:active {
  color: #ed1c24; }

#menu #servicesItem:hover #servicesDD,
#menu #servicesItem:hover #servicesDDD {
  /* width:185px !important; */
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  visibility: visible; }

#menu #navigation #servicesDD a:hover .hover,
#menu #navigation #servicesDD a:active .hover,
#menu #navigation #servicesDDD a:hover .hover,
#menu #navigation #servicesDDD a:active .hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

#menu #navigation #servicesDD a:hover .initial,
#menu #navigation #servicesDD a:active .initial,
#menu #navigation #servicesDDD a:hover .initial,
#menu #navigation #servicesDDD a:active .initial {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important; }

.initial {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#rotator .slide.one #fixIndicator #brokenSpeaker:hover .initial,
#rotator .slide.one #fixIndicator #brokenCamera:hover .initial,
#rotator .slide.one #fixIndicator #waterDamage:hover .initial,
#rotator .slide.one #fixIndicator #brokenBattery:hover .initial,
#rotator .slide.one #fixIndicator #brokenHome:hover .initial,
#rotator .slide.one #fixIndicator #brokenScreen:hover .initial {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

#rotator .slide.one #fixIndicator #brokenSpeaker:hover .hover,
#rotator .slide.one #fixIndicator #brokenCamera:hover .hover,
#rotator .slide.one #fixIndicator #waterDamage:hover .hover,
#rotator .slide.one #fixIndicator #brokenBattery:hover .hover,
#rotator .slide.one #fixIndicator #brokenHome:hover .hover,
#rotator .slide.one #fixIndicator #brokenScreen:hover .hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

#rotator .slide.one #fixIndicator #brokenSpeaker:hover .hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

#menu #navigation #facebook {
  display: block;
  position: relative;
  clear: both;
  float: left;
  margin-left: 392px;
  margin-top: 25px;
  margin-right: 15px; }

#menu #navigation #facebook:hover .hover,
#menu #navigation #facebook:active .hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

#menu #navigation #facebook:hover .initial,
#menu #navigation #facebook:active .initial {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

#menu #navigation #twitter {
  display: block;
  position: relative;
  float: left;
  margin-top: 25px;
  margin-right: 12px; }

#menu #navigation #twitter:hover .hover,
#menu #navigation #twitter:active .hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

#menu #navigation #twitter:hover .initial,
#menu #navigation #twitter:active .initial {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

#menu #navigation #phone a {
  display: block;
  float: left;
  margin-top: 20px;
  font-weight: 400;
  font-size: 26px;
  font-family: "latobold"; }

#menu #navigation #phone a:hover,
#menu #navigation #phone a:active {
  color: #ed1c24; }

@media screen and (max-width: 1130px) {
  #menu #navigation #servicesDD, #menu #navigation #servicesDDD {
    -webkit-transform: scaleY(1) !important;
    -ms-transform: scaleY(1) !important;
    transform: scaleY(1) !important; } }

@media (min-width: 1131px) {
  #menu #navigation .mobile-only {
    display: none; } }

#menu #navigation .nav-toggle-checkbox {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  width: 0px; }
  #menu #navigation .nav-toggle-checkbox:checked ~ #servicesDD, #menu #navigation .nav-toggle-checkbox:checked ~ #servicesDDD {
    opacity: 1 !important;
    max-height: 400px !important;
    visibility: visible; }

#menu #navigation .nav-toggle-label {
  position: absolute;
  inset: 0 0;
  height: 100%;
  width: 100%;
  z-index: 2; }

.scheduler-wrap {
  min-height: 600px;
  overflow-y: auto; }

#mobileMenu,
#sheen {
  display: none; }

#emergencyPhoneRepairs a {
  display: block;
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

#emergencyPhoneRepairs {
  display: block;
  width: 196px;
  height: 127px;
  position: fixed;
  right: -90px;
  top: 310px;
  z-index: 6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("/Content/images/emergencyRepairCTA.png");
  background-repeat: no-repeat; }

#emergencyPhoneRepairs:hover {
  background: url("/Content/images/emergencyRepairCTAhover2.png");
  background-repeat: no-repeat;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #emergencyPhoneRepairs:hover .sticky-arrow {
    -webkit-transform: scale(0.8) rotate(0deg);
    -ms-transform: scale(0.8) rotate(0deg);
    transform: scale(0.8) rotate(0deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #emergencyPhoneRepairs:hover .sticky-button {
    -webkit-transform: translate(55px, 0);
    -ms-transform: translate(55px, 0);
    transform: translate(55px, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #emergencyPhoneRepairs:hover .onsite-repairs {
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #emergencyPhoneRepairs:hover .phone-gif {
    bottom: 55px;
    -webkit-transform: translate(60px, 0);
    -ms-transform: translate(60px, 0);
    transform: translate(60px, 0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }

/*
		#scheduleAppointment:hover .hover, #scheduleAppointment:active .hover
		{
			opacity: 1 !important;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
			filter: alpha(opacity=100) !important;
		}
		#scheduleAppointment:hover, #scheduleAppointment:active {
			right:0px;
		}
	*/
#scheduleAppointment a {
  display: block;
  padding: 65px 0;
  position: relative; }

#scheduleAppointment {
  display: block;
  width: 208px;
  height: 127px;
  position: fixed;
  right: -95px;
  top: 175px;
  z-index: 6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("/Content/images/repairCTA.png"); }

#scheduleAppointment:hover {
  background: url("/Content/images/repairCTAhover2.png");
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #scheduleAppointment:hover .sticky-arrow {
    -webkit-transform: scale(0.8) rotate(0deg);
    -ms-transform: scale(0.8) rotate(0deg);
    transform: scale(0.8) rotate(0deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #scheduleAppointment:hover .sticky-button {
    -webkit-transform: translate(55px, 0);
    -ms-transform: translate(55px, 0);
    transform: translate(55px, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #scheduleAppointment:hover .onsite-repairs {
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #scheduleAppointment:hover .phone-gif {
    bottom: 55px;
    -webkit-transform: translate(60px, 0);
    -ms-transform: translate(60px, 0);
    transform: translate(60px, 0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }

/*
		#scheduleAppointment:hover .hover, #scheduleAppointment:active .hover
		{
			opacity: 1 !important;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
			filter: alpha(opacity=100) !important;
		}
		#scheduleAppointment:hover, #scheduleAppointment:active {
			right:0px;
		}
	*/
#scheduleAppointment a {
  display: block;
  padding: 65px 0;
  position: relative; }

.sticky-arrow {
  position: absolute;
  bottom: 8px;
  left: 10px;
  -webkit-transform: scale(0.8) rotate(180deg);
  -ms-transform: scale(0.8) rotate(180deg);
  transform: scale(0.8) rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.sticky-button {
  position: absolute;
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: -6px;
  text-transform: uppercase;
  color: white;
  border: solid;
  border-color: white;
  border-width: 2px;
  border-radius: 5px;
  padding: 7px 7px 7px 7px;
  cursor: pointer; }

.sticky-button:hover {
  color: #e71218;
  background-color: white;
  cursor: pointer; }

.onsite-repairs {
  color: white;
  position: absolute;
  bottom: 38px;
  left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  cursor: pointer; }

.schedule-repair {
  text-align: center;
  position: absolute;
  width: 50%;
  top: 10px;
  left: 10px;
  color: white;
  text-transform: uppercase;
  line-height: 1.3;
  cursor: pointer; }

.phone-gif {
  position: absolute;
  left: 50px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }

/* Rotator | RJB | 03242015
----------------------------------*/
#rotator {
  overflow: hidden; }

#rotator,
#rotator .slide {
  display: block;
  position: absolute !important;
  float: left;
  top: 0;
  left: 0;
  width: 100%;
  height: 530px; }

.rotatorWrap {
  display: block;
  max-width: 860px;
  height: auto;
  margin: 130px auto 0;
  position: relative;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.red {
  display: block;
  float: left;
  clear: both;
  font-weight: 400;
  color: #ed1c24;
  letter-spacing: 3px;
  font-size: 44px; }

.white {
  display: block;
  float: left;
  clear: both;
  font-weight: 400;
  color: #fff;
  letter-spacing: 3px;
  font-size: 44px;
  text-transform: uppercase;
  margin-top: 10px; }

.info {
  display: block;
  float: left;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
  max-width: 525px;
  letter-spacing: 0.5px;
  font-weight: 300; }

.fixDescription {
  color: #fff;
  margin-left: 10px;
  font-weight: 300;
  display: block;
  float: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.showIcon {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

.hideIcon {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important; }

.yellow {
  color: #ebed1c; }

#rotator .slide.one {
  display: block;
  background: url(/Content/images/smartTechRotatorBgOne.jpg) top center no-repeat; }

#rotator .slide.one ul {
  display: block;
  float: left;
  margin: 10px 0 0 35px;
  padding: 0;
  clear: both;
  font-family: "latolight"; }

#rotator .slide.one ul li {
  position: relative;
  clear: both;
  line-height: 2.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#rotator .slide.one ul li:hover .hover,
#rotator .slide.one ul li:active .hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

#rotator .slide.one ul li:hover .initial,
#rotator .slide.one ul li:active .initial {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

#rotator .slide.one ul li:hover .fixDescription,
#rotator .slide.one ul li:active .fixDescription {
  color: #ebed1c; }

#rotator .slide.one ul img {
  margin-top: 5px;
  display: block;
  float: left; }

#rotator .slide.one #iphoneOne,
#rotator .slide.one #fixIndicator {
  display: block;
  position: absolute !important;
  width: 260px;
  left: 50%;
  height: 402px;
  margin-left: 70px; }

#rotator .slide.one #iphoneOne {
  margin-left: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 4; }

.showIphone {
  margin-left: 70px !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

.showIphoneTwo {
  margin-left: 140px !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

.showIphoneThree {
  margin-left: -350px !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

#rotator .slide.one #fixIndicator {
  z-index: 5; }

#rotator .slide.one #fixIndicator #brokenScreen {
  position: absolute;
  top: 130px;
  left: 150px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

#rotator .slide.one #fixIndicator #brokenHome {
  position: absolute;
  top: 300px;
  left: 195px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

#rotator .slide.one #fixIndicator #brokenBattery {
  position: absolute;
  top: 200px;
  left: 37px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

#rotator .slide.one #fixIndicator #waterDamage {
  position: absolute;
  top: 108px;
  left: -15px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

#rotator .slide.one #fixIndicator #brokenSpeaker {
  position: absolute;
  top: 0px;
  left: 190px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

#rotator .slide.one #fixIndicator #brokenCamera {
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.showIndicators {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#fixIndicator .initial:hover,
#fixIndicator .initial:active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

#fixIndicator .hover:hover .hover,
#fixIndicator .hover:active .hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

#rotator .slide.two {
  display: block;
  background: url(/Content/images/smartTechRotatorBgTwo.jpg) top center no-repeat; }

#rotator .slide.two #iphoneTwo {
  display: block;
  position: absolute !important;
  z-index: 5;
  left: 50%;
  margin-left: 140px;
  top: 114px;
  width: 141px;
  height: 418px;
  margin-left: 0px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

#rotator .slide.two ul {
  display: block;
  float: left;
  margin: 10px 0 0 35px;
  padding: 0;
  clear: both;
  font-family: "latolight"; }

#rotator .slide.two ul li {
  position: relative;
  clear: both;
  line-height: 2.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#rotator .slide.two ul img {
  margin-top: 5px;
  display: block;
  float: left; }

#rotator .slide.three {
  display: block;
  background: url(/Content/images/rotatorThreeBG.jpg) top center no-repeat; }

#rotator .slide.three #iphoneThree {
  display: block;
  position: absolute !important;
  z-index: 5;
  left: 50%;
  margin-left: -350px;
  top: 114px;
  width: 700px;
  height: 412px;
  margin-left: -700px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

#rotator .slide.three ul {
  display: block;
  float: left;
  margin: 10px 0 0 35px;
  padding: 0;
  clear: both;
  font-family: "latolight"; }

#rotator .slide.three ul li {
  position: relative;
  clear: both;
  line-height: 2.6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#rotator .slide.three ul img {
  margin-top: 5px;
  display: block;
  float: left; }

@media (min-width: 640px) {
  #mobileCTA {
    display: none; } }

#mobileCTA {
  margin-top: 80px;
  position: relative;
  width: 100%;
  z-index: 9; }

#mobileCTA {
  text-align: center;
  background: #000; }

#mobileCTA > a {
  text-decoration: none;
  position: relative;
  display: inline-block; }

#Home #mobileCTA {
  margin-top: 80px;
  top: 0; }

#mobileCTA img {
  max-width: 100%; }

#mobileCTA div:first-of-type {
  position: absolute;
  right: 100px;
  text-transform: uppercase;
  top: 15px;
  font-size: 19px;
  color: #fff; }

#mobileCTA .ctaBtn {
  background: #a00 none repeat scroll 0 0;
  padding: 12px 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff; }

#mobileCTA:hover div:nth-of-type(4) {
  color: #678000; }

#mobileCTA:hover .ctaBtn,
#mobileCTA:active .ctaBtn {
  background: #678000;
  color: #fff; }

#mobileCTA div:nth-of-type(2) {
  color: #fff;
  font-size: 22px;
  position: absolute;
  right: 100px;
  top: 35px; }

#PaginationDisplay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px; }
  #PaginationDisplay a,
  #PaginationDisplay span {
    color: #666666;
    height: 25px;
    width: 25px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #ececec;
    display: -ms-grid;
    display: grid;
    place-items: center;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
  #PaginationDisplay a:hover {
    color: black;
    background: #ccc; }
  #PaginationDisplay span {
    cursor: not-allowed;
    color: white;
    background: #666666;
    border: 1px solid #666666; }

/* CTA | RJB | 03242015
----------------------------------*/
#showcase {
  display: block;
  height: auto;
  float: left;
  background: #e4e4e4;
  margin-top: 392px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px; }

#showcaseWrap {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 22px auto; }

#showcase .box {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#showcase .box a {
  text-decoration: none;
  color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#showcase .box:hover,
#showcase .box:active {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-box-shadow: 0px 0px 21px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 21px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 21px -3px rgba(0, 0, 0, 0.25); }

.enlargeBox {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important; }

#showcase #scheduleRepair {
  display: inline-block;
  max-width: 314px;
  width: 100%;
  height: 459px;
  background: url(/Content/images/scheduleAppointmentWithSmartTech.png) top center no-repeat; }

#showcase #scheduleRepair #schedule {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
  font-size: 40px; }

#showcase #scheduleRepair #aRepair {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
  font-size: 46px; }

#showcase #scheduleRepair #repair {
  font-weight: 700;
  color: #e71218;
  font-size: 46px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#showcase #scheduleRepair #findTime {
  display: block;
  width: 100%;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  margin-top: 30px; }

#showcase #scheduleRepair:hover #repair,
#showcase #scheduleRepair:active #repair {
  color: #5dbeec; }

#showcase #buyPreowned {
  display: inline-block;
  max-width: 314px;
  width: 100%;
  height: 459px;
  background: url(/Content/images/newBuyPanel.png) top center no-repeat; }

#showcase #buyPreowned #buy {
  display: block;
  width: 100%;
  color: #e71218;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 100px;
  margin-top: 22px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#showcase #buyPreowned #preowned {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 33px; }

#showcase #buyPreowned #iphones {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 46px; }

#showcase #buyPreowned:hover #buy,
#showcase #buyPreowned:active #buy {
  color: #5dbeec; }

#showcase #sellPhone {
  display: inline-block;
  max-width: 314px;
  width: 100%;
  height: 459px;
  background: url(/Content/images/sellYourDamagedIphone.png) top center no-repeat; }

#showcase #sellPhone #sell {
  display: block;
  text-transform: uppercase;
  width: 100%;
  font-size: 60px;
  margin-left: 40px;
  color: #e71218;
  font-size: 65px;
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#showcase #sellPhone #your {
  display: block;
  text-transform: uppercase;
  width: 100%;
  font-size: 40px;
  margin-left: 40px;
  font-size: 50px;
  font-weight: 500;
  text-align: left; }

#showcase #sellPhone #used {
  display: block;
  text-transform: uppercase;
  width: 100%;
  margin-left: 40px;
  font-size: 33px;
  font-weight: 500;
  text-align: left;
  color: #e71218; }

#showcase #sellPhone #damaged {
  display: block;
  text-transform: uppercase;
  width: 100%;
  font-size: 40px;
  margin-left: 40px;
  color: #e71218;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#showcase #sellPhone #sellIphone {
  display: block;
  width: 100%;
  font-size: 40px;
  margin-left: 40px;
  font-size: 36px;
  text-align: left; }

#showcase #sellPhone #questions {
  display: block;
  width: 58%;
  font-size: 20px;
  margin-left: 40px;
  font-weight: 300;
  font-size: 18px;
  text-align: left;
  margin-top: 30px; }

#showcase #sellPhone #learnMore {
  display: block;
  width: 60%;
  font-size: 40px;
  margin-left: 40px;
  font-size: 16px;
  text-align: left;
  margin-top: 30px; }

#showcase #sellPhone:hover #sell,
#showcase #sellPhone:active #sell,
#showcase #sellPhone:hover #damaged,
#showcase #sellPhone:active #damaged {
  color: #5dbeec; }

#showcase #accessories {
  display: inline-block;
  max-width: 314px;
  width: 100%;
  height: 459px;
  background: url(/Content/images/smartTechAccessories.png) top center no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#showcase #accessories #accessoriesHeadline {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  margin-top: 30px; }

#showcase #accessories #cases {
  display: block;
  color: #e71218;
  font-weight: 400;
  font-size: 40px;
  text-align: right;
  margin-top: 305px;
  margin-right: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#showcase #accessories #screenProtectors {
  display: block;
  text-align: right;
  font-weight: 300;
  margin-right: 50px;
  margin-top: 5px; }

#showcase #accessories:hover #cases,
#showcase #accesories:active #cases {
  color: #5dbeec; }

#showcase #accessoriesLong {
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Water Damage | RJB | 03242015
----------------------------------*/
#waterDamageHeadline {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-size: 63px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase; }

#waterDamageHeadline #redDamage {
  color: #e71218;
  font-weight: 400; }

#waterDamageContent,
#waterDamageContent p {
  display: block;
  margin: 0 auto;
  max-width: 585px;
  height: auto;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 300; }

#repairOptions {
  display: block;
  margin: 0 auto 50px;
  text-decoration: none;
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  z-index: 5;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #000;
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #e71218;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#repairOptions:hover,
#repairOptions:active {
  background: #e71218;
  color: #fff; }

#splashDivide {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 469px;
  margin-top: -300px;
  background: url(/Content/images/iphoneSplashDivider.png) top center no-repeat; }

/* Main | RJB | 03242015
----------------------------------*/
#main {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  background: url(/Content/images/smartTechMainOverlay.jpg) center center no-repeat #fff;
  margin-bottom: 50px;
  margin-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#Home #main {
  margin-top: -50px;
  position: relative;
  margin-bottom: 110px; }

#mainWrap {
  display: block;
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative; }

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2; }

h1 {
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 20px; }

h2 {
  font-size: 24px;
  color: #595b5c;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 10px; }

h3 {
  margin-bottom: 10px; }

h5 {
  display: block;
  float: left;
  color: #e71218;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  background: url(/Content/images/h5Icon.png) left center no-repeat;
  padding: 0 0 0 25px;
  margin: 20px 0 5px;
  line-height: 1.4;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

h5:hover,
h5:active {
  /*color:#5DBEEC; background: url(/Content/images/h5IconO.png) left center no-repeat; */ }

h5 a {
  color: #1b1b1b; }

h5 a:hover {
  color: #e71218; }

p {
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.2px;
  margin: 0;
  margin-bottom: 10px; }

a {
  text-decoration: underline;
  color: #e71218;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover,
a:active {
  text-decoration: none; }

table td {
  padding: 5px; }
  table td[style*='background'] {
    padding: clamp(10px, 2vw, 15px); }
    table td[style*='background'] strong {
      display: block;
      font-size: clamp(14px, 1vw, 16px); }
  table td p {
    line-height: 1.4; }

#main ul,
#main ol {
  list-style-type: circle;
  margin-left: 12px;
  padding: 10px 0; }

#main ul li,
#main ol li {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 15px; }

/* Secondary Pages | RJB | 03262015
----------------------------------*/
.bannerWrap {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  height: auto; }

.secondaryBanner {
  display: block;
  float: left;
  width: 100%;
  height: 180px;
  background: url(/Content/images/repair.jpg) top center no-repeat; }

.bannerText {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 48px;
  margin-top: 60px;
  margin-left: 32px; }

#iPhoneRepairServices .secondaryBanner {
  background: url(/Content/images/smartTechServices.jpg) top center no-repeat; }

#BuyUsediPhones .secondaryBanner {
  background: url(/Content/images/smartTechBuy.jpg) top center no-repeat; }

#SellDamagediPhones .secondaryBanner {
  background: url(/Content/images/smartTechSell.jpg) top center no-repeat; }

#ScheduleiPhoneRepair .secondaryBanner {
  background: url(/Content/images/asccessories.jpg) top center no-repeat; }

#ServiceAreas .secondaryBanner {
  background: url(/Content/images/smartTechServiceAreas.jpg) top center no-repeat; }

#iPhoneRepairReviews .secondaryBanner {
  background: url(/Content/images/smartTechReviews.jpg) top center no-repeat; }

#iPhoneRepairFAQ .secondaryBanner {
  background: url(/Content/images/repair.jpg) top center no-repeat; }

#OurStory .secondaryBanner {
  background: url(/Content/images/smartTechAbout.jpg) top center no-repeat; }

#iPhoneRepairContact .secondaryBanner {
  background: url(/Content/images/smartTechContact.jpg) top center no-repeat; }

/* Reviews | RJB | 327015
------------------------------------- */
#reviewWrap {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-top: 40px; }

#reviewWrap ul,
#reviewWrap ul li {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  margin-left: 0; }

.review {
  display: inline-block;
  position: relative;
  color: #333;
  position: relative;
  max-width: 235px;
  margin: 0 20px 50px 15px;
  padding: 15px;
  font-size: 30px;
  background: #ccc;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.review:hover,
.review:active {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg); }

.reviewHeadline {
  text-align: center;
  font-size: 20px;
  line-height: 1; }

.content {
  display: block;
  height: auto;
  position: relative;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease; }

.showContent {
  max-height: 1000px !important;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease; }

.relative {
  position: relative !important;
  top: 0 !important; }

.moveUp {
  margin-top: 10px !important; }

.author {
  display: block;
  float: left;
  text-align: left;
  font-size: 18px;
  font-style: italic;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.readReview {
  display: none;
  text-align: right;
  float: right;
  font-size: 14px;
  color: #ed1c24;
  cursor: pointer;
  margin: 15px 0 0 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.pin {
  background-color: #aaa;
  display: block;
  height: 32px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: -16px;
  z-index: 1; }

.pin:before {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.1);
  content: "";
  height: 24px;
  width: 2px;
  left: 0;
  position: absolute;
  top: 8px;
  transform: rotate(57.5deg);
  -moz-transform: rotate(57.5deg);
  -webkit-transform: rotate(57.5deg);
  -o-transform: rotate(57.5deg);
  -ms-transform: rotate(57.5deg);
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%; }

.pin:after {
  background-color: #a31;
  background-image: -webkit-radial-gradient(25% 25%, circle, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3));
  background-image: -o-radial-gradient(25% 25%, circle, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3));
  background-image: radial-gradient(25% 25%, circle, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3));
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 3px 3px 3px rgba(255, 255, 255, 0.2), inset -3px -3px 3px rgba(0, 0, 0, 0.2), 23px 20px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 3px 3px 3px rgba(255, 255, 255, 0.2), inset -3px -3px 3px rgba(0, 0, 0, 0.2), 23px 20px 3px rgba(0, 0, 0, 0.15);
  content: "";
  height: 12px;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 12px; }

/* FAQs | RJB | 327015
------------------------------------- */
.faqLink {
  display: block;
  width: 100%;
  margin-top: 30px;
  clear: both; }
  .faqLink.on h2 {
    color: #ed1c24; }
    .faqLink.on h2:after {
      rotate: 225deg; }

.faqImage img {
  max-width: 25px;
  margin: 0 auto;
  display: block;
  height: auto;
  margin-right: 11px; }

.faqImage {
  display: block;
  float: left; }

.faqAnswer {
  border-left: solid 2px #ed1c24;
  width: 85%;
  margin-bottom: 40px;
  margin-left: 10px;
  padding-left: 25px;
  padding-bottom: 5px;
  float: left;
  margin-top: -5px;
  padding-top: 15px; }

.faqAnswer p {
  line-height: 1; }

.faqLink h2 {
  position: relative;
  color: #000;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px; }
  .faqLink h2:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    translate: 0 -50%;
    height: 9px;
    width: 9px;
    border-right: 2px solid #ed1c24;
    border-bottom: 2px solid #ed1c24;
    rotate: 45deg;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }

.faqLink h2:hover {
  color: #ed1c24;
  cursor: pointer; }

#iPhoneRepairFAQ h5 {
  margin-top: 30px; }

/* Contact | RJB | 322015
------------------------------------- */
#ContactForm label {
  display: block;
  font-weight: 900; }

#ContactForm input[type="text"],
#ContactForm input[type="email"],
#ContactForm textarea,
#ContactForm input[type="password"],
#ContactForm textarea {
  border: 1px solid #000;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #585858;
  font-size: 1.2em;
  padding: 2px;
  width: 436px;
  font-family: "Open Sans", sans-serif; }

#ContactForm input:focus,
#ContactForm textarea:focus,
#recaptcha_response_field {
  border: 1px solid #ed1c24; }

#ContactForm label.error {
  display: inline;
  color: #f00;
  margin-left: 5px; }

#ContactForm input.error,
#ContactForm textarea.error,
#recaptcha_response_field.error {
  border: 1px solid #1c509c;
  color: #f00;
  background-color: #ff8; }

#ContactFormCaptcha {
  margin-top: 0; }

#ContactForm .hidden {
  height: 0;
  width: 0; }

.hidden {
  height: 0;
  overflow: hidden;
  width: 0; }

#ContactForm p {
  margin: 0;
  padding: 0;
  position: relative; }

.red {
  color: Red; }

#ContactForm label.error {
  color: #ef4923;
  display: block;
  font-size: 11px;
  font-weight: bold;
  left: 0;
  letter-spacing: 1px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 38px;
  width: 260px !important; }

ContactForm #phone {
  margin-right: 0; }

#ContactForm #message {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 10px;
  float: none;
  height: 140px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.securitySection {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  clear: both; }

.securitySection #lastStepTitleText {
  display: block;
  max-width: 215px;
  font-size: 14px;
  float: left;
  color: #000; }

.securitySection .mathQuest {
  display: block;
  max-width: 300px;
  height: auto;
  float: left;
  margin-left: 8px;
  letter-spacing: 10px; }

.securitySection .mathQuest #int1,
.securitySection .mathQuest #plusSign,
.securitySection .mathQuest #int2,
.securitySection .mathQuest #equalSign {
  display: block;
  color: #000;
  float: left;
  font-weight: bold;
  font-size: 28px;
  width: 25%; }

.securitySection #answer {
  display: block;
  max-width: 150px;
  height: auto;
  float: left;
  margin-left: 5px; }

.securitySection #answer input {
  max-width: 67px;
  font-size: 16px;
  text-align: center;
  margin-right: 12px; }

#ContactForm #SendButton input {
  display: block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: none;
  font-weight: 700;
  background: #ed1c24;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMWMyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTE1MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ed1c24 0%, #991519 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed1c24), color-stop(100%, #991519));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ed1c24 0%, #991519 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ed1c24 0%, #991519 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ed1c24 0%, #991519 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#991519));
  background: linear-gradient(to bottom, #ed1c24 0%, #991519 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#991519', GradientType=0);
  /* IE6-8 */ }

#ContactForm #SendButton input:hover,
#ContactForm #SendButton input:active {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #991519;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5MTUxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDFjMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #991519 0%, #ed1c24 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #991519), color-stop(100%, #ed1c24));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #991519 0%, #ed1c24 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #991519 0%, #ed1c24 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #991519 0%, #ed1c24 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#991519), to(#ed1c24));
  background: linear-gradient(to bottom, #991519 0%, #ed1c24 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#991519', endColorstr='#ed1c24', GradientType=0);
  /* IE6-8 */ }

#formLeft {
  display: inline-block;
  width: 62%;
  height: auto;
  vertical-align: top;
  float: none;
  padding-right: 35px; }
  #formLeft #ContactForm {
    margin-top: 25px; }
  #formLeft .dropDownInputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    position: relative; }
    #formLeft .dropDownInputs select {
      padding: 7.5px;
      height: 45px; }
    #formLeft .dropDownInputs label.error {
      top: 46px; }
  #formLeft #android-selected {
    margin-block: 15px; }
  #formLeft .Row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1em 0; }
    @media only screen and (max-width: 640px) {
      #formLeft .Row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #formLeft .Row .Third {
      width: calc((100% / 3) - 8px);
      position: relative; }
      @media only screen and (max-width: 640px) {
        #formLeft .Row .Third {
          width: 100%; } }
      #formLeft .Row .Third label {
        margin-bottom: 5px;
        font-weight: 300;
        width: auto;
        height: auto; }
        #formLeft .Row .Third label.error {
          top: 59px; }
      #formLeft .Row .Third input {
        display: block;
        width: 100%;
        float: none;
        padding: 8px 10px;
        margin: 0;
        font-size: 15px;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    #formLeft .Row .Full {
      width: 100%; }
      #formLeft .Row .Full input {
        display: block;
        width: 100%;
        float: none;
        padding: 4px 10px;
        margin: 0;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #formLeft .Row .Full label {
        margin-bottom: 5px;
        font-weight: 300;
        width: auto;
        height: auto; }

#SendButton.disabled {
  pointer-events: none; }
  #SendButton.disabled input {
    background: gray !important; }

#formRight {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  float: none;
  margin-top: 25px; }
  #formRight .InfoText {
    display: inline-block;
    float: none;
    width: calc(100% - 35px);
    vertical-align: middle;
    margin: .45em 0; }

#formRight #general {
  display: block;
  float: left;
  width: 100%;
  color: #000;
  font-size: 22px;
  text-align: left;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px; }

#formRight img {
  display: inline-block;
  vertical-align: middle;
  max-width: 20px;
  margin-right: 10px;
  margin-top: -2px; }

#formRight #call {
  margin-top: 23px; }

#content {
  display: block;
  float: left;
  width: 100%;
  height: auto; }

#map {
  display: block;
  width: 100%;
  float: left;
  height: auto;
  margin-top: 50px;
  margin-bottom: 35px;
  border: 5px solid #585858;
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0 0 18px -9px rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: 0 0 18px -9px rgba(0, 0, 0, 0.95);
  box-shadow: 0 0 18px -9px rgba(0, 0, 0, 0.95); }

#gMap {
  position: relative;
  z-index: 1; }

/* Services | RJB | 04012015
----------------------------------*/
iframe[src*='youtube.com'] {
  aspect-ratio: 16 / 9; }

#servicesVisNav {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 40px auto;
  font-family: "latolight"; }

#servicesVisNav .visNav {
  display: inline-block;
  position: relative;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 140px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  height: 150px;
  background: #da1e24;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhMWUyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMDE2MWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #da1e24 0%, #a0161a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da1e24), color-stop(100%, #a0161a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #da1e24 0%, #a0161a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #da1e24 0%, #a0161a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #da1e24 0%, #a0161a 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#da1e24), to(#a0161a));
  background: linear-gradient(to bottom, #da1e24 0%, #a0161a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da1e24', endColorstr='#a0161a', GradientType=0);
  /* IE6-8 */ }

#servicesVisNav .visNav a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

#servicesVisNav .visNav img {
  display: block;
  margin: 30px auto 6px;
  max-width: 35%;
  min-width: 30px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#servicesVisNav .visNav .servicesName {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
  color: #fff; }

#servicesVisNav .visNav:hover img,
#servicesVisNav .visNav:active img {
  max-width: 40%; }

#servicesVisNav .visNav:hover,
#servicesVisNav .visNav:active {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55); }

#menu #navigation #phoneMobile {
  display: none;
  font-family: latobold;
  font-weight: 400;
  font-size: 26px;
  margin-top: 20px; }

#menu #navigation #phoneMobile #mylink {
  font-size: 26px;
  border-bottom: none; }

#phoneContactFooter {
  display: none; }

/* Footer | RJB | 03242015
----------------------------------*/
#footerCTA {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  position: relative; }

#footerCTA .wrap {
  max-width: 925px; }

#footerCTA img {
  position: absolute;
  left: -194px;
  bottom: -149px; }

#footerCTA #saveTime {
  display: block;
  float: right;
  text-align: right;
  font-size: 40px;
  font-weight: 300;
  margin-top: -83px; }

#footerCTA #scheduleRepair,
#footerCTA #scheduleRepair p {
  display: block;
  float: right;
  text-align: right;
  font-size: 20px;
  color: #e71218;
  margin-top: -35px;
  margin-bottom: 40px; }

#footerCTA #scheduleRepair p {
  margin-top: 0; }

#footer {
  display: block;
  float: left;
  width: 100%;
  height: 467px;
  background: url(/Content/images/footerBG.jpg) top center no-repeat;
  position: relative; }

#footerWrap {
  display: block;
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto; }

#topRow {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px; }

#topRow #footerLogo {
  display: block;
  float: left;
  max-width: 80%; }

#topRow #footerLogo:hover,
#topRow #footerLogo:active {
  opacity: 0.8; }

#topRow #mobileServiceAreas {
  display: block;
  float: right; }

#topRow #mobileServiceAreas img {
  display: block;
  float: right; }

#topRow #mobileServiceAreas #serviceAreas {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
  margin-top: 10px;
  letter-spacing: 1px; }

#col1 {
  display: block;
  float: left; }

#col1 ul {
  display: block;
  float: left;
  margin: 20px 50px 0 0;
  padding: 0;
  max-width: 205px;
  height: auto; }

#col1 ul li a,
#col1 ul li {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none; }

#col1 ul li a:hover,
#col1 ul li a:active {
  color: #e71218;
  text-decoration: none; }

#col1 #services li a {
  text-transform: capitalize; }

#col1 #facebookFooter {
  display: block;
  margin-top: 28px;
  width: 24px;
  float: left;
  position: relative; }

#col1 #facebookFooter:hover .hover,
#col1 #facebookFooter:active .hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

#col1 #facebookFooter:hover .initial,
#col1 #facebookFooter:active .initial {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important; }

#col1 #twitterFooter {
  display: block;
  float: left;
  margin-left: 20px;
  margin-top: 28px;
  position: relative; }

#col1 #twitterFooter:hover .hover,
#col1 #twitterFooter:active .hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

#col1 #twitterFooter:hover .initial,
#col1 #twitterFooter:active .intial {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important; }

#serviceCol {
  display: block;
  float: right;
  color: #fff;
  max-width: 395px;
  width: 100%; }
  #serviceCol a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    #serviceCol a:hover {
      color: #f00;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      text-decoration: underline; }

#serviceCol #waukeshaCounty {
  display: block;
  width: 100%;
  padding: 10px 0 0;
  border-top: 1px solid #fff; }

#serviceCol #waukeshaCounty .county {
  display: block;
  float: left;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
  margin-right: 25px; }

#serviceCol #waukeshaCounty #wauCounty {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 35px; }

#serviceCol #waukeshaCounty ul {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  max-width: 205px;
  height: auto; }

#serviceCol #waukeshaCounty ul li {
  font-size: 12px;
  line-height: 1.6; }

#serviceCol #milwaukeeCounty {
  display: block;
  width: 100%;
  float: left;
  margin-top: 20px;
  padding: 10px 0 0;
  border-top: 1px solid #fff; }

#serviceCol #milwaukeeCounty .county {
  display: block;
  float: left;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
  margin-right: 25px; }

#serviceCol #milwaukeeCounty #mkeCounty {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 36.3px; }

#serviceCol #milwaukeeCounty #second {
  margin-right: 0; }

#serviceCol #milwaukeeCounty ul {
  display: block;
  float: left;
  margin: 0 44px 0 0;
  padding: 0;
  max-width: 205px;
  height: auto; }

#serviceCol #milwaukeeCounty ul li {
  font-size: 12px;
  line-height: 1.6; }

#copyright {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
  font-family: "latolight";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2%; }

#copyright #phoneContact {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none; }

#copyright #phoneContact:hover,
#copyright #phoneContact:active {
  color: #ed1c24; }

/******* SEO Addition TF *******/
.btnPhoneFix {
  width: 275px;
  display: inline-block;
  background: #ed1c24;
  margin: 0.5em; }

.btnPhoneFix a {
  font-size: 2em;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  width: 249px;
  color: white;
  text-decoration: none;
  z-index: 2;
  letter-spacing: 1.25px;
  font-family: "Lato", sans-serif; }

.btnPhoneFix a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  z-index: -1; }

.btnPhoneFix a:hover::after {
  width: 249px; }

/*******Content Utility Classes*******/
/*--General Responsive Styles--*/
/*desktopPhotoLimit, tabletPhotoLimit, and mobilePhotoLimit classes are applied to a div with an inline height declaration, wrapped around a photo. Adding one (or multiple) of these classes will make the image cropped at the selected screen size(s), to the height declared. For other widths, the height will be equal to the dimensions of the photo.*/
.RScontent-grid img {
  max-width: 100%; }

.RScontent-grid * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 1000px) {
  .RSdesktopHide {
    display: none !important; }
  .RSdesktopWidth100 {
    width: 50% !important; }
  .RSdesktopWidth66 {
    width: 66.6666% !important; }
  .RSdesktopWidth50 {
    width: 50% !important; }
  .RSdesktopWidth33 {
    width: 33.3333% !important; }
  .RSdesktopWidth25 {
    width: 25% !important; }
  .RSdesktopWidth16 {
    width: 16.6666% !important; }
  .RSdesktopPhotoLimit {
    overflow: hidden;
    position: relative; }
  .RStabletPhotoLimit:not(.RSdesktopPhotoLimit),
  .RSmobilePhotoLimit:not(.RSdesktopPhotoLimit) {
    height: 100% !important; }
  .RSdesktopNoTranslateY {
    transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important; } }

@media screen and (min-width: 649px) and (max-width: 1000px) {
  .RStabletHide {
    display: none !important; }
  .RStabletWidth100 {
    width: 100% !important; }
  .RStabletWidth66 {
    width: 66.6666% !important; }
  .RStabletWidth50 {
    width: 50% !important; }
  .RStabletWidth33 {
    width: 33.3333% !important; }
  .RStabletWidth25 {
    width: 25% !important; }
  .RStabletWidth16 {
    width: 16.6666% !important; }
  .RStabletPhotoLimit {
    overflow: hidden; }
  .RStabletCenter {
    margin: 0 auto;
    display: block; }
  .RSdesktopPhotoLimit:not(.RStabletPhotoLimit),
  .RSmobilePhotoLimit:not(.RStabletPhotoLimit) {
    height: 100% !important; }
  .RStabletNoTranslateY {
    transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important; } }

@media screen and (max-width: 400px) {
  .tableContain {
    overflow-x: scroll;
    width: 100%; }
    .tableContain table {
      width: 100% !important; } }

@media screen and (max-width: 450px) {
  #mainWrap .serviceBlockContainer img {
    width: auto;
    margin: 10px auto; } }

@media screen and (max-width: 648px) {
  .RSmobileHide {
    display: none !important; }
  .RSmobileWidth100 {
    width: 100% !important; }
  .RSmobileWidth66 {
    width: 66.6666% !important; }
  .RSmobileWidth50 {
    width: 50% !important; }
  .RSmobileWidth33 {
    width: 33.3333% !important; }
  .RSmobileWidth25 {
    width: 25% !important; }
  .RSmobileWidth16 {
    width: 16.6666% !important; }
  .RSmobilePhotoLimit {
    overflow: hidden; }
  .RSdesktopPhotoLimit:not(.RSmobilePhotoLimit),
  .RStabletPhotoLimit:not(.RSmobilePhotoLimit) {
    height: 100% !important; }
  .RSmobileNoTranslateY {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important; }
  .RSfloatRight {
    margin-left: 0;
    float: none; }
  .RSfloatLeft {
    margin-right: 0;
    float: none; } }

.RSfloatRight {
  float: right;
  margin-left: 5px; }

.RSfloatLeft {
  float: left;
  margin-right: 5px; }

/*--Grid Column Styles--*/
.RScontent-grid,
.RScontent-grid .RSrow {
  width: 100%;
  float: left;
  display: block;
  clear: both;
  padding: 20px 0; }

.RScontent-grid .RSrow {
  border-bottom: 1px solid #a5a5a5; }

.RScontent-grid .RSrow:first-child {
  border-top: 1px solid #a5a5a5;
  margin-top: 20px; }

.RScol-full,
.RScol-half,
.RScol-third,
.RScol-twoThird,
.RScol-four,
.RScol-threeFourth,
.RScol-five,
.RScol-twoFifth,
.RScol-threeFifth,
.RScol-fourFifth,
.RScol-six,
.RScol-fiveSixth {
  float: left;
  width: 100%;
  margin-left: 0%;
  padding: 20px; }

.RScontent-grid .RSrow.RSoneRow {
  border: none;
  margin: 0;
  padding: 0; }

@media (min-width: 648px) {
  .RScol-full,
  .RScol-half,
  .RScol-third,
  .RScol-twoThird,
  .RScol-four,
  .RScol-threeFourth,
  .RScol-five,
  .RScol-twoFifth,
  .RScol-threeFifth,
  .RScol-fourFifth,
  .RScol-six,
  .RScol-fiveSixth {
    padding: 0; }
  .RSpadding-right {
    padding-right: 10px; }
  .RSpadding-left {
    padding-left: 10px; }
  .RScol-half {
    width: 50%; }
  .RScol-third {
    width: 33.33333%; }
  .RScol-four {
    width: 25%;
    padding: 20px; }
  .RScol-five {
    width: 20%; }
  .RScol-six {
    width: 16.66666667%; }
  .RScol-twoFifth {
    width: 40%; }
  .RScol-threeFifth {
    width: 60%; }
  .RScol-twoThird {
    width: 66.66666%; }
  .RScol-threeFourth {
    width: 75%; }
  .RScol-fourFifth {
    width: 80%; }
  .RScol-fiveSixth {
    width: 83.33333333333333%; } }

/*-- OPTIONAL 6 Image/Text links, Responsive--*/
/*6 image buttons with text below, and hoverstate. 6x1 at desktop size, 3x2 at tablet size, and 2x3 at mobile size*/
.RSsixPackButtonContain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0; }

.RSsixPackButton {
  width: 16.666%;
  font-size: 1.4em;
  position: relative;
  display: inline-block; }

.RSsixPackText {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: block;
  font-family: "akashi", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  z-index: 20;
  text-transform: uppercase;
  text-align: center; }

.RSsixPackButton img {
  width: 100%;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.RSsixPackButton a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  display: block; }

.RSsixPackButton a:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(black));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, black);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 30%, black);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, black);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10; }

.RSsixPackButton a:hover {
  color: #fff !important; }

.RSsixPackButton a:hover img {
  -webkit-filter: brightness(80%) contrast(120%); }

@media screen and (max-width: 1200px) {
  .RSsixPackText {
    font-size: 1em; } }

@media screen and (max-width: 1000px) {
  .RSsixPackButton {
    width: 33%; }
  .RSsixPackText {
    font-size: 1.2em; } }

@media screen and (max-width: 648px) {
  .RSsixPackButton {
    width: 49%; }
  .RSsixPackButton img {
    margin-bottom: 0; } }

/******* END Content Utility Classes*******/
/* Member Login | RJB | 03262015
----------------------------------*/
#MemberLoginBodyID nav,
#MemberLoginBodyID #footer,
#MemberLoginBodyID #scheduleAppointment {
  display: none; }

#MemberLoginBodyID #main {
  float: none;
  margin: 250px auto 0;
  max-width: 395px; }

#MemberLoginBodyID #main img {
  max-width: 90%;
  display: block;
  margin: 0 auto; }

#MemberLoginBodyID input {
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  border-radius: 4px;
  border: 2px solid #ccc;
  width: 88%;
  padding: 0 0 0 2%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#MemberLoginBodyID input:focus {
  border: 2px solid #ed1c24; }

#MemberLoginBodyID #login {
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: #ed1c24;
  clear: both;
  border: none;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  margin: 20px auto 0;
  width: 60%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#MemberLoginBodyID #login:hover,
#MemberLoginBodyID #login:active {
  background: #000; }

#MemberLoginBodyID p {
  display: block;
  float: none;
  margin: 0 auto; }

#MemberLoginBodyID #forgotPassword {
  display: block;
  margin: 15px auto 0;
  max-width: 112px; }

#MemberLoginBodyID #forgotPassword a {
  color: #000; }

#MemberLoginBodyID .labelLogin {
  display: block;
  float: left;
  margin-left: 19px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  width: 100%; }

#MemberLoginBodyID .labelLogin.password {
  margin-top: 15px; }

#MemberLoginBodyID .field-validation-error {
  display: block;
  float: left;
  margin-left: 19px;
  color: Red;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%; }

#MemberLoginBodyID #main {
  background: #fff; }

#siteOverlay {
  display: block;
  width: 0;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: fixed;
  z-index: 7;
  background: url(/Content/images/black85.png) repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media only screen and (min-width: 1301px) {
    #siteOverlay {
      display: none !important; } }

.showOverlay {
  opacity: 1 !important;
  width: 100% !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

.categoryItem {
  display: inline-block;
  margin: 5px 15px;
  text-align: center; }

.categoryImage {
  display: inline-block;
  height: 150px;
  overflow: hidden;
  width: 150px; }

.subCategoryName {
  display: block; }

@media all and (max-width: 1350px) and (min-width: 1015px) {
  #showcase #accessories {
    display: none; }
  #showcase #accessoriesLong {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    height: 77px;
    max-width: 977px;
    position: relative; }
  #showcase #accessoriesLong .hover {
    left: 3px; }
  #showcase #accessoriesLong:hover .hover,
  #showcase #accessoriesLong:active .hover {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important; } }

@media screen and (max-width: 1130px) {
  #menu #navigation #phoneMobile {
    display: block; }
  #menu #navigation #phone {
    display: none; }
  #Home #main {
    margin-bottom: 40px; }
  #mobileMenu {
    display: block;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
    /*margin-bottom:20px; margin-right:10px;*/
    margin-top: 10px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #mobileMenu:hover,
  #mobileMenu:active {
    color: #be171d; }
  #mobileMenu img {
    max-width: 50px;
    display: block;
    margin-top: 14px;
    margin-bottom: 20px; }
  .activeMenu {
    color: #be171d !important; }
  #menu #navigation {
    position: absolute;
    right: 10px; }
  #menu #navigation ul.showNavigation {
    overflow: visible; } }
  @media only screen and (max-width: 1130px) and (max-width: 1130px) {
    #menu #navigation ul.showNavigation {
      background-color: white; } }

@media screen and (max-width: 1130px) {
  #menu #navigation ul {
    width: 0;
    overflow: hidden;
    max-height: 0;
    clear: both;
    /* margin-right:-50px;*/ }
  #menu #navigation ul li {
    width: 100%;
    margin-bottom: 10px; }
  #menu #navigation ul li a {
    float: right;
    margin-right: 0;
    text-align: right;
    font-size: 18px; }
  #menu #navigation #facebook {
    margin-left: 100px;
    margin-right: 0; }
  #menu #navigation #twitter {
    margin-left: 18px;
    margin-right: 0; }
  #menu #navigation #facebook,
  #menu #navigation #twitter {
    width: 35px;
    margin-bottom: 0;
    margin-top: 15px; }
  #menu #navigation #servicesDD,
  #menu #navigation #servicesDDD {
    background: #fff;
    width: 0; }
  #menu #navigation #servicesDD a,
  #menu #navigation #servicesDDD a {
    font-size: 14px; }
  #servicesVisNav .visNav {
    margin-bottom: 15px; }
  #formRight {
    display: none; }
  #formLeft {
    width: 100%;
    float: none;
    margin: 0 auto; }
  #ContactForm {
    display: block;
    margin: 0 auto;
    max-width: 570px; }
  #ContactForm #phone {
    margin-right: 0; }
  .hover {
    left: 8px; }
  #facebook .hover {
    left: 11px; }
  .showNavigation {
    max-height: 1500px !important;
    width: 100% !important;
    max-width: 190px; }
  #topRow #mobileServiceAreas,
  #serviceCol {
    display: none; }
  #topRow #footerLogo {
    float: none;
    margin: 0 auto; }
  #topRow #footerLogo img {
    margin: 0 auto;
    display: block;
    max-width: 100%; }
  #col1 {
    float: none;
    margin: 0 auto;
    max-width: 400px;
    width: 100%; }
  #col1 ul {
    margin-left: 40px;
    margin-right: 0; }
  #footerCTA {
    display: none; }
  .rotatorWrap {
    padding-left: 10px; }
  #main,
  #showcase {
    padding: 0 20px; }
  nav {
    z-index: 11; } }

@media screen and (max-width: 800px) {
  .page .red,
  .page .white {
    font-size: 26px; }
  .info {
    font-size: 16px;
    max-width: 400px;
    clear: both; }
  #scheduleAppointment {
    display: none; }
  #emergencyPhoneRepairs {
    top: auto;
    bottom: 10px; }
  #footer {
    padding-bottom: 200px;
    background-color: #0D0D0D; } }

@media screen and (max-width: 720px) {
  .imageCentering {
    display: inline-block;
    width: 100%;
    margin: 20px auto;
    text-align: center; }
    .imageCentering img {
      float: none !important; } }

@media screen and (max-width: 640px) {
  #menu #navigation ul > li > ul {
    background: #fff; }
  #menu #navigation ul > li > ul > li > a {
    padding: 7px 0em; }
  #phoneContact {
    display: none; }
  #phoneContactFooter {
    display: block; }
  .secondaryBanner {
    display: none; }
  h1 {
    font-size: 22px; }
  h2 {
    font-size: 18px; }
  #servicesVisNav .visNav {
    margin-bottom: 15px; }
  nav {
    height: auto; }
  .PhotoStreamBodyClass #main {
    margin-top: 95px; }
  #main {
    margin-bottom: 20px;
    margin-top: 25px; }
  #mobileMenu {
    margin-top: 24px;
    height: auto;
    line-height: 80px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 10px; }
  #menu #navigation {
    left: 0;
    margin-right: 0;
    display: block;
    margin-top: 0;
    position: fixed;
    right: 0px;
    background: #000;
    height: 80px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.45);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #menu #logo {
    position: fixed;
    z-index: 8;
    margin-left: 10px; }
  .showNavigation {
    max-height: 1500px !important;
    width: 100% !important;
    max-width: 190px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease; }
  #Home #menu #logo {
    width: 57%;
    margin-left: 10px;
    position: fixed;
    z-index: 8;
    margin-top: 21px; }
  #menu #logo img {
    width: 200px;
    display: block; }
  #menu #navigation ul {
    display: block;
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 0;
    float: left;
    margin-top: 0;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.45);
    max-height: 0; }
  #menu #navigation ul li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 0; }
  #menu #navigation ul li a {
    display: block;
    width: 100%;
    float: left;
    height: 35px;
    line-height: 35px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #000; }
  #menu #navigation #servicesDD,
  #menu #navigation #servicesDDD {
    display: block;
    position: relative;
    width: 100%;
    background: #ccc;
    max-height: 0 !important;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  #menu #navigation #servicesDD li,
  #menu #navigation #servicesDDD li {
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0; }
  #menu #navigation #servicesDD li a,
  #menu #navigation #servicesDDD li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #000;
    margin-left: 0;
    padding: 0 0 0 50px; }
  #menu #navigation #servicesDD:hover,
  #menu #navigation #servicesDD:active,
  #menu #servicesItem:hover #servicesDD,
  #menu #servicesItem:active #servicesDD,
  #menu #navigation #servicesDDD:hover,
  #menu #navigation #servicesDDD:active,
  #menu #aboutItem:hover #servicesDDD,
  #menu #aboutItem:active #servicesDDD {
    right: 0px;
    left: 0;
    width: 100% !important;
    position: relative;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  #menu #navigation #servicesDD li a:hover,
  #menu #navigation #servicesDD li a:active {
    color: #be171d; }
  #menu #navigation #servicesDD img {
    left: 12px;
    top: 10px; }
  #menu #navigation #facebook,
  #menu #navigation #twitter {
    margin-left: 0;
    border-bottom: 0; }
  #menu #navigation #facebook {
    margin-right: 5px; }
  #menu #navigation #twitter {
    margin-right: 5px; }
  #menu #navigation #facebook .hover,
  #menu #navigation #twitter .hover {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important; }
  #menu #navigation #phone {
    display: none;
    float: left;
    width: auto; }
  #menu #navigation #phoneMobile {
    display: block;
    float: left;
    width: auto;
    position: relative;
    top: -13px;
    left: 15px; }
  #menu #navigation #phone a {
    line-height: 54px;
    line-height: 54px;
    margin-top: 0;
    color: #be171d; }
  #menu #navigation #phone a:hover,
  #menu #navigation #phone a:active {
    color: #000; }
  #menu #navigation #phone a,
  #menu #navigation #facebook a,
  #menu #navigation #twitter a {
    border-bottom: none; }
  #mobileWrap {
    display: block;
    max-width: 275px;
    clear: both;
    margin: 0 auto;
    position: relative; }
  .info {
    max-width: 290px;
    font-size: 14px; }
  #rotator {
    height: 450px; }
  #rotator .slide {
    height: 400px; }
  #rotator .slide li img {
    max-width: 30px; }
  #copyright {
    margin-top: 15px; }
  .fixDescription {
    font-size: 12px; }
  #showcase {
    margin-top: 400px; }
  .secondaryBanner {
    background: url("/Content/images/smartTechFAQ.jpg") no-repeat scroll right -600px top;
    margin-top: 80px; }
  .bannerText {
    display: none; }
  #iPhoneRepairServices .secondaryBanner {
    background: url(/Content/images/smartTechServices.jpg) no-repeat scroll right -600px top; }
  #BuyUsediPhones .secondaryBanner {
    background: url(/Content/images/smartTechBuy.jpg) no-repeat scroll right -600px top; }
  #SellDamagediPhones .secondaryBanner {
    background: url(/Content/images/smartTechSell.jpg) no-repeat scroll right -600px top; }
  #ScheduleiPhoneRepair .secondaryBanner {
    background: url(/Content/images/smartTechSchedule.jpg) no-repeat scroll right -600px top; }
  #ServiceAreas .secondaryBanner {
    background: url(/Content/images/smartTechServiceAreas.jpg) no-repeat scroll right -600px top; }
  #iPhoneRepairReviews .secondaryBanner {
    background: url(/Content/images/smartTechReviews.jpg) no-repeat scroll right -600px top; }
  #iPhoneRepairFAQ .secondaryBanner {
    background: url(/Content/images/smartTechFAQ.jpg) no-repeat scroll right -600px top; }
  #OurStory .secondaryBanner {
    background: url(/Content/images/smartTechAbout.jpg) no-repeat scroll right -600px top; }
  #iPhoneRepairContact .secondaryBanner {
    background: url(/Content/images/smartTechContact.jpg) no-repeat scroll right -600px top; }
  #ContactForm {
    max-width: 303px;
    width: 100%; }
  #ContactForm #name,
  #ContactForm #email,
  #ContactForm #phone,
  #ContactForm #message {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 15px; }
  #ContactForm #SendButton input {
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 250px; }
  .securitySection #lastStepTitleText {
    max-width: 100%;
    margin-bottom: 10px; }
  .securitySection .mathQuest {
    margin-bottom: 20px;
    margin-left: 60px; }
  .page #rotator .slide ul {
    margin: 10px 0 0 0; }
  .page #rotator .slide ul li {
    line-height: 3.2; }
  #scheduleAppointment,
  #siteOverlay {
    display: none !important; }
  #rotator .slide.one #fixIndicator {
    display: none; }
  #rotator .slide.one #iphoneOne {
    display: block;
    width: 145px;
    height: auto;
    top: 50%;
    left: 169px; }
  #rotator .slide.two #iphoneTwo {
    height: auto;
    left: 40%;
    max-width: 16%;
    min-width: 90px;
    top: 150px; }
  #rotator .slide.two .info {
    max-width: 270px; }
  #rotator .slide.three .white,
  #rotator .slide.three .red {
    font-size: 21px; }
  .rotatorWrap {
    display: block;
    margin: 80px auto 0; }
  .red,
  .white {
    width: 100%;
    text-align: left;
    font-size: 32px; }
  .white {
    margin-bottom: 10px; }
  #rotator .slide.one ul {
    width: 300px;
    float: left;
    margin: 0 auto;
    clear: none; }
  #navigation {
    position: absolute;
    right: 0px; }
  #waterDamageHeadline {
    font-size: 30px; }
  #showcase .box {
    max-width: 290px !important; }
  #rotator .slide.one .rotatorWrap {
    margin: 98px auto 0; }
  #Home #main {
    margin-bottom: 20px;
    margin-top: -90px; }
  #footerCTA {
    display: none; }
  #sheen {
    display: block;
    width: 50px;
    border-radius: 4px;
    height: 60px;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 5;
    background: url(/Content/images/sheenEffect.png) no-repeat; }
  #col1 {
    display: none; }
  .page #rotator .slide.three #iphoneThree {
    display: block;
    height: auto;
    left: 305px;
    margin-left: 0;
    max-width: 500px;
    min-width: 420px;
    top: 160px;
    width: 100%; }
  #topRow #footerLogo {
    max-width: 50%;
    min-width: 290px; }
  #footer {
    height: 150px; }
  #rotator .slide.three .info {
    max-width: 270px;
    margin-top: 10px; }
  #showcaseWrap {
    margin: 50px auto; } }

@media screen and (max-width: 500px) {
  .rotatorWrap {
    display: block;
    margin: 75px auto 0; }
  .red,
  .white {
    width: 100%;
    text-align: left;
    font-size: 26px; }
  #footer #col1 #services {
    display: none; }
  #col1 ul li a,
  #col1 ul li {
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 2px;
    margin-right: 2px; }
  #copyright {
    font-size: 12px;
    float: none;
    width: 95%;
    margin: 0 auto;
    clear: both;
    padding-top: 20px; }
  #topRow #footerLogo img {
    max-width: 70%; }
  #footer {
    height: 150px; }
  #col1 ul {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2%; }
  #rotator .slide.three #iphoneThree {
    display: block;
    height: auto;
    left: 110%;
    margin-left: 0;
    max-width: 500px;
    min-width: 420px;
    top: 175px;
    width: 100%; }
  #mobileMenu img {
    margin-top: 20px;
    max-width: 40px; } }

/* Animations | RJB | 03242015
----------------------------------*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.animated2 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(630px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(630px);
    transform: translateX(630px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

/* Loading Schedule | RJB | 0403015
----------------------------------*/
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.hideProgress {
  display: none !important; }

.progress {
  position: absolute;
  display: inline-block;
  width: 5em;
  height: 5em;
  margin: 0 0.5em;
  font-size: 12px;
  text-indent: 999em;
  overflow: hidden;
  -webkit-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8);
  top: 50%;
  margin-top: -2.5em;
  left: 50%;
  margin-left: -2.5em; }

.large.progress {
  font-size: 24px; }

.progress:before,
.progress:after,
.progress > div:before,
.progress > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2.25em;
  /* (container width - part width)/2  */
  width: 0.5em;
  height: 1.5em;
  border-radius: 0.2em;
  background: #eee;
  -webkit-box-shadow: 0 3.5em #eee;
  box-shadow: 0 3.5em #eee;
  /* container height - part height */
  -webkit-transform-origin: 50% 2.5em;
  -ms-transform-origin: 50% 2.5em;
  transform-origin: 50% 2.5em;
  /* container height / 2 */ }

.progress:before {
  background: #555; }

.progress:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #777; }

.progress > div:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: #999; }

.progress > div:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #bbb; }

/* Service Entries | RJB | 05042015
----------------------------------*/
#serviceAreaContainer {
  display: inline-block;
  max-width: 1000px;
  width: 100%;
  margin: 30px auto;
  height: auto;
  text-align: center; }

.county {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.serviceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 288px;
  width: 100%;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #ccc;
  margin: 5px;
  background: #da1e24;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhMWUyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMDE2MWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #da1e24 0%, #a0161a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da1e24), color-stop(100%, #a0161a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #da1e24 0%, #a0161a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #da1e24 0%, #a0161a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #da1e24 0%, #a0161a 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#da1e24), to(#a0161a));
  background: linear-gradient(to bottom, #da1e24 0%, #a0161a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da1e24', endColorstr='#a0161a', GradientType=0);
  /* IE6-8 */ }

.serviceArea:hover,
.serviceArea:active {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55); }

.serviceArea .lrg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.serviceArea a {
  color: #fff;
  text-decoration: none; }

.serviceArea .serviceAreaName {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px; }

.serviceArea .serviceAreaLink a {
  display: block;
  margin-top: 10px;
  color: #fff;
  line-height: 1.2; }

/* Responsive Gallery | RJB | 06012015
---------------------------------------*/
.grid {
  width: 280px;
  height: 280px;
  margin: 10px;
  display: inline-block; }

.darkImgOverlayH {
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.grid figure a:hover .darkImgOverlayH {
  opacity: 1; }

#backButtonGallery {
  background: #4e8636;
  border-radius: 5px;
  color: #fff;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin: 12px 0 0 0;
  padding: 8px 14px 8px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#backButtonGallery:hover {
  background: #fff;
  color: #333; }

.grid figure {
  background: none;
  cursor: pointer;
  float: left;
  margin: 0;
  max-height: 280px;
  max-width: 280px;
  min-width: 280px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: auto; }

.grid figure img {
  position: relative;
  display: block; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em 0;
  height: 3.75em;
  background: #fff;
  color: #52883c;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-zoe h2 {
  float: left; }

figure.effect-zoe p.icon-links a {
  float: right;
  color: #ed1c24;
  font-size: 1.4em; }

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #ed1c24; }

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
  width: 79%; }

.icon-links {
  color: #ed1c24;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px 0; }

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0); }

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: "feathericons";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-eye::before {
  content: "\e000"; }

.icon-paper-clip::before {
  content: "\e001"; }

.icon-heart::before {
  content: "\e024"; }

figure.effect-zoe h2 {
  display: inline-block; }

figure.effect-zoe:hover p.description {
  opacity: 1; }

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0); }

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.featherlight {
  z-index: 8 !important; }

/* Price matching Btn | AJV | 7/08/2016
---------------------------------------*/
#priceMatch {
  background: rgba(0, 0, 0, 0) url("/content/images/priceMatchingBtn.png") no-repeat scroll left top/100% auto;
  display: none;
  margin-left: 15.5%;
  position: relative;
  top: 7px;
  width: 444px;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease; }

#priceMatch:hover {
  top: 4px;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease; }

#priceMatch a:hover {
  background: url("/content/images/priceMatchingBtnHover.png") no-repeat top left/100% auto; }

#priceMatch a {
  color: #fff;
  display: block;
  font-size: 22px;
  padding: 33px 0 29px 16px;
  text-decoration: none;
  text-transform: uppercase; }

@media screen and (max-width: 940px) {
  #priceMatch {
    margin: 0 auto;
    margin-top: 20px;
    width: 444px; }
  #priceMatch a {
    font-size: 20px; } }

@media screen and (max-width: 640px) {
  #priceMatch {
    margin-top: 44px; } }

@media screen and (max-width: 450px) {
  #priceMatch {
    width: 90%; }
  #priceMatch a {
    font-size: 16px;
    padding: 21px 0 29px 16px; } }

.xphone-flex {
  margin-top: 20px;
  margin-bottom: 40px; }
  .xphone-flex .xphone-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .xphone-flex .xphone-row img {
      width: 150px;
      height: 215px;
      margin-bottom: 3px; }
      @media only screen and (max-width: 1000px) {
        .xphone-flex .xphone-row img {
          width: 120px;
          height: 172px; } }

.uibutton {
  display: inline-block;
  padding: 5px 10px;
  border-top: 1px solid #96d1f8;
  color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: black 0 1px 0;
  box-shadow: black 0 1px 0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
  text-decoration: none;
  background: #65a9d7;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(#3e779d, #65a9d7);
  background-image: -moz-linear-gradient(0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%), -moz-linear-gradient(#3e779d, #65a9d7);
  background-image: -o-linear-gradient(0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%), -o-linear-gradient(#3e779d, #65a9d7);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, 0), color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(37%, rgba(255, 255, 255, 0.2)), color-stop(45%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
  background-image: -webkit-linear-gradient(0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(#3e779d, #65a9d7);
  background-image: linear-gradient(0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%), linear-gradient(#3e779d, #65a9d7);
  background-position: -100px -100px, 0 0;
  -moz-background-size: 250% 250%, 100% 100%;
  background-size: 250% 250%, 100% 100%;
  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -o-transition: background-position 0s ease;
  transition: background-position 0s ease; }

.uibutton:hover,
.uibutton:focus {
  color: #fff;
  background-position: 0 0, 0 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.service-wrapper {
  width: 130%;
  -webkit-transform: translate(-11%, 0);
  -ms-transform: translate(-11%, 0);
  transform: translate(-11%, 0); }
  @media only screen and (max-width: 1340px) {
    .service-wrapper {
      width: 110%;
      -webkit-transform: translate(-5%, 0);
      -ms-transform: translate(-5%, 0);
      transform: translate(-5%, 0); } }
  @media only screen and (max-width: 1160px) {
    .service-wrapper {
      width: 100%;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  @media only screen and (max-width: 1070px) {
    .service-wrapper .iconFlex {
      display: block; } }
  @media only screen and (max-width: 1000px) {
    .service-wrapper .iconFlex {
      display: inherit; }
    .service-wrapper .serviceBlockContainer {
      display: block;
      width: 50%;
      text-align: center;
      float: left; }
    .service-wrapper .serviceBlock {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 80%;
      margin: 0 auto;
      padding-bottom: 20px; }
    .service-wrapper .serviceIcons {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
    .service-wrapper .water-damage {
      max-width: 100%;
      width: 100%;
      margin: 0; }
    .service-wrapper .right-side {
      margin-top: 30px; }
    .service-wrapper .loudspeaker {
      padding-top: 70px; } }
  @media only screen and (max-width: 880px) {
    .service-wrapper .camera {
      padding-top: 30px; } }
  @media only screen and (max-width: 762px) {
    .service-wrapper .loudspeaker {
      padding-top: 100px; } }
  @media only screen and (max-width: 734px) {
    .service-wrapper .camera {
      padding-top: 0px; } }
  @media only screen and (max-width: 700px) {
    .service-wrapper .iconFlex {
      display: inherit; }
    .service-wrapper .serviceBlockContainer {
      width: 100%;
      float: none;
      margin-bottom: 0;
      padding: 0; }
    .service-wrapper .serviceBlock {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 80%;
      margin: 0 auto;
      padding-bottom: 20px; }
    .service-wrapper .right-side {
      margin-top: 0px; }
    .service-wrapper .loudspeaker {
      padding-top: 0px; } }
  @media only screen and (max-width: 570px) {
    .service-wrapper .serviceBlock {
      width: 100%; }
    .service-wrapper .water-damage {
      padding: 0; } }

.serviceBlockContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .serviceBlockContainer h2 {
    margin-bottom: 0;
    font-size: 20px; }
  .serviceBlockContainer h3 {
    margin-top: 5px; }

.iconFlex {
  list-style: none;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 16px; }

.serviceIcons {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto; }

.serviceBlock {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 30%;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px; }

.water-damage {
  max-width: 40%;
  margin-left: 0 !important; }

.oemParts {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  background-color: #e8e8e8;
  padding: 0 20px 5px; }

div.oldModels {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

input#showOlder {
  display: none; }

label#showOlderLabel {
  display: inline-block;
  margin: 10px;
  position: relative;
  cursor: pointer; }
  label#showOlderLabel span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  label#showOlderLabel span:first-child {
    width: 20px;
    height: 4px;
    background: #e71218;
    left: 5px;
    top: -4px; }
  label#showOlderLabel span:last-child {
    width: 4px;
    height: 20px;
    background: #e71218;
    left: -7px;
    top: 4px; }

input#showOlder:checked ~ div.oldModels {
  max-height: 1000px; }

input#showOlder:checked ~ label#showOlderLabel span:last-child {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.reviewContent {
  line-height: 1.5em; }

.readMoreLink {
  display: block;
  width: 100%; }
  .readMoreLink a {
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 6px auto;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    background: #e71218;
    text-decoration: none;
    color: #fff !important;
    list-style-type: none;
    letter-spacing: 0.3px;
    line-height: 1.1; }
    .readMoreLink a:hover {
      background: #000; }

.author {
  font-weight: bold; }
