/* general style */

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #191919;
	font-family: Frutiger, Frutiger Paneuropean, Arial, sans-serif;
	padding-top: 94px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

body.overflow {
    overflow-y: hidden;
}

button,
*[type="button"],
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

button:focus,
input:focus,
textarea:focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

a {
	color: #191919;
}

.fancybox-button--zoom {
    display: none !important;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #fff !important;
}

.fancybox-infobar {
    font-size: 16px !important;
    color: #fff !important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #dc0000 !important;
}

.sec-title {
	font-size: 33px;
	line-height: 39px;
	letter-spacing: 0;
	padding: 0 0 36px;
}

.learn-more, 
.full-content .content-all .content-first .quote .quote:nth-child(2) a,
.full-content .content-all .content-last a {
	background-color: #dc0000;
	padding: 13px;
	border: none;
	-webkit-transition: box-shadow .2s ease-in-out;
	-moz-transition: box-shadow .2s ease-in-out;
	-o-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	letter-spacing: .2px;
	margin-top: 36px;
	color: #f0f0f0;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
}

.full-content .content-all .content-last a {
    display: inline-block;
    margin-top: 15px;
}

.learn-more:hover,
.full-content .content-all .content-first .quote .quote:nth-child(2) a:hover,
.full-content .content-all .content-last a:hover {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	color: #f0f0f0;
}

.grey-btn, 
.full-content .content-all .content-first .quote .quote:nth-child(2) a,
.full-content .content-all .content-last a {
	background-color: #f0f0f0;
	color: #191919;
}

.grey-btn:hover,
.full-content .content-all .content-first .quote .quote:nth-child(2) a:hover,
.full-content .content-all .content-last a:hover {
	background-color: #e2e2e2;
	color: #191919;
}

.owl-nav.disabled,
.owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-stage-outer {
	overflow: visible;
	margin-bottom: 0;
}

.dropdown-menu-wrap {
	cursor: pointer;
}

.dropdown-menu-wrap .dropdown-toggle::after {
	border: none;
	margin: 0;
}

.dropdown-menu-wrap .dropdown-menu {
	display: block;
	left: 0;
	padding: 18px 0;
	position: absolute;
	top: 65px;
	width: 250px;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	margin-left: -18px;
	opacity: 0;
	border-top: 1px solid #e2e2e2;
	pointer-events: none;
	background-color: #fff;
}

.dropdown-menu-wrap .dropdown-menu a {
	padding: 9px 18px;
	position: relative;
	-webkit-transition: background-color .2s ease, color .2s ease;
	-moz-transition: background-color .2s ease, color .2s ease;
	-o-transition: background-color .2s ease, color .2s ease;
	transition: background-color .2s ease, color .2s ease;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .2px;
	margin-bottom: 1px;
}

.dropdown-menu-wrap .dropdown-menu a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 0;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
	background-color: #e2e2e2;
}

.dropdown-menu-wrap:not(.dropdown-about) .dropdown-menu a:first-child {
	margin-bottom: 9px;
	border-bottom: 1px solid #e2e2e2;
}

.dropdown-menu-wrap .dropdown-menu a:hover {
	background-color: #e2e2e2;
	color: #dc0000;
}

.dropdown-menu-wrap .dropdown-menu a:hover::before {
	height: 1px;
}

.dropdown-menu-wrap .dropdown-menu a.active {
    color: #dc0000;
    background-color: transparent;
}

.display-f-nowrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.display-f-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.display-f-wrap-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.transition-300 {
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}

.transition-500 {
	-webkit-transition: 500ms all ease;
	-moz-transition: 500ms all ease;
	-o-transition: 500ms all ease;
	transition: 500ms all ease;
}

.translateX {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.translateY {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.translateXY {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* white black map */
[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

/* wp mobile */
.fixed-nums {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}

.fixed-nums .wp {
  height: 56px;
  text-align: center;
  background-color: #64b261;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.fixed-nums .wp a {
  color: #fff;
  padding: 18px 5px;
  display: block;
  height: 100%;
}

.fixed-nums .wp a i {
  margin-right: 10px;
}

@-webkit-keyframes MoveUpDown {
  0%, 100% {
    bottom: 20px;
  }
  50% {
    bottom: 50px;
  }
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 20px;
  }
  50% {
    bottom: 50px;
  }
}


/* header */

header {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 12px 0 18px;
	z-index: 90;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

header .section-top {
	z-index: 90;
	background-color: #fff;
	position: relative;
	padding-bottom: 30px;
}

header .section-top .display-f-wrap .lang-wrapper {
	position: relative;
}

header .section-top .display-f-wrap .lang-wrapper .active-lang {
	position: relative;
	z-index: 2;
	background-color: #fff;
	cursor: pointer;
}

header .section-top .display-f-wrap .lang-wrapper .active-lang a {
	color: #706f6f;
	border: 1px solid transparent;
	padding: 6px 6px 6px 0;
}

header .section-top .display-f-wrap .lang-wrapper .active-lang a .globe-icon {
	margin-right: 12px;
}

header .section-top .display-f-wrap .lang-wrapper .active-lang a .globe-icon::before {
	content: '\E000';
	font: normal normal normal 23px/1 Mf9ac4;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 3px;
}

header .section-top .display-f-wrap .lang-wrapper .other-langs-wrap {
	display: none;
	position: absolute;
	/*right: -31px;*/
	right: 0;
	z-index: 1;
	background-color: #fff;
}

header .section-top .display-f-wrap .lang-wrapper .other-langs-wrap .other-langs a {
	padding: 6px;
	/*border-left: 1px solid #235677;*/
	background-color: #fff;
	color: #706f6f;
	position: relative;
}

header .section-top .display-f-wrap .lang-wrapper .other-langs-wrap .other-langs a:before {
    content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 50%;
	background-color: #235677;
}

header .section-top .display-f-wrap .lang-wrapper .other-langs-wrap .other-langs a:hover {
	color: #191919;
}

header .lang-web {
  display: none;
}

header .section-top .display-f-wrap .info-contact,
header .section-top .display-f-wrap .request-btn {
	margin-left: 198px;
}

header .section-top .display-f-wrap .info-contact li {
	float: left;
	color: #706f6f;
	font-size: 16px;
}

/*header .section-top .display-f-wrap .info-contact li:nth-child(1) {*/
/*	margin-right: 20px;*/
/*	position: relative;*/
/*}*/

/*header .section-top .display-f-wrap .info-contact li:nth-child(1)::after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 47%;*/
/*	right: -10px;*/
/*	-webkit-transform: translateY(-50%);*/
/*	-moz-transform: translateY(-50%);*/
/*	-o-transform: translateY(-50%);*/
/*	transform: translateY(-50%);*/
/*	width: 1px;*/
/*	height: 50%;*/
/*	background-color: #706f6f;*/
/*}*/

header .section-top .display-f-wrap .info-contact li:not(:last-child) {
	margin-right: 20px;
	position: relative;
}

header .section-top .display-f-wrap .info-contact li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 47%;
	right: -11px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 50%;
	background-color: #706f6f;
}

header .section-top .display-f-wrap .info-contact li a {
	color: #706f6f;
}

header .section-top .display-f-wrap .request-btn,
.hamburger-menu .request-btn {
    display: block;
    background-color: #06abee;
    color: #fff;
    font-weight: 700;
    padding: 10px 44px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
        animation: glow 1s infinite;
    transition: 0.5s;
}

@keyframes glow{
  0%{
    box-shadow: 5px 5px 20px rgba(6, 171, 238, .7),-5px -5px 20px rgba(6, 171, 238, .7);
  }
  50%{
    box-shadow: 5px 5px 20px rgba(178, 178, 178, .7),-5px -5px 20px rgba(178, 178, 178, .7);
  }
  100%{
    box-shadow: 5px 5px 20px rgba(6, 171, 238, .7),-5px -5px 20px rgba(6, 171, 238, .7);
  }
}

.hamburger-menu .menu-list li:last-child {
    padding: 15px;
    display: none;
}

.hamburger-menu .request-btn {
    padding: 14px 44px;
}

header .section-top .display-f-wrap .logos {
	position: absolute;
	top: 0;
	right: 0;
}
header .section-top .display-f-wrap .logos a:nth-child(2){
    width: 15%;
}
header .section-top .display-f-wrap .logos a:nth-child(2) img{
    width: 100%;
    height: 100%;
}
header .section-top .display-f-wrap .logos .navbar-brand {
    padding-top: 0;
	padding-bottom: 0;
}

header .section-top .display-f-wrap .logos .navbar-brand:last-child {
    margin-right: 0;
}

header .section-top .display-f-wrap .logos .navbar-brand .web-logo {
    display: none;
}

header .section-bottom {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 1;
}

header .section-bottom #navbarMenu .nav-item:not(:last-child) {
	margin-right: 20px;
}

header .section-bottom #navbarMenu .nav-item .nav-link {
	position: relative;
	padding: 18px 20px 18px 0;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: .2px;
	color: #524F53;
    text-transform: uppercase;
    -webkit-font-smoothing: auto;
}

/*header .section-bottom #navbarMenu .nav-item .nav-link::after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 2px;*/
/*	background-color: transparent;*/
/*	-webkit-transition: background-color .2s ease;*/
/*	-moz-transition: background-color .2s ease;*/
/*	-o-transition: background-color .2s ease;*/
/*	transition: background-color .2s ease;*/
/*}*/

header .section-bottom #navbarMenu .nav-item:not(:last-child) .nav-link::after {
    content: '';
    background-color: #CBCACB;
    width: 2px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: skew(-30deg) translateY(-50%);
    transform: skew(-30deg) translateY(-50%);
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

header .section-bottom #navbarMenu .nav-item:hover .nav-link,
header .section-bottom #navbarMenu .nav-item.active .nav-link {
	color: #dc0000;
	font-family: Frutiger, Frutiger Paneuropean, Calibri, sans-serif;
}

header .section-bottom #navbarMenu .nav-item:hover .nav-link::after,
header .section-bottom #navbarMenu .nav-item.active .nav-link::after {
	background-color: #dc0000;
}

header .navbar-toggler {
    padding: 0;
}

header .navbar-toggler .menu-icon {
    height: 19px;
    width: 42px;
    position: relative;
    padding: 16px 0;
    box-sizing: content-box;
    cursor: pointer;
}

header .navbar-toggler .menu-icon::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 51px;
    width: 1px;
    background-color: #e2e2e2;
}

header .navbar-toggler .menu-icon span {
    display: block;
    width: 18px;
    height: 1px;
    margin-top: 15px;
    background-color: #706f6f;
    position: absolute;
    top: 10px;
    -webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

header .navbar-toggler .menu-icon span::before,
header .navbar-toggler .menu-icon span::after {
    content: '';
    width: 24px;
    height: 1px;
    background-color: #706f6f;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

header .navbar-toggler .menu-icon span::before {
    top: -10px;
}

header .navbar-toggler .menu-icon span::after {
    bottom: -10px;
}

header .navbar-toggler .menu-icon.close span {
    background-color: transparent;
}

header .navbar-toggler .menu-icon.close span::before {
    -web-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}

header .navbar-toggler .menu-icon.close span::after {
    -web-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
}

/* video slide */

#video-slide,
#video-slide .video-wrapper {
	position: relative;
}

#video-slide .video-wrapper .video-wrap {
	width: 100%;
	padding-top: 12px;
}

#video-slide .video-wrapper .video-wrap .video-cover {
	width: 100%;
	height: auto;
	
}

#video-slide .video-wrapper .video-wrap .video-cover-web {
    display: block;
}

/*#video-slide .video-wrapper .video-wrap .main-mobile {*/
/*    width: 100%;*/
/*	height: auto;*/
	/*display: none;*/
/*}*/

/*#video-slide .video-wrapper .video-wrap .main-mobile img {*/
/*    width: 100%;*/
/*    image-rendering: -webkit-optimize-contrast;*/
/*}*/

#video-slide .about-sec {
	position: relative;
	z-index: 10;
}

