@charset "UTF-8";
iconv * {
  font-family: "Open Sans", Arial, sans-serif;
}

html,
body {
  height: 100%;
}

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

a,
a:link,
a:active {
  text-decoration: none;
  outline: none;
}

p {
  margin: 0;
  color: #2d3338;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 30px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #2d3338;
  font-weight: 700;
}

h1,
h2,
h3 {
  letter-spacing: 2px;
}

h2,
h3 {
  margin-bottom: 50px;
}

h4,
h5 {
  text-transform: uppercase;
}

h1 {
  font-size: 72px;
  margin-bottom: 64px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

h4 {
  font-size: 24px;
  letter-spacing: 4px;
}

h5 {
  font-size: 16px;
  letter-spacing: 1px;
}

.first_big_section,
.second_big_section,
.third_big_section,
.fourth_big_section,
.fifth_big_section,
.sixth_big_section {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media screen and (max-width: 991px) {
  .first_big_section,
  .second_big_section,
  .third_big_section,
  .fourth_big_section,
  .fifth_big_section,
  .sixth_big_section {
    display: block;
  }
}
.opacity_zero {
  opacity: 0;
}

.opacity_one {
  opacity: 1;
}

/*------------------------------------------------------------------
	+ Header
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	- Main Header
-------------------------------------------------------------------*/
#main_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  padding: 10px 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.4);
}

#main_header .logo {
  float: left;
  height: 82px;
  line-height: 82px;
  vertical-align: middle;
}

#main_header .logo a {
  display: block;
  color: #fff;
  font-size: 40px;
}

#main_header.header_after_scroll .logo a {
  color: #fff;
}

#main_header .logo a img.logo_dark {
  display: none;
}

#main_header .header_right {
  float: right;
}

#main_header .header_right ul.menu {
  float: left;
}

#main_header .header_right ul.menu li {
  float: left;
  height: 82px;
  line-height: 82px;
  vertical-align: middle;
}

#main_header .header_right ul.menu li a {
  display: block;
  padding: 0px 25px;
  height: 82px;
  line-height: 82px;
  vertical-align: middle;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main_header .header_right ul.menu li a .fa {
  font-size: 42px;
  position: relative;
  top: 8px;
}

#main_header .header_right ul.menu li a:hover {
  color: #ee5032;
}

@media screen and (max-width: 1366px) {
  #main_header .header_right ul.menu li a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1280px) {
  #main_header .header_right ul.menu li:last-child a {
    padding-right: 0;
  }
}
#main_header .header_right ul.social_icons li {
  height: 82px;
  line-height: 82px;
  vertical-align: middle;
}

#main_header .header_right ul.social_icons {
  float: right;
  margin-left: 35px;
}

@media screen and (max-width: 1366px) {
  #main_header .header_right ul.social_icons li a {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1366px) {
  #main_header .header_right ul.social_icons {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1280px) {
  #main_header .header_right ul.social_icons {
    /*display: none;*/
  }
}
@media screen and (max-width: 1000px) {
  #main_header {
    display: none;
  }
}
/*------------------------------------------------------------------
	- Main Header
-------------------------------------------------------------------*/
#mobile_header {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100px;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.95);
}

#mobile_header .logo {
  float: left;
  color: #fff;
  font-size: 30px;
}

#mobile_header .logo a {
  display: block;
  color: #fff;
}

#mobile_header .menu_toggle {
  float: right;
}

#mobile_header .menu_toggle a {
  display: block;
  padding: 10px 0;
  color: #ffffff;
}

#mobile_header .menu_toggle a i {
  font-size: 25px;
}

#mobile_header .menu {
  display: none;
  margin-top: 20px;
  background: #2d3338;
}

#mobile_header .menu ul li {
  height: 20px;
}

#mobile_header .menu ul li a {
  display: block;
  padding: 20px 5px;
  color: #ffffff;
  background: #2d3338;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mobile_header .menu ul li a:hover {
  color: #ee5032;
}

@media screen and (max-width: 1000px) {
  #mobile_header {
    display: block;
  }
}
#main_header.header_after_scroll {
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

#main_header.header_after_scroll .logo a img.logo_white {
  display: none;
}

#main_header.header_after_scroll .logo a img.logo_dark {
  display: block;
}

#main_header.header_after_scroll .header_right ul.menu li a {
  color: #fff;
}

#main_header.header_after_scroll .header_right ul.menu li a:hover {
  color: #ee5032;
}

#main_header.header_after_scroll .header_right ul.social_icons li a {
  color: #fff;
}

#main_header.header_after_scroll .header_right ul.social_icons li a:hover {
  color: #ee5032;
}

#mobile_header.header_after_scroll {
  opacity: 0;
  visibility: hidden;
}

#main_header .header_right ul.menu li.active a {
  color: #ee5032;
}

/*------------------------------------------------------------------
	+ Footer
-------------------------------------------------------------------*/
#main_footer {
  padding-top: 100px;
  background: #2d3338;
}

#main_footer h5 {
  margin-bottom: 50px;
  color: #ee5032;
}

@media screen and (max-width: 991px) {
  #main_footer h5 {
    margin-bottom: 30px;
  }
}
#main_footer p {
  color: #b2b2b2;
}

#main_footer .about_us ul.social_icons {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  #main_footer .about_us ul.social_icons li a {
    padding-bottom: 0;
  }
}
#main_footer .contact_info ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

#main_footer .contact_info ul li:last-child {
  margin-bottom: 0;
}

#main_footer .contact_info ul li i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #ffffff;
  font-size: 20px;
}

