/* Theme Name: Men'z Saloon - HTML 5 Template
Author: iThemesLab
Author URI: http://ithemeslab.com
Author Email: ithemeslab@gmail.com */
/* 
----------Table of Content------------
======================================
01	Global Styles
	1.1 global & override
	1.2 typography
	1.3 margins & paddings
	1.4 backgrounds
02	Navbar Styles
	2.1 navbar global
	2.2 navbar on lg screen
	2.3 navbar on sm & xs screen
03	Element Styles
	3.1 service-box
	3.2 slider area
	3.3 features area
	3.4 call to action-1
	3.5 portfolio area
	3.6 pricing area
	3.7 schedule area
	3.8 product box
	3.9 call to action-2
    4.1 blog area
    4.2 client area
    4.3 testimonial area
    4.4 feature box + call to action
    4.5 feature box + call to action
    4.6 about us
    4.6.1 about-trainers
    4.6.2 about-service
    4.6.3 about-service-single
    4.6.4 animated counter
    4.7 pages
    4.7.1 pricing-plan
    4.7.2 contact area
    4.7.3 404 error
    4.8 classes
    4.8.1 single-class
    4.8.2 Booking
    4.9 shop
    4.9.1 shopping
    4.9.2 single product
    4.9.3 shopping cart
    4.9.4 check out
04	Footer
05	Responsive
======================================
*/
/* global font */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
/* global font */
body {
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6em;
  -webkit-backface-visibility: hidden;
}

::-moz-selection {
  background: #1bbde8;
  color: #fff;
  text-shadow: none;
  outline: none;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.semi-container {
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
}

/*scrol up*/
#back-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  padding: 0;
  cursor: pointer;
  background: #76c100;
}
#back-to-top:before {
  content: "\f01b";
  position: absolute;
  font-family: fontawesome;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

/*scrol up*/
/*preloader start*/
.preloader {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: visible;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}

.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}

.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}

.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}

.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}

.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}

.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}

.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}

.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}
/*preloader end*/
/* 1.1  global & override */
.overlay {
  position: relative;
}
.overlay:before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}

.bold, .bannercontent .demo-link a, .blog-content h4, .plugin h4, .footer-area p {
  font-weight: 700;
}

ul {
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
}

/* 1.2  Typography */
p {
  font-size: 15px;
  color: #6b6b6b;
  line-height: 1.6rem;
  word-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin: 0;
}

.ttu, .bannercontent h3, .bannercontent .demo-link a, .features-box h4 {
  text-transform: uppercase;
}

.ttc, .blog-content h4, .plugin h4, .footer-area p {
  text-transform: capitalize;
}

.full-width {
  width: 100%;
}

i {
  color: #fff;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #ffffff;
  outline: 0;
}

/* 1.3 Margins & Paddings */
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt70 {
  margin-top: 70px;
}

.mt90 {
  margin-top: 90px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.pad80 {
  padding: 80px 0;
}

.pad60 {
  padding: 60px 0;
}

.pad70 {
  padding: 70px 0;
}

.pad40 {
  padding: 40px 0;
}

.pad30 {
  padding: 30px 0;
}

.pad90 {
  padding: 90px 0;
}

.pad120 {
  padding: 120px 0;
}

.pb60 {
  padding-bottom: 60px;
}

.pb90 {
  padding-bottom: 90px;
}

.pt60 {
  padding-top: 60px;
}

.pt90 {
  padding-top: 90px;
}

.pt120 {
  padding-top: 120px;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.no-pad {
  padding: 0;
}

/*background-img start*/
.section-bg {
  background: url("../images/bg/1.jpg") no-repeat 50% 50% fixed;
}

.footer-bg {
  background: url("../images/bg/2.jpg") no-repeat 50% 50% fixed;
}

/*background-img end*/
/*banner area css start*/
#particle {
  height: 660px;
  background: url("../images/banner.jpg") fixed;
  background-size: cover;
  background-position: 50% 20%;
  position: relative;
}
#particle:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}

.bannercontent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 505px;
  margin: auto;
  text-align: center;
  z-index: 999;
}
.bannercontent img {
  width: 400px;
}
.bannercontent h3 {
  color: #fff;
  font-size: 46px;
  margin: 0;
  padding-top: 30px;
}
.bannercontent h3 span {
  color: #76c100;
}
.bannercontent p {
  padding: 0 110px;
  color: #f7f7f7;
  margin-top: 20px;
  font-size: 18px;
}

.bannercontent .demo-link {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.bannercontent .demo-link a {
  padding: 14px 30px;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  margin-right: 10px;
  background: #fff;
  color: #000;
  margin-left: 10px;
  transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  z-index: 1;
}
.bannercontent .demo-link a i {
  color: #000;
  margin-left: 5px;
}
.bannercontent .demo-link a:before {
  content: "";
  position: absolute;
  background: #76c100;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.bannercontent .demo-link a.active, .bannercontent .demo-link a:hover {
  color: #fff;
}
.bannercontent .demo-link a.active:before, .bannercontent .demo-link a:hover:before {
  width: 100%;
}
.bannercontent .head-bottom {
  font-size: 12px;
  display: block;
  margin-top: 60px;
}
.bannercontent .head-bottom i {
  margin-right: 5px;
  color: #76c100;
}

/*banner area css start*/
/*section-content start*/
.single-item {
  margin-top: 50px;
}
.single-item a {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.single-item a .image-bg {
  display: block;
  height: 430px;
  position: relative;
  width: 100%;
}
.single-item a .image-bg .image-shop-scroll {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 430px;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 5s ease-out 0s;
}
.single-item .theme-btn {
  border-radius: 2px;
  border: 1px solid #76c100;
  color: #76c100;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 30px;
  min-width: 150px;
  padding: 10px 30px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.single-item .theme-btn:hover {
  background-color: #76c100;
  color: #ffffff !important;
}

.about-box {
  border-bottom: 2px solid dotted #ddd;
}

.blog-content {
  border-bottom: 2px dotted #ddd;
  padding-bottom: 40px;
}
.blog-content h4 {
  color: #0f0f0f;
  font-size: 30px;
  margin-bottom: 20px;
}

.plugin h4 {
  color: #0f0f0f;
  font-size: 20px;
  margin-bottom: 20px;
}
.plugin ul li {
  display: inline-block;
  margin-right: 10px;
}
.plugin ul li a img {
  width: 70px;
  transition: all 0.4s ease 0s;
}
.plugin ul li a img:hover {
  transform: scale(1.1) translateY(-6px);
  box-shadow: 0px 3px 22px -6px rgba(0, 0, 0, 0.6);
}

/*section-content end*/
/*features-area start*/
.features-box h4 {
  color: #0f0f0f;
  font-size: 20px;
}

.feature-show img {
  transition: all 0.4s ease 0s;
}
.feature-show img:hover {
  transform: scale(1.1) translateY(-6px);
  box-shadow: 0px 20px 22px -6px rgba(0, 0, 0, 0.6);
}

/*features-area end*/
/*footer area css start*/
.footer-bg {
  position: relative;
  height: 550px;
  background-size: cover;
  background-position: 50% 50%;
}

.footer-area p {
  padding: 0 200px;
  font-size: 16px;
}
.footer-area .bannercontent {
  height: 300px;
}

/*footer area css End*/
