
[center] { text-align: center !important; }
[left]   { text-align: left !important; }
[right]  { text-align: right !important; }
[top]    { vertical-align: top !important; }
[middle] { vertical-align: middle !important; }
[bottom] { vertical-align: bottom !important; }

[cred]     { color: red !important; }
[cblue]    { color: blue !important; }
[cgreen]   { color: green !important; }
[cyellow]  { color: yellow !important; }
[caqua]    { color: aqua !important; }
[cblack]   { color: black !important; }
[cgrey]    { color: grey !important; }
[cwhite]   { color: white !important; }
[corange] { 
  color: rgb(234, 122, 12) !important;
  text-shadow: 1px 1px 1px #FFF;
}

[cdarkred]     { color: darkred !important; }
[cdarkblue]    { color: darkblue !important; }
[cdarkgreen]   { color: darkgreen !important; }
[cdarkyellow]  { color: darkyellow !important; }
[cdarkaqua]    { color: darkaqua !important; }
[cdarkblack]   { color: darkblack !important; }
[cdarkgrey]    { color: darkgrey !important; }

[bred]     { color: red !important; }
[bblue]    { color: blue !important; }
[bgreen]   { color: green !important; }
[byellow]  { color: yellow !important; }
[baqua]    { color: aqua !important; }
[bblack]   { color: black !important; }
[bgrey]    { color: grey !important; }

[bdarkred]     { color: darkred !important; }
[bdarkblue]    { color: darkblue !important; }
[bdarkgreen]   { color: darkgreen !important; }
[bdarkyellow]  { color: darkyellow !important; }
[bdarkaqua]    { color: darkaqua !important; }
[bdarkblack]   { color: darkblack !important; }
[bdarkgrey]    { color: darkgrey !important; }

[fright] { float: right !important; }
[fleft]  { float: left !important; }
[hide] { display: none; }

[success] { color: darkgreen; }
[warning] { color: orange; }

[i] { font-style: italic !important; }
[s] { text-decoration: line-through !important; }
[u] { text-decoration: underline !important; }
[b] { font-weight: bold !important; }

[clear] {
	clear: both !important;
}

[nopadding] { padding: 0px !important; }
[nopaddingleft] { padding-left: 0px !important; }
[nopaddingright] { padding-right: 0px !important; }
[nopaddingtop] { padding-top: 0px !important; }
[nopaddingbottom] { padding-bottom: 0px !important; }

[nomargin] { margin: 0px !important; }
[nomarginleft] { margin-left: 0px !important; }
[nomarginright] { margin-right: 0px !important; }
[nomargintop] { margin-top: 0px !important; }
[nomarginbottom] { margin-bottom: 0px !important; }


@media (min-width: 1200px) {
  .container {
      width: 980px;
  }
} 

[bdys] * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
[bdys] .glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}
[bdys] .fa {
  font-family: FontAwesome !important;
} 
[bdys] {
  background: #F9f9f9;
}
[bdys] input:hover,
[bdys] input:active,
[bdys] input:focus,
[bdys] button:focus-visible {
  outline: none !important;
}
[bdys] .logo {
  width: 75px;
}
[bdys] .logo img {
  width: 100%;
  height: auto;
}
[bdys] .header_top {
  background: none repeat scroll 0 0 #1281b9;
}
[bdys] .header_bottom {
  padding: 10px 0px;
  background: #f9f9f9;
}
[bdys] #header {
  background: #FFF;
}
[bdys] .container {
  /*background: #FFF;*/
}
[bdys] #mainContent {
  background: #FFF;
}
[bdys] .bold_line span {
  background-color: transparent;
  background: var(--bg-label); 
  background-repeat: repeat-x;
}
[bdys] .title_text {
  background: #FFF;
  font-size: 15px;
} 
[bdys] .content_bottom {
  padding: 0px 30px;
}
[bdys] .single_bottom_rightbar > h2 {
  font-size: 15px;
  padding-bottom: 0px;
  border-color: rgb(0 0 0 / 8%);
}
[bdys] .single_bottom_rightbar > h2:after {
  content: "";
}
[bdys] .single_bottom_rightbar > h2:before {
  content: "";
}

[bdys] [navfix] {
  border: 0px !important;
  border-top: 5px solid #03a9f4 !important;
  background: #FFF;
  box-shadow: 0px 0px 5px -1px #000; 
}

