/*
//////////////////////////////////////////////////////

FREE HTML5 TEMPLATE
DESIGNED & DEVELOPED by FREEHTML5.CO

CREDITS:
Bootstrap
jQuery
Themify Icons

//////////////////////////////////////////////////////
*/
@font-face {
  font-family: 'themify';
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 72, ../sass/style.scss */
html.overflow, body.overflow {
  overflow-x: auto;
}
/* line 74, ../sass/style.scss */
html.overflow #header-section, html.overflow #main, html.overflow #slidshow, html.overflow #mobile-menu, html.overflow #footer, body.overflow #header-section, body.overflow #main, body.overflow #slidshow, body.overflow #mobile-menu, body.overflow #footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 79, ../sass/style.scss */
body {
  font-family: 'Lato', arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #202f55;
}
@media screen and (max-width: 768px) {
  /* line 79, ../sass/style.scss */
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* line 91, ../sass/style.scss */
::-webkit-selection {
  color: #ffffff;
  background: #0f2350;
}

/* line 92, ../sass/style.scss */
::-moz-selection {
  color: #ffffff;
  background: #0f2350;
}

/* line 93, ../sass/style.scss */
::selection {
  color: #ffffff;
  background: #0f2350;
}

/* line 95, ../sass/style.scss */
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #778899;
}
/* line 102, ../sass/style.scss */
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #202f55;
}

/* line 109, ../sass/style.scss */
input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Heading */
/* line 114, ../sass/style.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
}

/* line 118, ../sass/style.scss */
h1, .h1 {
  font-size: 30px;
  line-height: 42px;
}

/* line 122, ../sass/style.scss */
h2, .h2 {
  font-size: 26px;
  line-height: 38px;
}

/* line 126, ../sass/style.scss */
h3, .h3 {
  font-size: 20px;
  line-height: 32px;
}

/* line 130, ../sass/style.scss */
h4, .h4 {
  font-size: 16px;
  line-height: 28px;
}

/* line 134, ../sass/style.scss */
h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

/* line 138, ../sass/style.scss */
h6, .h6 {
  font-size: 12px;
  line-height: 24px;
}

/* line 142, ../sass/style.scss */
ul, ol {
  padding-left: 15px;
  line-height: 26px;
}
/* line 145, ../sass/style.scss */
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

/* line 149, ../sass/style.scss */
p {
  margin: 0 0 20px 0;
}

/* line 152, ../sass/style.scss */
.serif {
  font-family: "Crimson Text", serif;
}

/* line 155, ../sass/style.scss */
.sans-serif {
  font-family: "Lato", arial, sans-serif;
}

/* line 158, ../sass/style.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 168, ../sass/style.scss */
.lead-wrap {
  padding-top: 2em;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  /* line 168, ../sass/style.scss */
  .lead-wrap {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}

/* line 176, ../sass/style.scss */
.lead {
  font-size: 40px;
  line-height: 52px;
}
@media screen and (max-width: 768px) {
  /* line 176, ../sass/style.scss */
  .lead {
    font-size: 30px;
    line-height: 42px;
  }
}

@media screen and (max-width: 480px) {
  /* line 187, ../sass/style.scss */
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}
/* Header */
/* line 196, ../sass/style.scss */
#header-section {
  width: 100%;
  padding: 40px 0 30px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  float: left;
  top: 0;
  left: 0 !important;
  right: 0;
  z-index: 103;
}
/* line 208, ../sass/style.scss */
#header-section.scrolled {
  padding: 0px 0;
  background: rgba(0, 0, 0, 0.8);
  background: white;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
/* line 218, ../sass/style.scss */
#header-section.scrolled #logo a {
  color: #282e3c;
}
/* line 220, ../sass/style.scss */
#header-section.scrolled #logo a:hover {
  color: #ccc;
}
/* line 227, ../sass/style.scss */
#header-section.scrolled #menu-wrap .sf-menu a {
  color: #778899;
  border-bottom: none !important;
}
/* line 230, ../sass/style.scss */
#header-section.scrolled #menu-wrap .sf-menu a:hover {
  color: #ccc !important;
}
/* line 234, ../sass/style.scss */
#header-section.scrolled #menu-wrap .sf-menu li.active > a {
  color: #ccc !important;
}
/* line 237, ../sass/style.scss */
#header-section.scrolled #menu-wrap > .sf-menu > li > a {
/*  padding-top: 2em;*/
/*  padding-bottom: 2em;*/
  padding-top: 0em;
  padding-bottom: 2em;
}

