/* CSS crunched with Crunch - http://crunchapp.net/ */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* FONTS

LILITA
font-family: 'lilita_oneregular';
font-weight: normal;

OPEN SANS
font-family: 'Open Sans', sans-serif;
300 italic
400
400 italic
600
700
800

*/
body {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #f9f9f5;
  color: #2d2b2b;
  font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
}
div,
span,
a,
img {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
a:hover {
  text-decoration: underline;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
img {
  display: block;
}
.wrap {
  width: 960px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 0 auto;
  text-align: center;
}
textarea:focus,
input:focus,
select:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'lilita_oneregular';
  font-weight: normal;
  display: block;
}
.header {
  width: 100%;
  background: url('../img/header-footer-bg.png') repeat;
  height: 130px;
  position: relative;
}
.mobile-nav {
  display: none;
}
.logo {
  width: 170px;
  height: 50px;
  display: block;
  background-image: url('../img/logo-170x50.png');
  background-size: cover;
  float: left;
  margin: 12px 0 0 0;
}
.header-contact {
  display: inline-block;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #f9f9f5;
  position: relative;
  float: right;
  margin: 25px 0 0 0;
  padding: 6px 15px 0 40px;
  font-size: 13px;
  font-weight: 800;
  color: #2d2b2b;
}
.phone-icon {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffc600;
  background-image: url('../img/phone-icon-60x60.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-contact:hover {
  color: #f30404;
  background: #ffffff;
  text-decoration: none;
}
.nav-bg {
  background: #ffc600;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #e6b100;
  border-bottom: 1px solid #e6b100;
}
.nav {
  width: 960px;
  height: 50px;
  margin: 0 auto;
}
.nav > ul {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 48px;
}
.nav > ul li {
  box-sizing: border-box;
  height: 48px;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  border-left: 1px solid #e6b100;
}
.nav > ul li:last-child {
  border-right: 1px solid #e6b100;
}
.nav > ul li > a {
  color: #2d2b2b;
  height: 48px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  line-height: 14px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.nav > ul li > a:hover {
  background: #ffd93d;
  text-decoration: none;
}
.nav > ul li > a.active {
  background: #f8c206;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.12);
}
h1 {
  font-size: 38px;
}
.footer {
  width: 100%;
  background: url('../img/header-footer-bg.png') repeat;
  height: 100px;
}
.footer > .wrap {
  position: relative;
}
.footer > .wrap > .logo {
  width: 170px;
  height: 50px;
  display: block;
  background-image: url('../img/logo-2-170x50.png');
  background-size: cover;
  float: left;
  margin: 22px 0 0 0;
}
.copyright {
  color: #ffffff;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  position: absolute;
  left: 0;
  right: 0;
  margin: 39px auto 0 auto;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  z-index: 0;
  width: 400px;
}
ul.footer-links {
  float: right;
  list-style: none;
  color: #ffffff;
  margin: 39px 0 0 0;
}
ul.footer-links > li {
  display: inline-block;
  padding: 0 0 0 11px;
}
ul.footer-links > li:after {
  display: inline-block;
  content: "\f111";
  font-family: 'FontAwesome';
  color: #ffffff;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 5px;
  padding: 0 0 0 8px;
  position: relative;
  top: -3px;
}
ul.footer-links > li:last-child:after {
  display: none;
}
ul.footer-links > li > a {
  color: #ffffff;
  font-size: 15px;
}
.main-pic-home {
  width: 100%;
  height: 400px;
  background-image: url('../pics/main-pic-home.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #edede6;
}
.main-pic-content {
  width: 420px;
  text-align: center;
  padding: 50px 0 0 0;
}
.main-pic-content .location {
  display: block;
  font-style: italic;
  color: #8d8d8d;
  margin: 20px 0 0 0;
}
.main-pic-content > .title {
  font-family: 'lilita_oneregular';
  font-size: 36px;
  margin: 0 0 15px 0;
}
.main-pic-content > .subtitle {
  font-family: 'lilita_oneregular';
  font-size: 35px;
  margin: 0 0 25px 0;
}
.main-pic-content > ul {
  list-style: none;
  display: block;
  margin: 0 0 10px 0;
}
.main-pic-content > ul li {
  display: inline-block;
}
.main-pic-content > ul li:after {
  display: inline-block;
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 5px;
  padding: 0 0 0 12px;
  margin: 0 8px 0 0;
  position: relative;
  top: -3px;
}
.main-pic-content > ul li:last-child:after {
  display: none;
}
.contact-link > a {
  display: inline-block;
  height: 50px;
  border: 2px solid #ffc600;
  background: #ffffff;
  box-sizing: border-box;
  padding: 6px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0 0 25px 0;
  font-family: 'lilita_oneregular';
  font-size: 30px;
  color: #2d2b2b;
}
.contact-link > a:hover {
  background: #ffc600;
  text-decoration: none;
}
.contact-link > a > span {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url('../img/phone-icon-big-60x60.png') center no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
}
.about-box > .wrap {
  position: relative;
}
.about-box > .wrap > img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  border: none;
}
.about-box > .wrap > .right {
  width: 540px;
  padding: 30px 0;
}
h2 {
  font-size: 36px;
  margin: 0 0 20px 0;
}
.about-box > .wrap > .right > p {
  line-height: 26px;
  font-size: 16px;
  display: block;
  margin: 0 0 20px 0;
}
.btn {
  display: inline-block;
  height: 32px;
  font-size: 14px;
  background: #ffc600;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 6px 15px;
  color: #2d2b2b;
  font-weight: 700;
}
.btn:hover {
  text-decoration: none;
  background: #ffd93d;
}
.btn:active {
  background: #f8c206;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.12);
}
.btn > span {
  letter-spacing: 1px;
}
.btn > span:after {
  font-family: 'FontAwesome';
  content: "\f178";
  display: inline-block;
  padding: 0 0 0 10px;
}
.services-box {
  background: #ffffff;
  border-top: 1px solid #edede6;
  border-bottom: 1px solid #edede6;
}
.services-box > .wrap {
  padding: 30px 0;
  text-align: center;

  /* added so we can display 5 boxes in one row */
  width: 1200px;
  max-width: 100%;
}
.boxes:after {
  content: "";
  display: block;
  clear: both;
}
.boxes > .box {
  float: left;
  width: 20%;
  padding: 20px 20px;
}
.boxes > .box > img {
  display: block;
  margin: 0 auto 20px auto;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
}
.boxes > .box > .title {
  color: #ffc600;
  display: block;
  margin: 0 0 20px 0;
  font-size: 20px;
  font-family: 'lilita_oneregular';
  font-weight: normal;
}
.boxes > .box > ul {
  text-align: left;
  list-style: none;
}
.boxes > .box > ul li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 18px;
}
.boxes > .box > ul li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 13px;
}
.job-box {
  width: 100%;
  height: 350px;
  background-image: url('../pics/job-box-bg.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.job-box > .wrap > .right {
  width: 50%;
  padding: 30px 40px;
}
.job-box > .wrap > .right h4 {
  font-size: 36px;
  margin: 0 0 20px 0;
}
.job-box > .wrap > .right > ul {
  text-align: left;
  list-style: none;
  margin: 0 0 20px 0;
}
.job-box > .wrap > .right > ul li {
  font-size: 16px;
  position: relative;
  padding: 0 0 1px 18px;
  font-weight: 700;
}
.job-box > .wrap > .right > ul li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 13px;
}
.testimonial-box > .wrap {
  padding: 30px 0;
}
.testimonial-box > .wrap > .left {
  width: 75%;
  padding: 0 20px;
}
.testimonial-box > .wrap > .right {
  width: 25%;
  padding: 0 20px;
}
.testimonial-box > .wrap > .right > h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.testimonial-box > .wrap > .right > ul {
  text-align: left;
  list-style: none;
}
.testimonial-box > .wrap > .right > ul li {
  font-size: 14px;
  position: relative;
  padding: 0 0 16px 0;
  font-weight: 600;
}
.testimonial-box > .wrap > .right > ul li > span {
  color: #2d2b2b;
  text-decoration: none;
  font-weight: 800;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin: 0 1px;
  background: #ffc600;
}
table.testimonials {
  font-style: italic;
  font-size: 14px;
  border-collapse: collapse;
}
table.testimonials tr td {
  vertical-align: middle;
  font-weight: 300;
  padding: 5px 0;
}
table.testimonials tr td > i {
  color: #ffc600;
}
table.testimonials tr td > span {
  font-weight: 400;
  padding: 0 0 0 10px;
}
table.testimonials tr td > img {
  width: 70px;
  height: 70px;
  display: block;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  border: none;
  margin: 0 20px 0 0;
}
.main > .wrap {
  padding: 40px 0;
}
.main > .wrap > .left {
  width: 640px;
}
.main > .wrap > .right {
  width: 280px;
  border-left: 1px solid #edede6;
  padding: 0 0 0 40px;
  text-align: center;
}
.main > .wrap > .left > h1 {
  font-size: 36px;
  margin: 0 0 20px 0;
}
.main > .wrap > .left > h2 {
  font-size: 30px;
  margin: 0 0 20px 0;
}
.main > .wrap > .left > h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.main > .wrap > .left > p {
  display: block;
  margin: 0 0 20px 0;
}
.main > .wrap > .left > p > a,
.main > .wrap > .left > a {
  color: #f7a902;
  font-weight: 600;
}
.main > .wrap > .left > ul {
  display: block;
  margin: 0 0 20px 30px;
}
.main-pic {
  width: 100%;
  height: 400;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #edede6;
}
.main > .wrap > .right > .title {
  font-family: 'lilita_oneregular';
  font-size: 22px;
  margin: 0 0 15px 0;
}
.main > .wrap > .right > .title:after {
  content: "\f078";
  display: block;
  color: #ffc600;
  font-family: 'FontAwesome';
  font-size: 16px;
  margin: 10px 0 0 0;
}
.main > .wrap > .right > .subtitle {
  font-family: 'lilita_oneregular';
  font-size: 24px;
  margin: 0 0 20px 0;
}
.main > .wrap > .right > .contact-link > a {
  display: inline-block;
  height: 40px;
  border: 2px solid #ffc600;
  background: #ffffff;
  box-sizing: border-box;
  padding: 7px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 0 25px 0;
  font-family: 'lilita_oneregular';
  font-size: 20px;
  color: #2d2b2b;
}
.main > .wrap > .right > .contact-link > a:hover {
  background: #ffc600;
  text-decoration: none;
}
.main > .wrap > .right > .contact-link > a > span {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url('../img/phone-icon-big-60x60.png') center no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
}
.main > .wrap > .right > ul {
  list-style: none;
  text-align: center;
}
.main > .wrap > .right > ul:before {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  border-bottom: 1px solid #edede6;
  margin: 0 auto 20px auto;
}
.main > .wrap > .right > ul li {
  padding: 0 0 8px 0;
  font-style: italic;
}
.main > .wrap > .right > p {
  line-height: 26px;
}
.main > .wrap > .right > p > a {
  font-weight: 400;
  color: #2d2b2b;
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  body {
    font-size: 14px;
  }
  .wrap {
    width: 100%;
  }
  .header {
    height: 45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .logo {
    width: 120px;
    height: 35px;
    position: absolute;
    margin: 5px auto 0 auto;
    left: 0;
    right: 0;
  }
  .header-contact {
    display: block;
    height: 45px;
    width: 45px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    float: none;
    margin: 0;
    padding: 0;
    color: #2d2b2b;
    right: 0;
    top: 0;
    background: none;
  }
  .header-contact > .hotline {
    display: none;
  }
  .phone-icon {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    left: 3px;
    top: 2px;
    background-color: transparent;
    background-image: url('../img/phone-icon-80x80.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
  }
  .header-contact:hover {
    background: none;
  }
  .mobile-nav {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    background: none;
    text-align: center;
    color: #ffffff;
  }
  .mobile-nav > i {
    font-size: 20px;
    padding: 12px 0 0 0;
    cursor: pointer;
  }
  .mobile-nav > .fa-times {
    display: none;
  }
  .nav-dropdown .mobile-nav > .fa-times {
    display: block;
  }
  .nav-dropdown .mobile-nav > .fa-bars {
    display: none;
  }
  .nav-dropdown .mobile-nav {
    background: #f30404;
    color: #ffffff;
  }
  .nav-bg {
    display: none;
  }
  .nav-dropdown .nav-bg {
    display: block;
    background: #ffc600;
    height: auto;
    width: 100%;
    position: absolute;
    top: 45;
    bottom: auto;
    border-top: 1px solid #e6b100;
    border-bottom: none;
    z-index: 999;
  }
  .nav {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .nav > ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
  }
  .nav > ul li {
    box-sizing: border-box;
    height: 48px;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    border-left: none;
    border-bottom: 1px solid #e6b100;
    display: block;
    width: 100%;
  }
  .nav > ul li:last-child {
    border-right: none;
    border-bottom: none;
  }
  .nav > ul li > a {
    color: #2d2b2b;
    height: 48px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #e6b100;
  }
  .nav > ul li > a:hover {
    background: #ffd93d;
    text-decoration: none;
  }
  .nav > ul li > a.active {
    background: #f8c206;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.12);
    font-weight: 800;
  }
  .main {
    min-height: 500px;
  }
  .footer {
    width: 100%;
    background: url('../img/header-footer-bg.png') repeat;
    height: auto;
    padding: 10px 0;
  }
  .footer > .wrap {
    position: relative;
  }
  .footer > .wrap > .logo {
    display: none;
  }
  .copyright {
    color: #ffffff;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    position: static;
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    font-size: 14px;
    z-index: 0;
    width: 100%;
    display: block;
    text-align: center;
  }
  ul.footer-links {
    float: none;
    list-style: none;
    color: #ffffff;
    margin: 0;
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 14px;
  }
  .main-pic-home {
    width: 100%;
    height: auto;
    background-image: url('../pics/main-pic-home.jpg');
    background-position: 0% 50%;
    background-repeat: none;
    background-size: cover;
    border-bottom: 1px solid #edede6;
  }
  .main-pic-content {
    width: 100%;
    text-align: center;
    padding: 30px 0;
  }
  .main-pic-content > .title {
    font-size: 30px;
    margin: 0 0 15px 0;
  }
  .main-pic-content > .subtitle {
    font-size: 25px;
    margin: 0 0 25px 0;
  }
  .main-pic-content > ul {
    font-size: 12px;
  }
  .contact-link > a {
    height: 40px;
    padding: 4px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 25px;
  }
  .contact-link > a > span {
    width: 22px;
    height: 22px;
  }
  .main-pic-content .location {
    font-size: 13px;
  }
  .about-box > .wrap {
    position: relative;
  }
  .about-box > .wrap > img {
    display: none;
  }
  .about-box > .wrap > .right {
    width: 100%;
    padding: 30px 20px;
  }
  h2 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .about-box > .wrap > .right > p {
    line-height: 26px;
    font-size: 16px;
    display: block;
    margin: 0 0 20px 0;
  }
  .services-box > .wrap {
    padding: 30px 20px;
  }
  .boxes > .box {
    width: 100%;
    padding: 25px 0 0 0;
  }
  .services-box > .wrap > .boxes > .last:after {
    content: "";
    display: none;
  }
  .boxes > .box:after {
    content: "";
    display: block;
    width: 20%;
    height: 1px;
    border-bottom: 1px solid #edede6;
    margin: 25px auto 0 auto;
  }
  .boxes > .box > ul {
    width: 80%;
    margin: 0 auto;
  }
  .job-box {
    width: 100%;
    height: auto;
    background-image: none;
    background: #2d2b2b;
    color: #ffffff;
  }
  .job-box > .wrap > .right {
    width: 100%;
    padding: 30px 20px;
  }
  .job-box > .wrap > .right h4 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .job-box > .wrap > .right > ul li {
    font-weight: 600;
  }
  .testimonial-box > .wrap {
    padding: 30px 0;
  }
  .testimonial-box > .wrap > .left {
    width: 100%;
    padding: 0 20px 30px 20px;
    float: none;
    border-bottom: 1px solid #edede6;
    margin-bottom: 30px;
  }
  .testimonial-box > .wrap > .right {
    width: 100%;
    padding: 0 20px;
    float: none;
  }
  .testimonial-box > .wrap > .right > h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .testimonial-box > .wrap > .right > ul {
    text-align: left;
    list-style: none;
  }
  .testimonial-box > .wrap > .right > ul li {
    font-size: 14px;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: 600;
  }
  .testimonial-box > .wrap > .right > ul li > span {
    color: #2d2b2b;
    text-decoration: none;
    font-weight: 800;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    margin: 0 1px;
    background: #ffc600;
  }
  table.testimonials {
    font-style: italic;
    font-size: 14px;
    border-collapse: collapse;
  }
  table.testimonials tr td {
    vertical-align: middle;
    font-weight: 300;
    padding: 5px 0;
  }
  table.testimonials tr td > i {
    color: #ffc600;
  }
  table.testimonials tr td > span {
    font-weight: 600;
    padding: 0 0 0 10px;
  }
  table.testimonials tr td > img {
    width: 70px;
    height: 70px;
    display: block;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: none;
    margin: 0 20px 0 0;
  }
  .main > .wrap {
    padding: 40px 0 0 0;
  }
  .main > .wrap > .left {
    width: 100%;
    float: none;
    padding: 0 20px 10px 20px;
  }
  .main > .wrap > .right {
    width: 100%;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    padding: 30px 20px 20px 20px;
    text-align: center;
    background: #2d2b2b;
  }
  .main > .wrap > .left > h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .main > .wrap > .left > h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .main > .wrap > .left > h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .main > .wrap > .left > p {
    display: block;
    margin: 0 0 20px 0;
  }
  .main > .wrap > .left > ul {
    display: block;
    margin: 0 0 20px 30px;
  }
  .main-pic {
    width: 100%;
    height: 200;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #edede6;
  }
  .main > .wrap > .right > .title {
    font-family: 'lilita_oneregular';
    font-size: 22px;
    margin: 0 0 15px 0;
    color: #ffffff;
  }
  .main > .wrap > .right > .title:after {
    content: "\f078";
    display: block;
    color: #ffc600;
    font-family: 'FontAwesome';
    font-size: 16px;
    margin: 10px 0 0 0;
  }
  .main > .wrap > .right > .subtitle {
    font-family: 'lilita_oneregular';
    font-size: 24px;
    margin: 0 0 20px 0;
    color: #ffffff;
  }
  .main > .wrap > .right > .contact-link > a {
    display: inline-block;
    height: 40px;
    border: 2px solid #ffc600;
    background: #ffc600;
    box-sizing: border-box;
    padding: 7px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 0 25px 0;
    font-family: 'lilita_oneregular';
    font-size: 20px;
    color: #2d2b2b;
  }
  .main > .wrap > .right > .contact-link > a > span {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url('../img/phone-icon-big-60x60.png') center no-repeat;
    background-size: cover;
    margin: 0 10px 0 0;
    position: relative;
    top: 1px;
  }
  .main > .wrap > .right > ul {
    display: none;
    list-style: none;
    text-align: center;
  }
  .main > .wrap > .right > ul:before {
    content: "";
    display: none;
    width: 20%;
    height: 1px;
    border-bottom: 1px solid #edede6;
    margin: 0 auto 20px auto;
  }
  .main > .wrap > .right > ul li {
    padding: 0 0 8px 0;
    font-style: italic;
  }
  .main > .wrap > .right > p {
    color: #ffffff;
  }
  .main > .wrap > .right > p > a {
    font-weight: 700;
    color: #ffffff;
  }
}
