/* 

Xenon Template

http://www.templatemo.com/tm-416-xenon

   ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== 

*/

html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.map-canvas {
	height: 330px;
}
.margin-bottom {
	margin-bottom: 30px;
}
.video-holder iframe {
	border: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.text-muted {
  color: #848b8f;
}
/* ==========================================================================
    Forms
   ========================================================================== */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"],
form textarea {
  background: #fff;
  color: #777777;
  border: 1px solid #d2d2d2;
  padding: 12px 15px;
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form textarea:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #f55858;
}
label {
  font-weight: normal;
}
#lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
}
#lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
}
body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}
.lightbox-loading {
  background: url(../images/loading.gif) center center no-repeat;
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}
.lightbox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.lightbox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.lightbox-button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.lightbox-button:hover,
.lightbox-button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.lightbox-close {
  right: 10px;
  top: 10px;
  background-image: url('../images/close.png');
}
.lightbox-next {
  right: 10px;
  top: 48%;
  background-image: url('../images/next.png');
}
.lightbox-previous {
  left: 10px;
  top: 48%;
  background-image: url('../images/previous.png');
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html,
body {
  font-size: 100%;
}
body {
  background: #ffffff;
  color: #777777;
  font-size: 13px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}
a {
  color: #f55858;
  text-decoration: none !important;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
a:hover {
  color: #232323;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}


/* ==========================================================================
    Header
   ========================================================================== */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default {
  background-color: #f55858;
  border-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 40px;
  color: #fff;
  background-color: #f55858;
  font-size: 18px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  font-size: 18px;
  color: #fff;
  background-color: #f55858;
}
header.site-header {
  background-color: #f55858;
  padding-bottom: 120px;
}
.logo-wrapper {
  margin: 30px 20px;
  position: relative;
  z-index: 10;
}
.logo-wrapper a.navbar-brand {
  position: relative;
  /* background: #fff url(../images/mouse.png) no-repeat 20px center; */
  margin: 0 !important;
  height: 80px;
  display: inline-block;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.logo-wrapper a.navbar-brand h1 {
  font-style: normal;
  color: #f55858;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 0 85px;	
}
.logo-wrapper a.navbar-brand:hover,
.logo-wrapper a.navbar-brand:focus{
  background-color: inherit ;
  outline: none;	
}
.logo-wrapper .logo-s {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/logo-s.png) no-repeat;
  margin-right: -99px;
  margin-top: -19px;
  width: 122px;
  height: 122px;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
#main-menu ul {
  position: relative;
  z-index: 9;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  /* height: 80px; */
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
#main-menu ul .nav-s {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/nav.png) no-repeat;
  margin-left: -99px;
  margin-top: -23px;
  width: 122px;
  height: 122px;
}
#main-menu ul li a {
  padding: 0;
  margin: 0 17px;
  line-height: 80px;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
#main-menu ul li a:hover {
  color: #f55858;
}

#main-menu ul li:last-child {
  margin-right: 30px;
}
#main-menu ul li.active a {
  background: transparent;
  color: #f55858;
}
/*** TOP SECTION STYLING ***/
.top-section {
  background-color: #f55858;
  padding-bottom: 254px;
  padding-top: 30px;
  color: #fff;
}
.top-section .image-holder {
  text-align: center;
}
.top-section .image-holder img {
    width: 90%;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);    
}
.top-section h4 {
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 300;
  margin: 0;
}
.top-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0px 0;
}
.top-section h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0;
}
.top-section h5 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.top-section p {
  margin: 14px 0;
  width: 70%;
}
.top-section a.button {
  border: 2px solid #fff;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
}
.top-section a {
	color: #ff6;
}
.top-section a:hover {
	color: #600;
}
/*** PRODUCT STYLING ***/
#products {
  /* background: url(../images/bg1.png) no-repeat center top; */
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 80px;
  margin-top: -640px;
}
#products #product-inner {
  padding-top: 200px;
}
#products .circle {
  width: 370px;
  height: 370px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin-top: -50px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#products .circle h3 {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 37%;
  left: 0;
  font-size: 26px;
  color: #222;
  line-height: 50px;
  font-weight: 400;
  padding: 0 40px;
}
#products .product-item {
  margin-top: 30px;
}
#products .product-item h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
/*** PORTFOLIO STYLING ***/
#portfolio {
  padding-top: 80px;
  /* margin-top: -440px; */
  padding-bottom: 100px;
}
#portfolio .title h2 {
  font-size: 22px;
  color: #222222;
  font-weight: 700;
  margin: 0 0 65px 0;
}
#portfolio .title span {
  font-size: 15px;
  font-weight: 300;
}
.comm-preview-item{
  	
}
.open-comm-icon{
	margin-top: 45%;
	font-size: 20px;
}
#portfolio .work-item {
  margin-top: 40px;
    text-align: center;
}
#portfolio .work-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 20px 0 5px 0;
}
#portfolio .work-item span {
  color: #f55858;
}
#portfolio .work-item .image-holder {
  overflow: hidden;
  position: relative;
}
#portfolio .work-item .image-holder img {
  width: 100%;
}
#portfolio .work-item .image-holder .overlay-com {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(245,88,88,.8);
  color: #fff;
  top: 0;
  left: 0;
  text-align: center;
  border-radius: 50%;    
}
#portfolio .work-item .image-holder .overlay-com a {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 650ms ease-in-out;
  -moz-transition: all 650ms ease-in-out;
  -o-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
  line-height: 50px;
}
#portfolio .work-item .image-holder:hover .overlay-com {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#portfolio .work-item .image-holder:hover .overlay-com a {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#portfolio .filters {
  margin-top: 60px;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}