#menu-wrap .navTel {
	margin:0;
	padding: 0 1.5em;
	text-align: right;
	font-size: 20px;
}
#header-section.scrolled #menu-wrap .navTel {
	padding: 1em 1.5em 0 1.5em;
}


/* line 245, ../sass/style.scss */
#logo {
  font-size: 24px;
  margin: 16px 0 0 0;
  padding: 0;
  font-weight: bold;
}
/* line 250, ../sass/style.scss */
#logo a {
  border-bottom: none !important;
  color: #282e3c;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  /* line 245, ../sass/style.scss */
  #logo {
    text-align: center;
    margin: 0px 0 0 0;
    float: none !important;
  }
}

/* Superfish Override Menu */
/* line 265, ../sass/style.scss */
.sf-menu {
  margin: 0 !important;
}

/* line 269, ../sass/style.scss */
.sf-menu {
  float: right;
}

/* line 272, ../sass/style.scss */
.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 8em;
  *width: 8em;
}

/* line 279, ../sass/style.scss */
.sf-menu a {
/*  color: #778899;*/
  color: #202f55;
  padding: .75em 1em;
  letter-spacing: 1px;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 15px;
  font-weight: 300;
  border-bottom: none !important;
}

/* line 295, ../sass/style.scss */
.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

/* line 302, ../sass/style.scss */
.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: .75em 1em;
  letter-spacing: 1px;
}

/* line 308, ../sass/style.scss */
.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #ccc;
}

/* line 315, ../sass/style.scss */
.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

/* line 321, ../sass/style.scss */
.sf-menu ul li {
  background: transparent;
}

/* line 324, ../sass/style.scss */
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

/* line 328, ../sass/style.scss */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

/* line 340, ../sass/style.scss */
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

/* line 345, ../sass/style.scss */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

/* line 351, ../sass/style.scss */
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

/* line 359, ../sass/style.scss */
#menu-wrap .sf-menu a {
/*  padding: 2em 2em 2em 2em;*/
  padding: 0.5em 2em 0.5em 2em;
  font-weight: bold;
}

/* line 367, ../sass/style.scss */
#primary-menu > li > ul li.active > a {
  color: #0f2350 !important;
}
/* line 373, ../sass/style.scss */
#primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 5px;
  top: 50%;
  margin-top: -7px;
  content: "\e64b";
  color: rgba(0, 0, 0, 0.5);
}
/* line 389, ../sass/style.scss */
#primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 13px;
  font-size: 12px;
  content: "\e649";
  color: rgba(255, 255, 255, 0.3);
}

/* line 405, ../sass/style.scss */
#primary-menu .sub-menu {
  padding: 7px 0 3px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* line 415, ../sass/style.scss */
#primary-menu .sub-menu:before {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  content: '';
}

/* line 424, ../sass/style.scss */
#primary-menu .sub-menu:after {
  position: absolute;
  top: -8px;
  right: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #0f2350;
  border-bottom: 8px solid rgba(0, 0, 0, 0.8);
  border-left: 8px solid transparent;
  content: '';
}

/* line 437, ../sass/style.scss */
#primary-menu .sub-menu .sub-menu:before {
  top: 6px;
  right: 100%;
}

/* line 442, ../sass/style.scss */
#primary-menu .sub-menu .sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

/* line 448, ../sass/style.scss */
.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19);
}
/* line 451, ../sass/style.scss */
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

/* line 455, ../sass/style.scss */
#primary-menu .sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff !important;
  text-transform: none;
  background: none;
}
/* line 463, ../sass/style.scss */
#primary-menu .sub-menu a:hover {
  color: #0f2350 !important;
}