#main_footer .quick_menu ul li a {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main_footer .quick_menu ul li a:hover {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  #main_footer .quick_menu ul li a {
    font-size: 16px;
    line-height: 30px;
  }
}
#main_footer .recent_posts ul li {
  margin-bottom: 25px;
}

#main_footer .recent_posts ul li:last-child {
  margin-bottom: 0;
}

#main_footer .recent_posts ul li a p.post_title {
  color: #ffffff;
  font-weight: 700;
}

#main_footer .recent_posts ul li a p.post_text {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main_footer .recent_posts ul li a:hover p.post_text {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  #main_footer .about_us,
  #main_footer .contact_info,
  #main_footer .quick_menu {
    margin-bottom: 50px;
  }
}
#main_footer .copyright {
  padding: 50px 0;
  text-align: center;
  opacity: 0.4;
}

#main_footer .copyright a {
  color: #fff;
}

#main_footer .copyright p {
  color: #ffffff;
}

/*------------------------------------------------------------------
	+ Elements
-------------------------------------------------------------------*/
.padding-t-01 {
  padding-top: 25px;
}

/*------------------------------------------------------------------
	- Social Icons
-------------------------------------------------------------------*/
ul.social_icons li {
  float: left;
}

ul.social_icons li a {
  display: block;
  padding: 0px 15px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.social_icons li a:hover {
  color: #ee5032;
}

@media screen and (max-width: 767px) {
  ul.social_icons li a {
    font-size: 16px;
  }
}
ul.social_icons li:first-child a {
  padding-left: 0;
}

ul.social_icons li:last-child a {
  padding-right: 0;
}

/*------------------------------------------------------------------
	- Buttons
-------------------------------------------------------------------*/
.btn_foevis {
  display: inline-block;
  border: 2px solid;
  padding: 14px 36px;
  margin-top: 50px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn_foevis:focus {
  color: #ffffff;
}

.btn_foevis_default {
  border-color: #ee5032;
  background: #ee5032;
  color: #ffffff;
}

.btn_foevis_default:hover {
  border-color: #2d3338;
  background: #2d3338;
  color: #ffffff;
}

.btn_foevis_default_dark {
  border-color: #2d3338;
  background: #2d3338;
  color: #ffffff;
}

.btn_foevis_default_dark:hover {
  border-color: #ee5032;
  background: #ee5032;
  color: #ffffff;
}

.btn_foevis_default_white {
  border-color: #ffffff;
  background: #ffffff;
  color: #ee5032;
}

.btn_foevis_default_white:hover {
  border-color: #ee5032;
  background: #ee5032;
  color: #ffffff;
}

.btn_foevis_stroke {
  border-color: #ee5032;
  color: #ee5032;
}

.btn_foevis_stroke:focus {
  color: #ee5032;
}

.btn_foevis_stroke:hover {
  background: #ee5032;
  color: #ffffff;
}

.btn_foevis_stroke_white {
  border-color: #ffffff;
  color: #ffffff;
}

.btn_foevis_stroke_white:hover {
  background: #ffffff;
  color: #ee5032;
}

/*------------------------------------------------------------------
	- Progress Steps
-------------------------------------------------------------------*/
#progress_steps {
  padding: 100px 0;
  background: #FAE498;
}

#progress_steps .step {
  text-align: center;
}

@media screen and (max-width: 991px) {
  #progress_steps .step {
    margin-bottom: 50px;
  }
}
#progress_steps .step p {
  margin: 30px 0;
}

#progress_steps .step p.number {
  margin: 0;
  color: #b2b2b2;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  #progress_steps .step:last-child {
    margin-bottom: 0;
  }
}
#about #progress_steps {
  background: #ffffff;
}

/*------------------------------------------------------------------
	- Services
-------------------------------------------------------------------*/
#services {
  padding: 100px 0;
}

#services .row_services {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  #services .row_services {
    margin-bottom: 0;
  }
}
#services .row_services .service {
  /*&:hover .icon i {
  		color: @grey;
  	}

  	&:hover .text h5 {
  		color: @grey;
  	}*/
}

@media screen and (max-width: 991px) {
  #services .row_services .service {
    margin-bottom: 50px;
  }
}
#services .row_services .service .icon {
  position: relative;
}

#services .row_services .service .icon i {
  position: absolute;
  left: 15px;
  top: 0;
  color: #ee5032;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#services .row_services .service .text {
  padding-left: 95px;
}

#services .row_services .service .text h5 {
  margin-bottom: 30px;
  padding-top: 12px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#services .row_services:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #services .row_services:last-child .service:last-child {
    margin-bottom: 0;
  }
}
#progress_steps .icon {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  color: #ee5032;
  border: 3px #ee5032 solid;
  border-radius: 50px;
  font-size: 40px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
  position: relative;
}

#progress_steps .icon .fa {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  text-align: center;
}

/*------------------------------------------------------------------
	- Slider Arrow Controls
-------------------------------------------------------------------*/
.arrows_controls {
  text-align: center;
}

.arrows_controls a {
  display: block;
  padding: 10px 0;
}

.arrows_controls a i {
  font-size: 24px;
}

.arrows_controls a.up {
  color: #ee5032;
}

.arrows_controls a.down {
  color: #b2b2b2;
}

.arrows_controls div {
  display: block;
  padding: 20px 0;
  color: #2d3338;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .arrows_controls {
    display: none;
  }
}
/*------------------------------------------------------------------
	- Hero Sections
-------------------------------------------------------------------*/
#hero_image {
  position: relative;
  -webkit-background-position: center top;
  background-position: center top;
  -webkit-background-attachment: fixed;
  background-attachment: fixed;
  -webkit-background-repeat: no-repeat;
  background-repeat: no-repeat;
}