#video-slide .about-sec .about-info {
	margin-top: -270px;
	padding: 50px 30px;
	background: -webkit-linear-gradient(90deg, #fff 50%, transparent 0);
	background: -moz-linear-gradient(90deg, #fff 50%, transparent 0);
	background: -o-linear-gradient(90deg, #fff 50%, transparent 0);
	background: linear-gradient(90deg, #fff 50%, transparent 0);
	-webkit-transition: opacity .4s ease, background .4s ease, box-shadow .3s ease;
	-moz-transition: opacity .4s ease, background .4s ease, box-shadow .3s ease;
	-o-transition: opacity .4s ease, background .4s ease, box-shadow .3s ease;
	transition: opacity .4s ease, background .4s ease, box-shadow .3s ease;
	background-position: 100% 100%;
	background-size: 200% 100%;
	-webkit-box-shadow: 0 5px 10px transparent;
	-moz-box-shadow: 0 5px 10px transparent;
	-o-box-shadow: 0 5px 10px transparent;
	box-shadow: 0 5px 10px transparent;
	opacity: 0;
	position:relative;
}

#video-slide .about-sec .about-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #dc0000;
}

#video-slide .about-sec .about-info .sec-title {
	color: #dc0000;
	margin-bottom: 0;
}

#video-slide .about-sec .about-info .sec-title span {
    color: #706f6f;
    display: block;
}

#video-slide .about-sec .about-info p {
	font-size: 24px;
    line-height: 33px;
	letter-spacing: 0;
	margin-bottom: 0;
}

/*#video-slide .about-sec .about-info .about-content {*/
/*    padding: 0 50px;*/
/*}*/

#video-slide .about-sec .about-info.active {
	-webkit-transition: opacity .4s ease, background .4s ease, box-shadow .3s .3s;
	-moz-transition: opacity .4s ease, background .4s ease, box-shadow .3s .3s;
	-o-transition: opacity .4s ease, background .4s ease, box-shadow .3s .3s;
	transition: opacity .4s ease, background .4s ease, box-shadow .3s .3s;
	background-position: 0 100%;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	opacity: 1;
}

#video-slide .sound-wrapper {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 30;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 60px;
  border-radius: 0 3px 3px 0;
  background-color: #dc0000;
  padding: 0 12px;
}

#video-slide .sound-wrap {
  display: -ms-flexbox;
  display: flex;
}

#video-slide .sound {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 20;
}

#video-slide .sound-icon {
    color: #333;
    width: 85%;
    height: 100%;
    line-height: 100%;
    font-size: 32px;
    display: block;
    margin: auto;
    color: #fff;
}

#video-slide .sound-wave {
    position: absolute;
    border: 4px solid transparent;
    border-right: 4px solid #fff;
    border-radius: 50%;
    transition: all 200ms;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#video-slide .sound-wave-one {
    width: 50%;
    height: 50%;
}

#video-slide .sound-wave-two {
    width: 85%;
    height: 85%;
}

#video-slide .sound-mute .sound-wave {
    border-radius: 0;
    width: 60%;
    height: 60%;
    border-width: 0 4px 0 0;
}

#video-slide .sound-mute .sound-wave-one {
    transform: rotate(45deg) translate3d(0, -40%, 0);
}

#video-slide .sound-mute .sound-wave-two {
    transform: rotate(-45deg) translate3d(0, 40%, 0);
}




/* products */

#products {
	background-color: #f0f0f0;
}

#products h2 {
	font-size: 30px;
	line-height: 39px;
	letter-spacing: 0;
	color: #dc0000;
	padding: 0 0 36px;
	margin-bottom: 0;
}

#products .display-f-wrap-center {
	margin: 0 -18px;
}

#products .display-f-wrap-center .product-box-wrap {
	margin: 0 18px 36px;
	width: calc(25% - 36px);
}

#products .display-f-wrap-center .product-box-wrap a {
	display: block;
}

#products .display-f-wrap-center .product-box-wrap a .product-box {
	height: 160px;
	position: relative;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

#products .display-f-wrap-center .product-box-wrap a .product-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(25, 25, 25, 0.4);
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

#products .display-f-wrap-center .product-box-wrap a .product-box span {
	font-size: 21px;
	line-height: 33px;
	letter-spacing: .2px;
	color: #fff;
	padding: 63px 27px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	z-index: 10;
}

#products .display-f-wrap-center .product-box-wrap a .product-box span.product-desc {
	display: none;
}

#products .display-f-wrap-center .product-box-wrap:nth-child(1) .product-box {
	background-image: url("../img/product3300.jpg");
}

#products .display-f-wrap-center .product-box-wrap:nth-child(2) .product-box {
	background-image: url("../img/product9300.jpg");
}

#products .display-f-wrap-center .product-box-wrap:nth-child(3) .product-box {
	background-image: url("../img/producttransit.jpg");
}

#products .display-f-wrap-center .product-box-wrap:nth-child(4) .product-box {
	background-image: url("../img/product5500.jpg");
}

#products .display-f-wrap-center .product-box-wrap:hover .product-box::after {
	background-color: rgba(220, 0, 0, 0.8);
}

#products .display-f-wrap-center .product-box-wrap:hover .product-box span.product-title {
	display: none;
}

#products .display-f-wrap-center .product-box-wrap:hover .product-box span.product-desc {
	display: block;
}


/* features */

#features {
	min-height: 500px;
	height: 85vh;
}

#features .background-wrapper {
	position: relative;
	z-index: 1;
}

#features .background-wrapper .background-feature {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	z-index: -1;
	width: 100%;
	height: 85vh;
	min-height: 500px;
}

#features .background-wrapper .background-feature-web {
    display: none;
}

#features .background-wrapper .background-feature-mob {
    display: block;
}

#features .background-wrapper .background-feature img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 0;
	opacity: 1;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
	display: none;
}

#features .background-wrapper .background-feature img.active-cover {
	display: block;
	object-fit: cover;
}

#features .features-wrapper .feature-box-wrap {
	-webkit-transition: height .4s ease, background-color .2s ease;
	-moz-transition: height .4s ease, background-color .2s ease;
	-o-transition: height .4s ease, background-color .2s ease;
	transition: height .4s ease, background-color .2s ease;
	background-color: rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid #706f6f;
	cursor: pointer;
	overflow: hidden;
	z-index: 2;
}

#features .features-wrapper .feature-box-wrap .feature-read {
	-webkit-transition: transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	padding: 0 72px 0 27px;
	position: relative;
}

#features .features-wrapper .feature-box-wrap .feature-read .icon-read-more {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
	display: block;
	height: 36px;
	margin-top: -18px;
	position: absolute;
	right: 27px;
	top: 50%;
	width: 36px;
}

#features .features-wrapper .feature-box-wrap .feature-read .icon-read-more .more {
	-webkit-transition: opacity 1ms ease;
	-moz-transition: opacity 1ms ease;
	-o-transition: opacity 1ms ease;
	transition: opacity 1ms ease;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: .2px;
	color: #191919;
	display: block;
	left: 50px;
	opacity: 0;
	position: absolute;
	top: 5px;
	white-space: nowrap;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

#features .features-wrapper .feature-box-wrap .feature-read .icon-read-more .icon {
	background-color: #dc0000;
	height: 1px;
	left: 8px;
	position: absolute;
	top: 16px;
	width: 18px;
}

#features .features-wrapper .feature-box-wrap .feature-read .icon-read-more .icon::after {
	content: '';
	height: 1px;
	position: absolute;
	transform: rotate(90deg);
	width: 18px;
	background-color: #dc0000;
}

#features .features-wrapper .feature-box-wrap .feature-read .icon-read-more.close-feature {
	display: none;
}

#features .features-wrapper .feature-box-wrap .feature-read .icon-read-more.open-feature {
	display: block;
}

#features .features-wrapper .feature-box-wrap h3 {
	font-size: 30px;
	line-height: 39px;
	letter-spacing: 0;
	color: #dc0000;
	padding: 54px 0;
}

#features .features-wrapper .feature-box-wrap h3::before,
#features .features-wrapper .feature-box-wrap h3::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
}

#features .features-wrapper .feature-box-wrap h3::before {
	margin-bottom: calc(-.23333em + 0px);
}

#features .features-wrapper .feature-box-wrap h3::after {
	margin-top: calc(-.13333em + 0px);
}

#features .features-wrapper .feature-box-wrap .feature-desc {
	padding: 0 27px 27px;
}

#features .features-wrapper .feature-box-wrap .feature-desc p,
#features .features-wrapper .feature-box-wrap .feature-desc ul {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: .2px;
	color: #191919;
	margin-bottom: 63px;
}

#features .features-wrapper .feature-box-wrap .feature-desc ul li,
.page-content .content-all ul li {
    position: relative;
}

#features .features-wrapper .feature-box-wrap .feature-desc ul li::before,
.page-content .content-all ul li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    border-bottom: 1px solid;
    margin-top: -1px;
    top: 50%; 
}

.page-content .content-all ul li {
    padding-bottom: 5px;
}

.page-content .content-all ul li::before {
    top: 15px;
}

#features .features-wrapper .feature-box-wrap:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

#features .features-wrapper .feature-box-wrap:hover .feature-read .icon-read-more {
	background-color: #fff;
	border: 1px solid #fff;
}

#features .features-wrapper .feature-box-wrap:hover .feature-read .icon-read-more .more {
	opacity: 1;
	-webkit-transition: opacity 1ms ease;
	-moz-transition: opacity 1ms ease;
	-o-transition: opacity 1ms ease;
	transition: opacity 1ms ease;
}

#features .features-wrapper .feature-box-wrap:hover .feature-read .icon-read-more .icon {
	background-color: #dc0000;
}

#features .features-wrapper .feature-box-wrap:hover .feature-read .icon-read-more .icon::after {
	background-color: #dc0000;
}

#features .features-wrapper .feature-box-wrap:hover h3 {
	-webkit-transition: transform .2s ease;
	-moz-transition: transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	-webkit-transform: translate3d(0, 63px, 0);
	-moz-transform: translate3d(0, 63px, 0);
	-o-transform: translate3d(0, 63px, 0);
	transform: translate3d(0, 63px, 0);
}

#features .features-wrapper .feature-box-wrap.active-feature {
	background-color: rgba(255, 255, 255, 0.65);
	width: calc(100% - 180px);
	cursor: default;
}

#features .features-wrapper .feature-box-wrap.active-feature .feature-read .icon-read-more {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#features .features-wrapper .feature-box-wrap.active-feature h3 {
	padding-bottom: 36px;
	margin-top: 63px;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

#features .features-wrapper .feature-box-wrap.active-feature .feature-desc {
	-webkit-transition: opacity .2s ease .4s, transform .2s ease .4s;
	-moz-transition: opacity .2s ease .4s, transform .2s ease .4s;
	-o-transition: opacity .2s ease .4s, transform .2s ease .4s;
	transition: opacity .2s ease .4s, transform .2s ease .4s;
	opacity: 1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

#features .features-wrapper .feature-box-wrap.active-feature:hover .feature-read .icon-read-more {
	background-color: transparent;
	border: 1px solid #706f6f;
}

#features .features-wrapper .feature-box-wrap.active-feature:hover .feature-read .icon-read-more .more {
	opacity: 0;
}

#features .features-wrapper .feature-box-wrap.active-feature:hover .feature-read .icon-read-more .icon {
	background-color: #706f6f;
}

#features .features-wrapper .feature-box-wrap.active-feature:hover .feature-read .icon-read-more .icon::after {
	background-color: #706f6f;
}

#features .features-wrapper .feature-box-wrap.active-feature .feature-read .icon-read-more:hover {
	background-color: #fff;
	border: 1px solid #fff;
}

#features .features-wrapper .feature-box-wrap.active-feature .feature-read .icon-read-more:hover .icon {
	background-color: #dc0000;
}

#features .features-wrapper .feature-box-wrap.active-feature .feature-read .icon-read-more:hover .icon::after {
	background-color: #dc0000;
}

#features .features-wrapper .feature-box-wrap.deactive-feature {
	background-color: rgba(255, 255, 255, 0.65);
	width: 60px;
	padding: 0;
}