/* Mobile Menu */
/* line 469, ../sass/style.scss */
#mobile-menu-btn {
  padding: 0 10px;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
/*  height: 44px;*/
  height: 70px;
  display: table;
}
/* line 478, ../sass/style.scss */
#mobile-menu-btn i {
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  color: #778899;
  text-decoration: none;
}

/* line 487, ../sass/style.scss */
#mobile-menu {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background: #ebebeb;
  padding: 0.75em 1.25em;
}
/* line 503, ../sass/style.scss */
#mobile-menu #mobile-menu-ul {
  padding: 0;
  margin: 0;
}
/* line 506, ../sass/style.scss */
#mobile-menu #mobile-menu-ul li {
  list-style: none;
}
/* line 509, ../sass/style.scss */
#mobile-menu #mobile-menu-ul li.active > a {
  color: #778899;
}
/* line 514, ../sass/style.scss */
#mobile-menu #mobile-menu-ul a {
  border-bottom: none !important;
  padding: 7px 0;
  display: block;
  color: #778899;
}
/* line 520, ../sass/style.scss */
#mobile-menu #mobile-menu-ul a:hover {
  color: #ccc;
}
/* line 525, ../sass/style.scss */
#mobile-menu #mobile-menu-ul .sub-ddown {
  position: relative;
}
/* line 528, ../sass/style.scss */
#mobile-menu #mobile-menu-ul .sub-ddown:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  content: "\e64b";
}
/* line 537, ../sass/style.scss */
#mobile-menu #mobile-menu-ul .sub-menu {
  display: none;
  padding-left: 20px;
}
/* line 540, ../sass/style.scss */
#mobile-menu #mobile-menu-ul .sub-menu li {
  list-style: none;
}

/* line 548, ../sass/style.scss */
#logo-mobile-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
/*  height: 44px;*/
  height: 70px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 10001;
  background: white;
  color: #202f55;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
/* line 568, ../sass/style.scss */
#logo-mobile-wrap h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
/* line 575, ../sass/style.scss */
#logo-mobile-wrap h1 a {
  border-bottom: none !important;
  color: #282e3c;
  letter-spacing: 3px;
}

/* line 586, ../sass/style.scss */
#content {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  /* line 586, ../sass/style.scss */
  #content {
    padding: 3em 0 2em 0;
  }
}

/* line 594, ../sass/style.scss */
#slidshow {
  background-color: #202f55;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  height: 600px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  color: #202f55;
}

#index #slidshow {
  color: #202f55;
}
#menu #slidshow {
  color: #202f55;
}
#salon #slidshow {
  color: #202f55;
}
#faq #slidshow {
  color: #202f55;
}
#contact #slidshow {
  color: #202f55;
}

@media screen and (max-width: 768px) {
  /* line 594, ../sass/style.scss */
  #slidshow {
    background-position: center center;
  }
}
/* line 610, ../sass/style.scss */
#slidshow .slidshow-wrap {
  display: table;
  height: 600px;
  width: 100%;
  margin-top: 0px;
}
/* line 615, ../sass/style.scss */
#slidshow .slidshow-wrap .slidshow-intro {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 619, ../sass/style.scss */
#slidshow .slidshow-wrap .slidshow-intro > h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 7px;
}
@media screen and (max-width: 768px) {
  /* line 619, ../sass/style.scss */
  #slidshow .slidshow-wrap .slidshow-intro > h1 {
    letter-spacing: 4px;
    font-size: 30px;
    line-height: 42px;
  }
}
/* line 632, ../sass/style.scss */
#slidshow .slidshow-wrap .slidshow-intro > h2 {
  letter-spacing: 4px;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 632, ../sass/style.scss */
  #slidshow .slidshow-wrap .slidshow-intro > h2 {
    letter-spacing: 3px;
  }
}
/* line 642, ../sass/style.scss */
#slidshow .slidshow-wrap .slidshow-intro > h2 > span {
  position: absolute;
  bottom: 0;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  width: 50px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
}
/* line 655, ../sass/style.scss */
#slidshow .slidshow-wrap .btn {
  color: #ffffff;
}
/* line 657, ../sass/style.scss */
#slidshow .slidshow-wrap .btn:hover, #slidshow .slidshow-wrap .btn:active, #slidshow .slidshow-wrap .btn:focus {
  background: #0f2350;
  border-color: #0f2350;
}

