/* line 7, ../sass/company-style.scss */
.clear {
  clear: both;
}

/* line 20, ../sass/company-style.scss */
.box {
  float: left;
}

/* line 25, ../sass/company-style.scss */
#company-main {
  color: white;
}
@media screen and (max-width: 930px) {
  /* line 25, ../sass/company-style.scss */
  #company-main {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  /* line 25, ../sass/company-style.scss */
  #company-main {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 25, ../sass/company-style.scss */
  #company-main {
    font-size: 12px;
  }
}
/* line 40, ../sass/company-style.scss */
#company-main #first-section {
  background-color: #2173a5;
  background: url("../img/company-main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 435px;
}
@media only screen and (max-width: 1450px) {
  /* line 40, ../sass/company-style.scss */
  #company-main #first-section {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 40, ../sass/company-style.scss */
  #company-main #first-section {
    font-size: 11px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 40, ../sass/company-style.scss */
  #company-main #first-section {
    font-size: 9px;
  }
}
@media only screen and (max-width: 350px) {
  /* line 40, ../sass/company-style.scss */
  #company-main #first-section {
    font-size: 7px;
  }
}
/* line 63, ../sass/company-style.scss */
#company-main #first-section .text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 66, ../sass/company-style.scss */
#company-main #first-section .text div {
  text-align: center;
  font-size: 2.188em;
  line-height: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  /* line 66, ../sass/company-style.scss */
  #company-main #first-section .text div {
    line-height: 1.1em;
  }
}
/* line 76, ../sass/company-style.scss */
#company-main #first-section .text div span {
  text-transform: uppercase;
}
/* line 82, ../sass/company-style.scss */
#company-main #first-section .tag-line {
  color: #fbc201;
  font-size: 6.850em !important;
  font-family: 'BentonSansCond-Light';
}
/* line 89, ../sass/company-style.scss */
#company-main #second-section {
  background-color: #fff;
}
@media only screen and (max-width: 1450px) {
  /* line 89, ../sass/company-style.scss */
  #company-main #second-section {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 89, ../sass/company-style.scss */
  #company-main #second-section {
    font-size: 11px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 89, ../sass/company-style.scss */
  #company-main #second-section {
    font-size: 9px;
  }
}
@media only screen and (max-width: 350px) {
  /* line 89, ../sass/company-style.scss */
  #company-main #second-section {
    font-size: 7px;
  }
}
/* line 108, ../sass/company-style.scss */
#company-main #second-section .yellow-box {
  width: 100%;
  height: 428px;
  background-color: #ff9e1c;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 930px) {
  /* line 108, ../sass/company-style.scss */
  #company-main #second-section .yellow-box {
    height: 260px;
  }
}
@media screen and (max-width: 575px) {
  /* line 108, ../sass/company-style.scss */
  #company-main #second-section .yellow-box {
    height: 280px;
  }
}
@media screen and (max-width: 425px) {
  /* line 108, ../sass/company-style.scss */
  #company-main #second-section .yellow-box {
    height: 325px;
  }
}
@media screen and (max-width: 350px) {
  /* line 108, ../sass/company-style.scss */
  #company-main #second-section .yellow-box {
    height: 280px;
  }
}
/* line 129, ../sass/company-style.scss */
#company-main #second-section .yellow-box .tag-line {
  padding-top: 50px;
  color: #1c749a;
  font-size: 5.550em;
  /*font-family: 'BentonSansCond';*/
  text-align: center;
}
@media screen and (max-width: 500px) {
  /* line 129, ../sass/company-style.scss */
  #company-main #second-section .yellow-box .tag-line {
    padding-top: 40px;
  }
}
/* line 141, ../sass/company-style.scss */
#company-main #second-section .yellow-box .description {
  text-align: center;
  color: #040603;
  font-size: 2.288em;
  width: 50%;
  margin: 20px auto;
  line-height: 1.288em;
}
@media screen and (max-width: 930px) {
  /* line 141, ../sass/company-style.scss */
  #company-main #second-section .yellow-box .description {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  /* line 141, ../sass/company-style.scss */
  #company-main #second-section .yellow-box .description {
    margin: 10px auto;
  }
}
@media screen and (max-width: 575px) {
  /* line 141, ../sass/company-style.scss */
  #company-main #second-section .yellow-box .description {
    width: 85%;
  }
}
/* line 161, ../sass/company-style.scss */
#company-main #second-section .yellow-box-after {
  border-style: solid;
  border-width: 150px 950px 0 950px;
  border-color: #ff9e1c transparent transparent transparent;
}
/* line 175, ../sass/company-style.scss */
#company-main #testimonials-section {
  background-color: #fff;
}
@media only screen and (max-width: 1450px) {
  /* line 175, ../sass/company-style.scss */
  #company-main #testimonials-section {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 175, ../sass/company-style.scss */
  #company-main #testimonials-section {
    font-size: 11px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 175, ../sass/company-style.scss */
  #company-main #testimonials-section {
    font-size: 9px;
  }
}
@media only screen and (max-width: 350px) {
  /* line 175, ../sass/company-style.scss */
  #company-main #testimonials-section {
    font-size: 7px;
  }
}
/* line 194, ../sass/company-style.scss */
#company-main #testimonials-section .white-box {
  width: 100%;
  margin-bottom: 20px;
}
/* line 199, ../sass/company-style.scss */
#company-main #testimonials-section .white-box .tag-line {
  padding-top: 50px;
  color: #349172;
  font-size: 5.550em;
  /*font-family: 'BentonSansCond';*/
  text-align: center;
}
/* line 207, ../sass/company-style.scss */
#company-main #testimonials-section .white-box .description {
  color: #040603;
  font-size: 2.188em;
  width: 50%;
  margin: 20px auto;
}
/* line 217, ../sass/company-style.scss */
#company-main #testimonials-content-section {
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
}
/* line 222, ../sass/company-style.scss */
#company-main #testimonials-content-section .testimonial-container {
  float: left;
  position: relative;
  width: 32.48%;
  height: 376px;
  background-color: #dce0e6;
  color: #020100;
  margin-bottom: 20px;
  font-family: 'BentonSansCond-Light';
  font-size: 1.35em;
}
@media screen and (max-width: 1450px) {
  /* line 222, ../sass/company-style.scss */
  #company-main #testimonials-content-section .testimonial-container {
    height: 430px;
  }
}
@media screen and (max-width: 1025px) {
  /* line 222, ../sass/company-style.scss */
  #company-main #testimonials-content-section .testimonial-container {
    height: 325px;
	font-size: 1.2em;
  }
}
@media screen and (max-width: 800px) {
  /* line 222, ../sass/company-style.scss */
  #company-main #testimonials-content-section .testimonial-container {
    height: 280px;
  }
  #company-main #testimonials-content-section .testimonial-container .top-nav, #company-main #testimonials-content-section .testimonial-container .base .bottom-nav {
    width: 20px !important; 
	height: 30px !important;
  }
  #company-main #testimonials-content-section .testimonial-container .read-more {
    bottom: 90px !important; 
  }
}
@media screen and (max-width: 700px) {
  /* line 222, ../sass/company-style.scss */
  #company-main #testimonials-content-section .testimonial-container {
    width: 49%;
    margin-bottom: 12px;
  }
  /* line 245, ../sass/company-style.scss */
  #company-main #testimonials-content-section .testimonial-container:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  /* line 222, ../sass/company-style.scss */
  #company-main #testimonials-content-section .testimonial-container {
    width: 90%;
    height: 280px;
    margin: 7px 5%;
  }
}
@media screen and (max-width: 320px) {
  /* line 222, ../sass/company-style.scss */
  #company-main #testimonials-content-section .testimonial-container {
    height: 270px;
  }
}
/* line 260, ../sass/company-style.scss */
#company-main #testimonials-content-section .testimonial-container .top-nav {
  width: 40px;
  margin: 20px 0 0 10%;
  height: 50px;
  background-image: url(../img/navodnici.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
@media screen and (max-width: 1025px) {
  /* line 260, ../sass/company-style.scss */
  #company-main #testimonials-content-section .testimonial-container .top-nav {
    width: 30px;
  }
}
/* line 274, ../sass/company-style.scss */
#company-main #testimonials-content-section .testimonial-container .base {
  position: absolute;
  padding: 0 10% 10% 10%;
  width: 80%;
  /*height: 80%;*/
}
/* line 281, ../sass/company-style.scss */
#company-main #testimonials-content-section .testimonial-container .base .image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 289, ../sass/company-style.scss */
#company-main #testimonials-content-section .testimonial-container .base .bottom-nav {
  width: 40px;
  height: 50px;
  background-image: url(../img/navodnici.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-top;
}
@media screen and (max-width: 1025px) {
  /* line 289, ../sass/company-style.scss */
  #company-main #testimonials-content-section .testimonial-container .base .bottom-nav {
    width: 30px;
  }
}
@media screen and (max-width: 930px) {
  /* line 289, ../sass/company-style.scss */
  #company-main #testimonials-content-section .testimonial-container .base .bottom-nav {
    height: 40px;
  }
}
/* line 310, ../sass/company-style.scss */
#company-main #testimonials-content-section .testimonial-container .read-more {
  position: absolute;
  bottom: 110px;
  left: 50px;
  color: #b6121b;
  cursor: pointer;
  font-weight: 700;
}
/* line 318, ../sass/company-style.scss */
#company-main #testimonials-content-section .testimonial-container .signature {
  position: absolute;
  bottom: 0;
  width: 80%;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10% 10% 10%;
  text-align: right;
}
/* line 328, ../sass/company-style.scss */
#company-main #testimonials-content-section .testimonial-container .hover {
  display: none;
}
/* line 332, ../sass/company-style.scss */
#company-main #testimonials-content-section .margin_right {
  margin-right: 1.5%;
}
/* line 335, ../sass/company-style.scss */
#company-main #testimonials-content-section .margin_both {
  margin-left: 1.23%;
  margin-right: 1.23%;
}
@media screen and (max-width: 700px) {
  /* line 335, ../sass/company-style.scss */
  #company-main #testimonials-content-section .margin_both {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 335, ../sass/company-style.scss */
  #company-main #testimonials-content-section .margin_both {
    margin-left: 5%;
    margin-right: 5%;
  }
}
/* line 349, ../sass/company-style.scss */
#company-main #testimonial-content-bg {
  width: 100%;
  background-color: #58585a;
  padding: 0px;
}
/* line 354, ../sass/company-style.scss */
#company-main #testimonial-content-bg #testimonial-content-container {
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
/* line 360, ../sass/company-style.scss */
#company-main #testimonial-content-bg #testimonial-content-container #close-tes {
  width: 30px;
  height: 30px;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
}
/* line 374, ../sass/company-style.scss */
#company-main #testimonial-content-bg #testimonial-content-container .testimonial-content {
  color: black;
  padding: 0 10%;
  max-height: 0px;
  overflow: hidden;
  /* background-color: #d1d2d4; */
}
/* line 385, ../sass/company-style.scss */
#company-main #third-section {
  background-color: #fff;
}
@media only screen and (max-width: 1450px) {
  /* line 385, ../sass/company-style.scss */
  #company-main #third-section {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 385, ../sass/company-style.scss */
  #company-main #third-section {
    font-size: 11px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 385, ../sass/company-style.scss */
  #company-main #third-section {
    font-size: 9px;
  }
}
@media only screen and (max-width: 350px) {
  /* line 385, ../sass/company-style.scss */
  #company-main #third-section {
    font-size: 7px;
  }
}
/* line 404, ../sass/company-style.scss */
#company-main #third-section .white-box {
  width: 100%;
  margin-bottom: 20px;
}
/* line 409, ../sass/company-style.scss */
#company-main #third-section .white-box .tag-line {
  padding-top: 50px;
  color: #1c749a;
  font-size: 5.550em;
  /*font-family: 'BentonSansCond';*/
  text-align: center;
}
/* line 417, ../sass/company-style.scss */
#company-main #third-section .white-box .description {
  color: #040603;
  font-size: 2.188em;
  width: 50%;
  margin: 20px auto;
}
/* line 430, ../sass/company-style.scss */
#company-main .fourth-section-title{
	text-align:center;
	text-transform:uppercase;
	padding:25px 10px;
	color:#595a5c;
	font-weight:bold;
	font-size: 2.6em;
    font-family: 'BentonSansCond';
}
#company-main .district-managers{
	background-color: #c9cacc;
    max-width: 1200px;
    margin: auto;
	padding-bottom: 50px;
}
#company-main #fourth-section {
  background-color: #c9cacc;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1450px) {
  /* line 430, ../sass/company-style.scss */
  #company-main #fourth-section {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 430, ../sass/company-style.scss */
  #company-main #fourth-section {
    font-size: 11px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 430, ../sass/company-style.scss */
  #company-main #fourth-section {
    font-size: 9px;
  }
}
@media only screen and (max-width: 350px) {
  /* line 430, ../sass/company-style.scss */
  #company-main #fourth-section {
    font-size: 7px;
  }
}
/* line 451, ../sass/company-style.scss */
#company-main #fourth-section .box-container {
  float: left;
  position: relative;
  width: 32.48%;
  height: 576px;
  background-color: #58595b;
  margin-bottom: 20px;
  color: white;
}
@media screen and (max-width: 1450px) {
  /* line 451, ../sass/company-style.scss */
  #company-main #fourth-section .box-container {
    height: 430px;
  }
}
@media screen and (max-width: 1025px) {
  /* line 451, ../sass/company-style.scss */
  #company-main #fourth-section .box-container {
    height: 325px;
  }
}
@media screen and (max-width: 800px) {
  /* line 451, ../sass/company-style.scss */
  #company-main #fourth-section .box-container {
    height: 250px;
  }
}
@media screen and (max-width: 700px) {
  /* line 451, ../sass/company-style.scss */
  #company-main #fourth-section .box-container {
    width: 49%;
    margin-bottom: 12px;
  }
  /* line 469, ../sass/company-style.scss */
  #company-main #fourth-section .box-container:nth-child(odd) {
    margin-right: 2%;
  }
  #company-main #fourth-section .last-box-container{
	display:none;
  }
}
@media screen and (max-width: 480px) {
  /* line 451, ../sass/company-style.scss */
  #company-main #fourth-section .box-container {
    width: 90%;
    height: 320px;
    margin: 7px 5%;
  }
}
@media screen and (max-width: 320px) {
  /* line 451, ../sass/company-style.scss */
  #company-main #fourth-section .box-container {
    height: 270px;
  }
}
/* line 484, ../sass/company-style.scss */
#company-main #fourth-section .box-container .base {
  position: absolute;
  padding: 10%;
  width: 80%;
  height: 80%;
  font-size: 130%;
}
/* line 491, ../sass/company-style.scss */
#company-main #fourth-section .box-container .base .image {
  width: 100%;
  width: 195px;
  height: 100%;
  height: 195px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
