

.u-header-toggler--top-right, .u-header-toggler--top-right.btn {
	position: absolute;
    width: 40px;
    height: auto;
    top: 36px;
	right: 39px;
    padding: 0;
    border: 0;
}
.hamburger {
    padding: 0;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #ffffff;
    border-radius: 4px;
	height: 5px;
}
.g-bg-black-opacity-0_8 {
  background-color: rgba(45,55,75,0.25) !important;
}
.clr-bg {
    background-color: #ecc647 !important;
}
body[class*="u-body--header-side"] .u-header.u-header--side {
  position: fixed;
  top: 0;
  height: 100%;
  width: 28.5rem;
}
.u-body--header-side-overlay-right .u-header--side, .u-body--header-side-push-right .u-header--side {
  left: auto;
  right: -28.5rem;
}
.g-transition-0_5 {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}
.btn-group-sm > .btn-icon.btn, .btn-icon.btn-sm {
  font-size: .95rem;
  width: 2.3125rem;
  height: 2.3125rem;
}
.list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
.men-link {
    font-family: 'Poppins', sans-serif;
    color: #2d2d2d;
    font-weight: 700;
    font-size: 1.75rem;
}
.men-link small {
    font-family: 'Poppins', sans-serif;
    color: #2d2d2d;
    font-size: 1.45rem;
    font-weight: 700;
}
.men-link li {
    line-height: 1.6;
}
.men-link a {
    color: #2d2d2d;
}
.men-link a:hover, .men-link a:focus {
    color: #ffffff;
    text-decoration: none;
}


.btn-ghost-dark {
  color: #1d1d1d;
}
.men-wrap {
    padding: 27px 0 0 27px;
}
.men-soc {
    margin-top: 1px;
}
.cs-icon-sm {
  width: 12px;
}


















/*--------------------------------------------------
Medium devices (less than 1200px)
----------------------------------------------------*/
@media (max-width: 1199px) {


	
}



/*--------------------------------------------------
IPAD Medium devices (less than 992px)
----------------------------------------------------*/
@media (max-width: 991px) {


	
}



/*--------------------------------------------------
Nexus 7 Small devices (less than 768px)
----------------------------------------------------*/
@media (max-width: 767px) {



}



/*--------------------------------------------------
IP 6 6+, 7+ - (less than 576px)
----------------------------------------------------*/
@media (max-width: 575px) {

.u-header-toggler--top-right, .u-header-toggler--top-right.btn {
    top: 27px;
	right: 32px;
}
.u-body--header-side-overlay-right .u-header--side, .u-body--header-side-push-right .u-header--side {
  right: -100%;
}
body[class*="u-body--header-side"] .u-header.u-header--side {
  width: 100%;
}

}