/* line 666, ../sass/style.scss */
body.inner-page #slidshow {
  height: 400px;
}
/* line 668, ../sass/style.scss */
body.inner-page #slidshow .slidshow-wrap {
  padding-top: 50px;
  height: 400px;
}

@media screen and (max-width: 768px) {
  /* line 676, ../sass/style.scss */
  #slidshow, .slidshow-wrap {
    position: relative;
    padding: 4em 0 3em 0;
    height: inherit !important;
  }
}

/* line 683, ../sass/style.scss */
#main {
  margin-top: 600px;
  padding-top: 50px;
  z-index: 102;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  /* line 683, ../sass/style.scss */
  #main {
    margin-top: 0px;
    padding-top: 20px;
  }
}

/* line 696, ../sass/style.scss */
body.inner-page #main {
  margin-top: 400px;
}
@media screen and (max-width: 768px) {
  /* line 696, ../sass/style.scss */
  body.inner-page #main {
    margin-top: 0px;
    padding-top: 20px;
  }
}

/* line 709, ../sass/style.scss */
#slidshow,
#main,
#logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

/* line 717, ../sass/style.scss */
body.mobile-menu-visible #slidshow,
body.mobile-menu-visible #main,
body.mobile-menu-visible #logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

/* line 725, ../sass/style.scss */
body.mobile-menu-visible #mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Helper Classes */
/* Spacer */
/* line 737, ../sass/style.scss */
.spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

/* line 744, ../sass/style.scss */
.spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  /* line 744, ../sass/style.scss */
  .spacer-xlg {
    height: 70px;
  }
}

/* line 751, ../sass/style.scss */
.spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  /* line 751, ../sass/style.scss */
  .spacer-lg {
    height: 50px;
  }
}

/* line 757, ../sass/style.scss */
.spacer-md {
  height: 80px;
}
@media screen and (max-width: 768px) {
  /* line 757, ../sass/style.scss */
  .spacer-md {
    height: 30px;
  }
}

/* line 763, ../sass/style.scss */
.spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  /* line 763, ../sass/style.scss */
  .spacer-sm {
    height: 20px;
  }
}

/* line 769, ../sass/style.scss */
.spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  /* line 769, ../sass/style.scss */
  .spacer-xs {
    height: 20px;
  }
}

/* line 775, ../sass/style.scss */
.spacer-xxs {
  height: 20px;
}

/* line 779, ../sass/style.scss */
.letter-spacing {
  letter-spacing: 1px;
}

/* line 782, ../sass/style.scss */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* line 786, ../sass/style.scss */
.uppercase-heading-sm {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #0f2350;
}
/* line 786, ../sass/style.scss */
.nouppercase-heading-sm {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 3px;
  color: #0f2350;
}

/* line 793, ../sass/style.scss */
.form-group {
  margin-bottom: 30px;
}

/* line 797, ../sass/style.scss */
.image-popup:hover {
  opacity: .7;
}

