@charset "utf-8";
/* TOC 
 * NORMALIZE
 * GRID
 * FONT FACE (IF USED)
 * HELPERS
 * HTML
 * BODY
 * HEADER
 * NAVIGATION
 * MAIN
 * FOOTER
 * FORMS
 * PLUGINS
 * MEDIA QUERIES
 * PRINT STYLES
---------------------------------------------------------------------------*/

/* NORMALIZE 
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}
body {
	margin: 0;
  line-height:1.42857143;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Vidaloka Regular;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
h1 {
  font-size: 36px;
  color: #fc5f45;
   font-family: Vidaloka Regular;
}
h2{
  font-size: 30px;
}
h3 {
  font-size: 20px; 
   color: #fc5f45;
}
h4 {
  font-size: 20px;
  color: #fc5f45;
}
h5 {
  font-size: 57px;
color: #fc5f45;
}
h6 {
  font-size: 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
	
}

b.title {
    font-weight: bold;
    color: #fc5f45;
}

blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
p,
pre {
	margin: 1em 0;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before,
q:after {
	content: '';
	content: none;   
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl,
menu,
ol,
ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
menu,
ol,
ul {
	padding: 0 0 0 40px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
nav ul, 
nav ol {
	margin: 0;
	padding: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}


audio,
canvas,
img,
video {
	vertical-align: middle;
}
label {
	cursor: pointer;
}

/* --- Forms --- */
.form-control {
  display: block;
  width: 100%;
  height: 53px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  transition: all .2s ease;
}
/* Removes awkward default styles on some inputs for iOS */
.form-control {
  -webkit-appearance: none;
      -moz-appearance: none; 
          appearance: none; 
}
textarea.form-control{
  min-height: 100px;
  resize: none;
	
}
.form-control:focus {
  border-color: #999;
  background-color: #fafafa;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-row {
	margin-bottom: 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

small {
  font-size: 85%;
}
mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}

