/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. RESET STYLES
	2. GLOBAL STYLES
	3. HEADER
	4. PAGE HEADER
	5. SINGLE PORTFOLIO
	6. SERVICES
	7. FOOTER
	8. TABS
	9. PRICING
	10. CAROUSEL
	11. LOCATION
	12. APPOINTMENT FORM
	13. GALLERY
	14. CONTACT
	15. 404 CONTENT
	16. CLIENTS
	17. SLIDER
	18. BLOG
	19. SIDEBAR
	20. SHOP
	21. RESPONSIVE STYLES

-------------------------------------------------------------------*/

/* =============================
   1. RESET STYLES
================================ */

/*
@media only screen and (min-width: 993px) and (max-width: 4000px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	
}

@media only screen and (min-width: 1051px) and (max-width: 1199px) {
	
}
*/

@font-face { 
	font-family: "Josefin Sans"; 
	src: url('JosefinSans-Regular.ttf'); 
} 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.c-white{
	color: whitesmoke !important;
}

.c-black{
	color: #333 !important;
}

.c-gold{
	color: #ccae93 !important;
}

.c-green{
	color: #2f4f4f;
}

.c-white span{
	color: whitesmoke;
	font-size: 60%;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body {
	height: 100%;
	width: 100%;
}

body {
	background: #fff url(../images/pattern/irongrip.png);
	font-family: 'Josefin Sans', sans-serif;
	color: #202020;
}

a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #202020;
}

a:hover,
a:focus {
	color: #CCAE93;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
}

p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0px;
	color: #202020;
}

.upper{
	text-transform: uppercase;
	text-transform: capitalize
}

.capi{
	text-transform: none;
}

::-moz-selection {
	color: white;
	text-shadow: none;
	background: #202020;
}

::selection {
	color: white;
	text-shadow: none;
	background: #202020;
}

img::selection {
	color: white;
	background: transparent;
}

img::-moz-selection {
	color: white;
	background: transparent;
}

body {
	webkit-tap-highlight-color: #202020;
}

html,
body {
	height: 100%;
	width: 100%;
}

/* =============================
   2. GLOBAL STYLES
================================ */

body {
	background: #fff url(../images/pattern/irongrip.png);
	font-family: 'Josefin Sans', sans-serif;
	color: #202020;
}

a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #202020;
}

a:hover,
a:focus {
	color: #CCAE93;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
}

p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0px;
	color: #202020;
}

::-moz-selection {
	color: white;
	text-shadow: none;
	background: #202020;
}

::selection {
	color: white;
	text-shadow: none;
	background: #202020;
}

img::selection {
	color: white;
	background: transparent;
}

img::-moz-selection {
	color: white;
	background: transparent;
}

body {
	webkit-tap-highlight-color: #202020;
}

.BLBG{
	background: #333 !important;
	color: #ccae93 !important;
}

.WHBG{
	background: #fff !important;
	color: #333 !important
}

.GRBG{
	background: #2f4f4f !important;
}

.GOBG{
	background: #CCAE93 !important;
}

/*
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
	
	@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
		
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
	
	@media (min-width: 1230px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  
.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 10px !important; }

.mt-1,
.my-1 {
  margin-top: 10px !important; }

.mr-1,
.mx-1 {
  margin-right: 10px !important; }

.mb-1,
.my-1 {
  margin-bottom: 10px !important; }

.ml-1,
.mx-1 {
  margin-left: 10px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15,
.my-15 {
  margin-top: 15px !important; }

.mr-15,
.mx-15 {
  margin-right: 15px !important; }

.mb-15,
.my-15 {
  margin-bottom: 15px !important; }

.ml-15,
.mx-15 {
  margin-left: 15px !important; }

.m-2 {
  margin: 20px !important; }

.mt-2,
.my-2 {
  margin-top: 20px !important; }

.mr-2,
.mx-2 {
  margin-right: 20px !important; }

.mb-2,
.my-2 {
  margin-bottom: 20px !important; }

.ml-2,
.mx-2 {
  margin-left: 20px !important; }

.m-3 {
  margin: 30px !important; }

.mt-3,
.my-3 {
  margin-top: 30px !important; }

.mr-3,
.mx-3 {
  margin-right: 30px !important; }

.mb-3,
.my-3 {
  margin-bottom: 30px !important; }

.ml-3,
.mx-3 {
  margin-left: 30px !important; }

.m-4 {
  margin: 40px !important; }

.mt-4,
.my-4 {
  margin-top: 40px !important; }

.mr-4,
.mx-4 {
  margin-right: 40px !important; }

.mb-4,
.my-4 {
  margin-bottom: 40px !important; }

.ml-4,
.mx-4 {
  margin-left: 40px !important; }

.m-5 {
  margin: 50px !important; }

.mt-5,
.my-5 {
  margin-top: 50px !important; }

.mr-5,
.mx-5 {
  margin-right: 50px !important; }

.mb-5,
.my-5 {
  margin-bottom: 50px !important; }

.ml-5,
.mx-5 {
  margin-left: 50px !important; }

.m-6 {
  margin: 60px !important; }

.mt-6,
.my-6 {
  margin-top: 60px !important; }

.mr-6,
.mx-6 {
  margin-right: 60px !important; }

.mb-6,
.my-6 {
  margin-bottom: 60px !important; }

.ml-6,
.mx-6 {
  margin-left: 60px !important; }

.m-7 {
  margin: 70px !important; }

.mt-7,
.my-7 {
  margin-top: 70px !important; }

.mr-7,
.mx-7 {
  margin-right: 70px !important; }

.mb-7,
.my-7 {
  margin-bottom: 70px !important; }

.ml-7,
.mx-7 {
  margin-left: 70px !important; }

.m-8 {
  margin: 80px !important; }

.mt-8,
.my-8 {
  margin-top: 80px !important; }

.mr-8,
.mx-8 {
  margin-right: 80px !important; }

.mb-8,
.my-8 {
  margin-bottom: 80px !important; }

.ml-8,
.mx-8 {
  margin-left: 80px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 10px !important; }

.pt-1,
.py-1 {
  padding-top: 10px !important; }

.pr-1,
.px-1 {
  padding-right: 10px !important; }

.pb-1,
.py-1 {
  padding-bottom: 10px !important; }

.pl-1,
.px-1 {
  padding-left: 10px !important; }

.p-15 {
  padding: 15px !important; }

.pt-15,
.py-15 {
  padding-top: 15px !important; }

.pr-15,
.px-15 {
  padding-right: 15px !important; }

.pb-15,
.py-15 {
  padding-bottom: 15px !important; }

.pl-15,
.px-15 {
  padding-left: 15px !important; }

.p-2 {
  padding: 20px !important; }

.pt-2,
.py-2 {
  padding-top: 20px !important; }

.pr-2,
.px-2 {
  padding-right: 20px !important; }

.pb-2,
.py-2 {
  padding-bottom: 20px !important; }

.pl-2,
.px-2 {
  padding-left: 20px !important; }

.p-3 {
  padding: 30px !important; }

.pt-3,
.py-3 {
  padding-top: 30px !important; }

.pr-3,
.px-3 {
  padding-right: 30px !important; }

.pb-3,
.py-3 {
  padding-bottom: 30px !important; }

.pl-3,
.px-3 {
  padding-left: 30px !important; }

.p-4 {
  padding: 40px !important; }

.pt-4,
.py-4 {
  padding-top: 40px !important; }

.pr-4,
.px-4 {
  padding-right: 40px !important; }

.pb-4,
.py-4 {
  padding-bottom: 40px !important; }

.pl-4,
.px-4 {
  padding-left: 40px !important; }

.p-5 {
  padding: 50px !important; }

.pt-5,
.py-5 {
  padding-top: 50px !important; }

.pr-5,
.px-5 {
  padding-right: 50px !important; }

.pb-5,
.py-5 {
  padding-bottom: 50px !important; }

.pl-5,
.px-5 {
  padding-left: 50px !important; }

.p-6 {
  padding: 60px !important; }

.pt-6,
.py-6 {
  padding-top: 60px !important; }

.pr-6,
.px-6 {
  padding-right: 60px !important; }

.pb-6,
.py-6 {
  padding-bottom: 60px !important; }

.pl-6,
.px-6 {
  padding-left: 60px !important; }

.p-7 {
  padding: 70px !important; }

.pt-7,
.py-7 {
  padding-top: 70px !important; }

.pr-7,
.px-7 {
  padding-right: 70px !important; }

.pb-7,
.py-7 {
  padding-bottom: 70px !important; }

.pl-7,
.px-7 {
  padding-left: 70px !important; }

.p-8 {
  padding: 80px !important; }

.pt-8,
.py-8 {
  padding-top: 80px !important; }

.pr-8,
.px-8 {
  padding-right: 80px !important; }

.pb-8,
.py-8 {
  padding-bottom: 80px !important; }

.pl-8,
.px-8 {
  padding-left: 80px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 10px !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important; }

  .m-sm-15 {
    margin: 15px !important; }

  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important; }

  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important; }

  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important; }

  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important; }

  .m-sm-2 {
    margin: 20px !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important; }

  .m-sm-3 {
    margin: 30px !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important; }

  .m-sm-4 {
    margin: 40px !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important; }

  .m-sm-5 {
    margin: 50px !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important; }

  .m-sm-6 {
    margin: 60px !important; }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 60px !important; }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 60px !important; }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 60px !important; }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 60px !important; }

  .m-sm-7 {
    margin: 70px !important; }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 70px !important; }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 70px !important; }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 70px !important; }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 70px !important; }

  .m-sm-8 {
    margin: 80px !important; }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 80px !important; }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 80px !important; }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 80px !important; }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 80px !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 10px !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important; }

  .p-sm-15 {
    padding: 15px !important; }

  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important; }

  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important; }

  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important; }

  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important; }

  .p-sm-2 {
    padding: 20px !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important; }

  .p-sm-3 {
    padding: 30px !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important; }

  .p-sm-4 {
    padding: 40px !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important; }

  .p-sm-5 {
    padding: 50px !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important; }

  .p-sm-6 {
    padding: 60px !important; }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 60px !important; }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 60px !important; }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 60px !important; }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 60px !important; }

  .p-sm-7 {
    padding: 70px !important; }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 70px !important; }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 70px !important; }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 70px !important; }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 70px !important; }

  .p-sm-8 {
    padding: 80px !important; }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 80px !important; }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 80px !important; }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 80px !important; }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 80px !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 10px !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important; }

  .m-md-15 {
    margin: 15px !important; }

  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important; }

  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important; }

  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important; }

  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important; }

  .m-md-2 {
    margin: 20px !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important; }

  .m-md-3 {
    margin: 30px !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important; }

  .m-md-4 {
    margin: 40px !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 20px !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important; }

  .m-md-5 {
    margin: 50px !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important; }

  .m-md-6 {
    margin: 60px !important; }

  .mt-md-6,
  .my-md-6 {
    margin-top: 60px !important; }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 60px !important; }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 60px !important; }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 60px !important; }

  .m-md-7 {
    margin: 70px !important; }

  .mt-md-7,
  .my-md-7 {
    margin-top: 70px !important; }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 70px !important; }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 70px !important; }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 70px !important; }

  .m-md-8 {
    margin: 80px !important; }

  .mt-md-8,
  .my-md-8 {
    margin-top: 80px !important; }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 80px !important; }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 80px !important; }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 80px !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 10px !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important; }

  .p-md-15 {
    padding: 15px !important; }

  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important; }

  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important; }

  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important; }

  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important; }

  .p-md-2 {
    padding: 20px !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important; }

  .p-md-3 {
    padding: 30px !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important; }

  .p-md-4 {
    padding: 40px !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important; }

  .p-md-5 {
    padding: 50px !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important; }

  .p-md-6 {
    padding: 60px !important; }

  .pt-md-6,
  .py-md-6 {
    padding-top: 60px !important; }

  .pr-md-6,
  .px-md-6 {
    padding-right: 60px !important; }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 60px !important; }

  .pl-md-6,
  .px-md-6 {
    padding-left: 60px !important; }

  .p-md-7 {
    padding: 70px !important; }

  .pt-md-7,
  .py-md-7 {
    padding-top: 70px !important; }

  .pr-md-7,
  .px-md-7 {
    padding-right: 70px !important; }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 70px !important; }

  .pl-md-7,
  .px-md-7 {
    padding-left: 70px !important; }

  .p-md-8 {
    padding: 80px !important; }

  .pt-md-8,
  .py-md-8 {
    padding-top: 80px !important; }

  .pr-md-8,
  .px-md-8 {
    padding-right: 80px !important; }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 80px !important; }

  .pl-md-8,
  .px-md-8 {
    padding-left: 80px !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 10px !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important; }

  .m-lg-15 {
    margin: 15px !important; }

  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important; }

  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important; }

  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important; }

  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important; }

  .m-lg-2 {
    margin: 20px !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important; }

  .m-lg-3 {
    margin: 30px !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important; }

  .m-lg-4 {
    margin: 40px !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important; }

  .m-lg-5 {
    margin: 50px !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important; }

  .m-lg-6 {
    margin: 60px !important; }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important; }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important; }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important; }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important; }

  .m-lg-7 {
    margin: 70px !important; }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important; }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important; }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important; }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !important; }

  .m-lg-8 {
    margin: 80px !important; }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 80px !important; }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 80px !important; }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 80px !important; }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 80px !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 10px !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important; }

  .p-lg-15 {
    padding: 15px !important; }

  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important; }

  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important; }

  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important; }

  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important; }

  .p-lg-2 {
    padding: 20px !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important; }

  .p-lg-3 {
    padding: 30px !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important; }

  .p-lg-4 {
    padding: 40px !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important; }

  .p-lg-5 {
    padding: 50px !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important; }

  .p-lg-6 {
    padding: 60px !important; }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important; }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important; }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important; }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important; }

  .p-lg-7 {
    padding: 70px !important; }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important; }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important; }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important; }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important; }

  .p-lg-8 {
    padding: 80px !important; }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 80px !important; }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 80px !important; }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 80px !important; }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 80px !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1230px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 10px !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important; }

  .m-xl-15 {
    margin: 15px !important; }

  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important; }

  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important; }

  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important; }

  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important; }

  .m-xl-2 {
    margin: 20px !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important; }

  .m-xl-3 {
    margin: 30px !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important; }

  .m-xl-4 {
    margin: 40px !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 40px !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 40px !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 40px !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 40px !important; }

  .m-xl-5 {
    margin: 50px !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !important; }

  .m-xl-6 {
    margin: 60px !important; }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 60px !important; }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 60px !important; }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 60px !important; }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 60px !important; }

  .m-xl-7 {
    margin: 70px !important; }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 70px !important; }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 70px !important; }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 70px !important; }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 70px !important; }

  .m-xl-8 {
    margin: 80px !important; }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 80px !important; }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 80px !important; }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 80px !important; }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 80px !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 10px !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important; }

  .p-xl-15 {
    padding: 15px !important; }

  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important; }

  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important; }

  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important; }

  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important; }

  .p-xl-2 {
    padding: 20px !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important; }

  .p-xl-3 {
    padding: 30px !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important; }

  .p-xl-4 {
    padding: 40px !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 40px !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 40px !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 40px !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 40px !important; }

  .p-xl-5 {
    padding: 50px !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important; }

  .p-xl-6 {
    padding: 60px !important; }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 60px !important; }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 60px !important; }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 60px !important; }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 60px !important; }

  .p-xl-7 {
    padding: 70px !important; }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 70px !important; }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 70px !important; }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 70px !important; }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 70px !important; }

  .p-xl-8 {
    padding: 80px !important; }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 80px !important; }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 80px !important; }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 80px !important; }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 80px !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
*/

/* =============================
   3. HEADER
================================ */

header {
	background: #fff;
}

header .navbar-default {
	background: #333;
	border: none;
	margin: 0;
}

header .navbar-default .navbar-brand {
	float: left;
	height: 50px;
	padding: 2px 46px 2px 17px;
	font-size: 18px;
	line-height: 20px;
	border-right: 1px solid #ededed;
	margin: 24px 0 0;
	display: table;
}

header .navbar-default .cart-head {
	margin-top: 24px;
	width: 151px;
	border-left: 1px solid #ededed;
	height: 53px;
	position: relative;
}

header .navbar-default .cart-head span {
	font-size: 56px;
	position: absolute;
	top: -1px;
	left: 46px;
	color: #eeeeee;
}

header .navbar-default .cart-head span em {
	background: #CCAE93;
	font-size: 14px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	display: table;
	color: white;
	position: absolute;
	top: 16px;
	left: 1px;
}

header .navbar-default .cart-head p {
	font-size: 19px;
	float: right;
	color: #202020;
	line-height: 19px;
	position: relative;
	top: 9px;
}

header .navbar-default .navbar-header {
	float: none;
	width: 100%;
	border-bottom: 1px solid #ededed;
	padding-bottom: 21px;
	background: #333;
}

header .navbar-default .header-search form {
	margin-top: 24px;
	height: 51px;
	margin-right: 51px;
	width: 370px;
	position: relative;
}

header .navbar-default .header-search form input {
	width: 100%;
	height: 51px;
	border: none;
	background: #f7f7f7;
	color: #b2b2b2;
	padding: 0 60px 0 26px;
	font-size: 15px;
}

header .navbar-default .header-search form button {
	position: absolute;
	background: transparent;
	border: none;
	top: 0;
	right: 0;
	width: 59px;
	text-align: center;
	line-height: 51px;
	font-size: 14px;
	color: #d1d1d1;
}

header .navbar-default .header-phone {
	margin-top: 24px;
	line-height: 55px;
	color: #202020;
	font-size: 18px;
	padding-right: 38px;
}

header .navbar-default .header-phone span {
	font-weight: 500;
}

header .navbar-default .header-phone i {
	color: #CCAE93;
	margin-right: 6px;
	font-size: 16px;
}

header .navbar-default .navbar-nav {
	float: none;
}

header .navbar-default .navbar-nav > li {
	padding: 0;
	margin: 0 50px 0 0;
}

header .navbar-default .navbar-nav > li:last-child {
	margin: 0;
}

header .navbar-default .navbar-nav > li.active a {
	background: transparent;
	color: #CCAE93;
}

header .navbar-default .navbar-nav > li > a {
	padding: 26px 0 24px;
	font-family: 'Josefin Sans', sans-serif;
	color: #202020;
	font-size: 14px;
	background: transparent;
}

header .navbar-default .navbar-nav > li > a:hover,
header .navbar-default .navbar-nav > li > a.active {
	background: transparent;
	color: #CCAE93;
}

header .navbar-default .navbar-collapse {
	padding: 0;
}

header .navbar-default .navbar-nav > li.search2 > a {
	font-size: 17px;
	color: gainsboro;
}

header .navbar-default .navbar-nav > li.search2 > a:hover {
	color: #CCAE93;
}

body .dropdown-menu {
	background: #fff;
	border: medium none;
	border-radius: 0px;
	width: 1170px;
	left: 0;
	right: 0;
	margin: 0px auto;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	padding: 45px 60px;
	top: 100px;
	-webkit-box-shadow: 0 0 5px rgba(4, 5, 5, 0.1);
	-moz-box-shadow: 0 0 5px rgba(4, 5, 5, 0.1);
	box-shadow: 0 0 5px rgba(4, 5, 5, 0.1);
}

.navbar-default .navbar-nav > li:hover .dropdown-menu {
	top: 80px;
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.dropdown-menu-v2 {
	padding: 45px 60px;
}

.dropdown-menu h4 {
	font-size: 18px;
	color: #1f1f1f;
	margin: 0 0 15px;
}

.dropdown-menu h5 {
	font-size: 18px;
	color: #202020;
	margin: 0 0 28px;
}

.dropdown-menu > li > a, .dropdown-menu .dropdown-links li a {
	border-bottom: 1px solid #efefef;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	border-bottom: 1px solid #efefef;
	display: block;
}

.dropdown-menu > li:first-of-type > a, .dropdown-menu .dropdown-links li:first-of-type a {
	padding-top: 0;
}

.dropdown-menu > li:last-of-type > a, .dropdown-menu .dropdown-links li:last-of-type a {
	border-bottom: 0;
	padding-bottom: 0;
}

.dropdown-menu .dropdown-links a:hover,
.dropdown-menu .dropdown-links a.active {
	color: #CCAE93;
}

.dropdown-menu .col-md-2 a:last-of-type {
	border: none;
}

.dropdown-menu.dropdown-menu-v3 {
	width: 300px;
	right: 0;
	left: auto;
	padding: 17px 40px;
}

.navbar-default .navbar-nav > li:first-child .dropdown-menu.dropdown-menu-v3 {
	width: 300px;
	right: 0;
	left: 100%;
	padding: 17px 40px;
	margin-left: -40px;
}

.dropdown-menu > li > a {
	padding-left: 0;
	padding-right: 0;
}

.dropdown-menu.dropdown-menu-v3.dropdown-left-align {
	left: 0;
	right: auto;
}

.dropdown-menu.dropdown-menu-v3 a {
	background: transparent;
}

.dropdown-menu.dropdown-menu-v3 a:hover,
.dropdown-menu.dropdown-menu-v3 a.active {
	background: transparent;
	color: #CCAE93;
}

.navbar-default .navbar-nav > li.dropdown-normal {
	position: relative;
}

.menu-video-block {
	position: relative;
	margin-top: 20px;
	cursor: pointer;
}

.menu-video-block span {
	width: 98px;
	height: 98px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	line-height: 98px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -49px auto 0;
	color: #fff;
	font-size: 32px;
	transform: scale(1);
	transition: .3s;
}

.menu-video-block:hover span {
	transform: scale(0.8);
	font-size: 25px;
	transition: .3s;
}

.dropdown-product h3 {
	font-size: 16px;
	margin: 15px 0px 5px;
	line-height: 24px;
}

.dropdown-product img {
	width: 100%;
}

.dropdown-product span {
	font-size: 18px;
	margin: 5px 0 15px;
	display: inline-block;
	color: #CCAE93;
	font-family: 'Josefin Sans', sans-serif;
}

.dropdown-product .btn {
	margin: 0 auto;
}

.dropdown-product span span {
	text-decoration: line-through;
	font-size: 14px;
	color: #c0c0c0;
}

.dropdown-info p {
	font-size: 15px;
	line-height: 24px;
	margin: 16px 0 0;
	color: #1f1f1f;
}

.dropdown-sp li {
	padding-left: 104px;
	margin-bottom: 30px;
	position: relative;
}

.dropdown-sp li p {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}

.dropdown-sp li p a {
	color: #202020;
}

.dropdown-sp li p a:hover {
	color: #CCAE93;
}

.cart-table {
	position: absolute;
	right: 0;
	top: 76px;
	background: #fff;
	width: 400px;
	padding: 40px 30px;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	z-index: 777;
}

.cart-head:hover .cart-table {
	top: 63px;
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.cart-products {
	margin-bottom: 28px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 24px;
}

.cart-products li {
	padding-left: 104px;
	margin-bottom: 30px;
	position: relative;
}

.cart-products li:last-of-type {
	margin-bottom: 0px;
}

.cart-products li img {
	position: absolute;
	top: 0;
	left: 0;
}

.cart-products h6 {
	margin: 0;
	font-size: 16px;
	line-height: 14px;
	color: #1f1f1f;
}

.cart-products span {
	font-size: 14px;
	display: block;
	margin: 3px 0 0px;
	color: #1f1f1f;
}

.cart-products em {
	font-size: 13px;
	color: #9a9a9a;
	font-style: normal;
}

.dropdown-sp h6 {
	font-size: 18px;
	color: #CCAE93;
}

.dropdown-sp li:last-of-type {
	margin-bottom: 0px;
}

.dropdown-sp li img {
	position: absolute;
	top: 0;
	left: 0;
}

.dropdown-sp h6 a {
	color: #1f1f1f;
}

.dropdown-sp h6 a:hover {
	color: #a2a2a2;
}

.dropdown-sp span {
	font-size: 14px;
	display: block;
	margin: 3px 0 0px;
	color: #1f1f1f;
}

.dropdown-sp .add-cart {
	display: table;
	font-size: 13px;
	color: #000;
	opacity: 0.4;
}

.dropdown-sp .add-cart:hover {
	opacity: 1;
}

.dropdown-sp .add-cart img {
	position: relative;
	margin-right: 3px;
}

header .navbar-default .navbar-nav > li {
	position: static;
}

.dropdown-menu {
	display: block;
}

header .navbar-default .navbar-nav {
	position: relative;
	background: #333;
}

.dropdown-menu > li > a {
	font-size: 16px;
}

header .navbar-default .cart-table p {
	font-size: 16px;
	float: right;
	color: #202020;
	line-height: 20px;
	position: relative;
	top: 0;
	text-align: left;
	float: left;
}

header .navbar-default .cart-table li {
	padding-right: 40px;
	position: relative;
}

header .navbar-default .cart-table li .count {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
}

header .navbar-default .cart-table ul {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 32px;
	margin-bottom: 25px;
}

body {
	background: #fff url(../images/pattern/irongrip.png);
	font-family: 'Josefin Sans', sans-serif;
	color: #202020;
}

.container {
	padding: 0;
}

body button,
body div,
body input,
body textarea,
body input:focus,
body textarea:focus {
	outline: none;
	box-shadow: none;
}

*:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #202020;
}

p {
	font-size: 16px;
	color: #202020;
}

hr {
	margin-top: 20px;
	margin-bottom: 24px;
	border: 0;
	border-top: 2px solid #f0f0f0;
}

strong, b {
	font-weight: bold;
}

a {
	color: #CCAE93;
}

a:hover {
	color: #202020;
}

a, a:hover {
	text-decoration: none;
}

.topbar {
	background: #CCAE93;
	height: 61px;
}

.topbar .topbar--left {
	padding-top: 18px;
}

.topbar .topbar--left p {
	color: white;
	font-size: 16px;
	line-height: 24px;
}

.topbar .topbar--right .topbar--right-links {
	padding-top: 17px;
}

.topbar .topbar--right .topbar--right-links a {
	color: white;
	font-size: 15px;
	line-height: 24px;
	margin: 0 9px;
}

.topbar .topbar--right .topbar--right-lang {
	margin-left: 40px;
	margin-top: 18px;
	width: 185px;
	position: relative;
}

.topbar .topbar--right .topbar--right-lang span {
	color: white;
	font-size: 15px;
	line-height: 24px;
	float: left;
}

.topbar .topbar--right .topbar--right-lang .lang {
	color: white;
	font-size: 15px;
	line-height: 24px;
	display: inline-block;
	width: 80px;
	height: 22px;
	background: #CCAE93;
	padding: 0 5px;
	position: absolute;
	top: 1px;
	overflow: hidden;
	z-index: 77;
}

.topbar .topbar--right .topbar--right-lang .lang:hover {
	height: 100px;
}

.topbar .topbar--right .topbar--right-lang .lang a {
	color: white;
}

.topbar .topbar--right .topbar--right-lang .lang a i {
	font-size: 13px;
	margin-left: 4px;
}

.topbar .topbar--right .topbar--right-lang .lang a:first-child {
	color: white;
}

.topbar .topbar--right .topbar--right-lang .lang a:first-child:hover {
	color: white;
}

.topbar .topbar--right .topbar--right-lang .lang a:hover {
	color: #3a3a3a;
}

.topbar .topbar--right .book-appointment {
	background: #202020;
	line-height: 60px;
	color: white;
	font-size: 16px;
	padding: 0 40px 0 35px;
	font-weight: 500;
}

.topbar .topbar--right .book-appointment i {
	margin: 0 4px 0 0;
}

.topbar .topbar--right .book-appointment i:before {
	font-size: 14px;
}

.topbar .topbar--right .book-appointment:hover {
	background: #627399;
	color: white;
}

header {
	background: white;
	height: 172px;
}

header .container {
	position: relative;
}

header .navbar-default .navbar-collapse {
	width: 100%;
}

/* =============================
   4. PAGE HEADER
================================ */

.page_header {
	padding: 20px 0 16px;
	background: #e9ecf4;
}

.page_header .bcrumbs li {
	float: left;
	font-size: 13px;
	margin-left: 30px;
	position: relative;
}

.page_header .bcrumbs li:first-child:before {
	display: none;
}

.page_header .bcrumbs li:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #202020;
	font-size: 9px;
	position: absolute;
	left: -18px;
	top: 1px;
}

.page_header .bcrumbs li a {
	color: #202020;
}

.page_header .bcrumbs li span {
	font-weight: 600;
	color: #202020;
}

h3.section-head {
	font-size: 24px;
	margin: -2px 0 0;
	border-bottom: 2px solid #CCAE93;
	display: table;
	margin: -2px auto 0;
	color: #f4f4f4;
}

/* =============================
   5. SINGLE PORTFOLIO
================================ */

.single-folio {
	padding: 80px 0 95px;
	background: white;
}

.single-folio-left span {
	color: #a3a3a3;
}

.single-folio-left h4 {
	font-size: 24px;
	margin: 13px 0 25px;
}

.single-folio-left p {
	margin-bottom: 25px;
}

/* =============================
   6. SERVICES
================================ */

.hair-services {
	width: 100%;
	background: #d4d4d4 url(../images/pattern/1.png);
	padding: 6px;
}

.hair-services .hair-services-inner {
	background: white;
	padding: 39px 27px 16px 34px;
}

.hair-services h5 {
	font-size: 24px;
	margin: 0 0 27px;
	padding-bottom: 12px;
	border-bottom: 2px solid #ececec;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
}

.hair-services h6 {
	font-weight: 500;
	border-bottom: 1px dashed #dadada;
	position: relative;
	top: -3px;
	margin: 0 0 15px;
	font-family: 'Josefin Sans', sans-serif;
}

.hair-services h6 span {
	font-size: 17px;
	color: #CCAE93;
	background: white;
	position: relative;
	top: 3px;
	padding-right: 5px;
}

.hair-services h6 em {
	font-size: 16px;
	color: #3a3a3a;
	position: relative;
	top: 4px;
	background: white;
	padding-left: 10px;
}

.hair-services p {
	margin-bottom: 20px;
}

.slick-prev {
	width: 9px;
	height: 12px;
	font-size: 0px;
	padding: 0;
	border: none;
	position: absolute;
	right: 22px;
	top: 10px;
	z-index: 77;
	background: transparent;
}

.slick-prev:after {
	content: "\f104";
	font-family: FontAwesome;
	color: #c4c4c4;
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 21px;
}

.slick-next {
	width: 9px;
	height: 12px;
	font-size: 0px;
	padding: 0;
	border: none;
	position: absolute;
	right: -1px;
	top: 10px;
	z-index: 77;
	background: transparent;
}

.slick-next:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #c4c4c4;
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 21px;
}

.slick-prev:hover:after,
.slick-next:hover:after {
	color: #202020;
}

.newsletter {
	background: #CCAE93;
	height: 84px;
	padding: 21px 0 22px;
}

.newsletter h4 {
	font-family: 'Josefin Sans', sans-serif;
	color: white;
	font-size: 24px;
	font-weight: 500;
}

.newsletter h4 i {
	font-size: 26px;
	position: relative;
	top: -5px;
	left: -13px;
}

.newsletter form {
	width: 100%;
	height: 42px;
	position: relative;
	background: white;
}

.newsletter form input {
	background: transparent;
	height: 42px;
	width: 100%;
	border: none;
	color: #CCAE93;
	font-size: 16px;
	font-weight: 500;
	padding: 0 70px 0 23px;
}

.newsletter form button {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	font-size: 14px;
	width: 55px;
	height: 42px;
	color: #CCAE93;
}

.newsletter form button:hover {
	color: #202020;
}

/* =============================
   7. FOOTER
================================ */

footer {
	padding: 84px 0 34px;
	background: white;
}

.single-team {
	padding: 80px 0 96px;
	background: white;
}

.single-team .team-single-gallery {
	position: relative;
	margin-top: 10px;
}

.single-team .team-single-gallery .img-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.single-team .team-single-gallery .img-container.ic-slide1 {
	background: url(../images/team/single/1.jpg) no-repeat center;
	background-size: cover;
}

.single-team .team-single-gallery .img-container.ic-slide2 {
	background: url(../images/team/single/2.jpg) no-repeat center;
	background-size: cover;
}

.single-team .team-single-gallery .img-container.ic-slide3 {
	background: url(../images/team/single/3.jpg) no-repeat center;
	background-size: cover;
}

.single-team .team-single-gallery-thumb {
	padding-top: 30px;
}

.single-team .team-single-gallery-thumb a {
	float: left;
	margin-right: 30px;
}

.single-team .team-single-gallery-thumb a:last-child {
	margin-right: 0px;
}

.single-team .team-single-gallery-thumb a.ts-next {
	background: #CCAE93;
	width: 67px;
	height: 93px;
	line-height: 93px;
	text-align: center;
	font-size: 29px;
	color: white;
}

.single-team .team-single-gallery-thumb a.ts-next:hover {
	background: #202020;
	color: white;
}

.single-team .team-single-info {
	padding: 41px 0 0 30px;
	position: relative;
}

.single-team .team-single-info .ts-social {
	position: absolute;
	right: 0;
	top: 53px;
}

.single-team .team-single-info .ts-social a {
	font-size: 17px;
	margin-left: 4px;
	color: #cacaca;
}

.single-team .team-single-info .ts-social a i {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.single-team .team-single-info .ts-social a:hover .flaticon-social {
	color: #3B5998;
}

.single-team .team-single-info .ts-social a:hover .flaticon-social-1 {
	color: #1DA1F2;
}

.single-team .team-single-info .ts-social a:hover .flaticon-logo {
	color: #0063DC;
}

.single-team .team-single-info .ts-social a:hover .flaticon-social-media {
	color: #1AB7EA;
}

.single-team .team-single-info span {
	font-size: 16px;
	color: #a3a3a3;
}

.single-team .team-single-info h4 {
	font-size: 18px;
	font-weight: 400;
	margin: 7px 0 24px;
}

.single-team .team-single-info p {
	margin-bottom: 24px;
	color: #202020;
}

.single-team .team-single-info p.lead {
	padding-left: 37px;
	position: relative;
	font-size: 25px;
	margin: -4px 0 14px;
	font-weight: 400;
}

.single-team .team-single-info p.lead i {
	background: #CCAE93;
	position: absolute;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	top: 4px;
	left: -3px;
	font-size: 12px;
	color: white;
	line-height: 29px;
	text-align: center;
}

.no-opacity {
	opacity: 0;
}

.cta-box {
	background: #202020 url(../images/cta/1.jpg) no-repeat center;
	background-size: cover;
	padding: 92px 0 86px;
}

.cta-box h4 {
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 38px;
	font-weight: 500;
	margin: 0 0 19px;
}

.cta-box .book-appointment {
	background: transparent;
	border: 1px solid white;
	line-height: 57px;
	color: white;
	font-size: 16px;
	padding: 0 40px 0 35px;
	font-weight: 500;
	display: table;
	margin: 0 auto;
}

.cta-box .book-appointment i {
	margin: 0 4px 0 0;
	color: white;
}

.cta-box .book-appointment i:before {
	font-size: 14px;
}

.cta-box .book-appointment:hover {
	background: #627399;
	border-color: #627399;
	color: white;
}

.services {
	padding: 71px 0 0px;
}

.services p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
}

.services h5 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #ececec;
	margin: 0 0 27px;
	padding-bottom: 12px;
}

.services .service-info p {
	margin-bottom: 24px;
}

.services .service-nav {
	display: table;
	width: 100%;
}

.services .service-nav li a {
	line-height: 60px;
	display: table;
	background: #f6f6f6;
	border-bottom: 1px solid #e8e8e8;
	width: 100%;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;
	padding: 0 35px;
	position: relative;
}

.services .service-nav li a span {
	content: "";
	background: #CCAE93;
	width: 33px;
	position: absolute;
	height: 100%;
	right: 0;
	color: white;
	text-align: center;
	line-height: 60px;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.services .service-nav li a:hover {
	background: #e9ecf4;
	color: #202020;
	border-bottom: 1px solid #e9ecf4;
}

.services .service-nav li a:hover span {
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.services .service-nav li:last-child a {
	border-bottom: 1px solid white;
}

.services .service-nav li.active a {
	background: #e9ecf4;
	border-bottom: 1px solid #e9ecf4;
}

.services .service-nav li.active a span {
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.btn {
	border-radius: 0px;
	border: none;
}

.btn.btn-default {
	background: #202020;
	padding: 12px 30px 10px;
	color: white;
	font-size: 16px;
}

.btn.btn-default.btn-border {
	background: transparent;
	border: 1px solid #202020;
	padding: 11px 30px 9px;
	color: #202020;
	font-size: 16px;
	font-weight: 500;
}

.btn.btn-default.btn-border:hover {
	background: #202020;
	color: white;
}

.btn.btn-primary {
	background: #CCAE93;
	padding: 9px 32px 7px;
	color: white;
	font-size: 16px;
}

.btn.btn-primary:hover {
	background: #202020;
	color: white;
}

.btn.btn-white {
	background: white;
	padding: 9px 32px 7px;
	color: #CCAE93;
	font-size: 16px;
}

.btn.btn-white:hover {
	background: #202020;
	color: white;
}

a:hover .offer-card {
	border: 2px solid #CCAE93;
}

.offer-card {
	border: 2px dashed #CCAE93;
	height: 132px;
	width: 100%;
	padding: 29px 0 29px 70px;
	background: white;
}

.offer-card div:first-child {
	float: left;
	margin-right: 42px;
}

.offer-card div:first-child p {
	color: #CCAE93;
	font-size: 24px;
	line-height: 24px;
	margin: 11px 0 0;
	text-align: right;
}

.offer-card div:nth-child(2) {
	float: left;
	margin-right: 15px;
	color: #CCAE93;
	font-size: 110px;
	margin-top: -33px;
}

.offer-card div:nth-child(2) em {
	font-size: 40px;
	vertical-align: middle;
	position: relative;
	top: -15px;
}

.offer-card div:last-child {
	float: left;
}

.offer-card div:last-child p {
	color: #202020;
	font-size: 24px;
	line-height: 24px;
	margin: -2px 0 0;
}

.hair-services .hair-services-inner.waxing-services {
	padding: 36px 27px 23px 34px;
}

.waxing-services h6 {
	margin-bottom: 20px;
}

.list {
	padding-left: 18px;
}

.list li {
	margin-bottom: 12px;
	padding-left: 30px;
	position: relative;
	line-height: 24px;
}

.list li i {
	position: absolute;
	font-size: 11px;
	top: 1px;
	left: 5px;
	color: #CCAE93;
}

.slider-carousel-wrap {
	position: relative;
}

.slider-carousel-wrap .prev {
	width: 72px;
	height: 150px;
	background: rgba(164, 183, 226, 0.3);
	text-align: left;
	line-height: 150px;
	display: table;
	font-size: 40px;
	padding-left: 13px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -75px;
	cursor: pointer;
}

.slider-carousel-wrap .prev i {
	color: white;
	transform: rotate(180deg);
	display: table;
}

.slider-carousel-wrap .prev:hover {
	background: rgba(0, 0, 0, 0.3);
	color: white;
}

.slider-carousel-wrap .next {
	width: 72px;
	height: 150px;
	background: rgba(164, 183, 226, 0.3);
	color: white;
	text-align: left;
	line-height: 150px;
	display: table;
	font-size: 40px;
	padding-left: 17px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -75px;
	cursor: pointer;
}

.slider-carousel-wrap .next i {
	color: white;
}

.slider-carousel-wrap .next:hover {
	background: rgba(0, 0, 0, 0.3);
	color: white;
}

.icon-item i {
	background: #CCAE93;
	width: 100px;
	height: 100px;
	border: 2px solid #CCAE93;
	padding-top: 33px;
	text-align: center;
	color: white;
	font-size: 32px;
	display: table;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.icon-item:hover i {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: white;
	color: #CCAE93;
}

.icon-item h4 {
	color: #CCAE93;
	font-size: 17px;
	line-height: 24px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	margin: 26px 0 10px;
}

.bg-gray {
	background: whitesmoke;
}

/* =============================
   8. TABS
================================ */

.tabs {
	margin: 0 auto 58px;
	display: table;
}

.tabs li {
	float: left;
	margin: 0 7px;
}

.tabs li a {
	background: #202020;
	color: white;
	line-height: 33px;
	display: table;
	padding: 0 23px;
	font-size: 15px;
	text-decoration: none;
}

.tabs li a:hover {
	background: #CCAE93;
	color: white;
}

.tabs li a.active {
	background: #CCAE93;
	color: white;
}

.happy-hours .center-content h2 {
	font-size: 50px;
	line-height: 50px;
	color: #CCAE93;
	padding-right: 40px;
	margin-top: 91px;
}

.happy-hours .center-content h2 span {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	color: #202020;
	display: block;
	line-height: 24px;
	margin-top: 10px;
}

.happy-hours .center-content h2 span b {
	font-weight: 500;
}

.happy-hours .btn {
	margin-top: 84px;
}

.happy-hours ul li {
	line-height: 35px;
	font-weight: 500;
	font-size: 16px;
	position: relative;
	margin-bottom: 26px;
	width: 50%;
	float: left;
	overflow: hidden;
	z-index: 5;
}

.happy-hours ul li span {
	background: #c7c7c7;
	color: white;
	font-size: 18px;
	width: 40px;
	margin-right: 25px;
	display: table;
	float: left;
	position: relative;
	padding-left: 13px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.happy-hours ul li span i {
	position: absolute;
	top: 0;
	line-height: 35px;
	left: 0px;
	opacity: 0;
	color: white;
	font-size: 17px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.happy-hours ul li span:after {
	content: "";
	position: absolute;
	background: #c7c7c7;
	top: 0;
	right: -10px;
	width: 37px;
	height: 35px;
	transform: skew(-27deg);
	z-index: -1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.happy-hours ul li:hover {
	cursor: pointer;
}

.happy-hours ul li:hover span {
	background: #CCAE93;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #CCAE93;
}

.happy-hours ul li:hover span i {
	position: absolute;
	top: 0;
	line-height: 35px;
	left: 19px;
	opacity: 1;
	color: white;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.happy-hours ul li:hover span:after {
	background: #CCAE93;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.happy-hours .hh-info {
	background: #202020;
	padding: 13px 42px 14px;
}

.happy-hours .hh-info p {
	color: white;
	font-size: 17px;
	margin: 0;
}

.happy-hours .hh-info p span {
	background: #CCAE93;
	font-size: 15px;
	line-height: 28px;
	padding: 0 12px;
	display: inline-block;
	margin: 0 50px 0 7px;
}

.happy-hours .hh-info a {
	font-size: 14px;
	color: #CCAE93;
	font-weight: bold;
	position: relative;
	top: 2px;
}

.happy-hours .hh-info a i {
	font-size: 8px;
	position: relative;
	top: -1px;
}

.happy-hours .hh-info a:hover {
	color: white;
}

/* =============================
   9. PRICING
================================ */

.pricing .plan-item1 {
	border: 1px solid #eaeaea;
	padding: 30px 30px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pricing .plan-item1 h4 {
	font-size: 30px;
	color: #333333;
	margin: 0 0 25px;
}

.pricing .plan-item1 span {
	width: 113px;
	height: 113px;
	background: #cacaca;
	color: white;
	font-size: 30px;
	margin: 25px auto 30px;
	display: table;
	font-family: 'Josefin Sans', sans-serif;
	border-radius: 50%;
	line-height: 113px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pricing .plan-item1 ul {
	margin-bottom: 26px;
}

.pricing .plan-item1 ul li {
	margin-bottom: 8px;
	color: #333333;
}

.pricing .plan-item1 a {
	opacity: 0;
}

.pricing .plan-item1.active {
	border: 1px solid #f9f9f9;
	background: #f9f9f9;
}

.pricing .plan-item1.active span {
	background: #333333;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pricing .plan-item1.active a {
	opacity: 1;
}

.pricing .plan-item1:hover {
	border: 1px solid #f9f9f9;
	background: #f9f9f9;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pricing .plan-item1:hover span {
	background: #333333;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pricing .plan-item1:hover a {
	opacity: 1;
}

.pricing .plan-item2 {
	background: white;
	padding: 4px 25px 50px;
	margin-top: 45px;
}

.pricing .plan-item2.popular {
	margin-top: -3px;
	background: #CCAE93;
}

.pricing .plan-item2.popular h4 {
	color: white;
	border-bottom: 1px solid #bacaed;
}

.pricing .plan-item2.popular .plan-price {
	color: white;
}

.pricing .plan-item2.popular ul li {
	color: white;
	border-bottom: 1px solid #bacaed;
	line-height: 50px;
}

.pricing .plan-item2.popular ul li:last-child {
	border: none;
}

.pricing .plan-item2 h2 {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	margin: 18px 0 6px;
}

.pricing .plan-item2 h4 {
	font-size: 18px;
	font-weight: 500;
	color: #CCAE93;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 48px;
	border-bottom: 1px solid #efefef;
}

.pricing .plan-item2 .plan-price {
	color: #CCAE93;
	font-size: 60px;
	font-family: 'Josefin Sans', sans-serif;
	margin: 35px 0 29px;
}

.pricing .plan-item2 .plan-price span {
	font-size: 20px;
}

.pricing .plan-item2 .plan-price em {
	font-style: normal;
	font-size: 14px;
}

.pricing .plan-item2 ul {
	margin-bottom: 29px;
}

.pricing .plan-item2 ul li {
	color: #333333;
	border-bottom: 1px solid #efefef;
	line-height: 50px;
}

.pricing .plan-item2 ul li:last-child {
	border: none;
}

.pricing .plan-item2 .btn.btn-primary {
	padding: 10px 45px;
}

.pricing .plan-item2 .btn.btn-white {
	padding: 10px 45px;
}

/* =============================
   10. CAROUSEL
================================ */

.salon-carousel-wrap {
	position: relative;
	padding-right: 200px;
}

.salon-carousel-wrap .slick-dots {
	position: absolute;
	top: 0;
	right: -200px;
	width: 172px;
}

.salon-carousel-wrap .slick-dots li {
	margin-bottom: 26px;
	opacity: 0.5;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.salon-carousel-wrap .slick-dots li img {
	width: 100%;
	height: auto;
}

.salon-carousel-wrap .slick-dots li.slick-active {
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.salon-carousel-wrap .slick-dots li:hover {
	cursor: pointer;
}

.salon-carousel-wrap .prev1 {
	width: 99px;
	height: 48px;
	background: #CCAE93;
	line-height: 48px;
	display: table;
	font-size: 25px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 35px;
	margin-top: 0;
	cursor: pointer;
}

.salon-carousel-wrap .prev1 i {
	color: white;
	transform: rotate(-90deg);
	display: table;
	margin: 0 auto;
}

.salon-carousel-wrap .prev1:hover {
	background: rgba(0, 0, 0, 0.5);
	color: white;
}

.salon-carousel-wrap .next1 {
	width: 99px;
	height: 48px;
	background: #CCAE93;
	line-height: 48px;
	display: table;
	font-size: 25px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 35px;
	margin-top: 0;
	cursor: pointer;
}

.salon-carousel-wrap .next1 i {
	color: white;
	transform: rotate(90deg);
	display: table;
	margin: 0 auto;
}

.salon-carousel-wrap .next1:hover {
	background: rgba(0, 0, 0, 0.5);
	color: white;
}

/* =============================
   11. LOCATION
================================ */

.location #map {
	width: 100%;
	height: 329px;
}

.location-add h6 {
	line-height: 70px;
	position: relative;
	font-size: 18px;
	padding-left: 87px;
	color: #f4f4f4;
}

.location-add h6 i {
	background: #CCAE93;
	width: 70px;
	height: 70px;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	font-size: 23px;
	color: white;
	left: 0;
}

.location-add p {
	padding-left: 87px;
	margin: -5px 0 30px;
	color: #fff;
}

#Contact{
	background-color: #333;
}

/* =============================
   12. APPOINTMENT FORM
================================ */

.make-appointment {
	background: url(../images/3.jpg) no-repeat center;
}

.make-appointment .make-appointment-wrap {
	background: #f8f8f8 url(../images/pattern/1.png);
	padding: 6px;
}

.make-appointment .make-appointment-wrap .appointment-form {
	background: white;
	padding: 0 30px 45px;
}

.make-appointment .make-appointment-wrap .appointment-form h5 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #ececec;
	margin: 0 0 27px;
	padding: 45px 0 12px;
}

.make-appointment .make-appointment-wrap .appointment-form label {
	color: #202020;
	font-weight: 500;
	font-size: 17px;
	margin: 0 0 9px;
	display: block;
}

.make-appointment .make-appointment-wrap .appointment-form input {
	margin: 0 0 19px;
	height: 42px;
	border: none;
	background: whitesmoke;
	color: #9f9f9f;
	font-size: 15px;
	padding: 0 20px;
	width: 100%;
}

.make-appointment .make-appointment-wrap .appointment-form .fb-select {
	background: whitesmoke;
	height: 42px;
	position: relative;
	margin: 0 0 19px;
}

.make-appointment .make-appointment-wrap .appointment-form .fb-select select {
	background: transparent;
	height: 42px;
	border: none;
	color: #9f9f9f;
	font-size: 15px;
	padding: 0 20px;
	width: 100%;
}

.make-appointment .make-appointment-wrap .appointment-form .date-input i {
	position: relative;
	float: right;
	font-size: 12px;
	color: #adadad;
	margin-right: 17px;
	top: 44px;
	margin-top: -29px;
}

.make-appointment .make-appointment-wrap .appointment-form .date-input input {
	padding: 0 50px 0 20px;
}

.make-appointment .make-appointment-wrap .appointment-form textarea {
	margin: 0 0 12px;
	height: 145px;
	border: none;
	background: whitesmoke;
	color: #9f9f9f;
	font-size: 15px;
	padding: 15px 20px;
	width: 100%;
}

.make-appointment .make-appointment-wrap .appointment-form span {
	font-size: 15px;
	color: #969696;
	width: 100%;
	display: block;
	text-align: right;
}

.make-appointment .make-appointment-wrap .appointment-form .row {
	margin: 0 -8px;
}

.make-appointment .make-appointment-wrap .appointment-form .col-md-6,
      .make-appointment .make-appointment-wrap .appointment-form .col-md-4,
      .make-appointment .make-appointment-wrap .appointment-form .col-md-12 {
	padding: 0 8px;
}

.make-appointment .make-appointment-wrap .appointment-form p {
	font-style: italic;
	margin: 0 0 35px;
}

.make-appointment .make-appointment-wrap .appointment-form hr {
	margin-top: 30px;
	margin-bottom: 25px;
}

/* =============================
   13. GALLERY
================================ */

.gallery-item {
	width: 25%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.gallery-item a {
	position: relative;
	display: table;
	width: 100%;
}

.gallery-item .overlay {
	background: rgba(164, 183, 226, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: 0.45s;
	-moz-transition: 0.45s;
	-ms-transition: 0.45s;
	-o-transition: 0.45s;
	transition: 0.45s;
}

.gallery-item .overlay h4 {
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.gallery-item .overlay h4 i {
	display: block;
	color: white;
	font-size: 25px;
	margin-top: 15px;
}

.gallery-item:hover .overlay {
	opacity: 0;
	-webkit-transition: 0.45s;
	-moz-transition: 0.45s;
	-ms-transition: 0.45s;
	-o-transition: 0.45s;
	transition: 0.45s;
}

.gallery-item .gallery-details {
	text-align: left;
}

.gallery-item .gallery-details span {
	font-size: 16px;
	color: #a3a3a3;
	margin: 22px 0 0;
	display: block;
}

.gallery-item .gallery-details h6 {
	font-size: 18px;
	line-height: 26px;
	color: #202020;
	margin: 9px 0 9px 0;
}

.gallery-item .gallery-details p {
	margin: 0 0 15px;
}

.gallery-filter {
	margin: 0 auto 58px;
	display: table;
}

.gallery-filter li {
	float: left;
	margin: 0 7px;
}

.gallery-filter li a {
	background: #202020;
	color: white;
	line-height: 33px;
	display: table;
	padding: 0 23px;
	font-size: 15px;
	text-decoration: none;
}

.gallery-filter li a:hover {
	background: #CCAE93;
	color: white;
}

.gallery-filter li a.selected {
	background: #CCAE93;
	color: white;
}

/* =============================
   14. CONTACT
================================ */

.contact-form input {
	height: 50px;
	border: none;
	background: #f4f4f4;
	border-left: 3px solid #CCAE93;
	padding: 0 26px;
	font-size: 16px;
	color: #202020;
	width: 100%;
	margin-bottom: 10px;
}

.contact-form textarea {
	height: 145px;
	border: none;
	background: #f4f4f4;
	border-left: 3px solid #CCAE93;
	padding: 20px 26px;
	font-size: 16px;
	color: #202020;
	width: 100%;
	margin-bottom: 30px;
}

.contact-form button.btn {
	padding: 10px 23px;
}

.contact-form2 input {
	border: none;
	margin-bottom: 30px;
}

.contact-form2 textarea {
	border: none;
}

.contact-map1 {
	height: 265px;
	width: 100%;
}

/* =============================
   15. 404 CONTENT
================================ */

.error-content {
	position: relative;
	z-index: 22;
}

.error-content h1 {
	font-size: 100px;
	line-height: 91px;
	border-bottom: 4px solid #CCAE93;
	display: table;
	margin: 0 0 50px;
}

.error-content h2 {
	font-size: 23px;
	line-height: 31px;
	margin: 0 0 30px;
}

.error-content h4 {
	font-size: 16px;
	margin: 0 0 22px;
}

.error-content ul {
	display: table;
	margin: 0 0 15px;
}

.error-content ul li {
	display: table;
	width: 100%;
	margin: 0 0 25px;
}

.error-content ul li i {
	width: 37px;
	text-align: center;
	font-size: 10px;
	display: inline-block;
	line-height: 13px;
}

.error-content ul li a {
	color: #202020;
	font-size: 16px;
	font-weight: 500;
}

.error-content ul li a:hover {
	color: #CCAE93;
}

.home-service-wrap .container {
	border-bottom: 2px solid #f2f2f2;
}

.home-services a {
	color: #202020;
	margin-bottom: 15px;
	display: inline-block;
}

.home-services a:hover {
	color: #CCAE93;
}

.hs-item {
	position: relative;
}

.hs-item .time {
	width: 72px;
	height: 83px;
	background: url(../images/home/time.png) no-repeat;
	font-weight: bold;
	color: white;
	padding: 45px 16px 0;
	position: absolute;
	top: 15px;
	left: 10px;
}

.hs-item h4 {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 40px;
}

.hs-item h4 span {
	font-size: 30px;
	text-decoration: line-through;
	padding-left: 10px;
}

.hh-info2 {
	width: 200%;
	margin-top: 295px;
}

.home-gallery .gallery-item {
	padding: 0;
	margin: 0;
	text-align: center;
}

.no-padding {
	padding: 0 !important;
}

/* =============================
   16. CLIENTS
================================ */

.clients img {
	opacity: .40;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
}

.clients img:hover {
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.contact-info {
	padding-left: 21px;
	position: relative;
	margin: 0 0 20px;
}

.contact-info i {
	position: absolute;
	color: #CCAE93;
	top: 0;
	left: 0;
}

footer h5 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 35px;
}

footer h5 i {
	color: #cacaca;
	font-size: 18px;
	float: right;
}

.timings span {
	color: #b5b5b5;
	float: right;
}

.timings b {
	font-weight: 400;
}

.closed b {
	font-weight: 600;
}

.timings li {
	margin-bottom: 30px;
}

.timings li.closed {
	color: #CCAE93;
}

.timings li.closed span {
	color: #CCAE93;
}

.recent-posts li {
	position: relative;
	padding-left: 85px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
	font-family: 'Josefin Sans', sans-serif;
}

.recent-posts li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.recent-posts li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 67px;
}

.recent-posts li span {
	color: #CCAE93;
}

.recent-posts li h3 {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 24px;
	margin-top: 10px;
}

.recent-posts li h3 a {
	color: #202020;
}

.recent-posts li h3 a:hover {
	color: #CCAE93;
}

.footer-book input,
.footer-book textarea {
	height: 38px;
	background: whitesmoke;
	width: 100%;
	color: #666;
	border: none;
	margin-bottom: 6px;
	padding: 0 20px;
}

.fb-select {
	height: 38px;
	background: whitesmoke;
	width: 100%;
	color: #666;
	border: none;
	margin-bottom: 6px;
	position: relative;
}

.fb-select span {
	position: absolute;
	line-height: 38px;
	right: 20px;
	font-size: 10px;
}

.fb-select select {
	height: 38px;
	background: transparent;
	width: 100%;
	color: #666;
	border: none;
	padding: 0 20px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	z-index: 11;
}

.footer-book textarea {
	height: 80px;
	margin-bottom: 9px;
	padding: 15px 20px;
}

.footer-bottom {
	padding: 30px 0;
	font-size: 16px;
	color: #646464;
	border-top: 1px solid #eeeeee;
}

.footer-bottom i {
	font-size: 25px;
	color: #cacaca;
	margin-left: 7px;
	position: relative;
	top: 4px;
}

.footer-bottom i:first-child {
	margin-left: 15px;
}

.tp-caption b {
	font-weight: 500 !important;
}

.tp-caption2 b {
	font-weight: 700 !important;
}

/* =============================
   17. SLIDER
================================ */

.slider {
	background: #e9ecf5;
	position: relative;
	overflow: hidden;
}

.slider .container {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 100%;
	padding: 13% 11%;
}

.slider .container h2 {
	font-size: 50px;
	line-height: 53px;
	color: #202020;
	position: relative;
	margin: 0 0 55px;
	font-weight: 300;
}

.slider .container h2 b {
	font-weight: 500;
}

.slider .container h2:after {
	content: "";
	background: #CCAE93;
	position: absolute;
	bottom: -18px;
	height: 3px;
	left: 0;
	width: 25%;
	max-width: 168px;
}

.slider .container p {
	margin-bottom: 33px;
}

div.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

div.video iframe,
div.video object,
div.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* =============================
   18. BLOG
================================ */

.blog-detail {
	padding: 25px 0 60px;
}

.blog-detail .meta {
	color: #a3a3a3;
	margin-bottom: 15px;
	display: block;
}

.blog-detail .meta2 {
	color: #CCAE93;
}

.blog-detail .meta2 span {
	margin: 0 9px;
	position: relative;
	top: -4px;
}

.blog-detail h4 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 20px;
}

.blog-detail h4 a {
	color: #202020;
}

.blog-detail h4 a:hover {
	color: #CCAE93;
}

.blog-detail.blog-quote {
	background: whitesmoke;
	padding: 35px 40px 32px;
	margin-bottom: 60px;
}

.blog-detail.blog-quote h4 {
	color: #202020;
	font-style: italic;
	line-height: 35px;
	margin-bottom: 0;
}

/* =============================
   19. SIDEBAR
================================ */

.side-widget h5 {
	font-size: 24px;
	border-bottom: 3px solid #f0f0f0;
	color: #CCAE93;
	padding-bottom: 9px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
}

.side-widget form {
	height: 51px;
	width: 100%;
	position: relative;
}

.side-widget form input {
	width: 100%;
	height: 51px;
	border: none;
	background: #f7f7f7;
	color: #b2b2b2;
	padding: 0 60px 0 26px;
	font-size: 15px;
}

.side-widget form button {
	position: absolute;
	background: transparent;
	border: none;
	top: 0;
	right: 0;
	width: 59px;
	text-align: center;
	line-height: 51px;
	font-size: 14px;
	color: #d1d1d1;
}

.side-widget p {
	margin: 15px 0 18px;
}

.side-widget .ts-social a {
	font-size: 17px;
	margin-right: 4px;
	color: #e5e5e5;
}

.side-widget .ts-social a i {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.side-widget .ts-social a:hover .flaticon-social {
	color: #3B5998;
}

.side-widget .ts-social a:hover .flaticon-social-1 {
	color: #1DA1F2;
}

.side-widget .ts-social a:hover .flaticon-logo {
	color: #0063DC;
}

.side-widget .ts-social a:hover .flaticon-social-media {
	color: #1AB7EA;
}

/* =============================
   20. SHOP
================================ */

.product-total {
	line-height: 44px;
	border: 1px solid #ececec;
	font-size: 15px;
	color: #202020;
	padding: 0 25px;
	text-align: right;
	display: block;
}

.product-sort {
	border: 1px solid #ececec;
	border-top: none;
	padding: 15px 20px;
	display: table;
	width: 100%;
}

.product-sort-1 {
	float: left;
	width: 260px;
}

.product-sort-1 > span {
	color: #202020;
	font-size: 16px;
	float: left;
	line-height: 41px;
	margin-right: 15px;
}

.product-sort-2 {
	float: left;
	width: 222px;
	padding-left: 30px;
}

.product-sort-2 > span {
	color: #202020;
	font-size: 16px;
	float: left;
	line-height: 41px;
	margin-right: 15px;
}

.product-sort .custom-select {
	height: 41px;
	width: 200px;
	background: #f7f7f7;
	position: relative;
}

.product-sort .custom-select > span {
	height: 41px;
	width: 46px;
	text-align: center;
	line-height: 41px;
	font-size: 12px;
	color: #202020;
	border-left: 1px solid #e6e6e6;
	position: absolute;
	top: 0;
	right: 0;
}

.product-sort-1 .custom-select {
	width: 198px;
	float: right;
}

.product-sort-2 .custom-select {
	width: 137px;
	float: right;
}

.custom-select select {
	width: 100%;
	height: 41px;
	border: none;
	font-size: 16px;
	padding: 0 16px;
	color: #8e8e8e;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	z-index: 11;
}

.custom-select option {
	font-size: 15px;
	padding: 4px 10px;
}

.product-sort-3 {
	width: 120px;
	float: right;
}

.product-sort-3 a {
	float: right;
	color: #e6e6e6;
	margin-right: 9px;
	font-size: 16px;
	line-height: 41px;
	display: table;
}

.product-sort-3 a:last-child {
	font-size: 13px;
}

.product-sort-3 a.active {
	color: #CCAE93;
}

.product-sort-3 > span {
	color: #202020;
	font-size: 16px;
	float: left;
	line-height: 41px;
	margin-right: 15px;
}

.product h4 {
	font-size: 16px;
	line-height: 24px;
	padding: 22px 40px 0;
}

.product-price {
	font-size: 18px;
	color: #CCAE93;
	font-family: 'Josefin Sans', sans-serif;
	margin: 7px 0 19px;
}

.product-price span {
	font-size: 13px;
	color: #9c9d9d;
	margin-left: 2px;
	text-decoration: line-through;
}

.product h4 a {
	color: #202020;
}

.product h4 a:hover {
	color: #CCAE93;
}

.shop-list .product h4 {
	padding: 0;
}

.product .btn.btn-primary {
	padding: 9px 18px;
	font-weight: 500;
}

.product .btn.btn-primary i {
	font-size: 13px;
	margin-right: 4px;
}

.product-thumb {
	position: relative;
}

.product {
	cursor: pointer;
}

.product .overlay {
	background: rgba(164, 183, 226, 0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.product:hover .overlay {
	opacity: 1;
	visibility: visible;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.product .overlay a {
	color: #CCAE93;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	background: white;
	display: inline-block;
	margin: 0 5px;
	border: 2px solid white;
	position: relative;
	top: 50%;
	margin-top: -25px;
}

.product .overlay a:hover {
	color: white;
	background: transparent;
	border: 2px solid white;
}

.shop-nav {
	padding: 23px;
	border-top: 1px solid #f3f3f3;
}

.shop-nav ul {
	padding: 0;
	margin: 0 auto;
	display: table;
}

.shop-nav ul li {
	float: left;
	list-style: none;
	margin: 0 1px;
}

.shop-nav ul li a {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: transparent;
	color: #202020;
	display: table;
	border-radius: 50%;
}

.shop-nav ul li a:hover,
.shop-nav ul li.active a {
	background: #CCAE93;
	color: white;
}

.shop-nav ul li:last-child a {
	width: auto;
	border-radius: 0px;
	color: #8ea3d2;
	background: transparent;
}

#toggle-view {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 10px;
}

#toggle-view li {
	border-bottom: 1px solid #f1f1f1;
	position: relative;
	cursor: pointer;
	color: #202020;
	line-height: 40px;
	display: block;
	padding: 0 5px;
}

#toggle-view li:last-child {
	border-bottom: none;
}

#toggle-view h3 {
	margin: 0;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
}

#toggle-view span {
	position: absolute;
	right: 5px;
	top: 0;
	color: #202020;
	font-size: 13px;
	line-height: 40px;
}

#toggle-view .panel2 {
	display: none;
}

#toggle-view .panel2 a {
	border-top: 1px solid #f1f1f1;
	position: relative;
	cursor: pointer;
	color: #202020;
	line-height: 40px;
	padding: 0 34px;
	display: block;
}

#toggle-view .panel2 a:hover {
	color: #8da0cd;
	display: block;
}

.compare-item {
	font-size: 16px;
	color: #202020;
	margin: 22px 0 3px;
	display: block;
}

.compare-item i {
	font-size: 13px;
	color: #CCAE93;
	float: right;
}

.shop-list .product h4 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 14px;
}

.shop-list .product-price {
	font-size: 24px;
	margin: 12px 0 23px;
}

.shop-list .product-price span {
	font-size: 16px;
}

header .navbar-default .navbar-collapse {
	padding: 0;
	position: absolute;
	background: white;
	z-index: 77;
	height: 62vh;
	overflow: scroll;
	overflow-x: hidden;
}

.ui-datepicker .ui-datepicker-header {
	background: #eaeaea;
	border: none;
	border-radius: 0px;
	padding: 0;
}

.ui-datepicker-calendar thead tr th,
.ui-datepicker-calendar thead tr {
	background: #CCAE93;
	text-transform: uppercase;
	font-weight: 400;
	color: white;
	font-size: 12px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: none;
}

.ui-datepicker td {
	border: 1px solid #ebebeb;
	text-align: center;
	padding: 0;
	font-size: 16px;
	color: #202020;
	width: 50px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: 0;
	text-align: center;
	text-decoration: none;
	display: table;
	line-height: 50px;
	width: 100%;
	margin: 0;
	background: #f6f6f6;
	font-family: Alegreya Sans;
}

.ui-widget.ui-widget-content {
	border: none;
	padding: 0;
}

.ui-widget.ui-widget-content {
	border: none;
	padding: 0;
	max-width: 370px;
	width: 100%;
	font-family: Alegreya Sans;
	background: #f6f6f6;
}

.ui-datepicker tr {
	background: #f6f6f6;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 44px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: none;
	background: #CCAE93;
	color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: none;
	background: #CCAE93;
	font-weight: normal;
	color: white;
}

.book-app h4 {
	background: #202020;
	line-height: 78px;
	padding: 0 15px;
	color: white;
	font-size: 18px;
	width: 100%;
	max-width: 370px;
	text-align: center;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 0px;
	width: 44px;
	height: 44px;
	left: 0;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 0;
	margin-left: 0;
	top: 0;
	margin-top: 0;
	width: 44px;
	height: 44px;
}

.ui-datepicker table {
	margin: 0;
}

.ui-datepicker .ui-datepicker-prev span {
	background: url(../images/prev-date.png) no-repeat center;
}

.ui-datepicker .ui-datepicker-next span {
	background: url(../images/next-date.png) no-repeat center;
}

.ui-datepicker .ui-datepicker-next {
	right: 0;
	left: auto;
}

.book-app {
	position: relative;
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
	height: 407px;
	overflow: hidden;
}

.step2 {
	background: white;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 25px 30px;
	border: 20px solid #e3e3e3;
	text-align: center;
	top: 110%;
}

.step2 .custom-select {
	background: white;
}

.step2 .custom-select {
	height: 40px;
	width: 100%;
	background: white;
	position: relative;
	border: 1px solid #CCAE93;
}

.step2 .custom-select select {
	height: 40px;
	text-align: center;
}

.step2 .custom-select > span {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #CCAE93;
	border-left: 1px solid #CCAE93;
	position: absolute;
	top: 0;
	right: 0;
}

.step2 input {
	height: 40px;
	width: 100%;
	background: white;
	position: relative;
	border: 1px solid #CCAE93;
	padding: 0 20px;
	text-align: center;
}

.step2 label {
	font-size: 13px;
	text-transform: uppercase;
	margin: 10px 0;
	letter-spacing: 1px;
}

.step2 button {
	margin-top: 20px;
}

.step2 {
	top: 100%;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.step2.active {
	top: 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.header-home2 {
	background: #544741;
	height: 78px;
}

.header-home2 .navbar-default .navbar-collapse {
	position: static;
	background: transparent;
	width: auto;
}

.header-home2 .navbar-default .navbar-nav {
	position: static;
}

.header-home2 .dropdown-menu {
	width: 1185px !important;
}

.header-home2 .dropdown-menu-v3 {
	width: 300px !important;
}

.header-home2 .navbar-default .navbar-header {
	float: none;
	width: 100%;
	border-bottom: none;
	padding-bottom: 21px;
	background: transparent;
}

.header-home2 .navbar-default .navbar-nav > li > a {
	padding: 29px 0 29px;
	font-family: "Oswald", serif;
	color: #e3d9b6;
	font-size: 15px;
	background: transparent !important;
	text-transform: uppercase;
}

header.header-home2 .navbar-default .navbar-nav > .open > a,
header.header-home2 .navbar-default .navbar-nav > .open > a:hover,
header.header-home2 .navbar-default .navbar-nav > .open > a:focus {
	color: #9f897f;
}

.header-home2 .navbar-default .navbar-brand {
	float: left;
	height: auto;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	border-right: none;
	margin: 0;
	display: table;
}

.header-home2 .navbar-default .navbar-nav > li.active > a,
.header-home2 .navbar-default .navbar-nav > li > a:hover {
	color: #9f897f;
}

.header-home2 .navbar-default .navbar-nav > li {
	padding: 0;
	margin: 0 0 0 60px;
}

.header-home2 .navbar-default .navbar-nav > li:last-child {
	margin: 0 0 0 60px;
}

.header-home2 .navbar-default .navbar-nav > li:last-child a i {
	margin-right: 9px;
}

.header-home2 .navbar-default .navbar-nav > li:last-child a {
	border: 1px solid #7a6b64;
	color: #a48d83;
	height: 43px;
	line-height: 41px;
	padding: 0 30px;
	margin-top: 18px;
}

.header-home2 .navbar-default .navbar-nav > li:last-child a:hover {
	border: 1px solid #7a6b64 !important;
	color: white !important;
	background: #7a6b64 !important;
}

.header-home2 .dropdown-menu .dropdown-links a:hover,
.header-home2 .dropdown-menu.dropdown-menu-v3 a:hover {
	color: #e3d9b8;
}

.service3-banner {
	margin-top: 20px;
}

.slider2 {
	background: #000;
}

.slider2 .item {
	padding: 257px 0 215px;
}

.slider2-content h2 {
	font-size: 96px;
	color: white;
	line-height: 96px;
	text-transform: uppercase;
	font-family: Oswald;
}

.slider2-content h5 {
	font-size: 39px;
	color: white;
	line-height: 50px;
	text-transform: uppercase;
	font-family: Oswald;
	font-weight: 300;
	letter-spacing: 0.325em;
}

.slider2-content p {
	font-size: 18px;
	line-height: 24px;
	color: white;
	font-family: Montserrat;
	padding: 0 27%;
	margin: 18px 0 44px;
}

.slider2-content a {
	background: #e3d9b6;
	line-height: 43px;
	padding: 0 34px;
	text-transform: uppercase;
	font-size: 14px;
	color: #544741;
	font-family: Montserrat;
	display: inline-block;
}

.slider2-content a:hover {
	background: #544741;
	color: white;
}

.header-contact2 {
	background: transparent;
	height: 137px;
	position: relative;
	z-index: 11;
	display: table;
	margin: 0 auto -137px;
}

.header-contact2 .container div {
	float: left;
	margin-right: 50px;
	padding: 30px 0;
	position: relative;
}

.header-contact2 .container div i {
	font-size: 13px;
	margin: 0 0 15px;
	display: block;
	color: white;
	position: absolute;
	top: 36px;
	left: 0;
	width: 30px;
}

.header-contact2 .container div p {
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	font-family: Montserrat;
	color: white;
	padding-left: 30px;
}

.header-style2 {
	font-size: 40px;
	font-family: Oswald;
	padding: 0 15px;
	color: #544741;
	padding-bottom: 9px;
	border-bottom: 4px double #e3d9b6;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.service3-item {
	text-align: center;
}

.service3-item span {
	font-size: 35px;
	color: #c0b386;
	font-family: Oswald;
}

.service3-item span em {
	font-size: 15px;
	vertical-align: top;
	position: relative;
	top: 4px;
}

.service3-item h4 {
	font-size: 24px;
	color: #544741;
	font-family: Montserrat;
	margin: 17px 0 7px;
}

.service3-item p {
	font-size: 15px;
	line-height: 24px;
	color: #544741;
	font-family: Montserrat;
	margin: 0;
}

.service3-banner {
	background: #e3ded3;
	padding: 48px 20px 0 225px;
	position: relative;
	height: 151px;
}

.service3-banner span {
	height: 171px;
	line-height: 166px;
	width: 129px;
	background: #c0b386;
	border: 3px solid #544741;
	display: table;
	position: absolute;
	top: -10px;
	left: 24px;
	text-align: center;
	font-family: Oswald;
	font-size: 80px;
	color: #544741;
	font-weight: 300;
}

.service3-banner span em {
	font-size: 24px;
	font-weight: 400;
	vertical-align: top;
	margin-left: 5px;
	position: relative;
	top: -22px;
}

.service3-banner h4 {
	font-size: 50px;
	color: #544741;
	font-family: Oswald;
	margin: 0 0 4px;
}

.service3-banner p {
	font-size: 16px;
	line-height: 24px;
	color: #544741;
	font-family: Montserrat;
}

.service3-banner a {
	background: #544741;
	line-height: 35px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 15px;
	color: white;
	font-family: Montserrat;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 20px;
	border: 1px solid #544741;
	z-index: 11;
}

.service3-banner a:hover {
	background: transparent;
	color: #544741;
	border: 1px solid #544741;
}

.service3-banner:after {
	content: "";
	width: 136px;
	height: 134px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	position: absolute;
	top: 10px;
	right: 8px;
}

.service3-banner:before {
	content: "";
	width: 136px;
	height: 134px;
	border-left: 2px solid white;
	border-top: 2px solid white;
	position: absolute;
	top: 10px;
	left: 176px;
}

.border2 {
	border-right: 4px double #e3d9b6;
}

.beard-styles {
	background: whitesmoke;
}

.bs-item {
	background: #544741;
	cursor: pointer;
	position: relative;
}

.bs-item:hover {
	border: 3px solid #544741;
}

.bs-item img {
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.bs-item:hover img {
	opacity: 0.5;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.bs-item span {
	font-family: Oswald;
	font-size: 45px;
	color: white;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 11;
	opacity: 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.bs-item span em {
	font-size: 24px;
	font-weight: 400;
	vertical-align: top;
	margin-left: 3px;
	position: relative;
	top: 2px;
}

.bs-item:hover span {
	opacity: 1;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.cta2 {
	background: url(../images/home/02/8.jpg) no-repeat center;
	background-size: cover;
	padding: 64px 0;
	font-size: 60px;
	font-family: Oswald;
	color: white;
}

.cta2 span {
	border-bottom: 2px solid white;
	font-weight: 300;
}

.img-wrap {
	position: relative;
	margin-bottom: 20px;
}

.img-wrap:after {
	content: "";
	height: 202px;
	width: 202px;
	border: 3px solid #e3d9b6;
	position: absolute;
	bottom: -20px;
	right: -20px;
	border-left: none;
	border-top: none;
}

.clients2 h3 {
	font-size: 40px;
	font-family: Oswald;
	color: #544741;
	margin: 0 0 26px;
}

.clients2 p {
	font-family: Montserrat;
	font-size: 15px;
	line-height: 24px;
	color: #544741;
	margin: 0 0 25px;
}

.clients2 ul {
	margin-bottom: 17px;
}

.clients2 ul li {
	font-family: Montserrat;
	font-size: 15px;
	line-height: 24px;
	color: #544741;
	margin-bottom: 13px;
}

.clients2 ul li i {
	margin-right: 14px;
	color: #e3d9b6;
}

.clients2 p.lead {
	font-family: Oswald;
	color: #c0b386;
	font-size: 35px;
	font-weight: 400;
	line-height: 60px;
}

.clients2 p.lead i {
	font-size: 26px;
	position: relative;
	top: -4px;
}

.clients2 p.lead a {
	margin-left: 30px;
	line-height: 60px;
	border: 2px solid #c0b386;
	color: #c0b386;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0 35px;
	display: inline-block;
	float: none;
}

.clients2 p.lead a:hover {
	background: #c0b386;
	color: white;
}

.pricing2 {
	background: #f2f2f2;
}

.pricing2-item {
	padding: 50px;
	background: #e3d9b6;
}

.pricing2-item h4 {
	color: #544741;
	font-size: 30px;
	font-family: Oswald;
}

.pricing2-item p {
	font-size: 15px;
	color: #544741;
	font-family: Montserrat;
	line-height: 24px;
	margin: 25px 0 47px;
}

.pricing2-item li {
	font-size: 15px;
	color: #544741;
	font-family: Montserrat;
	line-height: 24px;
	margin: 0 0 2px;
}

.pricing2-item li i {
	font-size: 10px;
	margin-right: 8px;
	position: relative;
	top: -2px;
}

.pricing2-item .price {
	color: white;
	font-size: 60px;
	font-family: Oswald;
	margin: 0 0 50px;
}

.pricing2-item .price span {
	font-size: 18px;
	vertical-align: top;
	margin-left: -9px;
	position: relative;
	top: 6px;
}

.pricing2-item .price em {
	font-size: 16px;
	position: relative;
	font-family: Montserrat;
}

.pricing2-item a {
	width: 65px;
	height: 65px;
	background: #544741;
	display: inline-block;
	line-height: 65px;
	text-align: center;
	border-radius: 50%;
	margin: 56px 0 -15px;
	color: white;
	float: right;
}

.pricing2-item a:hover {
	background: #544741;
	color: white;
	text-decoration: none;
}

.pricing2-item.popular {
	padding: 50px;
	background: #544741;
	position: relative;
}

.pricing2-item .best-deal {
	background: white;
	color: #544741;
	height: 35px;
	line-height: 35px;
	width: 125px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Montserrat;
	position: absolute;
	top: 15px;
	right: 15px;
}

.pricing2-item.popular h4 {
	color: white;
	font-size: 30px;
	font-family: Oswald;
}

.pricing2-item.popular p {
	font-size: 15px;
	color: #e3d9b6;
	font-family: Montserrat;
	line-height: 24px;
	margin: 25px 0 47px;
}

.pricing2-item.popular li {
	font-size: 15px;
	color: #e3d9b6;
	font-family: Montserrat;
	line-height: 24px;
	margin: 0 0 2px;
}

.pricing2-item.popular li i {
	font-size: 10px;
	margin-right: 8px;
	position: relative;
	top: -2px;
}

.pricing2-item.popular .price {
	color: white;
	font-size: 60px;
	font-family: Oswald;
	margin: 0 0 50px;
}

.pricing2-item.popular .price span {
	font-size: 18px;
	vertical-align: top;
	margin-left: -9px;
	position: relative;
	top: 6px;
}

.pricing2-item.popular .price em {
	font-size: 16px;
	position: relative;
	font-family: Montserrat;
}

.pricing2-item.popular a {
	width: 65px;
	height: 65px;
	background: #e3d9b6;
	display: inline-block;
	line-height: 65px;
	text-align: center;
	border-radius: 50%;
	margin: 56px 0 -15px;
	color: white;
	float: right;
}

.pricing2-item.popular a:hover {
	background: #e3d9b6;
	color: white;
	text-decoration: none;
}

.testimonial2 {
	background: url(../images/home/02/10.jpg) no-repeat center;
	background-size: cover;
}

.t2-item {
	border: 3px solid #e3d9b6;
	border-top: none;
	padding: 125px;
	position: relative;
}

.t2-item:after {
	content: "";
	height: 3px;
	background: #e3d9b6;
	width: 45%;
	position: absolute;
	top: 0;
	left: 0;
}

.t2-item:before {
	content: "";
	height: 3px;
	background: #e3d9b6;
	width: 45%;
	position: absolute;
	top: 0;
	right: 0;
}

.t2-item-inner {
	margin-left: 200px;
}

.t2-item h4 {
	font-family: Montserrat;
	color: #e3d9b6;
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 20px;
}

.t2-item h4 span {
	color: white;
	font-size: 16px;
	font-style: italic;
	display: block;
}

.t2-item p {
	font-family: Montserrat;
	color: #e3d9b6;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 35px;
}

.t2-item .date {
	font-size: 18px;
	color: #e3d9b6;
	border-top: 4px double rgba(255, 255, 255, 0.3);
	display: table;
	padding-top: 7px;
	font-family: Montserrat;
}

.clients hr {
	margin: 0;
	border-top: 2px solid whitesmoke;
}

.team-item2 h4 {
	color: #c0b386;
	font-size: 30px;
	font-family: Oswald;
	margin: 40px 0 0;
}

.team-item2 h4 span {
	font-size: 18px;
	font-style: italic;
	display: block;
	color: #544741;
	font-family: Montserrat;
	margin: 20px 0;
}

.team-item2 p {
	font-family: Montserrat;
	color: #544741;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 18px;
}

.team-item2 p a {
	color: #c0b386;
	font-size: 15px;
}

.team2-social a {
	border: 2px solid #544741;
	line-height: 49px;
	width: 30px;
	text-align: center;
	color: #544741;
	background: #e3d9b6;
	margin: 0 4px;
	display: inline-block;
}

.team2-social a:hover {
	border: 2px solid #544741;
	color: #e3d9b6;
	background: #544741;
}

.team2-img {
	position: relative;
}

.team2-img:after {
	content: "";
	height: 202px;
	width: 202px;
	border: 3px solid #e3d9b6;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-left: none;
	border-top: none;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.team2-img:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: white;
	opacity: 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.team2-img:hover:after {
	content: "";
	opacity: 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.team2-img:hover:before {
	content: "";
	opacity: 0.6;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.footer2 {
	background: #544741;
	font-family: Montserrat;
	color: #a59288;
}

.footer2 h5 {
	font-family: Montserrat;
	color: #e3d9b6;
	font-size: 18px;
}

.footer2 li,
.footer2 li.closed,
.footer2 li span {
	color: #a59288;
	font-size: 15px;
}

.footer2 li.closed span {
	color: #e3d9b6;
}

.footer2 .contact-info {
	padding-left: 0;
	position: relative;
	margin: 0 0 20px;
	font-family: Montserrat;
	color: #a59288;
	font-size: 14px;
	line-height: 24px;
}

.footer2 .contact-info i {
	color: #e3d9b6;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin: 0;
	width: 30px;
}

.footer2 .contact-info span {
	display: inline-block;
	padding-left: 30px;
}

.footer2 .timings li {
	margin-bottom: 37px;
}

.footer2 .footer-book p {
	color: #a59288;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 20px;
	font-family: Montserrat;
}

.footer2 .footer-book input {
	height: 42px;
	background: #675a54;
	color: #95827a;
}

.footer2 .footer-book select {
	height: 42px;
	background: #675a54;
	color: #95827a;
}

.footer2 .footer-book textarea {
	height: 84px;
	background: #675a54;
	color: #95827a;
	margin: 0 0 20px;
}

.footer2 ::-webkit-input-placeholder {
  	color: #95827a;
}

.footer2 ::-moz-placeholder {
  	color: #95827a;
}

.footer2 :-ms-input-placeholder {
  	color: #95827a;
}

.footer2 :-moz-placeholder {
  	color: #95827a;
}

.footer2 .fb-select {
	background-color: transparent;
	margin-bottom: 10px;
}

.footer2 .fb-select span {
	z-index: 15;
	color: #95827a;
}

.footer2 .fb-select select {
	border-radius: 0;
}

.footer2 .btn-primary {
	background: #e3d9b6;
	color: #544741;
	font-size: 14px;
	font-family: Montserrat;

	transition-duration: .2s;
}

.footer2 .btn-primary:hover {
	background: rgba(0, 0, 0, 0.7);
	color: #e3d9b6;
}

.footer2 .footer-book button[type='submit'] {
	position: relative;
}

.footer2 .footer-book button[type='submit']:after {
	content: " ";
    position: absolute;
    right: -4px;
    bottom: -4px;
    background-color: #e3d9b6;
    width: 2px;
    height: 100%;

	transition-duration: .2s;
}

.footer2 .footer-book button[type='submit']:before {
	content: " ";
	position: absolute;
	right: -4px;
	bottom: -4px;
	background-color: #e3d9b6;
	width: 36px;
	height: 2px;

	transition-duration: .2s;
}

.footer2 .footer-book button[type='submit']:hover:before, .footer2 .footer-book button[type='submit']:hover:after {
	background-color: rgba(0, 0, 0, 0.7);
}

.gallery-footer li {
	float: left;
	width: 70px;
	margin: 0 10px 10px 0;
}

.footer2 + .footer-bottom {
	background: #544741;
	border-top: 4px double #675a54;
	color: #e3d9b6;
	font-family: Montserrat;
	font-size: 14px;
}

.footer-bottom2 i {
	color: #675953;
}

.footer-bottom2 i:hover {
	color: #99877F;
}

.footer-bottom2 .copyright-text {
	color: #9A887F;
	font-size: 12px;
}

.footer-bottom2 .copyright-text, .footer-bottom2 .support-text {
	line-height: 34px;
}

.footer-bottom2 .payment-icons {
	display: inline-block;
	line-height: 26px;
}

.ts-social-alt, .single-team .team-single-info .ts-social {
	top: 11px;
}

.no-margin {
	margin: 0;
}

.cart-table2 {
	border: 1px solid #e8e8e8;
	background: white;
	margin-bottom: 30px;
}

.cart-table2 thead {
	border: none;
	background: #f8f8f8;
	color: #1d1e20;
	font-size: 15px;
}

.cart-table2 thead tr th {
	padding: 0 25px;
	height: 40px;
	font-weight: 400;
	vertical-align: middle;
	border: none;
}

.cart-table2 tbody tr {
	border-bottom: 1px solid #e8e8e8;
}

.cart-table2 tbody tr td {
	padding: 20px 25px;
	vertical-align: middle;
	border: none;
	font-size: 16px;
}

.cart-table2 .amount,
.cart-table2 .total {
	font-size: 16px;
	color: #666666;
}

.cart-table2 i {
	color: #cccccc;
	cursor: pointer;
	float: right;
}

.cart-table2 i:hover {
	color: #ed4848;
}

.cart_totals {
	text-align: right;
}

.cart_totals .table tbody tr {
	border: 1px solid #e8e8e8;
}

.cart_totals .table tbody tr th {
	border: 1px solid #f7f7f7;
	height: 60px;
	vertical-align: middle;
	padding: 0 25px;
	background: #f7f7f7;
	color: #1d1e20;
	font-size: 15px;
	font-weight: 400;
	width: 85%;
	text-align: right;
}

.cart_totals .table tbody tr td {
	border: 1px solid #f7f7f7;
	height: 60px;
	vertical-align: middle;
	padding: 0 25px;
	color: #666666;
	font-size: 16px;
	background: #f7f7f7;
}

.qty {
	width: 36px;
	height: 35px;
	text-align: center;
	border: 1px solid #e8e8e8;
	margin: 0 -4px 0 -3px;
	position: relative;
	top: -2px;
	background: white;
	color: #666666;
	font-size: 15px;
}

input.qtyplus {
	width: 36px;
	height: 35px;
	border: none;
	background: #f8f8f8;
	padding: 0;
	border-radius: 0 4px 4px 0;
	font-weight: bold;
	font-size: 17px;
	color: #999999;
	position: relative;
	top: -1px;
}

input.qtyminus {
	width: 36px;
	height: 35px;
	border: none;
	background: #f8f8f8;
	padding: 0;
	border-radius: 4px 0 0 4px;
	font-weight: bold;
	font-size: 21px;
	color: #999999;
}

.cart-table2 a {
	color: #202020;
}

.cart-table2 .stock {
	color: #CCAE93;
}

.cart-table2 a.remove i {
	color: #CCAE93;
}

.cart-table2 a.remove:hover i {
	color: #202020;
}

.slider2-carousel .slick-dots {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 230px;
	left: 0;
	margin: 0 auto;
}

.slider2-carousel .slick-dots li {
	margin-bottom: 0;
	opacity: 1;
	float: left;
	width: 70px;
	height: 9px;
	margin: 0 3px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.slider2-carousel .slick-dots li button {
	border: 3px solid #b1a99b;
	height: 9px;
	width: 100%;
	padding: 0;
	font-size: 0px;
	background: transparent;
}

.slider2-carousel .slick-dots li.slick-active {
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.slider2-carousel .slick-dots li.slick-active button {
	border: 3px solid white;
	height: 9px;
	width: 100%;
	padding: 0;
	font-size: 0px;
}

.slider2-carousel .slick-dots li:hover {
	cursor: pointer;
}

.header-color2 .topbar {
	background: #90d7c9;
}

.header-color2 .topbar .topbar--right .topbar--right-lang .lang {
	background: #90d7c9;
}

.header-color2 header .navbar-default .header-phone i {
	color: #90d7c9;
}

.header-color2 header .navbar-default .cart-head span em {
	background: #90d7c9;
}

.header-color2 header .dropdown-menu .dropdown-links a:hover {
	color: #90d7c9;
}

.header-color2 header .btn.btn-primary {
	background: #90d7c9;
}

.header-color2 header .btn.btn-primary:hover {
	background: #202020;
}

.header-color2 header .dropdown-sp h6 {
	color: #90d7c9;
}

.header-color2 header .dropdown-product span {
	color: #90d7c9;
}

.header-color2 header .dropdown-sp li p a:hover {
	color: #90d7c9;
}

.header-color2 header .navbar-default .navbar-nav > li > a:hover {
	color: #90d7c9;
}

.header-color2 header .navbar-default .navbar-nav > li > a:hover i {
	color: #90d7c9;
}

.header-color3 .topbar {
	background: #98c1d1;
}

.header-color3 .topbar .topbar--right .topbar--right-lang .lang {
	background: #98c1d1;
}

.header-color3 header .navbar-default .header-phone i {
	color: #98c1d1;
}

.header-color3 header .navbar-default .cart-head span em {
	background: #98c1d1;
}

.header-color3 header .dropdown-menu .dropdown-links a:hover {
	color: #98c1d1;
}

.header-color3 header .btn.btn-primary {
	background: #98c1d1;
}

.header-color3 header .btn.btn-primary:hover {
	background: #202020;
}

.header-color3 header .dropdown-sp h6 {
	color: #98c1d1;
}

.header-color3 header .dropdown-product span {
	color: #98c1d1;
}

.header-color3 header .dropdown-sp li p a:hover {
	color: #98c1d1;
}

.header-color3 header .navbar-default .navbar-nav > li > a:hover {
	color: #98c1d1;
}

.header-color3 header .navbar-default .navbar-nav > li > a:hover i {
	color: #98c1d1;
}

.header-color4 .topbar {
	background: #e81d62;
}

.header-color4 .topbar .topbar--right .topbar--right-lang .lang {
	background: #e81d62;
}

.header-color4 header .navbar-default .header-phone i {
	color: #e81d62;
}

.header-color4 header .navbar-default .cart-head span em {
	background: #e81d62;
}

.header-color4 header .dropdown-menu .dropdown-links a:hover {
	color: #e81d62;
}

.header-color4 header .btn.btn-primary {
	background: #e81d62;
}

.header-color4 header .btn.btn-primary:hover {
	background: #202020;
}

.header-color4 header .dropdown-sp h6 {
	color: #e81d62;
}

.header-color4 header .dropdown-product span {
	color: #e81d62;
}

.header-color4 header .dropdown-sp li p a:hover {
	color: #e81d62;
}

.header-color4 header .navbar-default .navbar-nav > li > a:hover {
	color: #e81d62;
}

.header-color4 header .navbar-default .navbar-nav > li > a:hover i {
	color: #e81d62;
}

.header-color5 .topbar {
	background: #6639b6;
}

.header-color5 .topbar .topbar--right .topbar--right-lang .lang {
	background: #6639b6;
}

.header-color5 header .navbar-default .header-phone i {
	color: #6639b6;
}

.header-color5 header .navbar-default .cart-head span em {
	background: #6639b6;
}

.header-color5 header .dropdown-menu .dropdown-links a:hover {
	color: #6639b6;
}

.header-color5 header .btn.btn-primary {
	background: #6639b6;
}

.header-color5 header .btn.btn-primary:hover {
	background: #202020;
}

.header-color5 header .dropdown-sp h6 {
	color: #6639b6;
}

.header-color5 header .dropdown-product span {
	color: #6639b6;
}

.header-color5 header .dropdown-sp li p a:hover {
	color: #6639b6;
}

.header-color5 header .navbar-default .navbar-nav > li > a:hover {
	color: #6639b6;
}

.header-color5 header .navbar-default .navbar-nav > li > a:hover i {
	color: #6639b6;
}

.header-color6 .topbar {
	background: #fe5621;
}

.header-color6 .topbar .topbar--right .topbar--right-lang .lang {
	background: #fe5621;
}

.header-color6 header .navbar-default .header-phone i {
	color: #fe5621;
}

.header-color6 header .navbar-default .cart-head span em {
	background: #fe5621;
}

.header-color6 header .dropdown-menu .dropdown-links a:hover {
	color: #fe5621;
}

.header-color6 header .btn.btn-primary {
	background: #fe5621;
}

.header-color6 header .btn.btn-primary:hover {
	background: #202020;
}

.header-color6 header .dropdown-sp h6 {
	color: #fe5621;
}

.header-color6 header .dropdown-product span {
	color: #fe5621;
}

.header-color6 header .dropdown-sp li p a:hover {
	color: #fe5621;
}

.header-color6 header .navbar-default .navbar-nav > li > a:hover {
	color: #fe5621;
}

.header-color6 header .navbar-default .navbar-nav > li > a:hover i {
	color: #fe5621;
}

.header-color7 .topbar {
	background: #374046;
}

.header-color7 .topbar .topbar--right .topbar--right-lang .lang {
	background: #374046;
}

.header-color7 header .navbar-default .header-phone i {
	color: #374046;
}

.header-color7 header .navbar-default .cart-head span em {
	background: #374046;
}

.header-color7 header .dropdown-menu .dropdown-links a:hover {
	color: #374046;
}

.header-color7 header .btn.btn-primary {
	background: #374046;
}

.header-color7 header .btn.btn-primary:hover {
	background: #202020;
}

.header-color7 header .dropdown-sp h6 {
	color: #374046;
}

.header-color7 header .dropdown-product span {
	color: #374046;
}

.header-color7 header .dropdown-sp li p a:hover {
	color: #374046;
}

.header-color7 header .navbar-default .navbar-nav > li > a:hover {
	color: #374046;
}

.header-color7 header .navbar-default .navbar-nav > li > a:hover i {
	color: #374046;
}

.topbar2 {
	background: #fff;
	height: 47px;
	line-height: 47px;
}

.topbar2 .topbar--right-lang {
	margin-left: 10px;
	margin-top: 0;
	width: 45px;
	position: relative;
	line-height: 47px;
	display: table;
	height: 47px;
}

.topbar2 .topbar--right-lang span {
	color: white;
	font-size: 15px;
	line-height: 24px;
	float: left;
}

.topbar2 .topbar--right-lang .lang {
	color: #333;
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
	width: 45px;
	height: 22px;
	background: #fff;
	padding: 0 5px;
	position: absolute;
	top: 11px;
	overflow: hidden;
	z-index: 77;
	font-family: 'Josefin Sans', sans-serif;
}

.topbar2 .topbar--right-lang .lang:hover {
	height: 70px;
}

.topbar2 .topbar--right-lang .lang a {
	color: #8f8f8f;
	display: table;
	float: none;
}

.topbar2 .topbar--right-lang .lang a i {
	font-size: 13px;
	margin-left: 2px;
}

.topbar2 .topbar--right-lang .lang a:first-child {
	color: #8f8f8f;
}

.topbar2 .topbar--right-lang .lang a:first-child:hover {
	color: white;
}

.topbar2 .topbar--right-lang .lang a:hover {
	color: white;
	background: #333;
}

.topbar2 .topbar--right-currency {
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 0;
	width: 70px;
	position: relative;
	line-height: 47px;
	display: table;
	height: 47px;
}

.topbar2 .topbar--right-currency span {
	color: white;
	font-size: 15px;
	line-height: 24px;
	float: left;
}

.topbar2 .topbar--right-currency .currency {
	color: white;
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
	width: 70px;
	height: 22px;
	background: #333333;
	padding: 0 5px;
	position: absolute;
	top: 11px;
	overflow: hidden;
	z-index: 77;
	font-family: 'Josefin Sans', sans-serif;
}

.topbar2 .topbar--right-currency .currency:hover {
	height: 75px;
}

.topbar2 .topbar--right-currency .currency a {
	color: #8f8f8f;
	display: table;
	float: none;
}

.topbar2 .topbar--right-currency .currency a i {
	font-size: 13px;
	margin-left: 2px;
}

.topbar2 .topbar--right-currency .currency a:first-child {
	color: #8f8f8f;
}

.topbar2 .topbar--right-currency .currency a:first-child:hover {
	color: white;
}

.topbar2 .topbar--right-currency .currency a:hover {
	color: white;
}

.topbar2 p {
	font-size: 15px;
	font-family: 'Josefin Sans', sans-serif;
	color: #8f8f8f;
	font-weight: 600;
	line-height: 47px;
	margin-left: -40px;
	padding-left: 40px;
}

.topbar2 p i {
	background: #ccAE93;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	color: white;
	font-size: 11px;
	border-radius: 50%;
	font-weight: 400;
	margin-left: 5px;
	margin-right: 3px;
}

.topbar--right-social a {
	background: #ccAE93;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	color: white;
	font-size: 11px;
	border-radius: 50%;
	font-weight: 400;
	margin-left: 4px;
	position: relative;
	top: -2px;
}

.topbar--right-social a:hover {
	color: #ccae93;
	background: #333;
}

@media(max-width: 768px){
  #navbar .dropdown .dropdown-menu {
    display: none;
  }

  #navbar .dropdown ul a {
    color: #fff;
  }

  #navbar .dropdown ul a:hover {
    color: #a4b7e2;
  }

  #navbar .dropdown.open .dropdown-menu {
    display: block;
  }

  #navbar .dropdown.open .dropdown-menu a {
    padding: 10px 15px 10px 25px;
  }


  #navbar .dropdown.open .dropdown-links ul a {
    padding: 10px 15px 10px 25px;
    line-height: 20px;
  }
}

header.header-home3 .navbar-default .navbar-collapse {
	padding: 0;
	position: relative;
	background: #333;
	z-index: 77;
	height: 62vh;
	overflow: scroll;
	overflow-x: hidden;
	width: auto;
	float: right;
	margin-right: 10px;
}

header.header-home3 .navbar-default .navbar-header {
	border-bottom: none;
	width: auto;
	float: left;
}

header.header-home3 .navbar-default .navbar-brand {
	border: none;
	margin: 30px 0 0;
	padding-left: 0;
}

header.header-home3 {
	background: #333;
	height: 157px;
}

header.header-home3 .navbar-default .navbar-nav > li > a {
	padding: 45px 0 45px;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

header.header-home3 .navbar-default .navbar-nav > li > a:hover {
	color: #ccAE93;
	background: transparent;
}

.header-home3 .dropdown-menu.dropdown-menu-v3 a:hover {
	color: #ccae93;
}

.book-appointment3 {
	margin-left: 60px;
	margin-top: 34px;
	position: relative;
	z-index: 11;
}

.book-appointment3 a {
	line-height: 41px;
	background: #ccae93;
	padding: 0 35px;
	font-size: 15px;
	color: white;
	display: inline-block;
	border-radius: 40px;
	font-weight: 600;
	font-family: Josefin Sans, sans-serif;
}

.book-appointment3 a i {
	font-weight: 400;
	margin-right: 2px;
	font-size: 13px;
}

.book-appointment3 a:hover {
	background: #fff;
	color: #333;
}

.slider3 .item {
	height: 594px;
}

.slider3 .container {
	height: 594px;
	position: relative;
}

.slider3 .container .col-md-5 {
	height: 594px;
	position: relative;
	z-index: 33;
	padding-right: 115px;
	padding-bottom: 30px;
	padding-top: 132px;
}

.slider3 .container .col-md-5:after {
	content: "";
	background: #CCAE93;
	position: absolute;
	height: 100%;
	right: 0;
	width: 200%;
	top: 0;
	opacity: 0.6;
	z-index: -1;
}

.slider3 .item h4 {
	font-size: 55px;
	color: white;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	display: table;
	float: left;
}

.slider3 .item h4 span {
	font-size: 40px;
	display: block;
	text-align: right;
	margin-bottom: -22px;
	width: 100%;
}

.slider3 .item p {
	font-size: 24px;
	line-height: 30px;
	color: white;
	font-weight: 400;
	font-family: Tahoma;
	margin: 20px 0 35px;
	position: relative;
	top: 0;
}

.slider3 .item a {
	line-height: 41px;
	border: 2px solid white;
	padding: 0 40px;
	font-size: 15px;
	color: white;
	display: inline-block;
	border-radius: 40px;
	font-weight: 600;
	font-family: Josefin Sans, sans-serif;
}

.slider3 .item a i {
	font-weight: 400;
	margin-right: 2px;
	font-size: 13px;
}

.slider3 .item a:hover {
	background: #333;
	color: white;
	border: 2px solid #333;
}

.slider3 .item em {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	color: white;
	font-size: 18px;
	font-style: italic;
	position: absolute;
	bottom: 39px;
	width: 100%;
	left: 15px;
}

.welcome3 {
	border: 1px solid #ccAE93;
	padding: 55px 0;
}

.welcome3 h5 {
	font-size: 35px;
	color: #ccAE93;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	margin: 0 0 5px;
}

.welcome3 span {
	font-size: 24px;
	color: #ccae93;
	font-family: Kaushan Script;
	display: block;
	margin: 0 0 20px;
}

.welcome3 p {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 45px;
}

.welcome3 .btn-default {
	background: #ccae93;
	padding: 0 35px;
	line-height: 41px;
	border-radius: 41px;
	margin-right: 30px;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 5px;
}

.welcome3 .btn-default:hover {
	background: #202020;
}

.welcome3 .btn-primary {
	background: #ccAE93;
	padding: 0 35px;
	line-height: 41px;
	border-radius: 41px;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
}

.section-head3 h3 {
	font-size: 40px;
	font-family: Kaushan Script;
	color: #ccae93;
	margin: 0 0 7px;
}

.section-head3-BGBL h3 {
	font-size: 40px;
	font-family: Kaushan Script;
	color: #fff;
	margin: 0 0 7px;
}

.section-head3 p {
	font-size: 18px;
	line-height: 24px;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
}

.section-head3-BGBL p {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: #ccae93;
}

.service4 ul li {
	font-size: 16px;
	font-family: Tahoma;
	color: #333;
	margin: 0 0 15px;
}

.service4 ul li span {
	color: #ccAE93;
	float: right;
}

.service4 h5 {
	font-family: 'Josefin Sans', sans-serif;
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	padding: 0 44px 20px;
	border-bottom: 2px solid #ccAE93;
	display: table;
	margin: 0 auto 30px;
}

.cta4 {
	background: url(../images/home/04/2.jpg) no-repeat center;
	background-size: cover;
}

.cta4 h4 {
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 40px;
}

.cta4 h4 span {
	display: block;
	font-size: 20px;
	margin-top: 5px;
}

.cta4 a {
	font-size: 16px;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	line-height: 41px;
	border: 2px solid white;
	display: inline-block;
	padding: 0 47px;
	border-radius: 41px;
	float: right;
	margin-top: 12px;
}

.cta4 a:hover {
	background: white;
	color: #333;
}

.service5 {
	background: whitesmoke;
}

.service-item5 {
	text-align: center;
}

.service-item5 .service5-img {
	position: relative;
	display: table;
	margin: 0 auto;
	border-radius: 50%;
}

.service-item5 .service5-img span {
	width: 70px;
	height: 70px;
	background: #ccAE93;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	font-size: 20px;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	display: table;
	position: absolute;
	top: 5px;
	right: 0;
}

.service-item5 h4 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	font-family: 'Josefin Sans', sans-serif;
	margin: 44px 0 20px;
}

.service-item5 .btn-default {
	background: #ccae93;
	padding: 0 25px;
	line-height: 41px;
	border-radius: 41px;
	font-family: 'Josefin Sans', sans-serif;
	display: table;
	margin: 0 auto;
	font-weight: 600;
	font-size: 15px;
}

.service-item5 .btn-default:hover {
	background: #ccAE93;
}

.search-trigger.search-trigger2 a {
	cursor: pointer;
}

.search-wrap2 {
	background: white;
	position: absolute;
	top: auto;
	left: 0;
	height: auto;
	width: 100%;
	z-index: 55;
	padding-right: 40px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	opacity: 0;
	visibility: hidden;
	padding: 11px 15px;
	z-index: 100;
}

.search-wrap2.active {
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	opacity: 1;
	visibility: visible;
}

.search-wrap2 input {
	border: none;
	height: 42px;
	width: 100%;
	font-size: 18px;
	background: transparent;
}

.search-wrap2 .sw2-close {
	position: absolute;
	color: #101419;
	right: 15px;
	top: 20px;
	font-size: 24px;
	cursor: pointer;
}

.search-wrap2 .sw2-close:hover {
	color: #999;
}

.fb-date label {
	color: #818181;
	font-size: 13px;
	float: right;
	display: table;
	position: relative;
	top: 27px;
	right: 12px;
	margin-top: -15px;
}

footer .ts-social {
	display: table;
	margin: 0 auto;
}

footer .ts-social a {
	font-size: 17px;
	margin: 0 5px;
	color: #cacaca;
}

footer .ts-social a i {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

footer .ts-social a:hover .flaticon-social {
	color: #3B5998;
}

footer .ts-social a:hover .flaticon-social-1 {
	color: #1DA1F2;
}

footer .ts-social a:hover .flaticon-logo {
	color: #0063DC;
}

footer .ts-social a:hover .flaticon-square {
	color: #f00;
}

footer .ts-social a:hover .flaticon-social-media {
	color: #1AB7EA;
}

.ft-hr {
	border-top: 1px solid #f1f1f1;
}

.fb-date input[type=date]::-webkit-inner-spin-button,
.fb-date input[type=date]::-webkit-calendar-picker-indicator {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}

.date-input input[type=date]::-webkit-inner-spin-button,
.date-input input[type=date]::-webkit-calendar-picker-indicator {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}

.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.recent-posts-side li {
	position: relative;
	padding-left: 0;
	padding-bottom: 25px;
	margin-bottom: 0;
	border-bottom: 0;
}

.recent-posts-side li span {
	color: #202020;
}

.recent-posts-side li span i {
	font-size: 10px;
	margin-right: 6px;
}

.recent-posts-side li h3 {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 24px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 500;
}

.recent-posts-side li h3 a {
	color: #CCAE93;
}

.recent-posts-side li h3 a:hover {
	color: #202020;
}

.side-cat a:hover h3 {
	color: #CCAE93;
}

.back-top {
	width: 49px;
	height: 49px;
	background: #202020;
	border-radius: 50%;
	position: fixed;
	right: 20px;
	bottom: -30px;
	z-index: 999;
	text-align: center;
	color: white;
	font-size: 20px;
	line-height: 47px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.back-top:hover {
	background: #CCAE93;
	color: white;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.back-top.active {
	bottom: 20px;
	opacity: 1;
	visibility: visible;
}

.pricing3 {
	background: #ccae93;
}

.pricing3 .section-head3 h3,
.pricing3 .section-head3 p {
	color: white;
}

.plan-item3 {
	text-align: center;
	background: #f8f8f8;
	position: relative;
}

.plan-item3 h4 {
	font-size: 40px;
	line-height: 45px;
	color: #ccAE93;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
}

.plan-item3 p {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
}

.plan-item3 .plan-item3-price {
	background: #f3f3f3;
	height: 100px;
	padding: 20px 0 0;
	color: #ccae93;
	font-size: 50px;
	line-height: 50px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	margin: 34px 0 0;
}

.plan-item3 .plan-item3-price span {
	font-size: 16px;
	display: block;
	line-height: 10px;
	position: relative;
	left: 19px;
	color: #b0adad;
}

.plan-item3 ul {
	margin: 25px 0;
	padding: 0 30px;
}

.plan-item3 ul li {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 50px;
	border-bottom: 1px solid #ededed;
}

.plan-item3 .btn-default {
	background: #ccae93;
	padding: 0 35px;
	line-height: 41px;
	border-radius: 41px;
	font-family: 'Josefin Sans', sans-serif;
	display: table;
	margin: 0 auto;
	font-weight: 600;
	font-size: 15px;
}

.plan-item3 .btn-default:hover {
	background: #ccAE93;
}

.plan-item3.popular .plan-item3-price {
	background: #ccAE93;
	height: 100px;
	padding: 20px 0 0;
	color: white;
	font-size: 50px;
	line-height: 50px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	margin: 34px 0 0;
}

.plan-item3.popular .plan-item3-price span {
	font-size: 16px;
	display: block;
	line-height: 10px;
	position: relative;
	left: 19px;
	color: white;
}

.plan-item3.popular span.ribbon {
	width: 70px;
	height: 70px;
	background: #333333;
	display: table;
	color: white;
	font-weight: 600;
	font-size: 15px;
	line-height: 16px;
	font-family: 'Josefin Sans', sans-serif;
	padding-top: 19px;
	border-radius: 50%;
	position: absolute;
	top: -31px;
}

.team-item3 h4 {
	color: #ccAE93;
	font-size: 30px;
	font-family: 'Josefin Sans', sans-serif;
	margin: 40px 0 0;
	font-weight: 600;
}

.team-item3 h4 span {
	font-size: 18px;
	font-style: italic;
	display: block;
	color: #333333;
	font-family: 'Josefin Sans', sans-serif;
	margin: 20px 0;
	font-weight: 600;
}

.team-item3 p {
	font-family: 'Josefin Sans', sans-serif;
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 20px;
	font-weight: 600;
}

.team-item3 p a {
	color: #ccAE93;
	font-size: 18px;
}

.team3-social a {
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: white;
	background: #333;
	margin: 0 4px;
	display: inline-block;
	border-radius: 50%;
}

.team3-social a:hover {
	color: #333;
	background: #fff;
	font-size: 120%;
}

.team3-img {
	position: relative;
}

.team3-img:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ccAE93;
	opacity: 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.team3-img:hover:before {
	content: "";
	opacity: 0.6;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.home3-map {
	height: 450px;
}

.footer-form {
	background: #fff;
	padding: 58px 100px 48px;
	margin-top: -416px;
	border: solid 3px #CCAE93;
}

.footer-form input {
	background: whitesmoke;
	height: 44px;
	font-size: 15px;
	color: #a3a3a3;
	font-weight: 600;
	padding: 0 23px;
	border: none;
	margin-bottom: 6px;
	width: 100%;
	font-family: 'Josefin Sans', sans-serif;
}

.footer-form textarea {
	background: whitesmoke;
	height: 87px;
	font-size: 15px;
	color: #a3a3a3;
	font-weight: 600;
	padding: 15px 23px;
	border: none;
	margin-bottom: 38px;
	width: 100%;
	font-family: 'Josefin Sans', sans-serif;
}

.footer-form .fb-select {
	height: 44px;
}

.footer-form .fb-select span {
	line-height: 44px;
}

.footer-form .fb-select select {
	height: 44px;
	font-size: 15px;
	color: #a3a3a3;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
}

.footer-form button {
	line-height: 41px;
	background: #ccae93;
	border: none;
	margin: 0 auto;
	padding: 0 38px;
	font-size: 10px;
	color: white;
	display: table;
	border-radius: 40px;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
}

.footer-form button i {
	font-weight: 400;
	margin-right: 2px;
	font-size: 13px;
}

.footer-form button:hover {
	background: #fff;
	color: #333;
}
.ClearFooter{
	height: 450px;
}

@media only screen and (min-width: 250px) and (max-width: 768px) {
	.ClearFooter{
		height: 250px;
}}


.footer3 {
	background: #333333;
}

.footer3 h5 {
	border-bottom: 1px solid #454444;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 7px;
	margin: 0 0 20px;
}

.footer3 .timings3 li {
	font-size: 15px;
	font-family: 'Josefin Sans';
	color: #8f8f8f;
	font-weight: 500;
	margin-bottom: 25px;
}

.footer3 .timings3 li span {
	float: right;
}

.footer3 .timings3 li.closed span {
	color: #ccAE93;
}

.footer3 .timings3 li:last-child {
	margin-bottom: 0px;
}

.footer3 .footer-contact3 li {
	padding-left: 80px;
	font-size: 15px;
	line-height: 24px;
	color: #8f8f8f;
	font-weight: 500;
	margin-bottom: 30px;
	position: relative;
	font-family: 'Josefin Sans', sans-serif;
}

.footer3 .footer-contact3 li i {
	color: #ccAE93;
	font-size: 30px;
	position: absolute;
	left: 30px;
	top: 7px;
}

.footer3 .footer-contact3 li:last-child {
	margin-bottom: 0px;
}

.footer3 .footer-bottom3 {
	position: relative;
	top: 5px;
}

.footer3 .footer-bottom3 p {
	color: #ccae93;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
}

.footer3 .footer-bottom3 p span {
	color: #848484;
	padding-left: 5px;
}

.footer3 .footer-bottom3 p span a:hover {
	color: #fff;
	padding-left: 5px;
	font-size: 110%;
}

.footer3 .footer-bottom3 p span i {
	font-size: 25px;
	color: #848484;
	margin-left: 7px;
	position: relative;
	top: 4px;
	font-weight: 400;
}

.home-gallery {
	position: relative;
}

.home-gallery .overlay h4 span {
	display: block;
	font-size: 40px;
	font-weight: 400;
	margin-top: 10px;
}

.home-gallery .overlay i {
	display: block;
	color: white;
	font-size: 25px;
	margin-top: 15px;
	position: absolute;
	bottom: 15px;
	right: 20px;
}

.home-gallery .prev {
	width: 72px;
	height: 150px;
	background: rgba(164, 183, 226, 0.3);
	text-align: left;
	line-height: 150px;
	display: table;
	font-size: 40px;
	padding-left: 13px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -75px;
	cursor: pointer;
	z-index: 11;
}

.home-gallery .prev i {
	color: white;
	transform: rotate(180deg);
	display: table;
}

.home-gallery .prev:hover {
	background: rgba(0, 0, 0, 0.3);
	color: white;
}

.home-gallery .next {
	width: 72px;
	height: 150px;
	background: rgba(164, 183, 226, 0.3);
	color: white;
	text-align: left;
	line-height: 150px;
	display: table;
	font-size: 40px;
	padding-left: 17px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -75px;
	cursor: pointer;
	z-index: 11;
}

.home-gallery .next i {
	color: white;
}

.home-gallery .next:hover {
	background: rgba(0, 0, 0, 0.3);
	color: white;
}

.quote-carousel {
	padding-top: 125px;
}

.quote-carousel p {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 30px;
}

.quote-carousel cite {
	font-family: 'Zeyada', cursive;
	font-size: 30px;
	color: #202020;
}

.quote-carousel cite span {
	color: #CCAE93;
	font-size: 15px;
	font-family: Alegreya Sans;
	display: block;
	margin: -5px 0px 0 40px;
}

.quote-carousel .slick-dots {
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 0;
	right: 0;
}

.quote-carousel .slick-dots li {
	display: inline;
	padding: 0 8px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
}

.quote-carousel .slick-dots li img {
	width: 70px;
	height: 70px;
	opacity: 0.4;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.quote-carousel .slick-dots li.slick-active {
	padding: 0 0px;
	position: relative;
	top: 8px;
}

.quote-carousel .slick-dots li.slick-active img {
	opacity: 1;
	width: 86px;
	height: 86px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.home-blog .blog-detail h4 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 17px;
}

.deals {
	background: #2a2a2a;
}

.deals h5 {
	color: white;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 70px;
}

.deals .deal-price {
	border: 2px dotted #424242;
	width: 100px;
	height: 100px;
	color: #CCAE93;
	font-size: 20px;
	border-radius: 50%;
	padding-top: 28px;
	margin: 0 auto;
}

.deals h4 {
	font-family: Alegreya Sans;
	color: white;
	font-size: 30px;
	text-transform: uppercase;
	border-bottom: 2px solid #CCAE93;
	display: inline-block;
	margin: -11px 0 25px;
	position: relative;
	top: -8px;
}

.deals p {
	color: white;
	font-size: 24px;
}

.deals .book-appointment {
	background: #CCAE93;
	line-height: 60px;
	color: white;
	font-size: 18px;
	padding: 0 40px 0 35px;
	font-weight: 500;
	display: table;
	width: 100%;
	text-align: center;
}

.deals .book-appointment i {
	margin: 0 4px 0 0;
}

.deals .book-appointment i:before {
	font-size: 14px;
}

.deals .book-appointment:hover {
	background: #627399;
	color: white;
}

.shop-carousel .item {
	padding: 0 15px;
}

.shop-carousel .item span {
	color: #a9aaaa;
	font-size: 16px;
	display: block;
	margin-top: 15px;
}

.shop-carousel .item h4 {
	font-size: 20px;
	line-height: 24px;
	padding: 14px 0 0;
}

.shop-carousel .item .product-price {
	font-family: Alegreya Sans;
	font-size: 30px;
	margin: -2px 0 10px;
}

.shop-carousel .item .star i {
	color: #CCAE93;
	font-size: 13px;
}

.shop-carousel .item .pull-right a {
	margin-left: 5px;
}

.shop-carousel .item .btn.btn-primary {
	padding: 5px 30px;
	font-weight: 500;
	background: #CCAE93;
	border: none;
	border-radius: 0px;
	width: auto;
	line-height: 41px;
	color: white;
}

.shop-carousel .item .btn.btn-primary:hover {
	background: #202020;
}

.shop-carousel .item .overlay {
	background: rgba(255, 255, 255, 0.2);
}

.shop-carousel .slick-dots {
	right: 0;
	left: 0;
	margin: 70px auto 0;
	position: absolute;
	width: 80px;
}

.shop-carousel .slick-dots li {
	margin-bottom: 0;
	opacity: 1;
	float: left;
	width: 9px;
	height: 9px;
	margin: 0 3px;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-carousel .slick-dots li button {
	border: 2px solid #b6b6b6;
	height: 9px;
	width: 100%;
	padding: 0;
	font-size: 0px;
	background: transparent;
	border-radius: 50%;
}

.shop-carousel .slick-dots li.slick-active {
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.shop-carousel .slick-dots li.slick-active button {
	border: 2px solid #b6b6b6;
	background: #b6b6b6;
	height: 9px;
	width: 100%;
	padding: 0;
	font-size: 0px;
}

.shop-carousel .slick-dots li:hover {
	cursor: pointer;
}

.padding-bottom-170 {
	padding-bottom: 170px;
}

.beard-carousel .slick-dots {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 230px;
	left: 0;
	margin: 0 auto;
}

.beard-carousel .slick-dots li {
	margin-bottom: 0;
	opacity: 1;
	float: left;
	width: 70px;
	height: 9px;
	margin: 0 3px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.beard-carousel .slick-dots li button {
	border: 3px solid white;
	height: 9px;
	width: 100%;
	padding: 0;
	font-size: 0px;
	background: transparent;
}

.beard-carousel .slick-dots li.slick-active {
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.beard-carousel .slick-dots li.slick-active button {
	border: 3px solid white;
	background: white;
	height: 9px;
	width: 100%;
	padding: 0;
	font-size: 0px;
}

.beard-carousel .slick-dots li:hover {
	cursor: pointer;
}

.slide-count {
	font-size: 30px;
	font-family: Oswald;
	color: white;
	position: absolute;
	width: 100%;
	text-align: center;
	top: -14px;
	left: 0;
	right: 0;
}

.t2-carousel .slick-dots {
	position: absolute;
	bottom: -40px;
	right: 0;
	width: 230px;
	left: 0;
	margin: 0 auto;
}

.t2-carousel .slick-dots li {
	margin-bottom: 0;
	opacity: 1;
	float: left;
	width: 70px;
	height: 9px;
	margin: 0 3px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.t2-carousel .slick-dots li button {
	border: 2px solid white;
	height: 9px;
	width: 100%;
	padding: 0;
	font-size: 0px;
	background: transparent;
}

.t2-carousel .slick-dots li.slick-active {
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.t2-carousel .slick-dots li.slick-active button {
	border: 2px solid white;
	background: white;
	height: 9px;
	width: 100%;
	padding: 0;
	font-size: 0px;
}

.t2-carousel .slick-dots li:hover {
	cursor: pointer;
}

.welcome-carousel .slick-dots {
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 85px;
	left: 0;
	margin: 0 auto;
}

.welcome-carousel .slick-dots li {
	margin-bottom: 0;
	opacity: 1;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.welcome-carousel .slick-dots li button {
	border: 2px solid white;
	height: 15px;
	width: 100%;
	padding: 0;
	font-size: 0px;
	background: transparent;
	border-radius: 50%;
}

.welcome-carousel .slick-dots li.slick-active {
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.welcome-carousel .slick-dots li.slick-active button {
	border: 2px solid white;
	background: white;
	height: 15px;
	width: 100%;
	padding: 0;
	font-size: 0px;
}

.welcome-carousel .slick-dots li:hover {
	cursor: pointer;
}

.cta3 {
	background: #333;
	background-size: cover;
}

.cta3 .btn {
	line-height: 41px;
	background: #ccae93;
	border: none;
	margin: 0 auto;
	padding: 0 38px;
	font-size: 15px;
	color: white;
	display: table;
	border-radius: 40px;
	font-weight: 600;
	font-family: Josefin Sans, sans-serif;
}

.cta3 .btn i {
	font-weight: normal;
	font-size: 13px;
	margin-right: 4px;
}

.cta3 .btn:hover {
	background: #202020;
	color: white;
}

.cta3 h3,
.cta3 p {
	color: white;
}

.wrapper {
	background: #fff;
}

.wrapper.boxed {
	width: 98%;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

.wrapper.boxed header {
	width: 100%;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

.footer-nl {
	padding: 30px 0;
	margin-bottom: 70px;
	border-bottom: 4px double #675a54;
	margin-top: -84px;
}

.footer-nl h2 {
	font-size: 24px;
	font-family: Oswald;
	font-weight: 400;
	line-height: 24px;
	color: #e3d9b6;
}

.footer-nl form {
	height: 54px;
	border: 2px solid #675a54;
	position: relative;
}

.footer-nl input {
	height: 50px;
	width: 100%;
	padding: 0 50px 0 30px;
	color: #af9b91;
	font-size: 14px;
	font-family: Montserrat;
	border: none;
	background: transparent;
}

.footer-nl button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 46px;
	border: none;
	background: transparent;
	color: #ae9a90;
	padding: 0;
	text-align: left;
}

.t4-item-inner {
	margin: 30px 0;
	padding: 50px 90px 48px 50px;
	position: relative;
}

.t4-item-inner:after {
	content: "";
	border: 1px solid #ccAE93;
	position: absolute;
	height: 100%;
	width: 126%;
	top: 0;
	right: 0;
}

.t4-item-inner h4 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #ccae93;
	font-weight: 600;
	margin: 0 0 30px;
	display: block;
}

.t4-item-inner h4 span {
	float: right;
	color: #333333;
	font-size: 18px;
}

.t4-item-inner h4 span a {
	color: #ccAE93;
	border-bottom: 1px solid #ccAE93;
}

.t4-item-inner p {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
}

.t4-carousel-wrap {
	position: relative;
}

.t4-carousel-wrap .next2 {
	width: 27px;
	height: 30px;
	text-align: right;
	color: #ccae93;
	position: absolute;
	top: 0;
	font-size: 12px;
	right: 0;
	z-index: 22;
	cursor: pointer;
}

.t4-carousel-wrap .prev2 {
	width: 27px;
	height: 30px;
	text-align: right;
	color: #ccae93;
	position: absolute;
	top: 0;
	font-size: 12px;
	right: 30px;
	z-index: 22;
	cursor: pointer;
}

.t4-carousel-wrap .next2:hover ,
.t4-carousel-wrap .prev2:hover {
	color: #ccAE93;
}

.slide-content3 h2 {
    font-size: 75px;
    text-transform: none;
    color: #544741;
    text-align: left;
	margin: -13px 0 0;
}

.slide-content3 p {
    padding: 50px 0 52px 170px;
    color: #544741;
    font-size: 30px;
    position: relative;
    line-height: 30px;
    margin: -19px 0 0;
}

.slide-content3 span {
    position: absolute;
    width: 145px;
    height: 145px;
    border: 5px solid #544741;
    background: #e3d9b6;
    border-radius: 50%;
    font-size: 60px;
    font-family: Oswald;
    line-height: 135px;
    left: 0;
    top: 26px;
}

.slide-content3 em {
    font-size: 20px;
    vertical-align: top;
    position: relative;
    top: -15px;
    margin-left: 3px;
}

.slide-content3 a {
	background: #544741;
	color: white;
	line-height: 43px;
	padding: 0 34px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Montserrat;
	display: inline-block;
}

.slide-content3 a:hover {
	background: #e3d9b6;
	color: #544741;
}

.home3-carousel-wrap {
	overflow:hidden;
}

.home3-carousel .item {
	overflow:hidden;
}

.home3-carousel .slick-dots {
    display: block;
    width: 170px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.home3-carousel .slick-dots li {
    height: 114px;
    margin-bottom: 6px;
	background:#CCAE93;
	cursor:pointer;
}

.home3-carousel .slick-dots li img {
	opacity:0.4;
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
}

.home3-carousel .slick-dots li.slick-active img {
	opacity:1;
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
}

.happy-hours.happy-hours2 .center-content h2 {
    margin-top: 0px;
}

.happy-hours.happy-hours2 .btn {
    margin-top: 0;
}

.slider {
	width: 100%;
}

/* =============================
   21. RESPONSIVENESS
================================ */
@media only screen and (min-width: 250px) and (max-width: 1051px) {
	.happy-hours img {
		max-width: 100%;
	}

	.happy-hours .center-content h2 {
		margin-top: 30px;
		border-top: 30px solid transparent;
		display: table;
	}

	.happy-hours .center-content h2 span {
		margin-bottom: 21px;
	}

	.happy-hours .btn {
		margin-top: 0px;
	}
	
	.footer3 .footer-bottom3 {
		position: relative;
		top: 0;
		margin-top: -20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.dropdown-menu {
		width: 100%;
	}

	.dropdown-menu-v2 {
		padding: 45px 20px;
	}

	.dropdown-menu {
		padding: 45px 30px;
	}

	.menu-video-block span {
		width: 61px;
		height: 61px;
		background: rgba(0, 0, 0, 0.7);
		border-radius: 50%;
		line-height: 61px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: -30px auto 0;
		color: #fff;
		font-size: 15px;
		transform: scale(1);
		transition: .3s;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {

	.home3-carousel .slick-dots {
		right: 32px;
		left:auto;
	}

	body .slide-content3 p {
		padding: 50px 0 52px 170px;
	}

	.service3-banner {
		display: none;
	}

	.footer3 .footer-bottom3 {
		position: relative;
		top: 0;
		margin-top: 30px;
	}

	.footer3 h5 {
		margin: 30px 0 20px;
	}

	.footer-contact3 {
		margin: 0px 0 0 -30px;
	}

	.service4 ul li {
		font-size: 13px;
	}

	.welcome3 {
		padding: 55px 30px;
	}

	.happy-hours ul li {
		width: 100%;
		float: none;
	}

	.container {
		padding: 0 15px;
		width: 100%;
		max-width: 750px;
	}

	body .header-home2 .dropdown-menu {
		width: 100%;
	}

	body .header-home2 .dropdown-menu-v3 {
		width: 300px;
	}

	.footer2 .timings li {
		margin-bottom: 23px;
	}

	.header-home2 .navbar-default .navbar-nav > li {
		padding: 0;
		margin: 0 0 0 20px;
	}

	.header-home2 .navbar-default .navbar-nav > li:last-child {
		margin: 0 0 0 20px;
	}

	.header-home2 .navbar-default .navbar-collapse {
		position: static;
		background: transparent;
		width: auto;
	}

	.header-home2 .navbar-default .navbar-nav > li > a {
		font-size: 13px;
	}

	.slider2-content p {
		padding: 0 15%;
	}

	.single-team .team-single-info {
		padding: 40px 15px;
		position: relative;
		display: table;
	}

	.shop-list .product h4 {
		margin-top: 30px;
	}

	.product-thumb img {
		width: 100%;
	}

	.salon-carousel-wrap .slick-dots {
		display: none !important;
	}

	.salon-carousel-wrap {
		position: relative;
		padding-right: 0;
	}

	.gallery-item {
		width: 50%;
		padding: 0 15px;
		margin: 0 0 30px;
	}

	.salon-carousel-wrap .slick-dots li img {
		width: 100%;
		height: auto;
	}

	.salon-carousel-wrap .slick-dots li {
		margin-bottom: 8px;
	}

	.salon-carousel-wrap .slick-dots {
		position: absolute;
		top: 0;
		right: -200px;
		width: 191px;
	}

	.happy-hours .center-content h2 span {
		margin-bottom: 20px;
	}

	header .navbar-default .navbar-nav > li {
		padding: 0;
		margin: 0 20px 0 0;
	}

	.error-img {
		width: 188%;
		position: relative;
		left: 100px;
	}

	header .navbar-default .navbar-nav > li > a {
		font-size: 13px;
	}

	header .navbar-default .navbar-collapse {
		width: 100%;
		margin: 0 -15px;
		padding: 0 15px 0 25px;
	}

	.hs-item h4 {
		font-size: 30px;
	}

	.home-gallery .gallery-item {
		width: 33.333333%;
		float: left;
	}

	.container {
		padding: 0 15px;
	}

	.topbar .container,
  header .container {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (min-width: 250px) and (max-width: 767px) {

	.home3-carousel .slick-dots {
		position:relative;
		width:auto;
	}

	.home3-carousel .slick-dots li {
		height: auto;
		margin-bottom: 0px;
		background: #CCAE93;
		cursor: pointer;
		width: 20%;
		float: left;
	}

	.home3-carousel .slick-dots li img {
		margin: 0 0 -3px;
	}

	.t4-item-inner {
		margin: 0 20px;
		padding: 50px 30px 48px 20px;
		position: relative;
	}

	.t4-item-inner:after {
		content: "";
		border: 1px solid #ccAE93;
		position: absolute;
		height: 114%;
		width: 100%;
		top: auto;
		right: 0;
		bottom: 0;
	}

	.footer-nl h2 {
		margin-bottom: 30px;
	}

	.service3-banner {
		display: none;
	}

	.quote-carousel .slick-dots {
		padding: 0;
		margin: 0 auto;
		display: inline-block;
		position: absolute;
		top: 11px;
		left: 0;
		right: 0;
	}

	.quote-carousel .slick-dots li {
		display: inline;
		padding: 0 8px;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-ms-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
		cursor: pointer;
	}

	.quote-carousel .slick-dots li img {
		width: 40px;
		height: 40px;
		opacity: 0.4;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-ms-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
	}

	.quote-carousel .slick-dots li.slick-active {
		padding: 0 0px;
		position: relative;
		top: 8px;
	}

	.quote-carousel .slick-dots li.slick-active img {
		opacity: 1;
		width: 56px;
		height: 56px;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-ms-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
	}

	.slider3 .container .col-md-5 {
		padding-right: 15px;
	}

	header.header-home3 .navbar-default .navbar-nav > li > a {
		padding: 0;
	}

	header.header-home3 .navbar-default .navbar-nav > li {
		padding: 0;
		margin: 0 0 15px;
	}

	header.header-home3 .navbar-default .navbar-collapse {
		padding: 0;
		position: absolute;
		background: #333;
		z-index: 77;
		height: 67vh;
		overflow: scroll;
		overflow-x: hidden;
		width: auto;
		float: right;
		top: 109px;
		width: 100%;
	}

	.footer-form {
		padding: 58px 15px 48px;
		margin-top: -250px;
	}

	.slider3 .item h4 {
		font-size: 34px;
		color: #fff;
		font-weight: 600;
		font-family: 'Josefin Sans', sans-serif;
		display: table;
		float: left;
	}

	header.header-home3 .navbar-default .navbar-header {
		border-bottom: none;
		width: 100%;
		float: left;
		padding-left: 15px;
		padding-right: 0;
	}

	.footer3 h5 {
		margin: 30px 0 20px;
	}

	.footer-contact3 {
		margin: 40px -30px;
	}

	.service4 ul li {
		font-size: 13px;
	}

	.service4 h5 {
		padding: 0 20px 20px;
	}

	.welcome3 {
		padding: 55px 30px;
	}

	.navbar-default .navbar-nav > li .dropdown-menu {
		background: transparent;
		box-shadow: none;
	}

	.dropdown-menu .dropdown-links a {
		border-bottom: none;
	}

	.navbar-default .navbar-nav > li:first-child .dropdown-menu.dropdown-menu-v3 {
		width: 100%;
		right: 0;
		left: 0;
		padding: 17px 0px;
		margin-left: 0px;
	}

	.dropdown-menu .dropdown-links a {
		line-height: 28px;
	}

	.t2-item-inner {
		margin-left: 0;
		display: block;
		padding-top: 200px;
	}

	.t2-item {
		padding: 30px;
	}

	.team2-img img {
		width: 100%;
	}

	.img-wrap img {
		width: 100%;
	}

	.header-home2 .navbar-default .navbar-collapse {
		position: absolute;
		background: #eee;
		top: 77px;
		width: 100%;
		border: none;
	}

	.header-home2 .navbar-default .navbar-nav > li {
		padding: 0;
		margin: 0;
	}

	.header-home2 .navbar-default .navbar-nav > li > a {
		padding: 7px;
	}

	.header-home2 .navbar-default .navbar-nav > li:last-child {
		float: none;
		width: 100%;
		margin: 0;
	}

	.header-home2 .navbar-default .navbar-nav > li:last-child a {
		width: 100%;
		text-align: center;
	}

	.header-home2 .navbar-default .navbar-toggle {
		border: none;
		margin-top: 30px;
		padding: 0;
		background: transparent;
	}

	.header-home2 .navbar-default .navbar-brand {
		padding: 0 15px;
	}

	.header-contact2 {
		display: none;
	}

	.slider2 .item {
		padding: 100px 0;
	}

	.slider2-content h2 {
		font-size: 48px;
	}

	.slider2-content h5 {
		font-size: 23px;
		line-height: 36px;
		letter-spacing: 0.25em;
	}

	.slider2-content p {
		font-size: 15px;
		line-height: 24px;
		color: #fff;
		font-family: Montserrat;
		padding: 0;
		margin: 18px 0 44px;
	}

	.slide-content3 {
		padding: 0px 0 43px !important;
	}

	.slide-content3 h2 {
	    font-size: 43px;
	}

	.slide-content3 p {
	    padding: 35px 0 64px 160px;
	    color: #544741;
	    position: relative;
	    margin: -19px 0 0;
	}

	.cart-table {
		width: 1080px;
		overflow: scroll;
		display: block;
	}

	header {
		background: #fff;
		height: 99px;
	}

	.container {
		max-width: 500px;
		margin: 0 auto;
	}

	.single-team .team-single-gallery-thumb a {
		float: left;
		margin-right: 10px;
		width: 25%;
	}

	.happy-hours ul li {
		width: 100%;
		float: none;
	}

	.single-team .team-single-gallery-thumb {
		display: table;
	}

	.single-team .team-single-info {
		padding: 41px 0 0 0px;
	}

	.gallery-filter li {
		float: left;
		margin: 0 3px 4px;
	}

	.gallery-item {
		width: 100%;
	}

	.salon-carousel-wrap {
		position: relative;
		padding-right: 0;
	}

	.shop-list .product h4 {
		margin-top: 30px;
	}

	.hh-info2 {
		width: 100%;
		margin-top: 0;
	}

	.happy-hours .hh-info p {
		font-size: 16px;
	}

	.happy-hours .hh-info {
		padding: 15px;
	}

	.happy-hours .hh-info p span {
		display: table;
		margin: 0 50px 0 0px;
	}

	.tabs li {
		float: left;
		margin: 0 2px 3px;
	}

	.home-gallery .gallery-item {
		width: 100%;
	}

	.container {
		padding: 0 15px;
	}

	header .navbar-default .navbar-brand {
		padding: 2px 0px 2px 17px;
		border-right: none;
	}

	.navbar-toggle {
		margin-top: 33px;
		margin-right: 0;
	}

	.navbar-nav {
		margin: 0;
		padding: 20px;
	}

	header .navbar-default .navbar-nav > li > a {
		padding: 14px 0;
	}

	.navbar-nav > li > .dropdown-menu {
		margin-top: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		top: 0;
		position: relative;
		opacity: 1;
		visibility: visible;
		padding: 15px;
		width: 100%;
		max-width: 100%;
	}

	.dropdown-menu.dropdown-menu-v2 .col-md-4,
  .dropdown-menu.dropdown-menu-v2 .col-md-5,
  .dropdown-menu.dropdown-menu-v2 .col-md-3 {
		margin-bottom: 30px;
	}

	.dropdown-menu h4 {
		margin: 15px 0 15px;
	}

	.error-content h1 {
		font-size: 76px;
		line-height: 72px;
	}

	img {
		max-width: 100%;
	}

	.newsletter {
		height: auto;
	}

	.newsletter h4 {
		margin: 0 0 20px;
	}

	.footer-bottom {
		font-size: 15px;
	}
}

.form-return-message {
	margin-top: 15px;
	color: #fff;
}

@media only screen and (min-width: 993px) and (max-width: 4000px) {
	.center-content {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	.topbar2 p{
		font-size: 14px
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

	.center-content--sm {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	.topbar2 p{
		font-size: 10px
	}
}

@media only screen and (min-width: 1051px) and (max-width: 1199px){
	header .cart-head {
		width: 90px;
	}

	header .cart-head span {
		left: 17px;
	}

	header .cart-head p.text {
		display: none;
	}

	header .navbar-default .header-search form {
		width: 200px;
	}

	.topbar2 .topbar--right-currency, .topbar2 .topbar--right-lang {
		margin-right: 0;
		margin-left: 0;
	}

	header {
		height: auto;
	}

	.topbar {
		height: auto;
	}
	
	.topbar2 p{
		font-size: 14px
	}

	header .navbar-default .navbar-collapse {
		position: relative;
	}

	.topbar .topbar--right .topbar--right-lang {
		margin-left: 10px;
	}
}