@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: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#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: #FC5185;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #FC5185;
  outline: none;
  text-decoration: none;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
p, ul, ol {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  p, ul, ol {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}

/* Light bulb style for emphasized text */
em {
  position: relative;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  
  /* Improved font styling */
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  font-weight: 500;
  color: #5a4500; /* Warm dark brown that complements yellow */
  
  /* Background and borders */
  background-color: #fffdf2; /* Lighter warm background */
  border-radius: 4px;
  padding: 4px 10px 4px 40px;
  /* border-left: 2px solid #ffcc00; */
  
  /* Alignment */
  line-height: 1.5;
  vertical-align: middle;
  
  /* Subtle shadow for depth */
  box-shadow: 0 1px 3px rgba(255, 204, 0, 0.1);
  
  /* Smooth transition for hover effect */
  transition: all 0.2s ease;
  border-radius: 8px;
}

em:hover {
  background-color: #fff9e0; /* Slightly darker on hover */
  box-shadow: 0 2px 5px rgba(255, 204, 0, 0.2);
}

/* Light bulb icon */
em::before {
  content: "💡";
  position: absolute;
  left: 8px;
  font-size: 1.1em;
  animation: shine 1s infinite alternate;
  display: flex;
  align-items: center;
  height: 100%;
}

/* Shining effect animation */
@keyframes shine {
  0% {
    text-shadow: 0 0 0 transparent;
    opacity: 0.8;
  }
  100% {
    text-shadow: 0 0 10px #ffcc00, 0 0 20px #ffcc00;
    opacity: 1;
  }
}

blockquote {
    background: #f8f8f8;
    border-left: 4px solid #e2e8f0;
    padding: 1rem;
    color: #475569;  /* slate blue */
}

blockquote > p {
    color: #64748B;  /* lighter slate */
    margin: 0;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 300;
    margin: 0 0 20px 0;
  }
}

::-webkit-selection {
  color: #fff;
  background: #FC5185;
}

::-moz-selection {
  color: #fff;
  background: #FC5185;
}

::selection {
  color: #fff;
  background: #FC5185;
}

.fh5co-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  z-index: 1001;
}
.fh5co-nav .top-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 0;
}
.fh5co-nav .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 7px 0;
  margin-bottom: 0;
}
.fh5co-nav .top .num, .fh5co-nav .top .fh5co-social {
  display: inline-block;
  margin: 0;
}
.fh5co-nav .top .num {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0px;
}
.fh5co-nav .top .fh5co-social li {
  font-size: 14px;
}
.fh5co-nav .top .fh5co-social li a {
  padding: 0 7px;
}
.fh5co-nav .top .fh5co-social li a i {
  font-size: 14px;
}
.fh5co-nav #fh5co-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: "Work Sans", Arial, sans-serif;
}
.fh5co-nav #fh5co-logo a span {
  color: #FC5185;
}
.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 13px;
  padding: 30px 15px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: white;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  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;
}
.fh5co-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: #000;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.fh5co-nav ul li.btn-cta a {
  color: #fff;
}
.fh5co-nav ul li.btn-cta a span {
  background: #FC5185;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.fh5co-nav ul li.active > a {
  color: #fff !important;
}

.fh5co-navigation .prev {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: right;
}
.fh5co-navigation .prev:hover {
  padding-right: 30px;
}
.fh5co-navigation .next {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: left;
}
.fh5co-navigation .next:hover {
  padding-left: 30px;
}
.fh5co-navigation .fh5co-cover {
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.fh5co-navigation .fh5co-cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.fh5co-navigation .fh5co-cover .copy {
  position: relative;
  z-index: 12;
  display: block;
}
.fh5co-navigation .fh5co-cover .copy .display-t, .fh5co-navigation .fh5co-cover .copy .display-tc {
  height: 400px;
  display: table;
  width: 100%;
}
.fh5co-navigation .fh5co-cover .copy .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
.fh5co-navigation .fh5co-cover .copy .display-tc div {
  padding: 30px;
}
.fh5co-navigation .fh5co-cover .copy .display-tc div span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .05em;
}
.fh5co-navigation .fh5co-cover .copy .display-tc div h2 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 100;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-navigation .fh5co-cover .copy .display-tc div h2 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
  }
}
#fh5co-aside {
  width: 38%;
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  height: 100%;
  z-index: 555;
  /*background-size: 100% auto;*/
  background-repeat: no-repeat;
  -moz-background-size:100% 100%;
  background-size:100% 100%;
  /*background-position: center center;*/
  /*background-attachment: fixed;*/
  /*-webkit-animation: auto_scroll 5s linear infinite;
  animation: auto_scroll 5s linear infinite;*/
}