#features .features-wrapper .feature-box-wrap.deactive-feature .feature-read .icon-read-more {
	margin-left: 12px;
}

#features .features-wrapper .feature-box-wrap.deactive-feature h3 {
	position: absolute;
	transform: rotate(90deg) translate3d(255px, 220px, 0);
	width: 500px;
}


/* references and news */

#references {
	background-color: #f0f0f0;
	padding: 53px 0 63px;
	overflow: hidden;
}

#news {
    background-color: #f0f0f0;
    padding-bottom: 63px;
}

#references .ref-title,
#news .news-title {
	font-size: 21px;
	line-height: 27px;
	letter-spacing: .19px;
	line-height: 1.3;
	color: #706f6f;
	padding-left: 15px;
}

#references .ref-carousel {
    padding: 36px 0 63px;
	position: relative;
	overflow: visible;
}

.news-item-wrap {
    margin: 15px 0;
}

.news-item {
    display: block;
}

.ref-item, .news-item {
	max-height: none;
	-webkit-box-shadow: 1px 13px 39px -5px #e2e2e2;
	-moz-box-shadow: 1px 13px 39px -5px #e2e2e2;
	-o-box-shadow: 1px 13px 39px -5px #e2e2e2;
	box-shadow: 1px 13px 39px -5px #e2e2e2;
	-webkit-transition: box-shadow .3s, transform .3s;
	-moz-transition: box-shadow .3s, transform .3s;
	-o-transition: box-shadow .3s, transform .3s;
	transition: box-shadow .3s, transform .3s;
	height: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	background-color: #fff;
}

.ref-item .img-box,
.news-item .img-box {
	height: 200px;
}

.ref-item .img-box img,
.news-item .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ref-item .desc-box,
.news-item .desc-box {
	padding: 27px 18px 18px;
}

.ref-item .desc-box h3,
.news-item .desc-box h3 {
	font-size: 24px;
	line-height: 33px;
	letter-spacing: .14px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 80px;
	color: #dc0000;
	margin-bottom: 0;
	width: 100%;
}

.ref-item:hover,
.news-item:hover{
	-webkit-box-shadow: 1px 10px 39px 10px #e2e2e2;
	-moz-box-shadow: 1px 10px 39px 10px #e2e2e2;
	-o-box-shadow: 1px 10px 39px 10px #e2e2e2;
	box-shadow: 1px 10px 39px 10px #e2e2e2;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}

.news-item .date {
    display: block;
    color: #706f6f;
}

#references .ref-carousel .custom-progressbar {
	background: #fff;
	bottom: 0;
	display: none;
	height: 3px;
	left: 0;
	margin: 0 auto;
	max-width: 90vw;
	position: absolute;
	right: 0;
	top: auto;
	width: 350px;
}

#references .ref-carousel .custom-progressbar .swiper-scrollbar-drag {
	background: #dc0000;
	display: block;
	height: 3px;
	width: 50%;
}

#references .ref-carousel .custom-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	height: 36px;
	width: 100px;
	z-index: 100;
}

#references .ref-carousel .custom-nav .nav-i {
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

#references .ref-carousel .custom-nav .nav-i::before {
	content: '';
	background-image: url("../img/nav-i.svg");
	width: 36px;
	height: 36px;
	display: block;
	background-size: 36px 36px;
}

#references .ref-carousel .custom-nav .nav-i.prev-i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 59px;
}

#references .ref-carousel .custom-nav .nav-i.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

#references .ref-carousel .custom-nav .nav-i:hover::before {
	background-image: url("../img/nav-i-hover.svg");
}


/* services */

#services {
	background-color: #f0f0f0;
	padding-bottom: 63px;
}

#services .service-wrapper {
	background-color: #fff;
}

#services .service-wrapper .service-cover a {
	display: block;
	height: 100%;
}

#services .service-wrapper .service-cover a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#services .service-wrapper .service-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 9px 27px 27px;
}

#services .service-wrapper .service-info h3 {
	font-size: 24px;
	line-height: 33px;
	letter-spacing: .14px;
	color: #dc0000;
}

#services .service-wrapper .service-info .desc-box {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: .2px;
	color: #222;
	padding: 19px 0 26px;
}

#services .service-wrapper .service-info .desc-box p {
	overflow: hidden;
	min-height: 140px;
	margin-bottom: 0;
}

#services .service-wrapper .service-info .grey-btn {
	width: max-content;
	margin-top: 0;
}


/* call section */

/*#call {*/
/*    background-color: #06abee;*/
/*    padding: 50px 0;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*}*/

/*#call h3 {*/
/*    margin-bottom: 0;*/
/*    -webkit-font-smoothing: auto;*/
/*}*/

/*#call .learn-more {*/
/*    padding: 0 40px;*/
/*}*/

#call {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

#call a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    color: #fff;
    white-space: nowrap;
    width: 56px;
    height: 60px;
    border-radius: 3px 0 0 3px;
    background-color: #dc0000;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    animation: sticky-square 2.5s;
    animation-delay: 1.25s;
    font-weight: bold;
}

@-webkit-keyframes sticky-square {
    0% {
        width: 56px;
    }
    25% {
        width: 144px;
    }
    50% {
        width: 144px;
    }
    75% {
        width: 144px;
    }
    100% {
        width: 56px;
    }
}

@keyframes sticky-square {
    0% {
        width: 56px;
    }
    25% {
        width: 144px;
    }
    50% {
        width: 144px;
    }
    75% {
        width: 144px;
    }
    100% {
        width: 56px;
    }
}

#call a img {
    width: 32px;
    margin-right: 12px;
}

#call:hover a {
    width: 156px;
    animation: none;
}


/* cookie notification */

.cookie-notification-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10000;
    display: none;
}

.cookie-notification {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    padding: 30px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

.cookie-notification h5 {
    font-weight: bold;
}

.cookie-notification p {
    margin-bottom: 0;
    width: 90%;
    font-size: 14px;
}

.cookie-notification .learn-more {
    margin-top: 0 !important;
}

.cookie-notification .grey-btn {
    margin-right: 10px;
    background-color: #d2d2d2;
}


/* footer */

footer .section-top {
	background-color: #fff;
}

footer .section-top .display-f-wrap {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .section-top .display-f-wrap .social-info h2,
footer .section-top .display-f-wrap .social-info p {
	font-size: 24px;
	line-height: 33px;
	letter-spacing: .14px;
	color: #dc0000;
}

footer .section-top .display-f-wrap .social-info p {
	color: #706f6f;
	margin-bottom: 0;
}

footer .section-top .display-f-wrap .social-media .social-links li {
	float: left;
	height: 54px;
	width: 54px;
	margin: 18px 18px 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

footer .section-top .display-f-wrap .social-media .social-links li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	height: 100%;
	font-size: 24px;
}


footer .section-top .display-f-wrap .social-media .social-links li:nth-child(1) {
	background-color: #3d5a98;
}

footer .section-top .display-f-wrap .social-media .social-links li:nth-child(1) a {
	font-size: 27px;
}

footer .section-top .display-f-wrap .social-media .social-links li:nth-child(2) {
	background-color: #0176b2;
}

footer .section-top .display-f-wrap .social-media .social-links li:nth-child(3) {
    background-color: #d93075;
}

footer .section-top .display-f-wrap .social-media .social-links li:nth-child(4) {
    background-color: #ff0100;
}

footer .section-top .display-f-wrap .social-media .social-links li:nth-child(5) a {
	font-size: 22px;
}

footer .section-bottom {
	background-color: #f0f0f0;
}

footer .section-bottom .footer-menu-wrapper {
	padding-bottom: 18px;
	padding-top: 18px;
}

footer .section-bottom .footer-menu-wrapper .custom-col {
	position: relative;
	width: 100%;
	padding-right: 18px;
	padding-left: 18px;
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: 19%;
}

footer .section-bottom .footer-menu-wrapper .custom-col .footer-menu h2 {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: .2px;
	border-bottom: 1px solid #c6c5c5;
	margin-bottom: 18px;
	padding: 0 0 18px;
	color: #191919;
}

/*footer .section-bottom .footer-menu-wrapper .custom-col .footer-menu .footer-list li {*/
/*	margin-left: -13px;*/
/*	margin-right: -13px;*/
/*}*/

footer .section-bottom .footer-menu-wrapper .custom-col .footer-menu .footer-list li a {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: .2px;
	padding: 13.5px 13px;
	display: inline-block;
}

footer .section-bottom .footer-menu-wrapper .custom-col .footer-menu .footer-list li:hover {
	background: #e2e2e2;
}

footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact {
	padding-top: 36px;
}

footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .display-f-wrap {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact h2,
footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact h3 {
	font-size: 24px;
	line-height: 33px;
	letter-spacing: .14px;
	margin-bottom: 0;
}

footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact h2 {
	color: #dc0000;
}

footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact h3 {
	color: #706f6f;
}

footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .contact-col {
    /*width: 50%;*/
    width: max-content;
}

footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .contact-list {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: .2px;
	margin-top: 27px;
}

footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .contact-list address {
	margin-bottom: 18px;
}

footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .contact-list span {
	display: block;
}

footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .contact-list span a {
	color: #235677;
}

footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .contact-list span a:hover {
	border-bottom: 1px solid #235677;
}

footer .section-bottom .footer-menu-wrapper .custom-col .navbar-brand {
    width: 85%;
    margin-top: 36px !important;
}

footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(1) {
    -ms-flex: 0 0 17%;
	flex: 0 0 17%;
	max-width: 17%;
}

footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(2) {
    -ms-flex: 0 0 39%;
	flex: 0 0 39%;
	max-width: 39%;
}

footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(2) ul {
    -webkit-column-count: 2;
    column-count: 2;
}

footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(3) {
	-ms-flex: 0 0 44%;
	flex: 0 0 44%;
	max-width: 44%;
}

/*footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(4) {*/
/*	-ms-flex: 0 0 43%;*/
/*	flex: 0 0 43%;*/
/*	max-width: 43%;*/
/*}*/

footer .section-bottom .footer-copyright {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 27px 0;
	border-top: 1px solid #e2e2e2;
}

footer .section-bottom .footer-copyright span {
	font-size: 15px;
	line-height: 24px;
	padding: 0 15px;
}

footer .section-bottom .footer-copyright span:last-child {
	font-size: 14px;
}


/* breadcrumb */
.breadcrumb {
    background-color: #f0f0f0;
    border-bottom: 2px solid #e2e2e2;
    padding: 0;
    position: absolute;
    top: 152px;
    left: 0;
    z-index: 79;
    width: 100%;
}

.breadcrumb .breadcrumb-wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 63px;
}

.breadcrumb .breadcrumb-wrapper .breadcrumb-list {
    margin-left: -12px;
}

.breadcrumb .breadcrumb-wrapper .breadcrumb-list li {
    float: left;
    padding: 9px 0 9px 12px;
    position: relative;
}

.breadcrumb .breadcrumb-wrapper .breadcrumb-list li a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .2px;
    color: #dc0000;
}

.breadcrumb .breadcrumb-wrapper .breadcrumb-list li a:hover {
    border-bottom: 1px solid #dc0000;
}

.breadcrumb .breadcrumb-wrapper .breadcrumb-list li:not(.active)::after {
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 25px/1 D56b91;
    content: "\E001";
    color: #706f6f;
    padding-left: 12px;
    vertical-align: middle;
}

.breadcrumb .breadcrumb-wrapper .breadcrumb-list li.active {
    color: #706f6f;
}

.breadcrumb .breadcrumb-wrapper .share-this {
    position: relative;
}

.breadcrumb .breadcrumb-wrapper .share-this .click_this {
    color: #706f6f;
    font-size: 16px;
    letter-spacing: .2px;
    cursor: pointer;
}

.breadcrumb .breadcrumb-wrapper .share-this .click_this:hover {
    color: #235677;
}

.breadcrumb .breadcrumb-wrapper .share-this .click_this:hover::after {
    color: #706f6f;
}

.breadcrumb .breadcrumb-wrapper .share-this .click_this::after {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 18px/1 M43a62;
    content: "\E000";
    margin-left: 9px;
    width: 20px;
}

.breadcrumb .breadcrumb-wrapper .share-this .share-buttons {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,.2);
    -o-box-shadow: 0 10px 20px rgba(0,0,0,.2);
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    max-width: 100%;
    min-width: 162px;
    position: absolute;
    left: -36px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    padding: 9px 0;
}

