html {
  color:#5e5e5e;
}

body{
  color: #5e5e5e;
}

.search-right{
 text-align: right;
 
}

.search-right input {
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px
}

.srkOrangeText{
  color: #cc7f28;
}

#top{
  background: #444444;
}

#copy {
  background: #444444;
  color: #f9f9f9;
}

a:focus, a:hover {
    color: #808080;
}

.boxSrk1 .moduletable {
    background: #cc7f28;
    color:#f9f9f9; 
}

.boxBg1{
  background-image: url("../../../images/srk/boxes/boxBg1.png");
  background-repeat: no-repeat;
}

.nopadding .moduletable{
  padding: 0px;
}

.navbar-nav li {
  margin-top: 5px;
}


.navbar-nav li a:active {
  background-color:#ededee;
  background-image: none;
  color: #cc7f28;
}
.navbar-nav > li.active > a { 
  background-color:#ededee;
  background-image: none;
  color: #cc7f28;
}

@media screen and (max-width:550px) {
  .breadcrumb {
    margin-top: 50px;
  }
}

@media screen and (min-width:770px) and (max-width:999px)  {
  .breadcrumb {
    margin-top: 120px;
  }
}

@media screen and (min-width:1000px) {
  .navbar{
    padding: 0px;
    margin: 0px;
  }
}



@media screen and (max-width:991px) {
  #fullwidth{
    margin-top: 100px;
  }
}

.box-height-180{
  min-height: 80px;
}
}