@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
    font-family:  "Noto Serif JP", serif;
	font-optical-sizing: auto;
    font-weight: 200;
	font-style: normal;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 1);
    background: #C4580B url("../images/bg-logo.png") no-repeat;
    background-position: left 0 top 20%,center;
	background-size: 20%;
	letter-spacing: 1px;
}
/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    background: #000 url(../images/broken_noise.png) repeat;
  }
}*/

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #F46600;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #F46600;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family:  "Noto Serif JP", serif;
  font-weight: 200;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #F46600;
}

::-moz-selection {
  color: #fff;
  background: #F46600;
}

::selection {
  color: #fff;
  background: #F46600;
}

.widget-group {
	padding-left: 0;
	position: fixed;
	top: 8%;
	right: 0;
	z-index: 10;
	width: 40px;
	height: auto;
}
.widget-group li {
	list-style: none;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px){
	.widget-group {
		
	}
}

.nav {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1001;
  top: 0;
  padding: 14px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .nav {
    position: absolute;
  }
}
.nav.scrolled {
  background: #000 url(../images/broken_noise.png) repeat;
  top: -82px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .nav.scrolled {
    background: #000 url(../images/broken_noise.png) repeat;
  }
}
@media screen and (max-width: 480px) {
  .nav.scrolled {
    background: transparent;
  }
}
.nav #logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  color: #fff !important;
}
.scrolled .nav #logo {
  color: #000 !important;
}
.nav #logo a {
  font-size: 42px;
  color: #fff !important;
}
.scrolled .nav #logo a {
  color: #000 !important;
}
.nav #logo a span {
  color: #F46600;
}
@media screen and (max-width: 768px) {
  .nav .menu-1 {
    display: none;
  }
}
.nav ul {
  padding: 0;
  margin: 15px 0 0 0;
}
.nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.nav ul li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.nav ul li a {
  padding: 30px 15px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.scrolled .nav ul li a {
  color: rgba(0, 0, 0, 0.7);
}
.nav ul li a:hover, .nav ul li a:focus, .nav ul li a:active {
  color: white;
}
.scrolled .nav ul li a:hover, .scrolled .nav ul li a:focus, .scrolled .nav ul li a:active {
  color: black;
}
.nav ul li.has-dropdown {
  position: relative;
}
.nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #F46600;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #F46600;
  border-width: 8px;
  margin-left: -8px;
}
.nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.nav ul li.has-dropdown .dropdown li a {
  font-size: 17px;
  padding: 2px 0;
  display: block;
  color: white;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
}
.nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.nav ul li.has-dropdown:hover a, .nav ul li.has-dropdown:focus a {
  color: #fff;
}
.scrolled .nav ul li.has-dropdown:hover a, .scrolled .nav ul li.has-dropdown:focus a {
  color: rgba(0, 0, 0, 0.7);
}
.nav ul li.active > a {
  color: #fff;
  position: relative;
}
.scrolled .nav ul li.active > a {
  color: rgba(0, 0, 0, 0.7);
}
.nav ul li.active > a:after {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  content: '';
  width: 30px;
  height: 2px;
  background: #F46600;
  margin: 0 auto;
}