.breadcrumb .breadcrumb-wrapper .share-this .share-buttons .at-share-btn-elements {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
	flex-direction: column;
}

.breadcrumb .breadcrumb-wrapper .share-this .share-buttons .at-share-btn-elements .at-share-btn {
    padding: 5px 18px !important;
    margin: 0 !important;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out;
}

.breadcrumb .breadcrumb-wrapper .share-this .share-buttons .at-share-btn-elements .at-share-btn:hover {
    background-color: #f0f0f0 !important;
    transform: translateY(0) !important;
}

.breadcrumb .breadcrumb-wrapper .share-this .share-buttons .at-share-btn-elements .at-share-btn:focus {
    outline: none !important;
    transform: translateY(0) !important;
}

.breadcrumb .breadcrumb-wrapper .share-this .share-buttons .at-share-btn-elements .at-share-btn .at-label {
    color: #191919 !important;
    font-size: 16px !important;
    line-height: 36px !important;
    height: 36px !important;
    letter-spacing: .2px;
    margin-left: 12px;
    padding: 0 !important;
    vertical-align: middle;
}

.breadcrumb .breadcrumb-wrapper .share-this .share-buttons .at-share-btn-elements .at-share-btn .at-icon-wrapper {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumb .breadcrumb-wrapper .share-this .share-buttons .at-share-btn-elements .at-svc-facebook .at-icon-wrapper {
    background-color: #3d5a98;
}

.breadcrumb .breadcrumb-wrapper .share-this .share-buttons .at-share-btn-elements .at-svc-twitter .at-icon-wrapper {
    background-color: #1da1f2;
}

.breadcrumb .breadcrumb-wrapper .share-this .share-buttons .at-share-btn-elements .at-svc-pinterest_share .at-icon-wrapper {
    background-color: #cb2027;
}

.breadcrumb .breadcrumb-wrapper .share-this .share-buttons .at-share-btn-elements .at-svc-linkedin .at-icon-wrapper {
    background-color: #0176b2;
}

.breadcrumb .breadcrumb-wrapper .share-this .share-buttons .at-share-btn-elements .at-svc-whatsapp .at-icon-wrapper {
    background-color: #4dc247;
}


/* pagination */

.pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.pagination .nav-icons, .pagination span, .pagination a:link, .pagination a:visited, .pagination a:active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    margin-right: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #feffff;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
}

.pagination span {
    background-color: #dc0000;
}

.pagination i {
    font-size: 10px;
    color: #191919;
    position: relative;
    top: 50%;
    line-height: 0;
}

.pagination .fa-backward {
    left: -1px;
}

.pagination .fa-forward {
    right: -1px;
}

.pagination a:link, .pagination a:visited, .pagination a:active {
    background-color:  #cdcdcd;
    -webkit-transition: 500ms background ease;
    -moz-transition: 500ms background ease;
    -o-transition: 500ms background ease;
    transition: 500ms background ease;
}

.pagination a:hover {
    background-color: #dc0000;
}

.pagination .nav-icons span {
    opacity: .35;
}

.pagination .nav-icons a,
.pagination .nav-icons span {
    display: block;
    margin: 0;
    background-color: transparent !important;
    width: 100%;
    height: 100%;
    border: 1px solid #191919;
    background-color: #feffff !important;
    line-height: 0;
}

.form-wrapper {
    margin-top: 15px;
    background-color: #f0f0f0;
}

#apply {
    padding: 15px 30px 45px;
}

.cv-box {
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
    width: 100%;
    margin: 15px 0 30px;
}

.cv-file-label {
    padding: 18px 50px;
    color: #706f6f;
    font-weight: 500;
    border: 2px dashed #d0d0d0;
    background: #fff;
    overflow: hidden;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    -webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}

.cv-file-label img {
    max-height: 50px;
}

.cv-file-label:hover {
    border: 2px dashed #dc0000;
}

#cv-file {
    display: none;
}

.title-cv {
    display: none;
}


/* form style */

.form .effect,
.form #comment-editor textarea,
.form .cmx_input {
    width: 100%;
    padding: 12px;    
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ccc;
    text-indent: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,-moz-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form:not(.request-form) input.effect {
    height: 34px;
}

.form .effect:focus,
.form #comment-editor textarea:focus,
.form .cmx_input:focus {
    border-color: #dc0000;
}

.request-form .submit-btn-wrap,
.addcomment .form .submit-btn-wrap {
    text-align: right;
    margin-top: 15px;
}

.form .submit-btn {
    border-color: rgba(102,102,102,1.0);
    background-color: rgba(102,102,102,1.0);
    font-size: 14px;
    color: #fff;
    padding: 10px 40px;
    font-weight: 400;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.form .submit-btn:hover,
.form .submit-btn:focus {
    background-color: #dc0000;
    border-color: #dc0000;
    text-decoration: underline;
}

.form select.disable-option {
    color: #666666;
}

#comment-editor .bb-editor textarea {
    display: block;
    height: 100%;
}

.addcomment {
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	padding: 30px 0;
}

.addcomment .error-val {
    text-align: center; 
    color: #e31e24; 
    font-size: 15px; 
    margin-bottom: 20px;
    display: none;
}

.addcomment .form-group {
	margin-bottom: 0;
}

#dle-comments-list,
#blind-animation {
    background-color: #f2f2f5;
	padding: 60px 0 30px;
}

.comment {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 2px;
    padding: 30px;
    -webkit-font-smoothing: auto;
}

.comment .com_info {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e8e8eb;
}

.comment .com_user,
.comment .meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment .avatar .cover {
    background-size: cover;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.comment .name {
    display: -ms-flexbox;
    display: flex;
}

.comment .name a {
    color: #454554;
    margin-right: 5px;
}

.comment .comment-title {
    font-size:13px;
    color: #90a7b2;
    display: block;
}

/*.comment .com_user .rate_like a {*/
/*    background: #52b77b;*/
/*    display: inline-block;*/
/*    padding: 2px 18px;*/
/*    color: white;*/
/*    -webkit-border-radius: 5px;*/
/*    -moz-border-radius: 5px;*/
/*    -o-border-radius: 5px;*/
/*    border-radius: 5px;*/
/*    font-size: 13px;*/
/*    margin-right: 10px;*/
/*}*/

.comment .com_user i,
.comment .com_user .ignore-select {
    font-size: 15px;
    color: #7daf27;
    position: relative;
    top: 1px;
}

.comment .com-date {
    text-align: right;
    color: #73738f;
    font-size: 13px;
    line-height: 24px;
}

.comment a {
    display: block;
}

.comment .masha_index {
    display: none;
}

.comment .text {
    padding: 25px 0 16px;
    font-size: 13px;
    word-break: break-all;
}

.comment .com-star .star-icon {
    width: 20px;
    margin-right: 2px;
}

.dle-alert {
    display: none;
}






/* modal */
.modal {
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
    width: 500px;
}

.modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-top: 20px;
    position: relative;
}

.modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #06abee;
}

.modal-title {
   font-weight: 500;
}

.modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 40px;
    top: 15px;
    width: 20px;
    z-index: 100;
    padding: 0;
    margin: 0;
    outline: transparent;
}

.modal-content .close::before {
    left: 0;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}

.modal-content .close::before, 
.modal-content .close::after {
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #282828;
}

.modal-content .close::after {
    left: 50%;
    height: 100%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}

.modal-body {
    padding: 0 40px 40px;
}

.modal-body img {
    width: 100%;
    margin: 20px 0;
}


/* page style */

.page-content {
    margin-top: 102px;
    padding: 40px 0 60px;
    border-bottom: 1px solid #e2e2e2;
}

.dif-content, .page-content .page-desc {
    padding-bottom: 25px;
}

.category-content .page-desc {
    padding-bottom: 40px;
}

.page-content h1 {
    font-size: 33px;
    line-height: 39px;
    letter-spacing: 0;
    color: #dc0000;
    position: relative;
    left: -3px;
    width: -webkit-fill-available;
}

.page-content .page-desc p,
.dif-style {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: .14px;
    color: #706f6f;
    margin-bottom: 0;
}

.page-content .line-hr {
    border: none;
    border-top: 1px solid #e2e2e2;
    margin: 0 18px;
    width: 100%;
    padding-bottom: 60px;
}

.page-content .content-all:not(.career-content-diff) ul {
    padding-top: 20px;
}

.page-content .content-all h2 + ul {
    padding: 0;
}

#features .features-wrapper .feature-box-wrap .feature-desc ul li,
.page-content .content-all ul li {
    padding-left: 20px;
}

.category-content .content-all #dle-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.category-content .box-cat {
    margin: 15px 0;
}

.category-content .box-cat a {
    display: block;
}

.category-content .box-cat a .img-wrap {
    height: 145px;
}

.category-content .box-cat a .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-content .box-cat .box-info {
    margin-top: 27px;
}

.category-content .box-cat .pdf-btn {
    margin-left: 10px !important;
}

.pdf-btn,
.category-content .career-box .apply-btn {
    font-weight: bold;
}

.pdf-btn img {
    width: 24px !important;
    margin-right: 5px !important;
}

.static-content .content-all .quote div {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .2px;
    line-height: 1.3;
}

.empty-vacancy {
    display: none;
    /*padding-bottom: 60px;*/
}

.category-content .career-box {
    margin: 15px 0;
}

.category-content .career-box .box-wrap {
    background-color: #f0f0f0;
    padding: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.category-content .box-cat .box-info h2,
.static-content .content-all .quote div h2,
.category-content .career-box h2 {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: .14px;
    line-height: 1.3;
    color: #dc0000;
    margin-bottom: 12px;
}

.category-content .career-box .career-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.category-content .career-box .learn-more {
    width: 50%;
}

.category-content .career-box .grey-btn {
    background-color: #d2d2d2;
    margin-right: 10px !important;
}

.category-content .career-box .apply-btn,
.category-content .career-box .apply-btn:hover {
    color: #f0f0f0;
}

.static-content .content-all ul li a {
    color: #dc0000;
    text-decoration: underline;
}

.category-content .box-cat .box-info p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .2px;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 120px;
    margin-bottom: 20px;
}

.category-content .box-cat .box-info p img {
    display: none;
}

.category-content .career-box .career-info {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .2px;
    line-height: 1.3;
}

.category-content .box-cat .box-info .learn-more,
.category-content .career-box .learn-more {
    margin: 9px 0;
    display: inline-block;
}

.content-all {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .2px;
    line-height: 1.3;
}

.content-all h2,
.addcomment h3 {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: .14px;
    line-height: 1.3;
    color: #dc0000;
    margin-bottom: 12px;
}

.addcomment h3 {
    color: #6e6a6a;
}

.full-content .content-all img,
.ref-content .page-desc img {
    width: 100%;
    margin: 0 auto;
}
.full-content .content-all.about-content img:first-child{
    width:auto;
    margin:0 0 10px 10px;
}
.ref-content .page-desc h2 {
    color: #706f6f;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: .14px;
}

.ref-content .page-desc img {
    margin-bottom: 24.8px;
}

.ref-content .line-hr {
    padding-bottom: 45px;
}