[bdys] #navarea {
  background: rgb(2 139 201 / 39%);
  margin-top: 8px;
}
[bdys] #navarea.fixed-top {
  background: #FFF;
  box-shadow: 0px 0px 8px -1px black;
}
[bdys] .header_top_right {
  padding-right: 10px;
}
[bdys] .search_form {
  padding: 3px 0px 0px 0px !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 5px;
}
[bdys] .search_form input[type="text"] {
  border-radius: 3px 0px 0px 3px;
  font-size: 12px;
  background: rgb(255 255 255 / 74%);
}
[bdys] .search_form input[type="text"]:focus,
[bdys] .search_form input[type="text"]:focus-visible {
  outline: none;
}
[bdys] .search_form button {
  background: #FFF;
  border-radius: 0px 3px 3px 0px;
  background: rgb(255 255 255 / 74%);
}
[bdys] .search_form button:hover,
[bdys] .search_form button:active,
[bdys] .search_form button:focus,
[bdys] .search_form button:focus-visible {
  outline: none;
}
[bdys] .search_form:hover input[type="text"],
[bdys] .search_form:hover button {
  background: #FFF;
}

[bdys] .header_top_right > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
[bdys] .header_top_right [btnLogin]:hover,
[bdys] .header_top_right [btnLogin]:active,
[bdys] .header_top_right [btnLogin]:focus,
[bdys] .header_top_right [btnLogin]:focus-visible {
  outline: none !important;
}
[bdys] .header_top_right [btnLogin] {
  padding: 0px !important;
  line-height: normal;
  margin: 0px;
  background: transparent;
  color: #FFF;
  font-weight: bold;
  margin-left: 20px;
  font-size: 12px;
}
[bdys] .header_top_right [btnLogin] img {
  width: 27px;
  height: 27px;
}
/*[bdys] .fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
  position: fixed; 
  right: 0;
  left: 0;
  z-index: 1030;
}
[bdys] .custom_nav {
  border: 0px;
}
[bdys] .navbar-default {  
  border: 0px;
  min-height: auto;
  background: transparent;
}
[bdys] .navbar-default .navbar-nav > li > a {
  color: rgb(0 0 0 / 73%); 
  padding: 8px 10px;
  font-size: 13px;
  text-transform: none;
  border: 0px;
  margin: 0px;
}
[bdys] .navbar-default .navbar-nav > li:hover > a, 
[bdys] .navbar-default .navbar-nav > li:focus > a {
  background: #1281b9;
  color: #FFF; 
}
[bdys] .navbar-default .navbar-nav > li.dropdown > a:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  padding-left: 7px;
}
[bdys] .navbar-nav > li > .dropdown-menu {
  margin-top: 0px; 
  border: none;
  background-color: #b6d8e9;
}
[bdys] .dropdown-menu > li > a {
  border: none;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
[bdys] .dropdown-menu > li > a:hover, 
[bdys] .dropdown-menu > li > a:focus {
  border: none; 
  color: #1281b9;
}
[bdys] .dropdown-menu > li:hover > a, 
[bdys] .dropdown-menu > li:focus > a { 
  background: rgb(255 255 255 / 49%);
  color: #1281b9;
}
[bdys] .navbar-default .navbar-nav > li.dropdown > ul {

}  
[bdys] .navbar-default .navbar-nav > li.dropdown > ul > li[sbmenu] > a:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  right: 0px;
  position: absolute;
  margin-right: 12px;
  margin-top: 1px;
}
[bdys] .navbar-default .navbar-nav > li.dropdown > ul > li[sbmenu] > ul {
  position: absolute;
  left: 100%;
  background: rgb(209 226 235);
  width: auto;
  display: none;
  margin-top: -32px;
}
[bdys] .navbar-default .navbar-nav > li.dropdown > ul > li[sbmenu]:hover > ul {
  display: block;
}
[bdys] .navbar-default .navbar-nav > li.dropdown > ul > li[sbmenu] > ul > li {
  
}
[bdys] .navbar-default .navbar-nav > li.dropdown > ul > li[sbmenu] > ul > li > a {
  padding: 7px 15px !important;
  white-space: nowrap;
  position: relative;
  display: block;
  font-size: 12px;
  min-width: 150px !important;
} 
[bdys] .navbar-default .navbar-nav > li.dropdown > ul > li[sbmenu] > ul > li:hover a {
  background: #fbfbfb;
}
[bdys] .navbar-default .navbar-nav > li.dropdown > ul > li[sbmenu] > ul > li > a:hover {
  
}  
[bdys] .top_nav li a {
  color: rgb(255 255 255 / 73%);
  font-size: 12px;
}
[bdys] .top_nav li a:hover {
  color: #FFF;
}*/