.image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ee5032;
  opacity: 0.8;
}

p.page_title {
  position: relative;
  padding: 150px 0;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  p.page_title {
    padding: 200px 0;
    font-size: 80px;
  }
}
@media screen and (max-width: 500px) {
  p.page_title {
    padding: 150px 0;
    font-size: 50px;
  }
}
p.page_title span {
  color: #ee5032;
}

.breadcrumb {
  position: absolute;
  left: 40px;
  bottom: 35px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ul li {
  display: inline-block;
  opacity: 0.5;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.breadcrumb ul li a {
  color: #ffffff;
}

.breadcrumb ul li.active {
  opacity: 1;
}

.breadcrumb ul li.active::before {
  padding: 0 5px;
  color: #ffffff;
  content: "/ ";
  opacity: 0.5;
}

/*------------------------------------------------------------------
	- Skills
-------------------------------------------------------------------*/
#skills {
  padding: 100px 0;
  background: #f7f7f7;
}

@media screen and (max-width: 991px) {
  #skills .first_big_section {
    margin-bottom: 50px;
  }
}
#skills .first_big_section .skill {
  margin-bottom: 50px;
}

#skills .first_big_section .skill:last-child {
  margin-bottom: 0;
}

#skills .first_big_section .skill ul {
  margin-bottom: 10px;
}

#skills .first_big_section .skill ul li {
  display: inline-block;
  color: #2d3338;
}

#skills .first_big_section .skill ul li.procent h5 {
  display: inline-block;
  color: #b2b2b2;
}

#skills .first_big_section .skill ul li.procent::before {
  padding: 0 15px;
  color: #b2b2b2;
  content: "/ ";
  font-size: 16px;
  font-weight: 700;
}

#skills .first_big_section .skill .bar {
  position: relative;
}

#skills .first_big_section .skill .bar .fill {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 0px;
  height: 10px;
  background: #ee5032;
}

#skills .first_big_section .skill .bar .empty {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  background: #ffffff;
}

#skills .second_big_section p:first-of-type {
  margin-bottom: 30px;
}

/*------------------------------------------------------------------
	- Team
-------------------------------------------------------------------*/
#team {
  padding: 100px 0;
}

#team .title h2 {
  line-height: 75%;
}

#team .title h2,
#team .title p {
  text-align: center;
}

#team .title p {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  #team .member {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  #team .member:last-child {
    margin-bottom: 0;
  }
}
#team .member h4,
#team .member p {
  text-align: center;
}

#team .member img {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 5px solid #b2b2b2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#team .member p {
  color: #b2b2b2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#team .member:hover img {
  border-bottom: 5px solid #ee5032;
}

#team .member:hover p {
  color: #ee5032;
}

/*------------------------------------------------------------------
	- Fun Facts
-------------------------------------------------------------------*/
#fun_facts {
  padding: 100px 0;
  background: #ee5032;
}

@media screen and (max-width: 991px) {
  #fun_facts .fact {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  #fun_facts .fact:last-child {
    margin-bottom: 0;
  }
}
#fun_facts .fact .number,
#fun_facts .fact .text {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}

#fun_facts .fact .number {
  margin-bottom: 15px;
  font-size: 72px;
  line-height: 55px;
}

#fun_facts .fact .text {
  text-transform: uppercase;
}

/*------------------------------------------------------------------
	- Call To Action
-------------------------------------------------------------------*/
#call_to_action {
  position: relative;
  padding: 100px 0;
  background-image: url("../img/services_call_to_action.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-background-position: center;
  background-position: center;
  background-attachment: fixed;
}

#call_to_action h3,
#call_to_action a {
  margin: 0;
}

#call_to_action h3 {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  #call_to_action h3 {
    margin-bottom: 50px;
  }
}
/*------------------------------------------------------------------
	- Pricing Packages
-------------------------------------------------------------------*/
#price_packages {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  #price_packages .first_big_section,
  #price_packages .second_big_section,
  #price_packages .third_big_section {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  #price_packages .fourth_big_section {
    margin-bottom: 0;
  }
}
#price_packages .package {
  position: relative;
  -webkit-box-shadow: inset 0 0 0 2px #eee;
  box-shadow: inset 0 0 0 2px #eee;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#price_packages .package:hover {
  -webkit-box-shadow: inset 0 0 0 2px #ee5032;
  box-shadow: inset 0 0 0 2px #ee5032;
}

#price_packages .package .dot,
#price_packages .package a.btn_foevis {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#price_packages .package .recommended {
  position: absolute;
  top: -35px;
  width: 100%;
  padding: 10px 0;
  background: #ee5032;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#price_packages .package h5 {
  padding: 50px 0;
  text-align: center;
}

#price_packages .package .price {
  font-weight: 700;
  text-align: center;
}

#price_packages .package .price .currency {
  color: #b2b2b2;
  font-size: 24px;
}

#price_packages .package .price .currency,
#price_packages .package .price .number {
  display: inline-block;
  vertical-align: middle;
}

#price_packages .package .price .number,
#price_packages .package .price .time {
  color: #ee5032;
  letter-spacing: 1px;
}

#price_packages .package .price .number {
  font-size: 60px;
  line-height: 45px;
}

#price_packages .package .price .time {
  margin-top: 10px;
  font-size: 14px;
}

