/*
    project name :Sniper Stone;
*/
/*GENERAL STYLE*/
@import url("https://fonts.googleapis.com/css?family=Nunito:300i,400,600,700,800");
body {
  font-family: 'Nunito', sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, a {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

.p-l0 {
  padding-left: 0; }

.p-r0 {
  padding-right: 0; }

.m-t20 {
  margin-top: 20px; }

.m-b50 {
  margin-bottom: 50px; }

li {
  display: inline-block;
  list-style-type: none; }

ul {
  padding: 0;
  margin: 0; }

select {
  cursor: pointer; }

.no-padding {
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*VARIABLES STYLE*/
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.padding-none {
  padding-left: 0;
  padding-right: 0; }

body {
  background-color: #603913; }

.bg {
  background-color: rgba(227, 201, 176, 0.8); }

a.more {
  margin-right: 5px;
  color: #fff;
  padding: 10px;
  text-transform: capitalize;
  float: right;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 0 #e1e1e1, 0 0 1px transparent; }
  a.more:hover, a.more:focus, a.more:active {
    box-shadow: inset 0 0 0 3px #f5b66d, 0 0 1px transparent;
    /* Hack to improve aliasing on mobile/tablet devices */ }
  a.more i {
    font-size: 1.2em;
    margin-left: 3px; }

.menu-bg {
  position: absolute;
  width: 100%;
  height: 55px;
  background-color: #603913;
  top: 90px; }

header {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 50px; }
  header h1 {
    margin-top: -5px; }
  header .speed-connection {
    text-align: right;
    margin-top: 20px; }
    header .speed-connection li {
      margin-right: 20px;
      font-size: 1.2em;
      color: #fff; }
      header .speed-connection li:last-child {
        margin-right: 0; }
      header .speed-connection li a {
        color: #fff; }
      header .speed-connection li i {
        color: #f5b66d;
        margin-right: 5px;
        font-size: 1.4em; }
  header .navbar {
    margin-top: 40px;
    margin-bottom: 0; }
  header .navbar-collapse {
    padding-right: 0; }
  header .navbar-nav > li:last-child a {
    padding-right: 0; }
  header .navbar-nav > li.active a {
    color: #f5b66d; }
  header .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden; }
    header .navbar-nav > li > a:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      bottom: 0;
      background: #f5b66d;
      height: 4px;
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    header .navbar-nav > li > a:hover:before, header .navbar-nav > li > a:focus:before, header .navbar-nav > li > a:active:before {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  header .nav > li > a > img {
    margin-top: -10px; }
  header .nav > li:nth-last-child(2) a:before, header .nav > li:last-child a:before {
    height: 0; }
  header .navbar-nav > li > a:hover {
    background: none; }
  header .navbar-nav {
    float: right; }
  header .nav .open > a, header .nav .open > a:focus, header .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent; }
  header .dropdown-menu {
    min-width: 230px; }
    header .dropdown-menu li {
      display: block; }
  header .dropdown-menu > li > a {
    text-align: center;
    text-transform: uppercase;
    color: #000 !important; }
    header .dropdown-menu > li > a:hover {
      background-color: transparent;
      color: #f5b66d !important; }

.content {
  /*-------------------- carousel fade ------------------------- */ }
  .content .carousel-caption {
    background-color: rgba(0, 0, 0, 0.43);
    left: 0;
    right: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    bottom: 0; }
    .content .carousel-caption a {
      color: #fff;
      font-size: 1.4em;
      text-transform: uppercase;
      position: relative;
      padding-left: 20px; }
      .content .carousel-caption a:before {
        content: "\f05b";
        position: absolute;
        font-family: FontAwesome;
        left: 0; }
      .content .carousel-caption a:hover {
        color: #f5b66d;
        -webkit-transition: color .5s ease-out;
        -moz-transition: color .5s ease-out;
        -o-transition: color .5s ease-out;
        transition: color .5s ease-out; }
  .content .carousel-inner > .item > a > img, .content .carousel-inner > .item > img {
    height: 400px;
    width: 100%; }
  .content .carousel-indicators li, .content .carousel-indicators .active {
    width: 50px;
    height: 7px;
    border-radius: 0; }
  .content .carousel-indicators .active {
    background-color: #f5b66d;
    border: #f5b66d; }
  .content .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .content .carousel-fade .carousel-inner .item,
  .content .carousel-fade .carousel-inner .active.left,
  .content .carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .content .carousel-fade .carousel-inner .active,
  .content .carousel-fade .carousel-inner .next.left,
  .content .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .content .carousel-fade .carousel-inner .next,
  .content .carousel-fade .carousel-inner .prev,
  .content .carousel-fade .carousel-inner .active.left,
  .content .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .content .carousel-fade .carousel-control {
    z-index: 2; }
  .content .home-about {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff; }
    .content .home-about h1 {
      text-transform: capitalize;
      margin-bottom: 40px;
      font-size: 5em;
      font-family: 'Times New Roman';
      color: #f5b66d; }
      .content .home-about h1 span {
        font-size: .7em;
        margin-left: 5px;
        color: #fff; }
    .content .home-about p {
      font-size: 1.2em;
      line-height: 2.5;
      text-align: left;
      padding-right: 10px; }
  .content #about-us .carousel-inner > .item > a > img, .content #about-us .carousel-inner > .item > img, .content #granite .carousel-inner > .item > a > img, .content #granite .carousel-inner > .item > img, .content #marble .carousel-inner > .item > a > img, .content #marble .carousel-inner > .item > img {
    border-radius: 8px;
    height: 360px; }
  .content .title {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 50px;
    font-size: 5em;
    font-family: 'Times New Roman';
    color: #f5b66d; }
    .content .title span {
      font-size: .7em;
      margin-left: 5px;
      color: #fff; }
  .content .sub-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff; }
    .content .sub-title span {
      font-size: .7em;
      margin-left: 5px;
      color: #fff; }
    .content .sub-title a {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 5px;
      color: #fff; }
      .content .sub-title a span {
        font-size: .7em;
        margin-left: 5px;
        color: #fff; }
      .content .sub-title a:hover {
        color: #f5b66d; }
  .content .map-responsive {
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    height: 0; }
    .content .map-responsive iframe {
      left: 0;
      top: 0;
      height: 350px;
      width: 100%;
      position: absolute; }
  .content .home-contact {
    color: #fff;
    margin-top: 30px; }
    .content .home-contact li {
      font-size: 1.1em;
      display: block;
      margin-bottom: 22px;
      color: #fff; }
      .content .home-contact li span {
        font-size: 1.2em;
        margin-right: 4px;
        font-style: italic;
        font-weight: 800; }
      .content .home-contact li i {
        margin-right: 5px;
        color: #f5b66d; }
  .content .gallery li {
    margin-bottom: 50px;
    margin-right: 20px; }
    .content .gallery li h4 {
      display: block;
      text-align: center;
      padding-top: 2px;
      color: #fff;
      text-transform: capitalize; }
  .content .gallery li a img {
    height: 100px; }
  .content .gallery li:hover h4 {
    color: #603913;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out; }
  .content .no-category li, .content .no-category li img {
    max-width: 250px;
    width: 250px;
    height: 200px !important; }
  .content .no-category li {
    margin-bottom: 30px; }
  .content .marble-categpry {
    text-align: center;
    margin-bottom: 10px; }
    .content .marble-categpry a {
      padding: 5px;
      margin-bottom: 20px;
      text-transform: capitalize;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px transparent;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: box-shadow;
      transition-property: box-shadow; }
      .content .marble-categpry a:hover, .content .marble-categpry a:focus, .content .marble-categpry a:active {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
      .content .marble-categpry a img {
        margin-bottom: 5px;
        height: 200px;
        max-width: 250px;
        width: 250px; }
      .content .marble-categpry a:hover {
        color: #603913; }
  .content .quarries-category {
    text-align: center;
    margin-bottom: 20px; }
    .content .quarries-category a img {
      height: auto;
      max-width: 100%;
      width: 100%; }
  .content .contact-us li {
    display: block;
    margin-bottom: 40px;
    font-size: 1.2em;
    color: #fff; }
    .content .contact-us li i {
      color: #f5b66d; }
    .content .contact-us li span {
      margin-right: 10px;
      font-style: italic;
      font-weight: 800; }
  .content .navbar-collapse {
    position: relative; }

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 50px; }

/*RESPONSIVE STYLE*/
@media screen and (max-width: 1200px) and (min-width: 992px) {
  header .navbar-nav > li > a {
    padding-left: 0px;
    padding-right: 15px; } }
@media (max-width: 992px) {
  header h1 img {
    float: left; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block;
    margin-top: -8px;
    color: #f5b66d;
    margin-right: 0; }

  .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .content .marble-categpry a img {
    height: 150px; } }
@media screen and (max-width: 640px) {
  .content .carousel-inner > .item > a > img, .content .carousel-inner > .item > img, .content #about-us .carousel-inner > .item > a > img, .content #about-us .carousel-inner > .item > img, .content #granite .carousel-inner > .item > a > img, .content #granite .carousel-inner > .item > img, .content #marble .carousel-inner > .item > a > img, .content #marble .carousel-inner > .item > img {
    height: 300px; }

  #granite {
    margin-bottom: 50px; }

  header .speed-connection {
    margin-bottom: 20px;
    text-align: left; }

  header .speed-connection li {
    display: block;
    text-align: center;
    margin-bottom: 10px; }

  .menu-bg {
    top: 185px; }

  .navbar-toggle {
    margin-top: -3px; } }
@media screen and (max-width: 1200px) {
  .content .marble-categpry a img {
    max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