/*
========================================

Components

========================================
*/
/* Buttons */
 .btn {
	border-bottom: none!important;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 10px;
	// @media screen and (max-width: $screen-xs) {
	// 	width: 100%;
	// 	margin-right: 0;
	// }
	&:hover, &:focus, &:active {
		box-shadow: none;
		outline: none!important;
		border-color: transparent;
	}
	&.btn-icon {
		text-transform: none!important;
		letter-spacing: normal!important;
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*
.btn-outline {
	border: 2px solid $brand-gray-alt-2!important;
	background: transparent;
	color: #2a2e37;
	&:hover, &:active, &:focus {
		border: 2px solid $brand-darker-2!important;
		background: $brand-darker-2;
		color: $brand-white;
	}
}
.btn-primary {
	background: $brand-primary;
}
.btn-success {
	background: $brand-success;
}
.btn-danger {
	background: $brand-danger;
}
.btn-info {
	background: $brand-info;
}
.btn-warning {
	background: $brand-warning;
}
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	border-color: transparent;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	&:hover, &:active, &:focus {
		background: $brand-darker-2;
		color: $brand-white;
	}
} */

.btn-outline {
  border: 2px solid #eaeaea !important;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #282e3c !important;
  background: #282e3c;
  color: #ffffff;
}


/* .form-control {
	box-shadow: none!important;
	border: 2px solid #ccc;
	&:hover,
	&:focus,
	&:active {
		outline: none;
		box-shadow: none!important;
	}
} */
/*
.fo-1 {

	.feature-figure {
		margin-top: 5em;
		@media screen and (max-width: $screen-sm) {
			text-align: center!important;
			margin-top: 0em;
		}
		img {
			@media screen and (max-width: $screen-sm) {
				display: inline-block;
				margin: 0 auto;

			}
		}
	}
	.feature-blurb {
		ul {
			padding: 0;
			margin: 5em 0 0 0;
			@media screen and (max-width: $screen-xs) {
				margin: 2em 0 0 0;
			}
			li {
				float: left;
				width: 100%;
				padding: 0;
				margin: 0 0 1em 0;
				list-style: none;
				> .feature-blurb-text {
					float: right;
					width: 85%;
					@media screen and (max-width: $screen-md) {
						width: 80%;
					}
					@media screen and (max-width: $screen-sm) {
						width: 90%;
					}
					@media screen and (max-width: $screen-xs) {
						width: 80%;
					}

				}
				.feature-blurb-icon {
					float: left;
					width: 15%;
					i {
						font-size: 40px;
						color: $brand-primary;
					}
					@media screen and (max-width: $screen-md) {
						width: 20%;
					}
					@media screen and (max-width: $screen-sm) {
						width: 10%;
					}
					@media screen and (max-width: $screen-xs) {
						width: 20%;
					}

				}
				.feature-blurb-title {
					letter-spacing: 2px;
					margin-bottom: 0!important;
				}
			}
		}
	}
}
*/
/* price*/
/* line 978, ../sass/style.scss */
.price .price-item {
/*  margin-bottom: 30px;*/
/*  height: 320px;*/
margin-bottom: 50px;
}
/* line 982, ../sass/style.scss */
.price .price-item .price-description {
/*  font-size: 14px;*/
  color: #778899;
  text-align: left;
}
/* line 989, ../sass/style.scss */
.price .price-title {
  letter-spacing: 2px;
  color: #0f2350;
}
.price .price-title em {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}

/* line 994, ../sass/style.scss */
.price .price-title-2 {
  letter-spacing: 2px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #0f2350;
}
/* line 1001, ../sass/style.scss */
.price .price-icon {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
/* line 1005, ../sass/style.scss */
.price .price-icon i {
  font-size: 50px;
  color: #778899;
}
/* line 1011, ../sass/style.scss */
.price .price-icon.price-circle {
  display: table;
  width: 100px;
  height: 100px;
  margin: 0 auto 2em auto;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* line 1022, ../sass/style.scss */
.price .price-icon.price-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
/* line 1028, ../sass/style.scss */
.price > p {
  margin: 0 2em;
  font-size: 11px;
  color: #778899;
}

/* policy */
/* line 1041, ../sass/style.scss */
.policy .policy-item {
  margin-bottom: 20px;
}
/* line 1044, ../sass/style.scss */
.policy .policy-item .policy-description {
  font-size: 14px;
  padding: 0 2em;
  color: #778899;
}
/* line 1052, ../sass/style.scss */
.policy .policy-item > ul {
  margin-top: -10px;
  padding: 0 2em;
  font-size: 14px;
  line-height: 1.5;
  color: #778899;
}
/* line 1059, ../sass/style.scss */
.policy .policy-item > ul > li {
  margin: 0 0 0 4em;
}
/* line 1068, ../sass/style.scss */
.policy .policy-title {
  letter-spacing: 2px;
  color: #282e3c;
}
/* line 1073, ../sass/style.scss */
.policy .policy-icon {
  float: left;
  width: 15%;
  clear: right;
}
@media screen and (max-width: 480px) {
  /* line 1073, ../sass/style.scss */
  .policy .policy-icon {
    width: 20%;
  }
}
/* line 1080, ../sass/style.scss */
.policy .policy-icon i {
  font-size: 30px;
  color: #0f2350;
}

/* access */
/* line 1092, ../sass/style.scss */
.access .access-item {
  margin-bottom: 20px;
}
/* line 1095, ../sass/style.scss */
.access .access-item .access-description {
  font-size: 14px;
  color: #778899;
}

/* Easy Rsponsive Tabs */
/* .tab {
	clear: both;
	display: block;
}
.resp-tab-active {
	color: $brand-primary;
}
.resp-content-active, .resp-accordion-active {
    display: block;

}
.tab-menu-icon {
	font-size: 20px;
	position: relative;
	float: left;
	margin-right: 10px;
	@media screen and (max-width: $screen-sm) {
		margin-top: 7px;
	}
} */
/* #slider {
	.item-slide-text {
		> h2 {
			position :relative;
			padding-bottom: 20px;
			span {
				display: block;
				position: absolute;
				left: 0;
				bottom: 0;
				width: 40px;
				height: 3px;
				background: $brand-gray;
				background: rgba(0, 0, 0, .1);
			}
		}
		margin-top: 1em;
		@media screen and (max-width: $screen-md ) {
			margin-top: 0em;
		}
		@media screen and (max-width: $screen-sm ) {
			margin-top: 0em;
		}
		@media screen and (max-width: $screen-xs ) {
			margin-top: 0em;
		}
	}
} */
/* #testimonial {
	padding: 10em 0;
	background: #000 url(../images/hero2.jpg) no-repeat center center;
	background-size: cover;
	@media screen and (max-width: $screen-sm) {
		padding: 3em 0;
	}
	blockquote {
		padding-left: 0;
		width: 70%;
		margin: 0 auto;
		color: $brand-white;
		border-left: none;
		font-size: 45px;
		line-height: 57px;
		@media screen and (max-width: $screen-sm) {
			width: 100%;
			font-size: 35px;
			line-height: 47px;
		}
		p {
			text-align: center;
			color: $brand-white;
		}
	}
	.testimonial-author {
		font-size: 18px;
	}
	.uppercase-heading-sm {
		color: $brand-white;
	}
} */
/* #newsletter {
	padding: 3em 0;
	// background: $brand-primary;
	@media screen and (max-width: $screen-sm) {
		padding: 2em 0;
	}
	.uppercase-heading-sm {
		color: rgba(0,0,0,.4);
	}

} */
/* line 1206, ../sass/style.scss */
#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  /* line 1206, ../sass/style.scss */
  #footer {
    padding: 2em 0;
  }
}

/* Accordions */
/* line 1218, ../sass/style.scss */
.accordion .panel-title > a:hover {
  border-bottom: none !important;
}
/* line 1223, ../sass/style.scss */
.accordion .panel-heading {
  background: transparent;
  position: relative;
  cursor: pointer;
}
/* line 1228, ../sass/style.scss */
.accordion .panel-heading .accordion-toggle {
  color: #0f2350;
}
/* line 1230, ../sass/style.scss */
.accordion .panel-heading .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #202f55 !important;
  position: absolute;
  content: "\e622";
  right: 15px;
  top: 16px;
}
/* line 1240, ../sass/style.scss */
.accordion .panel-heading.collapsed .accordion-toggle {
  color: #202f55 !important;
}
/* line 1242, ../sass/style.scss */
.accordion .panel-heading.collapsed .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #202f55 !important;
  position: absolute;
  content: "\e61a";
  right: 15px;
  top: 16px;
}