#price_packages .package .dot {
  width: 20px;
  height: 20px;
  margin: 50px auto;
  background: #eee;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#price_packages .package:hover .dot {
  background: #ee5032;
}

#price_packages .package ul.description li {
  color: #2d3338;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #price_packages .package ul.description li {
    font-size: 16px;
  }
}
#price_packages .package a.btn_foevis {
  margin: 25px 0 40px 0;
}

#price_packages .package.active {
  -webkit-box-shadow: inset 0 0 0 2px #ee5032;
  box-shadow: inset 0 0 0 2px #ee5032;
}

@media screen and (max-width: 991px) {
  #price_packages .package.active {
    margin-top: 37px;
  }
}
#price_packages .package.active .dot,
#price_packages .package.active a.btn_foevis {
  background: #ee5032;
}

#price_packages .package.active a.btn_foevis {
  border-color: #ee5032;
}

#price_packages .package.active a.btn_foevis:hover {
  border-color: #2d3338;
  background: #2d3338;
}

/*------------------------------------------------------------------
	- Forms
-------------------------------------------------------------------*/
form {
  /* iCheck plugin Flat skin, grey
  ----------------------------------- */
}

form input,
form textarea,
form button {
  padding: 16px 20px;
  border: none;
  outline: none;
  background: #eee;
  color: #ee5032;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bolder;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form button::-webkit-input-placeholder {
  font-size: 14px;
  font-style: italic;
}

form input:-moz-placeholder,
form textarea:-moz-placeholder,
form button:-moz-placeholder {
  font-size: 14px;
  font-style: italic;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder,
form button::-moz-placeholder {
  font-size: 14px;
  font-style: italic;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form button:-ms-input-placeholder {
  font-size: 14px;
  font-style: italic;
}

form input[type=submit], form button[type=submit] {
  background-color: #ee5032;
  color: #fff;
  font-weight: bold;
}
form input[type=submit]:hover, form button[type=submit]:hover {
  color: #fff;
}

form button[type=submit] {
  width: 100%;
  margin-bottom: 30px;
}

form input,
form textarea {
  width: 100%;
}

form input {
  margin-bottom: 30px;
}

form button i {
  font-size: 18px;
}

form button {
  font-style: normal;
}

form button:hover {
  color: #ee5032;
}

form label {
  color: #b2b2b2;
  font-weight: normal;
  font-style: italic;
}

form .icheckbox_flat-grey,
form .iradio_flat-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(grey.png) no-repeat;
  border: none;
  cursor: pointer;
}

form .icheckbox_flat-grey {
  background-position: 0 0;
}

form .icheckbox_flat-grey.checked {
  background-position: -22px 0;
}

form .icheckbox_flat-grey.disabled {
  background-position: -44px 0;
  cursor: default;
}

form .icheckbox_flat-grey.checked.disabled {
  background-position: -66px 0;
}

form .iradio_flat-grey {
  background-position: -88px 0;
}

form .iradio_flat-grey.checked {
  background-position: -110px 0;
}

form .iradio_flat-grey.disabled {
  background-position: -132px 0;
  cursor: default;
}

form .iradio_flat-grey.checked.disabled {
  background-position: -154px 0;
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  form .icheckbox_flat-grey,
  form .iradio_flat-grey {
    background-image: url(grey@2x.png);
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px;
  }
}
form label.radioCheck {
  font-style: italic;
  font-weight: normal;
  padding: 0 3px;
  color: #b2b2b2;
}

/*------------------------------------------------------------------
	- Go To Top Arrow
-------------------------------------------------------------------*/
#go_to_top {
  position: fixed;
  bottom: -50px;
  right: 20px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  background: #2d3338;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#go_to_top a {
  display: block;
}

#go_to_top a i {
  color: #ffffff;
  font-size: 16px;
}

#go_to_top.go_to_top_scroll {
  bottom: 20px;
}

/*------------------------------------------------------------------
	+ Home
-------------------------------------------------------------------*/
#about {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  #about .first_big_section {
    margin-bottom: 50px;
  }
}
#about .first_big_section img {
  width: 100%;
}

#about .second_big_section p:first-of-type {
  margin-bottom: 20px;
}

#projects {
  padding: 100px 0;
  background-image: url("../img/home_projects.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-background-position: left center;
  background-position: left center;
}

#mobile {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  #mobile {
    padding: 0;
  }
}
#mobile .half_light_grey_bg,
#mobile .half_primary_color_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}

@media screen and (max-width: 991px) {
  #mobile .half_light_grey_bg,
  #mobile .half_primary_color_bg {
    width: 100%;
    height: 50%;
  }
}
#mobile .half_light_grey_bg {
  left: 0;
  background: #f7f7f7;
}

#mobile .half_primary_color_bg {
  right: 0;
  background: #ee5032;
}

@media screen and (max-width: 991px) {
  #mobile .half_primary_color_bg {
    top: 50%;
  }
}
#mobile .mobile_container {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 991px) {
  #mobile .mobile_container .first_big_section {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#mobile .mobile_container .first_big_section img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  #mobile .mobile_container .second_big_section {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#mobile .mobile_container .second_big_section h2,
#mobile .mobile_container .second_big_section p {
  color: #ffffff;
}

#portfolio {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  #portfolio {
    display: none;
  }
}
#portfolio .first_big_section h5 {
  margin-bottom: 30px;
}

#portfolio .second_big_section img {
  width: 100%;
}

#clients {
  padding: 100px 0;
  background: #f7f7f7;
}

#clients .client_logo {
  text-align: center;
}