.single #fh5co-aside {
  position: relative;
  height: 600px;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  /*background-position: center center;*/
  background-attachment: fixed;
  /*-webkit-animation: auto_scroll 5s linear infinite;
  animation: auto_scroll 5s linear infinite;*/
}

/*@-webkit-keyframes auto_scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -600px;
  }
}
@keyframes auto_scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -600px;
  }
}*/

#fh5co-aside a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-aside a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fh5co-aside {
    width: 100%;
    position: relative;
    z-index: 999;
    height: 220px;
    background-repeat: no-repeat;
    -moz-background-size:100% auto;
    background-size:100% auto;
    /*background-position: 0px 50%;*/
    background-position: center center;
  }
  .single #fh5co-aside {
    position: relative;
    height: 220px;
    width: 100%;
    background-position: top left;
  }
}
#fh5co-aside .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
#fh5co-aside .featured, #fh5co-aside nav, #fh5co-aside .page-title {
  z-index: 12;
  position: absolute;
  bottom: 0;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-aside .featured, #fh5co-aside nav, #fh5co-aside .page-title {
    z-index: 12;
    position: absolute;
    bottom: 0;
    padding: 30px 30px 0px 30px;
  }
}
.single #fh5co-aside .featured, .single #fh5co-aside nav, .single #fh5co-aside .page-title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#fh5co-aside .featured h2, #fh5co-aside nav h2, #fh5co-aside .page-title h2 {
  color: #fff;
  font-weight: 300;
}
.single #fh5co-aside .featured h2, .single #fh5co-aside nav h2, .single #fh5co-aside .page-title h2 {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .single #fh5co-aside .featured h2, .single #fh5co-aside nav h2, .single #fh5co-aside .page-title h2 {
    font-size: 24px;
  }
}
#fh5co-aside .featured > span, #fh5co-aside nav > span, #fh5co-aside .page-title > span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .05em;
  margin-bottom: 10px;
}
#fh5co-aside .page-title img {
  margin-bottom: 30px;
  max-width: 80px;
  _width:expression(this.width > 80 ? "80px" : this.width);/*兼容IE6*/
  max-height: 80px;
  _height:expression(this.height > 80 ? "80px" : this.height);/*兼容IE6*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  /*overflow:hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;*/
}
#fh5co-aside nav {
  top: 0;
  bottom: inherit !important;
}
.single #fh5co-aside nav {
  text-align: left;
}
#fh5co-aside nav ul {
  padding: 0;
  margin: 0;
}
#fh5co-aside nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-aside nav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
#fh5co-aside nav ul li a:hover {
  color: #000;
  background: white;
}
@media screen and (max-width: 768px) {
  #fh5co-aside nav ul li a {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
  }
  #fh5co-aside nav ul li a:hover {
    color: #000;
    background: white;
  }
}
footer {
  background: #fafafa;
  clear: both;
  font-size: 12px;
  text-align: center;
  padding: 20px 30px !important;
}
.single footer > div {
  /*max-width: 960px;*/
  margin: 0;
  text-align: center;
}

#fh5co-main-content {
  /*margin-left: 38.1966%;*/
  margin-left: 38%;
  position: relative;
  z-index: 999;
  /*background-color: orange;*/
}
.single #fh5co-main-content {
  margin-left: 0;
  /* max-width: 960px; */
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fh5co-main-content {
    margin-left: 0;
  }
  .single #fh5co-main-content {
    max-width: 100%;
    text-align: center;
  }
}