/* Progress Bars */
/* line 1256, ../sass/style.scss */
.progress {
  height: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* line 1264, ../sass/style.scss */
.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
/* line 1271, ../sass/style.scss */
.progress-bar.progress-bar-default {
  background: #0f2350;
}
/* line 1274, ../sass/style.scss */
.progress-bar.progress-bar-success {
  background: #00e195;
}
/* line 1277, ../sass/style.scss */
.progress-bar.progress-bar-info {
  background: #0bbff2;
}
/* line 1280, ../sass/style.scss */
.progress-bar.progress-bar-warning {
  background: #ffd042;
}
/* line 1283, ../sass/style.scss */
.progress-bar.progress-bar-danger {
  background: #e02745;
}

/* Social Icons */
/* line 1289, ../sass/style.scss */
.social-icons {
  text-align: center;
  padding: 0;
  margin: 0 0 2em 0;
}
/* line 1293, ../sass/style.scss */
.social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
/* line 1297, ../sass/style.scss */
.social-icons li a {
  padding: 0 10px;
  border-bottom: none !important;
}
/* line 1301, ../sass/style.scss */
.social-icons li i {
  font-size: 30px;
}

/* Pricing Tables */
@media screen and (max-width: 992px) {
  /* line 1309, ../sass/style.scss */
  .pricing-table-1 .pricing-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 1309, ../sass/style.scss */
  .pricing-table-1 .pricing-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
/* line 1319, ../sass/style.scss */
.pricing-table-1 .pricing-table-item .pricing-table-item-body,
.pricing-table-1 .pricing-table-item .pricing-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
  padding: 1em 2em;
}
/* line 1326, ../sass/style.scss */
.pricing-table-1 .pricing-table-item .pricing-table-item-heading {
  background: #0f2350;
  color: #ffffff;
}
/* line 1329, ../sass/style.scss */
.pricing-table-1 .pricing-table-item .pricing-table-item-heading h3 {
  font-size: 70px;
  position: relative;
  display: inline-block;
}
/* line 1333, ../sass/style.scss */
.pricing-table-1 .pricing-table-item .pricing-table-item-heading h3 sup {
  position: absolute;
  top: 2px;
  margin-left: -7px;
}
/* line 1338, ../sass/style.scss */
.pricing-table-1 .pricing-table-item .pricing-table-item-heading h3 sup, .pricing-table-1 .pricing-table-item .pricing-table-item-heading h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
/* line 1343, ../sass/style.scss */
.pricing-table-1 .pricing-table-item .pricing-table-item-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* line 1351, ../sass/style.scss */
.pricing-table-1 .pricing-table-item.best-offer .pricing-table-item-heading {
  background: #0f2350;
  color: #ffffff;
}
/* line 1357, ../sass/style.scss */
.pricing-table-1 .pricing-table-item .pricing-table-item-body {
  border: 2px solid #ccc;
  border-top: none;
}
/* line 1360, ../sass/style.scss */
.pricing-table-1 .pricing-table-item .pricing-table-item-body ul {
  padding: 0;
  margin: 0;
}
/* line 1363, ../sass/style.scss */
.pricing-table-1 .pricing-table-item .pricing-table-item-body ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
/* line 1371, ../sass/style.scss */
.pricing-table-1 .pricing-table-item.best-offer .pricing-table-item-body {
  border: 2px solid #0f2350;
  border-top: none;
}

/* Nav Links */
/* line 1383, ../sass/style.scss */
.nav-links ul {
  padding: 0;
  margin: 0;
}
/* line 1386, ../sass/style.scss */
.nav-links ul li {
  padding: 0;
  margin: 0 0 .5em 0;
  list-style: none;
}
/* line 1391, ../sass/style.scss */
.nav-links ul li.active a {
  color: #202f55;
  border-bottom: 2px solid #0f2350;
}

/* Owl Override Style */
/* line 1405, ../sass/style.scss */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

/* line 1409, ../sass/style.scss */
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 1419, ../sass/style.scss */
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

/* line 1423, ../sass/style.scss */
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
/* line 1426, ../sass/style.scss */
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

/* line 1430, ../sass/style.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
/* line 1433, ../sass/style.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

/* line 1437, ../sass/style.scss */
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  /* line 1437, ../sass/style.scss */
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

/* line 1443, ../sass/style.scss */
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  /* line 1443, ../sass/style.scss */
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

/* line 1453, ../sass/style.scss */
.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #202f55;
}
/* line 1457, ../sass/style.scss */
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

