/*Theme Name: Tech Code Solution
Author: Hein
Version: 1.0*/
@font-face {
  font-family: 'CalibriBold';
  src: url("../fonts/CalibriBold.eot");
  src: url("../fonts/CalibriBold.eot") format("embedded-opentype"), url("../fonts/CalibriBold.woff") format("woff"), url("../fonts/CalibriBold.ttf") format("truetype"), url("../fonts/CalibriBold.svg#CalibriBold") format("svg");
}
@font-face {
  font-family: 'OswaldBold';
  src: url("../fonts/OswaldBold.eot");
  src: url("../fonts/OswaldBold.eot") format("embedded-opentype"), url("../fonts/OswaldBold.woff") format("woff"), url("../fonts/OswaldBold.ttf") format("truetype"), url("../fonts/OswaldBold.svg#OswaldBold") format("svg");
}
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri.eot");
  src: url("../fonts/Calibri.eot") format("embedded-opentype"), url("../fonts/Calibri.woff") format("woff"), url("../fonts/Calibri.ttf") format("truetype"), url("../fonts/Calibri.svg#Calibri") format("svg");
}
@font-face {
  font-family: 'PTSansRegular';
  src: url("../fonts/PTSansRegular.eot");
  src: url("../fonts/PTSansRegular.eot") format("embedded-opentype"), url("../fonts/PTSansRegular.woff") format("woff"), url("../fonts/PTSansRegular.ttf") format("truetype"), url("../fonts/PTSansRegular.svg#PTSansRegular") format("svg");
}
/* line 43, colornfont.scss */
.btn-black {
  background-color: #000;
  padding: 10px 25px;
  font-family: 'OswaldBold';
  color: #f5f5f5;
  margin-top: 25px;
  display: inline-block;
  border: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 7, raphaell.scss */
.home-about {
  background-color: #ededed;
}
/* line 9, raphaell.scss */
.home-about .left {
  padding: 5% 10%;
}

/* line 14, raphaell.scss */
.home-uniform {
  padding: 5% 0px;
}
/* line 16, raphaell.scss */
.home-uniform .block {
  margin-bottom: 40px;
  text-align: center;
}
/* line 21, raphaell.scss */
.home-uniform img {
  margin: auto;
}
/* line 25, raphaell.scss */
.home-uniform .caption {
  background-color: rgba(0, 0, 0, 0.85);
  width: 40%;
  margin: auto;
  padding: 5px 25px;
  font-family: 'OswaldBold';
  text-transform: uppercase;
  font-size: 20px;
  color: #f5f5f5;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: left;
}
/* line 39, raphaell.scss */
.home-uniform .caption a {
  color: #f5f5f5;
}

/* line 46, raphaell.scss */
.home-customize .customize-text {
  border: 4px solid #000;
  position: absolute;
  margin-top: 25%;
  padding: 10% 25%;
  width: 120%;
  left: -20%;
}

/* line 58, raphaell.scss */
body.page-template-page-client,
body.page-template-page-about,
body.page-template-page-services,
body.page-template-page-testinomial {
  background-color: #FFF;
}

/* line 65, raphaell.scss */
#about, #services {
  margin-bottom: 10%;
  background-color: #FFF;
}
/* line 68, raphaell.scss */
#about .banner, #services .banner {
  position: relative;
}
/* line 70, raphaell.scss */
#about .banner figcaption, #services .banner figcaption {
  padding: 2% 10%;
  position: absolute;
  bottom: 0px;
}
/* line 76, raphaell.scss */
#about p, #services p {
  font-family: 'Calibri';
}
/* line 79, raphaell.scss */
#about .image-box, #services .image-box {
  background-color: #f2f2f2;
  margin: 10px 0px;
  padding: 20px;
}

/* line 86, raphaell.scss */
.testinomial-box {
  display: inline-block;
}
/* line 88, raphaell.scss */
.testinomial-box .right {
  font-family: 'OswaldBold';
  padding: 40px;
}
/* line 92, raphaell.scss */
.testinomial-box .speech-bubble {
  background-color: #ededed;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 25px;
  position: relative;
}
/* line 101, raphaell.scss */
.testinomial-box .speech-bubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  margin: 13px 0 0 -25px;
}
/* line 110, raphaell.scss */
.testinomial-box .speech-bubble.left:before {
  border-left: 26px solid #ededed;
  right: -5%;
}
/* line 114, raphaell.scss */
.testinomial-box .speech-bubble.right:before {
  border-right: 26px solid #ededed;
  left: 0%;
}

/* line 120, raphaell.scss */
.gallery-box {
  margin-bottom: 25px;
}
/* line 122, raphaell.scss */
.gallery-box img {
  width: 100% !important;
  height: 100% !important;
}

