style.css 3.59 KB
#main-nav {
	padding: 10px 0;
}

#main-nav .navbar-toggle {
    border: 1px solid #4E5961;
    border-radius: 0;
}

#main-nav .icon-bar {
    background: #4E5961;
}

#main-nav a {
	color: #000;
}
#main-nav li:hover {
   background: #ccc;
}
#main-nav a:link {
  background: transparent;
}

#main-nav a:visited {
  background: transparent;
}

#main-nav a:hover {
  background: transparent;
}

#main-nav a:active {
  background: transparent;
}

#main-nav .active a {
	color: #ed1b24;
}
#search-box {
  display: inline;
  width: 16%;
  float: right;
  margin-right: -10px;
}

@media(max-width: 992px) {
  #search-box {
       width: 25%;
  }
}

@media(max-width: 767px) {
  #search-box {
       width: 31%;
  }
}

#search-box input{
  display: inline;
  width: 88%;
  padding-right: 30px;
  font-size: 12px;
  height: 27px;
}
#search-box span{
  position: relative;
  top: 2px;
  right: 26px;
  font-size: 14px;
}

#language {
  float: right;
  padding-right: 15px;
}
#language a {
  font-size: 12px;
  color: #aaa;
}

#top-bar {
  margin-top: 7px;
  margin-bottom: -8px;
}
.services-box {
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #eee;
}

.services-box i {
  color: #ed1b24;
  font-size: 44px;
  margin-bottom: 15px;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ed1b24;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.services-box h1 {
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.services-box:hover i {
  border-color: #ed1b24;
  background-color: #ed1b24;
  color: #fff;
}

.services-icon {
  text-align: center;
}

.services-icon i {
  color: #fff;
  width: 80px;
  line-height: 80px;
  height: 80px;
  font-size: 34px;
  text-align: center;
  background-color: #ed1b24;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}

h3.heading-sec {
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
  color: #000;
  font-size: 29px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
}

@media(min-width: 768px) {
  .line-bottom-nav {
      border-bottom: 2px solid #ed1b24;
  }
}


.line-bottom-title {
    display: inline-block;
    border-bottom: 2px solid #ed1b24;
    padding-bottom: 7px;
}
.display-content {
	width: 25%,
	background: #fff;
    color: #3498db;
    float: left;
    padding:0 15px; 
}

.display-content img {
	display: block;
    max-width: 100%;
    height: auto;
}

#customer .pagination {
	float: right;
}
.filtering {
	padding: 0;
}
.copyright {
	text-align: center;
	height: 150px;
	width: 100%;
	background-image: url(../img/bread-bg.png);
  background-attachment: fixed;
	display: table;
}
.copyright .container {
	display: table-cell;
	vertical-align: middle;
}
.copyright span {
  color: white;
}

@media (max-width: 767px) {
  .copyright {
	height: 100px;
  }
}

.nav > li {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a {
    padding: 0 0 5px 0;
}

.space-10 {
  width: 100%;
  height: 10px;
  clear: both;
}

.space-20 {
  width: 100%;
  height: 20px;
  clear: both;
}

.space-30 {
  width: 100%;
  height: 30px;
  clear: both;
}

.space-40 {
  width: 100%;
  height: 40px;
  clear: both;
}

.space-50 {
  width: 100%;
  height: 50px;
  clear: both;
}

.space-70 {
  width: 100%;
  height: 50px;
  clear: both;
}