#headsection .col {
  height: 100px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#headsection .row {
  position: relative;
  margin: 0px !important;
}

#headsection.northcott .row {
  border-bottom: 2px solid #e2a855;
}

#headsection.banyan .row {
  border-bottom: 2px solid #006371;
}

.login-section {
  position: absolute;
  top: 2px;
  right: 0px;
  bottom: auto;
  left: auto;
  padding-right: 0px !important;
}

.login-section .btn-warning {
  color: #fff !important;
  border: none;
  background-image: none;
  box-shadow: none;
  font-size: 11px;
  height: 17px;
  line-height: 17px;
  width: 80px;
  padding: 0px;
  text-align: center;
}

.northcott .login-section .btn-warning {
  background-color: #e2a855;
}

.banyan .login-section .btn-warning {
  background-color: #006371;
}

.login-section {
  z-index: 2;
}

.login-section .btn-warning {
  border-radius: 0px;
}

#header-logo {
  text-align: center;
  display: flex;
  justify-content: center;
}

.navbar-brand {
  height: 100px;
  outline: none !important;
  padding: 20px 15px 10px;
}

.navbar-brand.northcott-logo img {
  width: 302px;
  height: auto;
  max-width: 100%;
}

.navbar-brand.banyan-logo img {
  width: 266px;
  height: auto;
  max-width: 100%;
}

.northcott .navbar-brand.northcott-logo {
  display: block;
}

.northcott .navbar-brand.banyan-logo {
  display: none;
}

.banyan .navbar-brand.banyan-logo {
  display: block;
}

.banyan .navbar-brand.northcott-logo {
  display: none;
}

#header-right {
  display: flex;
  align-items: flex-end;
}

.search-wrap {
  padding: 0 0 11px 0;
  flex: 1 1 100%;
  display: flex;
}

#txtsearch {
  border: 1px solid #bfbfbf;
  height: 27px;
  border-radius: 0px;
  float: left;
  text-align: center;
  width: auto !important;
  flex: 1 1 100%;
}

.header-search-button {
  flex: 0 0 35px;
}

.header-search-button #btnsearch {
  padding: 0 !important;
  width: 35px;
  height: 29px;
  background-color: transparent !important;
  background-image: url(../images/Search-magnified-glass.jpg);
  background-size: 29px 29px;
  background-repeat: no-repeat;
  background-position: right center;
  color: transparent !important;
}

#website-switcher {
  padding: 30px 0px 16px 0px;
}

.go-to-icon {
  display: inline-block;
  float: left;
  margin-right: 15px;
  outline: none !important;
}

.northcott .go-to-icon .northcott-current {
  display: block;
}

.northcott .go-to-icon .northcott-link-to {
  display: none;
}

.northcott .go-to-icon .banyan-current {
  display: none;
}

.northcott .go-to-icon .banyan-link-to {
  display: block;
  opacity: 0.5;
  width: 121px;
  height: 45px;
  margin-top: 3px;
}

.northcott .go-to-icon:hover .banyan-link-to {
  opacity: 1;
}

.go-to-icon img {
  height: 54px;
  width: auto;
  transition: opacity 0.2s;
}

.banyan .go-to-icon .banyan-current {
  display: block;
    width: 121px;
    height: 45px;
    margin-top: 3px;
}

.banyan .go-to-icon .banyan-link-to {
  display: none;
}

.banyan .go-to-icon .northcott-current {
  display: none;
}

.banyan .go-to-icon .northcott-link-to {
  display: block;
  opacity: 0.5;
}

.banyan .go-to-icon:hover .northcott-link-to {
  opacity: 1;
}



/* ------- lookbook styles  ------- */

.lookbook-row {
    margin: 15px 0 30px;    
}

/*
.lookbook-row:after {
    content: "";
    /*background-color: #e3a856;*/
    height: 2px;
    width: 35%;
    margin: 85px auto 25px;
}
*/

.banyan .lookbook-row:after {
    background-color: #e3a856;
}

.lookbook-row:last-child:after {
    display: none;
}

.lookbook-row .col-lg-9 {
    float: none;
    margin: 0 auto;
}

.lookbook-subtitle {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    margin-bottom: 35px;
}

.issuu-embed-container {
    position: relative;
    padding-bottom: 64.75%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.issuu-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media only screen and (min-width:1200px) {
    .lookbook-subtitle {
        margin-left: -12.5%;
    }
}



/* ------- modal popup styles  ------- */


#confirmRemoveAll .modal-content {
    border-radius: 0px;
    border: 2px solid #e3a856;
}


.banyan #confirmRemoveAll .modal-content {
    border: 2px solid #006371;
}

#confirmRemoveAll .modal-title {
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    background-color: #e3a856;
-webkit-box-shadow: 0px -2px 5px 3px rgba(0,0,0,0.28);
-moz-box-shadow: 0px -2px 5px 3px rgba(0,0,0,0.28);
box-shadow: 0px -2px 5px 3px rgba(0,0,0,0.28);
}


.banyan #confirmRemoveAll .modal-title {
    background-color: #006371;
}

#confirmRemoveAll .modal-body {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 40px 20px;
}

#confirmRemoveAll .modal-footer {
    border: 0;
    text-align: center;
    padding-top: 0px;
}

#confirmRemoveAll .btnorange {
    border-radius: 0px;
    font-size: 14px;
    line-height: 20px;    
}