/* line 129, raphaell.scss */
.uniform-menu a {
  font-family: 'OswaldBold';
  text-transform: uppercase;
  font-size: 17px;
  padding: 15px;
  position: relative;
}
/* line 137, raphaell.scss */
.uniform-menu a.active {
  background: #000;
  color: #FFF;
}
/* line 141, raphaell.scss */
.uniform-menu a.active:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 70%;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
  border-top: 26px solid #000;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  margin: 13px 0 0 -25px;
}

/* line 157, raphaell.scss */
.contact {
  padding: 5% 0px;
}
/* line 159, raphaell.scss */
.contact textarea {
  height: 200px;
}
/* line 162, raphaell.scss */
.contact table {
  width: 100% !important;
}
/* line 164, raphaell.scss */
.contact table td {
  vertical-align: top;
  font-family: "PTSansRegular";
}

/* line 171, raphaell.scss */
.map {
  margin-bottom: -10px !important;
}

/*Addational Section*/
/* line 181, raphaell.scss */
.no-padding {
  padding: 0px;
}

/* line 185, raphaell.scss */
.raphaell-container {
  padding: 2% 10%;
  width: 100%;
}

/* line 190, raphaell.scss */
h3 {
  position: relative;
  display: inline-block;
}

/* line 194, raphaell.scss */
h3:before {
  content: '';
  width: 30%;
  border: 2px solid;
  position: absolute;
  bottom: -15px;
  left: 0px;
}

/*Normalize Section*/
/* line 205, raphaell.scss */
*:hover {
  text-decoration: none !important;
}

/* line 209, raphaell.scss */
a {
  color: #000;
}

/* line 214, raphaell.scss */
html body {
  font-family: 'CalibriBold';
  font-size: 16px;
  color: #000;
  line-height: 30px;
  background-color: #f5f5f5;
}

/* line 223, raphaell.scss */
header {
  background-color: #FFF;
}
/* line 225, raphaell.scss */
header .header-top {
  background-color: #000;
  color: #f5f5f5;
  padding: 15px 10%;
  font-family: 'Calibri';
  font-size: 14px;
}
/* line 231, raphaell.scss */
header .header-top p {
  margin: 0px;
}
/* line 235, raphaell.scss */
header .logo {
  padding: 25px 15px;
}
/* line 239, raphaell.scss */
header .menu {
  margin: 0px;
}
/* line 241, raphaell.scss */
header .menu li {
  padding: 0px 25px;
}
/* line 244, raphaell.scss */
header .menu a {
  font-family: 'OswaldBold';
  color: #000;
  text-transform: uppercase;
}

/* line 252, raphaell.scss */
footer {
  background-color: #000;
  color: #f5f5f5;
  padding: 2% 10%;
  width: 100%;
}
/* line 257, raphaell.scss */
footer .scrollToTop {
  color: #FFF;
  position: fixed;
  bottom: 15%;
  left: 2%;
  color: #333333;
}

/* line 267, raphaell.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'OswaldBold';
}

/* line 271, raphaell.scss */
img {
  max-width: 100%;
}

/* line 275, raphaell.scss */
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea {
  width: 100%;
  padding: 15px;
  border: 0px;
  background-color: #ededed;
  margin-bottom: 30px;
}

/*Bootstrap Normalize Section*/
/* line 284, raphaell.scss */
.img-responsive {
  width: 100%;
}

/* line 288, raphaell.scss */
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

/* line 293, raphaell.scss */
.navbar {
  min-height: auto;
}

@media (min-width: 1200px) {
  /* line 299, raphaell.scss */
  .container {
    width: 930px;
  }
}
@media (max-width: 992px) {
  /* line 307, raphaell.scss */
  .header-top p, .header-top .text-right {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  /* line 316, raphaell.scss */
  header .header-top {
    display: none;
  }
  /* line 319, raphaell.scss */
  header .navbar-default .navbar-collapse {
    border: 1px solid #e7e7e7;
    background: #FFF;
  }
  /* line 323, raphaell.scss */
  header .navbar {
    position: absolute;
    z-index: 9999;
    right: 0px;
    top: -80px;
  }
  /* line 329, raphaell.scss */
  header .navbar .menu li {
    display: block;
  }

  /* line 336, raphaell.scss */
  .gallery-box {
    height: 200px;
  }

  /* line 341, raphaell.scss */
  .home-customize .customize-text {
    display: block;
    position: relative;
    width: 100%;
    left: 0px;
    margin-top: 15px;
  }

  /* line 349, raphaell.scss */
  footer .text-right, footer .text-left {
    text-align: center;
  }

  /* line 353, raphaell.scss */
  .testinomial-box {
    border: 0px !important;
  }
}

/*# sourceMappingURL=raphaell.css.map */