@media screen and (max-width: 991px) {
  #clients .client_logo {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #clients .client_logo {
    display: block;
    margin-bottom: 50px;
  }
}
#clients .client_logo img {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#clients .client_logo img:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #clients .client_logo:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #clients .clm {
    margin-bottom: 50px;
  }
}
/*------------------------------------------------------------------
	+ About
-------------------------------------------------------------------*/
#hero_image.hero_about {
  background-image: url("../img/about_hero.jpg");
}

#about_company {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  #about_company .first_big_section {
    margin-bottom: 50px;
  }
}
#about_company .first_big_section p:first-of-type {
  margin-bottom: 30px;
}

#about_company .second_big_section img {
  width: 100%;
}

/*------------------------------------------------------------------
	+ Services
-------------------------------------------------------------------*/
#hero_image.hero_services {
  background-image: url("../img/cart_hero.jpg");
}

#hero_image.hero_cart {
  background-image: url("../img/cart_hero.jpg");
}

@media screen and (max-width: 450px) {
  #hero_image.hero_services {
    background-image: url("../img/cart_hero_mobile400.jpg");
    background-size: 100%;
  }
  #hero_image.hero_cart {
    background-image: url("../img/cart_hero_mobile400.jpg");
    background-size: 100%;
  }
}
@media screen and (min-width: 451px) and (max-width: 760px) {
  #hero_image.hero_services {
    background-image: url("../img/cart_hero_mobile760.jpg");
  }
  #hero_image.hero_cart {
    background-image: url("../img/cart_hero_mobile760.jpg");
  }
}
#services_accordion {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  #services_accordion {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 991px) {
  #services_accordion .first_big_section {
    margin-bottom: 50px;
  }
}
#services_accordion .first_big_section img {
  width: 100%;
}

#services_accordion .second_big_section .panel {
  border: none;
}

#services_accordion .second_big_section .panel .panel-heading {
  background: transparent;
  border: none;
}

#services_accordion .second_big_section .panel .panel-heading a {
  color: #b2b2b2;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#services_accordion .second_big_section .panel .panel-heading.active a {
  color: #2d3338;
  font-size: 36px;
}

#services_accordion .second_big_section .panel .panel-body {
  border: none;
}

/*------------------------------------------------------------------
	+ Project
-------------------------------------------------------------------*/
#hero_image.hero_project {
  background-image: url("../img/portfolio_hero.jpg");
}

#project_description,
#more_projects {
  padding: 100px 0;
}

#project_description {
  padding: 100px 0;
}

#project_description .image img {
  width: 100%;
}

#project_description .description {
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  #project_description .description .text {
    margin-bottom: 50px;
  }
}
#project_description .description .text p {
  margin-bottom: 30px;
}

#project_description .description .text p:last-child {
  margin-bottom: 0;
}

#project_description .description .details .box {
  margin-bottom: 20px;
}

#project_description .description .details .box p {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #eee;
}

#project_description .description .details .box:last-child {
  margin-bottom: 0;
}

#project_description .description .details .box:last-child p {
  border-bottom: none;
}

#more_projects {
  background: #f7f7f7;
}

@media screen and (max-width: 991px) {
  #more_projects .project {
    margin-bottom: 50px;
  }
  #more_projects .project:last-child {
    margin-bottom: 0;
  }
}
#more_projects .project a {
  position: relative;
  display: block;
  width: 100%;
}

#more_projects .project a .image_overlay {
  opacity: 0;
  background: #ee5032;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#more_projects .project a .image_overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -12px;
  color: #ffffff;
  font-size: 30px;
}

#more_projects .project a img {
  width: 100%;
}

/*------------------------------------------------------------------
	+ Blog
-------------------------------------------------------------------*/
#hero_image.hero_blog {
  background-image: url("../img/blog_hero.jpg");
}

#blog {
  padding: 100px 0;
}

/*------------------------------------------------------------------
	- Articles
-------------------------------------------------------------------*/
article {
  margin-bottom: 70px;
}

article img {
  width: 100%;
}

article .info {
  padding: 30px 0;
}

article .info .date {
  float: left;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  article .info .date {
    margin-bottom: 20px;
  }
}
article .info .details {
  float: right;
}

@media screen and (max-width: 767px) {
  article .info .date,
  article .info .details {
    float: none;
  }
}
article .info .author,
article .info .category,
article .info .comments {
  float: left;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  article .info .author,
  article .info .category,
  article .info .comments {
    margin-right: 20px;
  }
}
article .info .author i,
article .info .category i,
article .info .comments i,
article .info .author p,
article .info .category p,
article .info .comments p {
  display: inline-block;
  vertical-align: middle;
}

article .info .author i,
article .info .category i,
article .info .comments i {
  color: #ee5032;
  font-size: 20px;
}

article .info .author p,
article .info .category p,
article .info .comments p {
  margin-left: 5px;
  font-size: 14px;
}

article .info .comments {
  margin-right: 0;
}

article .title h3 {
  margin-bottom: 30px;
}

article a.btn_foevis {
  margin-top: 30px;
}

/*------------------------------------------------------------------
	- Pagination
-------------------------------------------------------------------*/
.pagination {
  width: 100%;
  margin: 0;
  text-align: center;
}

.pagination .arrow_prev_page,
.pagination .page_number,
.pagination .page_number li,
.pagination .arrow_next_page {
  display: inline-block;
  vertical-align: middle;
}

.pagination .arrow_prev_page,
.pagination .arrow_next_page {
  font-size: 24px;
}

.pagination .arrow_prev_page {
  float: left;
  color: #b2b2b2;
  margin-right: 20px;
}