.full-content .content-all .quote {
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.full-content .content-all .content-last .quote,
.static-content .content-all .quote {
    border: none;
    border-top: 1px solid #e2e2e2;
    padding: 15px 0;
}

.full-content .content-all .content-last .quote .quote {
    border: none;
}

.full-content .content-all .content-first .quote .quote:nth-child(1) {
    width: 60%;
    padding-right: 30px;
}

.full-content .content-all .content-first .quote .quote:nth-child(2) {
    width: 40%;
}

.full-content .content-all .content-first .quote .quote:nth-child(2) iframe {
    width: 100%;
    height: 250px;
}

.full-content .content-all .content-first .quote .quote:nth-child(2) a,
.full-content .content-all .content-last a {
    font-size: 16px;
    text-align: center;
}

.full-content .content-all .content-last .quote .quote:nth-child(1) {
    width: 30%;
    padding-right: 20px;
    position: relative;
}

.full-content .content-all .content-last .quote .quote:nth-child(1)::after {
    content: '';
    position: absolute;
    right: 0px;
    border-right: 1px solid #e2e2e2;
    height: 60%;
    width: 1px;
}

.full-content .content-all .content-last .quote .quote:nth-child(2) {
    width: 70%;
    padding-left: 20px;
}

.full-content:not(.about-dif-style) .content-all:not(.other-products) .quote > div:not(.quote) {
    width: calc(33.33% - 30px);
    margin: 15px;
    border-radius: 3px;
    box-shadow: 1px 13px 39px -5px #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px;
    transition: box-shadow .3s,transform .3s;
    position: relative;
}

.full-content:not(.about-dif-style) .content-all:not(.other-products) .quote > div:not(.quote) a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 0 15px 15px;
}

.full-content:not(.about-dif-style) .content-all:not(.other-products) .quote > div:not(.quote) h5 {
    font-size: 21px;
    line-height: 33px;
    letter-spacing: .2px;
    color: #dc0000;
}

.full-content:not(.about-dif-style) .content-all:not(.other-products) .quote > div:not(.quote) img {
    width: auto;
    margin-left: auto;
    margin-right: 0;
    border: 1px solid #c6c5c5;
}

.full-content:not(.about-dif-style) .content-all:not(.other-products) .quote > div:not(.quote) .attachment {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .2px;
}

.full-content:not(.about-dif-style) .content-all:not(.other-products) .quote > div:not(.quote):hover {
    -webkit-box-shadow: 1px 10px 39px 10px #e2e2e2;
    -moz-box-shadow: 1px 10px 39px 10px #e2e2e2;
    -o-box-shadow: 1px 10px 39px 10px #e2e2e2;
    box-shadow: 1px 10px 39px 10px #e2e2e2;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.full-content .dleplyrplayer {
    max-width: 100% !important;
}

.static-content .content-all .quote {
    -ms-flex-align: normal;
	align-items: normal;
	padding-top: 45px;
	margin-top: 12px;
}

.dif-content .content-all .quote {
    margin-top: 20px;
    padding-bottom: 0;
    padding-top: 40px;
}

.static-content .content-all .quote div,
.category-content .ref-item {
    width: calc(33.33% - 30px) !important;
    margin: 15px;
}

.static-content .content-all .quote div img {
    object-fit: cover;
    width: 100%;
}

.static-content .content-all .quote div h2 {
    margin-top: 12px;
}

.contact-content {
    padding-top: 0 !important;
}

.contact-content #map {
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
}

.contact-content .content-all .line-hr {
    margin-top: 40px;
}

.contact-content .content-all .line-dif {
    padding-bottom: 40px;
}

.contact-content .content-all address {
    color: #706f6f;
    margin: 0;
}

.contact-content .content-all span {
    display: block;
    color: #706f6f;
}

.contact-content .content-all a {
    color: #235677;
}

.contact-content .content-all a:hover {
    border-bottom: 1px solid #235677;
}

.career-content {
    padding-bottom: 0;
}

.career-content .why-us {
    padding-bottom: 80px;
}

.career-content h3 {
    font-size: 40px;
    color: #dc0000;
    text-align: center;
    margin-bottom: 20px;
}

.career-content .general-career-info {
    background-color: #f0f0f0;
    padding: 0px 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 20px 16px 5px -2px #8c8b8b;
    box-shadow: 20px 16px 5px -2px #8c8b8b;
}

.career-content .general-career-info h4 {
    color: red;
    margin-bottom: 20px;
}

.career-content .general-career-info p {
    color: #706f6f;
}

.career-content .career-img {
    -webkit-box-shadow: -16px -20px 11px -2px #8c8b8b;
    box-shadow: -16px -20px 11px -2px #8c8b8b;
}

.career-content .career-img img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

.career-content .form-wrapper {
    margin-top: 60px;
}

.news-content-diff img {
    max-height: 450px;
    object-fit: contain;
}

.news-content-diff .date {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
}

.static-content .content-all .static-carousel {
    overflow: hidden;
}

.static-content .content-all .static-carousel img {
    max-height: 450px;
    object-fit: cover;
}


/* comments rating */

.rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
	font-size: 32px;
	cursor: pointer;
}

.rating input {
    opacity: 0;
    position: absolute;
}

.rating label {
	color: #aaa;
	margin-bottom: 0;
	margin-right: 10px;
	text-decoration: none;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.rating label:hover ~ label,
.rating label:hover {
	color: #00b67aab;
	cursor: pointer;
}

.rating input:checked ~ label {
    color: #00b67a;
    cursor: pointer;
}

.com_content .com-star > div {
    background: url('../img/starrr.png') repeat;
    background-size: 42px;
    width: 42px;
    height: 28px;
}

.com_content .com-star > #star2 {
    width: 84px;
}

.com_content .com-star > #star3 {
    width: 126px;
}

.com_content .com-star > #star4 {
    width: 168px;
}

.com_content .com-star > #star5 {
    width: 210px;
}

.com_content .com-star > #star6 {
    width: 252px;
}

.com_content .com-star > #star7 {
    width: 294px;
}

.com_content .com-star > #star8 {
    width: 336px;
}

.com_content .com-star > #star9 {
    width: 378px;
}

.com_content .com-star > #star10 {
    width: 420px;
}

.ui-dialog {
    background-color: #fff;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.ui-dialog .ui-dialog-titlebar-close {
    float: right;
}

.mass_comments_action,
.comments_subscribe,
#comment-editor br {
    display: none;
}


.online-survey-req {
    position: relative;
    z-index: 9999999;
}

@media screen and (max-width: 1199.99px) {
    .rating {
        font-size: 24px;
    }
}

@media screen and (min-width: 1024.98px) and (max-width: 1200px) {
    header .section-bottom #navbarMenu .nav-item {
        margin-right: 22px;
    }
    
    header .section-top .display-f-wrap .info-contact, 
    header .section-top .display-f-wrap .request-btn {
        margin-left: 114px;
    }
}


@media (max-width: 1024.98px) {
    header .section-top .display-f-wrap .request-btn {
        display: none;
    }
    
    .hamburger-menu .menu-list li:last-child {
        display: list-item;
    }
    
    header .section-top .lang-wrapper {
        margin-left: 58px;
    }
    
    header .section-top .info-contact {
        display: none;
    }
    
    header .section-top {
        padding: 0;
    }
    
    header .section-bottom {
        z-index: auto;
    }
    
    header .navbar-toggler {
        position: absolute;
        top: -57px;
        z-index: 91;
    }
    
    header .section-top .display-f-wrap .logos {
        position: relative;
    }
    
    header .section-top .display-f-wrap .info-contact,
    header .section-top .display-f-wrap .request-btn {
        margin-left: 60px;
    }
    
    header .section-bottom {
        animation: none !important;
    }
    
    #mobil-menu {
        position: fixed;
        top: 91px;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: hsla(0,0%,100%,.8);
        z-index: 80;
        overflow-y: hidden;
    }
    
    #mobil-menu .menu-list {
        width: 400px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y: visible;
        padding-bottom: 30px;
    }
    
    #mobil-menu .menu-list::after {
        background-image: linear-gradient(90deg,rgba(0,0,0,.1),transparent);
        bottom: 0;
        content: '';
        left: 400px;
        position: fixed;
        top: 0;
        width: 10px;
    }
    
    #mobil-menu .menu-list li .nav-link {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: .2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        width: 100%;
        color: #191919;
        padding: 12px 45px 12px 18px;
        position: relative;
        -webkit-transition: color .3s ease,opacity .3s ease;
        -moz-transition: color .3s ease,opacity .3s ease;
        -o-transition: color .3s ease,opacity .3s ease;
        transition: color .3s ease,opacity .3s ease;
    }
    
    #mobil-menu .menu-list .dropdown-menu-wrap .nav-link::after {
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font: normal normal normal 27px/1 H5eda5;
        content: "\E002";
        height: 27px;
        position: absolute;
        right: 18px;
        transition: transform .3s ease;
        width: 25px;
    }
    
    #mobil-menu .menu-list li:not(.dropdown-menu-wrap) .nav-link {
        background-color: #e2e2e2;
    }
    
    #mobil-menu .menu-list .dropdown-menu-wrap .dropdown-menu {
        display: none;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: none;
        -webkit-transition: 500ms all ease;
        -moz-transition: 500ms all ease;
        -o-transition: 500ms all ease;
        transition: 500ms all ease;
        margin-bottom: 15px;
        position: relative;
        top: 800%;
        left: 18px !important;
        padding: 0;
    }
    
    #mobil-menu .menu-list .dropdown-menu-wrap.show .dropdown-menu {
        display: block;
        pointer-events: auto;
    	z-index: 1;
    	opacity: 1;
    	width: 100%;
    	background-color: #fff;
    	height: 100vh !important;
    	position: absolute;
    	-webkit-border-radius: 0 !important;
    	-moz-border-radius: 0 !important;
    	-o-border-radius: 0 !important;
    	border-radius: 0 !important;
    	border: none;
    }
    
    #mobil-menu .menu-list .dropdown-menu-wrap.show .dropdown-menu.opened {
        top: 51px !important;
    }
    
    #mobil-menu .dropdown-menu-wrap.active .nav-link{
        color: #dc0000;
        background: linear-gradient(0deg,#e5e5e5,#fff 10px);
    }
    
    #mobil-menu .dropdown-menu-wrap.active .nav-link::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    #mobil-menu .dropdown-menu-wrap .dropdown-menu a:first-child {
        border: none;
        margin-bottom: 0;
    }
    
    #mobil-menu .go-back {
        display: none;
    }
    
    #mobil-menu .go-back .go-back-link {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: .2px;
        -ms-flex-align: center;
        align-items: center;
        background: linear-gradient(0deg,#e5e5e5,#f0f0f0 10px);
        color: #706f6f;
        display: -ms-flexbox;
        display: flex;
        height: 72px;
        padding: 0 18px;
        cursor: pointer;
    }
    
    #mobil-menu .go-back .go-back-link span {
        padding-left: 30px;
        min-height: 21px;
    }
    
    #mobil-menu .go-back .go-back-link span::before {
        display: inline-block;
        text-rendering: auto;
        -moz-osx-font-smoothing: grayscale;
        font: normal normal normal 16px/1 H5eda5;
        content: '\E000';
        font-size: 17px;
        margin-left: -30px;
        margin-top: 2px;
        position: absolute;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    #mobil-menu .close-drop .go-back {
        display: block;
    }
    
    #mobil-menu .close-drop .nav-item:not(.active) {
        display: none;
    }
    
    #mobil-menu .dropdown-menu-wrap .dropdown-menu a.active {
        color: #212529;
    }
    
    #mobil-menu .dropdown-menu-wrap .dropdown-menu a:hover::before {
        height: 0;
    }
    
    #mobil-menu .dropdown-menu-wrap .dropdown-menu a:hover {
        background-color: transparent;
        color: #212529;
    }
    
    header {
        padding: 18px 0;
    }
    
    #video-slide .about-sec .about-info,
    #video-slide .about-sec .about-info.active {
        margin-top: 0;
        opacity: 1;
        -webkit-transition: opacity .4s ease, background .4s ease, box-shadow .3s .3s;
        -moz-transition: opacity .4s ease, background .4s ease, box-shadow .3s .3s;
        -o-transition: opacity .4s ease, background .4s ease, box-shadow .3s .3s;
        transition: opacity .4s ease, background .4s ease, box-shadow .3s .3s;
        background-position: 0 100%;
        -webkit-box-shadow: 0 16px 24px 0 rgba(0,0,0,.12);
        -moz-box-shadow: 0 16px 24px 0 rgba(0,0,0,.12);
        -o-box-shadow: 0 16px 24px 0 rgba(0,0,0,.12);
        box-shadow: 0 16px 24px 0 rgba(0,0,0,.12);
    }
    
    #video-slide .about-sec {
        background-color: #f0f0f0;
        margin-top: -7px;
    }
    
    #products .display-f-wrap-center {
    	margin: 0 -13px;
    }
    
    #products .display-f-wrap-center .product-box-wrap:hover .product-box span.product-desc {
        display: none;
    }
    
    #products .display-f-wrap-center .product-box-wrap:hover .product-box::after {
        background-color: rgba(25, 25, 25, 0.4);
    }
    
    #products .display-f-wrap-center .product-box-wrap:hover .product-box span.product-title {
        display: block;
    }
    
    #products .display-f-wrap-center .product-box-wrap a .product-box {
        height: 200px;
    }
    
     #features {
         height: auto;
         overflow: hidden;
     }
     
    #features .background-wrapper .background-feature {
        height: 560px;
        min-height: auto;
        /*-webkit-transform: scale(2);*/
        /*-moz-transform: scale(2);*/
        /*-o-transform: scale(2);*/
        /*transform: scale(2);*/
    }
    
    #features .features-wrapper .feature-box-wrap {
        height: 140px;
        padding: 0 27px;
        position: relative;
    }
    
    
    #features .features-wrapper .feature-box-wrap .feature-read {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }
    
    #features .background-wrapper {
        z-index: -1;
    }
    
    #features .features-wrapper .feature-box-wrap:hover h3,
    #features .features-wrapper .feature-box-wrap.deactive-feature h3 {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
    
    #features .features-wrapper .feature-box-wrap:last-child {
        border-bottom: none;
    }
    
    #features .features-wrapper .feature-box-wrap .feature-read .icon-read-more {
        right: 0;
    }
    
    #features .features-wrapper .feature-box-wrap:hover .feature-read .icon-read-more .more {
        opacity: 0;
    }
    
    #features .features-wrapper .feature-box-wrap h3 {
        font-size: 24px;
        line-height: 33px;
        letter-spacing: .14px;
        margin-bottom: 0;
    }
    
    #features .features-wrapper .feature-box-wrap h3::before {
        margin-bottom: 0;
    }
    
    #features .features-wrapper .feature-box-wrap.active-feature {
        width: 100%;
        height: 320px;
        background-color: hsla(0,0%,100%,.8);
    }
    
    #features .features-wrapper .feature-box-wrap.active-feature .feature-read {
        top: 55px;
    }
    
    #features .features-wrapper .feature-box-wrap.deactive-feature {
        width: 100%;
        height: 70px;
        background-color: hsla(0,0%,100%,.8);
        padding: 0 27px;
    }
    
    #features .features-wrapper .feature-box-wrap.active-feature h3 {
        margin-top: 0;
        padding: 40px 0 15px;
    }
    
    #features .features-wrapper .feature-box-wrap.deactive-feature .feature-desc {
        display: none;
    }
    
    #features .features-wrapper .feature-box-wrap .feature-desc {
        padding: 0;
    }
    
    #features .features-wrapper .feature-box-wrap .feature-desc p, #features .features-wrapper .feature-box-wrap .feature-desc ul {
        margin-bottom: 0;
    }
    
    #features .features-wrapper .feature-box-wrap .feature-desc ul li {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 27px;
    }
    
    #features .features-wrapper .feature-box-wrap .feature-desc p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        height: 135px;
    }
    
    #features .features-wrapper .feature-box-wrap .feature-desc .learn-more {
        margin-top: 24px;
    }
    
    #features .features-wrapper .feature-box-wrap.deactive-feature h3 {
        padding: 20px 0;
    }
    
    #features .features-wrapper .feature-box-wrap.active-feature:hover .feature-read .icon-read-more {
        background-color: #fff;
        border: 1px solid #fff;
    }
    
    #features .features-wrapper .feature-box-wrap.active-feature:hover .feature-read .icon-read-more .icon,
    #features .features-wrapper .feature-box-wrap.active-feature:hover .feature-read .icon-read-more .icon::after {
        background-color: #dc0000;
    }
 
    .breadcrumb {
        top: 92px;
    }
    
    body.page-custom {
        padding-top: 52px;
    }
    
    .category-content .box-cat .box-info p {
        height: 95px;
    }
    
    .full-content:not(.about-dif-style) .content-all:not(.other-products) .quote > div:not(.quote) {
        width: calc(50% - 30px);
    }
    
    #video-slide .video-wrap video {
        transform: none !important;
    }
    
    /*#video-slide .sound-wrapper {*/
    /*    -ms-flex-align: end;*/
    /*    align-items: flex-end;*/
    /*}*/
}


