::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #515a62;
}

::selection {
    color: #fff;
    background: #515a62;
}

#header, #menu-inner {
    height: 125px;
}

#header ul#header-menu>li{
  margin-top: 20px;
  padding-right: 20px;
  font-size:17px;
font-weight:700;
}

#page-header {
  margin-top:10px;
}

#page-header .col-md-12 h1 {
  display:none;
}

.widget-content .widget-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight:600;
}

.breadcrumbs span.first-item a, .breadcrumbs span.first-item a:hover; .breadcrumbs span.first-item a:visited; .breadcrumbs span.first-item a:visited:hover {
  color: #fff;
}

/*.......MENU.........*/

#header{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}

/*......................*/

@media only screen and (max-width : 320px) {
  
#page-header {
  margin-top:0px;
}
  
#page-header .col-md-12 h1 {
  display:none;
}
  
}

@media only screen and (max-width : 767px) {
  
#page-header .col-md-12 h1 {
  display:none;
}
  
#page-header {
  margin-top:0px;
}

  
}


@media only screen and (max-width : 900px) {
  
#page-header .col-md-12 h1 {
  display:none;
}
  
#page-header {
  margin-top:0px;
}
  
}
  