.pagination .arrow_next_page {
  float: right;
  color: #ee5032;
  margin-left: 20px;
}

.pagination .prev_page,
.pagination .page_active,
.pagination .next_page {
  font-weight: 700;
}

.pagination .prev_page,
.pagination .next_page {
  color: #b2b2b2;
  font-size: 14px;
}

.pagination .prev_page::after {
  padding: 0 10px;
  color: #b2b2b2;
  content: "/ ";
  font-size: 14px;
  font-weight: 700;
}

.pagination .next_page::before {
  padding: 0 10px;
  color: #b2b2b2;
  content: "/ ";
  font-size: 14px;
  font-weight: 700;
}

.pagination .page_active {
  color: #2d3338;
  font-size: 24px;
  cursor: pointer;
}

/*------------------------------------------------------------------
	- Sidebar
-------------------------------------------------------------------*/
aside.sidebar {
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  aside.sidebar {
    display: none;
  }
}
aside.sidebar > div {
  margin-bottom: 50px;
}

aside.sidebar > div:last-child {
  margin-bottom: 0;
}

aside.sidebar h5 {
  margin-bottom: 30px;
}

aside.sidebar .search_form input,
aside.sidebar .search_form button {
  float: left;
}

aside.sidebar .search_form input {
  width: 80%;
}

aside.sidebar .search_form button {
  width: 20%;
}

aside.sidebar .category ul {
  margin-top: -10px;
}

aside.sidebar .category ul li a {
  color: #2d3338;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

aside.sidebar .category ul li a span {
  margin-right: 10px;
}

aside.sidebar .category ul li a:hover {
  color: #ee5032;
}

aside.sidebar .category ul li a.active {
  color: #ee5032;
  font-weight: 700;
}

aside.sidebar .recent_posts ul li a {
  position: relative;
  display: block;
  min-height: 83px;
  margin-bottom: 30px;
}

aside.sidebar .recent_posts ul li a .image {
  position: absolute;
}

aside.sidebar .recent_posts ul li a .details {
  padding-left: 130px;
  color: #2d3338;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

aside.sidebar .recent_posts ul li a .details .date {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

aside.sidebar .recent_posts ul li a .details .title {
  font-weight: 700;
}

aside.sidebar .recent_posts ul li a:hover .details {
  color: #ee5032;
}

aside.sidebar .recent_posts ul li:last-child a {
  margin-bottom: 0;
}

aside.sidebar .gallery ul li {
  float: left;
}

aside.sidebar .gallery ul li a {
  position: relative;
  display: block;
}

aside.sidebar .gallery ul li a .image_overlay {
  background: #ee5032;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

aside.sidebar .gallery ul li a .image_overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -12px;
  color: #ffffff;
  font-size: 24px;
}

/*------------------------------------------------------------------
	+ Blog Single
-------------------------------------------------------------------*/
#hero_image.hero_article {
  background-image: url("../img/blog_hero.jpg");
}

#article {
  padding: 100px 0;
}

#article article {
  margin-bottom: 0;
}

#article article .text p {
  margin-bottom: 30px;
}

#article article .text p:last-child {
  margin-bottom: 0;
}

#article article blockquote {
  padding: 50px;
  margin: 40px 0;
  border: none;
  background: #ee5032;
}

#article article blockquote p,
#article article blockquote .name {
  color: #ffffff;
  letter-spacing: 1px;
}

#article article blockquote p {
  margin-bottom: 30px;
  font-size: 14px;
  font-style: italic;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  #article article blockquote p {
    font-size: 16px;
  }
}
#article article blockquote .circle {
  float: left;
  width: 20px;
  height: 20px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.2;
}

#article article blockquote .name {
  float: right;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}

#comments,
#leave_a_comment {
  padding-top: 100px;
}

#comments h5,
#leave_a_comment h5 {
  margin-bottom: 50px;
}

#comments ul li.comment {
  position: relative;
  margin-bottom: 50px;
}

#comments ul li.comment:last-child {
  margin-bottom: 0;
}

#comments ul li.comment .image {
  position: absolute;
}

#comments ul li.comment .details {
  padding-left: 100px;
}

#comments ul li.comment .details .date,
#comments ul li.comment .details .title,
#comments ul li.comment .details .text,
#comments ul li.comment .details .btn_reply {
  color: #2d3338;
  letter-spacing: 1px;
}

#comments ul li.comment .details .date,
#comments ul li.comment .details .btn_reply {
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #comments ul li.comment .details .date,
  #comments ul li.comment .details .btn_reply {
    font-size: 14px;
  }
}
#comments ul li.comment .details .title {
  margin-top: 10px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #comments ul li.comment .details .title {
    font-size: 16px;
  }
}
#comments ul li.comment .details .text {
  margin: 20px 0;
}

#comments ul li.comment .details .btn_reply {
  color: #b2b2b2;
  font-weight: 700;
}

/*------------------------------------------------------------------
	+ Contact
-------------------------------------------------------------------*/
#hero_image.hero_contact {
  background-image: url("../img/contact_hero.jpg");
}

#contact {
  padding: 100px 0;
}

#contact h5 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  #contact h5 {
    margin-bottom: 30px;
  }
}
#contact .contact_info {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  #contact .contact_info {
    margin-top: 100px;
  }
}
#contact .contact_info ul li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
}

#contact .contact_info ul li:last-child {
  margin-bottom: 0;
}

#contact .contact_info ul li i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #2d3338;
  font-size: 20px;
}

#contact ul.social_icons {
  margin-top: -10px;
}

