/*@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);*/
body {
  font-family: 'Helvetica', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Helvetica', sans-serif;
}
h1
{font-size:50px;
}
h2 {
  font-size: 20px;
  
  line-height: 22px;
}
h3 {
  font-size: 24px;
}
p {
  font-size: 16px;
}
.title {
  text-align: center;
}
.title h2 {
  color: #fff;
 
}
.title p {
  font-size: 18px;
  color: #9da8ad;
}
.navbar-default {
  background: transparent;
  border: none;
  margin-bottom: 0;
}
div#tabs ulxxxx 
{
    height: 40px;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    padding-top: 4px;
}
ul li {
  list-style: none;
}
header {
  /*background-image: url("../images/hero-bg.jpg");
  background-image: url("../images/iphone-repair.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4px;
  padding-bottom: 4px;
}
header .app-showcase {
  text-align: right;
}
header .block {
  padding-top: 30px;
}
header .block .logo {
  display: inline-block;
  margin-bottom: 70px;
}
header .block h2 {
  margin-bottom: 15px;
  color: #fff;
}
header .block p {
  margin-bottom: 27px;
  margin-top: 0;
  color: #383838;
}
header .block .download-btn a {
  display: inline-block;
  margin-right: 10px;
}
#service {
  padding: 0px 0 20px;
  background-color: #ee1c25;
  color:#fff;
}
#service .title {
  padding-bottom: 0px;
}
#service .title h2 {
  margin-top: 0;
}
#service .block {
  text-align: center;
}
#service .block h3 {
  color: #202d33;
  line-height: 48px;
  margin-bottom: 0;
}
#service .block p {
  color: #707b82;
  line-height: 30px;
  padding: 0 20px;
}
#showcase {
  background-image: url("../images/showcase-bg.jpg");
  background-size: cover;
  baxkground-repeat: no-repeat;
}
#showcase .block {
  padding-top: 90px;
}
#showcase .block img {
  margin-bottom: -228px;
}
#feature {
 /* padding: 15px 0 105px 0;*/
}
#feature .title {
  margin-bottom: 60px;
}
#feature .block .media {
  margin-bottom: 33px;
}
#feature .block .media:last-child {
  margin-bottom: 0;
}
#feature .block .media h4 {
  color: #1b1b1b;
}
#feature .block .media p {
  color: #999999;
}
#feature .block .media > .pull-left {
  padding-right: 20px;
}
#testimonial {
  background: url('../images/iphone-repair.jpg') no-repeat;
  background-size: cover;
  padding: 100px 0;
}
#testimonial .block {
  text-align: center;
}
#testimonial .block h5 {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 20px;
  font-size: 20px;
  width: 65%;
  margin: 0 auto;
}
#testimonial .block h5 span {
  font-size: 12px;
}
#team {
 /* padding: 80px 0 90px 0;*/
}
#team .title {
  margin-bottom: 50px;
}
#team .social-link {
  margin-top: 15px;
}
#team .social-link a {
  display: inline-block;
}
#team .btn-facebook {
  background: #6788ce;
  color: #fff;
  border-radius: 50%;
  padding: 9px 14px;
  font-size: 17px;
  line-height: 1;
  margin-right: 5px;
}
#team .btn-twitter {
  background: #29c5f6;
  color: #fff;
  border-radius: 50%;
  padding: 8px 9px;
  font-size: 20px;
  line-height: 1;
}
#team .media .pull-left {
  padding-right: 25px;
}
#team .media .media-heading {
  margin-top: 35px;
  font-size: 21px;
}
#team .media p {
  font-size: 16px;
  color: #707b82;
}
footer {
  padding: 10px 0;
  background: #fafafa;
  border-top: 1px solid #d7d7d7;
}
footer .navbar-nav {
  float: none;
  display: inline-block;
}
footer .navbar-nav li a {
  font-size: 20px;
  font-weight: normal;
}
footer .navbar-default .navbar-nav > li > a {
  color: #989898;
 /* padding: 20px 25px;*/
}
footer .social-link ul {
  margin-bottom: 0;
}
footer .social-link ul li {
  display: inline-block;
}
footer .social-link ul li a {
  color: #cccccc;
  font-size: 25px;
  padding: 0 5px;
  display: inline-block;
}