#counter,
.bg,
.bg-img,
.product {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.bg-img {
  float: left;
  margin-bottom: 20px;
  background-size: cover;
  cursor: zoom-in;
	height: 200px;
}

#header,
#header-low {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header,#header-low {
    background-position: center center;
    background-attachment: scroll;
  }
}
#header .overlay,
#header-low .overlay{
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
    #header,
    .cover {
      padding: 3em 0;
    }
	#header-low {padding: 5em 0;}	
}
#header .display-t,
.cover .display-t {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header .display-t,
  .cover .display-t {
    padding: 3em 0;
  }
}
#header .display-tc,
.cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
	color: #FFF;
}
@media screen and (max-width: 768px) {
  #header .display-tc,
  .cover .display-tc {
    padding: 3em 0;
  }
}
#header .display-tc h1, #header .display-tc h2,
.cover .display-tc h1,
.cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: #F46600;
}
#header .display-tc h1,
.cover .display-tc h1 {
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #header .display-tc h1,
  .cover .display-tc h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
#header .display-tc h1 em,
.cover .display-tc h1 em {
  font-style: italic;
  font-weight: 600;
}
#header .display-tc h2,
.cover .display-tc h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#header .display-tc h2 a,
.cover .display-tc h2 a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  position: relative;
}
#header .display-tc h2 a:before,
.cover .display-tc h2 a:before {
  background: #F46600;
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
#header .display-tc .btn,
.cover .display-tc .btn {
  padding: 10px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #header .display-tc .btn,
  .cover .display-tc .btn {
    width: 80%;
    margin: 0 auto;
  }
}
#header .display-tc .btn.btn-learn,
.cover .display-tc .btn.btn-learn {
  background: #fee856;
  border: none;
  color: #000 !important;
}
#header .display-tc .btn.btn-learn:hover, #header .display-tc .btn.btn-learn:focus,
.cover .display-tc .btn.btn-learn:hover,
.cover .display-tc .btn.btn-learn:focus {
  background: rgba(254, 232, 86, 0.9) !important;
  color: #000 !important;
}
#header .display-tc .btn:hover, #header .display-tc .btn:focus,
.cover .display-tc .btn:hover,
.cover .display-tc .btn:focus {
  color: #fff !important;
}
#header .display-tc .btn.btn-demo,
.cover .display-tc .btn.btn-demo {
  background: #F46600;
  border: none;
}
#header .display-tc .btn.btn-demo:hover, #header .display-tc .btn.btn-demo:focus,
.cover .display-tc .btn.btn-demo:hover,
.cover .display-tc .btn.btn-demo:focus {
  background: rgba(234, 39, 45, 0.9) !important;
  color: #fff !important;
}
#header .display-tc .btn:hover,
.cover .display-tc .btn:hover {
  background: #F46600 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#header .display-tc .form-inline .form-group,
.cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#header .display-tc .form-inline .form-group .form-control,
.cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.section {
  padding: 7em 0 0;
}
@media screen and (max-width: 480px) {
  .section {
    padding: 3em 0;
  }
}
.section p {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 1.5;
	font-weight: 200;
}

.section-heading {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.section-heading h3, .section h3 {
  color: #F5D905;
}

#about .img-wrap img {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  #about .img-wrap img {
    max-width: 100%;
  }
}

.heading {
  margin-bottom: 50px;
}

.heading h2 {
	color: #F5D905;
	border-bottom: 2px solid #F46600;
	padding-bottom: 10px;
	max-width: 500px;
  /*font-family: "Satisfy", cursive;*/
}
.heading h2 span {
	margin-left: 20px;
	color: #FFF;
	font-size: 0.5em;
}

.item-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.item {
  float: left;
  width: 100%;
  backround: #fff;
}

@media screen and (max-width: 768px) {
	.item {margin-bottom: 50px;}
}

.item.box {
	background-color: #F46600;
	text-align: center;
	padding: 20px;
}

.item.margin_top {
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  .item.margin_top {
    margin-top: 0;
  }
}
.item h3 {
  margin-bottom: 0px;
  color: #fff;
}

.item img {
  margin-bottom: 30px;
	width: 100%;
}

.item h4 {
	color: #F5D905;
	line-height: 1.5;
}

.menu-area h3 {
	margin-top: 80px;
}
.menu-area .col-md-4 {
	margin-bottom: 40px;
}

#treatment .item p {
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
	#treatment p {text-align: left;}
}

#testimony {
	margin-bottom: 100px;
}

#testimony .greeting-box {
	margin-bottom: 100px;
}
#testimony .img-to-responsive img {
  margin-bottom: 20px;
	width: 980px;
	height: auto;
}
@media screen and (max-width: 768px) {
    #testimony .img-to-responsive img {
      max-width: 100%;
    }
	#testimony p {text-align: left;}
}
#testimony .greeting-contents {
  border: none;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  #testimony .greeting-contents {
    margin-top: 0;
  }
}
#testimony .greeting-contents p {
    line-height: 1.8;
    font-weight: 400;
    color: #fff;
}

#testimony .greeting-contents .director {
  	font-size: 28px;
	color: #F5D905;
}
#testimony .greeting-contents .director span {
	font-size: 16px;
	color: #FFF;
}


.bg-section {
  background: rgba(234, 39, 45, 0.03);
}

#about,
#info,
#content-section,
#contact,
#footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #about,
  #info,
  #content-section,
  #contact,
  #footer {
    padding: 3em 0;
  }
}