/* line 501, ../sass/company-style.scss */
#company-main #fourth-section .box-container .hover {
  display: none;
}
/* line 505, ../sass/company-style.scss */
#company-main #fourth-section .margin_right {
  margin-right: 1.5%;
}
/* line 508, ../sass/company-style.scss */
#company-main #fourth-section .margin_both {
  margin-left: 1.23%;
  margin-right: 1.23%;
}
@media screen and (max-width: 1150px) {
	#company-main #fourth-section .box-container .base .image {
	  width: 175px;
	  height: 175px;
	}
}
@media screen and (max-width: 1000px){
	#company-main #fourth-section .box-container .base .image {
		width: 155px;
		height: 155px;
	}
}
@media screen and (max-width: 880px){
	#company-main #fourth-section .box-container .base .image {
		width: 135px;
		height: 135px;
	}
}
@media screen and (max-width: 790px){
	#company-main #fourth-section .box-container .base .image {
		width: 117px;
		height: 117px;
	}
}
@media screen and (max-width: 700px) {
  /* line 508, ../sass/company-style.scss */
  #company-main #fourth-section .margin_both {
    margin-left: 0;
    margin-right: 0;
  }
  #company-main #fourth-section .box-container .base .image {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 560px){
	#company-main #fourth-section .box-container .base .image {
		width: 120px;
		height: 120px;
	}
}
@media screen and (max-width: 480px) {
  /* line 508, ../sass/company-style.scss */
  #company-main #fourth-section .margin_both {
    margin-left: 5%;
    margin-right: 5%;
  }
  #company-main #fourth-section .box-container .base {
    padding: 5%;
    width: 90%;
    height: 90%;
   }
   #company-main #fourth-section .box-container .base .image {
    width: 90px;
    height: 90px;
   }
}