#portfolio .filters li {
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
  cursor: pointer;
}
#portfolio .filters li.active {
  color: #f55858;
}
#portfolio #Grid .mix {
  display: none;
  opacity: 0;
}
/*** BOTTOM SECTION STYLING ***/
#bottom-section {
  background:
  url(../images/bg2.png) no-repeat center top,
  url(../images/bg1.png) no-repeat center top;
  background-size: cover;
  background-position: center top, center -80px; /* Move bg1 up by 100px */
  padding-top: 300px;
  margin-top: -320px;
}
#promotion {
  padding-top: 100px;
}
#promotion .left-one h1 {
  font-size: 30px;
  font-weight: 300;
  color: #222;
  margin: 0 0 60px 0;
}
#promotion .left-one h1 em {
  font-style: normal;
  color: #f55858;
}
#promotion .right-one {
  color: #fff;
}
#promotion .right-one .title {
  padding-top: 60px;
  margin-bottom: 80px;
}
#promotion .right-one .title h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #fff;
}
#promotion .right-one .title span {
  font-size: 16px;
  font-weight: 300;
}
#promotion .right-one .text-left {
  margin-left: 40px;
}
#promotion .right-one .text-left h4 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 40px 0;
}
#promotion .right-one .text-left ul {
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
#promotion .video-holder {
  margin-top: 80px;
  overflow: hidden;
}
#promotion .video-holder iframe {
  width: 100%;
}
#promotion .video-holder h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
#contact {
  padding-top: 80px;
  margin-bottom: 60px;
}
#contact fieldset {
  margin-bottom: 30px;
}
#contact h2 {
  font-size: 22px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px 0;
}
#contact span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
#contact form {
  margin-top: 60px;
}
#contact input[type=submit] {
  border: 0;
  outline: 0;
  background: #f55858;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#contact input[type=submit]:focus {
  border: 0;
  outline: 0;
}
#contact textarea {
  height: 140px;
}
#contact .contact-form {
  padding-top: 80px;
}
#contact .right-contact h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  color: #e2e2e2;
  margin: 0 0 60px 0;
}
footer {
  background: #f55858;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0;
  margin-bottom: 20px;
}
footer p {
  margin: 0;
  padding: 0;
}
footer a {
  color: #fff;
}
footer .social {
  text-align: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .social li {
  display: inline-block;
  margin-left: 20px;
}

/*Feedback*/
.popup h1 { /* заголовок 1 */
    color: #008000;
    text-align: left;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    font:24px 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: bold;
}
.popup h2 { /* заголовок 2 */
    color: #008000;
    text-align: left;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    font:22px 'Trebuchet MS', Helvetica, sans-serif;
}
/* Базовые стили слоя затемнения и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8010;
    visibility: hidden;
    /* фон затемнения */
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.is-image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display:block;
    margin: auto;
    width: 100%;
    height: auto;
    /* скругление углов встроенных картинок */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
/* встроенные элементы м-медиа, фреймы */
embed, iframe {
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
/* стили модального окна */
.popup {
    top: 0;
    right: 0;
    left: 0;
    font-size: 14px;
    z-index: 8011;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    width: 90%;
    min-width: 320px;
    max-width: 600px;
    /* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    /* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    /* внешняя тень */
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
    /* полная прозрачность окна, появление при клике */
    opacity: 0;
    /* эффект перехода (появление) */
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.overlay:target+.popup {
    top: 40%;
    visibility: visible;
    opacity: 1;
}
/* формируем кнопку закрытия */
.close {
    position: absolute;
    top: -10px;
    right: -10px;padding: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
.popup p, .popup div {
    margin-bottom: 10px;
}
/*end*/

/*Socials*/
.fb-post, .twitter-tweet, .LI-profile-badge{
	float:right;
}
.LI-profile-badge footer{
	background: #fff!important;
}

.uppercase{	text-transform: uppercase; }
.hide{ display: none; }


/**/

/*Перечеркиваем что либо*/
.del-cross {
	display:block;
	position:relative;
	overflow:hidden; /* запрещает обтекать другие блоки */
}

del.cross:before,
.del-cross:before {
	content:'';
	position:absolute;
	display:block;
	width:auto;
	height:auto;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0,0) url(../images/close.svg) no-repeat;
	background-size:100% 100%; /* растягивает фон на всю ширину и высоту блока */
}

.line-through{ display: inline-block!important;}


@media (max-width: 1200px) {
  #products .circle {
    width: 270px;
    height: 270px;
    margin-top: 0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
  }
  #products .circle h3 {
	  top: 22%;
	  line-height: 34px;
  }
  #main-menu ul li a {
    margin: 0 14px;
  }
}
/*  Medium devices (desktops, 992px and up)  */
@media (max-width: 992px) {
  .top-section {
    text-align: center;
    padding-bottom: 600px;
  }
  .top-section .image-holder {
    text-align: center;
    margin-bottom: 80px;
  }
  .top-section p {
    margin-left: auto;
    margin-right: auto;
  }
  #products {
    margin-top: -900px;
  }
  #products .product-item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #products .product-item h4 {
    color: #222;
  }
  #products .circle {
    margin: 0 auto;
    text-align: center;
  }
  #promotion .right-one .text-left {
    margin-left: 200px;
  }
}
/*  Small devices (tablets, 768px and up)  */
@media (max-width: 768px) {
  #main-menu ul {
    height: auto;
    background: #fff;
    margin: 20px;
    padding: 20px 0;
  }
  #main-menu ul span {
    display: none;
  }
  #main-menu ul li {
    line-height: 40px;
  }
  #main-menu ul li a {
    line-height: 40px;
  }
  .row{text-align: center;}
	#promotion .right-one .title h3{text-shadow: 0px 1px 5px rgba(0, 0, 0, .8);	}	
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

   .logo-wrapper {
    display: flex;
    align-items: center;
    gap: 16px; /* space between logo and text */
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    margin-top: 30px;
  }
  
  .logo-img {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain;
    flex-shrink: 0;
  }
  
  .logo-text {
    font-size: 1.5em;
    font-weight: 700;
    color: #888;
    letter-spacing: 0.02em;
    line-height: 1.1;
    white-space: normal;
  }
  
  /* Make hamburger icon bars white */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* Make the button border white, too */
.navbar-default .navbar-toggle {
  border-color: #fff;
}

/* Optionally, make the button background transparent (or white on active) */
.navbar-default .navbar-toggle {
  background-color: transparent;
}



.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  background-color: white !important;
}


/* Between 768px and 1200px */
@media (min-width: 768px) and (max-width: 1200px) {
  .top-section {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .navbar-header {
    display: flex;
    flex-direction: row;
    align-items: center;      /* vertical center */
    justify-content: space-between; /* hamburger left, logo right (or swap for logo left) */
    padding: 8px 8px;         /* Top/bottom padding for vertical space */
    width: 100%;
    background: #f55858;
  }

  .navbar-toggle {
    margin: 0 8px 0 0 !important;  /* Add right margin for space */
    order: 1;
  }

  .logo-wrapper {
    padding: 8px 10px;    /* compact padding */
    margin: 0;
    min-width: 0;
    max-width: 70vw;
    flex: 1 1 auto;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.08);
    order: 2;
    display: flex;
    align-items: center;   /* Center contents in logo */
    gap: 8px;
  }

  .logo-text {
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 46vw;
  }
  .logo-img {
    width: 28px !important;
    height: 28px !important;
  }

  header.site-header {
    padding-bottom: 3px !important; 
  }
}


@media (max-width: 480px) {
  .logo-wrapper {
    padding: 8px 10px !important;
    gap: 8px !important;
  }
  .logo-text {
    font-size: 1em !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow: visible !important;
    text-overflow: initial !important;
  }
}
@media (max-width: 350px) {
  .logo-img {
    display: none !important;
  }
}



           /* Desktop/tablet: wider dropdown + ellipsis for long labels */
           @media (min-width: 768px) {
        .navbar .custom-dropdown .dropdown-menu {
          /* grows with viewport, but stays in a sensible range */
          width: clamp(260px, 26vw, 460px);
          padding-right: 15px;
          min-width: 0; /* override Bootstrap's 160px min */
        }
        .navbar .custom-dropdown .dropdown-menu > li > a {
          display: block;
          width: 100%;
          box-sizing: border-box;
          white-space: nowrap; /* single line */
          overflow: hidden; /* hide overflow */
          text-overflow: ellipsis; /* … */
        }
      }