﻿@import "../../../../Content/fonts.css";
/*#region General Styles */
/*#endregion */
/*#region General Styles */
/*@titleSectionColor: #fefefe;
@descriptionSectionColorBGA: #2d3036;
@descriptionProjectTextColor: #808080;*/
/*#endregion */
/*#region name */
/*@bgProjects: #e5e5e5;*/
/*#endregion */
/* Font sizes */
/*~18px*/
/*~24px*/
/*~12px*/
/*~8px*/
/*~20px*/
/*~30px*/
/*~30px inside a ~20px tag*/
/*~50px*/
/* Colors */
/* Font colors */
/* Measures */
/* Box Shadows */
.service-details {
  padding-top: 80px;
  background-image: url(/Content/Images/Backgroungs/bg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}
.service-details .summary-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 80px;
}
.service-details .summary {
  color: #cecbcb;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.service-details .summary h2 {
  font-family: 'segoeUI_L';
  font-size: 1.43em;
}
.service-details .summary h2 span {
  font-family: 'segoeUI_SB';
  font-size: 1.5em;
}
.service-details .summary h3 {
  font-family: 'segoeUI_L';
  font-size: 1.28em;
}
.service-details .summary hr {
  width: 270px;
  border-color: #cecbcb;
  border-width: 2px;
}
.service-details .summary p {
  margin-top: 20px;
  font-size: 1.43em;
}
.service-details .services-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-details .services-grid ul li:not(.clearfix) {
  float: left;
  width: 20%;
  height: 185px;
  color: #3b9ac6;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.service-details .services-grid ul li:not(.clearfix):nth-child(odd) {
  background-color: white;
}
.service-details .services-grid ul li:not(.clearfix):nth-child(even) {
  background-color: #f2f2f2;
}
.service-details .services-grid ul li:not(.clearfix) span {
  font-family: 'segoeUI_SB';
  margin-top: 145px;
  display: block;
  padding: 0 10px;
}
.service-details .services-grid ul li:not(.clearfix).active {
  background-color: transparent;
  color: white;
  cursor: default;
}
.service-details .service-description-bg {
  background-image: url('/Content/Images/gradient-bg.png');
  background-repeat: repeat-x;
  background-position: bottom;
}
.service-details .service-description-wrapper {
  color: #cecbcb;
  padding: 40px 80px;
  width: 80%;
  margin: 0 auto;
}
.service-details .service-description-wrapper .service-title {
  text-align: center;
}
.service-details .service-description-wrapper .service-title h4 {
  font-size: 2.14em;
  font-family: 'segoeUI_SB';
  display: inline-block;
  margin-top: 0;
  padding: 0 30px 16px 30px;
  border-bottom: 2px solid #cecbcb;
}
.service-details .service-description-wrapper a {
  font-size: 1.28em;
  color: #3b9ac6;
  padding: 8px;
}
.service-details .service-description-wrapper a i {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  width: 12px;
  height: 16px;
}
.service-details .service-description-wrapper a.prev-service {
  margin-left: -8px;
  cursor: pointer;
}
.service-details .service-description-wrapper a.prev-service i {
  background-image: url('/Content/Images/ax-arrow-left.png');
  margin-right: 14px;
}
.service-details .service-description-wrapper a.next-service {
  margin-right: -8px;
  cursor: pointer;
}
.service-details .service-description-wrapper a.next-service i {
  background-image: url('/Content/Images/ax-arrow-right.png');
  margin-left: 14px;
}
.service-details .service-description-wrapper p {
  font-size: 1.28em;
}
.service-details .service-description-wrapper .service-description {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('/Content/Images/ribbon.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 16px;
  width: 60%;
  margin: 0 auto;
}
.service-details .service-description-wrapper .service-description ul li {
  font-size: 16px;
}
.service-details .service-description-wrapper .service-more-info {
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 775px) {
  .service-details .services-grid ul li {
    background-size: 160px auto;
  }
  .service-details .services-grid ul li span {
    margin-top: 135px;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .service-details .service-description-wrapper {
    padding: 10px 10px;
    width: 100%;
  }
  .service-details .service-description-wrapper .service-title h4 {
    font-size: 16px;
    padding: 0 10px 16px 10px;
  }
  .service-details .service-description-wrapper a {
    font-size: 12px;
  }
  .service-details .service-description-wrapper p {
    font-size: 12px;
  }
  .service-details .service-description-wrapper .service-description {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
  }
  .service-details .service-description-wrapper .service-description ul li {
    font-size: 12px;
  }
  .service-details .service-description-wrapper .service-more-info {
    text-align: center;
    margin-top: 15px;
  }
  .service-details .services-grid ul li {
    width: 50% !important;
    background-size: 90% auto !important;
  }
  .service-details .services-grid ul li span {
    margin-top: 145px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 520px) {
  .service-details .service-description-wrapper .description {
    width: 80%;
    padding: 55px 0 0;
    padding-bottom: 55px;
  }
  .service-details .service-description-wrapper .description .separator {
    width: 140px;
  }
  .service-details .service-description-wrapper .description p {
    font-size: 1.2em;
  }
}
/*# sourceMappingURL=services.css.map */