#contact ul.social_icons li a {
  color: #2d3338;
}

#contact ul.social_icons li a:hover {
  color: #ee5032;
}

#google_map {
  width: 100%;
  height: 500px;
}

#parallax {
  min-height: 200px;
}

.bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  box-shadow: none;
}

.product {
  padding-top: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.product:target, .product:hover {
  box-shadow: 0px 0px 8px rgba(33, 33, 33, 0.4);
}

.product ul {
  list-style: none;
  margin-left: 0px;
}

.product .image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.product .image .img-thumbnail {
  border-radius: 0 0 6px 6px;
  margin: auto;
  border: 0;
  transition: 0.34s ease;
}

.product:hover .image .img-thumbnail {
  transform: scale(1.075);
}

.product .small_text {
  left: 0;
  text-align: center;
  color: #2d3338;
  display: block;
  padding: 4px;
  border-radius: 6px 6px 0 0;
  margin: 0 auto;
  font-size: 11.5px;
  width: 300px;
  max-width: 100%;
}

.product .image .flag {
  background-color: #ee5032;
  color: #fff;
  font-weight: bold;
  padding: 5px 70px;
  text-align: center;
  z-index: 99;
  position: absolute;
  width: 100%;
  top: -47px;
  right: -127px;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
}

.product .image .flag2 {
  background-color: #ee5032;
  color: #fff;
  font-weight: bold;
  padding: 5px 70px;
  text-align: center;
  z-index: 99;
  position: absolute;
  width: 300px;
  /*bottom: 130px;
  left: -7px;*/
  top: auto;
  bottom: 25px;
  left: -108px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.product .image .flag.orange {
  background-color: #ee5032;
}

.product .image .flag.red {
  background-color: #ff0000;
}

.product .image .flag.green {
  background-color: #6cc30a;
}

.product .image .flag2.yellow {
  background-color: #FFFF00;
  color: red;
}

.product .image .flag2.with-text {
  width: 330px;
}

.product h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 23px;
}

.product .image {
  margin-bottom: 5px;
}

.product .price {
  font-size: 22px;
  text-align: center;
  font-weight: 800;
  margin: 15px 0 0;
}

.product .mini_text {
  display: block;
  font-size: 11px;
  margin: 7.5px 0 15px;
}

.product form input[name=count] {
  text-align: center;
  float: left;
  width: 50px;
  border-radius: 3px;
  padding: 16px 15px;
  min-width: 1px;
}

.product form input[type=submit] {
  width: 100px;
  margin-left: 90px;
  border-radius: 3px;
  display: block;
}

.product .incerase {
  display: inline-block;
  width: 20px;
  float: left;
  height: 52px;
  margin-left: 10px;
}

.product .incerase a {
  cursor: pointer;
  width: 22px;
  height: 22px;
  background: red;
  display: block;
  border-radius: 3px;
  line-height: 24px;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  color: #212121;
  background: #6cc30a;
  background: #FAE498;
}

.product .incerase a:last-child {
  margin-top: 8px;
  /* background: #ee5032; */
}

.product form input[type=submit] {
  background-color: #FAE498;
  color: #212121;
}

.product .incerase a, .product form input[type=submit] {
  transition: 0.34s ease;
}

.product:hover .incerase a, .product:hover form input[type=submit] {
  background-color: #85e70a;
}

.product ul li i {
  font-size: 8px;
  margin-right: 6px;
}

.product ul li span.in_stock {
  margin-top: 6px;
  margin-bottom: 6px;
}

.product ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_icons .cart {
  font-size: 30px;
  position: relative;
}

.social_icons .cart .cnt {
  display: block;
  top: 20px;
  left: 15px;
  background-color: #ee5032;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 15px;
  border-radius: 25px;
  font-weight: bold;
}

#flashes {
  position: absolute;
  z-index: 90000;
  width: 100%;
}

#frm-cart input[type=checkbox],
#frm-cart input[type=radio] {
  width: 16px;
  height: 16px;
  float: left;
  display: inline;
  margin-right: 10px;
}

.copyright a {
  display: inline;
}

#main_footer h5 {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px gray solid;
  margin-bottom: 20px;
}

#frm-cart table input {
  margin-bottom: 0;
}

#main_header #snippet--cartAdded {
  position: absolute;
  right: 45px;
  bottom: 10px;
}

#frm-cart table td {
  vertical-align: middle;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px 10px;
}

label[for=frm-cart-another],
label[for=frm-cart-tos] {
  color: #000;
}

.slick-slide {
  padding: 10px;
}

@media screen and (max-width: 1300px) and (min-width: 1000px) {
  #main_header .logo a {
    font-size: 25px;
  }
  #main_header .header_right ul.menu li a {
    font-size: 10px;
  }
  #main_header .header_right ul.menu li a .fa {
    font-size: 30px;
    position: relative;
    top: 8px;
  }
  #main_header .header_right ul.menu li {
    height: 60px;
    line-height: 60px;
  }
  #main_header .header_right ul.menu li a {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 500px) and (min-width: 100px) {
  #progress_steps h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1301px) {
  #main_header .logo a {
    font-size: 28px;
  }
  #main_header .header_right ul.menu li a {
    font-size: 13px;
  }
  #main_header .header_right ul.menu li a .fa {
    font-size: 35px;
    position: relative;
    top: 8px;
  }
  #main_header .header_right ul.menu li {
    height: 60px;
    line-height: 60px;
  }
  #main_header .header_right ul.menu li a {
    padding: 0px 20px;
  }
}
#overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
}