/* GRID
--------------------------------------------------------------------------*/
.container {
	z-index: 99;
	position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px; /*Change with Design */
  width: 100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-pull-12 {
  right: 100%;
}
.col-pull-11 {
  right: 91.66666667%;
}
.col-pull-10 {
  right: 83.33333333%;
}
.col-pull-9 {
  right: 75%;
}
.col-pull-8 {
  right: 66.66666667%;
}
.col-pull-7 {
  right: 58.33333333%;
}
.col-pull-6 {
  right: 50%;
}
.col-pull-5 {
  right: 41.66666667%;
}
.col-pull-4 {
  right: 33.33333333%;
}
.col-pull-3 {
  right: 25%;
}
.col-pull-2 {
  right: 16.66666667%;
}
.col-pull-1 {
  right: 8.33333333%;
}
.col-pull-0 {
  right: auto;
}
.col-push-12 {
  left: 100%;
}
.col-push-11 {
  left: 91.66666667%;
}
.col-push-10 {
  left: 83.33333333%;
}
.col-push-9 {
  left: 75%;
}
.col-push-8 {
  left: 66.66666667%;
}
.col-push-7 {
  left: 58.33333333%;
}
.col-push-6 {
  left: 50%;
}
.col-push-5 {
  left: 41.66666667%;
}
.col-push-4 {
  left: 33.33333333%;
}
.col-push-3 {
  left: 25%;
}
.col-push-2 {
  left: 16.66666667%;
}
.col-push-1 {
  left: 8.33333333%;
}
.col-push-0 {
  left: auto;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.col-offset-0 {
  margin-left: 0%;
}


/* FONT FACE
--------------------------------------------------------------------------*/
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  /*color: white;*/
  color: #4f4246;
  /*margin-top: 57px;*/
  margin-top: 30px;
}

table thead th,
table tbody th,
table tfoot th,
table thead td,
table tbody td,
table tfoot td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
@font-face {
	font-family: 'PT Sans Regular';
	src: url('webfonts/pt_sans-web-regular-webfont.woff2') format('woff2'),
			 url('webfonts/pt_sans-web-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans Bold';
	src: url('webfonts/pt_sans-web-bold-webfont.woff2') format('woff2'),
			 url('webfonts/pt_sans-web-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans Italic';
	src: url('webfonts/pt_sans-web-italic-webfont.woff2') format('woff2'),
			 url('webfonts/pt_sans-web-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans Bold Italic';
	src: url('webfonts/pt_sans-web-bolditalic-webfont.woff2') format('woff2'),
			 url('webfonts/pt_sans-web-bolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Vidaloka Regular';
	src: url('webfonts/vidaloka-regular-webfont.woff2') format('woff2'),
			 url('webfonts/vidaloka-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Roboto Light';
    src: url('webfonts/roboto-light.woff2') format('woff2'),
         url('webfonts/roboto-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Regular';
    src: url('webfonts/roboto-regular.woff2') format('woff2'),
         url('webfonts/roboto-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Medium';
    src: url('webfonts/roboto-medium.woff2') format('woff2'),
         url('webfonts/roboto-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Bold';
    src: url('webfonts/roboto-bold.woff2') format('woff2'),
         url('webfonts/roboto-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Fontello';
  src: url('webfonts/fontello.eot?3');
  src: url('webfonts/fontello.eot?3#iefix') format('embedded-opentype'),
       url('webfonts/fontello.woff2?3') format('woff2'),
       url('webfonts/fontello.woff?3') format('woff'),
       url('webfonts/fontello.ttf?3') format('truetype'),
       url('webfonts/fontello.svg?3#Fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-instagram:before { content: '\e800'; } /* '' */
.icon-briefcase:before { content: '\e801'; } /* '' */
.icon-group:before { content: '\e802'; } /* '' */
.icon-phone:before { content: '\e803'; } /* '' */
.icon-location:before { content: '\e804'; } /* '' */
.icon-tag:before { content: '\e805'; } /* '' */
.icon-ok:before { content: '\e806'; } /* '' */
.icon-align-center:before { content: '\e807'; } /* '' */
.icon-tinting:before { content: '\e808'; } /* '' */
.icon-waxing:before { content: '\e809'; } /* '' */
.icon-massage:before { content: '\e80a'; } /* '' */
.icon-stone:before { content: '\e80b'; } /* '' */
.icon-spa-1:before { content: '\e80c'; } /* '' */
.icon-spa:before { content: '\e80d'; } /* '' */
.icon-hair:before { content: '\e80e'; } /* '' */
.icon-hair-dryer:before { content: '\e80f'; } /* '' */
.icon-threading:before { content: '\e810'; } /* '' */
.icon-mask:before { content: '\e811'; } /* '' */
.icon-mask-1:before { content: '\e812'; } /* '' */
.icon-peel:before { content: '\e813'; } /* '' */
.icon-facial:before { content: '\e814'; } /* '' */
.icon-lotus:before { content: '\e815'; } /* '' */
.icon-users:before { content: '\e816'; } /* '' */
.icon-mail:before { content: '\e817'; } /* '' */
.icon-phone-1:before { content: '\e818'; } /* '' */
.icon-pin:before { content: '\e819'; } /* '' */
.icon-qa:before { content: '\e81a'; } /* '' */
.icon-projects:before { content: '\e81b'; } /* '' */
.icon-award:before { content: '\e81c'; } /* '' */
.icon-award-1:before { content: '\e81d'; } /* '' */
.icon-clients:before { content: '\e81e'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-facebook:before { content: '\f300'; } /* '' */

/* BUTTONS
--------------------------------------------------------------------------*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  user-select: none;
  color: #333;
  background-color: #fff;
  border: 0 none;
  text-decoration: none;
}
.btn:hover,
.btn:focus,
.btn:active:focus  {
  background-color: #e6e6e6;
  color: #333;
}
.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  background-color: #fc5f45;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary[disabled] {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-lg {
  padding: 12px 32px;
  font-size: 16px;
  line-height: 1.3333333;
	text-transform: uppercase;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-block {
  display: block;
  width: 100%;
}

/* IMAGE SHAPES
--------------------------------------------------------------------------*/
.img-responsive1{
  display: inline-block;
  max-width: 100%;
  height: 350px;  
  border-radius: 10px;
  margin: 10px;
}

img.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: 286px;
    border-radius: 10px;
   /*margin: -7px -23px;*/
   margin: 22px -23px;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* HELPERS
--------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after  {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.row:after {
	clear: both;
}
.clearfix,
.container,
.row {
	*zoom: 1;
}

/* ALERT
--------------------------------------------------------------------------*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* HTML
--------------------------------------------------------------------------*/
html {
	line-height:1;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* BODY
--------------------------------------------------------------------------*/
body {
	color: #000;
	font-size: 16px;
	font-family: 'Roboto Regular';
}
h2 {
	color: #fc5f45;
	font-size: 47px;
	font-family: 'Vidaloka Regular';
	margin-top: -7px; 
	/*text-align: justify;*/
}
/* HEADER
--------------------------------------------------------------------------*/
header {
  padding-top: 35px;
  padding-bottom: 45px;
}
header >.container  {
	display: flex;
}
header .logo {
	width: 206px;
}
header .logo a {
	display: block;
	text-decoration: none;
}
header .logo img {
	width: 100%;
	display: block;
}
.header-right {
	display: flex;
	align-items: center;
	margin-left: auto;
	font-family: 'Roboto Regular';
}
.header-right address {
	padding: 0 60px;
	width: 330px;
	height: 100%;
	display: flex;
	font-size: 14px;
	color: #555555;
	align-items: center;
	font-style: normal;
}
.header-right i {
	color: #fc5f45;
	font-size: 32px;
}
.header-right a {
	display: flex;
	color: #555555;
	font-size: 16px;
	align-items: center;
	text-decoration: none;
}
.header-right a:hover {
	color: #000;
}
.phone {
	display: flex;
	height: 100%;
	align-items: center;
}
@media (max-width: 768px) {
	.header-right address {
		display: none;
	}
.img {
    margin: inherit;
}
}
@media (max-width: 620px) {
	header {
		padding-bottom: 26px;
	}
}
@media (max-width: 420px) {
	.header-right .social-icons {
		display: none;
	}
	
}

/* NAVIGATION
--------------------------------------------------------------------------*/
.burger-menu {
	position: absolute;
	top: 24px;
	right: 15px;
	display: none;
	align-items: center;
	height: 30px;
	margin-left: auto;
	width: 30px;
}
.burger-menu span {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 4px;
  background-color: #000;
}
nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: -27px;
	z-index: 9999;
  margin: 0; 
  list-style: none;
  background: #fc5f45;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav li {
	position: relative;
  text-decoration: none;
	float: left;
	width: 16.6667%;
	width: calc(100% / 6);
  color: #fff;
	text-align: center;
	font-family: 'Vidaloka Regular';
}
nav li:last-child {
	border-right: none; 
}
nav a {
	position: relative;
	display: block;
	color: white;
	padding: 20px 0;
	font-size: 14px;
	font-family: 'Roboto Bold';
	text-decoration: none;
	text-transform: uppercase;
}
nav a:after {
	position: absolute;
	top: 25px;
	left: 0;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #fba99c;
}
nav a:hover,
nav a:hover:before,
nav a.active,
nav a.active:before{
	color: #000;
	display: block;
	transition: all 0.5s ease
}
nav a:before {
	display: none;
	position: absolute;
	top: 0;
	left: 25%;
	content: '';
	width: 50%;
	height: 4px;
	background-color: #0a2045;
}
nav li:nth-child(1) a:after {
	display: none;
}

nav.nav-mobile {
  position: relative;
  display: none; 
}
nav.nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #fc5f45; 
}
nav.nav-mobile li {
	display: block;
	padding: 5px 0;
	margin: 0 5px;
	border-bottom: solid 1px #fff; 
}
nav.nav-mobile li:last-child {
	border-bottom: none; 
}
nav.nav-mobile a {
	display: block;
	color: white;
	padding: 10px 30px; 
	text-decoration: none;
}
nav.nav-mobile a:hover {
}
@media (max-width: 860px) {
	nav a {
		padding: 20px 20px;
	}
}
@media (max-width: 715px) {
	nav a {
		padding: 20px 15px;
	}
}
@media (min-width: 650px) {
	nav {
		display: block !important;
	}
}
@media (max-width: 650px) {
	.header-right {
		display: none;
	}
	.burger-menu {
		display: block;
		align-items: center;
		height: 30px;
		margin-left: auto;
		width: 30px;
	}
  nav {
    display: none; 
		padding: 0;
		top: 0;
		text-align: center;
	}
	nav li {
		display: block;
		border-right: 0 none;
		border-bottom: 1px solid #fba99c;
	}
	nav li {
		float: none;
		width: 100%;
	}
	nav a::before {
		width: 100%;
		left: 0;
	}
  nav.nav-mobile {
    display: block; 
	}
	nav a:after {
		display: none;
	}
}
/* BANNER
--------------------------------------------------------------------------*/
li.bannerslider {
    float: left;
    list-style: none;
    position: relative;
    width: 1349px;
    height: 500px;
}
.home-page .banner{
  min-height: 600px;
}
.banner {
	z-index: 9;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 440px;
	background-position: center center;
	background-size: cover;
}
.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
/*	background: rgba(35, 15, 51, 0.66);*/
background: rgb(42 39 45 / 66%);

}

.container.bannertitle {
        color: #fff;
    font-size: 57px;
    font-family: 'Vidaloka Regular';
    margin-top: -53px;
}
.banner .container > div {
	width: 100%;
	max-width: 600px;
	color:#fff;
	
}

.banner .container > div p. banertitle1{
	color: #fff;
	font-size: 48px;
	font-family: 'Vidaloka Regular';
	margin-top: 0;
}
.banner .container > div p {
	line-height: 1.4;
	font-size: 14px;
	font-family: 'Vidaloka Regular';
}
.banner .container > div a {
	color: #fff;
}

p.banertitle1 {      
   color: #ffffff;
font-size: 47px !important;
font-family: 'Vidaloka Regular';
margin-top: 15px;
}

p.banertitle {
    color: #ffffff;
    font-size: 20px !important;
    font-family: 'Vidaloka Regular';
    margin-top: 15px;   
}
@media (max-width: 768px) {
	.banner {
		top: 0;
		z-index: 2;
	}
	.banner .container > div h1 {
		font-size: 42px;
	}
}
@media (max-width: 580px) {
	.banner-text {
		top: 80px;
	}
}
/* MAIN
--------------------------------------------------------------------------*/

.quality-shop1 {
    padding: 5px;
}
.col-12.our-quality1 {
    font-size: 16px; 
    line-height: 1.853;
    text-align: justify;
    color: rgb(19 17 17 / 90%);
    text-align: center;
}
.quality-shop {
	padding: 100px 0;
}
.quality-shop .image.col-6 {
/*	min-height: 470px;
	 background: url('images/inside-saloon.jpg') no-repeat 0 0;*/
}
.about-slider {
  margin: 0;
}
.about-slider li {
  height: 570px;
}
.quality-shop .col-6 img {
	width: 100%;
	display: block;
	height: 540px;
}
.quality-shop .our-quality {
	padding-left: 50px;
}
.quality-shop .our-quality h2 {
	margin-bottom: 30px;
}
.quality-shop .our-quality span {
	position: relative;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 0;
	color: rgba(0,0,0,.6);
}
.quality-shop .our-quality p {
	font-size: 14px;
	line-height: 1.853;
	text-align: justify;
	color: rgba(0,0,0,0.70)
	
}
/*slider aboutus*/
 {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #fc5f45;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/*slider end*/
@media (max-width: 786px) {
    
	.shop-image {
		padding: 0;
		background: none;
	}
	.quality-shop .col-6 img {
		width: 100%;
		display: block;
	}
	.quality-shop .col-6 {
		width: 100%;
		padding: 0;
	}
	
     .col-6 {
		width: 100%;
		padding: 0;
	}
	.q
	.quality-shop .our-quality {
		margin-top: 50px;
	}
	h2 {
		font-size: 5vmax;
		margin-top: 37px;
	}
	
	.quality-shop {
    padding: 10px 0;
}

.home-page .banner {
    min-height: 600px !important;
}
}
.services-list {
	padding: 80px 0 0 0;
	background: #fff6ef url('images/service-bg.jpg') no-repeat left center / cover;
}
.services-list h2 {
	margin-bottom: 100px;
	text-align: center;
}
.services-list ul {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	justify-content: space-around;  
	padding: 0;
	margin-top: 50px;
  margin-bottom: 0;
	align-content: stretch;
}
.services-list li {
	width: 25%;
	list-style: none;
	margin-bottom: 80px;
	padding: 0 10px;
	text-align: center;
}
.services-list li i {
	display: block;
	height: 90px;
	width: 90px;
	margin: 0 auto;
	font-size: 68px;
	color: #fff;
	background-color: rgb(225,95,69);
	border-radius: 100%;
}

h3 {
    color: #fc5f45;
    font-size: 40px;
    font-family: 'Vidaloka Regular';
    margin-top: -7px;
}

.services-list li h3 {                           
    position: relative;
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'Roboto Medium';
}

h3 {                                       
    font-size: 20px;
    color: #fc5f45;
}
.services-list li h4 {
	position: relative;
	margin-top: 50px;
	margin-bottom: 15px;
	font-size: 20px;
	font-family: 'Roboto Medium';
}
.services-list li p {
  margin: 0 0 15px 0;
	color: rgba(0,0,0,0.6);
	font-size: 14px;
}

p.ourservice {
    color: #fc5f45;
    font-size: 40px;
    font-family: 'Vidaloka Regular';
    margin-top: -7px;
	margin-bottom: 100px;
    text-align: center;
} 

@media (max-width: 1015px) {
	.services-list {
		padding: 45px 0 0 0;
	}
	.services-list li {
		width: 26%;
	}
}
@media (max-width: 700px) {
	.services-list li {
		width: 50%;
	}
	.services-list {
		padding: 45px 0 0 0;
	}
}
@media (max-width: 480px) {
	.services-list li {
		width: 100%;
	}
	.services-list li {
		margin-bottom: 30px;
	}
	.services-list {
		padding: 45px 0 0 0;
	}
	
	.col-3 {
    width: 50%;
}
.col-4 {
    width: 100%;
}
}
.package-details {
	padding: 100px 0;
}
.package-details h2 {
	text-align: center;
	margin-bottom: 40px;
}
.accordian-content {
	display: none;
	position: relative;
	z-index: 1;
}
.accordian {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.accordian > li:after {
}
.accordian > li > a {
	padding: 25px 25px 25px 50px;
	display: flex;
	color: #000;
	text-decoration: none;
	font-size: 42px;
	font-family: 'PT Sans Bold';
	position: relative;
	z-index: 1;
}
.accordian > li > a > i {
	display: flex;
	margin-left: auto;
}
.accordian > li.active > a > i {
	transform: rotateZ(-180deg);
}
.accordian > li {
	border: 1px solid rgba(0,0,0,0.25);
  border-bottom: 0;
}
.accordian > li:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
.accordian li.current-menu-item {
	background:#ddd
}
.accordian-content {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 85px;
}
.price-list {
	padding: 0;
}
.accordian .price-list {
	display: inline-block;
	vertical-align: top;
}
.price-list li {
	padding: 20px 10px;
	color: #000;
	font-size: 17px;
	text-decoration: none;
	font-family: 'Roboto Regular';
	list-style: none;
	border-bottom: 1px dashed #999;
}
.price-list li span {
	margin-left: auto;
}
.note {
  border-top: 1px solid rgba(0,0,0,0.12);
	padding: 50px 0;
	font-size: 18px;
  text-align: center;
}
.note h3 {
  text-align: center;
	font-size: 22px;
  color: #fc5f45;
	font-family: 'Vidaloka Regular';
}
.note p {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0;
  display: inline-block;
  font-size: 14px;
	font-family: 'Vidaloka Regular';
}
.note p:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '/';
}
.note p:first-child {
  padding-left: 0;
}
.note p:first-child:after {
  display: none;
}
.note p:last-child {
}
.note span {
	margin: 0;
	color: #646464;
	font-style: italic;
	font-family: 'PT Sans Bold';
}
.note > div {
	margin-top: 40px;
	padding: 40px 30px;
	background-color: #fff;
	border-radius: 5px;
}
@media (max-width: 1130px) {
	.price-list {
		margin-right: 2%;
	}
	.accordian-content {
		padding-left: 50px;
	}
}
@media (max-width: 895px) {
	.price-list {
		width: 45%;
	}
}
@media (max-width: 640px) {
	.price-list {
		width: 100%;
		margin-right: 0;
	}
	.accordian-content {
		padding-right: 50px;
	}
	.accordian > li > a {
		font-size: 22px;
	}
}
@media (max-width: 480px) {
	.accordian-content {
		padding-right: 30px;
		padding-left: 60px;
	}
	.price-list {
		width: 100%;
		margin-right: 0;
	}
	.accordian > li > a {
		font-size: 18px;
	}
}
 /*homewhy uspages*/
 .why-us-home {
	padding: 100px 0;
	background: url('images/brushes.jpg') no-repeat 0 0;
	background-size: cover;
}
.why-us-home p {
	margin-bottom: 20px;    
	max-width: 1024px;
	width: 100%;
  font-size: 14px;
  line-height: 1.678;
	font-family: 'Roboto Light';
	color: #fff;
	text-align: justify;
}
.why-us-home ul {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	/*justify-content: space-around;*/
	justify-content: left;
	align-content: stretch;
	list-style: none;
}
.why-us-home li {
	position: relative;
	width: 50%;
	padding-left: 65px;
	margin-bottom: 35px;
	font-size: 14px;
	font-family: 'Roboto Light';
	color: #fff;
}
.why-us-home  li:after {
	position: absolute;
	left: 0;
	top: 50%;
	content: '\e806';
	height: 44px;
	width: 44px;
	margin-top: -22px;
	text-align: center;
	padding-top: 10px;
	font-family: 'Fontello';
	color: #fff;
	background-color: #fc5f45;
}

@media (max-width: 600px) {
	.why-us-home  li {
		width: 100%;
	}
}
 /*homewhyuspage end*/
.why-us {
	padding: 100px 0;
	background: url('images/service-bg.jpg') no-repeat 0 0;
	background-size: cover;
}   
.why-us p {
	margin-bottom: 20px;    
	max-width: 1024px;
	width: 100%;
  font-size: 14px;
  line-height: 1.678;
	font-family: 'Roboto Light';
	color: rgba(0,0,0,0.70); 
	text-align: justify;
}
.why-us ul {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	/*justify-content: space-around;*/
	justify-content: left;
	align-content: stretch;
	list-style: none;
}
.why-us li {
	position: relative;
	width: 50%;
	padding-left: 65px;
	margin-bottom: 35px;
	font-size: 14px;
	font-family: 'Roboto Light';
	color: rgba(0,0,0,0.70);
}
.why-us  li:after {
    position: absolute;
    left: 0;
    top: 50%;
    content: '\e806';
    height: 30px;
    width: 30px;
    margin-top: -15px;
    text-align: center;
    padding-top: 8px;
    font-family: 'Fontello';
    color: #fff;
    background-color: #fc5f45;
}
@media (max-width: 600px) {
	.why-us  li {
		width: 100%;
	}
} 
.opening-hours {
	position: relative;
	padding: 100px 0;
	color: #fff;
	min-height: 500px; 
	background: url('images/opening-hours-bg.jpg') no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}
.opening-hours:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.opening-hours span {
	position: relative;
	display: block;
	font-size: 32px;
}
.opening-hours span:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 75px;
	height: 1px;
	background-color: #fff;
}
.opening-hours p {
	font-size: 14px;
	line-height: 1.75;
	max-width: 600px;
	font-style: italic;
}
.opening-hours .timings{
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	padding: 0;
	margin-top: 50px;
	align-content: stretch;
}
.opening-hours .timings > li {
	width: 200px;
	list-style: none;
	padding: 30px 0;
	margin-bottom: 35px;
	margin-right: 20px;
	background-color: #b59858;
	text-align: center;
}
.opening-hours .timings li span {
	display: block;
	font-size: 18px;
	line-height: 1.9;
}
.opening-hours .timings li span:first-child() {
	display: block;
	font-size: 18px;
	margin-bottom: 25px;
}
.opening-hours .timings li span:after {
	display: none;
}
@media (max-width: 768px) {
	.opening-hours .timings{
		width: 100%;
	}
}

.fun-facts {
	display: none;
	padding: 100px 0;
	text-align: center;
}
.fun-facts h2 {
	margin-bottom: 28px;
}
.fun-facts h2 + p {
	font-size: 17px;
	color: rgba(0,0,0,0.75);
	margin-bottom: 100px;
}
.fun-facts h2 span {
	display: block;
	color: rgba(0,0,0,0.65);
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Roboto Light';
	padding-bottom: 30px;
}
.fun-facts p {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.fun-fact-list {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	justify-content: space-around;
	padding: 0;
	margin-top: 50px;
	align-content: stretch;
}
.fun-fact-list li {
	width: 25%;
	list-style: none;
	margin-bottom: 35px;
	text-align: center;
}
.fun-fact-list li i {
	font-size: 60px;
}
.fun-fact-list span {
	display: block;
	color: #000;
	font-size: 20px;
	padding-bottom: 15px;
}
.fun-fact-list small {
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'Roboto Light';
}
.fun-fact-list .number {
	font-size: 42px;
}
.machine-kit img {
	width: 100%;
	display: block;
}
@media (max-width: 580px) {
	.fun-fact-list li {
		width: 50%;
	}
}
@media (max-width: 420px) {
	.fun-fact-list li {
		width: 100%;
	}
}
.appointment {
	padding: 80px 0;
	text-align: center;
  background-color: rgba(0,0,0,0.06);
}
.appointment h2 {
  margin-bottom: 50px;
}
.appointment h5 {
	color: #fc5f45;      
	font-size: 57px;
	font-family: 'Vidaloka Regular';
}
.appointment i {
	display: block;
	font-size: 62px;
}
.appointment .col-3 {
	text-align: center;
}
.appointment a {
	color: #111;
	font-size: 18px;
	text-decoration: none;
}
@media (max-width: 1011px) {
	.appointment .col-3 {
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
}

/* FOOTER
--------------------------------------------------------------------------*/
.contact-us {
	padding: 50px 0;
	font-family: 'Roboto Light';
	text-align: center;
}
.contact-us h2 {
	margin-bottom: 25px;
  text-align: center;  
}
.contact-us p {
	font-size: 14px;
	padding-bottom: 0px;     
}
.contact-us span {
	display: block;
}
.contact-us a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-decoration: none; 
}
.contact-us .col-3 {
	padding: 30px 20px;
	margin-bottom: 50px;
	color: #fff;
	background-color: #212529;
	min-height: 310px;
}
.contact-us .col-3 i {
	color: #fc5f45;
	font-size: 62px;
}
.contact-us .col-3 span {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'PT Sans Bold';
}
.contact-us .col-3 font {
	display: block;
}
.contact-us > ul {
	padding: 0;
	width: 200px;
}
.contact-us > ul > li {
	display: flex;
	list-style: none;
	justify-content: space-between;
	font-family: 'Roboto Light';
}
.appointment-wrap {
	max-width: 768px;
	margin: 0 auto;
	padding: 50px 0;
}
.appointment-wrap label {
	font-size: 14px;
	font-family: 'Roboto Medium';
}
.appointment-wrap .btn {
	background: #fc5f45;
}
.appointment-form {
	padding: 50px 0;
}
.appointment-form h2 {
	text-align: center;
	margin-bottom: 25px;
}
.appointment-form label.error {
	color: #F00;
	font-size: 11px;
}
.appointment-form .form-control.error {
	background: #ffe9e9;
}
@media (max-width: 1100px) {
	.contact-us .col-3 {
		width: 100%;
		margin-bottom: 40px;
	}
}
@media (max-width: 480px) {
	.contact-us a {
		font-size: 14px;
	}
	.appointment-form .col-4,
	.appointment-form .col-2 {
		width: 100%;
	}
}
/* FOOTER
--------------------------------------------------------------------------*/
.copyright {
	width: 100%;
	padding: 40px 0;
	display: flex;
	color: #fff;
	background: #000;
}
.copyright >.container {
	display: flex;
}
.copyright .social-icons {
	display: flex;
	margin-bottom: 0;
	padding: 0;
}
.copyright .social-icons li {
	list-style: none;
}
.copyright .social-icons a {
	color: #fff;
	margin-right: 0;
	margin-left: 15px;
}
.copyright .social-icons a:hover {
	color: #fc5f45;
}
.copyright p {
	margin: 0;
	margin-left: auto;
	font-size: 14px;
}
@media (max-width: 580px) {
	.copyright .social-icons {
		justify-content: center;
		margin-bottom: 20px;
	}
	.copyright >.container {
		display: block;
		text-align: center;
	}
}

/* ABOUT PAGE
--------------------------------------------------------------------------*/
.about-page .why-us {
	background: none;
}
.about-page .why-us p,
.about-page .why-us li {
	color: #000;
}

/* GALLERY
--------------------------------------------------------------------------*/
.gallery {
	padding: 50px 0;
	display: inline-block;
	text-align: center;
}
.gallery img {
	width: 100%;
	display: block;
}
.gallery li {
	width: 22.7%;
	margin: 1%;
	list-style: none;
	display: inline-block;
}
@media (max-width: 1053px) {
	.gallery li {
		width: 31%;
	}
}
@media (max-width: 830px) {
	.gallery li {
		width: 30.9%;
	}
}
@media (max-width: 670px) {
	.gallery li {
		width: 47.5%;
	}
}
@media (max-width: 480px) {
	.gallery li {
    width: 100%;
	}
}
/* SERVICES
--------------------------------------------------------------------------*/
.services-page .appointment{
  background-color: #fff;
}
.services-wrap {
  padding-top: 80px;
  padding-bottom: 100px;
  /*background: #fff6ef url('images/service-bg.jpg') no-repeat 0 0;
  background-size: cover;*/
  background: #fff6ef url('images/services-bg.jpg') repeat 0 0;
}
.service-list {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap : wrap;
}
.service-list li {
  margin: 0 5px 10px 5px;
}
.service-list li a{
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #0a2045;
  text-decoration: none;
  background-color: #faebe0;
  border: 1px solid #edd5c3;
  border-radius: 4px;
}
.service-list li a:hover {
  color: #fff;
  background-color: #fc5f45;
  border-color: #fc5f45;
}

.services {
  max-width: 758px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0,0,0,0.15);
}
.services > ul{
  padding: 0;
  list-style: none;
}
.services > ul > li h4 {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-family: 'Vidaloka Regular';
  text-align: center;
  text-transform: uppercase;
  color: #fc5f45;
}
.services > ul > li {
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 60px;
}
.services > ul > li:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  margin-left: -75px;
  height: 20px;
  width: 150px;
  background:url('images/seperator.svg') no-repeat 0 0;
  background-size: cover;
}
.services > ul > li:last-child {
  padding-bottom: 0;
}
.services > ul > li:last-child:before {
  display: none;
}
.services .table {
  margin-top: 10px;
  font-family: 'Roboto Light';
  font-size: 18px;
}
.services .table .price {
  text-align: right;
}
.services table tbody tr:first-child td {
  border-top: 0;
}
.services table tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.services .table tbody td {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* TESTIMONIALS
--------------------------------------------------------------------------*/
.testimonials {
	padding: 50px 0;
}
.testimonials h2 {
	margin-bottom: 50px;
	text-align: center;
}
/* MAP
--------------------------------------------------------------------------*/
.map iframe {
	width: 100%;
	height: 477px;     
}

/* FORMS
--------------------------------------------------------------------------*/

/* PLUGINS
--------------------------------------------------------------------------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(images/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(images/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* BXSLIDER
--------------------------------------------------------------------------*/
.bx-wrapper {
	position: relative;
	padding: 0;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 0px solid #fff;
	height: 100%;
	width: 100%;
}
.bx-wrapper img {
	max-width: 100%;
	display: block
}
.bxslider {
	margin: 0;
	padding: 0
}
ul.bxslider {
	list-style: none
}
.bx-viewport {
    -webkit-transform: translatez(0);
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 550px !important; 
} 
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
	width: 100%
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #000;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fc5f45;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
	display: inline-block;
	vertical-align: bottom
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) 0 -32px no-repeat
}
.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
	background-position: 0 0
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) -43px -32px no-repeat
}
.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
	background-position: -43px 0
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}
.bx-wrapper .bx-controls-auto {
	text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80,80,80,.75);
	width: 100%
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px
}

/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 4px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
	border-radius: 5px;
  font-size: 14px;
  line-height: 50px;
  color: #444;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
	font-family: 'sans-serif';
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #D1D1D1;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.floating-phone{
    position:fixed;
    display:inline-block;
    background:#fc5f45;
    bottom:60px;
    right:20px;
    border-radius:7px;
    z-index:99999;
    box-shadow:0px 0px 5px #605a5a ;
    
}


/* MEDIA QUERIES
--------------------------------------------------------------------------*/
/* Media Queries
-------------------------------------------------- */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/* PRINT STYLES
---------------------------------------------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group; /* h5bp.com/t */
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;   
	}
}