@media (min-width: 1025px) {
	body {
		padding-top: 210px;
		-webkit-transition: background-color .3s ease-in-out;
		-moz-transition: background-color .3s ease-in-out;
		-o-transition: background-color .3s ease-in-out;
		transition: background-color .3s ease-in-out;
	}
	body.change {
		background-color: #f0f0f0;
	}
	body.page-custom {
	    padding-top: 115px;
	}
	
	.pages-header {
        padding-bottom: 0;
    }
    
	header {
		position: absolute;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	header .section-bottom {
		-webkit-transition: position .3s ease-in-out;
		-moz-transition: position .3s ease-in-out;
		-o-transition: position .3s ease-in-out;
		transition: position .3s ease-in-out;
	}
	header .section-bottom.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.dropdown-menu-wrap .dropdown-menu.opened {
    	pointer-events: auto;
    	z-index: 1;
    	opacity: 1;
    }
	
	.breadcrumb.sticky {
	    position: fixed;
	    top: 65px;
	}
	.sec-title {
		font-size: 50px;
	}
	#video-slide .sec-title {
		padding: 0 0 32px;
		line-height: 63px;
	}
	
	#video-slide .about-sec .about-info p {
	    font-size: 30px;
        line-height: 39px;
	}
	#products {
		padding-bottom: 27px;
	}
	#features .features-wrapper .feature-box-wrap {
		-webkit-transition: width .4s ease, padding .4s ease, background-color .2s ease;
		-moz-transition: width .4s ease, padding .4s ease, background-color .2s ease;
		-o-transition: width .4s ease, padding .4s ease, background-color .2s ease;
		transition: width .4s ease, padding .4s ease, background-color .2s ease;
		background-color: transparent;
		border-bottom: none;
		border-left: 1px solid #fff;
		border-right: 1px solid #706f6f;
		float: left;
		height: 85vh;
		min-height: 500px;
		width: 25%;
		padding: 0 36px;
		position: relative;
	}
	#features .features-wrapper .feature-box-wrap .feature-read {
		padding: 0;
	}
	#features .features-wrapper .feature-box-wrap .feature-read .icon-read-more {
		background-color: transparent;
		border: 1px solid #706f6f;
		margin: 27px 0;
		position: relative;
		right: 0;
	}
	#features .features-wrapper .feature-box-wrap .feature-read .icon-read-more .more {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: .2px;
	}
	#features .features-wrapper .feature-box-wrap .feature-read .icon-read-more .icon {
		background-color: #706f6f;
	}
	#features .features-wrapper .feature-box-wrap .feature-read .icon-read-more .icon::after {
		background-color: #706f6f;
	}
	#features .features-wrapper .feature-box-wrap h3 {
		-webkit-transition: transform .4s ease, width .4s ease;
		-moz-transition: transform .4s ease, width .4s ease;
		-o-transition: transform .4s ease, width .4s ease;
		transition: transform .4s ease, width .4s ease;
		line-height: 1.3;
		display: block;
		padding: 0;
	}
	#features .features-wrapper .feature-box-wrap .feature-desc {
		-webkit-transition: opacity 1ms ease, transform 1ms ease;
		-moz-transition: opacity 1ms ease, transform 1ms ease;
		-o-transition: opacity 1ms ease, transform 1ms ease;
		transition: opacity 1ms ease, transform 1ms ease;
		display: block;
		opacity: 0;
		padding: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		-moz-transform: translate3d(0, 30px, 0);
		-o-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}
	#features .features-wrapper .feature-box-wrap .feature-desc p {
		font-size: 21px;
		line-height: 30px;
		margin-bottom: 36px;
		max-width: 330px;
	}
	
	#features .background-wrapper .background-feature-web {
	    display: block;
	}
	
	#features .background-wrapper .background-feature-mob {
	    display: none;
	}
	
	#references .ref-title,
	#news .news-title {
		font-size: 21px;
		line-height: 33px;
		letter-spacing: .2px;
	}
	.ref-item .desc-box h3,
	.news-item .desc-box h3 {
		font-size: 30px;
		line-height: 39px;
		letter-spacing: 0;
	}
	#services .service-wrapper .service-info {
		padding: 27px 90px 36px 72px !important;
	}
	#services .service-wrapper .service-info h3 {
		font-size: 30px;
		line-height: 39px;
		letter-spacing: 0;
	}
	#services .service-wrapper .service-info .desc-box {
		font-size: 21px;
		line-height: 30px;
	}
	#services .service-wrapper .service-info .desc-box p {
		min-height: 150px;
	}
	footer .section-top {
		padding: 63px 0 !important;
	}
	footer .section-top .display-f-wrap .social-info h2,
	footer .section-top .display-f-wrap .social-info p {
		font-size: 30px;
		line-height: 39px;
		letter-spacing: 0;
	}
	footer .section-bottom .footer-menu-wrapper {
		padding-bottom: 63px;
	}
	footer .section-bottom .footer-menu-wrapper .custom-col .footer-menu h2 {
		font-size: 16px;
		line-height: 24px;
	}
	footer .section-bottom .footer-menu-wrapper .custom-col .footer-menu .footer-list li a {
		font-size: 16px;
		line-height: 24px;
	}
	footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact h2,
	footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact h3 {
		font-size: 30px;
		line-height: 39px;
		letter-spacing: 0;
	}
	footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .contact-list {
		font-size: 16px;
		line-height: 24px;
	}
	
	.page-content h1 {
        font-size: 54px;
        line-height: 63px;
    }
    
    .page-content .page-desc p {
        font-size: 30px;
        line-height: 39px;
        letter-spacing: 0;
    }
    
    .static-content .content-all .quote div {
        font-size: 21px;
        line-height: 30px;
    }
    
    .category-content .box-cat .box-info h2,
    .static-content .content-all .quote div h2,
    .category-content .career-box h2 {
        font-size: 30px;
        line-height: 39px;
        letter-spacing: 0;
    }
    
    .category-content .box-cat .box-info p,
    .category-content .career-box .career-info {
        font-size: 21px;
        line-height: 30px;
    }
    
    .content-all {
        font-size: 21px;
        line-height: 30px;
    }
    
    .content-all h2,
    .addcomment h3 {
        font-size: 30px;
        line-height: 39px;
        letter-spacing: 0;
    }
    
    .ref-content .page-desc h2 {
        font-size: 30px;
        line-height: 39px;
        letter-spacing: 0;
    }
    
    /*#video-slide .video-wrapper .video-wrap .video-cover-web {*/
    /*	display: block;*/
    /*}*/
    
    /*#video-slide .video-wrapper .video-wrap .main-mobile {*/
    /*    display: none;*/
    /*}*/
    
    header .section-top .display-f-wrap .logos .navbar-brand .web-logo {
        display: block;
    }
    
    header .section-top .display-f-wrap .logos .navbar-brand .mob-logo {
        display: none;
    }
}


@media (min-width: 1025px) and (max-width: 1200px) {
    header .section-bottom #navbarMenu .nav-item .nav-link {
        font-size: 16px;
        padding: 18px 10px 18px 0;
    }
    
    header .section-bottom #navbarMenu .nav-item:not(:last-child) .nav-link::after {
        right: 0px;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact h2,
    footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact h3 {
        font-size: 27px;
    }
}


@media (max-width: 1024.98px) and (min-width: 500px) {
    
    #products .display-f-wrap-center .product-box-wrap {
        margin: 0 13.5px 27px;
        width: calc(50% - 27px);
    }
}