/*---------------------------------------*/


#confirmRemoveSelected .modal-content {
    border-radius: 0px;
    border: 2px solid #e3a856;
}


.banyan #confirmRemoveSelected .modal-content {
    border: 2px solid #006371;
}

#confirmRemoveSelected .modal-title {
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    background-color: #e3a856;
-webkit-box-shadow: 0px -2px 5px 3px rgba(0,0,0,0.28);
-moz-box-shadow: 0px -2px 5px 3px rgba(0,0,0,0.28);
box-shadow: 0px -2px 5px 3px rgba(0,0,0,0.28);
}


.banyan #confirmRemoveSelected .modal-title {
    background-color: #006371;
}

#confirmRemoveSelected .modal-body {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 40px 20px;
}

#confirmRemoveSelected .modal-footer {
    border: 0;
    text-align: center;
    padding-top: 0px;
}

#confirmRemoveSelected .btnorange {
    border-radius: 0px;
    font-size: 14px;
    line-height: 20px;    
}


/*---------------------------------------*/

@media only screen and (min-width: 768px) {
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    //-webkit-transform: translate3d(0, -300px, 0);
    //transform: translate3d(0, -300px, 0);
    opacity: 1;
  }
}



/* --- RESPONSIVE --- */



@media (min-width: 992px) {
  .navbar-default {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .navbar-collapse {
    border-top: none;
    box-shadow: none;
  }
  .navbar-nav>li {
    float: left;
  }
  .navbar-collapse.collapse {
    display: block !important;
  }
  .navbar-header {
    display: none;
  }
  .navbar-header .search-wrap {
    display: none;
  }
  .navbar-toggle {
    display: none;
  }
  
  .navbar-collapse.collapse.in {
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    width: 100% !important;
    flex: 1 0 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #headsection .row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #headsection .col {
    height: auto;
  }
  .login-section {
    right: 15px;
  }
  #header-right {
    display: none;
  }
  #website-switcher {
    padding: 0px;
    height: 40px !important;
  }
  .go-to-icon {
    margin-right: 10px;
  }
  .go-to-icon img {
    height: 36px;
  }
  .navbar-brand {
    padding-top: 0px;
    height: auto;
  }
  .navbar-header .search-wrap {
    margin: 10px 0px 0px 0px !important;
    float: right;
  }
  #txtsearch {
    height: 30px;
  }
  .navbar-toggle {
    left: 0 !important;
  }
  .navbar-nav {
    margin: 7.5px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse.in {
    width: calc(100% - 30px) !important;
    margin: 0px 15px;
  }
}

@media (max-width: 750px) {
  .navbar-header .search-wrap {
    width: calc(100vw - 92px) !important;
  }
}

@media (max-width: 640px) {
  .navbar-brand img {
    height: 50px !important;
    width: auto !important;
  }
}

/* --- FOOTER section --- */

.footer .footer-columns {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 25px;
  flex-wrap: wrap;
}

.footer .figo-link {
  flex: 0 0 180px;
}

.footer .figo-link a:hover img {
  opacity: 0.65;
}

.footer .figo-link img {
  width: 100%;
  height: auto;
  transition: opacity 0.2s;
}

.footer .footer-columns .footer-right {
  display: flex;
  flex: 0 0 auto;
}

.footer-nav-column {
  flex: 0 0 130px;
  margin-bottom: 25px;
}

.footer-nav-column a {
  display: block;
  color: #000;
  font-weight: bold;
}

.footer.northcott {
    border-top: 2px solid #e2a855;
}

.footer.banyan {
    border-top: 2px solid #006371;
}

.footer.northcott .social-links.northcott {
  display: block;
}

.footer.banyan .social-links.banyan {
  display: block;
}

.footer.northcott .social-links.banyan {
  display: none;
}

.footer.banyan .social-links.northcott {
  display: none;
}

.footer .social-links {
  margin-left: 25px;
}

.footer .social-links {
  flex: 0 0 275px;
}

.footer .social-links div {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11.7px;
  line-height: 1.2;
  text-align: right;
}

.footer .social-links .btn {
  background-color: #e2a855;
  color: #fff;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 10px 0px;
  transition: background-color 0.2s;
}

.footer .social-links.banyan .btn {
  background-color: #006371;
}

.footer .social-links .btn:hover {
  background-color: #000;
}

.footer .social-media-icons a {
  margin-left: 2px;
  transition: opacity 0.2s;
}

.footer .social-media-icons a:hover {
  opacity: 0.5;
}

.footer .social-media-icons a img {
  width: 30px;
  height: 30px;
}


/* --- FOOTER responsive --- */

@media (max-width: 750px) {
  .footer .footer-columns .footer-right {
    flex: 1 1 100%;
    justify-content: space-between;
    margin-top: 25px;
  }

  .footer .figo-link {
    order: 99;
    margin-top: 25px;
    }

}

@media (max-width: 480px) {

  .footer .footer-columns .footer-right {
    flex-wrap: wrap;
  }
  .footer .figo-link,
  .footer .footer-columns .footer-right>div {
    flex: 1 1 100%;
  }
  .footer .figo-link img {
    width: 180px;
    height: auto;
  }
  .footer .social-links {
    margin-left: 0px;
  }
  .footer .figo-link,
  .footer-nav-column,
  .footer .social-links div {
    text-align: center;
  }
}


/* --- end FOOTER section ---*/