@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300,400,500,700, 900');
body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  line-height: 30px;
  color: #45484b;
}
body a {
  text-decoration: none!important;
}
@font-face {
  font-family: "Roboto-Black";
  src: url(../fonts/Roboto/Roboto-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(../fonts/Roboto/Roboto-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto-Light";
  src: url(../fonts/Roboto/Roboto-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url(../fonts/Roboto/Roboto-Medium.ttf) format("truetype");
}
.show-on-medium {
  display: none;
}
@media (max-width: 1199px) {
  .hide-on-medim {
    display: none;
  }
  .show-on-medium {
    display: block;
  }
}
.show-on-mobile {
  display: none;
}
@media (max-width: 640px) {
  .show-on-mobile {
    display: block;
  }
}
.show-on-medium {
  display: none;
}
@media (max-width: 991px) {
  .show-on-medium {
    display: block;
  }
  .hide-on-medium {
    display: none;
  }
}
.no-pad {
  padding: 0;
}
.header {
  position: fixed;
  z-index: 200;
  left: 0;
  right: 0;
  top: 0;
  height: 130px;
  transition: height 0.3s ease-out;
}
.header img.white {
  display: none;
}
main {
  padding-top: 130px;
}
body.scroll main {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  main {
    padding-top: 0;
  }
  body.scroll main {
    padding-top: 0;
  }
}
.stiky-nav {
  padding: 30px 0 30px 0;
  position: relative;
}
body.scroll .header {
  background-color: #be1f41;
  height: 90px;
}
body.scroll .stiky-nav {
  padding: 10px 0;
}
body.scroll .header .navigation ul li a,
body.scroll .header .right-box .language a {
  color: #fff !important;
}
body.scroll .header .w-right-box {
  top: -18px;
}
body.scroll img.default {
  display: none;
}
body.scroll img.white {
  display: block;
}
.header_mobile {
  display: none;
}
@media (max-width: 1199px) {
  .header {
    display: none;
  }
  .header_mobile {
    display: block;
  }
}
.header .navigation ul,
.header_mobile .mobile_navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header_mobile .mobile_navigation {
  background-color: #fff;
  position: absolute;
  top: 98%;
  width: 100%;
  right: -100%;
  text-align: center;
  z-index: 200;
  transition: 0.4s ease-out;
  overflow: hidden;
  height: 0;
}
.header_mobile .mobile_navigation.active {
  right: 0;
  height: auto;
}
.header_mobile .mobile_navigation li {
  padding: 11px 0;
}
.header_mobile .mobile_navigation li a {
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  transition: 0.3s ease-out;
  position: relative;
  text-decoration: none!important;
}
.header .menu {
  cursor: pointer;
  pointer-events: all;
}
@media (max-width: 640px) {
  .header .menu {
    padding-top: 5px;
  }
}
.mobile-button {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  width: 24px;
  position: relative;
  display: block;
  transition: all 500ms ease-out;
  -mozz-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  height: 39px;
}
.mobile-button .bar {
  width: 24px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto 0;
  background-color: #404040;
}
.mobile-button .bar.top {
  top: 11px;
  bottom: auto;
}
.mobile-button .bar.middle {
  top: 0;
  bottom: 0;
}
.mobile-button .bar.bottom {
  top: auto;
  bottom: 11px;
}
.header .navigation ul li {
  display: inline-block;
  padding-right: 20px;
}
.header .logo {
  display: inline-block;
}
@media (max-width: 1199px) {
  .header .logo img {
    width: 100%;
  }
}
.header .first-child {
  display: inline-block;
}
.header .first-child a {
  color: #3d3d3d;
  text-transform: uppercase;
  border-left: 1px solid;
  padding-left: 10px;
  margin-left: 3px;
  font-size: 17px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.header .navigation ul li a {
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 19px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  transition: 0.3s ease-out;
  position: relative;
  text-decoration: none!important;
}
@media (max-width: 1366px) {
  .header .navigation ul li a {
    font-size: 16px;
  }
}
.header .navigation ul li a:before {
  content: '';
  position: absolute;
  background-color: #bd1f41;
  width: 100%;
  height: 1.4px;
  bottom: -3px;
  display: none;
  transition: 0.3s ease-out;
}
.header .navigation ul li a:hover {
  color: #bd1f41;
}
.header .navigation ul li a:hover:before {
  display: block;
}
.header .navigation {
  padding: 20px 0 0 0;
  text-align: right;
}
@media (max-width: 1366px) {
  .header .navigation {
    padding: 20px 50px 0 0;
    text-align: center;
  }
}
.header .w-right-box {
  position: absolute;
  right: 20px;
  top: 3px;
}
.header .right-box {
  position: absolute;
  right: 20px;
  top: 44px;
}
@media (max-width: 1199px) {
  .header .w-right-box,
  .header .right-box {
    position: static;
    float: right;
  }
}
@media (max-width: 640px) {
  .header .w-right-box {
    padding-top: 4px;
  }
}
.header .right-box .search {
  display: inline-block;
  padding-right: 15px;
  vertical-align: text-bottom;
}
@media (max-width: 1366px) {
  .header .right-box .search img {
    height: 17px;
  }
}
.header .right-box .language {
  display: inline-block;
}
.header .right-box .language a {
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 19px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  transition: 0.3s ease-out;
}
@media (max-width: 1366px) {
  .header .right-box .language a {
    font-size: 16px;
  }
}
.header .right-box .language a:hover {
  color: #bd1f41;
}
.header .right-box .language a:after {
  content: '\f107';
  font-family: fontAwesome;
  padding-left: 2px;
}
.main_slider .box {
  height: 550px;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 18px;
  padding-right: 60px;
  background-position: 80% 80%;
}
/*.main_slider .box.box_1 {
    background-image: url(../img/home_carousel1.jpg);
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 18px;
    padding-right: 60px;
    background-position: 80% 80%;
}  
.main_slider .box.box_2 {
    background-image: url(../img/home_carousel2.jpg);
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 18px;
    padding-right: 60px;
    background-position: 80% 80%;
}*/
@media (max-width: 640px) {
  .main_slider {
    margin-bottom: 35px;
  }
  .main_slider .box.box_1 {
    height: 300px;
    background-position: center center;
  }
  .main_slider .box.box_2 {
    height: 300px;
    background-position: center center;
  }
}
.main_slider .simple-text {
  float: right;
}
.main_slider .simple-text span {
  font-size: 94px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
}
.main_slider .simple-text h1 {
  font-size: 38px;
  color: #fff;
  font-weight: 900;
  display: inline-block;
  line-height: 41px;
}
@media (max-width: 991px) {
  .main_slider .simple-text span {
    font-size: 70px;
  }
  .main_slider .simple-text h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .main_slider .simple-text span {
    font-size: 55px;
  }
  .main_slider .simple-text h1 {
    font-size: 17px;
    line-height: 22px;
  }
  .main_slider .box.box_1 {
    padding-right: 15px;
  }
}
.main_slider ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 25px;
  right: 15px;
}
.main_slider ul.slick-dots li {
  width: 4px;
  height: 45px;
  background-color: #fff;
  text-indent: -1999px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  z-index: 93;
  cursor: pointer;
}
.main_slider ul.slick-dots li.slick-active {
  background-color: #be1f41;
}
.scroll-arrow {
  text-align: center;
  padding: 30px 0 0 0;
  cursor: pointer;
}
@media (max-width: 640px) {
  .scroll-arrow {
    display: none;
  }
}
@keyframes todown {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  10% {
    transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  90% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.scroll-arrow img {
  animation: todown 1.7s infinite linear;
}
.scroll-arrow span {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}
.main-title h2 {
  color: #f1f1f1;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 9.9vw;
  font-family: 'Roboto Condensed', sans-serif;
}
.sec_2 {
  padding-bottom: 70px;
}
.sec_2 .sec_2_1 {
  margin-top: -50px;
}
.sec_2 .simple-text {
  padding: 30px 0 0 25px;
}
h3.border-left {
  color: #000;
  font-size: 38px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
h3.border-left:before {
  content: '';
  position: absolute;
  background-color: #000;
  width: 1.4px;
  height: 50px;
  bottom: 14px;
  left: -15px;
}
.sec_2 .simple-text p {
  color: #000;
  font-size: 18px;
}
.red-btn {
  background-color: #be1f41;
  display: inline-block;
  padding: 9px 30px;
  border-radius: 4px;
  border: 1px solid #be1f41;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.red-btn:hover {
  background: none;
}
.red-btn:hover a {
  color: #be1f41;
}
.red-btn a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
.sec_3 .sec_3_1 {
  margin-top: -97px;
}
.sec_3 .sec_3_1 .simple-text {
  padding: 90px 0 0 90px;
}
.sec_3 .sec_3_1 .simple-text p {
  color: #000;
  font-size: 18px;
}
.sec_3 .sec_3_1 .image {
  background-image: url(../img/sec-3-img.jpg);
  height: 553px;
  margin-bottom: 100px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .sec_2 .sec_2_1,
  .sec_3 .sec_3_1 {
    margin-top: -15px;
    text-align: center;
  }
  .main-title h2 {
    margin: 0;
    padding-left: 15px;
  }
  .video iframe {
    height: 300px;
  }
  .sec_2 {
    padding-bottom: 30px;
  }
  .sec_2 .simple-text p,
  .sec_3 .simple-text p {
    padding-bottom: 20px;
    line-height: 30px;
  }
  .sec_2 .simple-text p br,
  .sec_3 .simple-text p br {
    display: none;
  }
  .sec_2 .simple-text {
    padding: 0;
  }
  .sec_3 .sec_3_1 .simple-text {
    padding: 0 !important;
  }
  .sec_3 .sec_3_1 .image {
    margin-bottom: 0;
  }
  .sec_3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .sec_2 .sec_2_1,
  .sec_3 .sec_3_1 {
    margin-top: -10px;
  }
  .video iframe {
    height: 250px;
  }
  .sec_3 .sec_3_1 .image {
    height: 300px;
  }
}
.sec_4 {
  background-color: #e3e3e3;
  padding: 55px 0 40px 0;
  overflow: hidden;
}
@media (max-width: 640px) {
  .sec_4 {
    padding: 40px 15px 40px 15px;
    text-align: center;
  }
}
.sec_4slider ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.sec_4slider ul.slick-dots li {
  height: 2.5px;
  width: 85px;
  background-color: #fff;
  text-indent: -2041px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  z-index: 93;
  cursor: pointer;
}
.sec_4slider ul.slick-dots li.slick-active {
  background-color: #be1f41;
}
.sec_4slider .slick-slide:focus {
  outline: none;
}
.sec_4slider .slick-track {
  height: 270px !important;
}
@media (max-width: 991px) {
  .sec_4slider .slick-track {
    height: auto !important;
  }
  .sec_4slider .slick-slide img {
    display: inline-block;
  }
  .sec_4slider ul.slick-dots {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -95px;
  }
  .sec_4 {
    padding: 70px 0 0 0;
  }
}
.sec_4 .small-container {
  padding-left: 75px;
}
.sec_4 .text h2 {
  color: #be1f41;
  font-size: 222px;
  font-weight: 900;
  line-height: 147px;
}
.sec_4 .text h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 30px;
}
.sec_4 .text {
  display: inline-block;
  text-align: center;
}
.sec_4 .image {
  display: inline-block;
  vertical-align: top;
  float: right;
}
.sec_4 .simple-text {
  padding-left: 30px;
}
@media (max-width: 640px) {
  .sec_4 .simple-text {
    padding-left: 0;
  }
}
.sec_4 .simple-text h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  font-family: 'Roboto Condensed', sans-serif;
}
@media (max-width: 640px) {
  .sec_4 .simple-text h3 {
    font-size: 43px;
    font-weight: 300;
  }
}
.sec_4 .simple-text p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .sec_4 .simple-text p br {
    display: none;
  }
}
footer {
  overflow: hidden;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .top-sec {
  background-color: #be1f41;
  padding: 50px 0 50px 0;
  position: relative;
}
@media (max-width: 640px) {
  footer .top-sec {
    padding: 30px 0 50px 0;
  }
}
footer .top-sec .back-to-top {
  background-color: #000;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  padding-top: 8px;
}
@media (max-width: 1200px) {
  footer .top-sec .back-to-top {
    display: none;
  }
}
footer .top-sec .pad-left {
  padding-left: 50px;
}
footer .top-sec .pad-right {
  padding-right: 50px;
  border-right: 1px solid #fff;
}
footer .top-sec form {
  margin-bottom: 0;
}
footer .top-sec .title h2 {
  color: #fff;
  font-size: 62px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
footer .top-sec .title {
  padding-bottom: 30px;
}
footer .top-sec-1 {
  padding-left: 85px;
}
footer .top-sec input,
footer .top-sec textarea {
  width: 100%;
  border: 0;
  height: 60px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
footer .top-sec textarea {
  height: 120px;
  font-size: 16px;
  line-height: 20px;
}
footer .top-sec textarea {
  padding-top: 15px;
  resize: vertical;
}
@media (max-width: 640px) {
  footer .top-sec textarea {
    height: 80px;
    padding-top: 22px;
  }
}
footer .top-sec input::placeholder,
footer .top-sec textarea::placeholder {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
footer .top-sec input:focus,
footer .top-sec textarea:focus {
  outline: none;
}
footer .top-sec .box {
  margin: 0 10px 10px 0;
}
footer .top-sec #send {
  background-color: #000;
  border: 1px solid #000;
  transition: 0.3s ease-out;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding: 14px 0;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 10px;
}
footer .top-sec #send:hover {
  background: none;
}
footer .top-sec .contact-info h3 {
  color: #fff;
  font-weight: 500;
  font-size: 33px;
  font-family: 'Roboto Condensed', sans-serif;
}
footer .top-sec .contact-info h4,
footer .top-sec .contact-info h4 a {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0px;
  text-decoration: none;
}
@media (max-width: 640px) {
  footer .top-sec .contact-info h4,
  footer .top-sec .contact-info h4 a {
    font-size: 20px;
  }
}
footer .bottom-sec {
  background-color: #000;
  color: #fff;
  padding: 20px 35px 0 80px;
}
@media (max-width: 991px) {
  footer .bottom-sec {
    padding: 35px 15px 20px 15;
  }
}
@media (max-width: 768px) {
  footer .bottom-sec {
    padding: 35px 0 20px 0;
  }
}
footer .bottom-sec .col {
  display: inline-block;
  width: 33%;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  footer .bottom-sec .col {
    display: inline-block;
    width: 32%;
    vertical-align: bottom;
  }
}
@media (max-width: 768px) {
  footer .bottom-sec .col {
    display: block;
    width: 100%;
  }
}
footer .bottom-sec .footer-nav ul {
  text-align: center;
}
@media (max-width: 768px) {
  footer .bottom-sec .footer-nav ul {
    padding-bottom: 50px;
  }
}
footer .bottom-sec .footer-nav ul li {
  display: inline-block;
}
@media (max-width: 768px) {
  footer .bottom-sec .footer-nav ul li {
    display: block;
    padding-bottom: 10px;
  }
}
footer .bottom-sec .footer-nav ul li a {
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  padding: 0 10px;
  transition: 0.3s ease-out;
}
@media (max-width: 768px) {
  footer .bottom-sec .footer-nav ul li a {
    display: block;
    padding: 0;
  }
}
footer .bottom-sec .footer-nav ul li a:hover {
  color: #bd1f41;
}
footer .bottom-sec ul.contact {
  border-left: 1px solid #fff;
  padding-left: 6px;
  vertical-align: bottom;
}
footer .bottom-sec ul.contact li a {
  text-decoration: none;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
footer .bottom-sec ul.contact li {
  line-height: 20px;
  padding-left: 20px;
  position: relative;
}
footer .bottom-sec ul.contact li.phone:before {
  content: '\f095';
  font-family: FontAwesome;
  position: absolute;
  left: 2px;
}
footer .bottom-sec ul.contact li.mail {
  padding: 10px 0 20px 20px;
}
footer .bottom-sec ul.contact li.mail:before {
  content: '\f0e0';
  font-family: FontAwesome;
  position: absolute;
  left: 2px;
  font-size: 13px;
}
footer .bottom-sec .w_iamge {
  padding: 35px 0 60px 0;
}
footer .bottom-sec .social {
  float: right;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  footer .bottom-sec .social {
    float: none;
  }
}
footer .bottom-sec .social ul {
  text-align: right;
}
@media (max-width: 768px) {
  footer .bottom-sec .social ul {
    text-align: center;
  }
}
footer .bottom-sec .social ul li {
  display: inline-block;
  padding-left: 27px;
}
@media (max-width: 768px) {
  footer .bottom-sec .social ul li {
    padding: 0 14px 0 14px;
  }
}
footer .bottom-sec .social ul li a i {
  color: #fff;
  font-size: 37px;
  transition: 0.3s ease-out;
}
footer .bottom-sec .social ul li a i:hover {
  color: #be1f41;
}
footer .bottom-sec .social ul li a i.fa.fa-facebook {
  font-size: 31px;
}
footer .bottom-sec .social h4 {
  font-size: 12px;
  text-align: right;
}
@media (max-width: 768px) {
  footer .bottom-sec .social h4 {
    font-size: 12px;
    text-align: center;
  }
}
@media (max-width: 1600px) {
  .main-title h2 {
    font-size: 11.6vw;
  }
}
@media (max-width: 1500px) {
  .main-title h2 {
    font-size: 12.5vw;
  }
}
@media (max-width: 1366px) {
  .main-title h2 {
    font-size: 13.5vw;
  }
}
@media (max-width: 1300px) {
  .main-title h2 {
    font-size: 14.6vw;
  }
}
@media (max-width: 1200px) {
  .main-title h2 {
    font-size: 13vw;
  }
  .sec_3 .sec_3_1 .simple-text {
    padding: 90px 0 0 0;
  }
  .sec_4 .small-container {
    padding-left: 0;
  }
  footer .top-sec-1 {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  footer .top-sec .pad-right {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 36px;
    padding-bottom: 30px;
  }
  footer .top-sec .pad-left {
    padding-left: 0;
  }
  footer .top-sec .title h2 {
    text-align: center;
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  footer .bottom-sec .col {
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .bottom-sec ul.contact {
    border-left: 0;
    padding-left: 0;
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .sec_4 .text,
  .sec_4 .image {
    display: block;
    text-align: center;
    float: none;
    padding-bottom: 20px;
  }
  footer .top-sec .title h2 {
    font-size: 30px;
  }
}
.back-to-top i {
  font-size: 40px;
  cursor: pointer;
}
.header_mobile {
  padding: 20px 0;
  position: relative;
}
@media (max-width: 766px) {
  .header_mobile {
    padding: 20px 15px;
  }
}
.header_mobile .search {
  display: inline-block;
  padding-right: 4px;
}
.header_mobile .search img {
  width: 75%;
}
.header_mobile .language {
  display: inline-block;
  vertical-align: middle;
}
.header_mobile .language a {
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  transition: 0.3s ease-out;
}
.header_mobile .col-btn {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
}
.header_mobile .col-logo {
  display: inline-block;
  width: 57%;
  vertical-align: middle;
  text-align: center;
}
.header_mobile .col-logo .logo img {
  width: 70%;
}
@media (max-width: 991px) {
  .header_mobile .col-logo .logo img {
    width: 100%;
  }
}
.header_mobile .col-search {
  display: inline-block;
  width: 20%;
  text-align: right;
  vertical-align: middle;
  margin-top: -5px;
}
/* Conferinte */
main {
  overflow: hidden;
}
.page_title h2 {
  color: #97999b;
  font-family: "Roboto-Black";
  text-transform: uppercase;
  font-size: 90px;
  margin: 0;
  letter-spacing: -9px;
}
.page_title {
  text-align: center;
}
.box_title h2 {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
}
.box_title.right h2 {
  text-align: right;
}
.right-line {
  width: 100%;
  height: 2px;
  background-color: #be1f41;
  margin-top: 45px;
  position: relative;
}
.left-line {
  width: 100%;
  height: 2px;
  background-color: #be1f41;
  margin-top: 45px;
  position: relative;
}
.right-line:after {
  content: '';
  background-color: #be1f41;
  height: 100%;
  width: 100%;
  right: -100%;
  position: absolute;
}
.left-line:after {
  content: '';
  background-color: #be1f41;
  height: 100%;
  width: 100%;
  left: -100%;
  position: absolute;
}
.right-line:before {
  content: '';
  background-color: #be1f41;
  width: 36px;
  height: 36px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  margin-top: -18px;
  left: 0;
}
.left-line:before {
  content: '';
  background-color: #be1f41;
  width: 36px;
  height: 36px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  margin-top: -18px;
  right: 0;
}
.w_box {
  padding-top: 25px;
}
.w_box p {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}
.w_box p.margin_top {
  padding-top: 30px;
}
.w_box p.margin_bottom {
  padding-bottom: 70px;
}
.w_box .image1 {
  background-image: url(../img/conferinte-img-1.jpg);
  height: 500px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
}
.w_box .image2 {
  background-image: url(../img/conferinte-img-2.jpg);
  height: 300px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
}
.w_box .image3 {
  background-image: url(../img/conferinte-img-3.jpg);
  height: 495px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
}
.w_box .image4 {
  background-image: url(../img/conferinte-img-4.jpg);
  height: 300px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center center;
}
h2.red {
  color: #be1f41;
  font-weight: 900;
  text-align: center;
  padding: 20px 0 40px 0;
}
.pad_right {
  padding-left: 20px;
}
.pad_left {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .pad_right {
    padding-left: 0;
  }
  .pad_left {
    padding-right: 0;
  }
  .w_box p br {
    display: none;
  }
  .w_box p.margin_bottom {
    padding-bottom: 0;
  }
  .w_box .image1,
  .w_box .image2,
  .w_box .image3,
  .w_box .image4 {
    display: none;
  }
  .page_title h2 {
    font-size: 50px;
  }
  .box_title h2 {
    font-size: 30px;
    position: relative;
  }
  .box_title {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 20px;
  }
  .box_title:before {
    background-color: #be1f41;
    content: '';
    position: absolute;
    width: 100%;
    height: 1.5px;
    bottom: 0;
  }
  .box_title:after {
    background-color: #be1f41;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    bottom: -9px;
  }
  .box_title.right h2 br {
    display: none;
  }
  .left-line,
  .right-line {
    display: none;
  }
  .box_title h2 {
    text-align: left !important;
  }
  .w_box {
    padding-top: 0;
  }
  .w_box p.margin_top {
    padding-top: 0;
  }
  h2.red {
    padding: 20px 0 20px 0;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  .page_title h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
}
/* Echipa */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.team {
  padding-bottom: 40px;
}
.team .page_title {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .team .page_title {
    padding-bottom: 30px;
  }
}
.team .photo_box {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  padding-bottom: 100px;
}
.team .photo_box .image {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 350px;
}
.team .photo_box .name {
  background: #fff;
  position: absolute;
  height: 80px;
  left: 10px;
  right: 10px;
  bottom: 0;
}
.team .photo_box .name h3 {
  text-align: center;
  position: relative;
  font-size: 28px;
  line-height: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: #000;
  margin: 0;
}
.team .photo_box .name strong {
  font-weight: 900;
  display: block;
  font-size: 44px ;
  line-height: 44px;
}
.team .row {
  margin-right: -5px;
  margin-left: -5px;
}
.team .row > div[class*='col-'] {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .team .row > div[class*='col-']:nth-child(2n+2) .photo_box {
    padding: 100px 0 0 0;
  }
  .team .row > div[class*='col-']:nth-child(2n+2) .photo_box .name {
    bottom: auto;
    top: 10px;
  }
}
.team .row > div[class*='col-']:nth-child(2n+2) .photo_box .name strong {
  color: #be1f41;
}
.team .row .about_member {
  background: #be1f41;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  font-weight: 300;
  padding: 80px 30px;
  line-height: 36px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  /* &:nth-of-type(2n+2){
                &:before{
                    top: auto;
                    bottom: 0;
                    left: auto;
                    right: 30px;
                }
            }*/
}
.team .row .about_member p {
  background: #be1f41;
}
.team .row .about_member:before {
  width: 5px;
  background: #fff;
  position: absolute;
  top: 0;
  height: 20%;
  content: '';
  left: 30px;
}
.team .row .about_member strong {
  display: block;
  font-weight: 900;
  font-size: 150%;
  line-height: 80%;
  margin: 5px 0;
}
.black_btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  background-color: #333f48;
  display: inline-block;
  padding: 9px 30px;
  border-radius: 4px;
  border: 1px solid #333f48;
  transition: 0.3s ease-out;
  cursor: pointer;
  margin-bottom: 30px;
}
/*.black_btn.active {     
     display:none;
}*/
.black_btn:hover {
  background: none;
  color: #333f48;
}
/* Clienti */
.clients {
  padding-bottom: 40px;
}
.clients .page_title {
  padding-bottom: 45px;
}
@media (max-width: 640px) {
  .clients .page_title {
    padding-bottom: 30px;
  }
}
.clients .logo-box {
  border: 1px solid #97999b;
  margin: 0 10px 30px 10px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.clients .logo-box .image {
  position: relative;
  /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  */
}
@media (max-width: 992px) {
  .clients .logo-box .image img {
    width: 80%;
  }
}
@media (max-width: 766px) {
  .clients .logo-box .image img {
    width: auto;
  }
}
.contact_page {
  padding-bottom: 40px;
}
.contact_page .box.right {
  float: right;
}
.contact_page .box.left {
  padding-left: 40px;
}
@media (max-width: 766px) {
  .contact_page .box.right {
    float: none;
    text-align: center;
  }
  .contact_page .box.left {
    padding-left: 0;
    text-align: center;
  }
}
.contact_page .page_title {
  padding-bottom: 40px;
}
@media (max-width: 640px) {
  .contact_page .page_title {
    padding-bottom: 10px;
  }
}
.contact_page ul {
  list-style: none;
  padding: 0 0 11px 0;
  margin: 0;
}
.contact_page h4 {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.contact_page li,
.contact_page li a {
  color: #000;
  font-size: 18px;
  line-height: 23px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.contact_page li a:hover {
  color: #be1f41;
}
/*Abordare*/
@keyframes Rotate {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.abordare .subtitle h4 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 37px;
}
.abordare .wide_box {
  padding-bottom: 30px;
}
.abordare .wide_box .simple-text {
  border-top: 2px solid #ccc;
  margin: 0 18%;
}
.abordare .wide_box .simple-text h2 {
  margin-top: 10px;
  font-weight: 700;
  color: #000;
  font-size: 34px;
  margin-bottom: -10px;
}
.abordare .wide_box .simple-text h3 {
  color: #be1f41;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.abordare .wide_box p {
  color: #000;
  margin-bottom: 20px;
  font-size: 18px;
}
.abordare .abordare_sec1 {
  background-image: url(../img/abordare-bg-1.png);
  height: 640px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 145px;
  position: relative;
}
@media (max-width: 991px) {
  .abordare .abordare_sec1 {
    height: auto;
    padding: 50px 0 130px 0;
  }
}
@media (max-width: 640px) {
  .abordare .abordare_sec1 {
    padding: 0 0 30px 0;
    background-image: none;
  }
}
.abordare .abordare_sec1 .vector_rotate {
  position: absolute;
  left: 50%;
  margin-left: -22.5px;
  z-index: 2;
  bottom: -96px;
}
.abordare .abordare_sec1 .vector_rotate.animate {
  animation: Rotate 2s ease-out;
}
@media (max-width: 991px) {
  .abordare .abordare_sec1 .vector_rotate {
    display: none;
  }
}
.abordare .abordare_sec2 {
  background-image: url(../img/abordare-bg-2.png);
  height: 710px;
  background-size: cover;
  margin-top: -90px;
  background-repeat: no-repeat;
  padding-top: 188px;
  position: relative;
}
@media (max-width: 991px) {
  .abordare .abordare_sec2 {
    height: auto;
    padding: 50px 0 130px 0;
  }
}
@media (max-width: 640px) {
  .abordare .abordare_sec2 {
    padding: 0 0 30px 0;
    background-image: none;
    margin-top: 0;
  }
}
.abordare .abordare_sec2 .vector_rotate {
  position: absolute;
  left: 50%;
  margin-left: -22.5px;
  z-index: 2;
  bottom: -85px;
}
.abordare .abordare_sec2 .vector_rotate.animate {
  animation: Rotate 2s ease-out;
}
@media (max-width: 991px) {
  .abordare .abordare_sec2 .vector_rotate {
    display: none;
  }
}
.abordare .abordare_sec3 {
  background-image: url(../img/abordare-bg-3.png);
  height: 715px;
  background-size: cover;
  margin-top: -95px;
  background-repeat: no-repeat;
  padding-top: 185px;
  position: relative;
}
@media (max-width: 991px) {
  .abordare .abordare_sec3 {
    height: auto;
    padding: 50px 0 50px 0;
  }
}
@media (max-width: 640px) {
  .abordare .abordare_sec3 {
    padding: 0px 0 50px 0;
    background-image: none;
    margin-top: 0;
  }
}
.abordare-bg .right {
  float: right;
}
@media (max-width: 991px) {
  .abordare-bg .right {
    float: none;
  }
}
.abordare-bg h2 {
  font-size: 45px;
  color: #fff;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
  letter-spacing: -2.5px;
  padding-bottom: 17px;
}
@media (max-width: 640px) {
  .abordare-bg h2 {
    font-size: 30px;
    color: #000;
  }
}
.red-btn2 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 310px;
  margin-bottom: 8px;
  padding: 2px 0;
}
@media (max-width: 991px) {
  .red-btn2 {
    width: 100%;
  }
}
.red-btn2.wide {
  width: 646px;
  margin: 0 auto 8px auto;
  height: 60px;
  line-height: 57px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .red-btn2.wide {
    width: 100%;
  }
}
.red-btn2.pad {
  height: 60px;
  margin-bottom: 20px;
}
.red-btn2.pad.pad_top {
  padding-top: 15px;
}
.red-btn2.pad a {
  line-height: 27px;
}
.red-btn2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #be1f41;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 25px;
}
.red-btn2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #be1f41;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  border-radius: 25px;
}
.red-btn2 a {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}
.red-btn2:hover::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.red-btn2:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.red-btn2:hover a {
  color: #be1f41;
}
.teambuilding section.filter {
  background-color: #97999b;
  padding: 25px 0;
  margin: -20px 0 30px 0;
}
@media (max-width: 991px) {
  .teambuilding section.filter {
    margin: 0px 0 30px 0;
  }
}
@media (max-width: 766px) {
  .teambuilding section.filter {
    padding: 15px;
  }
}
.teambuilding section.filter .w_search {
  padding-bottom: 15px;
}
.teambuilding section.filter .w_search input {
  width: 75%;
  float: left;
  margin-right: 5px;
  height: 60px;
  text-align: center;
}
@media (max-width: 1199px) {
  .teambuilding section.filter .w_search input {
    width: 74.6%;
  }
}
@media (max-width: 640px) {
  .teambuilding section.filter .w_search input {
    width: 100%;
    margin-bottom: 10px;
  }
}
.teambuilding section.filter .w_search input::placeholder {
  color: #000;
}
.teambuilding section.filter .w_search_btn {
  float: left;
  width: 24.5%;
}
@media (max-width: 640px) {
  .teambuilding section.filter .w_search_btn {
    width: 100%;
  }
}
.teambuilding section.filter .red-btn.search-btn {
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: block;
  height: 60px;
  line-height: 43px;
  font-size: 20px;
}
.teambuilding section.select {
  margin-bottom: 30px;
}
.teambuilding section.select .text {
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 640px) {
  .teambuilding section.select .text {
    display: none;
  }
}
.teambuilding section.select .first {
  display: inline-block;
  position: relative;
}
@media (max-width: 640px) {
  .teambuilding section.select .first {
    display: block;
    margin-bottom: 10px;
  }
}
.teambuilding section.select .first:before {
  right: 13px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  content: '\f107';
  font-family: fontAwesome;
  font-size: 33px;
  color: #000;
}
.teambuilding section.select select#most_popular {
  border: none;
  background-color: #97999b;
  color: #fff;
  padding: 13px 8px;
  border-radius: 3px;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 640px) {
  .teambuilding section.select select#most_popular {
    width: 100%;
  }
}
.teambuilding section.select .second {
  display: inline-block;
  position: relative;
}
@media (max-width: 640px) {
  .teambuilding section.select .second {
    display: block;
  }
}
.teambuilding section.select .second:before {
  right: 13px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  content: '\f107';
  font-family: fontAwesome;
  font-size: 33px;
  color: #fff;
}
.teambuilding section.select select#all_categories {
  border: none;
  background-color: #333f48;
  color: #fff;
  padding: 13px 8px;
  border-radius: 3px;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 640px) {
  .teambuilding section.select select#all_categories {
    width: 100%;
  }
}
.teambuilding section.categories {
  padding-bottom: 30px;
}
.teambuilding section.categories .black_btn {
  margin-top: 30px;
}
.teambuilding section.categories .box {
  padding-bottom: 25px;
}
.teambuilding section.categories .image {
  height: 246px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.teambuilding section.categories .image .red-circle {
  width: 100px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.teambuilding section.categories .image .red-circle img {
  max-width: 100%;
}
.teambuilding section.categories .simple-text {
  padding: 8px;
  background-color: #f9f9f9;
}
.teambuilding section.categories .simple-text .short-description {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: Roboto-Light;
  margin-top: 15px;
  display: block;
}
.teambuilding section.categories h2 {
  margin: 0;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  font-size: 20px;
  color: #000;
}
.teambuilding section.categories h3 {
  margin: 0;
  text-transform: capitalize;
  font-family: Roboto-Light;
  font-size: 17px;
  color: #000;
}
.article .banner .image {
  height: 500px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .article .banner .image {
    height: 350px;
  }
}
.article .banner .red-circle {
  float: right;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  position: absolute;
  bottom: 0;
  width: 100px;
  right: 10%;
}
@media (min-width: 767px) {
  .article .banner .red-circle {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .article .banner .red-circle {
    width: 170px;
  }
}
.article .banner .red-circle img {
  max-width: 100%;
}
.article .title h2 {
  font-size: 65px;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  margin-top: 0;
  line-height: 48px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .article .title h2 {
    font-size: 40px;
  }
}
.article p,
.article ul li {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
.article p {
  padding-bottom: 10px;
}
.article ul {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}
.article .simple-text {
  padding-bottom: 15px;
}
.article .simple-text h2 {
  font-size: 30px;
  color: #97999b;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  padding-bottom: 10px;
}
.article .wide-box {
  border: 2px solid #efefef;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
.article .wide-box .w_img {
  width: 100px;
  height: 100px;
  border: 2px solid #efefef;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .article .wide-box .w_img {
    margin-bottom: 10px;
  }
}
.article .wide-box .w_img img {
  line-height: 100px !important;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article .wide-box span {
  display: inline-block;
  vertical-align: middle;
}
.article .wide-box .available-lang {
  width: 100px;
}
.article .wide-box span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 9px;
  line-height: 20px;
  font-family: Roboto-Light;
}
.article section.photos {
  margin-bottom: 20px;
}
.article section.photos .image {
  height: 190px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
  display: block;
}
.article section.photos .more_photos {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.3s ease-out;
  color: #000;
}
/*.article section.photos .more_photos.active {
    display: none;  
} */
.article section.photos .more_photos:hover {
  color: #be1f41;
}
.w_options .box {
  height: 57px;
  background-color: #fff;
  margin: 0 3px;
  line-height: 57px;
  padding: 0 13px;
  border-radius: 3px;
}
@media (max-width: 339px) {
  .w_options .box {
    padding: 0 1px;
  }
}
@media (max-width: 991px) {
  .w_options .box {
    margin: 0 0 10px 0;
  }
}
.w_options .box span {
  font-family: "Roboto-Light";
  font-weight: 300;
}
.w_options .box label {
  text-align: left;
  margin-bottom: 0;
  font-family: "Roboto-Light";
  font-weight: 300;
}
.w_options .box.box_1 {
  padding: 0;
}
.w_options .box.box_1 label {
  width: 20px;
  position: absolute;
  left: 10px;
  top: 0;
}
.w_options .box.box_1 label small {
  padding-left: 5px;
  font-size: inherit;
}
.w_options .box.box_2 {
  padding: 0;
}
.w_options .box.box_2 label {
  width: 80px;
  position: absolute;
  left: 10px;
  top: 0;
}
.w_options .box.box_1 .slider.slider-horizontal {
  width: 63%;
}
.w_options .box.box_1 span {
  width: 20%;
  float: right;
  text-align: right;
}
@media (max-width: 991px) {
  /* .w_options .box.box_1 label {
        width: 28%;
    } */
  .w_options .box.box_1 .slider.slider-horizontal {
    width: 44%;
  }
  .w_options .box.box_1 span {
    width: 19%;
  }
}
/*.w_options .box.box_2 label {
    width: 26%;
} */
@media (max-width: 1199px) {
  /* .w_options .box.box_2 label {
        width: 32%; 
    } */
}
.w_options .box.box_2 .slider.slider-horizontal {
  width: 56%;
}
@media (max-width: 1199px) {
  .w_options .box.box_2 .slider.slider-horizontal {
    width: 48%;
  }
}
.w_options .box.box_2 span {
  width: 15%;
  float: right;
  text-align: right;
}
@media (max-width: 991px) {
  .w_options .box.box_2 label {
    width: 28%;
  }
  .w_options .box.box_2 .slider.slider-horizontal {
    width: 44%;
  }
  .w_options .box.box_2 span {
    width: 19%;
  }
}
.w_options .box .slider.slider-horizontal .slider-track {
  height: 5px;
}
.w_options .box .slider-handle.round {
  border-radius: 3px;
}
.w_options .box .slider-handle {
  width: 17px;
  height: 33px;
  background-color: #be1f41;
  background-image: none;
  top: -8px;
}
.w_options .box .slider-selection {
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #97999b;
}
.w_options .box .slider-track-low,
.slider-track-high {
  border-radius: 0;
  background-color: #97999b;
}
.custom-checkbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #e4e4e4;
  top: 50%;
  margin-top: -12px;
  right: 0px;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 7px;
  top: -4px;
  width: 15px;
  height: 24px;
  border: 0px solid #be1f41;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(33deg);
  z-index: 3000;
}
/* Gallery */
.galerry {
  padding-bottom: 30px;
}
.galerry .page_title {
  padding-bottom: 30px;
}
.galerry .w_slider {
  display: none;
}
.galerry .w_photos .image {
  height: 235px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .galerry .w_photos .image {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .galerry .w_photos .image {
    height: 230px;
  }
}
.galerry .slider-gallery .image {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.galerry .slider-gallery.slick-slider {
  margin: 0 -50px 40px -50px;
}
.galerry .slider-gallery .slick-list {
  overflow: visible;
}
.galerry .slider-gallery .slick-slide.slick-center {
  transform: scale(1.3);
  transition: 0.4s ease-out;
}
.galerry .slider-gallery .slick-slide:focus {
  outline: none;
}
.galerry .special.container {
  overflow: hidden;
  padding-top: 17%;
}
@media (max-width: 1400px) {
  .galerry .special.container {
    padding-top: 20%;
  }
}
@media (max-width: 1366px) {
  .galerry .special.container {
    padding-top: 23%;
  }
}
@media (max-width: 1024px) {
  .galerry .special.container {
    padding-top: 30%;
  }
}
.w_slider {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(51, 29, 34, 0.9);
  z-index: 30000;
}
.w_slider .close-slick {
  right: 0;
  position: absolute;
  padding: 40px;
  cursor: pointer;
}
.w_slider .close-slick img {
  border-radius: 2px;
}
button.slick-arrow:focus {
  outline: none;
}
button.slick-arrow {
  position: absolute;
  z-index: 1999;
  top: 50%;
  font-size: 0;
  height: 0;
  width: 0;
  background: transparent;
  border: 0;
  margin-top: -20px;
}
button.slick-arrow.slick-prev {
  left: 25%;
}
button.slick-arrow.slick-next {
  right: 28%;
}
button.slick-prev.slick-arrow:before {
  content: '';
  background-image: url(../img/prev-slick-arrow.jpg);
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 2px;
}
button.slick-next.slick-arrow:before {
  content: '';
  background-image: url(../img/next-slick-arrow.jpg);
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 2px;
}
.teambuilding section.select select#most_popular {
  border: none;
  background-color: #97999b;
  color: #fff;
  padding: 13px 8px;
  border-radius: 3px;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.filter .w_options .box_1:before {
  right: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: '\f107';
  font-family: fontAwesome;
  font-size: 33px;
  color: #000;
}
section.filter .w_options .box_2:before {
  right: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: '\f107';
  font-family: fontAwesome;
  font-size: 33px;
  color: #000;
}
section.filter .w_options select.persoane {
  border: none;
  padding: 0 8px 0 45px;
  border-radius: 3px;
  background: none;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: right;
  position: relative;
  height: 57px;
  line-height: 57px;
}
section.filter .w_options select.persoane > option:hover {
  box-shadow: 0 0 10px 100px #000 inset !important;
  color: #000 !important;
}
section.filter .w_options select.persoane:focus > option:checked {
  background: #000 !important;
  color: #fff;
}
section.filter .w_options select.durata {
  border: none;
  padding: 0 8px 0 45px;
  border-radius: 3px;
  background: none;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: right;
  position: relative;
  z-index: 1;
  height: 57px;
  line-height: 57px;
}
section.filter .w_options select.durata option:hover {
  box-shadow: 0 0 10px 100px #000 inset !important;
  color: #000 !important;
}
section.filter .w_options select.durata:focus > option:checked {
  background: #000 !important;
  color: #fff;
}
section.filter .w_options .second {
  position: relative;
}
@media (min-width: 768px) {
  section.filter .w_options .second {
    margin: 0 2px;
  }
}
section.filter .w_options .second:before {
  right: 13px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  content: '\f107';
  font-family: fontAwesome;
  font-size: 33px;
  color: #fff;
}
section.filter .w_options .second select.all_categories {
  border: none;
  outline: none;
  background-color: #333f48;
  color: #fff;
  padding: 0 8px;
  border-radius: 3px;
  height: 57px;
  line-height: 57px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.filter .w_options .btn-reset {
  height: 57px;
  font-size: 18px;
  line-height: 57px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #fff;
  position: relative;
  float: right;
  border: 1px solid #be1f41;
}
@media (max-width: 991px) {
  section.filter .w_options .btn-reset {
    width: 100%;
    margin-top: 5px;
  }
}
section.filter .w_options .btn-reset i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align: middle;
}
.fancybox-container .bt-close {
  z-index: 9999;
  font-size: 20px;
  top: 10px;
  right: 10px;
  margin: 0;
  background: none;
  position: absolute;
  border: none;
  color: #ffffff;
}
.fancybox-outer {
  overflow: visible;
  left: 0px;
  right: 0px;
  top: 50px;
  bottom: 50px;
  max-width: 800px;
  margin: 0 auto;
  opacity: 1;
}
@media (min-width: 767px) {
  .fancybox-outer {
    left: 50px;
    right: 50px;
  }
}
.fancybox-outer .fancybox-navigation {
  display: block;
}
.fancybox-outer .fancybox-navigation .fancybox-button--arrow_left {
  left: -60px;
  font-size: 30px;
}
.fancybox-outer .fancybox-navigation .fancybox-button--arrow_left:hover {
  color: #be1f41;
}
.fancybox-outer .fancybox-navigation .fancybox-button--arrow_right {
  right: -40px;
  font-size: 30px;
}
.fancybox-outer .fancybox-navigation .fancybox-button--arrow_right:hover {
  color: #be1f41;
}
.fancybox-outer button {
  color: #ffffff;
  cursor: pointer;
}
.fancybox-outer button:before {
  display: none;
}
.fancybox-outer button:disabled:hover {
  color: #ccc !important;
}
/*cookie bar*/
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.cookie-popup .bt-toggle-cookie {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 22px;
  padding: 10px;
  border-radius: 0 12px 0 0 ;
  float: left;
  line-height: 20px;
  cursor: pointer;
}
.cookie-popup .cookie-popup-content {
  padding: 20px 20px 20px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cookie-popup .cookie-btn-grp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  max-width: 475px;
  min-width: 300px;
  text-align: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cookie-popup .bt-more {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .cookie-popup .cookie-popup-content {
    display: block;
  }
  .cookie-popup .cookie-btn-grp {
    margin-top: 15px;
    max-width: 100%;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    min-width: auto;
  }
}
.cookie-popup .cookie-popup-content a {
  color: #fff;
  text-decoration: underline !important;
}
.cookie-popup .more a {
  margin-right: 5px;
}
.cookie-popup form {
  margin: 0;
}
.cookie-agree-button {
  border: none;
  background-color: #fff !important;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
}
/*cookie modal*/
.cockie-modal .custom-checkbox {
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  vertical-align: middle;
  width: 130px;
  margin-left: 20px;
}
.cockie-modal .custom-checkbox label {
  width: 100%;
  margin: 0 !important;
  position: relative;
  cursor: pointer;
}
.cockie-modal .custom-checkbox label:before {
  display: none;
}
.cockie-modal .custom-checkbox input {
  top: 0;
  left: 0;
  width: 100%;
  cursor: inherit;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  height: 14px;
}
.cockie-modal .custom-checkbox span {
  width: 34px;
  height: 14px;
  display: block;
  z-index: 0;
  border-radius: 7px;
  background-color: #9c9c9c;
  position: relative;
}
.cockie-modal .custom-checkbox span:before {
  width: 20px;
  height: 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.8), 0px 1px 1px 0px rgba(0, 0, 0, 0.8), 0px 2px 1px -1px rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  -o-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}
.cockie-modal .custom-checkbox span:after {
  display: block;
  content: 'Dezactivat';
  font-weight: 400;
  color: #000;
  margin-left: 45px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
.cockie-modal .custom-checkbox input:checked + span {
  background-color: #fa9084;
}
.cockie-modal .custom-checkbox input:checked + span:after {
  content: 'Activat';
}
.cockie-modal .custom-checkbox input:checked + span:before {
  background-color: #c72219;
  left: auto;
  right: 0;
  -webkit-transform: translate(20%, -50%);
  -moz-transform: translate(20%, -50%);
  -ms-transform: translate(20%, -50%);
  -o-transform: translate(20%, -50%);
  transform: translate(20%, -50%);
}
.cockie-modal .modal-body {
  padding-bottom: 40px;
}
.cockie-modal .modal-body a {
  color: #000;
}
.cockie-modal .cookie-agree-button {
  border: 1px solid #000;
  background-color: #fff !important;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: 0.3s ease-out;
}
.cockie-modal .modal-footer {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.cockie-modal .modal-title {
  font-size: 21px;
}
.cockie-modal button.close {
  color: #c72219 !important;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #c72219;
}
.cockie-modal .tab-grp {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 190px 1 1;
  -ms-flex: 190px 1 1;
  flex: 190px 1 1;
}
.cockie-modal .tab-grp .tab {
  cursor: pointer;
  padding: 10px;
  border-top: 1px solid #cac7c7;
  margin-right: 20px;
  background-color: #e6e6e6;
  color: #000;
  text-decoration: none;
  display: block;
}
.cockie-modal .tab-grp .tab.active {
  background-color: #fff;
}
.cockie-modal .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 700px !important;
}
.cockie-modal .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.cockie-modal .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