#snippet--frmError .alert {
  top: 50%;
  left: 50%;
  position: fixed;
  width: 50%;
  margin-left: -25%;
  z-index: 50000;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
  border: 2px red solid;
}

.close {
  opacity: 1;
}

#snippet--deposit2 label,
#snippet--shipping2 label,
#snippet--payment2 label {
  color: #2d3338;
}

#cart h5 {
  text-transform: inherit;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.js--video-later {
  position: relative;
  overflow: hidden;
}

.js--video-later img {
  width: 100%;
  transition: 1s ease-in;
  position: relative;
  z-index: 9999;
}

.js--video-later.loaded img {
  opacity: 0;
  pointer-events: none;
}

.js--video-later video {
  top: 0;
  position: absolute;
  width: 100%;
}

#error_page {
  padding: 180px 90px;
  text-align: center;
}

#error_page h1 {
  margin-bottom: 40px;
}

#error_page p + p {
  margin-top: 15px;
}

.opening-hours {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 24px;
}

.opening-hours strong {
  display: inline-block;
  width: 24px;
  margin-right: 6px;
}

label .option .infobox {
  margin-left: 6px;
  position: relative;
  font-weight: normal !important;
}

label .option .infobox i {
  font-size: 16px;
  color: #ee5032;
}

label .option .infobox::before {
  content: attr(data-infobox);
  position: absolute;
  bottom: 100%;
  background: #ee5032;
  color: #fff;
  left: calc(100% + 3px);
  padding: 5px;
  min-width: 200px;
  transform: translateY(30px);
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.36s ease-in-out 0.4s;
}

label .option .infobox:hover::before {
  opacity: 1;
  transform: none;
  pointer-events: all;
  transition: 0.36s ease-in-out;
}

@media (max-width: 768px) {
  label .option .infobox::before {
    left: unset;
    right: 0;
  }
}
form label {
  margin-top: 8px;
}

label .option small {
  display: block;
  margin-top: 2px;
  padding-left: 26px;
}

label input:checked + .option > span {
  font-weight: bold;
}

#eshop {
  margin-top: -80px;
}

#eshop h1 {
  position: relative;
  font-size: 32px;
  margin: 0;
  padding: 28px 16px;
  margin-bottom: 16px;
  color: #fff;
}

@media (max-width: 768px) {
  #eshop {
    margin-top: -120px;
  }
  #hero_image {
    min-height: 220px;
  }
  #hero_image .bx-wrapper {
    display: none;
  }
}
@media (max-width: 450px) {
  #eshop {
    margin-top: -160px;
  }
  #hero_image {
    min-height: 270px;
  }
}
#progress_steps .about {
  text-align: center;
}

#progress_steps .about h2 {
  margin-top: 42px;
  margin-bottom: 21px;
}

#progress_steps .about h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}

#progress_steps .about p {
  margin-bottom: 16px;
}

#progress_steps .about h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: unset;
  letter-spacing: 0.5px;
}

#progress_steps .about ul {
  margin: 0 auto;
  color: #2d3338;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  max-width: 800px;
  text-align: left;
}

#progress_steps .about ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 15px;
}

#progress_steps .about ul li::before {
  content: "";
  display: block;
  flex: 0 0 7px;
  margin-right: 18px;
  height: 7px;
  width: 7px;
  background: #2d3338;
  border-radius: 50%;
}

#progress_steps .about ul li + li {
  /*border-top: 1px solid rgba(0,0,0,.16);*/
}

#progress_steps .about .about-icon {
  font-size: 64px;
  color: #ee5032;
}

#progress_steps.steps__1 {
  padding: 100px 0 30px;
}

#progress_steps.steps__2 {
  padding: 30px 0;
  background: #fff;
}

#progress_steps.steps__3 {
  padding: 30px 0 100px;
}

.slick-dots {
  bottom: unset;
  top: 100%;
}

.slick-dots li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.slick-dots li button::before {
  position: relative;
  top: unset;
  left: unset;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.slick-dots li,
.slick-dots li button {
  width: 38px;
  height: 48px;
}

.slick-prev, .slick-next {
  display: none !important;
}

.p_count {
  display: flex;
  justify-content: center;
  flex-flow: wrap row;
  margin-bottom: 30px;
}

.count_wrapper {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.count_wrapper .incerase {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  margin: 0;
}

.product .p_count input[type=submit] {
  margin: 0;
}

.p_count .count_wrapper input {
  flex: 1;
  margin: 0 6px;
}

.p_count .count_wrapper .incerase a {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
}

.career {
  padding: 4em 0;
}

.career-list {
  display: flex;
  justify-content: center;
  flex-flow: wrap row;
}

.career-list .career-list-item {
  background: #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-list-item .c-item-content {
  padding: 4em 2em;
  flex: 0 0 360px;
}

.career-list-item .c-item-image {
  flex: 1;
}

.career-list-item .c-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 540px) {
  .career-list-item .c-item-image {
    display: none;
  }
}
.career-list-item .c-item-title {
  margin-bottom: 0;
}

.career-list-item .c-item-annotation {
  color: #888;
  margin-bottom: 14px;
}

.career-list-item .c-item-description {
  margin-bottom: 14px;
  line-height: 1.5;
}

.career-list-item .c-item-info {
  line-height: 1.5;
}

.career-list-item .c-item-info a {
  font-size: larger;
}

.product-row {
  padding-inline: 1rem;
  display: flex;
  flex-flow: wrap row;
}

#addedPopup {
  text-align: center;
  padding: 0 !important;
}

#addedPopup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

#addedPopup .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */
