/*--------------------------------------------------
  OUR EXPERTS
--------------------------------------------------*/

/*========== COMMON ==========*/

#ourexperts {
  width: 100%;
  height: auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25em;
}

#ourexperts * {
  box-sizing: border-box;
}

/*----- CLEARFIX -----*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/*========== TITLE ==========*/

#ourexperts .title-container {
  width: 100%;
  margin-top: 10px;
  padding: 10px 10px 20px;
  background-color: #fff;
}

/*========== CATCH ==========*/

#ourexperts .catch-container {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  background-image: url(../img/bg_catch.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}

#ourexperts .catch-container h3 {
  margin-bottom: 10px;
}

#ourexperts .catch-container p {
  width: 465px;
  margin-bottom: 20px;
}

#ourexperts .catch-container p:last-child {
  margin-bottom: 0;
}


/*========== FEATURE ==========*/

#ourexperts .feature-container {
  width: 100%;
  height: 620px;
  margin-bottom: 30px;
  /*padding: 30px;*/
  padding-top: 20px;
  background-image: url(../img/bg_feature.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#ourexperts .feature-container h3 {
  background-image: url("../img/h3_feature.png");
  color: #d54446;
  font-weight: bold;
  font-size: 30px;
  font-family: 'Sorts Mill Goudy', serif !important;
  text-align: center;
  margin: 0px auto 20px auto;
  width: 410px;
  height: 40px;
  line-height: 48px;
}

#ourexperts .feature-container ul {
  padding: 0;
  margin: 0;
}

#ourexperts .feature-container li {
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 50px;
  width: 50%;
  height: 40px;
  line-height: 40px;
  background-color: #f00;
  background-image: url("../img/bg_list_feature.png");
  background-size: 100% auto;
  font-family: 'Sorts Mill Goudy', serif !important;
  font-weight: bold;
  font-size: 22px;
}

#ourexperts .feature-container li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #9ea4a8;
  border-bottom: 20px solid transparent;
}

#ourexperts .feature-container li:nth-child(2) {
  width: calc(50% + 20px);
  padding-left: 60px;
}

#ourexperts .feature-container li:nth-child(3) {
  width: calc(50% + 30px);
  padding-left: 70px;
}

#ourexperts .feature-container li:nth-child(4) {
  width: calc(50% + 40px);
  padding-left: 80px;
}

#ourexperts .feature-container li:nth-child(5) {
  width: calc(50% + 50px);
  padding-left: 90px;
}

#ourexperts .feature-container li:nth-child(6) {
  width: calc(50% + 60px);
  padding-left: 100px;
}

#ourexperts .feature-container li:nth-child(7) {
  width: calc(50% + 70px);
  padding-left: 110px;
}

#ourexperts .feature-container li:nth-child(8) {
  width: calc(50% + 80px);
  padding-left: 120px;
}

#ourexperts .feature-container li:nth-child(9) {
  width: calc(50% + 90px);
  padding-left: 130px;
  height: 56px;
}

#ourexperts .feature-container li:nth-child(9)::after {
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
}

#ourexperts .feature-container li img {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 6px;
  left: 10px;
}

#ourexperts .feature-container li:nth-child(2) img {
  left: 20px;
}

#ourexperts .feature-container li:nth-child(3) img {
  left: 30px;
}

#ourexperts .feature-container li:nth-child(4) img {
  left: 40px;
}

#ourexperts .feature-container li:nth-child(5) img {
  left: 50px;
}

#ourexperts .feature-container li:nth-child(6) img {
  left: 60px;
}

#ourexperts .feature-container li:nth-child(7) img {
  left: 70px;
}

#ourexperts .feature-container li:nth-child(8) img {
  left: 80px;
}

#ourexperts .feature-container li:nth-child(9) img {
  top: 16px;
  left: 90px;
}

span.txt-small {
  /*display: inline-block;*/
  position: absolute;
  top: 35px;
  left: 120px;
  font-size: 16px;
  line-height: 10px;
}

#ourexperts .feature-container p {
  /*margin: 20px 0 0 330px;*/
  font-family: 'Sorts Mill Goudy', serif !important;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  box-shadow: 5px 5px 4px -4px rgba(0,0,0,0.3) inset;
  background-color: rgba(238,238,238,0.8);
  padding: 1em;
  color: #d54446;
  height: 60px;
}


/*========== MAINTENANCE ==========*/

#ourexperts .maintenance-container {
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  background-image: url(../img/bg_maintenance.jpg);
  background-repeat: no-repeat;
  background-position: right 50px;
}

.txt-maintenance {
  width: 100%;
  color: #1E3A73;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
}

#ourexperts .maintenance-container > img {
  margin-bottom: 30px;
}

#ourexperts .maintenance-container h3 {
  margin-bottom: 20px;
}

#ourexperts .maintenance-container p {
  width: 490px;
  margin-left: 15px;
  margin-bottom: 20px;
}

#ourexperts .maintenance-container p:last-child {
  margin-bottom: 0;
}

#ourexperts .maintenance-container h4 {
  width: 100%;
  padding: 10px 55px;
  background: #cee1eb;
}

#ourexperts .maintenance-inner {
  width: 100%;
  padding: 30px 50px;
  border-left: 5px solid #cee1eb;
  border-right: 5px solid #cee1eb;
  border-bottom: 5px solid #cee1eb;
}

#ourexperts .maintenance-inner-alt {
  width: 560px;
}

#ourexperts .maintenance-inner-alt:not(:last-child) {
  margin-bottom: 20px;
}

#ourexperts .maintenance-inner h5 {
  color: #666;
  font-weight: 700;
}

#ourexperts .maintenance-inner p {
  width: 265px;
  margin: 0;
  font-size: 15px;
  line-height: 1.25em;
  text-align: center;
}

#ourexperts .maintenance-inner .description {
  float: left;
  margin-top: 5px;
}

#ourexperts .maintenance-inner .description span {
  color: #e33345;
  font-weight: 700;
}

#ourexperts .maintenance-inner .description-alt {
  float: right;
  margin-top: 5px;
}

#ourexperts .maintenance-inner .description-alt span {
  color: #1394d4;
  font-weight: 700;
}


/*========== SECURITY ==========*/

#ourexperts .security-container {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 15px;
  background-color: #fff;
}

#ourexperts .security-inner-container {
  padding: 0 15px;
}

#ourexperts .security-container h3 {
  margin-bottom: 15px;
}

#ourexperts .security-inner {
  display: block;
  float: left;
  width: 167.5px;
}

#ourexperts .security-inner img {
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 15px 0px;
}

#ourexperts .security-inner p {
  font-size: 15px;
  font-weight: 700;
}

#ourexperts .security-inner span {
  color: #d51f1a;
}


/*========== UPGRADES ==========*/

#ourexperts .upgrades-container {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 15px;
  background-color: #fff;
}

#ourexperts .upgrades-inner-container {
  padding: 0 15px;
}

#ourexperts .upgrades-container h3 {
  margin-bottom: 15px;
}

#ourexperts .upgrades-inner {
  float: left;
  width: 167.5px;
  margin-bottom: 30px;
}

#ourexperts .upgrades-inner:nth-last-child(1),
#ourexperts .upgrades-inner:nth-last-child(2),
#ourexperts .upgrades-inner:nth-last-child(3),
#ourexperts .upgrades-inner:nth-last-child(4) {
  margin-bottom: 0;
}

#ourexperts .upgrades-inner img {
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 15px 0px;
}

#ourexperts .upgrades-inner p {
  font-size: 15px;
  font-weight: 700;
}

#ourexperts .upgrades-inner span {
  color: #d51f1a;
}

/*========== CUSTOMIZE ==========*/

#ourexperts .customize-container {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 15px;
  background-color: #fff;
}

#ourexperts .customize-inner-container {
  padding: 0 15px;
}

#ourexperts .customize-container h3 {
  margin-bottom: 15px;
}

#ourexperts .customize-inner {
  float: left;
  width: 167.5px;
  margin-bottom: 30px;
}

#ourexperts .customize-inner:nth-last-child(1),
#ourexperts .customize-inner:nth-last-child(2) {
  margin-bottom: 0;
}

#ourexperts .customize-inner a {
  display: block;
  color: #000;
}

#ourexperts .customize-inner a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#ourexperts .customize-inner img {
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 15px 0px;
}

#ourexperts .customize-inner p {
  font-size: 15px;
  font-weight: 700;
}

#ourexperts .customize-inner span {
  color: #d51f1a;
}


/*========== CONTACT ==========*/

#ourexperts .contact-container {
  position: relative;
  width: 100%;
  height: 180px;
  background: url(../img/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#ourexperts .contact-container p {
  position: absolute;
  top: 153px;
  right: 35px;
  font-size: 13px;
  line-height: 1.25em;
  text-indent: -0.5em;
}

#ourexperts .contact-container a {
  display: block;
  width: 100%;
  height: 100%;
}

#ourexperts .contact-container a:hover {
  opacity: 0.3;
  background: #fff;
}