#pagination-content {
  margin-left: 38%;
  width: 62%;
  z-index: 999;
  position: fixed;
  bottom: 0px;
  background-color: #fff
}

@media screen and (max-width: 768px) {
  #pagination-content {
    margin-left: 0;
    width: 100%;
    position: relative;
    background-color: #fff;
  }
}

.fh5co-post-date {
  color: #b3b3b3;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 30;
  letter-spacing: .05em;
  font-size: 14px;
}

.padding {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .padding {
    padding: 25px;/*小屏幕内边距减少*/
  }
  .fh5co-post-date {
    font-size: 12px;
  }
}

.fh5co-post .fh5co-entry {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  display: flex;/*大屏幕图片弹性布局：垂直居中*/
  /*text-align: center;*/
  align-items: center;
  /*justify-content: center;*/
  /*vertical-align: middle;*/
  /*display: inline-block;*/
  /*list-style: none;*/
}
.single .fh5co-post .fh5co-entry {
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-post .fh5co-entry {
    display: inline;/*小屏幕不进行弹性布局*/
    text-align: left;
  }
}
.fh5co-post .fh5co-entry > img {
  /*float: right;*/
  max-width: 30%;
  /*height: 100%;*/
  max-height: 100px;
  object-fit: cover;
  /*height: 18%;*/
  /*float: right;*/
  /*position: absolute;*/
  /*margin-bottom: 100px;*/
  right: 20px;
  /*width: 140px;
  height: 100px;*/
  /*top: 50%;*/
  /*margin-top: -60px;*/
  /*height: 100%;*/
  /*margin-bottom: 30px;*/
  /*-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .fh5co-post .fh5co-entry > img {
    /*float: none;*/
    /*position: none;*/
    /*position: static;*/
    margin-top: 10px;
    max-width: 100%;
    max-height: 80px;
    /*height: 100%;*/
  }
}
.fh5co-post .fh5co-entry > div {
  width: 77%;
  float: left;
  margin-right: 5%;
  margin-top: 0px;
  /*display: block;*/
}
.single .fh5co-post .fh5co-entry > div {
  margin-right: 0 !important;
  width: 100%;
}
.fh5co-post .fh5co-entry .fixed-audio {
  position:fixed;
  bottom:30px;
  left:0;
  right:0;
  width:30%;
  margin:auto;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .fh5co-post .fh5co-entry .fixed-audio {
    position:fixed;
    bottom:30px;
    left:0;
    right:0;
    width:50%;
    margin:auto;
    z-index: 999;
  }
}
.single .fh5co-post .fh5co-entry .post-content img {
  width: auto;
  max-width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .fh5co-post .fh5co-entry > div {
    width: 100%;
    margin-right: 0;
  }
  .single .fh5co-post .fh5co-entry .post-content img {
    max-width: 100%;
  }
}
.fh5co-post .fh5co-entry > div a {
  color: #3194d0;
  text-decoration: none;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .fh5co-post .fh5co-entry > div a {
    color: #3194d0;
    font-size: 16px;
  }
}
.fh5co-post .fh5co-entry > div a:hover {
  color: #FC5185;
  text-decoration: underline;
}
.fh5co-post .fh5co-entry > div h2 {
  margin-bottom: 10px;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .fh5co-post .fh5co-entry > div h2 {
    font-size: 24px;
  }
}
.fh5co-post .fh5co-entry > div p:last-child {
  margin-bottom: 0;
}
.fh5co-post .fh5co-entry > div p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .fh5co-post .fh5co-entry > div p {
    font-size: 14px;
  }
}
.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;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-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;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-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);
}

.fh5co-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);
}

.fh5co-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) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-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: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #FC5185;
  color: #fff;
  border: 2px solid #FC5185;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #fc6a97 !important;
  border-color: #fc6a97 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #FC5185;
  border: 2px solid #FC5185;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #FC5185;
  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-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #FC5185;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-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;
}

/*# sourceMappingURL=style.css.map */