@media screen and (max-width: 350px){
	#company-main #fourth-section .box-container .base .image {
		width: 100px;
		height: 100px;
	}
}
/* line 522, ../sass/company-style.scss */
#company-main #fourth-section .box-container:hover .base {
  display: none;
}
/* line 525, ../sass/company-style.scss */
#company-main #fourth-section .box-container:hover .hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #dadbdd;
  color: 050402;
}
@media only screen and (max-width: 900px) {
	#company-main #fourth-section .box-container:hover .hover .text-container .emp_name, 
	#company-main #fourth-section .box-container:hover .hover .text-container .emp_title{
		display:none;
	}
	#company-main #fourth-section .box-container:hover .hover .text-container .emp_email{
		padding-top:15px;
	}
	#company-main #fourth-section .box-container:hover .hover .text-container .emp_bio {
		font-size: 1.3em !important;
		padding: 0 10px !important;
	}
}
@media only screen and (max-width: 400px) {
	#company-main #fourth-section .box-container:hover .hover .text-container .emp_bio {
		font-size: 1.2em !important;
		padding: 0 5px !important;
	}
}
/* line 536, ../sass/company-style.scss */
#company-main #fourth-section .box-container:hover .hover .text-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  max-height: 100%;
  overflow: auto;
}
/* line 540, ../sass/company-style.scss */
#company-main #fourth-section .box-container:hover .hover .text-container .emp_name {
  font-size: 2.125em;
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 545, ../sass/company-style.scss */
#company-main #fourth-section .box-container:hover .hover .text-container .emp_title{
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 20px;
}
#company-main #fourth-section .box-container:hover .hover .text-container .emp_email{
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 20px;
}
/* line 550, ../sass/company-style.scss */
#company-main #fourth-section .box-container:hover .hover .text-container .emp_desc {
  font-size: 2.000em;
  font-weight: normal;
  margin-bottom: 20px;
}
#company-main #fourth-section .box-container:hover .hover .text-container .emp_bio{
    font-size: 0.9em;
    padding: 0 15px;
	font-weight: normal;
	line-height: 1.2em;
}
#company-main .office{
	background: #cbdfea;
    padding-bottom: 50px;
    max-width: 1200px;
    margin: 65px auto;
}
#company-main .office #fourth-section{
	background: #cbdfea;
}
#company-main .fourth-section-service-managers{
	background: #c1dfd3;
    padding-bottom: 50px;
    max-width: 1200px;
    margin: auto;
}
#company-main .fourth-section-service-managers  #fourth-section{
	background: transparent;
}