@media only screen and (max-width: 1024px)
.phone-box-wrap {
    width: 100%;
}
@media only screen and (max-width: 1200px)
.phone-box-wrap {
    width: 100%;
}
.phone-box-wrap {
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px)
.phone-box {
    padding: 0px;
 
}

.phone-box {
    text-align: center;
    
    font-size: 18px;
    padding: 0px 15px;
    display: inline-block;
}
.service-box{
    padding: 0px;
 
}

.service-box {
    text-align: center;
    
    font-size: 18px;
    padding: 0px 15px;
    display: inline-block;
    height:200px;
}
.service-box p.service_title {
        vertical-align:bottom;
        font-weight:600;
    }
.repaircost {
    font-size:80px;
    
}
.repaircostSmall {
        font-size: 20px;
    line-height: 80px;
    padding-top: 30px;
    
}
.service_details {
    font-size:14px;
}
.serviceImg {
display:block;
height:100px;
}

span.Header_phone
{   display:block;
     font-size:50px;
     text-align:right;
     font-weight:bold;
     line-height:48px;
    color:#000;
    margin-top:10px;
    letter-spacing:1px;
}
span.Header_email, span.Header_email a
{
    display:block;
    font-size:20px;
    color:#000;
    line-height:20px
    
}
/*TABS*/

div#tabs {
    background: #e12626 !important;
   
}
.COPY, .ORG{
    color: #fff;
}

ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    background: #e12626;
    border-bottom: 1px solid #fff !important;
}
}

.ui-tab ui-tabs-active .ui-state-active {
     color: #e12626 !important;
}

.ui-widget-header {
    border: none !important;
}

div#tabs .row{
    color: #fff;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #FFF200;
    background: #FFF200;
    font-weight: normal;
    font-weight:700;
 
}

ul.ui-tabs-nav li a {
      color: #666 !important;
}

ul.ui-tabs-nav li a:active {
      color: #e12626 !important;
}

.MBcontent ul {
    font-size:18px;
    color:#666;
 
}
    .MBcontent ul li {
        line-height: 30px;
           list-style:disc;
    }

.mbIcons_inner {
    border: 4px dashed  #ee1c25;
 background-color:#fff; 
    padding-top: 40px;
}

.MBcontent h3 {

    text-decoration:underline;
}

.backrepair2 {
    display: block;
    font-size: 50px;
}
.backrepair {
    font-size: 40px;
}

#item-category {
    /*background: #f3f3f3;*/
    min-height: 70px;
    overflow: hidden;
}
.srcoll-xsm {
    width: 100%;
    min-height: 70px;
 /*  overflow-x: auto;
    overflow-y: hidden;*/ 
    white-space: nowrap;
    text-align: center;
    padding-top:30px;
    padding-bottom:30px;
}

.pro-cat.activecat {
    background: #fff;
}
.pro-cat {
    text-align: left;
    cursor: pointer;
    padding: 0;
    height: 70px;
    overflow: hidden;
    float: none;
    display: inline-block;
    width: auto;
}
.pro-cat a {
    display: block;
    padding: 2px 10px;
    text-decoration: none;
    border-left: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pro-cat.activecat a {
    border: 0;
}
.cat-img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    display: inline-block;
    /*float: left;*/
}
.pro-cat a h2 {
    text-decoration: none;
    color: #515151;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 0px;
    text-align: left;
     
    padding-left: 70px;
    padding-right: 20px;
}
.pro-cat a h6 {
    margin-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #7c7b7b;
    padding-bottom: 15px;
    padding-left: 70px;
    padding-right: 20px;
}
.srcoll-xsm h2 {
 color:#ee1c25;
}

.mailStep {
    padding:20px;
}

.mailStep div {
    padding-top:20px;
    width:50%;
}

.container.mailStep img {
    padding-bottom: 10px;
}

#hbdv1, hbdv2, hbdv3 {

}

div#hbdv1 a:hover, div#hbdv2 a:hover, div#hbdv3 a:hover {
    font-weight: bold;
}
div#hbdv1 a, div#hbdv2 a, div#hbdv3 a {
    text-decoration: none;
}