@media screen and (min-width: 991.98px) {
    .fixed-nums {
        left: auto;
        right:50px;
        width:auto;
        bottom: 20px;
        animation: MoveUpDown 2s linear infinite;
    }
    
    .fixed-nums .wp {
        height: 60px;
        width:60px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    
    .fixed-nums .wp a i{
        margin-right:0;
        font-size:25px;
        line-height: 26px;
    }
}
    


@media screen and (max-width: 991.98px) {
	footer {
	    margin-bottom: 56px;
	}
	
	footer .section-bottom .footer-menu-wrapper .custom-col {
	   -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
	}
	
	footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(4) {
	    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
	}
	
	footer .section-bottom .footer-copyright span:last-child {
	    margin-top: 15px;
	}
	
	.static-content .content-all .quote div, .category-content .ref-item {
	    width: calc(50% - 30px) !important;
	}
	
	footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .contact-col {
	    width: 100%;
	}
	
	footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(2) {
	    -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
	}
	
	footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(3) {
        -ms-flex: 0 0 39%;
        flex: 0 0 39%;
        max-width: 39%;
    }

	.cookie-notification p {
	    margin-bottom: 15px;
	}
	
	footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .display-f-wrap .contact-col:nth-child(2) {
	    margin-top: 30px;
	}
}

@media (min-width: 768px) {
	#references .ref-title,
	#news .news-title {
		font-size: 30px;
		line-height: 39px;
		letter-spacing: 0;
		padding-left: 0;
	}
	
	#references .ref-carousel {
		padding-bottom: 90px;
	}
	
	#references .ref-carousel .custom-progressbar {
		display: block;
	}
	
	.category-content .box-cat .box-info h2,
	.static-content .content-all .quote div h2,
	.category-content .career-box h2 {
	   margin-bottom: 19px;
	}
	
	.static-content .content-all .quote div h2 {
	    margin-top: 19px;
	}
	
	.content-all h2 {
	   margin-bottom: 19px;
	}
	
	header .lang-web {
	    display: -ms-flexbox;
        display: flex;
	}
	
	header .lang-mob {
	  display: none;
	}
}

@media (max-width: 768px) {
    footer .section-top .display-f-wrap {
        -ms-flex-pack: normal;
        justify-content: normal;
    }
    
    footer .section-top .display-f-wrap .social-info {
        width: 100%;
        text-align: center;
    }
    
    footer .section-top .display-f-wrap .social-media {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    footer .section-top .display-f-wrap .social-info p {
		padding-bottom: 0;
	}
	
	footer .section-bottom .footer-menu-wrapper .custom-col .footer-menu h2 {
	    font-size: 24px;
	}
	
	#references {
	    padding: 27px 0 18px;
	}
	
	#references .ref-title {
	    padding-left: 0;
	    margin-bottom: 0;
	}
	
	#news .news-title {
	    padding-left: 0;
	}
	
	#references .ref-carousel {
	    padding-top: 27px;
	}
	
	.category-content .box-cat {
	    margin: 15px 0;
	}
	
	.page-content, .page-content .line-hr {
	    padding-bottom: 40px;
	}
	
	.dif-content {
        padding-bottom: 10px;
    }
    
    .full-content .content-all .content-first .quote .quote {
        width: 100% !important;
    }
    
    .full-content .content-all .content-first .quote .quote:nth-child(1) {
        padding-right: 0;
    }
    
    .full-content .content-all .content-first .quote .quote:nth-child(2) {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .contact-content #map {
        height: 350px;
    }
    .full-content .content-all .content-first .quote .quote:nth-child(2) iframe {
        height: 375px;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(2) ul {
        -webkit-column-count: 1; 
         column-count: 1; 
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(1) {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(2) {
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(3) {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col .navbar-brand:nth-child(1) {
        margin-top: 12px !important;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col .footer-menu h2,
    footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact {
        padding-top: 12px !important;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col .footer-menu h2,
    footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact h2,
    footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact h3 {
        font-size: 20px;
    }
    
    .full-content:not(.about-dif-style) .content-all:not(.other-products) .quote > div:not(.quote) {
        width: calc(100% - 30px);
    }
    
    .full-content:not(.about-dif-style) .content-all:not(.other-products) .quote > div:not(.quote) h5 {
        font-size: 19px;
    }
    
    .career-content .general-career-info {
        margin-top: 30px;
        padding: 15px 30px;
    }
    
    .career-content .career-img img,
    .career-content .general-career-info{
        min-height: 180px;
    }
    
    .category-content .career-box .career-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .category-content .career-box .learn-more {
        width: 100%;
        margin: 5px 0;
    }
    
    .category-content .career-box .grey-btn {
        margin-right: 0 !important;
    }
    
    #video-slide .sound-wrapper {
        position: absolute;
        z-index: 10;
    }
    
    .category-content .box-cat a .img-wrap {
        height: 178px;
    }
}

@media (min-width: 500px) {
	#video-slide .about-sec {
		padding-bottom: 63px;
	}
	.sec-title {
		padding: 18px 0 32px;
	}
	
	#video-slide .about-sec .about-info .sec-title {
	    padding: 0 0 36px;
	}
	
	.learn-more,
	.full-content .content-all .content-first .quote .quote:nth-child(2) a,
	.full-content .content-all .content-last a {
		position: relative;
		padding: 0 26px;
		width: auto;
		transition: box-shadow .2s ease-in-out;
	}
	#products {
		padding-bottom: 36px;
	}
	.ref-item {
		height: 312px;
	}
	.ref-item .desc-box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 18px;
	}
	
	#services .service-wrapper {
    	display: -ms-flexbox;
    	display: flex;
    }
    
	#services .service-wrapper .service-cover {
		width: 50%;
	}
	#services .service-wrapper .service-info {
		width: 50%;
		padding: 18px 18px 45px;
	}
	#services .service-wrapper .service-info .desc-box {
		padding: 12px 0 18px;
	}
	footer .section-top {
		padding: 36px 0;
	}
	footer .section-bottom .footer-menu-wrapper {
		padding-bottom: 45px;
	}
	footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .contact-list {
		margin-top: 27px;
	}
	
	footer .section-bottom .footer-menu-wrapper .custom-col .footer-menu h2 {
		padding-top: 36px;
		margin-bottom: 9px;
	}
	footer .section-bottom .footer-menu-wrapper .custom-col .footer-menu .footer-list li a {
		padding: 9px 18px;
	}
}


@media only screen and (min-width: 576px) {
    .fancybox-navigation .fancybox-button {
        width: 100px !important;
        height: 110px !important;
    }
}


@media only screen and (max-width: 576px) {
    .full-content .content-all.about-content img:first-child{
        width:100%;
        float:none;
        margin:0;
        margin-bottom:20px;
    }
    footer .section-bottom .footer-menu-wrapper .custom-col {
	   -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 15px;
        margin-bottom: 15px;
	}
	
	footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact {
	    padding-top: 0;
	}
	
	footer .section-top {
        padding: 18px 0;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(1) {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(2) {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(3) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(2) ul {
        -webkit-column-count: 2;
        column-count: 2;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .contact-col {
        width: max-content;
    }
    
    .breadcrumb {
        display: none;
    }
    
    body.page-custom {
        padding-top: 0;
    }
    
    .page-content {
        padding-top: 30px;
    }
    
    .static-content .content-all .quote div, .category-content .ref-item {
	    width: calc(100% - 30px) !important;
        /*margin: 15px 0;*/
	}
	
	.full-content .content-all .content-last .quote .quote:nth-child(1) {
	    width: 80%;
	    margin: 0 auto;
	    padding-right: 0;
	    padding-bottom: 0;
	}
	
	.full-content .content-all .content-last .quote .quote:nth-child(2) {
	    width: 100%;
	    padding-left: 0;
	}
	
	.full-content .content-all .content-last .quote .quote:nth-child(1)::after {
	    content: none;
	}
	
	.contact-content .content-all .info-c {
	    margin-bottom: 15px;
	}
	
	#map .gm-style-mtc,
    #map .gm-control-active.gm-fullscreen-control,
    #map .gm-svpc,
    #map .gmnoprint,
    #map .gm-style-cc,
    #map a[rel~="noopener"] {
    	display: none !important;
    }
    
    /*footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .contact-col {*/
    /*    width: 100%;*/
    /*}*/
    
    /*footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .contact-col:first-child {*/
    /*    margin-bottom: 30px;*/
    /*}*/
    
    .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }
    
    .modal-body {
        padding: 0 20px 20px;
    }
    
    .modal-title {
        font-size: 18px;
    }
    
    .modal-header {
        padding: 10px 40px;
        margin: 0 auto;
    }
    
    .com_content .com-star > div {
        background-size: 24px;
        width: 24px;
        height: 16px;
    }
    
    .com_content .com-star > #star2 {
        width: 48px;
    }
    
    .com_content .com-star > #star3 {
        width: 72px;
    }
    
    .com_content .com-star > #star4 {
        width: 96px;
    }
    
    .com_content .com-star > #star5 {
        width: 120px;
    }
    
    .com_content .com-star > #star6 {
        width: 144px;
    }
    
    .com_content .com-star > #star7 {
        width: 168px;
    }
    
    .com_content .com-star > #star8 {
        width: 192px;
    }
    
    .com_content .com-star > #star9 {
        width: 216px;
    }
    
    .com_content .com-star > #star10 {
        width: 240px;
    }
    
    .comment {
        padding: 20px;
    }
    
    .comment .name {
        display: block;
    }
    
    .comment .avatar .cover {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }
    
    #video-slide .about-sec .about-info::before {
        content: none;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .display-f-wrap .contact-col:nth-child(2) {
	    margin-top: 0;
	}
}


@media only screen and (max-width: 500px) {
    
    #products .display-f-wrap-center .product-box-wrap {
        margin: 0 13.5px 27px;
        width: 100%;
    }
    
    #video-slide .video-wrapper .video-wrap {
        padding-top: 0;
    }
    
    .learn-more, .grey-btn, 
    .full-content .content-all .content-first .quote .quote:nth-child(2) a,
    .full-content .content-all .content-last a {
        width: 100%;
        height: auto; 
        line-height: normal;
        margin-top: 30px;
        padding: 13px;
    }
    
    /*#call .learn-more {*/
    /*    line-height: 45px;*/
    /*    width: max-content;*/
    /*}*/
    
    #video-slide .about-sec .about-info, #video-slide .about-sec .about-info.active,
    .learn-more:hover, 
    .full-content .content-all .content-first .quote .quote:nth-child(2) a:hover, .grey-btn:hover,
    .full-content .content-all .content-last a:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    
    #services .service-wrapper .service-info .grey-btn {
        margin-top: 0;
    }
    
    #video-slide .about-sec .about-info {
        padding: 30px 15px;
        margin: 0 -13px;
    }
    
    #video-slide .about-sec .about-info p {
        font-size: 21px;
        line-height: 27px;
        letter-spacing: .19px;
    }
    
    .sec-title {
        padding: 0 0 18px;
    }
    
    #products {
        background-color: #fff;
    }
    
    #features .features-wrapper .feature-box-wrap .feature-desc {
        display: none;
    }
    
    #features .features-wrapper .feature-box-wrap.active-feature .feature-desc {
        display: block;
    }
    
    #features .features-wrapper .feature-box-wrap:not(.active-feature) h3,
    #features .features-wrapper .feature-box-wrap:not(.active-feature):hover h3,
    #features .features-wrapper .feature-box-wrap.deactive-feature h3 {
        padding: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    #features .features-wrapper .feature-box-wrap.active-feature h3 {
        padding: 27px 0 15px;
    }
    
    #features .features-wrapper .feature-box-wrap.active-feature .feature-read {
        top: 40px;
    }
    
    .category-content .box-cat a .img-wrap,
    .dif-content .content-all .quote .highslide {
        height: 178px;
    }
    
    .dif-content .content-all .quote .highslide {
        display: block;
    }
    
    .dif-content .content-all .quote .highslide img {
        height: 100%;
    }
    
    .page-content .line-hr {
        padding-bottom: 20px;
    }
    
    .dif-content .content-all .quote {
        padding-top: 20px;
    }
    
    .contact-content #map {
        height: 250px;
    }
    
    header .navbar-toggler .menu-icon {
        width: 38px;
    }
    
    header .section-top .lang-wrapper {
        margin-left: 50px;
    }
    
    .category-content .box-cat .pdf-btn {
        margin-left: 0 !important;
    }
    
    .cookie-notification p {
        width: 100%;
    }

	.cookie-notification .grey-btn {
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	
	#products h2 {
	    padding: 27px 0;
	}
	
	#services {
	    padding-bottom: 27px;
	}
}


@media only screen and (max-width: 450px) {
 /*   footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(3),*/
 /*   footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(4) {*/
	/*   -ms-flex: 0 0 100%;*/
 /*       flex: 0 0 100%;*/
 /*       max-width: 100%;*/
	/*}*/
	
	footer .section-bottom .footer-menu-wrapper .custom-col .navbar-brand {
        width: 100%;
	}
	
	footer .section-bottom .footer-menu-wrapper .custom-col .footer-menu .footer-list li a {
	    font-size: 13px;
	    padding: 9px;
	}
	
	#features .features-wrapper .feature-box-wrap h3,
	#features .features-wrapper .feature-box-wrap.deactive-feature h3 {
	    width: 75%;
	    line-height: normal;
	}
	
	#features .features-wrapper .feature-box-wrap .feature-desc .learn-more {
	    margin-top: 15px;
	}
	
	.full-content .content-all .content-first .quote .quote:nth-child(2) iframe {
	    height: auto;
	}
	
	.full-content .content-all .content-last .quote .quote:nth-child(1) {
	    width: 100%;
	}
	
	#mobil-menu .menu-list {
	    width: 100%;
	}
	
	#mobil-menu .menu-list::after {
	    content: none;
	}
	
	.modal-header {
        padding: 10px 20px;
        margin: 0;
    }
    
    .modal-content .btn-close {
        right: 30px;
        top: 17px;
    }
}


@media only screen and (max-width: 400px) {
    footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(1),
    footer .section-bottom .footer-menu-wrapper .custom-col:nth-child(2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col .navbar-brand {
        width: 34%;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col .navbar-brand:nth-child(2) {
        float: right;
    }

    footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .contact-col {
        width: 100%;
    }
    
    footer .section-bottom .footer-menu-wrapper .custom-col .footer-contact .display-f-wrap .contact-col:nth-child(2) {
	    margin-top: 30px;
	}
    
    .rating {
        font-size: 20px;
    }
    
    .comment .name {
        font-size: 14px;
    }
    
    .comment .comment-title {
        font-size: 12px;
    }
}


@media only screen and (max-width: 350px) {
    header .navbar-toggler .menu-icon {
        width: 34px;
    }
    
    header .section-top .lang-wrapper {
        margin-left: 42px;
    }
    
    header .section-top .display-f-wrap .logos .navbar-brand:first-child {
        margin-right: 5px;
    }
}




/* --- Comments --- *//* Adding form */




.plus_icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.addcomment .plus_icon {
	width: 8%;
	padding: 10px 0;
	float: left;
	margin-top: 4%;
}

.plus_icon>span,
.plus_icon>span:before,
.plus_icon>span:after {
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	position: absolute;
}

.plus_icon>span:before,
.plus_icon>span:after {
	background-color: #b3b3b3;
	content: "";
}

.plus_icon>span {
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
}

.plus_icon>span:after {
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
}

.plus_icon>span:before {
	left: 50%;
	top: 0;
	width: 2px;
	height: 100%;
	margin-left: -1px;
}

.plus_icon.circle {
	width: 12px;
	height: 12px;
	padding: 4px;
	border-radius: 50%;
	border: 2px solid #3394e6;
}

.plus_icon.circle>span {
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
}

.plus_icon.circle>span:before,
.plus_icon.circle>span:after {
	background-color: #3394e6;
}


/* Forms at UL */

ul.ui-form {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.ui-form>li {
	margin-bottom: 0;
}

ul.ui-form>li:last-child {
	margin-bottom: 0;
}

.addcomment .form input.effect {
    height: auto;
}

.form-group {
	margin-bottom: 0;
}

.form-group>label {
	display: block;
	margin-bottom: .4em;
}

.imp:after {
	content: "*";
	margin: 0 0 0 10px;
	color: #e85319;
}

@media only screen and (min-width: 601px) {
	.form-group.combo:after {
		clear: both;
		display: table;
		content: "";
	}
	.form-group.combo>.combo_field {
		width: 50%;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form-group.combo>.combo_field:last-child {
		padding-left: 10px;
	}
	.form-group.combo>.combo_field:first-child {
		padding-right: 10px;
	}
}

.form_submit {
	margin-top: 20px;
}

.form-sep {
	border-top: 1px solid #efefef;
}


/* Modification of the BB editor for review */

/*.wseditor table,*/
/*.bb-editor table {*/
/*	margin: 0px;*/
/*}*/


/* Comments */

/*.com_list {}*/

/*.comment {*/
/*	padding: 4% 4%;*/
/*	position: relative;*/
/*	-webkit-transition: box-shadow ease .4s;*/
/*	transition: box-shadow ease .4s;*/
/*}*/

/*.com_list .comment {*/
/*	border-top: 1px solid #efefef;*/
/*	background-color: transparent;*/
/*	margin: 0;*/
/*	border-radius: 0;*/
/*	box-shadow: none;*/
/*	-webkit-box-shadow: none;*/
/*}*/

/*.comment:hover {*/
/*	position: relative;*/
/*	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);*/
/*	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);*/
/*}*/

/*.avatar {*/
/*	display: inline-block;*/
/*}*/

/*.avatar .cover {*/
/*	width: 100px;*/
/*	height: 100px;*/
/*	border-radius: 50%;*/
/*	white-space: nowrap;*/
/*	text-indent: -9999px;*/
/*	display: inline-block;*/
/*}*/

/*.comment .avatar {*/
/*	float: left;*/
/*	margin-right: 15px;*/
/*	position: relative;*/
/*}*/

/*.com_online {*/
/*	position: absolute;*/
/*	left: 100%;*/
/*	top: 50%;*/
/*	margin: -4px 0 0 -4px;*/
/*	overflow: hidden;*/
/*	text-indent: -9999px;*/
/*	background-color: #70bb39;*/
/*	border: 2px solid #fff;*/
/*	width: 4px;*/
/*	height: 4px;*/
/*	border-radius: 50%;*/
/*}*/

/*.com_info {*/
/*	font-size: .9em;*/
/*	margin-bottom: 2%;*/
/*	margin-top: -5px;*/
/*}*/

/*.com_info:after {*/
/*	clear: both;*/
/*	display: block;*/
/*	content: "";*/
/*}*/

/*.com_user {*/
/*	float: left;*/
/*	margin: 9px 15px 0 0;*/
/*}*/

/*.comment .meta,*/
/*.comment .meta ul,*/
/*.comment .meta * {*/
/*	display: inline-block;*/
/*}*/

/*.comment .meta .icon {*/
/*	display: none;*/
/*}*/

/*#dlemasscomments .comment .meta .left a {*/
/*	width: auto;*/
/*	height: auto;*/
/*}*/

/*.box_in {*/
/*	padding-left: 120px;*/
/*}*/

/*label.comments_subscribe input {*/
/*	margin-right: 10px;*/
/*}*/

/*.comment .meta .left {*/
/*	margin: 9px 0 0 0;*/
/*}*/

/*.comment .meta .left .mass input {*/
/*	margin: -2px 0 0 0;*/
/*	vertical-align: middle;*/
/*}*/

/*.comment .meta>ul.left>li {*/
/*	margin-right: 10px;*/
/*}*/

/*.comment .reply {*/
/*	text-transform: lowercase;*/
/*}*/

/*.comment .meta .left a {*/
/*	display: inline-block;*/
/*	width: 20px;*/
/*	height: 20px;*/
/*	vertical-align: middle;*/
/*	padding: 2px;*/
/*	margin-top: -2px;*/
/*	-moz-box-sizing: border-box;*/
/*	-webkit-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*}*/

/*.comment .meta .left .reply a {*/
/*	padding: 2px;*/
/*	width: auto;*/
/*	vertical-align: baseline;*/
/*}*/

/*.comment .meta .left .del a {*/
/*	padding: 4px;*/
/*}*/

/*.comment .meta .left .icon {*/
/*	margin: 0;*/
/*	fill: #919191;*/
/*	vertical-align: top;*/
/*}*/

/*.comment .meta .left a:hover .icon {*/
/*	fill: #3394e6;*/
/*}*/

/*.comment .meta .left a .icon-reply {*/
/*	width: 15px;*/
/*	height: 16px;*/
/*	fill: #3394e6 !important;*/
/*	margin-right: .4em;*/
/*	vertical-align: middle;*/
/*}*/

/*.comment .meta .left a .icon-coms {*/
/*	width: 15px;*/
/*	height: 16px;*/
/*	fill: #3394e6 !important;*/
/*	margin-right: .4em;*/
/*	vertical-align: middle;*/
/*}*/

/*.comment .meta .left .edit_btn>a {*/
/*	padding: 2px;*/
/*	margin-top: -4px;*/
/*}*/

/*.comment .icon-bad {*/
/*	width: 16px;*/
/*	height: 16px;*/
/*}*/

/*.comment .icon-cross {*/
/*	width: 12px;*/
/*	height: 12px;*/
/*}*/

/*.comment .meta .rate {*/
/*	float: right;*/
/*}*/


/* Tree comments */

/*#dle-comments-list {*/
/*	width: 100%;*/
/*	overflow: hidden;*/
/*}*/

/*#dle-comments-list .comments-tree-list {*/
/*	list-style: none;*/
/*	padding: 0;*/
/*	margin: 0;*/
/*}*/

/*#dle-comments-list>.comments-tree-list>li>.comments-tree-list {*/
/*	padding: 0 8%;*/
/*	border-top: 1px solid #efefef;*/
/*}*/

/*#dle-comments-list>.comments-tree-list>li .comments-tree-list>li {*/
/*	padding-left: 20px;*/
/*}*/

/*#blind-animation .comments-tree-list {*/
/*	list-style: none;*/
/*	padding: 0;*/
/*	margin: 0;*/
/*}*/

/*.comments-tree-list>li>ol>li .comment {*/
/*	padding: 30px 0;*/
/*	position: relative;*/
/*	box-shadow: none;*/
/*	-webkit-box-shadow: none;*/
/*	border-width: 0;*/
/*}*/

/*.comments-tree-list li ol li .comment {*/
/*	position: relative;*/
/*	box-shadow: none;*/
/*	-webkit-box-shadow: none;*/
/*	border-width: 0;*/
/*}*/

/*.comments-tree-list>li>ol>li .comment:after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	width: 2000px;*/
/*	height: 1px;*/
/*	margin-left: -500px;*/
/*	left: 0;*/
/*	top: 0;*/
/*	background-color: #efefef;*/
/*}*/

/*.comments-tree-list>li>ol>li .comment:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 12px;*/
/*	margin: 30px 0 0 -20px;*/
/*	background-color: #e6e6e6;*/
/*	width: 10px;*/
/*	height: 2px;*/
/*}*/


/* Management review */

/*.mass_comments_action {*/
/*	text-align: right;*/
/*	border-top: 1px solid #efefef;*/
/*	padding: 2% 4%;*/
/*}*/

/*.mass_comments_action>select {*/
/*	height: 36px;*/
/*	padding: 5px;*/
/*	width: 200px;*/
/*	margin-left: 1em;*/
/*}*/

/*.com_content>.title {*/
/*	margin-top: 4%;*/
/*}*/

/*.com_content>.text {*/
/*	font-size: 1.08em;*/
/*}*/


/* Form */

/*.form_submit>.btn-big {*/
/*	min-width: 150px;*/
/*	margin-top: 5px;*/
/*}*/

/*.form_submit .c-captcha {*/
/*	float: none;*/
/*	margin-bottom: 20px;*/
/*}*/

/*.c-captcha img,*/
/*.c-captcha>input {*/
/*	width: 122px;*/
/*}*/

/*.combo_field {*/
/*	margin-bottom: 20px;*/
/*}*/