.navbar-nav>li>.dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
}
.navbar-nav>li>.dropdown-menu > ul {
  border: 1px solid rgba(0,0,0,.15);
  background: #FFF;
  border-radius: 4px;
  padding: 15px 10px;
  box-shadow: 0px 0px 6px -3px #000;
}
.navbar-default .navbar-nav>li>a {
    width:200px;
    font-weight:bold;
}
.mega-dropdown {
    position: static !important;
    width:100%;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.navbar-default .navbar-nav > li:hover > a, 
.navbar-default .navbar-nav > li:focus > a { 
  border: none;
}
.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > a {
  background-color: transparent;
  color: #777;
  border: 0px;
  text-transform: none;
  margin: 11px 0px 0px 0px;
  padding: 5px 7px;
  width: auto;
  line-height: normal;
  font-weight: normal;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li:hover > a, 
.navbar-default .navbar-nav > li:focus > a {
    background-color: transparent;
    color: #03a9f4; 
}
@media (min-width: 768px)
    {
  li.dropdown.mega-dropdown:hover .dropdown-toggle:after {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    left: calc(100% - 24px);
    position: absolute;
    bottom: -12px;
    z-index: 1500;
  }
  li.dropdown.mega-dropdown:hover .dropdown-toggle span:after {
    border-bottom: 9px solid #ccc;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    left: calc(100% - 18px);
    position: absolute;
    bottom: -18px;
    z-index: 8;
  }
/*.open .dropdown-toggle:after {
    border-bottom: 15px solid #fff;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    content: "";
    left: 163px;
    position: absolute;
    bottom: -21px;
    z-index: 1500;
}*/
/*.open .dropdown-toggle span:after {
    border-bottom: 17px solid #ccc;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    content: "";
    left: -10px;
    position: absolute;
    bottom: -41px;
    z-index: 8;
}*/
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

[bdys] [hdrc] {
  margin-top: 56px;
}
@media (min-width: 768px) {
  [bdys] .navbar-right {
      float: right!important;
      margin-right: -0px;
  }
}

[bdys] [dddefault].dropdown-menu {
  background: #FFF;
} 
[bdys] [dddefault].dropdown-menu > li {
  
} 
[bdys] [dddefault].dropdown-menu > li.dropdown-header {
  font-size: 14px;
  padding-left: 15px;
  font-weight: bold;
} 
[bdys] [dddefault].dropdown-menu > li > a {
  color: #777 !important;
  border: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
} 
[bdys] [dddefault].dropdown-menu > li:hover > a,
[bdys] [dddefault].dropdown-menu > li > a:hover,
[bdys] [dddefault].dropdown-menu > li > a:focus {
  border: 0px !important;
  padding-left: 15px !important;
  color: #03a9f4 !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
} 
[bdys] [dddefault].dropdown-menu > li > a:hover {
  
} 
[bdys] .header_bottom_right { 
  width: 670px;
}
[bdys] .header_bottom_right [imgbann] {
  width: 100%;
}
[bdys] .navbar-default .navbar-toggle .icon-bar {
  background-color: #777;
}
[bdys] .navbar-default .navbar-toggle:hover, 
[bdys] .navbar-default .navbar-toggle:focus {
  background-color: #03a9f4;
}
[bdys] .navbar-default .navbar-toggle:hover .icon-bar, 
[bdys] .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #FFF;
}
[bdys] .dropdown-header {
  padding-left: 0px;
  font-size: 14px;
}
[bdys] #navarea {
  background: #FFF;
}
[bdys] #navarea .navbar-default {
  background: transparent;
  border: none;
  min-height: auto;
}
[bdys] [box-search] {
  background: #f6f6f6;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee; 
  padding: 0px 7px;
}
[bdys] [box-search] input[type="text"] {
  border: none;
  background: transparent;
  height: 100%;
}
[bdys] [box-search] input[type="text"]:placeholder {
  color: rgb(119 119 119 / 58%);
}
[bdys] [box-search] button {
  
}
[bdys] .acme-news-ticker {
  height: 30px;
  border-color: #777;
}
[bdys] .acme-news-ticker-label {
  background: #777;
  padding: 4px 5px 0px 5px;
}
[bdys] .acme-news-ticker-label img {
  width: 20px;
}
[bdys] .acme-news-ticker-box {
  padding-top: 4px; 
}
[bdys] .acme-news-ticker-box .acmeticker-wrap {

}
[bdys] .acme-news-ticker-box .acmeticker-wrap .my-news-ticker {

}
[bdys] .acme-news-ticker-box .acmeticker-wrap .my-news-ticker li {

}