/* line 1465, ../sass/style.scss */
.owl-carousel-fullwidth.light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
/* line 1469, ../sass/style.scss */
.owl-carousel-fullwidth.light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  /* line 1476, ../sass/style.scss */
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

/* line 1482, ../sass/style.scss */
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
/* line 1484, ../sass/style.scss */
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
/* line 1486, ../sass/style.scss */
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
/* line 1490, ../sass/style.scss */
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

/* line 1494, ../sass/style.scss */
.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

/* line 1500, ../sass/style.scss */
.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

/* line 1504, ../sass/style.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #0f2350;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
/* line 1510, ../sass/style.scss */
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #0f2350;
}

/* line 1515, ../sass/style.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #0f2350;
}

/* Image Alignment */
/* line 1523, ../sass/style.scss */
img.align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
img.img-50per {
  max-width: 50%;
}
img.img-60per {
  max-width: 60%;
}
@media screen and (max-width: 480px) {
  /* line 1523, ../sass/style.scss */
  img.align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
/* line 1531, ../sass/style.scss */
img.align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  /* line 1531, ../sass/style.scss */
  img.align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
/* line 1539, ../sass/style.scss */
img.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1546, ../sass/style.scss */
a > img.align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  /* line 1546, ../sass/style.scss */
  a > img.align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
/* line 1554, ../sass/style.scss */
a > img.align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  /* line 1554, ../sass/style.scss */
  a > img.align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
/* line 1562, ../sass/style.scss */
a > img.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Staff Tables */
@media screen and (max-width: 992px) {
  .staff-table .staff-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .staff-table .staff-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
.staff-table .staff-table-item .staff-table-item-body,
.staff-table .staff-table-item .staff-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
}
.staff-table .staff-table-item .staff-table-item-heading {
  padding: 0px;
}
.staff-table .staff-table-item .staff-table-item-body {
  padding: 0px;
}
.staff-table .staff-table-item .staff-table-item-heading {

  text-align: center;
}
.staff-table .staff-table-item .staff-table-item-heading img {
  width: 70%;
  margin: 0 auto 40px auto;
}
.staff-table .staff-table-item .staff-table-item-body {
  margin-bottom: 50px;
}

.staff-table .staff-table-item dl {
	margin-bottom: 0;
}

.staff-table .staff-table-item dt,
.staff-table .staff-table-item dd {
  color: #778899;
  font-size: 14px;
 }
.staff-table .staff-table-item .dl-horizontal dt {
    font-weight: normal;
    float: left;
    width: 4em;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.staff-table .staff-table-item .dl-horizontal dd {
    margin-left: 5em;
    text-align: left;
}
.container video{
  	width: 518px;
	margin: 0 auto;
	max-width: 100%;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.index-news {
}
.index-news dt {
	padding-top: 10px;
}
.index-news dd {
	padding-bottom: 10px;
}
.news {
margin-top:-100px;padding-top:100px;
}

@media print, screen and (min-width: 768px) {
.index-news {
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.index-news dt {
	width:18%;
}
.index-news dd {
	padding-top: 10px;
	width:82%;
}
}

@media (min-width: 768px) {

}



/* スマートフォンは表示しない */
.spnone {
	display: none;
}
/*media Queries PC・タブレットサイズ（768px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 768px) {
.spnone {
	display: block;
	}
.pcnone {
		display: none;
	}
	.news {
	margin-top:-150px;padding-top:150px;
	}
}

.px-3 { padding: 0 30px; }

/*TikTok
----------------------------------------------------*/
.tiktok-embed {margin:0!important;padding:0;border:none;margin:0;padding:0;border:none;overflow: hidden!important;min-height:425px!important;}
.tiktok-embed iframe {
  height: 425px !important;
  min-height: 425px !important;
  max-height: 425px !important;
  overflow: hidden !important;
	border: none;
}
blockquote.tiktok-embed iframe body {overflow-y: hidden!important;min-height:425px!}
blockquote.tiktok-embed iframe .css-1kgu1c0 {height: 182px!important;}