﻿@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 */
#services {
  width: 100%;
  margin-top: 0;
}
#services .bg {
  width: 100%;
  background-image: url(/Content/Images/Backgroungs/bg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 70px;
}
#services .bg .description-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  text-align: center;
  color: #cecbcb;
}
#services .bg .description-wrapper .description {
  width: 50%;
  margin: 0 auto;
  padding: 100px 0 0;
  padding-bottom: 55px;
}
#services .bg .description-wrapper .description h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#services .bg .description-wrapper .description h2 span {
  font-family: 'segoeUI_SB';
  font-size: 30px;
}
#services .bg .description-wrapper .description h3 {
  font-size: 14px;
}
#services .bg .description-wrapper .description .separator {
  width: 250px;
  margin: 5px auto;
  height: 1px;
  display: block;
  border: 1px solid #cecbcb;
}
#services .bg .description-wrapper .description p {
  margin-top: 20px;
  font-family: 'segoeUI_L';
  font-size: 22px;
}
#services .bg .services-grid {
  background-color: white;
}
#services .bg .services-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#services .bg .services-grid ul li {
  width: 20%;
  height: 185px;
  float: left;
  color: #3b9ac6;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#services .bg .services-grid ul li span {
  font-family: 'segoeUI_SB';
  margin-top: 145px;
  display: block;
  padding: 0 10px;
}
#services .bg .services-grid ul li:nth-child(odd) {
  background-color: #fff;
}
#services .bg .services-grid ul li:nth-child(even) {
  background-color: #f2f2f2;
}
#services .bg .scroll {
  padding: 40px 0;
  margin-top: 30px;
}
@media (max-width: 900px) {
  #services .bg .services-grid ul li {
    background-size: 160px auto;
    background-position: center 10px;
    height: 140px;
  }
  #services .bg .services-grid ul li span {
    margin-top: 90px;
  }
}
@media (max-width: 775px) {
  #services .bg .services-grid ul li {
    background-size: 130px auto;
    height: 120px;
  }
  #services .bg .services-grid ul li span {
    margin-top: 80px;
    font-size: 60%;
  }
  #services .bg .description-wrapper .description {
    width: 80%;
  }
}
@media (max-width: 600px) {
  /*#services {
        .bg {
            .services-grid {
                ul {
                    li {
                        width: 50%;
                        background-size: 90% auto;

                        span {
                            margin-top: 145px;
                            font-size: 12px;
                        }
                    }
                }
            }
        }
    }*/
}
@media (max-width: 520px) {
  #services .bg .description-wrapper .description {
    width: 80%;
    padding: 55px 0 0;
    padding-bottom: 55px;
  }
  #services .bg .description-wrapper .description .separator {
    width: 140px;
  }
  #services .bg .description-wrapper .description p {
    font-size: 1.2em;
  }
}
@media (max-height: 900px) {
  #services .bg {
    padding-top: 0;
  }
  #services .scroll {
    margin-top: -70px;
  }
}
/*# sourceMappingURL=services.css.map */