#content {
  border-bottom: 2px solid rgba(234, 39, 45, 0.1);
}

#info {
  border-bottom: none;
}

.social-icons {
  margin: 0;
  padding: 0;
}
.social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #F46600;
  padding-left: 10px;
  padding-right: 10px;
}
.social-icons li a i {
  font-size: 20px;
}

#info {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
#info .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.dl-horizontal dt,
.dl-horizontal dd {
	text-align: left;
}
.dl-horizontal dd {
	margin-bottom: 20px;
}


@media (pointer: fine), (hover: hover) {
	a:where([href^="tel:"]) {
    	pointer-events: none;
  	}
}
#footer {
	background-color: #383838;
}
#footer .widget {
  margin-bottom: 30px;
	text-align: center;
}
#footer .widget a {
	color: #FFF;
}
@media screen and (max-width: 768px) {
  #footer .widget {
    text-align: center;
  }
}
#footer .widget h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
}

#copyright {
	background-color: #000000;
	padding: 20px 0 40px;
	font-size: 14px;
}

/*--------------------------
 Lower Pages
--------------------------*/
#header-low {
	max-height: 400px;
}
#header-low .heading {
	position: absolute;
	top: 50%;
  	left: 50%;
	transform: translate(-50%, -50%);
}
#header-low .heading h2 {
	color: #F5D905;
	border-bottom: 2px solid #F46600;
	padding-bottom: 10px;
	max-width: 500px;
 }
#header-low .heading h2 span {
	margin-left: 20px;
	color: #FFF;
	font-size: 0.5em;
}
@media screen and (max-width: 768px) {
	#header-low .heading h2 {
		font-size: 22px;
		line-height: .8;
		padding-top: 1em;
	}
	#header-low .heading h2 span {
		margin-left: 5px;
	}
}

#menu-list h3 + p {
	margin-bottom: 10px;
}
#menu-list table {
	white-space: nowrap;
}
#menu-list table tr th,
#menu-list table tr td {
	text-align: center;
	font-weight: normal;
}
#menu-list .col-md-12 {
	margin-bottom: 50px;
}

#staff-list .row {
	margin-bottom: 50px;
}
#staff-list figure img {
	margin-bottom: 20px;
}
#staff-list figure figcaption h4 {
	color: #F5D905;
	font-size: 1.5em;
	margin: 5px 0;
}
#staff-list figure figcaption p {
	color: #FFF;
	font-size: 0.8em;
	margin: 0;
}
#staff-list .profile-box dt {
	color: #F5D905;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 5px;
	margin-bottom: 8px;
	font-weight: normal;
}
#staff-list .profile-box dd {
	margin-bottom: 30px;
}

#map-area {
	position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
#map-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#hours {
	padding-bottom: 7em;
}
#hours h3 img {
	width: 50%;
	height: auto;
}
#hours .table tr th,
#hours .table tr td {
	font-weight: normal;
	text-align: center;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  color: #fff;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.3);
}
.contact-info li a {
  color: #fff;
}

#offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #000 url(../images/broken_noise.png) repeat;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 20px 40px 20px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #offcanvas {
    background: #000 url(../images/broken_noise.png) repeat;
  }
}
@media screen and (max-width: 768px) {
  #offcanvas {
    display: block;
  }
}
.offcanvas #offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#offcanvas ul {
  padding: 0;
  margin: 0;
}
#offcanvas ul li {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
	font-size: 16px;
}
#offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ebfc";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #444;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.nav-toggle.nav-white > i {
  color: #fff;
  background: #fff;
}
.nav-toggle.nav-white > i::before, .nav-toggle.nav-white > i::after {
  background: #fff;
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 10px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #EE8133;
  color: #fff;
  border: 2px solid #EE8133;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #EE8133 !important;
  border-color: #EE8133 !important;
}
.btn-primary.btn-outline {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: 1px;
  border: 2px solid #EE8133;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #EE8133;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-group {
  margin-bottom: 30px !important;
}
.form-group label {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: 54px;
  font-size: 20px;
  font-weight: 300;
  font-family: "Satisfy", cursive;
  color: #fff;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

textarea {
  resize: vertical;
  overflow: auto;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.bootstrap-datetimepicker-widget {
  color: #000 !important;
}

/*# sourceMappingURL=style.css.map */