[bdys] [box-social] {
  background: #f6f6f6;
  border-left: 1px solid #FFF;
  padding: 0px 0px 0px 10px;
}
[bdys] [box-social] .wrapper {
  display: inline-flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center; 
} 

[bdys] [box-social] .wrapper i {
  padding: 0px 4px;
  color: #4867AA;
  cursor: pointer;
  /*text-shadow: 0px 4px 5px rgb(0 0 0 / 40%);*/
  transition: all ease-in-out 150ms;
  font-size: 30px;
}
  
[bdys] [box-social] .wrapper i:hover {
  margin-top: -10px;
  /*text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);*/
  transform: translate(0, -8);
}
[bdys] .navbar-nav [accnt] {
  padding: 10px 7px;
  cursor: pointer;
}
[bdys] .navbar-nav [accnt] span {
  margin-left: 25px;
}
[bdys] .navbar-nav [accnt] [img-profil] {
  width: 30px;
  height: 30px;
} 
[bdys] .content_top_right {
  padding-right: 10px;
}
[bdys] .content_top_right > ul { 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
[bdys] .featured_nav li {
  width: 32%;
  margin: 0px 0px 10px 0px;
  height: 150px;
}
[bdys] .featured_nav li .title_caption {

}
[bdys] .featured_nav li:hover .title_caption {
  max-height: 75px;
  overflow: hidden;
}
[bdys] .featured_nav li .title_caption a {
  font-size: 12px;
  line-height: normal;
}
[bdys] .featured_nav li:hover .title_caption a {

}
[bdys] .slick-prev, 
[bdys] .slick-next {
  background-color: transparent;
}
[bdys] .single_iteam h2 {

}
[bdys] .single_iteam h2 a {
  font-size: 14px;
}
[bdys] .single_iteam h2 a:hover {
  text-decoration: none;
}
[bdys] .catg1_nav li .post_titile a {
  font-size: 14px;
  line-height: normal;
}
[bdys] .catg1_nav li .post_titile a:hover {
  color: #03a9f4;
}
[bdys] .single_featured_slide > h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
[bdys] .single_featured_slide > h2 a {
  font-size: 14px;
}
[bdys] .single_featured_slide > h2 a:hover {
  color: #03a9f4;
}
[bdys] .slick-slider {
  margin-bottom: 0px;
}
[bdys] .content_middle_middle {
  border: 0px;
}
[bdys] .content_middle_middle:before {
  display: none;
}
[bdys] .content_middle_middle:after {
  display: none;
}
[bdys] [box-bann-ikl] {
  height: 120px;
  padding: 12px 0px;
  display: inline-block;
}
[bdys] [box-bann-ikl] img {
  width: 100%;
  height: 100%;
}
[bdys] .catg_titile {
  margin: 5px 0px 8px 0px;
  line-height: normal;
  font-size: inherit;
  width: 100%;
}
[bdys] .catg_titile a {
  font-size: 17px;
  line-height: normal;
}
[bdys] .catg_titile a:hover {
  color: #03a9f4;
}
[bdys] span.meta_date:hover, 
[bdys] span.meta_comment:hover, 
[bdys] span.meta_more:hover {
  color: #03a9f4;
}
[bdys] a:hover {
  color: #03a9f4 !important;
}
[bdys] span.meta_date:hover, 
[bdys] span.meta_comment:hover, 
[bdys] span.meta_more:hover, 
[bdys] span.meta_comment a:hover, 
[bdys] span.meta_more a:hover {

}
[bdys] span[date_thumbs] { 
  display: inline-block;
  margin-right: 8px;
  color: #aaa;
  font-size: 12px
}
[bdys] span[date_thumbs]:before { 
    padding-right: 4px; 
}
[bdys] .labels_nav li a {
  
}
[bdys] .labels_nav li a:hover {
  background-color: #03a9f4;
  color: #FFF !important;
}
[bdys] .single_footer_top > h2 {
  color: #FFF !important;
}
[bdys] .scrollToTop, 
[bdys] .pagination_area ul li a {

}
[bdys] .scrollToTop, 
[bdys] .pagination_area ul li a:hover {
  background: #03a9f4;
}
[bdys] .scrollToTop {
  bottom: 53px;
  right: 35px;
  width: 30px;
  height: 30px;
  line-height: normal;
  padding: 0px 0px;
  font-size: 23px;
}
[bdys] .scrollToTop:hover {
  color: #fff !important;
}
[bdys] [btn-m-nav] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
[bdys] [btn-m-nav] button {
  margin: 0px 5px 5px 5px !important;
  width: 68px !important;
  background: transparent;
  border: none;
}
[bdys] [btn-m-nav] button img {
  width: 100%;
  height: 100%;
}
[bdys] [btn-m-nav] button span {
  width: 100%;
  font-size: 11px;
  line-height: normal;
  display: block;
  margin-top: 5px;
}

[icon_submenu_navbar] {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
[icon_submenugrid_navbar] {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
[icon_menu_navbar] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.single_iteam h2 {
  top: auto;
  bottom: 0px;
}

[cntboxf] {
  padding: 0px;
}

[cntboxf] > p {
  margin: 0px;
}

[listf] {

}
[listf] h2 {
  
}

[listf] ul.labels_nav {
  
}

[listf] ul.labels_nav li {
  display: block;
}
[listf] ul.labels_nav li a {
  padding: 0px;
  font-size: 12px;
  line-height: normal;
  height: auto;
  margin: auto;
  background: none;
}
[listf] ul.labels_nav li a:hover {
  background-color: transparent !important;
  color: #03a9f4 !important;
}

.single_page_area > h2 {
  border-left: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 22px;
  line-height: normal;
}

.like-container{filter: url('#filter');}
.like-cnt{  
  position: absolute; 
  cursor: pointer;
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%);     
  background: rgb(3 169 244);    
   width: 60px; 
  height: 60px;  
  border-radius: 50%;
  text-align: center;
  line-height: 75px;
  z-index: 10;
}
.like-btn {
  color: #fff;
  font-size: 32px;
} 

.gp-header{font-family: georgia; font-size: 40px; color: #ddca7e; font-style: italic; text-align: center; margin-top: 31px;}
.gp-footer{position: fixed; color: #fff; bottom: 10px; left: 50%; font-family: georgia; font-style: italic; transform: translateX(-50%);}
.gp-footer .soc_icons{display: inline-block; color: #ddca7e; margin: 0px 0px;}

.share_post {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.share_post > div {
  display: block;
  float: left;
  margin-bottom: 25px;
  margin-right: 10px;
  padding-right: 10px;
  width: 85px;
}

[cntlist] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
[cntlist] .fashion_catgnav li {
  border: none;
}
[cntlist] > div:nth-of-type(odd) {
  margin-right: 5px;
}
    
[cntlist] > div:nth-of-type(even) {
      margin-left: 5px;
}
[cloader] {
  text-align: center;
  margin: 20px 0px;
}
[cloader] img {
  
}

[table_page] {
  font-size: 12px;
  margin: auto;
}
[table_page] tr {

}
[table_page] tr th {
  background: rgb(121 137 146 / 22%);
  border: 1px solid rgb(121 137 146);
  padding: 5px 8px;
}
[table_page] tr td {
  padding: 3px 8px;
  vertical-align: top;
}
[table_page] tr:nth-child(even) td {
  
}
[table_page] tr:nth-child(odd) td {
  background: rgb(226 229 231 / 51%);
}
[table_page] tr:hover td {
  background: rgb(226 229 231);
}
[table_page] tr td [ltop] {

}
[table_page] tr td [lbottom] {
  display: block;
  font-size: 10px;
}
[table_page] tr td [lnodata] {
  font-size: 11px;
  font-style: italic;
  color: #929fa6;
}
[table_page] tr td a {
  color: #343434;
}

.single_page_content img {
  margin-bottom: 25px !important;
}

.single_iteam.slick-slide img {
  width: 100% !important; 
}

@media (max-width: 991px) {
  .header_bottom_left {
    width: 80px;
  }
  .header_bottom_right {
    display: inline;
    width: auto !important;
    max-width: 370px !important;
  }
}  