.img-responsive img{
    width: 100%;
    margin-bottom: 15px;
}
.readmore {
    display: block;
    margin-top: 5px;
    color:#000;
}
/*Header*/
.company-name {
    text-align: center;
    color: #4072c4;
    font-weight: bold;
}
.hotline {
    font-size: 20px;
    color: #f90000;
    text-align: center;
}
.address {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
/*Menu*/
#menu {
    background: #4072c4;
}
#menu .navbar-default {
    margin-bottom: 0;
    background: none;
    border: none;
    border-radius: 0;
}
#menu .container-fluid {
    padding: 0;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #4072c4;
}
.navbar-nav>li>a {
    padding-bottom: 12px;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: none;
    border-bottom-color: #f90;
    color: #ffffff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: none;
    color: #ffffff;
    border-bottom-color: #f90;
}
.navbar-default .navbar-nav > li > a:hover {
   color: #ffffff;
    border-bottom-color: #f90;
    
}
.dropdown-menu {
    border-radius: 0;
    background: #4072c4;
    border: 0;
    padding: 0;
}
.dropdown-menu li a {
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
}
.dropdown-menu li a:hover {
    background-color:#ffffff;
}
.main-content {
    margin-top: 20px;
}
.box-content-left {
    margin-bottom: 30px;
}
.box-content-left .box-title,.box-container .box-title {
    background: #4072c4;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.box-content-left ul, .box-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.box-content-left ul li,  .box-container ul li{
    border-bottom: 1px dotted #2e663e;
    padding: 5px 0 5px 15px;
    background: url(../img/arrow-icon.png) left 13px no-repeat;
    transition: all 0.3s ease;
}
.box-content-left ul li:hover,  .box-container ul li:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
.box-content-left ul li a:hover,  .box-container ul li a:hover {
    text-decoration: none;
}
.box-content-left ul li a {
    font-weight: bold;
    color: #333;
}
.box-container {
    
}
.box-container .box-title {
    background: #f5f5f5;
    color: #4072c4;
}
.box-container .box-content {
    
}
.box-container ul li {
    border-bottom-color: #ebebeb;
}
.box-container ul li a {
    color: #000000;
}
.support {
    background: url(../img/phone-icon.png) 10px center no-repeat;
    padding-left: 45px;
}
.support-item {
    text-align: center;
}
.support-item p {
    font-weight: bold;
}
.yahoo {
    background: url(../img/yahoo-icon.png) 10px center no-repeat;
}
.support span {
    text-align: left;
    display: block;
    padding-left:10px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #f90;
}
.tags-block .label {
    white-space: normal;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
margin-bottom:4px;
}
.tags-block .label.label-tags{
background-color: #f1f1f1;
color: #000000;
}
.tags-block .label.label-tags:hover {
background-color: #4072c4;
color: #ffffff;
}
.box-image-gallery img {
    height: 265px;
}
.margin-bottom {
    margin-bottom: 15px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 265px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 265px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/*News*/
.heading-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    background: #4072c4;
    padding: 10px 15px;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}
h2.summary {
   font-size: 14px;
   font-weight: bold; 
}
.news-item-title {
    margin-top: 0;
    font-size: 18px;
}
#googleMap {
    margin-bottom: 20px;
}
/*Contact*/
.red {
    color: red;
}
label.error {
    font-weight: 400;
    color: red;
    font-style: italic;
}
.contact-form{
    border:1px solid #4072c4;
}
.contact-form .box-heading {
    background: #4072c4;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.contact-form .box-content {
    padding: 20px 20px;
}
.reload-captcha {
    display: inline-block;
    background: url(../img/arrow_refresh.png) no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 5px;
}
/*Footer*/
footer {
    margin-top: 20px;
    background: #4072c4;
    color: #ffffff;
}
footer a {
    color: #ffffff;
}
footer .social {
    margin-top: 20px;
}
footer .social a {
    display: inline-block;
    width: 40px;
    font-size: 27px;
    text-align: center;
    border: 1px solid #fff;
    color:#ffffff;
    margin-left: 10px;
    transition: all 0.2s ease;
}
footer .social a:hover {
    background-color: #fff;
    color: #4072c4;
}
footer hr {
    border-top-color: #f5f5f5;
    margin-bottom: 10px;
    margin-top: 10px;
}
footer .footer-nav {
    text-align: center;
}
footer .footer-nav a {
    display: inline-block;
    padding:  3px 7px;
    font-weight: bold;
}
footer .copyright {
    text-align: center;
}
@media(min-width: 1200px) {
    .container {
        width: 1054px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        padding: 0;
    }
}
@media(max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
    #logo {
        text-align: center;
    }
    #logo img {
        width: 120px;
    }
    .company-name {
        font-size: 15px;
        font-weight: normal;
    }
    .address {
        font-size: 13px;
        font-weight: normal;
    }
    .hotline {
        font-size: 13px;
    }
    footer .social a {
        padding: 0;
    }
}