/***    Created on : 05-Oct-2016, 16:36:09 PM           
     Author     : vj
*/
/* import files */
@import url("bootstrap.min.css");
@import url("../../netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
@import url("../../maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
/* imports fonts */
@font-face {
  font-family: 'Futura';
  src: url("../fonts/Futura-T-OT-Book_19064.ttf") format("woff"); }

/* Common Variables **** */
/* line 18, F:/Vj-Projects/Snug-technologies/css/site.scss */
body {
  font-family: "Futura", sans-serif !important;
  background: transparent !important; }

/* line 19, F:/Vj-Projects/Snug-technologies/css/site.scss */
ul {
  list-style: none;
  text-decoration: none; }

/* line 20, F:/Vj-Projects/Snug-technologies/css/site.scss */
a, :hover {
  text-decoration: none; }

/* line 21, F:/Vj-Projects/Snug-technologies/css/site.scss */
.logo {
  padding: 15px; }
  /* line 23, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .logo .search-bar {
    width: 250px;
    float: right;
    position: relative; }
    /* line 24, F:/Vj-Projects/Snug-technologies/css/site.scss */
    .logo .search-bar #custom-search-input {
      position: absolute;
      top: 35px; }
    /* line 25, F:/Vj-Projects/Snug-technologies/css/site.scss */
    .logo .search-bar input, .logo .search-bar .input-group-btn, .logo .search-bar button {
      height: 37px;
      border-radius: 0; }
    /* line 26, F:/Vj-Projects/Snug-technologies/css/site.scss */
    .logo .search-bar button {
      background: #f2dccc;
      border-color: #f2dccc; }
    /* line 27, F:/Vj-Projects/Snug-technologies/css/site.scss */
    .logo .search-bar input {
      background: transparent;
      border: 2px solid #f2dccc; }

/* line 30, F:/Vj-Projects/Snug-technologies/css/site.scss */
.top-bar {
  background: transparent !important;
  overflow: visible; }

/* line 34, F:/Vj-Projects/Snug-technologies/css/site.scss */
.top-bar-section ul {
  width: 70% !important;
  margin: 0 auto !important;
  display: block !important;
  float: none !important; }
  /* line 35, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .top-bar-section ul li {
    background: #333333;
    width: 20%;
    text-align: center;
    padding: 6px 0px; }
    /* line 36, F:/Vj-Projects/Snug-technologies/css/site.scss */
    .top-bar-section ul li a {
      letter-spacing: 2px;
      border-right: 1px solid #fff; }
  /* line 38, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .top-bar-section ul li:nth-last-of-type(1) a {
    border-right: 0; }

/* line 43, F:/Vj-Projects/Snug-technologies/css/site.scss */
.cd-hero .banner-title {
  max-width: 950px;
  margin: 0 auto;
  border: 5px solid #fff; }
  /* line 45, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .cd-hero .banner-title h2 {
    font-size: 4.2em;
    letter-spacing: 30px;
    text-align: center;
    max-width: 100% !important;
    width: 100%;
    padding: 30px 0; }

/* line 48, F:/Vj-Projects/Snug-technologies/css/site.scss */
.sp-btn {
  width: 230px;
  display: block;
  margin: 0 auto;
  font-size: .9em;
  padding: 1.2%;
  margin-top: 20px;
  font-weight: 400;
  color: #222;
  letter-spacing: 2px;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase; }
  /* line 49, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .sp-btn:before {
    background-color: #222;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    content: "";
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px; }
  /* line 52, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .sp-btn:hover {
    /*background-color: #666;*/
    color: #fff !important;
    box-shadow: none !important; }
  /* line 52, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .sp-btn:hover span {
    background: #222;
    border: 1px solid transparent; }
  /* line 53, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .sp-btn:after {
    position: unset !important;
    top: unset !important;
    left: unset !important; }
  /* line 54, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .sp-btn span {
    display: block;
    border: 1px solid #fff !important;
    padding: 0%; }
    /* line 55, F:/Vj-Projects/Snug-technologies/css/site.scss */
    .sp-btn span:hover {
      border: 1px solid #fff;
      background: #fff; }
    /* line 56, F:/Vj-Projects/Snug-technologies/css/site.scss */
    .sp-btn span label {
      display: block;
      text-align: center;
      margin: 0 auto;
      padding: 2% 0;
      cursor: pointer;
      font-size: 1.8rem;
      color: #fff;
      letter-spacing: 4px; }
      /* line 57, F:/Vj-Projects/Snug-technologies/css/site.scss */
      .sp-btn span label:hover {
        color: #222; }

/* line 62, F:/Vj-Projects/Snug-technologies/css/site.scss */
.sp-btn:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

/* line 64, F:/Vj-Projects/Snug-technologies/css/site.scss */
.sp-btn:hover {
  box-shadow: inset 0 0 0 5px #69625f;
  color: #6590c4;
  font-weight: 500;
  text-decoration: none; }

/* line 65, F:/Vj-Projects/Snug-technologies/css/site.scss */
.sp-btn-wid {
  width: 400px; }

/* line 68, F:/Vj-Projects/Snug-technologies/css/site.scss */
.wrap-snug {
  background: #e7e8e9; }

/* line 71, F:/Vj-Projects/Snug-technologies/css/site.scss */
.img-4 {
  width: 100%;
  position: relative;
  background-size: cover;
  margin-top: 12px;
  /* object-fit: cover; */
  max-height: 300px;
  height: 300px; }
  /* line 73, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .img-4 img {
    height: 100%;
    max-width: 100%;
    width: 100%; }

/* line 75, F:/Vj-Projects/Snug-technologies/css/site.scss */
.img-4-btn {
  background: #bf1d2c;
  width: 100%;
  display: block;
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  letter-spacing: 3px; }
  /* line 77, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .img-4-btn:hover {
    text-decoration: none;
    color: #fff; }

/* line 79, F:/Vj-Projects/Snug-technologies/css/site.scss */
.img-4-content {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  display: block;
  margin-left: 10%;
  padding: 10% 0%;
  overflow: hidden; }
  /* line 80, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .img-4-content h4 {
    color: #fff; }
    /* line 80, F:/Vj-Projects/Snug-technologies/css/site.scss */
    .img-4-content h4:first-world {
      text-transform: capitalize; }
  /* line 82, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .img-4-content h4, .img-4-content p {
    font-size: 1.2rem; }
  /* line 83, F:/Vj-Projects/Snug-technologies/css/site.scss */
  .img-4-content h4:before {
    content: '';
    background-image: url("../images/circle-arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 27px 29px;
    display: inline-block;
    width: 27px;
    height: 29px;
    vertical-align: middle; }

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