  body {
      font-family: Raleway, sans-serif;
      font-size: 15px;
      font-weight: 400;
      color: #5a5a5a;
      background-color: #f2f2f2;
      padding-top: 145px;
  }
  h2 {
      font-size: 24px;
      color: #545454;
      font-weight: 700;
      margin-bottom: 18px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #545454;
      font-weight: 400;
  }
  .jumbotron {
      background-color: #f4511e;
      color: #fff;
      padding: 100px 25px;
      font-family: Lato, sans-serif;
  }
  .container-fluid {
    padding: 50px 60px;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .bg-blue {
      background-color: #005aab;
  }
  .bg-pattern {
    width: 100%;
    background: url(images/United_home_prep-bg.jpg);
  }
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #f4511e;
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #f4511e !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #fff;
      border: 0;
      font-size: 17px !important;
      line-height: 1.42857143 !important;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #005aab !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #5a5a5a !important;
      background: url(images/United_nav-BG.jpg);
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #f4511e;
  }
  .fadeInanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

.headerBar{
  padding: 10px 60px;
    font-size: 16px;
    color: #fff;
    background-color: #5a5a5a;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.text-yellow{
	color: #ffc800;
}
.headerBar a{
  color: #ffc800;
}

.headerBar a:hover{
  color: #fff;
}

.headerTagline {
    font-style: italic;
}
.headerBar .header_contact, .headerBar .header_social{
  margin-top: 10px;
}
#openweathermap-widget .widget-right--type4{
  width: 100%;
  margin-top: 5px;
}
#openweathermap-widget .widget-right__footer{
  display: none;
}
#openweathermap-widget .weather-right__icon{
  left: 65%;
}
#openweathermap-widget .widget-right{
	width: 80%;
}
.widget-right__title{
  font-size: 12px !important;
}
.navbar-header img{
  width: 300px;
}
.navbar-brand{
  height: unset;
}
#hero-img{
  position: relative;
  background-size: cover;
}

#hero-img form .form-group{
	margin-bottom: 8px;
}

#hero-img .hero-text{
  margin-top: 30px;
}

#about{
  width: 100%;
  padding: 20px 0 60px 0;
  background: url(images/United_home_prep-bg.jpg);
}

#services{
  width: 100%;
  padding: 20px 0 60px 0;
  background: url(images/United_home_move-bg.jpg);
  background-size: cover;
  background-position: center;
}
#footer{
	width: 100%;
	padding: 30px 0 20px 0;
}

.body_content h1{
  font-weight: 700;
    font-size: 35px;
    letter-spacing: 1px;
    color: #5a5a5a;
    margin-top: 20px;
    margin-bottom: 10px;
}
.hr-bold{
  border: 1px solid #5a5a5a;
}
.hr-blue{
  border: 1px solid #4180b9;
}
.service-box{
    background: rgba(0, 0, 0, .05);
    border-radius: 8px;
    padding: 20px 10px;
}

.services-box{
    background: rgba(0, 0, 0, .6);
    border-radius: 8px;
    padding: 20px 10px;
    margin: 20px 45px;
}
.service-link{
  color: #ff4e30;
  font-size: 18px;
  font-weight: bolder;
}
.media-middle .glyphicon{
  color: #005aab;
  font-size: 40px;
  padding: 20px;
}
.text-white{
  color: #fff;
}
.services-box .glyphicon{
  color: #fff;
  font-size: 80px;
}
.btn{
  font-weight: bold;
  font-size: 17px;
}
.social-links a{
  padding: 5px;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, .5);
}
.social-links a:hover{
	color: #fff;
}

.footer-links{
  padding: 8px 0px;
  list-style: none;
  color: #fff;
  font-family: Montserrat, sans-serif;

}
.footer-links li{
  display: inline-block;
  padding: 0 10px;
}
.footer-links a{
  font-size: 15px;
  color: #fff;
}
.footer-links a:hover{
  color: #ffc800;
}
.quote-form{
	background: rgba(251,242,188,.8);
    text-align: center;
    margin: 26px 0 6px;
}
.quote-title{
    height: 80px;
    background: rgba(247, 228, 123, .8);	
}
.quote-title p{
    display: block;
    min-height: 50px;
    font-weight: 700;
    color: #5a5a5a;
    text-align: center;
    line-height: 80px;
    margin-left: 6px;
}
.arrowAB {
    top: 0px;
    left: -10px;
    float: left;
    background: url(images/arrow-right-form.png) no-repeat;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 6em;
    display: block;
    width: 70px;
    height: 80px;
    margin-left: -10px;
}
.heroRatingBox {
    background: rgba(255, 255, 255, .9);
    padding: 5px;
    text-align: center;
    min-height: 85px;
    margin: 10px 0;
}
.heroRatingBox span{
	font-size: 14px;
}
.heroRatingBox h3{
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
}
.heroRatingBox h4{
  font-size: 15px;
  font-weight: bold;
}
.heroRatingBox button{
  margin: 10px;
}
.heroRatingBox a{
  color: #005aab;
}
.heroRatingBox img{
	max-width: 200px;
  width: 100%;
  margin: auto;
}
.heroRatingBox .row{
	padding-top: 5px;
}
.offset-top-70{
  margin-top: 70px;
}
.body_content{
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 18px;
}
.body_content{
  line-height: 1.5;
  font-family: inherit;

}
h1.title{
  color: #005aab;
  font-family: 'Raleway', sans-serif;
}
.sidebar{
  padding-top: 20px;
}
.text-white em{
	font-size: 20px;
	font-weight: bold;
}

#services .work img{
	margin-bottom: 10px;
}
/*------------ slider -----------------*/
.b1 {
  background: url(images/truck.jpg) no-repeat;
  background-position: center bottom;
}
.b2 {
  background: url("images/slider/slider1.jpg") no-repeat;
  background-position: center top;
}
.b3 {
  background: url("images/slider/slider2.jpg") no-repeat;
  background-position: center top;
}

/*---------- responsive menu -------------*/
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #888;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        background-color: #5a5a5a;
        top: 20px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/*------- calender ----------*/
#calender_btn{
  /*padding-top: 10px;*/
  font-size: 15px;
  line-height: 1.4;
}
#calender_btn:hover > #home_calender{
  display: block !important;
  visibility: visible;
  z-index: 1;
}
#home_calender{
  position: absolute;
  top: 43px;
  visibility: hidden;
  box-shadow: 1px 1px rgba(0,0,0,.5);
      animation-name: fadeIn;
      -webkit-animation-name: fadeIn;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
}
.side_calender{
  margin: auto;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.logo-plus-button-plus-icon{
  display: none;
}
.logo-plus-button>div{
  display: none;
}

/*-------Rate & Review Form-------------*/
    div.stars {
      display: inline-block;
    }

    input.star { display: none; }

    label.star {
      float: right;
      padding: 10px;
      font-size: 16px;
      color: #444;
      transition: all .2s;
    }

    input.star:checked ~ label.star:before {
      content: '\f005';
      color: #FD4;
      transition: all .25s;
    }

    input.star-5:checked ~ label.star:before {
      color: #FE7;
      text-shadow: 0 0 20px #952;
    }

    input.star-1:checked ~ label.star:before { color: #F62; }

    label.star:hover { transform: rotate(-15deg) scale(1.3); }

    label.star:before {
      content: '\f006';
      font-family: FontAwesome;
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
@-webkit-keyframes fadeOut {
    from {opacity: 1;} 
    to {opacity: 0;}
}

@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}

  @media screen and (min-width: 480px) {
    .quote-title p{
        font-size: 30px;
    }
  }

  @media screen and (min-width: 768px) {
	.service-box .row> hr{
		display: none;
	}
	.service-box .border-right{
    border-right: 1px solid #eee;
  }
  }
  @media screen and (min-width: 990px) { 
      .contact_info_icon{
    display: none;
    }
  }

  @media screen and (min-width: 1200px) {
     .navbar li a{
        padding: 38px 12px;
    }
  }

  @media screen and (max-width: 1200px) { 
    .footer_tagline{
      display: none;
    } 
      #hero-img .hero-text{
        display: none;
      }
  }

  @media screen and (max-width: 990px) { 
    #openweathermap-widget .weather-right__icon{
    display: none;
  }
  .contact_info{
    display: none;
  }
  #calender_btn{
    padding-top: 5px;
  }
  }

  @media screen and (max-width: 768px) {
    #openweathermap-widget, .header_social {
    display: none;
  }
    .header_contact {
      text-align: center;
    }
    .header_social span{
      display: none;
    }
    .social-links span{
      display: none;
    }
    .service-box .media{
      padding-bottom: 20px;
    }
    #calender_btn{
      display: none;
    }

  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
    .heroRatingBox{
      /*display: none;*/
    }
    .heroRatingBox h3{
      font-size: 29px;
      margin-top: 18px;
    }
    .quote-title p{
        font-size: 20px;
    }
    body{
      padding-top: 125px;
    }
  }