/* line 562, ../sass/company-style.scss */
#company-main #fifth-section {
  background-color: #fff;
}
@media only screen and (max-width: 1450px) {
  /* line 562, ../sass/company-style.scss */
  #company-main #fifth-section {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 562, ../sass/company-style.scss */
  #company-main #fifth-section {
    font-size: 11px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 562, ../sass/company-style.scss */
  #company-main #fifth-section {
    font-size: 9px;
  }
}
@media only screen and (max-width: 350px) {
  /* line 562, ../sass/company-style.scss */
  #company-main #fifth-section {
    font-size: 7px;
  }
}
/* line 581, ../sass/company-style.scss */
#company-main #fifth-section .white-box {
  width: 100%;
  margin-bottom: 40px;
}
/* line 586, ../sass/company-style.scss */
#company-main #fifth-section .white-box .tag-line {
  padding-top: 70px;
  color: #b93c4c;
  font-size: 5.550em;
  /*font-family: 'BentonSansCond';*/
  text-align: center;
}
/* line 594, ../sass/company-style.scss */
#company-main #fifth-section .white-box .description {
  text-align: center;
  color: #040603;
  font-size: 2.188em;
  width: 40%;
  margin: 20px auto;
  line-height: 1.288em;
  line-height: 1.2em;
}
@media screen and (max-width: 700px) {
  /* line 594, ../sass/company-style.scss */
  #company-main #fifth-section .white-box .description {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  /* line 594, ../sass/company-style.scss */
  #company-main #fifth-section .white-box .description {
    width: 85%;
  }
}
/* line 616, ../sass/company-style.scss */
#company-main #sixt-section {
  max-width: 1200px;
  margin: auto;
  background-color: #2173a5;
  background: url("../img/company-employees_hover.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 435px;
  margin-bottom: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/* line 630, ../sass/company-style.scss */
#company-main #sixt-section:hover {
  background: url("../img/company-employees_hover.png");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
/* line 641, ../sass/company-style.scss */
#company-main #sixt-section .text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 644, ../sass/company-style.scss */
#company-main #sixt-section .text div {
  text-align: center;
  font-size: 2.188em;
  line-height: 1.6em;
}
/* line 649, ../sass/company-style.scss */
#company-main #sixt-section .text div span {
  text-transform: uppercase;
}
/* line 654, ../sass/company-style.scss */
#company-main #sixt-section .tag-line {
  color: #fbc201;
  font-size: 6.850em !important;
  font-family: 'BentonSansCond';
}
/* line 661, ../sass/company-style.scss */
#company-main #seventh-section {
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
}
/* line 666, ../sass/company-style.scss */
#company-main #seventh-section .box-container {
  float: left;
  position: relative;
  width: 32.48%;
  height: 518px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1680px) {
  /* line 666, ../sass/company-style.scss */
  #company-main #seventh-section .box-container {
    height: 450px;
  }
}
@media screen and (max-width: 1450px) {
  /* line 666, ../sass/company-style.scss */
  #company-main #seventh-section .box-container {
    height: 385px;
  }
}
@media screen and (max-width: 1025px) {
  /* line 666, ../sass/company-style.scss */
  #company-main #seventh-section .box-container {
    height: 275px;
  }
}
@media screen and (max-width: 800px) {
  /* line 666, ../sass/company-style.scss */
  #company-main #seventh-section .box-container {
    height: 215px;
  }
}
@media screen and (max-width: 700px) {
  /* line 666, ../sass/company-style.scss */
  #company-main #seventh-section .box-container {
    width: 49%;
    height: 240px;
    margin-bottom: 12px;
  }
  /* line 686, ../sass/company-style.scss */
  #company-main #seventh-section .box-container:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  /* line 666, ../sass/company-style.scss */
  #company-main #seventh-section .box-container {
    width: 90%;
    height: 320px;
    margin: 7px 5%;
  }
}
@media screen and (max-width: 360px) {
  /* line 666, ../sass/company-style.scss */
  #company-main #seventh-section .box-container {
    height: 245px;
  }
}
/* line 702, ../sass/company-style.scss */
#company-main #seventh-section .box-container .base {
  position: absolute;
  /*padding: 10%;*/
  width: 100%;
  height: 100%;
}
/* line 709, ../sass/company-style.scss */
#company-main #seventh-section .box-container .base .image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 717, ../sass/company-style.scss */
#company-main #seventh-section .box-container .base #recourse-1 {
  background-image: url(../img/company/recourse-1_hover.jpg);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/* line 723, ../sass/company-style.scss */
#company-main #seventh-section .box-container .base #recourse-1:hover {
  background-image: url(../img/company/recourse-1_hover.jpg);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
/* line 731, ../sass/company-style.scss */
#company-main #seventh-section .box-container .base #recourse-2 {
  background-image: url(../img/company/recourse-2_hover.jpg);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/* line 737, ../sass/company-style.scss */
#company-main #seventh-section .box-container .base #recourse-2:hover {
  background-image: url(../img/company/recourse-2_hover.jpg);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
/* line 744, ../sass/company-style.scss */
#company-main #seventh-section .box-container .base #recourse-3 {
  background-image: url(../img/company/recourse-3_hover.jpg);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/* line 750, ../sass/company-style.scss */
#company-main #seventh-section .box-container .base #recourse-3:hover {
  background-image: url(../img/company/recourse-3_hover.jpg);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
/* line 757, ../sass/company-style.scss */
#company-main #seventh-section .box-container .base #recourse-4 {
  background-image: url(../img/company/recourse-4_hover.jpg);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/* line 763, ../sass/company-style.scss */
#company-main #seventh-section .box-container .base #recourse-4:hover {
  background-image: url(../img/company/recourse-4_hover.jpg);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
/* line 770, ../sass/company-style.scss */
#company-main #seventh-section .box-container .base #recourse-5 {
  background-image: url(../img/company/recourse-5_hover.jpg);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/* line 776, ../sass/company-style.scss */
#company-main #seventh-section .box-container .base #recourse-5:hover {
  background-image: url(../img/company/recourse-5_hover.jpg);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
/* line 785, ../sass/company-style.scss */
#company-main #seventh-section .box-container .hover {
  display: none;
}
/* line 791, ../sass/company-style.scss */
#company-main #seventh-section .margin_right {
  margin-right: 1.5%;
}
/* line 794, ../sass/company-style.scss */
#company-main #seventh-section .margin_both {
  margin-left: 1.23%;
  margin-right: 1.23%;
}
@media screen and (max-width: 700px) {
  /* line 794, ../sass/company-style.scss */
  #company-main #seventh-section .margin_both {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 794, ../sass/company-style.scss */
  #company-main #seventh-section .margin_both {
    margin-left: 5%;
    margin-right: 5%;
  }
}
/* line 808, ../sass/company-style.scss */
#company-main #seventh-section .box-container:hover .base {
  /*display:none;*/
}
/* line 811, ../sass/company-style.scss */
#company-main #seventh-section .box-container:hover .hover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #dadbdd;
  color: 050402;
}
/* line 822, ../sass/company-style.scss */
#company-main #seventh-section .box-container:hover .hover .text-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
/* line 826, ../sass/company-style.scss */
#company-main #seventh-section .box-container:hover .hover .text-container .emp_name {
  font-size: 2.125em;
  font-weight: 700;
  margin-bottom: 15px;
}
/* line 831, ../sass/company-style.scss */
#company-main #seventh-section .box-container:hover .hover .text-container .emp_title,
#company-main #seventh-section .box-container:hover .hover .text-container .emp_email {
  font-size: 2.000em;
  font-weight: normal;
  margin-bottom: 20px;
}
/* line 836, ../sass/company-style.scss */
#company-main #seventh-section .box-container:hover .hover .text-container .emp_desc {
  font-size: 2.000em;
  font-weight: normal;
  margin-bottom: 20px;
}
/* line 848, ../sass/company-style.scss */
#company-main .text-container {
  color: black;
}
