#sp-top-bar {
  padding: 10px 0;
}

#sp-header {
  height: 100px!important;
  margin-top: 0rem;
  padding-top: 1rem;
}

#sp-header .logo {
  margin-top: -0.7rem;
}

#sp-menu {
  margin-top: 0.2rem;
  margin-left: 3rem;
  margin-right: -3rem;
}

body {
    color: #333;
  letter-spacing: 0.2px;
}

#sp-menu ul.sp-megamenu-parent {
    margin-left: -7rem;
}

#sp-top-bar a {
    font-size: 16px;
}

/* Search Styling */

#sp-menu .sp-module.arino-top-search {
  margin-top: 0;
}

.top-search-input-wrap .search-wrap .search.arino-top-search {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-search-input-wrap .search-wrap .search.arino-top-search input {
  border-bottom-color: #6d461b;
}

.top-search-input-wrap .search-wrap .search.arino-top-search input {
  border-radius: 3px;
  border-width: 0;
  height: 60px;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 20px 10px 0;
  width: 100%;
  border-bottom: 3px solid;
  font-size: 24px;
  color: #fff;
  border-radius: 0;
}

.icon-top-wrapper i {
  color: #6d461b;
  position: relative;
  bottom: -0.5rem;
  top: 0.8rem;
  left: 2rem;
}

.icon-top-wrapper {
  height: auto;
  line-height: 60px;
  margin: 0 0 0 5px;
  width: 15px;
  position: relative;
  z-index: 999999;
}

.search .btn-toolbar {
  margin-bottom: 20px;
}

.search .btn-toolbar span.icon-search {
  margin: 0;
}

.search .btn-toolbar button {
  color: #fff;
}

.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}

.search .phrases .ordering-box {
  margin-bottom: 15px;
}

.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}

.search .search-results dt.result-title {
  margin-top: 40px;
}

.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}

.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}

.form-search .finder label {
  display: block;
}

.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}

.finder .word input {
  display: inline-block;
}

.finder .search-results.list-striped li {
  padding: 20px 0;
}

.icon-top-wrapper {
  height: auto;
  line-height: 60px;
  margin: 0 0 0 5px;
  width: 15px;
  position: relative;
  z-index: 999999;
}

.icon-top-wrapper i.search-close-icon {
  font-size: 22px;
  color: #fff;
  z-index: 9999;
  position: relative;
  left: 4px;
  width: 16px;
  height: 16px;
}

.icon-top-wrapper i.search-close-icon:after,
.icon-top-wrapper i.search-close-icon:before {
  position: absolute;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #fff;
  left: 0;
  top: 0;
}

.icon-top-wrapper i.search-close-icon:before {
  transform: rotate(45deg);
}

.icon-top-wrapper i.search-close-icon:after {
  transform: rotate(-45deg);
}

.icon-top-wrapper .search-close-icon {
  display: none;
}

.top-search-input-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  -webkit-animation: searchZoomIn .4s;
  animation: searchZoomIn .4s;
}

.top-search-input-wrap .top-search-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.top-search-input-wrap form {
  width: 100%;
}

.top-search-input-wrap .search-wrap {
  width: 100%;
}

.top-search-input-wrap .search-wrap .search.arino-top-search {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-search-input-wrap .search-wrap .search.arino-top-search input {
  border-radius: 3px;
  border-width: 0;
  height: 60px;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 20px 10px 0;
  width: 100%;
  border-bottom: 3px solid;
  font-size: 24px;
  color: #fff;
  border-radius: 0;
}

.top-search-input-wrap .search-wrap .search.arino-top-search input:focus {
  outline: 0;
  box-shadow: none;
}

.search-popup-icon {
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 15px;
  pointer-events: none;
  line-height: 60px;
}

#sp-bottom .sp-module-title {
  color:#000;
}

#sp-bottom {
    font-size: 16px!important;
}

#sp-bottom .sp-module ul > li {
  margin-bottom: 5px;
}

#sp-footer .sp-copyright {
    letter-spacing: 0px;
}



/* Extra small devices (phones, 600px and down) */
@media screen and (min-width:320px) and (max-width:812px) {
  #sp-header .container {
    display:block!important;
  }
  
  #sp-header .logo {
    margin-bottom: -3rem;
}
  
  .arino-top-search  {
    position: relative;
    bottom: 5rem;
}
    #sp-top-bar,
  .fa-search{
    display:none;
}
  
  .logo-image-phone {
    height: 80px;
    position: relative;
    left: 8rem;
    bottom: 1rem;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  
} 

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width:1024px) {..}

/* Large devices (laptops/desktops, 992px and up) */
 @media screen and (min-width: 900px) and (max-width:1440px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
  .container {
    max-width: 1320px;
}
}

/* Codes for Bootstrap hidden elements on devices
hidden-xs
hidden-sm
hidden-md
hidden-lg
 */

