@charset "UTF-8";
/*-------------------------------------
[Master Stylesheet]
Project: BPThemes Premium WordPress Theme

[Table of contents]
1. Base theme
2. Plugins
- Isotope
- Nivo
- Contact Form 7
- Slick Slider
3. Content Area
4. Footer
5. Typography
6. Page Title
6. Header
7. Blog
8. Widgets 
 
------------------ ---------------------*/
/* BASE AND GRID */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
  display: block;
  width: 100%;
  position: relative;
  letter-spacing: 0.01em; }

body, html {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

pre {
  padding: 15px;
  white-space: pre-wrap;
  word-wrap: break-word; }

form,
fieldset {
  margin-bottom: 0; }

textarea {
  min-height: 60px; }

label,
legend {
  display: block;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  vertical-align: middle;
  margin: 3px; }

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  padding: 6px 20px;
  outline: none;
  margin: 0;
  width: 270px;
  max-width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.7;
  border-width: 0;
  border-style: solid;
  color: #7a7a7a;
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: inherit; }

textarea {
  padding: 13px 20px; }

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select {
  height: 46px; }

input[type="submit"] {
  color: #fff; }

input[type="submit"]:hover {
  background: transparent; }

input[type="submit"],
button {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.09em;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  padding: 11px 34px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  text-transform: uppercase;
  -o-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  -webkit-transition: all 400ms; }

input[type="submit"],
button {
  background: #ffffff;
  font-weight: 500; }

input[type="submit"]:hover,
button:hover {
  color: #ffffff; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none; }

body input::-webkit-input-placeholder, body textarea::-webkit-input-placeholder {
  color: #7a7a7a;
  opacity: 1; }

body input:-moz-placeholder, body textarea:-moz-placeholder {
  color: #7a7a7a;
  opacity: 1; }

body input::-moz-placeholder, body textarea::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1; }

body input:-ms-input-placeholder, body textarea:-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1; }

body input::-ms-input-placeholder, body textarea::-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1; }

body input::placeholder, body textarea::placeholder {
  color: #7a7a7a;
  opacity: 1; }

body input::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
  color: #7a7a7a; }

body input::-moz-placeholder,
body textarea::-moz-placeholder {
  color: #7a7a7a; }

body input:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
  color: #7a7a7a; }

body input:-moz-placeholder,
body textarea:-moz-placeholder {
  color: #7a7a7a; }

[class*=span] {
  float: left;
  min-height: 1px; }

.container, .bpt-container {
  width: 940px;
  margin-right: auto;
  margin-left: auto; }

.container.full-width .bpt-container {
  width: 970px; }

.container.full-width .bpt_wrapper {
  left: 0 !important; }

.container:after, .container:before,
.bpt-container:after, .bpt-container:before {
  display: table;
  line-height: 0;
  content: ""; }

.container:after, .bpt-container:after {
  clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:after, .row:before {
  display: table;
  line-height: 0;
  content: ""; }

.row:after {
  clear: both; }

.row [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after, .clearfix:before {
  display: table;
  line-height: 0;
  content: ""; }

.clear, .clearfix:after {
  clear: both; }

.container, .bpt-container {
  width: 1170px; }

.container.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.container.full-width .bpt-container {
  width: 1200px; }

@media only screen and (min-width: 768px) {
  .row .span12 {
    width: 100%; }
  .row .span11 {
    width: 91.66666666666666%; }
  .row .span10 {
    width: 83.33333333333334%; }
  .row .span9 {
    width: 75%; }
  .row .span8 {
    width: 66.66666666666666%; }
  .row .span7 {
    width: 58.333333333333336%; }
  .row .span6 {
    width: 50%; }
  .row .span5 {
    width: 41.66666666666667%; }
  .row .span4 {
    width: 33.33333333333333%; }
  .row .span3 {
    width: 25%; }
  .row .span1-5 {
    width: 20%; }
  .row .span2 {
    width: 16.666666666666664%; }
  .row .span1 {
    width: 8.333333333333332%; } }

@media only screen and (max-width: 1024px) {
  .row .span6,
  .row .span5,
  .row .span4,
  .row .span3,
  .row .span1-5 {
    width: 50%; }
  .row .span9 {
    width: 100%; }
  .row .sidebar-container.span3 {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .row .span6,
  .row .span5,
  .row .span4,
  .row .span3,
  .row .span1-5 {
    width: 100%; } }

@media (min-width: 1200px) {
  [class*=span] {
    float: left;
    min-height: 1px; }
  .row:after, .row:before {
    display: table;
    line-height: 0;
    content: ""; }
  .row:after {
    clear: both; } }

ul {
  margin: 0;
  padding: 0 0 20px 0; }

li ul {
  padding-bottom: 0; }

.fullwidth-wrapper {
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*base*/
::-moz-selection {
  opacity: 1; }
::selection {
  opacity: 1; }

::-moz-selection {
  opacity: 1; }

p {
  margin: 0 0 30px 0;
  padding: 0; }

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none !important;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms; }

a:hover {
  color: inherit; }

p a {
  -o-transition: color 300ms;
  -moz-transition: color 300ms;
  transition: color 300ms;
  -webkit-transition: color 300ms; }

img {
  vertical-align: top;
  outline: none !important;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.a-center {
  text-align: center; }

.a-left {
  text-align: left; }

.a-right {
  text-align: right; }

.fleft {
  float: left; }

.fright {
  float: right; }

.dn {
  display: none; }

.ui-loader {
  display: none !important; }

.bypostauthor {
  padding: 0; }

.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption {
  max-width: 100%; }

.wp-caption-text {
  margin-top: 5px;
  font-style: italic; }

.hideme {
  display: none; }

.wp-caption-text {
  text-align: center; }

.image_hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: .5; }

.image_hover:hover {
  opacity: 1; }

.clear {
  clear: both;
  height: 0;
  font-size: 0; }

.custom_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background-position: center; }

.custom_bg.img_bg {
  -moz-background-size: cover;
  background-size: cover; }

form,
body,
iframe {
  margin: 0;
  padding: 0; }

iframe {
  vertical-align: top;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  border: 0; }

img,
table,
iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  width: 100%; }

table td,
table th {
  padding: 5px 10px;
  text-align: center; }

table tbody tr,
table thead tr,
table tfoot tr {
  border: 1px solid #f2f2f2; }

table tbody th,
table tfoot th {
  border-right: 1px solid #f2f2f2; }

p:empty {
  display: none;
  margin: 0; }

/* Blockquotes */
blockquote {
  position: relative;
  z-index: 1;
  padding-left: 0;
  text-indent: 40px;
  margin: 15px 0;
  font-size: 30px;
  line-height: 42px; }

blockquote cite {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #404040;
  font-style: normal; }

blockquote:before {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 1px;
  color: #56b8e1;
  content: '\f10d';
  text-indent: 0;
  font-size: 29px;
  line-height: 1;
  font-family: Fontawesome; }

/* End Blockquotes */
/* hr */
hr {
  border-style: solid;
  border: none;
  border-bottom: 1px solid #d8d9db;
  margin: 30px 0; }

/* end hr */
::-moz-selection {
  color: #ffffff; }

::selection {
  color: #ffffff; }

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s; }

.isotope {
  -webkit-transition-property: height,width;
  -moz-transition-property: height,width;
  -o-transition-property: height,width;
  transition-property: height,width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform,opacity;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,-o-transform;
  -moz-transition-property: transform,opacity,-moz-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform,-moz-transform,-o-transform; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0; }

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

/* Nivo */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.nivoSlider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: top; }

.nivo-main-image {
  display: block;
  position: relative !important;
  width: 100% !important; }

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none; }

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

.nivo-caption {
  position: absolute;
  overflow: hidden;
  display: none; }

.nivo-html-caption {
  display: none; }

.nivo-controlNav {
  display: none !important;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99; }

.nivo-controlNav a {
  text-indent: -9999px !important;
  overflow: hidden;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: none;
  opacity: 1;
  margin: 5px 10px 0 10px;
  line-height: 8px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px #ffffff solid;
  position: relative;
  cursor: pointer; }

.nivo-controlNav a:after {
  width: 4px;
  height: 4px;
  display: none;
  background: #fff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 1px;
  top: 1px;
  content: ''; }

.nivo-controlNav a.active:after {
  display: block;
  cursor: default; }

.slider-wrapper {
  position: relative; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block !important;
  left: 0;
  top: 0;
  z-index: 33; }

body .theme-default .nivoSlider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.main_wrapper .nivo-directionNav a {
  width: 45px !important;
  height: 45px !important;
  position: absolute;
  left: -45px;
  top: 50% !important;
  z-index: 100;
  opacity: 1 !important;
  -o-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  transition: all 0.4s !important;
  -webkit-transition: all 0.4s !important;
  cursor: pointer;
  text-indent: 0 !important;
  display: block;
  background: rgba(255, 255, 255, 0.8) !important;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 0;
  border: 0 !important;
  font-weight: 400; }
  .main_wrapper .nivo-directionNav a.nivo-prevNav {
    left: -70px;
    opacity: 0; }
    .main_wrapper .nivo-directionNav a.nivo-prevNav:hover {
      background: white !important; }
  .main_wrapper .nivo-directionNav a.nivo-nextNav {
    right: -70px;
    left: auto;
    opacity: 0; }
    .main_wrapper .nivo-directionNav a.nivo-nextNav:hover {
      background: white !important; }

.main_wrapper .nivo-directionNav:hover .nivo-prevNav {
  left: 5px;
  opacity: 1; }

.main_wrapper .nivo-directionNav:hover .nivo-nextNav {
  left: auto;
  right: 5px;
  opacity: 1; }

.nivo-directionNav a.nivo-prevNav:before,
.flex-direction-nav a:before {
  content: "\f12c";
  font-family: 'Flaticon';
  font-size: 16px;
  display: inline-block;
  color: #474747;
  border: 0;
  vertical-align: middle;
  line-height: 45px; }

.nivo-directionNav a.nivo-nextNav:before,
.flex-direction-nav a.flex-next:before {
  content: "\f12b";
  font-family: 'Flaticon';
  font-size: 16px;
  display: inline-block;
  color: #474747;
  border: 0;
  vertical-align: middle;
  line-height: 45px; }

.nivo-directionNav .nivo-nextNav {
  left: auto;
  right: -45px; }

.nivo-directionNav .nivo-prevNav:hover,
.nivo-directionNav .nivo-nextNav:hover {
  background-color: #ffffff; }

.oneImage .nivo-directionNav a,
.oneImage .nivo-directionNav a:before,
.oneImage .nivo-directionNav a:after,
.oneImage .nivo-controlNav {
  display: none !important; }

.flexslider ul.flex-direction-nav li {
  position: static; }

.flexslider .flex-control-nav.flex-control-paging {
  display: none; }

.flexslider .slides li:before, .flexslider ul.flex-direction-nav li:before {
  display: none; }

.main_wrapper .flexslider {
  padding: 0;
  margin: 0 0 60px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.flex-direction-nav a {
  text-shadow: none;
  text-indent: 100% !important; }

.flex-direction-nav a:before {
  content: '' !important; }

/* Contact Form 7 */
.wpcf7 input[type="date"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  font-family: inherit; }
  .wpcf7 input[type="date"]::-webkit-input-placeholder,
  .wpcf7 input[type="email"]::-webkit-input-placeholder,
  .wpcf7 input[type="number"]::-webkit-input-placeholder,
  .wpcf7 input[type="password"]::-webkit-input-placeholder,
  .wpcf7 input[type="search"]::-webkit-input-placeholder,
  .wpcf7 input[type="tel"]::-webkit-input-placeholder,
  .wpcf7 input[type="text"]::-webkit-input-placeholder,
  .wpcf7 input[type="url"]::-webkit-input-placeholder,
  .wpcf7 select::-webkit-input-placeholder,
  .wpcf7 textarea::-webkit-input-placeholder {
    color: #7a7a7a; }
  .wpcf7 input[type="date"]:-moz-placeholder,
  .wpcf7 input[type="email"]:-moz-placeholder,
  .wpcf7 input[type="number"]:-moz-placeholder,
  .wpcf7 input[type="password"]:-moz-placeholder,
  .wpcf7 input[type="search"]:-moz-placeholder,
  .wpcf7 input[type="tel"]:-moz-placeholder,
  .wpcf7 input[type="text"]:-moz-placeholder,
  .wpcf7 input[type="url"]:-moz-placeholder,
  .wpcf7 select:-moz-placeholder,
  .wpcf7 textarea:-moz-placeholder {
    color: #7a7a7a; }
  .wpcf7 input[type="date"]::-moz-placeholder,
  .wpcf7 input[type="email"]::-moz-placeholder,
  .wpcf7 input[type="number"]::-moz-placeholder,
  .wpcf7 input[type="password"]::-moz-placeholder,
  .wpcf7 input[type="search"]::-moz-placeholder,
  .wpcf7 input[type="tel"]::-moz-placeholder,
  .wpcf7 input[type="text"]::-moz-placeholder,
  .wpcf7 input[type="url"]::-moz-placeholder,
  .wpcf7 select::-moz-placeholder,
  .wpcf7 textarea::-moz-placeholder {
    color: #7a7a7a; }
  .wpcf7 input[type="date"]:-ms-input-placeholder,
  .wpcf7 input[type="email"]:-ms-input-placeholder,
  .wpcf7 input[type="number"]:-ms-input-placeholder,
  .wpcf7 input[type="password"]:-ms-input-placeholder,
  .wpcf7 input[type="search"]:-ms-input-placeholder,
  .wpcf7 input[type="tel"]:-ms-input-placeholder,
  .wpcf7 input[type="text"]:-ms-input-placeholder,
  .wpcf7 input[type="url"]:-ms-input-placeholder,
  .wpcf7 select:-ms-input-placeholder,
  .wpcf7 textarea:-ms-input-placeholder {
    color: #7a7a7a; }
  .wpcf7 input[type="date"]::-ms-input-placeholder,
  .wpcf7 input[type="email"]::-ms-input-placeholder,
  .wpcf7 input[type="number"]::-ms-input-placeholder,
  .wpcf7 input[type="password"]::-ms-input-placeholder,
  .wpcf7 input[type="search"]::-ms-input-placeholder,
  .wpcf7 input[type="tel"]::-ms-input-placeholder,
  .wpcf7 input[type="text"]::-ms-input-placeholder,
  .wpcf7 input[type="url"]::-ms-input-placeholder,
  .wpcf7 select::-ms-input-placeholder,
  .wpcf7 textarea::-ms-input-placeholder {
    color: #7a7a7a; }
  .wpcf7 input[type="date"]::placeholder,
  .wpcf7 input[type="email"]::placeholder,
  .wpcf7 input[type="number"]::placeholder,
  .wpcf7 input[type="password"]::placeholder,
  .wpcf7 input[type="search"]::placeholder,
  .wpcf7 input[type="tel"]::placeholder,
  .wpcf7 input[type="text"]::placeholder,
  .wpcf7 input[type="url"]::placeholder,
  .wpcf7 select::placeholder,
  .wpcf7 textarea::placeholder {
    color: #7a7a7a; }

.sign_up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -20px; }

.sign_up input[type='submit'] {
  margin-left: 20px;
  height: 50px; }

.sign_up input[type="email"] {
  width: 350px; }

.sign_up .ajax-loader {
  display: none; }

.wpcf7-form-control-wrap {
  margin-bottom: 25px;
  display: block; }

div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  padding: 0.344em 1em;
  padding-left: 50px;
  border: none;
  color: #ffffff;
  background-color: #255379;
  position: relative;
  z-index: 1; }

div.wpcf7-response-output:before {
  content: "\f05a";
  position: absolute;
  top: 50%;
  left: 17px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  margin-top: -9px; }

div.wpcf7-validation-errors {
  background-color: #c24747; }

div.wpcf7-validation-errors:before {
  content: "\f057"; }

div.wpcf7-mail-sent-ok {
  background-color: #0fa55d; }

div.wpcf7-mail-sent-ok:before {
  content: "\f058"; }

span.wpcf7-not-valid-tip {
  padding-top: 5px;
  color: #d61d1d;
  font-weight: 400; }

.emboryo_submit_wrapper {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
  color: #ffffff;
  line-height: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  -o-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  -webkit-transition: all 400ms; }

.emboryo_submit_wrapper:hover {
  background: #ffffff; }

.emboryo_submit_wrapper > i {
  position: absolute;
  top: 50%;
  right: 34px;
  line-height: 1;
  margin-top: -0.5em;
  z-index: -1;
  -o-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  -webkit-transition: all 400ms; }

.emboryo_submit_wrapper input[type="submit"] {
  margin-bottom: 0;
  padding-right: 54px;
  background: transparent; }

div.wpcf7 .emboryo_submit_wrapper .ajax-loader {
  display: none !important; }

.form-submit_custom .emboryo_submit_wrapper {
  vertical-align: top; }

.form-submit_custom {
  margin-bottom: 0; }

.form-submit {
  clear: both; }

.custom_textarea textarea {
  height: 180px; }

.wpcf7-form .row {
  margin-left: -5px;
  margin-right: -5px; }

.wpcf7-form .row [class*=span] {
  padding-left: 5px;
  padding-right: 5px; }

.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 10px; }

.wpb_text_column :last-child .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 10px; }

.wpcf7-form-control-wrap + .wpcf7-form-control.wpcf7-submit,
.wpcf7-form .row + p .wpcf7-form-control.wpcf7-submit {
  margin-top: 20px; }

/* end Contact Form 7 */
/* Mailchimp */
#mc_embed_signup .mc-field-group {
  width: -webkit-calc(100% - 145px);
  width: -moz-calc(100% - 145px);
  width: calc(100% - 145px);
  float: left;
  position: relative;
  z-index: 1; }
  #mc_embed_signup .mc-field-group input {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #7a7a7a; }
    #mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
      color: #7a7a7a; }
    #mc_embed_signup .mc-field-group input:-moz-placeholder {
      color: #7a7a7a; }
    #mc_embed_signup .mc-field-group input::-moz-placeholder {
      color: #7a7a7a; }
    #mc_embed_signup .mc-field-group input:-ms-input-placeholder {
      color: #7a7a7a; }
    #mc_embed_signup .mc-field-group input::-ms-input-placeholder {
      color: #7a7a7a; }
    #mc_embed_signup .mc-field-group input::placeholder {
      color: #7a7a7a; }

#mc_embed_signup .button-submit input {
  width: 145px;
  margin-bottom: 0; }

#mc_embed_signup div.mce_inline_error {
  margin-bottom: 0 !important;
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.bpt-mailchimp-2 #mc_embed_signup .mc-field-group {
  width: -webkit-calc(100% - 145px);
  width: -moz-calc(100% - 145px);
  width: calc(100% - 145px);
  float: left;
  position: relative;
  z-index: 1; }
  .bpt-mailchimp-2 #mc_embed_signup .mc-field-group input {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    background-color: rgba(77, 77, 77, 0.05);
    color: #737576; }
    .bpt-mailchimp-2 #mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
      color: #737576; }
    .bpt-mailchimp-2 #mc_embed_signup .mc-field-group input:-moz-placeholder {
      color: #737576; }
    .bpt-mailchimp-2 #mc_embed_signup .mc-field-group input::-moz-placeholder {
      color: #737576; }
    .bpt-mailchimp-2 #mc_embed_signup .mc-field-group input:-ms-input-placeholder {
      color: #737576; }
    .bpt-mailchimp-2 #mc_embed_signup .mc-field-group input::-ms-input-placeholder {
      color: #737576; }
    .bpt-mailchimp-2 #mc_embed_signup .mc-field-group input::placeholder {
      color: #737576; }

.bpt-mailchimp-2 #mc_embed_signup .button-submit input {
  margin-bottom: 0; }

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden; }

.hide-bullets .slick-dots {
  display: none !important; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: none !important; }

.slick-list:focus {
  outline: none !important; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  padding: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important;
  cursor: pointer; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 50;
  text-indent: -9999px;
  width: 27px;
  height: 13px;
  margin-top: -6px;
  display: block;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -o-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  outline: none;
  border: none !important;
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-background-size: 300px 150px;
  background-size: 300px 150px;
  background-color: transparent; }

.slick-prev {
  left: -70px; }

.slick-next {
  right: -70px;
  background-position: -27px 0; }

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8; }

/* C O N T E N T   A R E A */
.main_wrapper {
  padding: 40px 0 40px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.bpt-page-title + .site_wrapper > .main_wrapper {
  padding-top: 0; }

.main_wrapper.like_fullscreen_type {
  padding: 0; }

.site_wrapper {
  position: relative;
  z-index: 0;
  min-height: 50vh; }

.row.sidebar_left .content-container {
  float: right; }

/* F O O T E R */
.footer_wrapper {
  padding: 24px 0 26px 0; }

.copyright {
  font-size: 14px; }

.copyright p {
  margin-bottom: 0; }

.copyright a {
  color: inherit; }

.footer_top-area {
  line-height: 24px; }
  .footer_top-area p {
    margin-bottom: 19px; }

.footer_top-area strong {
  font-weight: inherit; }

.footer_top-area a,
.footer_top-area a .bpt-icon {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

.footer_top-area .textwidget img {
  margin-bottom: 20px; }

.footer_top-area .widget.widget_posts .recent_posts {
  padding-top: 0; }

.footer .gallery-caption {
  display: none; }

@media only screen and (max-width: 767px) {
  .copyright .span12 {
    text-align: center; }
  .copyright .span12 * {
    float: none !important; } }

.main-menu.footer-menu .menu-item {
  display: inline-block;
  margin: 0 20px; }

.footer_top-area .main-menu.footer-menu .menu-item a {
  font-weight: 500; }

/* T Y P O G R A P H Y */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  word-wrap: break-word; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit !important; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.alignleft {
  margin: 0 30px 20px 0;
  float: left; }

.alignright {
  margin: 0 0 20px 30px;
  float: right; }

.aligncenter {
  float: none;
  text-align: center;
  display: block;
  margin: 0 auto; }

.large-text {
  font-size: 24px; }

.small-text {
  line-height: 24px;
  font-size: 16px; }

/* Dropcap */
.dropcap {
  display: inline-block;
  float: left;
  font-size: 3.75em;
  line-height: inherit;
  margin: 14px 20px 10px 0;
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-weight: 700; }

/* Page Title */
.bpt-page-title {
  display: table;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: repeat; }

.bpt-page-title__inner {
  display: table-row;
  vertical-align: middle; }

.bpt-page-title__inner:before,
.bpt-page-title__inner:after {
  content: '';
  display: table-cell; }

.bpt-page-title .container {
  display: table-cell;
  vertical-align: middle; }

.bpt-page-title.bpt-page-title_vert_align_top .container {
  vertical-align: top; }

.bpt-page-title.bpt-page-title_vert_align_bottom .container {
  vertical-align: bottom; }

.bpt-page-title__content {
  display: table;
  width: 100%; }

.bpt-page-title__content .page_title,
.bpt-page-title__content .emboryo_breadcrumb {
  display: table-cell;
  vertical-align: middle; }

.bpt-page-title__content .page_title {
  width: 100%; }

.bpt-page-title__content .page_title h1 {
  color: inherit;
  font-size: 48px; }

.bpt-page-title.bpt-page-title_horiz_align_center .page_sub_title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  opacity: 0.8; }

.bpt-page-title__content .emboryo_breadcrumb a {
  color: inherit;
  font-weight: 300;
  opacity: 0.8; }
  .bpt-page-title__content .emboryo_breadcrumb a:hover {
    opacity: 1; }

.bpt-page-title__content .breadcrumbs {
  white-space: nowrap; }

.breadcrumbs .divider {
  opacity: 0.8; }

.breadcrumbs .divider:last-child {
  display: none; }

.bpt-page-title.bpt-page-title_horiz_align_right .bpt-page-title__content {
  direction: rtl; }

.bpt-page-title.bpt-page-title_horiz_align_center .page_title,
.bpt-page-title.bpt-page-title_horiz_align_center .emboryo_breadcrumb,
.bpt-page-title.bpt-page-title_horiz_align_center .page_sub_title {
  display: table-row;
  text-align: center; }

.bpt-page-title.bpt-page-title_horiz_align_center .page_title + .page_sub_title div {
  padding-top: 20px; }

.bpt-page-title.bpt-page-title_horiz_align_center .page_sub_title + .emboryo_breadcrumb > div {
  padding-top: 13px; }

.bpt-page-title.bpt-page-title_small_header .bpt-page-title__content .page_title > h1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5; }

.bpt-page-title.bpt-page-title_small_header.bpt-page-title_horiz_align_center .page_sub_title {
  font-size: 16px; }

.bpt-page-title.bpt-page-title_small_header .bpt-page-title__content .emboryo_breadcrumb {
  font-size: 12px;
  opacity: 0.6; }

@media only screen and (max-width: 768px) {
  .bpt-page-title__content .page_title,
  .bpt-page-title__content .emboryo_breadcrumb {
    display: block; }
  .bpt-page-title__content .page_title + .emboryo_breadcrumb {
    padding-top: 5px; }
  .bpt-page-title__content .page_title h1 {
    font-size: 26px;
    line-height: 140%; }
  .bpt-page-title__content .breadcrumbs {
    white-space: normal; } }

/* end Page Title */
/* Default listing */
dl {
  margin-bottom: 20px; }

dl dt {
  font-weight: 600;
  text-decoration: underline; }

dl dd {
  margin: 0 0 20px 0; }

.main_wrapper ul li,
.footer ul li {
  padding-left: 20px;
  padding-bottom: 5px;
  list-style: none;
  position: relative;
  z-index: 1; }

.footer ul li:last-child {
  padding-bottom: 0; }

.footer ul li li {
  padding-left: 10px; }

.footer ul li {
  padding-left: 0; }

.footer ul {
  padding-left: 0; }

.main_wrapper ul li:before {
  content: '';
  position: absolute;
  z-index: 1;
  line-height: 1;
  font-size: 1em;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  left: 2px;
  top: 14px; }

.main_wrapper ul.emboryo_dash li:before {
  content: "";
  width: 10px;
  height: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.main_wrapper ul.no-list-style li {
  padding: 0; }

.main_wrapper ul.no-list-style li:before {
  display: none; }

.main_wrapper ul.emboryo_list_check li,
.main_wrapper ul.emboryo_list_check_circle li,
.main_wrapper ul.emboryo_list_check_square li,
.main_wrapper ul.emboryo_list_angle_right li,
.main_wrapper ul.emboryo_list_plus li,
.main_wrapper ul.emboryo_list_times li {
  padding: 0 0 8px 0px;
  list-style: none; }

.main_wrapper ul.emboryo_list_check li:before,
.main_wrapper ul.emboryo_list_check_circle li:before,
.main_wrapper ul.emboryo_list_check_square li:before,
.main_wrapper ul.emboryo_list_angle_right li:before,
.main_wrapper ul.emboryo_list_plus li:before,
.main_wrapper ul.emboryo_list_times li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1em;
  line-height: 1em;
  margin-right: 14px;
  vertical-align: baseline;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.main_wrapper ul.emboryo_list_check_circle li:before {
  content: "\f05d"; }

.main_wrapper ul.emboryo_list_check_square li:before {
  content: "\f046"; }

.main_wrapper ul.emboryo_list_angle_right li:before {
  content: "\f105"; }

.main_wrapper ul.emboryo_list_plus li:before {
  content: "\f067"; }

.main_wrapper ul.emboryo_list_times li:before {
  content: "\f00d"; }

.main_wrapper ol {
  margin: 0 0 18px 0;
  padding: 0 0 0 17px;
  list-style: none;
  counter-reset: li; }

.main_wrapper ol li {
  counter-increment: li; }

.main_wrapper li ol {
  margin-bottom: 0; }

.main_wrapper ol > li {
  position: relative;
  padding: 0 0 5px 8px; }

.main_wrapper ol.commentlist .comment {
  padding: 0; }

.main_wrapper ol.commentlist .comment-respond {
  margin-top: 30px; }

.main_wrapper ol > li:before,
.main_wrapper ul ol > li:before {
  content: "." counter(li);
  font-size: inherit;
  display: inline-block;
  width: 1em;
  line-height: inherit;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl; }

.main_wrapper ul ol > li:before {
  top: 0;
  background-color: transparent; }

.main_wrapper ul > li:last-child,
.main_wrapper ol > li:last-child {
  padding-bottom: 0; }

.contentarea ul {
  margin: 0 0 18px 0;
  padding: 0 0 0 16px; }

.contentarea ul > li ul,
.contentarea ul > li ol,
.contentarea ol > li ul,
.contentarea ol > li ol {
  margin-bottom: 0; }

.contentarea ol ol,
.contentarea ol ul,
.contentarea ul ol,
.contentarea ul ul {
  padding-bottom: 0; }

.typo_list ol,
.typo_list ul,
.typo_list li:last-child {
  padding-bottom: 0; }

/* main header */
.bpt-theme-header {
  position: relative;
  z-index: 1; }
  .bpt-theme-header.header_over_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
  .bpt-theme-header .header_bar .wrapper {
    display: inline-block;
    vertical-align: middle; }
  .bpt-theme-header .header_bar:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .bpt-theme-header .header_bar .wrapper > * {
    vertical-align: middle; }
  .bpt-theme-header .wrapper a {
    color: inherit; }
  .bpt-theme-header .wrapper a:hover {
    opacity: 1; }
  .bpt-theme-header .bpt-sticky-header .bpt-logotype-container > a,
  .bpt-theme-header .bpt-sticky-header .bpt-logotype-container > a > img {
    max-height: none !important; }
  .bpt-theme-header .bpt-mobile-header {
    display: none; }
  .bpt-theme-header .mobile_menu_container .main-menu .menu {
    display: none; }
  .bpt-theme-header.header_shadow {
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  .bpt-theme-header .woo_mini_cart {
    position: absolute;
    top: -webkit-calc(100% + 15px);
    top: -moz-calc(100% + 15px);
    top: calc(100% + 15px);
    right: auto;
    left: 0;
    width: 307px;
    padding: 40px;
    background: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0; }
    .bpt-theme-header .woo_mini_cart p {
      margin-bottom: 0; }
    .bpt-theme-header .woo_mini_cart .woocommerce-mini-cart__total {
      text-align: left;
      font-size: 18px;
      margin-bottom: 11px;
      margin-top: 10px; }
      .bpt-theme-header .woo_mini_cart .woocommerce-mini-cart__total strong {
        font-weight: 400; }
    .bpt-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons {
      display: block; }
      .bpt-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a {
        font-size: 13px;
        font-weight: 600;
        line-height: 46px;
        margin: 0;
        cursor: pointer;
        text-decoration: none;
        overflow: visible;
        padding: 0 25px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        left: auto;
        border: 0;
        display: inline-block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
        margin-right: 10px;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px; }
        .bpt-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:last-child {
          margin-bottom: 0; }
        .bpt-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout {
          background-color: transparent;
          border-width: 1px;
          border-style: solid; }
  .bpt-theme-header .bpt-header-row .header_side[class^="position_center"] .header_area_container > div.mini-cart {
    padding: 0; }
  .bpt-theme-header .mini-cart {
    position: relative; }
    .bpt-theme-header .mini-cart a {
      color: inherit; }
    .bpt-theme-header .mini-cart:hover .woo_mini_cart {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, visibility 0s;
      -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s, -webkit-transform 0.3s ease-in-out;
      transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s, -webkit-transform 0.3s ease-in-out;
      -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s, -o-transform 0.3s ease-in-out;
      -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s, -moz-transform 0.3s ease-in-out;
      transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s;
      transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out; }
    .bpt-theme-header .mini-cart .woo_mini_cart:before {
      position: absolute;
      top: -30px;
      left: 0;
      right: 0;
      height: 30px;
      width: 100%;
      content: ''; }
    .bpt-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
      list-style: none;
      clear: both;
      margin-bottom: 30px;
      text-align: left;
      position: relative;
      padding-right: 20px; }
      .bpt-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a {
        color: inherit; }
        .bpt-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a:hover {
          opacity: .8; }
      .bpt-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:after {
        display: block;
        content: "";
        height: 0;
        clear: both; }
      .bpt-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove {
        float: right;
        font: 0/0 serif;
        text-shadow: none;
        color: inherit !important;
        margin: 0;
        position: absolute;
        right: 0;
        z-index: 2; }
        .bpt-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:before {
          content: "\f129";
          font-family: 'flaticon';
          font-size: 16px;
          line-height: 1;
          display: inline-block;
          color: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          -webkit-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          -moz-transition: opacity 0.3s;
          transition: opacity 0.3s; }
        .bpt-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:hover {
          opacity: .8; }
      .bpt-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li img {
        max-width: 60px;
        margin-right: 20px;
        float: left;
        position: relative;
        margin-top: 0; }
      .bpt-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity {
        display: block;
        color: #737373; }
    .bpt-theme-header .mini-cart .flaticon-shopcart-icon:before {
      content: "\f128";
      font-family: Flaticon; }
  .bpt-theme-header [class^="position_right"] .woo_mini_cart {
    right: 0;
    left: auto; }
  .bpt-theme-header [class^="position_left"] .woo_mini_cart {
    right: auto;
    left: 0; }
  .bpt-theme-header [class^="position_center"] .woo_mini_cart {
    right: auto;
    left: auto; }
  .bpt-theme-header .woo_mini-count span {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    position: absolute;
    z-index: 1;
    top: -12px;
    left: -webkit-calc(100% - 3px);
    left: -moz-calc(100% - 3px);
    left: calc(100% - 3px);
    text-align: center;
    display: inline-block; }

.bpt-header-row .bpt-header-row_wrapper {
  position: relative;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between; }

.bpt-header-row .header_side.display_normal {
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  flex: 0 auto; }

.bpt-header-row .header_side.display_grow {
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1; }

.bpt-header-row .header_side.v_align_middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.bpt-header-row .header_side.v_align_bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.bpt-header-row .header_side.v_align_top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.bpt-header-row .header_side.h_align_right {
  text-align: right; }

.bpt-header-row .header_side.h_align_center {
  text-align: center; }

.bpt-header-row .header_side.h_align_left {
  text-align: left; }

.bpt-header-row .header_side.display_grow.h_align_right {
  margin-left: auto; }

.bpt-header-row .header_side.display_grow.h_align_center {
  margin-right: auto;
  margin-left: auto; }

.bpt-header-row .header_side.display_grow.h_align_left {
  margin-right: auto; }

.bpt-header-row .header_side.display_grow.h_align_left .header_area_container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.bpt-header-row .header_side.display_grow.h_align_center .header_area_container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.bpt-header-row .header_side.display_grow.h_align_right .header_area_container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.bpt-header-row .header_side[class^="position_left"] .header_area_container > *:last-child {
  padding-right: 0; }

.bpt-header-row .header_side[class^="position_right"] .header_area_container > *:first-child {
  padding-left: 0; }

.bpt-header-row .header_side[class^="position_center"] .header_area_container > div,
.bpt-header-row .header_side[class^="position_center"] .header_area_container > nav {
  padding-left: 20px;
  padding-right: 20px; }

.bpt-header-row .header_side[class^="position_center"] {
  text-align: center; }

.bpt-header-row .header_side[class^="position_left"] .main-menu ul li ul {
  left: 0;
  right: auto; }

.bpt-header-row .header_side[class^="position_left"] .main-menu > ul > li ul .sub-menu {
  left: 100%;
  right: auto; }

.bpt-header-row .header_side[class^="position_left"] .main-menu > ul > li:nth-last-child(1) > .sub-menu,
.bpt-header-row .header_side[class^="position_left"] .main-menu > ul > li:nth-last-child(2) > .sub-menu,
.bpt-header-row .header_side[class^="position_left"] .main-menu > ul > li:nth-last-child(3) > .sub-menu,
.bpt-header-row .header_side[class^="position_left"] .main-menu > ul > li:nth-last-child(4) > .sub-menu {
  left: 0;
  right: auto; }

.bpt-header-row .header_side[class^="position_left"] .main-menu > ul > li:nth-last-child(1) > .sub-menu .sub-menu,
.bpt-header-row .header_side[class^="position_left"] .main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu,
.bpt-header-row .header_side[class^="position_left"] .main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu,
.bpt-header-row .header_side[class^="position_left"] .main-menu > ul > li:nth-last-child(4) > .sub-menu .sub-menu {
  left: 100%;
  right: auto; }

.bpt-header-row .header_bar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  z-index: 1; }

.bpt-header-row .header_bar p {
  margin-bottom: 0; }

.header_area_container {
  max-height: 100%;
  height: 100%;
  display: inline-block; }
  .header_area_container > * {
    display: inline-block;
    vertical-align: middle; }

.delimiter {
  position: relative;
  display: inline-block;
  line-height: 40px;
  width: 1px;
  height: 40px; }
  .delimiter:after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    line-height: 40px;
    opacity: .2;
    visibility: visible;
    border: 0;
    position: absolute;
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: initial;
    margin-left: 0;
    background: #fff; }

.large_delimiter {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px; }
  .large_delimiter:after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    line-height: 50px;
    opacity: .2;
    visibility: visible;
    border: 0;
    position: absolute;
    font-size: initial;
    margin-left: 0;
    top: 0;
    background: #fff; }

/* end main header */
/* logo */
.bpt-logotype-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  z-index: 1; }
  .bpt-logotype-container:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .bpt-logotype-container a {
    display: inline-block;
    vertical-align: middle;
    color: inherit; }
  .bpt-logotype-container img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    height: auto; }
  .bpt-logotype-container .site-title {
    color: inherit; }
  .bpt-logotype-container .sticky_logo {
    display: none; }

/* end logo */
@media only screen and (max-width: 1200px) {
  .bpt-logotype-container.mobile_logo_enable .default_logo,
  .bpt-logotype-container.mobile_logo_enable .site-title {
    display: none; }
  .bpt-logotype-container.mobile_logo_enable .mobile_logo {
    display: block; } }

/* menu style */
.main-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em; }
  .main-menu > ul, .main-menu > div, .main-menu > div > ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
    margin: 0 -17px; }
  .main-menu > ul > li,
  .main-menu > div > ul > li {
    height: 100%; }
  .main-menu > ul > li > a,
  .main-menu > div > ul > li > a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    z-index: 1; }
  .main-menu > ul > li > a,
  .main-menu > div > ul > li > a {
    opacity: 1;
    color: inherit;
    padding: 0 17px;
    margin: 0px 5px; }
  .main-menu > ul > li > a > span,
  .main-menu > div > ul > li > a > span {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -o-transition: all 200ms;
    transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -webkit-transition: all 200ms; }
  .main-menu > ul > li > a:before,
  .main-menu > div > ul > li > a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .main-menu ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    z-index: 1; }
  .main-menu ul li ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 250px;
    white-space: nowrap;
    padding: 25px 0;
    opacity: 0;
    z-index: 555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    text-align: left;
    font-weight: 400;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    -webkit-transition: all 200ms; }
  .main-menu > ul > li > ul {
    margin-top: 1px; }
  .main-menu > ul > li:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 6px; }
  .main-menu ul li:hover > ul {
    opacity: 1;
    visibility: visible; }
  .main-menu ul li ul ul {
    left: -webkit-calc( 100% + 1px);
    left: -moz-calc( 100% + 1px);
    left: calc( 100% + 1px);
    top: 0;
    margin-top: -15px; }
  .main-menu ul li ul li {
    display: block;
    float: none; }
  .main-menu a {
    -o-transition: all 200ms;
    transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -webkit-transition: all 200ms; }
  .main-menu ul li ul li > a:hover {
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px); }
  .main-menu ul li ul li.menu-item-has-children:after,
  .main-menu > ul > li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    position: absolute;
    bottom: 50%;
    bottom: -webkit-calc(50% - 3px);
    bottom: -moz-calc(50% - 3px);
    bottom: calc(50% - 3px);
    right: 20px;
    opacity: 0.7; }
  .main-menu > ul > li.menu-item-has-children > a:after {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    opacity: 1;
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-backface-visibility: hidden;
    margin-top: -4px;
    -o-transition: all 200ms;
    transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -webkit-transition: all 200ms; }
  .main-menu ul li ul li.menu-item-has-children:hover:after {
    opacity: 1; }
  .main-menu ul li ul .menu-item {
    padding: 10px 40px 10px 40px; }
  .main-menu ul li ul .menu-item a {
    color: inherit;
    opacity: 1;
    font-size: 0.9em;
    line-height: 1.6;
    width: 100%;
    display: block; }
  .main-menu ul li ul .menu-item a:hover,
  .main-menu ul li ul .menu-item.current-menu-item > a {
    opacity: 1; }
  .main-menu > ul > li:nth-last-child(1) > .sub-menu,
  .main-menu > ul > li:nth-last-child(2) > .sub-menu,
  .main-menu > ul > li:nth-last-child(3) > .sub-menu,
  .main-menu > ul > li:nth-last-child(4) > .sub-menu {
    left: auto;
    right: 1px; }
  .main-menu > ul > li:nth-last-child(1) > .sub-menu .sub-menu,
  .main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu,
  .main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu,
  .main-menu > ul > li:nth-last-child(4) > .sub-menu .sub-menu {
    right: -webkit-calc( 100% + 1px);
    right: -moz-calc( 100% + 1px);
    right: calc( 100% + 1px); }
  .main-menu > ul > li:nth-last-child(1) > .sub-menu:before,
  .main-menu > ul > li:nth-last-child(2) > .sub-menu:before,
  .main-menu > ul > li:nth-last-child(3) > .sub-menu:before,
  .main-menu > ul > li:nth-last-child(4) > .sub-menu:before,
  .main-menu ul li ul {
    background-color: white;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05); }
  .main-menu ul li ul.sub-menu.showsub {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .main-menu > ul > li > ul:before {
    border-bottom-color: rgba(255, 255, 255, 0.95); }

.main_menu_container .menu_item_line {
  position: absolute;
  top: 0;
  height: 3px;
  -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
  -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
  -o-transition: width 0.4s, left 0.6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
  transition: width 0.4s, left 0.6s cubic-bezier(0.21, 0.53, 0.01, 0.96); }

.main_menu_container.main-menu > ul > li > a > span {
  position: relative; }

.main_menu_container.main-menu > ul > li:hover:before {
  opacity: 1;
  visibility: visible; }

/* end menu style */
/* sticky header */
.bpt-sticky-header {
  position: fixed;
  top: 0;
  background: #000;
  width: 100%;
  z-index: 100000;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  .bpt-sticky-header.header_sticky_shadow {
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); }
  .bpt-sticky-header.sticky_on {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .bpt-sticky-header .bpt-logotype-container .sticky_logo {
    display: block; }
  .bpt-sticky-header .bpt-logotype-container.sticky_logo_enable .site-title,
  .bpt-sticky-header .bpt-logotype-container.sticky_logo_enable .default_logo {
    display: none; }

.admin-bar .bpt-sticky-header {
  top: 32px; }

/* end sticky header */
/* Navigation Toggle */
.mobile-navigation-toggle {
  display: none;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  -moz-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  overflow: visible;
  height: 24px;
  position: relative;
  vertical-align: middle;
  height: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  line-height: 0; }

.toggle-inner,
.toggle-inner:before,
.toggle-inner:after {
  background-color: #ffffff; }

.mobile-navigation-toggle:hover {
  opacity: 0.8; }

.toggle-box {
  width: 30px;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
  position: relative; }

.toggle-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }

.toggle-inner,
.toggle-inner:before,
.toggle-inner:after {
  width: 30px;
  height: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.toggle-inner:before,
.toggle-inner:after {
  content: "";
  display: block; }

.toggle-inner:before {
  top: -10px; }

.toggle-inner:after {
  bottom: -10px; }

.bpt-logotype-container.mobile_logo_enable .mobile_logo {
  display: none; }

.mobile-navigation-toggle:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 100%;
  width: 0; }

.mobile-navigation-toggle .toggle-inner {
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.mobile-navigation-toggle .toggle-inner:before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  -o-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  -moz-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease; }

.mobile-navigation-toggle .toggle-inner:after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.14s ease, -o-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.mobile-navigation-toggle.is-active .toggle-inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
  -moz-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.mobile-navigation-toggle.is-active .toggle-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  -moz-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease; }

.mobile-navigation-toggle.is-active .toggle-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.mobile_menu_container {
  line-height: 0; }

.mobile_menu_container .main-menu {
  display: none;
  width: 100%;
  height: auto;
  z-index: 0; }

.mobile_menu_container .main-menu > ul > li > a,
.mobile_menu_container .main-menu > div > ul > li > a {
  padding: 0;
  width: 100%; }

.mobile_menu_container .main-menu > ul.mobile_view_on,
.mobile_menu_container .main-menu > div > ul.mobile_view_on {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 20px; }

.mobile_menu_container .main-menu ul.mobile_view_on li {
  display: block;
  float: none;
  height: auto;
  padding: 0; }

.mobile_menu_container .main-menu ul.mobile_view_on li a {
  padding: 10px 0 10px 0; }

.mobile_menu_container .main-menu .mobile_sitcher {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer; }

.mobile_menu_container .main-menu ul li ul li.menu-item-has-children:after,
.mobile_menu_container .main-menu > ul > li.menu-item-has-children > a:after {
  display: none; }

.mobile_menu_container .main-menu .mobile_sitcher:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  position: absolute;
  bottom: 50%;
  bottom: -webkit-calc(50% - 4px);
  bottom: -moz-calc(50% - 4px);
  bottom: calc(50% - 4px);
  right: 18px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.mobile_menu_container .main-menu .mobile_sitcher.is-active:before {
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg); }

.mobile_menu_container .main-menu ul li ul {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  padding-left: 15px;
  opacity: 1;
  visibility: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
  -moz-transition: all 0ms;
  transition: all 0ms;
  -webkit-transition: 0ms;
  background-color: transparent;
  color: inherit; }

.mobile_menu_container .main-menu ul li ul ul {
  left: 0 !important;
  top: 0;
  margin: 0; }

.mobile_menu_container .main-menu ul li ul li:hover > a {
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0); }

@media only screen and (max-width: 1200px) {
  .bpt-theme-header .bpt-sticky-header {
    display: none; } }

@media only screen and (max-width: 767px) {
  .bottom_header .header_bar {
    display: none; }
  .vc_row.empty_space {
    padding: 0 !important; }
  .vc_row.empty_margin_space,
  .empty_margin_space > .vc_column-inner,
  .vc_column.empty_margin_space {
    margin: 0 !important; }
  .bpt-theme-header.header_over_bg {
    position: relative; }
  .bpt-page-title {
    padding-top: 20px !important;
    height: 180px !important; } }

/* B L O G */
.emboryo_module_blog,
.blog-posts {
  text-align: left; }

.blog-post {
  margin-bottom: 50px; }
  .blog-post_text {
    margin-bottom: 17px; }
    .blog-post_text *:last-child {
      margin-bottom: 0; }

.hidden_block {
  display: none !important; }

.blog-post_media {
  margin-bottom: 24px; }

.single_meta .blog-post_media {
  margin-bottom: 33px; }

.single_meta .blog-post_title {
  margin-bottom: 18px; }

.blog-post_media > img {
  max-width: 100%;
  height: auto; }

.format-video .blog-post_media,
.format-audio .blog-post_media {
  width: 100%;
  position: relative;
  padding-bottom: 62%; }

.blog-post:hover .nivo-directionNav .nivo-prevNav,
.blog-post:hover .nivo-directionNav .nivo-nextNav {
  left: 5px; }

.blog-post:hover .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 5px; }

.format-audio .blog-post_media {
  padding-bottom: 110px; }

.format-video .blog-post_media iframe,
.format-audio .blog-post_media iframe {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%; }

.blog-post.format-standard-image .blog-post_media {
  position: relative;
  z-index: 1; }
  .blog-post.format-standard-image .blog-post_media .blog-post_feature-link:before {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    background-color: #282828;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .blog-post.format-standard-image .blog-post_media .blog-post_feature-link {
    display: inline-block;
    position: relative;
    z-index: 1; }
  .blog-post.format-standard-image .blog-post_media .blog-post_overlay-figure {
    opacity: 0;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .blog-post.format-standard-image .blog-post_media .blog-post_overlay-figure:before, .blog-post.format-standard-image .blog-post_media .blog-post_overlay-figure:after {
      content: '';
      display: block;
      position: absolute;
      top: 0%;
      left: 50%;
      -webkit-transform-origin: 0% 50%;
      -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      -o-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      width: 1px;
      height: 100%; }
    .blog-post.format-standard-image .blog-post_media .blog-post_overlay-figure:after {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .blog-post.format-standard-image .blog-post_media:hover .blog-post_feature-link:before {
    opacity: 0.7; }
  .blog-post.format-standard-image .blog-post_media:hover .blog-post_overlay-figure {
    opacity: 1; }

.blog_carousel .blog-post {
  margin-bottom: 0; }

.blog-post_meta-wrap:after {
  content: '';
  display: table;
  clear: both; }

.blog-post_meta-wrap .meta-wrapper {
  max-width: -webkit-calc(100% - 60px);
  max-width: -moz-calc(100% - 60px);
  max-width: calc(100% - 60px);
  float: left; }

.meta-wrapper {
  margin-bottom: 0px;
  line-height: 16px; }
  .meta-wrapper * {
    font-size: 12px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  .meta-wrapper span {
    opacity: 0.8;
    display: inline-block;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s; }
    .meta-wrapper span:after {
      content: '|';
      display: inline-block;
      margin: 3px 6px 3px 7px; }
    .meta-wrapper span:last-child:after {
      display: none; }

.blog-post_link {
  position: relative;
  z-index: 1;
  padding-left: 55px; }
  .blog-post_link > a {
    font-size: 22px;
    line-height: 36px;
    font-weight: 300; }
  .blog-post_link:before {
    content: '\f0c1';
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    left: 0;
    font-size: 36px; }

.blog-post_title {
  position: relative; }

.blog-post.format-standard.link .blog-post_title:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 20px;
  content: "\f0c1"; }

.blog-posts .blog-post_title {
  display: block;
  clear: both;
  vertical-align: top; }

.blog-post_quote-text {
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
  padding-left: 55px;
  position: relative;
  z-index: 1; }
  .blog-post_quote-text:before {
    content: '“';
    display: block;
    position: absolute;
    z-index: 1;
    font-size: 100px;
    line-height: 40px;
    font-weight: 600;
    top: 29px;
    left: 0; }

.blog-post_quote-author .blog-post_quote-image {
  width: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 20px; }

.blog-post.format-quote .blog-post_quote-author {
  font-size: 16px;
  font-weight: 400;
  margin-top: 9px; }

.format-standard .blog-post_wrapper,
.format-audio .blog-post_wrapper,
.format-quote .blog-post_wrapper,
.format-link .blog-post_wrapper {
  padding: 40px 40px 30px 40px;
  background-color: #f8f8f8; }

.blog-post.sticky-post .blog-post_wrapper {
  border-width: 20px 20px 20px 20px;
  border-style: solid;
  border-color: #eaeaea;
  padding: 15px 20px 15px 20px; }

.blog-post_content p {
  margin-bottom: 17px; }

.blog-post_content h1,
.blog-post_content h2,
.blog-post_content h3,
.blog-post_content h4,
.blog-post_content h5,
.blog-post_content h6,
#main_content > h1,
#main_content > h2,
#main_content > h3,
#main_content > h4,
#main_content > h5,
#main_content > h6,
.comment_content > h1,
.comment_content > h2,
.comment_content > h3,
.comment_content > h4,
.comment_content > h5,
.comment_content > h6 {
  margin-top: 0px;
  margin-bottom: 11px; }

/* single post */
.single #main_content > .blog-post {
  margin-bottom: 30px; }

.single #main_content > .blog-post .blog-post_content {
  padding: 0;
  margin: 0;
  background: none; }

.blog-post .blog-post_content > ul,
.blog-post .blog-post_content > ol,
.blog-post .blog-post_content > blockquote {
  overflow: hidden; }

.blog-post .blog-post_content > ul {
  padding-bottom: 17px; }

.blog-post .blog-post_content > ol {
  margin-bottom: 17px; }

.button-read-more {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: top;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  margin-bottom: 4px;
  font-size: 0.81em;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.09em;
  text-transform: uppercase; }
  .button-read-more:before {
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 2px;
    content: '';
    border-bottom: 1px solid;
    width: 100%;
    right: auto;
    left: 0;
    -webkit-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -o-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -moz-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s; }
  .button-read-more:hover:before {
    width: 0;
    right: 0;
    left: auto; }

.blog-post .button-read-more {
  float: left; }

.single_post_info {
  margin: 36px 0 40px 0;
  clear: both; }
  .single_post_info .tagcloud {
    float: left; }
  .single_post_info .share_wrap {
    float: right; }
  .single_post_info:after {
    content: '';
    display: table;
    clear: both; }
  .single_post_info div:only-child {
    float: none !important;
    display: block;
    text-align: center; }

.share_link {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  position: relative; }
  .share_link span {
    margin-right: 9px;
    color: inherit !important; }
  .share_link:before {
    position: absolute;
    z-index: 1px;
    opacity: 0;
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    bottom: -1px;
    left: 0;
    -webkit-transform: translateY(3px) scale(0.8);
    -moz-transform: translateY(3px) scale(0.8);
    -ms-transform: translateY(3px) scale(0.8);
    -o-transform: translateY(3px) scale(0.8);
    transform: translateY(3px) scale(0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .share_link:hover:before {
    -webkit-transform: translateY(0) scale(0.9);
    -moz-transform: translateY(0) scale(0.9);
    -ms-transform: translateY(0) scale(0.9);
    -o-transform: translateY(0) scale(0.9);
    transform: translateY(0) scale(0.9);
    opacity: 1; }

.share_link + .share_link {
  margin-left: 40px; }

.share_facebook {
  color: #192f92 !important; }
  .share_facebook:before {
    border-bottom: 1px solid #192f92; }

.share_google {
  color: #ab3434 !important; }
  .share_google:before {
    border-bottom: 1px solid #ab3434; }

.share_twitter {
  color: #00b4ff !important; }
  .share_twitter:before {
    border-bottom: 1px solid #00b4ff; }

.share_pinterest {
  color: #C92228 !important; }
  .share_pinterest:before {
    border-bottom: 1px solid #C92228; }

.blog-post_likes-wrap {
  float: right;
  line-height: 22px; }

.blog_columns-2:not(.blog_masonry) .span6:nth-child(2n+1) {
  clear: left; }

.blog_columns-3:not(.blog_masonry) .span4:nth-child(3n+1) {
  clear: left; }

.blog_columns-4:not(.blog_masonry) .span3:nth-child(4n+1) {
  clear: left; }

/* Post prev_next links */
.prev-next-links {
  padding: 10px 0; }

.prev-link,
.next-link {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  -o-transition: color 300ms;
  -moz-transition: color 300ms;
  transition: color 300ms;
  -webkit-transition: color 300ms;
  position: relative;
  z-index: 1; }
  .prev-link_icon,
  .next-link_icon {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0px;
    margin-left: 16px;
    position: relative; }
    .prev-link_icon:before,
    .next-link_icon:before {
      position: absolute;
      right: 0;
      top: -5px;
      width: 6px;
      height: 6px;
      content: '';
      z-index: 5;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      border-width: 2px;
      border-style: solid;
      border-left: none;
      border-top: none; }
  .prev-link:before,
  .next-link:before {
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0px;
    content: '';
    border-bottom: 1px solid;
    width: 0%;
    right: auto;
    left: 0;
    -webkit-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -o-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -moz-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s; }
  .prev-link:hover:before,
  .next-link:hover:before {
    width: 100%;
    right: 0;
    left: auto; }

.prev-link_wrapper {
  float: left; }

.prev-link_icon {
  margin-left: 0;
  margin-right: 16px; }
  .prev-link_icon:before {
    left: 0;
    right: auto;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }

.next-link:before {
  right: 0;
  left: auto;
  -webkit-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
  -o-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
  -moz-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
  transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s; }

.next-link:hover:before {
  right: auto;
  left: 0; }

.next-link_wrapper {
  float: right; }

.author-info_wrapper {
  background-color: #f8f8f8;
  padding: 50px 50px 45px 50px;
  margin: 25px 0; }

.author-info_avatar {
  float: left;
  margin-right: 30px; }
  .author-info_avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.author-info_content {
  overflow: hidden; }

.author-info_name {
  margin-bottom: 0 !important; }

.author-info_description {
  margin-bottom: 18px; }

.author-info_social-link {
  display: inline-block;
  margin-right: 20px;
  color: #a3a3a3; }

.single
.single.related_posts {
  margin-top: 30px; }
  .single
.single.related_posts .emboryo_module_title {
    padding-bottom: 28px; }

/* Comments */
#comments {
  padding: 0;
  padding-top: 40px; }

#comments .pingback .edit-link .comment-edit-link {
  font-size: 12px;
  color: #7e7676;
  margin-left: 5px; }

#comments .pingback .edit-link .comment-edit-link:hover {
  color: #b9a9cd; }

#comments:empty {
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  line-height: 0;
  font-size: 0; }

#respond form#commentform {
  margin-left: -5px;
  margin-right: -5px; }

#respond form#commentform [class*="span"], #respond form#commentform > p {
  padding-left: 5px;
  padding-right: 5px; }

#respond .form_field {
  width: 100%;
  margin-bottom: 10px; }

#respond .form-submit {
  padding-top: 20px; }

#respond textarea {
  resize: none; }

#respond #commentform label {
  display: none; }

p.form-submit {
  margin-bottom: 0; }

.form-submit .emboryo_submit_wrapper {
  display: inline-block;
  vertical-align: top;
  float: none; }

p.comment-notes {
  margin-bottom: 20px; }

#comments > h3 {
  margin-bottom: 25px;
  z-index: 10;
  position: relative; }

ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden; }

ol.commentlist + * {
  margin-top: 10px; }

ol.commentlist li {
  list-style: none; }

ol.commentlist li ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol.commentlist li {
  margin: 0; }

ol.commentlist li.comment:before,
ol.commentlist li.comment:after {
  display: none; }

ol.commentlist li .stand_comment {
  padding: 37px 0 30px 100px;
  margin-bottom: 0;
  border-bottom: 1px solid #efefef; }

ol.commentlist li.pingback .stand_comment {
  padding-left: 0; }

ol.commentlist > li:first-child > .stand_comment {
  padding-top: 0; }

ol.commentlist > li:last-child {
  margin-bottom: -1px; }

ol.commentlist li ul li.comment {
  margin-left: 100px; }

.thiscommentbody {
  position: relative;
  min-height: 82px; }

ol.commentlist li .commentava {
  left: -100px;
  position: absolute;
  top: 4px;
  height: 71px;
  width: 71px;
  z-index: 5; }

ol.commentlist li .commentava img {
  display: block;
  height: auto;
  width: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%; }

.comment_info {
  padding-right: 100px; }

ol.commentlist .comment .children .stand_comment {
  padding-left: 60px; }

ol.commentlist .comment .children .stand_comment .commentava {
  left: -60px;
  width: 40px;
  height: 40px; }

ol.commentlist .comment .children .children .comment {
  margin-left: 50px; }

.comment_author_says {
  line-height: 22px; }

.comment_author_says,
.comment_author_says a {
  font-weight: 400; }

.comment_info a,
#cancel-comment-reply-link {
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: color 0.3s; }

#cancel-comment-reply-link {
  font-weight: 300;
  opacity: 0.8;
  text-transform: capitalize; }

.comment-reply-title small {
  font-size: 18px;
  margin-left: 10px; }

.comment_content p {
  margin-bottom: 0;
  padding-bottom: 5px; }

.comment_info .meta-wrapper {
  margin-bottom: 3px;
  opacity: 0.8;
  float: none; }

.comment_info .meta-wrapper * {
  font-size: 12px; }

.comment-reply-title {
  margin-bottom: 15px; }

.comment-reply-link {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }
  .comment-reply-link:before {
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 4px;
    content: '';
    border-bottom: 1px solid;
    width: 100%;
    right: auto;
    left: 0;
    -webkit-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -o-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -moz-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s; }
  .comment-reply-link:hover:before {
    width: 0;
    right: 0;
    left: auto; }

@media only screen and (max-width: 1025px) {
  .author-info_avatar img {
    width: 50px; }
  .author-info_avatar {
    margin-right: 15px; }
  .author-info_wrapper {
    padding: 30px 30px 25px 30px; } }

/* S H O P */
/* SHOP CATALOG */
.woo_product_post_media {
  margin: 0; }

@-webkit-keyframes bpt_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes bpt_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bpt_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bpt_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

ul.bpt-products,
.woocommerce .products ul.bpt-products {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -30px; }
  ul.bpt-products.animated_products li,
  .woocommerce .products ul.bpt-products.animated_products li {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
    ul.bpt-products.animated_products li.visible_item,
    .woocommerce .products ul.bpt-products.animated_products li.visible_item {
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-duration: .3s;
      -moz-animation-duration: .3s;
      -o-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-name: bpt_fadeInUp;
      -moz-animation-name: bpt_fadeInUp;
      -o-animation-name: bpt_fadeInUp;
      animation-name: bpt_fadeInUp; }
  ul.bpt-products li,
  .woocommerce .products ul.bpt-products li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 0 30px 40px 0; }
    ul.bpt-products li:before,
    .woocommerce .products ul.bpt-products li:before {
      display: none; }
    ul.bpt-products li:last-child,
    .woocommerce .products ul.bpt-products li:last-child {
      padding-bottom: 40px; }
  ul.bpt-products .woocommerce-loop-product__title,
  .woocommerce .products ul.bpt-products .woocommerce-loop-product__title {
    font-size: 16px;
    text-align: center;
    margin-top: 13px;
    line-height: 24px;
    margin-bottom: 0; }
    ul.bpt-products .woocommerce-loop-product__title a,
    .woocommerce .products ul.bpt-products .woocommerce-loop-product__title a {
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
  ul.bpt-products .star-rating,
  .woocommerce .products ul.bpt-products .star-rating {
    float: none;
    margin: 5px auto 10px; }
  ul.bpt-products .price,
  .woocommerce .products ul.bpt-products .price {
    font-size: 16px;
    text-align: center; }
    ul.bpt-products .price del,
    .woocommerce .products ul.bpt-products .price del {
      margin-right: 16px;
      color: #b5b5b5; }

.columns-3 ul.bpt-products li {
  width: -webkit-calc(33.33333% - 30px);
  width: -moz-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px); }

.columns-4 ul.bpt-products li {
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px); }

.columns-2 ul.bpt-products li {
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px); }

.columns-1 ul.bpt-products li {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px); }

.woo_product_image .picture {
  position: relative;
  overflow: hidden; }
  .woo_product_image .picture:hover a.add_to_cart_button, .woo_product_image .picture:hover a.button {
    visibility: visible;
    opacity: 1;
    bottom: 0; }
    .woo_product_image .picture:hover a.add_to_cart_button:hover, .woo_product_image .picture:hover a.button:hover {
      color: #fff; }

.woo_product_image a.add_to_cart_button, .woo_product_image a.button, .woo_product_image .added_to_cart.wc-forward {
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: auto;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  position: absolute;
  bottom: -45px;
  opacity: 0;
  visibility: hidden;
  font-size: 13px;
  line-height: 45px;
  height: 45px;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #323232;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .woo_product_image a.add_to_cart_button:before, .woo_product_image a.button:before, .woo_product_image .added_to_cart.wc-forward:before {
    content: "\f128";
    font-family: 'flaticon';
    margin-right: 15px;
    font-size: 16px; }

.woo_product_image a.button.added:after, .woo_product_image button.button.added:after, .woo_product_image input.button.added::after {
  font-size: 16px;
  color: #fff;
  vertical-align: inherit;
  margin-left: 0; }

.woo_product_image a.button.added, .woo_product_image button.button.added, .woo_product_image input.button.added {
  font-size: 0;
  vertical-align: inherit;
  color: transparent;
  bottom: 0;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }
  .woo_product_image a.button.added:before, .woo_product_image button.button.added:before, .woo_product_image input.button.added:before {
    display: none; }

.woo_product_image a.button.added + .added_to_cart, .woo_product_image button.button.added + .added_to_cart, .woo_product_image input.button.added + .added_to_cart {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .3s;
  -moz-animation-name: bpt_flash_in;
  -o-animation-name: bpt_flash_in;
  animation-name: bpt_flash_in;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: bpt_flash_in;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards; }

.woo_product_image a.button.loading, .woo_product_image button.button.loading, .woo_product_image input.button.loading {
  font-size: 0;
  vertical-align: inherit;
  color: transparent;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease; }
  .woo_product_image a.button.loading:before, .woo_product_image button.button.loading:before, .woo_product_image input.button.loading:before {
    display: none; }
  .woo_product_image a.button.loading:after, .woo_product_image button.button.loading:after, .woo_product_image input.button.loading:after {
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: inherit;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    color: #fff;
    font-size: 16px;
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@-moz-keyframes bpt_flash_in {
  from {
    opacity: 0;
    bottom: -45px;
    visibility: hidden; }
  to {
    opacity: 1;
    bottom: 0;
    visibility: visible; } }

@-o-keyframes bpt_flash_in {
  from {
    opacity: 0;
    bottom: -45px;
    visibility: hidden; }
  to {
    opacity: 1;
    bottom: 0;
    visibility: visible; } }

@keyframes bpt_flash_in {
  from {
    opacity: 0;
    bottom: -45px;
    visibility: hidden; }
  to {
    opacity: 1;
    bottom: 0;
    visibility: visible; } }

@-webkit-keyframes bpt_flash_in {
  from {
    opacity: 0;
    bottom: -45px;
    visibility: hidden; }
  to {
    opacity: 1;
    bottom: 0;
    visibility: visible; } }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 11px;
  height: 11px;
  margin-left: -5.5px;
  top: -5.5px;
  background: #fff;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
    content: "";
    width: 3px;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.5px;
    margin-left: -1.5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.woocommerce .products .star-rating {
  margin: 5px auto 10px; }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 3px; }

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #e5e5e5; }

.woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:before {
  display: none; }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
  padding-right: 30px; }
  .woocommerce .widget_shopping_cart .cart_list li:before, .woocommerce.widget_shopping_cart .cart_list li:before {
    display: none; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: left;
  width: 70px;
  margin-left: 0;
  margin-right: 20px; }

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  left: auto;
  right: 16px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  margin: 0;
  top: 4px; }
  .woocommerce .widget_shopping_cart .cart_list li a.remove:before, .woocommerce.widget_shopping_cart .cart_list li a.remove:before {
    content: "\f129";
    font-family: 'flaticon';
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    color: #737373;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .woocommerce .widget_shopping_cart .cart_list li a.remove:hover:before, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover:before {
    opacity: .6; }

.woocommerce-product-search {
  position: relative; }
  .woocommerce-product-search:before {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-weight: 300;
    content: "\f002";
    color: inherit;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
    line-height: 45px;
    opacity: 1; }
  .woocommerce-product-search [type="submit"] {
    font-size: 0;
    width: 45px;
    height: 45px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-weight: 300; }
  .woocommerce-product-search .search-field {
    width: 100%;
    height: 45px;
    padding: 8px 20px;
    padding-right: 45px;
    border: none;
    outline: none;
    background-color: #fafafa;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300; }

.product-categories .cat-item {
  padding-top: 0;
  padding-bottom: 10px;
  font-weight: 400; }
  .product-categories .cat-item .children {
    padding-top: 10px;
    font-size: 14px; }
  .product-categories .cat-item .post_count {
    float: right;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 300;
    background-color: #f8f8f8;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .product-categories .cat-item.current-cat > a:before {
    width: 100%;
    right: auto;
    left: 0; }

.woocommerce span.onsale {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 45px;
  line-height: 25px;
  width: auto;
  height: auto;
  padding: 0 5px;
  min-width: auto;
  min-height: auto;
  text-transform: uppercase;
  background: #fa6661;
  left: 0;
  top: 20px; }

.product_list_widget .product-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.product_list_widget del {
  margin-right: 14px;
  color: #b5b5b5; }
  .product_list_widget del .woocommerce-Price-amount {
    color: inherit; }

.woocommerce del {
  margin-right: 14px;
  color: #b5b5b5; }
  .woocommerce del .woocommerce-Price-amount {
    color: inherit; }

.product_list_widget .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 400; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-weight: 500;
  line-height: 24px; }
  .woocommerce ul.cart_list li a img, .woocommerce ul.product_list_widget li a img {
    margin-top: 4px; }

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 0;
  margin-bottom: 20px; }

.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0; }

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 12px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  padding: 0 29px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: auto;
  border: 0;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }

.woocommerce ul.cart_list li .quantity {
  font-weight: 300; }

.woocommerce ul.cart_list li .quantity .woocommerce-Price-amount {
  font-weight: 400; }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border: 0;
  padding-top: 30px;
  margin-bottom: 10px; }

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
  font-size: 13px;
  font-weight: 600;
  line-height: 46px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  padding: 0 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: auto;
  border: 0;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  margin-right: 10px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.woocommerce .widget_shopping_cart .buttons a:last-child,
.woocommerce.widget_shopping_cart .buttons a:last-child {
  margin-right: 0; }

.product-categories a {
  display: inline-block;
  position: relative; }
  .product-categories a:before {
    width: 0;
    right: 0;
    left: auto;
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 2px;
    content: '';
    border-bottom: 1px solid;
    -webkit-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -o-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -moz-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s; }
  .product-categories a:hover:before {
    width: 100%;
    right: auto;
    left: 0; }

.woocommerce-mini-cart__buttons.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce-mini-cart__buttons.buttons a {
    width: 100%; }

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
  font-weight: 400; }

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  display: inline;
  width: 50%;
  margin: 0 0 30px;
  float: left; }

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  display: inline;
  width: 50%;
  margin: 0 0 30px;
  float: left;
  text-align: right; }

.woocommerce .woocommerce-ordering select {
  float: right; }

.bpt-products-catalog {
  clear: both; }

.woo_product_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.bpt-woocommerce-sorting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .bpt-woocommerce-sorting:after {
    dispay: block;
    height: 0;
    content: "";
    clear: both; }

.woocommerce .price_label {
  font-weight: 500; }
  .woocommerce .price_label span {
    font-weight: 300; }

/* END SHOP CATALOG */
/* PAGINATION SHOP*/
.woocommerce nav.woocommerce-pagination {
  text-align: left;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none; }
  .woocommerce nav.woocommerce-pagination ul {
    display: block;
    white-space: nowrap;
    padding: 0 0 30px 0;
    clear: both;
    border: 0;
    border-right: 0;
    margin: 0; }
  .woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 4px 5px;
    padding: 0;
    border: 0;
    float: none; }
    .woocommerce nav.woocommerce-pagination ul li span.current {
      color: #fff; }
    .woocommerce nav.woocommerce-pagination ul li a {
      display: block;
      font-size: 18px;
      height: 45px;
      width: 45px;
      line-height: 45px;
      padding: 0;
      border: none;
      -o-transition: all 400ms;
      -moz-transition: all 400ms;
      transition: all 400ms;
      -webkit-transition: all 400ms;
      text-transform: uppercase;
      text-align: center;
      font-weight: 500;
      background: #f8f6fa;
      margin: 0;
      text-decoration: none;
      min-width: auto; }
      .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
        color: #fff; }
      .woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
        font-size: 0;
        color: transparent; }
        .woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:after {
          content: "\f105";
          display: inline-block;
          font: normal normal normal 18px/1 FontAwesome;
          vertical-align: middle;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover:after, .woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:focus:after {
          color: #fff; }
      .woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers {
        font-size: 0;
        color: transparent; }
        .woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:after {
          content: "\f104";
          display: inline-block;
          font: normal normal normal 18px/1 FontAwesome;
          vertical-align: middle;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:hover:after, .woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:focus:after {
          color: #fff; }
    .woocommerce nav.woocommerce-pagination ul li span {
      display: block;
      font-size: 18px;
      height: 45px;
      width: 45px;
      line-height: 45px;
      padding: 0;
      border: none;
      -o-transition: all 400ms;
      -moz-transition: all 400ms;
      transition: all 400ms;
      -webkit-transition: all 400ms;
      text-transform: uppercase;
      text-align: center;
      font-weight: 500;
      min-width: auto; }
    .woocommerce nav.woocommerce-pagination ul li:first-child {
      margin-left: 0; }
    .woocommerce nav.woocommerce-pagination ul li:before {
      display: none; }

/* END PAGINATION SHOP*/
/* TABS SHOP*/
.woocommerce div.product .woocommerce-tabs .panel > h2 {
  display: none; }

.woocommerce div.product .woocommerce-tabs .panel #comments > h2 {
  display: none; }

.woocommerce div.product .woocommerce-tabs .panel #respond #commentform label {
  display: block; }

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
  background: #f6f6f6;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 70px;
  border-bottom: 0; }

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td {
  font-style: normal;
  border: 0; }

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(even) td {
  background: none; }

/* END TABS SHOP*/
/* SINGLE SHOP */
.woocommerce .summary .product_meta {
  border-top: 1px solid rgba(77, 77, 77, 0.1);
  padding-top: 40px;
  padding-bottom: 40px; }
  .woocommerce .summary .product_meta > span {
    display: block;
    margin-bottom: 15px;
    font-weight: 500; }
    .woocommerce .summary .product_meta > span:last-child {
      margin-bottom: 0; }
    .woocommerce .summary .product_meta > span span, .woocommerce .summary .product_meta > span a {
      font-weight: 400;
      color: inherit; }
      .woocommerce .summary .product_meta > span span:first-child, .woocommerce .summary .product_meta > span a:first-child {
        margin-left: 10px; }

.woocommerce .summary form.cart {
  border-top: 1px solid rgba(77, 77, 77, 0.1);
  margin-bottom: 0 !important;
  padding-top: 40px;
  padding-bottom: 40px; }

.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em; }

.woocommerce-product-gallery figure {
  margin: 0; }

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block; }

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer; }

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5; }

.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1; }

.woocommerce-product-gallery img {
  display: block; }

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%; }

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%; }

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%; }

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99; }

a.woocommerce-product-gallery__trigger {
  text-decoration: none; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  right: .875em;
  display: block;
  height: 2em;
  width: 2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #169fda;
  color: #ffffff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  color: #ffffff; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
  background: #fff; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border: 2px solid #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before {
  border: 2px solid #fff; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0; }

.product .flex-control-nav li {
  margin-left: 0;
  padding: 0; }
  .product .flex-control-nav li:before {
    display: none; }
  .product .flex-control-nav li img {
    margin: 0 auto; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 48%;
  max-width: 540px; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 49%; }

.woocommerce div.product div.images img {
  width: auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 120px; }

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none; }

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0; }

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 19px; }

.woocommerce div.product .product_title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1; }

.woocommerce div.product .summary p.price, div.product .summary span.price {
  margin-top: 17px;
  font-size: 24px;
  margin-bottom: 25px; }

.woocommerce div.product .summary p.price ins, div.product .summary span.price ins {
  font-weight: 400; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 16px; }

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  font-weight: 400; }

.woocommerce div.product form.cart .variations tr {
  border: 0; }

.woocommerce div.product form.cart .variations td.label {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent; }

.woocommerce div.product form.cart .variations td.value {
  margin-bottom: 30px; }

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  text-align: left;
  line-height: 1;
  padding: 0;
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent; }

.woocommerce div.product form.cart .variations select {
  min-width: auto;
  display: inline-block;
  margin-right: 0; }

.woocommerce div.product form.cart div.quantity {
  margin-right: 30px; }
  .woocommerce div.product form.cart div.quantity .qty {
    height: 56px;
    width: 6.25em;
    display: inline-block;
    vertical-align: middle; }

.woocommerce div.product form.cart .button {
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  line-height: 54px;
  padding: 0 44px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 25px 0;
  padding: 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
    border: 0;
    background-color: transparent;
    position: relative;
    z-index: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      color: #fff; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      margin-right: 5px;
      border-width: 1px;
      border-style: solid;
      border-color: #eeeeee;
      padding: 12px 30px;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      text-decoration: none;
      color: inherit;
      -webkit-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
      -o-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
      -moz-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
      transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      font-weight: 500;
      text-decoration: none; }

.woocommerce div.product .woocommerce-tabs .panel #comments {
  padding-top: 0; }

.related.products {
  margin-top: 50px; }

.related > h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 35px; }

.woocommerce div.product form.cart .group_table tr {
  border: 0; }
  .woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__label {
    text-align: left; }
  .woocommerce div.product form.cart .group_table tr td {
    vertical-align: middle; }
    .woocommerce div.product form.cart .group_table tr td label {
      margin-bottom: 0;
      font-weight: 400;
      font-size: 18px; }

/* END SINGLE SHOP */
/* RESPOND SHOP */
.woocommerce #respond input#submit {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.09em;
  line-height: 20px;
  padding: 11px 34px;
  outline: none;
  border-style: solid;
  cursor: pointer;
  text-transform: uppercase;
  -o-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 600; }

.woocommerce #respond form#commentform > p {
  padding-left: 0;
  padding-right: 0; }

.woocommerce #respond form#commentform {
  margin-left: 0;
  margin-right: 0; }

/* END RESPOND SHOP */
/* CART SHOP */
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 110px; }

.woocommerce table.shop_table {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  font-size: 18px; }
  .woocommerce table.shop_table .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 400; }
  .woocommerce table.shop_table.cart input.button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 46px;
    padding: 0 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 600; }
  .woocommerce table.shop_table div.quantity .qty {
    height: 46px;
    width: 5.125em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto; }
  .woocommerce table.shop_table td {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ededed;
    padding-top: 30px;
    padding-bottom: 30px; }
  .woocommerce table.shop_table td.product-name .product-quantity {
    font-weight: 400;
    opacity: .6; }
  .woocommerce table.shop_table td.product-name, .woocommerce table.shop_table td.product-thumbnail {
    text-align: left; }
  .woocommerce table.shop_table td.product-thumbnail {
    white-space: nowrap;
    width: 1%; }
  .woocommerce table.shop_table td.product-name {
    padding-left: 40px; }
    .woocommerce table.shop_table td.product-name a {
      color: inherit; }
  .woocommerce table.shop_table tbody tr:first-child td {
    border-top: 0; }
  .woocommerce table.shop_table thead {
    background: #f6f6f6; }
    .woocommerce table.shop_table thead tr {
      border: 0; }
    .woocommerce table.shop_table thead th {
      padding: 0;
      line-height: 56px;
      font-weight: 600;
      font-size: 18px; }
    .woocommerce table.shop_table thead th.product-name {
      padding-left: 40px;
      text-align: left; }
  .woocommerce table.shop_table tfoot tr th {
    text-align: left;
    padding-left: 40px; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: left; }
  .woocommerce .cart-collaterals .cart_totals > h2,
  .woocommerce-page .cart-collaterals .cart_totals > h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 16px; }
  .woocommerce .cart-collaterals .cart_totals table tr,
  .woocommerce-page .cart-collaterals .cart_totals table tr {
    border: 0; }
  .woocommerce .cart-collaterals .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table td,
  .woocommerce-page .cart-collaterals .cart_totals table th,
  .woocommerce-page .cart-collaterals .cart_totals table td {
    text-align: left;
    padding: 15px 0; }
  .woocommerce .cart-collaterals .cart_totals table th,
  .woocommerce-page .cart-collaterals .cart_totals table th {
    width: 1%;
    white-space: nowrap;
    font-weight: 400;
    font-size: 22px; }
  .woocommerce .cart-collaterals .cart_totals table td,
  .woocommerce-page .cart-collaterals .cart_totals table td {
    padding-left: 10px;
    font-weight: 400;
    font-size: 22px; }
  .woocommerce .cart-collaterals .cart_totals table tbody tr:first-child th,
  .woocommerce .cart-collaterals .cart_totals table tbody tr:first-child td,
  .woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child th,
  .woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child td {
    font-size: 18px;
    border-top: 1px solid #ededed; }

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
  margin: 0; }

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  padding: 30px 0; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 56px;
  margin-bottom: 0;
  letter-spacing: 0.09em; }

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ededed; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.woocommerce button.button {
  padding: 0 33px;
  line-height: 46px; }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 0;
  background: transparent;
  font-size: 13px;
  line-height: 44px;
  padding: 0 43px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.woocommerce .cart .button, .woocommerce .cart input.button {
  font-size: 13px;
  line-height: 46px;
  padding: 0 44px;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
  background: transparent !important; }

.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
  color: initial !important; }

/* END CART SHOP */
/* SHOP REMOVE */
.woocommerce a.remove {
  font-size: 0;
  text-shadow: none;
  color: transparent !important;
  margin: 0;
  display: inline;
  line-height: inherit; }
  .woocommerce a.remove:before {
    content: "\f129";
    font-family: 'flaticon';
    font-size: 16px;
    display: inline-block;
    color: #737373;
    text-rendering: auto;
    font-weight: initial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 270px;
  border: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px; }

/* END SHOP REMOVE */
/* SHOP MESSAGE */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: transparent; }

.woocommerce-message {
  border-top: 0; }

.woocommerce-message a.button {
  line-height: 46px;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  padding: 0 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: auto;
  border: 0;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.woocommerce .emboryo_module_message_box .message_text {
  line-height: 46px; }

.woocommerce-info {
  border: 0;
  font-size: 14px;
  line-height: 1.7; }

/* END SHOP MESSAGE */
/* SELECT2  */
.woocommerce form .form-row .select2-container--default .select2-selection--single {
  padding: 0 20px;
  outline: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.7;
  border-width: 0;
  border-style: solid;
  color: #7a7a7a;
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
  height: 46px; }

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px; }

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  padding-left: 0;
  padding-right: 0;
  color: #7a7a7a; }

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px; }
  .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #c2c2c2 transparent transparent transparent; }

body .select2-dropdown {
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* END SELECT2 */
/* CHECKOUT SHOP */
.checkout.woocommerce-checkout h3 {
  margin-bottom: 25px; }

.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before {
  display: none; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  padding: 0 33px;
  line-height: 46px; }

.woocommerce-error {
  border-top: 0;
  margin: 0;
  padding: 0; }
  .woocommerce-error:before {
    display: none; }
  .woocommerce-error li:before {
    display: none !important; }

/* END CHECKOUT SHOP */
.woocommerce input[type=number]::-webkit-inner-spin-button,
.woocommerce input[type=number]::-webkit-outer-spin-button {
  opacity: 1; }

.woocommerce .col2-set {
  width: 47.8260869565%;
  float: left;
  margin-right: 4.347826087%; }
  .woocommerce .col2-set > .col-1, .woocommerce .col2-set > .col-2, .woocommerce .col2-set > [class^="col"] {
    width: 100%;
    float: none;
    margin-bottom: 30px; }

.woocommerce #order_review_heading, .woocommerce #order_review {
  width: 47.8260869565%;
  float: right;
  margin-right: 0; }

.woocommerce #order_review {
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.25); }
  .woocommerce #order_review table.shop_table td {
    padding-top: 15px;
    padding-bottom: 15px; }

.woocommerce #add_payment_method #payment div.form-row,
.woocommerce .woocommerce-cart #payment div.form-row,
.woocommerce .woocommerce-checkout #payment div.form-row {
  margin-bottom: 0; }

.woocommerce input::-webkit-input-placeholder, .woocommerce textarea::-webkit-input-placeholder {
  color: #7a7a7a;
  opacity: 1; }

.woocommerce input:-moz-placeholder, .woocommerce textarea:-moz-placeholder {
  color: #7a7a7a;
  opacity: 1; }

.woocommerce input::-moz-placeholder, .woocommerce textarea::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1; }

.woocommerce input:-ms-input-placeholder, .woocommerce textarea:-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1; }

.woocommerce input::-ms-input-placeholder, .woocommerce textarea::-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1; }

.woocommerce input::placeholder, .woocommerce textarea::placeholder {
  color: #7a7a7a;
  opacity: 1; }

.woocommerce input::-webkit-input-placeholder {
  color: #7a7a7a;
  opacity: 1; }

.woocommerce input:-moz-placeholder {
  color: #7a7a7a;
  opacity: 1; }

.woocommerce input::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1; }

.woocommerce input:-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1; }

.woocommerce input::-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1; }

.woocommerce input::placeholder {
  color: #7a7a7a;
  opacity: 1; }

.woocommerce ::-webkit-input-placeholder {
  color: #7a7a7a; }

.woocommerce ::-moz-placeholder {
  color: #7a7a7a; }

.woocommerce :-ms-input-placeholder {
  color: #7a7a7a; }

.woocommerce :-moz-placeholder {
  color: #7a7a7a; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.woocommerce form .form-row .required {
  text-decoration: none; }

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  padding: 1.5em 1em 1.5em; }
  #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    padding-top: 0;
    line-height: 1.7; }

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 1.5em 1em; }

.woocommerce-billing-fields__field-wrapper {
  margin-top: -6px; }

.woocommerce div.product form.cart .reset_variations {
  font-size: 0;
  text-shadow: none;
  color: transparent !important;
  margin: 0 0 0 5px;
  display: inline;
  line-height: inherit; }
  .woocommerce div.product form.cart .reset_variations:before {
    content: "\f0e2";
    font-family: 'FontAwesome';
    font-size: 16px;
    display: inline-block;
    color: #737373;
    text-rendering: auto;
    font-weight: initial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

@media only screen and (max-width: 1200px) {
  .woocommerce-mini-cart__buttons.buttons {
    display: block; }
  .woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    margin-right: 0;
    margin-bottom: 10px; } }

@media only screen and (max-width: 1024px) {
  .woocommerce-mini-cart__buttons.buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .woocommerce .widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons a {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto; } }

@media only screen and (max-width: 768px) {
  .bpt-products-wrapper ul.bpt-products li {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px); }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%; }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      margin-right: 0; }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    border: 0; }
  .woocommerce table.shop_table td.product-name,
  .woocommerce table.shop_table thead th.product-name,
  .woocommerce table.shop_table tfoot tr th {
    padding-left: 20px; }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent; }
  .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    display: block;
    width: auto; }
  .woocommerce .col2-set {
    width: 100%;
    float: left;
    margin-right: 0; }
  .woocommerce #order_review_heading, .woocommerce #order_review {
    width: 100%; }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: auto; } }

@media only screen and (max-width: 600px) {
  .bpt-products-wrapper ul.bpt-products li,
  .woocommerce .bpt-products-wrapper ul.bpt-products li {
    width: 100%;
    padding-right: 0; }
  ul.bpt-products, .woocommerce .products ul.bpt-products {
    margin-right: 0; }
  .bpt-woocommerce-sorting {
    display: block; }
    .bpt-woocommerce-sorting p.woocommerce-result-count {
      width: 100%;
      margin: 0 0 20px 0;
      text-align: right; }
    .bpt-woocommerce-sorting form.woocommerce-ordering {
      width: 100%;
      margin: 0 0 30px 0; }
  .woocommerce table.shop_attributes th {
    width: auto; }
  .woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
    padding: 14px 20px; }
  .woocommerce .emboryo_module_message_box .message_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .woocommerce .emboryo_module_message_box .message_text a {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; } }

@media only screen and (max-width: 426px) {
  .woocommerce .emboryo_module_message_box .message_text {
    line-height: inherit; } }

/* Likes */
.likes_block,
.post_share,
.likes_block span {
  display: inline-block; }

.likes_block .icon {
  width: 30px;
  text-align: center;
  background: #fafafa; }

.likes_block {
  cursor: pointer;
  font-size: 12px; }

.likes_block.already_liked {
  cursor: default; }

.like_count {
  opacity: 0.7;
  padding-left: 5px;
  -o-transition: color 300ms;
  -moz-transition: color 300ms;
  transition: color 300ms;
  -webkit-transition: color 300ms; }

.like_count:empty {
  display: none; }

.sl-icon {
  margin-right: 6px;
  color: #fd5a62; }

.likes_block .sl-count {
  color: #757a7f; }

li.wpml-ls-menu-item ul li a {
  width: auto; }

.wpml-ls-legacy-dropdown {
  width: auto;
  padding-right: 20px;
  text-align: center; }

.wpml-ls-legacy-dropdown .wpml-ls-current-language a:hover {
  background: none;
  border: 0;
  color: inherit; }

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: none;
  border: 0;
  color: inherit; }

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0;
  padding: 5px 0;
  margin-top: 10px; }
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px; }

.wpml-ls-legacy-dropdown a {
  background: none;
  border: 0;
  color: inherit; }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 5px 15px;
    line-height: 0; }
  .wpml-ls-legacy-dropdown a:hover {
    color: inherit;
    background: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s; }
  .wpml-ls-legacy-dropdown a:active {
    color: inherit;
    background: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s; }
  .wpml-ls-legacy-dropdown a:visited {
    color: inherit;
    background: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s; }
  .wpml-ls-legacy-dropdown a:link {
    color: inherit;
    background: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s; }

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none; }

.wpml-ls-legacy-dropdown > ul {
  margin-left: -10px !important;
  margin-right: -10px !important; }

/* Pagination Block */
.page-link {
  clear: both; }

ul.bpt-pagination {
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none; }
  ul.bpt-pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 4px 5px;
    padding: 0; }
    ul.bpt-pagination li:before, ul.bpt-pagination li:after {
      display: none; }
    ul.bpt-pagination li:first-child {
      margin-left: 0; }
    ul.bpt-pagination li a,
    ul.bpt-pagination li span {
      display: block;
      font-size: 18px;
      height: 45px;
      width: 45px;
      line-height: 45px;
      padding: 0;
      border: none;
      -o-transition: all 400ms;
      -moz-transition: all 400ms;
      transition: all 400ms;
      -webkit-transition: all 400ms;
      text-transform: uppercase;
      text-align: center;
      font-weight: 500;
      background: #f8f6fa; }
    ul.bpt-pagination li a.current {
      cursor: default; }
    ul.bpt-pagination li a:hover,
    ul.bpt-pagination li a:focus,
    ul.bpt-pagination li a.current,
    ul.bpt-pagination li span.current {
      color: #fff; }

/* search in header */
.header_search {
  display: inline-block;
  vertical-align: middle; }
  .header_search:before {
    content: '';
    position: absolute; }
  .header_search .header_search__container {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 40px;
    text-align: center; }
    .header_search .header_search__container:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      position: relative;
      height: 100%; }
  .header_search .header_search__logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    max-width: 1170px; }
  .header_search .header_search__icon-close {
    position: relative;
    z-index: 1;
    margin-right: 2px;
    cursor: pointer; }
    .header_search .header_search__icon-close:before {
      content: "\f102";
      font: normal normal normal 14px/1 flaticon;
      font-size: 14px;
      opacity: 0.5;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      display: block; }
    .header_search .header_search__icon-close:hover:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      opacity: 1; }
  .header_search .header_search__icon {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-top: -5px; }
    .header_search .header_search__icon > i {
      display: inline-block;
      font: normal normal normal 14px/1 flaticon;
      font-size: 21px;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
      .header_search .header_search__icon > i:before {
        content: "\f12a"; }
  .header_search .header_search__inner {
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    max-height: 100vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%); }
    .header_search .header_search__inner .search_form {
      padding-right: 40px;
      position: relative;
      z-index: 1;
      border-bottom: 1px solid #4e4f53;
      width: 80%;
      max-width: 1170px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .header_search .header_search__inner .search_form:after {
        content: "\f12a";
        display: inline-block;
        font: normal normal normal 14px/1 flaticon;
        font-size: 21px;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        line-height: 50px;
        text-align: right;
        z-index: 1;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .header_search .header_search__inner .search_form:hover:after {
        opacity: 0.6; }
    .header_search .header_search__inner .search_submit {
      font-size: 0;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 50px;
      background: transparent;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      outline: none;
      cursor: pointer;
      z-index: 2;
      padding: 0;
      margin: 0; }
    .header_search .header_search__inner .search_text {
      background-color: transparent;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      outline: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      height: 50px;
      padding: 0 20px 0 0;
      font-size: 14px;
      color: inherit;
      width: 100%;
      font-size: 24px;
      font-weight: 300; }
      .header_search .header_search__inner .search_text::-webkit-input-placeholder, .header_search .header_search__inner .search_text:-moz-placeholder, .header_search .header_search__inner .search_text::-moz-placeholder, .header_search .header_search__inner .search_text:-ms-input-placeholder {
        opacity: 0.7 !important; }
  .header_search.search-open .header_search__inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .header_search .Leftalignside .header_search .header_search__inner {
    right: auto;
    left: 0; }

/* end search in header */
/* WIDGET STYLES */
aside > .widget + .widget,
.footer .widget + .widget {
  position: relative;
  z-index: 1;
  border-top: 1px solid #ededed;
  padding-top: 25px; }
  aside > .widget + .widget:before,
  .footer .widget + .widget:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 70px;
    height: 1px;
    top: -1px;
    left: 0;
    background-color: #000000; }

aside > .widget {
  padding-bottom: 25px; }

.footer .widget + .widget {
  margin-top: 25px; }

.widget-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 25px; }

.widget_categories .widget-title,
.widget_archive .widget-title,
.widget_recent_entries .widget-title,
.widget_meta .widget-title,
.widget_posts .widget-title,
.widget_pages .widget-title {
  margin-bottom: 0; }
  .widget_categories .widget-title + *,
  .widget_archive .widget-title + *,
  .widget_recent_entries .widget-title + *,
  .widget_meta .widget-title + *,
  .widget_posts .widget-title + *,
  .widget_pages .widget-title + * {
    margin-top: 25px; }
  .widget_categories .widget-title + .screen-reader-text + *,
  .widget_archive .widget-title + .screen-reader-text + *,
  .widget_recent_entries .widget-title + .screen-reader-text + *,
  .widget_meta .widget-title + .screen-reader-text + *,
  .widget_posts .widget-title + .screen-reader-text + *,
  .widget_pages .widget-title + .screen-reader-text + * {
    margin-top: 25px; }
  .widget_categories .widget-title + ul,
  .widget_archive .widget-title + ul,
  .widget_recent_entries .widget-title + ul,
  .widget_meta .widget-title + ul,
  .widget_posts .widget-title + ul,
  .widget_pages .widget-title + ul {
    margin-top: 12px; }

.widget_text .widget-title {
  margin-bottom: 0; }
  .widget_text .widget-title + * {
    margin-top: 14px; }

.widget_nav_menu .widget-title,
.widget_recent_comments .widget-title {
  margin-bottom: 12px; }

.widget_nav_menu ul.menu > li {
  padding-left: 0; }

.widget_search .search_form .search_text {
  width: 100%;
  height: 45px;
  padding: 8px 20px;
  padding-right: 45px;
  border: none;
  outline: none;
  background-color: #fafafa;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300; }

.widget_search .search_form {
  position: relative;
  z-index: 1; }

.widget_search .search_form .search_submit,
.widget_search .search_form:before {
  font-size: 0;
  width: 45px;
  height: 45px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-weight: 300; }

.widget_search .search_form:before {
  content: "\f002";
  color: inherit;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: center;
  line-height: 45px;
  opacity: 1; }

.widget-title .rsswidget {
  vertical-align: middle;
  display: inline-block;
  line-height: 0; }

.widget .calendar_wrap table {
  width: 100%;
  margin: 0; }

.widget .calendar_wrap table td {
  text-align: center;
  padding: 5px 0px;
  width: -webkit-calc(100%/7);
  width: -moz-calc(100%/7);
  width: calc(100%/7); }

.emboryo_widget > ul,
.emboryo_widget .menu-main-container > ul {
  padding-bottom: 0; }

.emboryo_widget > ul > li,
.emboryo_widget .menu-main-container > ul > li {
  padding-left: 0;
  padding-top: 4px;
  padding-bottom: 4px; }

.widget_categories ul li {
  padding-top: 4px;
  padding-bottom: 4px; }

.widget_categories ul li ul {
  padding-top: 4px; }

.emboryo_widget > ul > li:last-child {
  padding-bottom: 5px; }

.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li,
.widget.widget_nav_menu ul li {
  font-weight: 400; }

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_nav_menu ul li a {
  color: inherit; }

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_nav_menu ul li a {
  position: relative;
  z-index: 1; }
  .widget.widget_archive ul li a:hover,
  .widget.widget_categories ul li a:hover,
  .widget.widget_pages ul li a:hover,
  .widget.widget_meta ul li a:hover,
  .widget.widget_recent_comments ul li a:hover,
  .widget.widget_recent_entries ul li a:hover,
  .widget.widget_nav_menu ul li a:hover {
    color: inherit; }
  .widget.widget_archive ul li a:before,
  .widget.widget_categories ul li a:before,
  .widget.widget_pages ul li a:before,
  .widget.widget_meta ul li a:before,
  .widget.widget_recent_comments ul li a:before,
  .widget.widget_recent_entries ul li a:before,
  .widget.widget_nav_menu ul li a:before {
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0px;
    content: '';
    border-bottom: 1px solid;
    width: 0%;
    right: 0;
    left: auto;
    -webkit-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -o-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -moz-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s; }
  .widget.widget_archive ul li a:hover:before,
  .widget.widget_categories ul li a:hover:before,
  .widget.widget_pages ul li a:hover:before,
  .widget.widget_meta ul li a:hover:before,
  .widget.widget_recent_comments ul li a:hover:before,
  .widget.widget_recent_entries ul li a:hover:before,
  .widget.widget_nav_menu ul li a:hover:before {
    width: 100%;
    right: auto;
    left: 0; }

.widget_nav_menu .menu .menu-item.current-menu-item a:before {
  width: 100%; }

.widget_categories ul li .post_count,
.widget_archive ul li .post_count {
  float: right;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 300;
  background-color: #f8f8f8;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.footer .widget_categories ul li .post_count,
.footer .widget_archive ul li .post_count {
  background-color: rgba(248, 248, 248, 0.03); }

.widget.widget_recent_entries li:after {
  content: '';
  clear: both;
  display: table; }

.widget.widget_recent_entries .post-date,
.widget.widget_rss .rss-date {
  font-size: 0.8em;
  float: right; }

.widget_recent_comments > ul > li:before {
  top: 0;
  display: inline-block !important;
  background-color: transparent !important;
  width: auto;
  height: auto;
  position: relative;
  color: #d8d9db;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: color 400ms;
  -o-transition: color 400ms;
  -moz-transition: color 400ms;
  transition: color 400ms;
  content: "\f075";
  font: normal normal normal 14px/1 FontAwesome; }

.widget ul li:before {
  display: none; }

.widget.widget_posts .recent_posts {
  padding: 0;
  padding-top: 10px; }
  .widget.widget_posts .recent_posts li {
    padding: 0;
    border: none; }
  .widget.widget_posts .recent_posts li + li {
    margin-top: 20px; }
  .widget.widget_posts .recent_posts li:after {
    content: '';
    clear: both;
    display: table; }
  .widget.widget_posts .recent_posts img {
    float: left;
    margin-right: 20px;
    max-width: 70px; }
  .widget.widget_posts .recent_posts .post_title {
    font-size: 16px;
    line-height: 1.4; }
    .widget.widget_posts .recent_posts .post_title a {
      font-weight: 400; }

.recent_posts_content .meta-wrapper {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.6; }

.recent_posts_content .recent_post__cont {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 3px; }

.widget_flickr:after {
  content: '';
  clear: both;
  display: table; }

.footer .widget-title {
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 10px; }

.flickr_widget_wrapper {
  margin-right: -10px; }

.flickr_widget_wrapper .flickr_badge_image {
  width: -webkit-calc(33.33% - 10px);
  width: -moz-calc(33.33% - 10px);
  width: calc(33.33% - 10px);
  height: -webkit-calc(33.33% - 10px);
  height: -moz-calc(33.33% - 10px);
  height: calc(33.33% - 10px);
  max-width: 120px;
  max-height: 120px;
  position: relative;
  z-index: 1; }

.flickr_badge_image > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms; }

.flickr_badge_image > a:hover:before {
  opacity: 0.3; }

.calendar_wrap {
  border: 1px solid #f2f2f2;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 370px; }

.calendar_wrap tr {
  border: none; }

.calendar_wrap caption {
  font-size: 18px;
  line-height: 2.25;
  margin: -11px -11px 10px -11px;
  color: #ffffff;
  border-bottom: 1px solid #f2f2f2; }

.widget .calendar_wrap table td#today {
  color: #ffffff;
  position: relative;
  z-index: 1; }

.widget .calendar_wrap table td#prev {
  text-align: left;
  padding-left: 10px; }

.widget .calendar_wrap table td#next {
  text-align: right;
  padding-right: 10px; }

.widget .calendar_wrap table th {
  padding: 5px 0px; }

.widget .calendar_wrap tbody td > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  color: inherit; }

.footer .calendar_wrap tbody,
.footer .widget .calendar_wrap table td#today {
  color: inherit; }

.widget .calendar_wrap table td#today:before,
.widget .calendar_wrap tbody td > a:before {
  content: '';
  position: absolute;
  width: 80%;
  padding-bottom: 80%;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-top: -40%;
  margin-left: -40%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f2f2; }

.footer .widget .calendar_wrap table td#today:before,
.footer .widget .calendar_wrap tbody td > a:before {
  background-color: rgba(248, 248, 248, 0.03); }

.widget .calendar_wrap tfoot {
  display: none; }

.emboryo_widget .gallery-caption {
  display: none; }

.widget .widget-title:after {
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 100;
  float: right;
  margin-top: 3px; }

.widget_archive .widget-title:after {
  content: '\f0c6'; }

.widget_calendar .widget-title:after {
  content: '\f133'; }

.widget_categories .widget-title:after {
  content: '\f07b'; }

.widget_pages .widget-title:after {
  content: '\f0c5'; }

.widget_meta .widget-title:after {
  content: '\f02c'; }

.widget_recent_comments .widget-title:after {
  content: '\f0e6'; }

.widget_recent_entries .widget-title:after {
  content: '\f1ea'; }

.widget_search .widget-title:after {
  content: '\f002'; }

.widget_text .widget-title:after {
  content: '\f031'; }

.widget_nav_menu .widget-title:after {
  content: '\f0c9'; }

.widget_tag_cloud .widget-title:after {
  content: '\f02c'; }

.widget_media_gallery .widget-title:after {
  content: '\f1c5'; }

.widget_posts .widget-title:after {
  content: '\f1ea'; }

.footer .widget .widget-title:after {
  display: none; }

/* Tag Cloud */
.tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 5px 0;
  padding: 4px 10px;
  font-size: 12px !important;
  line-height: 20px !important;
  font-style: normal;
  background-color: #f8f8f8;
  color: #4d4d4d;
  font-weight: 300;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition: all 300ms; }

.tagcloud a:hover {
  color: #ffffff; }

/* Instagram */
.widget #sb_instagram {
  padding: 10px 0 0 0 !important; }

.widget #sbi_images {
  margin: 0 0 0 -9px !important;
  padding: 0 !important;
  width: -webkit-calc(100% + 9px) !important;
  width: -moz-calc(100% + 9px) !important;
  width: calc(100% + 9px) !important; }

.widget #sb_instagram #sbi_images .sbi_item {
  padding: 0 0 9px 9px !important;
  border: none !important;
  margin: 0 !important; }

.widget #sb_instagram .sbi_photo_wrap a {
  position: relative; }

/* Text Widget */
.textwidget p {
  text-align: left; }

.textwidget img {
  margin: 0 auto 25px auto;
  vertical-align: top;
  max-width: 100%; }

.textwidget img.rounded {
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%; }

.textwidget a img {
  margin: 0 auto; }

/* footer widget style */
.footer_top-area .widget_nav_menu .menu .menu-item {
  padding: 0 0 5px 0; }

.footer_top-area .widget_nav_menu .menu .menu-item:hover,
.footer_top-area .widget_nav_menu .menu .menu-item.current-menu-item {
  padding-left: 0; }

.footer_top-area .widget_nav_menu .menu .menu-item:before,
.footer_top-area .widget_nav_menu .menu .menu-item.current-menu-item:before {
  display: none; }

.footer_top-area .widget_nav_menu .menu .menu-item .menu-item {
  padding-left: 10px; }

.footer_top-area .widget_nav_menu .menu .menu-item .sub-menu {
  padding-top: 5px; }

.footer_top-area .widget_nav_menu .menu .menu-item + .menu-item {
  border-top: none; }

/* end footer widget style  */
.emboryo_author-widget {
  text-align: center; }

.author-widget_img-wrapper {
  margin-bottom: 25px; }

.author-widget_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px; }

.author-widget_text {
  line-height: 30px;
  margin-bottom: 0;
  margin-bottom: 15px;
  font-weight: 300; }

.author-widget_social-link {
  color: #a3a3a3;
  margin: 0 13px; }

.emboryo_widget .gallery {
  margin: -10px !important; }
  .emboryo_widget .gallery .gallery-item {
    margin: 0 !important; }
  .emboryo_widget .gallery .gallery-item .gallery-icon {
    margin: 10px;
    position: relative;
    z-index: 1; }
    .emboryo_widget .gallery .gallery-item .gallery-icon:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      -webkit-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      -moz-transition: opacity 0.4s;
      transition: opacity 0.4s;
      background: #000; }
    .emboryo_widget .gallery .gallery-item .gallery-icon:hover:before {
      opacity: 0.4; }
  .emboryo_widget .gallery .gallery-item img {
    border: 0 !important; }
  .emboryo_widget .gallery .gallery-icon > a {
    display: block; }

.emboryo_widget.widget_media_gallery .widget-title {
  margin-bottom: 12px; }

/* page 404 */
.banner_404 {
  font-size: 200px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-bottom: -10px; }
  .banner_404 .banner_404_content {
    display: inline-block; }
    .banner_404 .banner_404_content span, .banner_404 .banner_404_content img {
      float: left; }
    .banner_404 .banner_404_content span {
      display: inline-block;
      margin-top: 6px; }
    .banner_404 .banner_404_content span:first-child {
      margin-right: 12px; }
    .banner_404 .banner_404_content span:last-child {
      margin-left: 12px; }

.wrapper_404_section {
  margin: 140px 0; }
  .wrapper_404_section .container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px; }
  .wrapper_404_section .search_form {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 21px; }
  .wrapper_404_section .search_form .search_text,
  .wrapper_404_section .search_form {
    width: 100%;
    max-width: 350px; }
  .wrapper_404_section .search_form .search_text {
    margin-bottom: 0;
    height: 56px; }
  .wrapper_404_section input[type="submit"].search_submit {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
    padding: 0; }
  .wrapper_404_section .search_form:after {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 100%;
    line-height: 56px;
    text-align: center;
    z-index: 1;
    opacity: 0.7; }
  .wrapper_404_section .banner_404_text {
    font-size: 18px;
    margin-bottom: 33px; }

.banner_404_title {
  margin-bottom: 10px; }

.emboryo_404_button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20; }
  .emboryo_404_button a {
    padding: 0 42px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 56px;
    text-transform: uppercase;
    letter-spacing: 0.085em;
    white-space: nowrap; }

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

.rounded_r3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

span.highlighter {
  padding-left: 2px;
  padding-right: 2px; }

/* Map */
#map-canvas {
  width: 100%;
  position: relative;
  padding-bottom: 25.4%; }

#map-canvas > div {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0; }

#map-canvas img {
  max-width: none;
  max-height: none; }

@media only screen and (max-width: 768px) {
  #map-canvas {
    padding-bottom: 44%; } }

/* back_to_top */
#back_to_top {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: fixed;
  z-index: 9999;
  color: #fff;
  right: 15px;
  bottom: 12px;
  opacity: 0;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -o-transform: translateY(140%);
  transform: translateY(140%);
  -webkit-transform: translateY(140%);
  -moz-transform: translateY(140%);
  -ms-transform: translateY(140%);
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms; }

#back_to_top:hover {
  background: #ffffff; }

#back_to_top.show {
  opacity: 1;
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%); }

#back_to_top:after {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 19px;
  width: 8px;
  height: 8px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

/* end back_to_top */
.search_result_form,
.post-password-form {
  max-width: 500px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto; }

.search_result_form .search_text,
.post-password-form input[type=password] {
  width: 100%;
  margin-bottom: 20px; }

.post-password-form input[type=password] {
  margin-top: 5px; }

.format-standard .blog-post_content .post-password-form input[type=password],
.format-audio .blog-post_content .post-password-form input[type=password],
.format-quote .blog-post_content .post-password-form input[type=password],
.format-link .blog-post_content .post-password-form input[type=password],
.format-standard .blog-post_content pre,
.format-audio .blog-post_content pre,
.format-quote .blog-post_content pre,
.format-link .blog-post_content pre {
  background: #ffffff; }

.format-standard .blog-post_content .post-password-form,
.format-audio .blog-post_content .post-password-form,
.format-quote .blog-post_content .post-password-form,
.format-link .blog-post_content .post-password-form {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/*preloader*/
#preloader-wrapper {
  background-color: #fdfaf8;
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%; }

.preloader-container {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  -webkit-filter: url("#goo");
  filter: url("#goo");
  -webkit-animation: rotate-move 3s ease-in-out infinite;
  -moz-animation: rotate-move 3s ease-in-out infinite;
  -o-animation: rotate-move 3s ease-in-out infinite;
  animation: rotate-move 3s ease-in-out infinite; }
  .preloader-container .dot {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .preloader-container .dot-3 {
    background-color: #fdc24b;
    -webkit-animation: dot-3-move 3s ease infinite, index 9s ease infinite;
    -moz-animation: dot-3-move 3s ease infinite, index 9s ease infinite;
    -o-animation: dot-3-move 3s ease infinite, index 9s ease infinite;
    animation: dot-3-move 3s ease infinite, index 9s ease infinite; }
  .preloader-container .dot-2 {
    background-color: #ff625d;
    -webkit-animation: dot-2-move 3s ease infinite, index 9s -6s ease infinite;
    -moz-animation: dot-2-move 3s ease infinite, index 9s -6s ease infinite;
    -o-animation: dot-2-move 3s ease infinite, index 9s -6s ease infinite;
    animation: dot-2-move 3s ease infinite, index 9s -6s ease infinite; }
  .preloader-container .dot-1 {
    background-color: #ff8551;
    -webkit-animation: dot-1-move 3s ease infinite, index 9s -3s ease infinite;
    -moz-animation: dot-1-move 3s ease infinite, index 9s -3s ease infinite;
    -o-animation: dot-1-move 3s ease infinite, index 9s -3s ease infinite;
    animation: dot-1-move 3s ease infinite, index 9s -3s ease infinite; }

@-webkit-keyframes dot-3-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: translateY(-18px) scale(0.45);
    transform: translateY(-18px) scale(0.45); }
  60% {
    -webkit-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45); }
  80% {
    -webkit-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45); }
  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

@-moz-keyframes dot-3-move {
  20% {
    -moz-transform: scale(1);
    transform: scale(1); }
  45% {
    -moz-transform: translateY(-18px) scale(0.45);
    transform: translateY(-18px) scale(0.45); }
  60% {
    -moz-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45); }
  80% {
    -moz-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45); }
  100% {
    -moz-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

@-o-keyframes dot-3-move {
  20% {
    -o-transform: scale(1);
    transform: scale(1); }
  45% {
    -o-transform: translateY(-18px) scale(0.45);
    transform: translateY(-18px) scale(0.45); }
  60% {
    -o-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45); }
  80% {
    -o-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45); }
  100% {
    -o-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

@keyframes dot-3-move {
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: translateY(-18px) scale(0.45);
    -moz-transform: translateY(-18px) scale(0.45);
    -o-transform: translateY(-18px) scale(0.45);
    transform: translateY(-18px) scale(0.45); }
  60% {
    -webkit-transform: translateY(-90px) scale(0.45);
    -moz-transform: translateY(-90px) scale(0.45);
    -o-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45); }
  80% {
    -webkit-transform: translateY(-90px) scale(0.45);
    -moz-transform: translateY(-90px) scale(0.45);
    -o-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45); }
  100% {
    -webkit-transform: translateY(0px) scale(1);
    -moz-transform: translateY(0px) scale(1);
    -o-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

@-webkit-keyframes dot-2-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: translate(-16px, 12px) scale(0.45);
    transform: translate(-16px, 12px) scale(0.45); }
  60% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45); }
  80% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45); }
  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

@-moz-keyframes dot-2-move {
  20% {
    -moz-transform: scale(1);
    transform: scale(1); }
  45% {
    -moz-transform: translate(-16px, 12px) scale(0.45);
    transform: translate(-16px, 12px) scale(0.45); }
  60% {
    -moz-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45); }
  80% {
    -moz-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45); }
  100% {
    -moz-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

@-o-keyframes dot-2-move {
  20% {
    -o-transform: scale(1);
    transform: scale(1); }
  45% {
    -o-transform: translate(-16px, 12px) scale(0.45);
    transform: translate(-16px, 12px) scale(0.45); }
  60% {
    -o-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45); }
  80% {
    -o-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45); }
  100% {
    -o-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

@keyframes dot-2-move {
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: translate(-16px, 12px) scale(0.45);
    -moz-transform: translate(-16px, 12px) scale(0.45);
    -o-transform: translate(-16px, 12px) scale(0.45);
    transform: translate(-16px, 12px) scale(0.45); }
  60% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
    -moz-transform: translate(-80px, 60px) scale(0.45);
    -o-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45); }
  80% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
    -moz-transform: translate(-80px, 60px) scale(0.45);
    -o-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45); }
  100% {
    -webkit-transform: translateY(0px) scale(1);
    -moz-transform: translateY(0px) scale(1);
    -o-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

@-webkit-keyframes dot-1-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: translate(16px, 12px) scale(0.45);
    transform: translate(16px, 12px) scale(0.45); }
  60% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45); }
  80% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45); }
  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

@-moz-keyframes dot-1-move {
  20% {
    -moz-transform: scale(1);
    transform: scale(1); }
  45% {
    -moz-transform: translate(16px, 12px) scale(0.45);
    transform: translate(16px, 12px) scale(0.45); }
  60% {
    -moz-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45); }
  80% {
    -moz-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45); }
  100% {
    -moz-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

@-o-keyframes dot-1-move {
  20% {
    -o-transform: scale(1);
    transform: scale(1); }
  45% {
    -o-transform: translate(16px, 12px) scale(0.45);
    transform: translate(16px, 12px) scale(0.45); }
  60% {
    -o-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45); }
  80% {
    -o-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45); }
  100% {
    -o-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

@keyframes dot-1-move {
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: translate(16px, 12px) scale(0.45);
    -moz-transform: translate(16px, 12px) scale(0.45);
    -o-transform: translate(16px, 12px) scale(0.45);
    transform: translate(16px, 12px) scale(0.45); }
  60% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
    -moz-transform: translate(80px, 60px) scale(0.45);
    -o-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45); }
  80% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
    -moz-transform: translate(80px, 60px) scale(0.45);
    -o-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45); }
  100% {
    -webkit-transform: translateY(0px) scale(1);
    -moz-transform: translateY(0px) scale(1);
    -o-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

@-webkit-keyframes rotate-move {
  55% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  80% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@-moz-keyframes rotate-move {
  55% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  80% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@-o-keyframes rotate-move {
  55% {
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  80% {
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes rotate-move {
  55% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  80% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes index {
  0%, 100% {
    z-index: 3; }
  33.3% {
    z-index: 2; }
  66.6% {
    z-index: 1; } }

@-moz-keyframes index {
  0%, 100% {
    z-index: 3; }
  33.3% {
    z-index: 2; }
  66.6% {
    z-index: 1; } }

@-o-keyframes index {
  0%, 100% {
    z-index: 3; }
  33.3% {
    z-index: 2; }
  66.6% {
    z-index: 1; } }

@keyframes index {
  0%, 100% {
    z-index: 3; }
  33.3% {
    z-index: 2; }
  66.6% {
    z-index: 1; } }

/* BlendPixelsThemes Icon */
.bpt-icon {
  margin: 0; }

.bpt-icon.opacity_icon:hover {
  opacity: .5; }

a .bpt-icon {
  color: #a3a3a3;
  cursor: pointer; }

/* end  BlendPixelsThemes Icon*/
.pp_block h2 {
  margin-bottom: 30px; }

.pp_page .bpt-page-title {
  display: none; }

.pp_page .bpt-page-title + .site_wrapper > .main_wrapper {
  padding-top: 40px; }

/* vc_row */
div[data-vc-parallax-image] {
  position: relative;
  overflow: hidden; }

div[data-vc-parallax-image] .vc_parallax-inner {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-attachment: scroll;
  background-color: transparent;
  background-image: inherit;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 0;
  background-position: 50% 0; }

/* end vc_row */
body .wpb_content_element {
  margin-bottom: 0; }

.wpb_content_element:after {
  display: block;
  content: "";
  clear: both;
  height: 0; }

.emboryo_module_counter.counter_alignment_right {
  text-align: right; }
  .emboryo_module_counter.counter_alignment_right .counter_icon_container {
    margin-left: auto; }

.emboryo_module_counter.counter_alignment_left {
  text-align: left; }
  .emboryo_module_counter.counter_alignment_left .counter_icon_container {
    margin-right: auto; }

.emboryo_module_counter.counter_alignment_center {
  text-align: center; }
  .emboryo_module_counter.counter_alignment_center .counter_icon_container {
    margin-left: auto;
    margin-right: auto; }

.emboryo_module_counter.layout_left .counter_icon_wrapper, .emboryo_module_counter.layout_top_left .counter_icon_wrapper {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.emboryo_module_counter.layout_right .counter_icon_wrapper, .emboryo_module_counter.layout_top_right .counter_icon_wrapper {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }

.emboryo_module_counter.layout_left .counter_content_wrapper,
.emboryo_module_counter.layout_right .counter_content_wrapper {
  overflow: hidden; }

.emboryo_module_counter.type_bordered .counter_icon_container {
  border-style: solid;
  border-width: 2px;
  overflow: hidden; }

.emboryo_module_counter.type_fill .counter_icon_container {
  overflow: hidden; }

.emboryo_module_counter .counter_title {
  font-size: 18px;
  line-height: 1.2; }

.emboryo_module_counter .counter_value_wrap {
  font-size: 36px;
  line-height: 1.2;
  white-space: nowrap; }
  .emboryo_module_counter .counter_value_wrap span {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit; }

.emboryo_module_counter .counter_icon {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 45px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: inherit;
  text-align: center; }

.emboryo_module_counter .counter_icon_container {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  width: 65px;
  height: 65px; }

.emboryo_module_counter.counter_bg_gradient .counter_icon_container:before, .emboryo_module_counter.counter_bg_gradient .counter_icon_container:after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

.emboryo_module_counter.counter_bg_gradient .counter_icon_container:before {
  opacity: 1;
  visibility: visible; }

.emboryo_module_counter.counter_bg_gradient .counter_icon_container:after {
  opacity: 0;
  visibility: hidden; }

/* Countdown */
.bpt-countdown {
  text-align: center; }

.countdown-section {
  display: inline-block;
  text-align: center;
  margin: 0.23em 0.63em;
  min-width: 1.7em;
  color: inherit; }

.countdown-section .countdown-amount {
  display: block;
  font-size: 1em;
  line-height: 1.52;
  font-weight: 500;
  padding: 0 4px;
  color: inherit;
  text-align: center; }

.countdown-period {
  display: block;
  text-transform: capitalize;
  color: inherit;
  font-size: 0.24em;
  line-height: 0.87;
  font-weight: 400;
  letter-spacing: 0px; }

.custom_countdown .countdown-section {
  font-family: inherit; }

.custom_countdown .countdown-section .countdown-amount {
  font-family: inherit;
  font-weight: inherit; }

.custom_countdown .countdown-period {
  font-family: inherit;
  font-weight: inherit; }

.bpt-countdown.countdown_size_large {
  font-size: 90px; }

.bpt-countdown.countdown_size_e_large {
  font-size: 120px; }

.bpt-countdown.countdown_size_small {
  font-size: 50px; }

.bpt-countdown.countdown_size_medium {
  font-size: 70px; }

.bpt-countdown.countdown_align_left {
  text-align: left; }

.bpt-countdown.countdown_align_right {
  text-align: right; }

@media only screen and (max-width: 1300px) {
  .bpt-countdown.countdown_size_large {
    font-size: 80px; }
  .bpt-countdown.countdown_size_e_large {
    font-size: 106px; }
  .bpt-countdown.countdown_size_small {
    font-size: 41px; }
  .bpt-countdown.countdown_size_medium {
    font-size: 58px; } }

@media only screen and (max-width: 992px) {
  .bpt-countdown.countdown_size_large {
    font-size: 70px; }
  .bpt-countdown.countdown_size_e_large {
    font-size: 82px; }
  .bpt-countdown.countdown_size_small {
    font-size: 33px; }
  .bpt-countdown.countdown_size_medium {
    font-size: 46px; } }

@media only screen and (max-width: 768px) {
  .bpt-countdown.countdown_size_large {
    font-size: 50px; }
  .bpt-countdown.countdown_size_e_large {
    font-size: 60px; }
  .bpt-countdown.countdown_size_small {
    font-size: 30px; }
  .bpt-countdown.countdown_size_medium {
    font-size: 40px; } }

/* end Countdown */
/*-Testimonials-*/
.emboryo_module_testimonials {
  margin-left: -15px;
  margin-right: -15px; }
  .emboryo_module_testimonials.item_alignment_center {
    text-align: center; }
    .emboryo_module_testimonials.item_alignment_center .testimonials_quote,
    .emboryo_module_testimonials.item_alignment_center .testimonials_content_wrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .emboryo_module_testimonials.item_alignment_left {
    text-align: left; }
    .emboryo_module_testimonials.item_alignment_left .testimonials_quote {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .emboryo_module_testimonials.item_alignment_right {
    text-align: right; }
    .emboryo_module_testimonials.item_alignment_right .testimonials_quote {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .emboryo_module_testimonials .testimonials_image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .emboryo_module_testimonials .testimonials_quote {
    font-size: 22px;
    line-height: 1.64;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300; }
    .emboryo_module_testimonials .testimonials_quote:before {
      content: '“';
      display: inline-block;
      font-size: 100px;
      font-weight: 500;
      font-family: poppins;
      vertical-align: baseline;
      line-height: 1;
      height: 34px;
      margin-right: 10px; }
  .emboryo_module_testimonials .testimonials_name {
    font-weight: 500;
    line-height: 1.4;
    font-size: 16px; }
  .emboryo_module_testimonials .testimonials_status {
    line-height: 1.4;
    font-weight: 300;
    color: #737373; }
  .emboryo_module_testimonials .emboryo_module_carousel .testimonials_item {
    padding: 0 15px; }
  .emboryo_module_testimonials.type_default .testimonials_image {
    margin-bottom: 40px; }
  .emboryo_module_testimonials.type_default .testimonials_quote {
    margin-bottom: 30px; }
  .emboryo_module_testimonials.type_author_top .testimonials_content_wrap, .emboryo_module_testimonials.type_author_bottom .testimonials_content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .emboryo_module_testimonials.type_author_top.item_alignment_left .testimonials_image, .emboryo_module_testimonials.type_author_top.item_alignment_center .testimonials_image, .emboryo_module_testimonials.type_author_bottom.item_alignment_left .testimonials_image, .emboryo_module_testimonials.type_author_bottom.item_alignment_center .testimonials_image {
    margin-right: 30px; }
  .emboryo_module_testimonials.type_author_top.item_alignment_right .testimonials_content_wrap, .emboryo_module_testimonials.type_author_bottom.item_alignment_right .testimonials_content_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .emboryo_module_testimonials.type_author_top.item_alignment_right .testimonials_image, .emboryo_module_testimonials.type_author_bottom.item_alignment_right .testimonials_image {
    margin-left: 30px; }
  .emboryo_module_testimonials.type_author_top .testimonials_quote:before, .emboryo_module_testimonials.type_author_bottom .testimonials_quote:before {
    margin-right: 20px; }
  .emboryo_module_testimonials.type_author_top .testimonials_content_wrap {
    margin-bottom: 26px; }
  .emboryo_module_testimonials.type_author_bottom .testimonials_content_wrap {
    margin-top: 26px; }

/* carousel control */
.emboryo_module_carousel .slick-prev,
.emboryo_module_carousel .slick-next {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  margin-bottom: 0;
  top: 50%;
  text-align: center;
  text-indent: 0; }
  .emboryo_module_carousel .slick-prev:after,
  .emboryo_module_carousel .slick-next:after {
    content: "\f12b";
    font-family: 'Flaticon';
    font-size: 16px;
    display: inline-block;
    color: #474747;
    border: 0;
    line-height: 45px;
    vertical-align: middle;
    font-weight: 400; }
  .emboryo_module_carousel .slick-prev:hover,
  .emboryo_module_carousel .slick-next:hover {
    background: white; }

.emboryo_module_carousel .slick-prev:after {
  content: "\f12c"; }

.emboryo_module_carousel:hover .slick-prev,
.emboryo_module_carousel:hover .slick-next {
  opacity: 1; }

.emboryo_module_carousel:hover .slick-prev {
  left: 20px; }

.emboryo_module_carousel:hover .slick-next {
  right: 20px; }

.emboryo_module_carousel .emboryo_carousel_list {
  overflow: hidden; }

.emboryo_module_carousel .slick-dots {
  padding: 0;
  margin: 50px 15px 0 15px;
  line-height: 0; }
  .emboryo_module_carousel .slick-dots li {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    list-style: none;
    padding: 0;
    margin: 5px 10px;
    opacity: 1;
    cursor: pointer; }
    .emboryo_module_carousel .slick-dots li button {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 0;
      padding: 0;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      vertical-align: bottom; }
      .emboryo_module_carousel .slick-dots li button:focus {
        outline: none; }
    .emboryo_module_carousel .slick-dots li:before {
      display: none; }

.emboryo_module_carousel .vc_row {
  margin-left: 0;
  margin-right: 0; }

.emboryo_module_carousel.pag_align_left .slick-dots {
  text-align: left; }

.emboryo_module_carousel.pag_align_right .slick-dots {
  text-align: right; }

.emboryo_module_carousel.pag_align_center .slick-dots {
  text-align: center; }

.emboryo_module_carousel.pagination_circle .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 0.3; }

.emboryo_module_carousel.pagination_circle .slick-dots li.slick-active button {
  opacity: 1; }

.emboryo_module_carousel.pagination_line .slick-dots li {
  margin: 0 5px;
  padding: 10px 0; }
  .emboryo_module_carousel.pagination_line .slick-dots li button {
    width: 25px;
    height: 3px;
    opacity: 0.5;
    background: transparent; }
    .emboryo_module_carousel.pagination_line .slick-dots li button:before {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #282828;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
  .emboryo_module_carousel.pagination_line .slick-dots li:hover button:before {
    height: 3px; }
  .emboryo_module_carousel.pagination_line .slick-dots li.slick-active button {
    opacity: 1; }
    .emboryo_module_carousel.pagination_line .slick-dots li.slick-active button:before {
      height: 3px; }

.emboryo_module_carousel.pagination_square .slick-dots li button {
  width: 12px;
  height: 12px;
  opacity: 0.3; }

.emboryo_module_carousel.pagination_square .slick-dots li.slick-active button {
  opacity: 1; }

/*-team-*/
.bpt_module_team {
  position: relative;
  z-index: 1; }
  .bpt_module_team.team-col_1 .team-item {
    width: 100%; }
  .bpt_module_team.team-col_2 .team-item {
    width: 50%; }
  .bpt_module_team.team-col_3 .team-item {
    width: 33.33333%; }
  .bpt_module_team.team-col_4 .team-item {
    width: 25%; }
  .bpt_module_team.team-col_5 .team-item {
    width: 20%; }
  .bpt_module_team.with_shadow:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 92%;
    height: 50%;
    bottom: 0px;
    left: 4%;
    -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.15); }
  .bpt_module_team .team-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .bpt_module_team .team-item_content {
    position: relative;
    z-index: 1; }
  .bpt_module_team .team-department {
    font-weight: 300;
    opacity: 0.8; }
  .bpt_module_team .team-title {
    font-weight: 400; }
    .bpt_module_team .team-title > a {
      color: inherit;
      font-weight: inherit; }
  .bpt_module_team.info_on_image .team-item_content:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: #222328;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
  .bpt_module_team.info_on_image .team-title,
  .bpt_module_team.info_on_image .team-department,
  .bpt_module_team.info_on_image .team-info_icons {
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .bpt_module_team.info_on_image .team-info_icons {
    margin-top: 13px; }
    .bpt_module_team.info_on_image .team-info_icons a {
      color: inherit;
      margin-right: 20px; }
      .bpt_module_team.info_on_image .team-info_icons a:last-child {
        margin-right: 0; }
  .bpt_module_team.info_on_image .team-item_info {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 30px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
  .bpt_module_team.info_on_image .team-image {
    overflow: hidden; }
    .bpt_module_team.info_on_image .team-image img {
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transform: scale3d(1, 1, 1) translateX(0);
      -moz-transform: scale3d(1, 1, 1) translateX(0);
      transform: scale3d(1, 1, 1) translateX(0);
      max-width: -webkit-calc(100% + 0.5px);
      max-width: -moz-calc(100% + 0.5px);
      max-width: calc(100% + 0.5px); }
  .bpt_module_team.info_on_image .team-item:not(.team-become_member):hover .team-item_info {
    opacity: 1; }
    .bpt_module_team.info_on_image .team-item:not(.team-become_member):hover .team-item_info > *:nth-child(2) {
      -webkit-transition-delay: 0.05s;
      -moz-transition-delay: 0.05s;
      -o-transition-delay: 0.05s;
      transition-delay: 0.05s; }
    .bpt_module_team.info_on_image .team-item:not(.team-become_member):hover .team-item_info > *:nth-child(3) {
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
  .bpt_module_team.info_on_image .team-item:not(.team-become_member):hover .team-title,
  .bpt_module_team.info_on_image .team-item:not(.team-become_member):hover .team-department,
  .bpt_module_team.info_on_image .team-item:not(.team-become_member):hover .team-info_icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .bpt_module_team.info_on_image .team-item:not(.team-become_member):hover .team-item_content:before {
    opacity: 0.7; }
  .bpt_module_team.info_on_image .team-item:not(.team-become_member):hover .team-image img {
    -webkit-transform: scale3d(1.04, 1.04, 1.04) translateX(5px);
    -moz-transform: scale3d(1.04, 1.04, 1.04) translateX(5px);
    transform: scale3d(1.04, 1.04, 1.04) translateX(5px); }
  .bpt_module_team.info_on_image .team-item.team-become_member:hover {
    cursor: pointer; }
  .bpt_module_team.info_under_image .team-item_content {
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.25); }
  .bpt_module_team.info_under_image .team-image {
    overflow: hidden; }
    .bpt_module_team.info_under_image .team-image img {
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transform: scale3d(1, 1, 1) translateX(0);
      -moz-transform: scale3d(1, 1, 1) translateX(0);
      transform: scale3d(1, 1, 1) translateX(0);
      max-width: -webkit-calc(100% + 0.5px);
      max-width: -moz-calc(100% + 0.5px);
      max-width: calc(100% + 0.5px); }
  .bpt_module_team.info_under_image .team-item_info {
    padding: 20px 30px;
    background: #f8f8f8; }
  .bpt_module_team.info_under_image .team-item:nth-child(2n+2) .team-item_info {
    background: #ffffff; }
  .bpt_module_team.info_under_image .team-info_icons a {
    color: inherit;
    margin-right: 20px; }
    .bpt_module_team.info_under_image .team-info_icons a:last-child {
      margin-right: 0; }
  .bpt_module_team.info_under_image .team-item:hover .team-image img {
    -webkit-transform: scale3d(1.04, 1.04, 1.04) translateX(5px);
    -moz-transform: scale3d(1.04, 1.04, 1.04) translateX(5px);
    transform: scale3d(1.04, 1.04, 1.04) translateX(5px); }

/*-single-team-*/
.single_team_page .team_title {
  margin-bottom: 20px; }
  .single_team_page .team_title h2 {
    line-height: 1; }

.single_team_page .team-info_wrapper {
  padding-top: 25px; }
  .single_team_page .team-info_wrapper .team-info_item {
    margin-top: 5px; }
    .single_team_page .team-info_wrapper .team-info_item:first-child {
      margin-top: 0; }
    .single_team_page .team-info_wrapper .team-info_item > * {
      display: inline-block; }
    .single_team_page .team-info_wrapper .team-info_item a {
      color: inherit; }
    .single_team_page .team-info_wrapper .team-info_item span {
      margin-left: 15px; }
  .single_team_page .team-info_wrapper .team-info_icons {
    margin-top: 20px; }
    .single_team_page .team-info_wrapper .team-info_icons a {
      margin-right: 25px;
      color: #a3a3a3; }
      .single_team_page .team-info_wrapper .team-info_icons a:last-child {
        margin-right: 0; }

/*-ImageLayers-*/
.emboryo_module_img_layer {
  position: relative;
  line-height: 0;
  max-width: 100%; }
  .emboryo_module_img_layer .img_layer_image_wrapper {
    position: relative;
    line-height: 0;
    display: block;
    width: inherit;
    max-width: 100%;
    height: inherit;
    max-height: 100%; }
    .emboryo_module_img_layer .img_layer_image_wrapper:not(:first-child) {
      position: absolute;
      left: 0;
      top: 0; }
    .emboryo_module_img_layer .img_layer_image_wrapper .img_layer_image {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
    .emboryo_module_img_layer .img_layer_image_wrapper.fade_in .img_layer_image, .emboryo_module_img_layer .img_layer_image_wrapper.slide_big_up .img_layer_image, .emboryo_module_img_layer .img_layer_image_wrapper.slide_big_down .img_layer_image, .emboryo_module_img_layer .img_layer_image_wrapper.slide_big_left .img_layer_image, .emboryo_module_img_layer .img_layer_image_wrapper.slide_big_right .img_layer_image, .emboryo_module_img_layer .img_layer_image_wrapper.slide_up .img_layer_image, .emboryo_module_img_layer .img_layer_image_wrapper.slide_down .img_layer_image, .emboryo_module_img_layer .img_layer_image_wrapper.slide_left .img_layer_image, .emboryo_module_img_layer .img_layer_image_wrapper.slide_right .img_layer_image, .emboryo_module_img_layer .img_layer_image_wrapper.flip_x .img_layer_image, .emboryo_module_img_layer .img_layer_image_wrapper.flip_y .img_layer_image, .emboryo_module_img_layer .img_layer_image_wrapper.zoom_in .img_layer_image {
      opacity: 0;
      visibility: hidden; }
    .emboryo_module_img_layer .img_layer_image_wrapper.slide_big_up .img_layer_image {
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%); }
    .emboryo_module_img_layer .img_layer_image_wrapper.slide_big_down .img_layer_image {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }
    .emboryo_module_img_layer .img_layer_image_wrapper.slide_big_left .img_layer_image {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%); }
    .emboryo_module_img_layer .img_layer_image_wrapper.slide_big_right .img_layer_image {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .emboryo_module_img_layer .img_layer_image_wrapper.slide_up .img_layer_image {
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%); }
    .emboryo_module_img_layer .img_layer_image_wrapper.slide_down .img_layer_image {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .emboryo_module_img_layer .img_layer_image_wrapper.slide_left .img_layer_image {
      -webkit-transform: translateX(50%);
      -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -o-transform: translateX(50%);
      transform: translateX(50%); }
    .emboryo_module_img_layer .img_layer_image_wrapper.slide_right .img_layer_image {
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .emboryo_module_img_layer .img_layer_image_wrapper.flip_x .img_layer_image {
      -webkit-transform: rotateX(-100deg);
      -moz-transform: rotateX(-100deg);
      transform: rotateX(-100deg); }
    .emboryo_module_img_layer .img_layer_image_wrapper.flip_y .img_layer_image {
      -webkit-transform: rotateY(-100deg);
      -moz-transform: rotateY(-100deg);
      transform: rotateY(-100deg); }
    .emboryo_module_img_layer .img_layer_image_wrapper.zoom_in .img_layer_image {
      -webkit-transform: scale3d(0.2, 0.2, 0.2);
      -moz-transform: scale3d(0.2, 0.2, 0.2);
      transform: scale3d(0.2, 0.2, 0.2); }
  .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.fade_in .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_up .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_down .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_left .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_right .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_up .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_down .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_left .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_right .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_x .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_y .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.zoom_in .img_layer_image {
    opacity: 1;
    visibility: visible; }
  .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_up .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_down .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_up .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_down .img_layer_image {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_left .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_right .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_left .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_right .img_layer_image {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_x .img_layer_image, .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_y .img_layer_image {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .emboryo_module_img_layer.img_layer_animate .img_layer_image_wrapper.zoom_in .img_layer_image {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

/*-PricingTable-*/
.emboryo_module_pricing_plan {
  text-align: center;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto; }
  .emboryo_module_pricing_plan .pricing_plan_wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background: #f8f8f8; }
  .emboryo_module_pricing_plan .pricing_header {
    background: #ffffff;
    padding: 30px 50px 40px; }
    .emboryo_module_pricing_plan .pricing_header .pricing_icon_wrapper {
      font-size: 60px;
      margin-bottom: 20px; }
    .emboryo_module_pricing_plan .pricing_header .pricing_title {
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 1;
      margin-bottom: 15px; }
    .emboryo_module_pricing_plan .pricing_header .pricing_price_wrap {
      display: inline-block;
      font-weight: 600;
      letter-spacing: -0.2em; }
    .emboryo_module_pricing_plan .pricing_header .pricing_cur {
      font-size: 24px;
      vertical-align: top;
      margin-top: 10px;
      margin-right: 5px;
      display: inline-block; }
    .emboryo_module_pricing_plan .pricing_header .pricing_price {
      font-size: 80px;
      line-height: 1;
      display: inline-block; }
    .emboryo_module_pricing_plan .pricing_header .pricing_desc {
      display: inline-block;
      color: #737373; }
  .emboryo_module_pricing_plan .pricing_content {
    padding: 30px;
    padding-bottom: 25px;
    font-size: 18px; }
    .emboryo_module_pricing_plan .pricing_content ul li {
      line-height: 2.4; }
    .emboryo_module_pricing_plan .pricing_content .emboryo_module_button {
      margin-top: 15px; }
  .emboryo_module_pricing_plan:hover .pricing_plan_wrap {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }

/*-Progress bar-*/
.vc_row .vc_progress_bar .vc_single_bar {
  margin: 60px 0 20px 0;
  height: 3px;
  background-color: #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .vc_row .vc_progress_bar .vc_single_bar:first-child {
    margin-top: 36px; }
  .vc_row .vc_progress_bar .vc_single_bar .vc_label {
    text-shadow: none !important;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    text-transform: uppercase;
    top: -34px;
    left: 0;
    padding: 0;
    width: 100%;
    letter-spacing: 0.07em; }
    .vc_row .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
      float: right; }
  .vc_row .vc_progress_bar .vc_single_bar .vc_bar {
    height: 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }

/*!-Progress bar-*/
.wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 10px; }

.wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel-heading {
  border-color: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 1px;
  margin: 0 !important;
  background: #ffffff; }

.wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel-body {
  padding: 10px 20px 0;
  border-width: 1px; }

.wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 3px 20px; }
  .wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel-title > a span {
    font-size: 16px;
    line-height: 38px;
    font-weight: 500; }
  .wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel-title > a .vc_tta-controls-icon {
    color: inherit; }
  .wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel-title > a .vc_tta-controls-icon-chevron:before {
    right: 3px;
    top: 3px; }

.wpb-js-composer .vc_row .vc_tta.vc_general.vc_tta-style-classic .vc_active .vc_tta-panel-title > a span,
.wpb-js-composer .vc_row .vc_tta.vc_general.vc_tta-style-classic .vc_active .vc_tta-panel-title > a .vc_tta-controls-icon {
  color: #ffffff; }

.wpb-js-composer .vc_row .vc_tta.vc_general.vc_tta-style-accordion_solid .vc_tta-panel-heading {
  border-color: #f8f8f8;
  background: #f8f8f8; }

.vc_row .vc_toggle {
  margin-bottom: 10px; }
  .vc_row .vc_toggle .vc_toggle_title {
    padding: 4px 20px;
    border: 1px solid #eeeeee;
    background: #ffffff; }
    .vc_row .vc_toggle .vc_toggle_title h4 {
      font-size: 16px;
      line-height: 38px;
      font-weight: 500; }
  .vc_row .vc_toggle .vc_toggle_content {
    margin: 0;
    padding: 10px 20px 0;
    border: 1px solid transparent; }
    .vc_row .vc_toggle .vc_toggle_content p:last-child {
      margin-bottom: 0; }
  .vc_row .vc_toggle.vc_toggle_classic.vc_toggle_active .vc_toggle_title h4,
  .vc_row .vc_toggle.vc_toggle_classic.vc_toggle_active .vc_toggle_title i {
    color: #ffffff; }
  .vc_row .vc_toggle.vc_toggle_accordion_solid .vc_toggle_title {
    background: #f8f8f8;
    border-color: #f8f8f8; }
  .vc_row .vc_toggle .vc_toggle_icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 12px;
    width: 12px; }
  .vc_row .vc_toggle.vc_toggle_color_chevron .vc_toggle_icon:before {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 2px;
    right: 3px;
    top: 3px;
    bottom: 2px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translate(-25%, -25%);
    -moz-transform: rotate(45deg) translate(-25%, -25%);
    -ms-transform: rotate(45deg) translate(-25%, -25%);
    -o-transform: rotate(45deg) translate(-25%, -25%);
    transform: rotate(45deg) translate(-25%, -25%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .vc_row .vc_toggle.vc_toggle_color_chevron.vc_toggle_active .vc_toggle_icon:before {
    -webkit-transform: rotate(225deg) translate(-25%, -25%);
    -moz-transform: rotate(225deg) translate(-25%, -25%);
    -ms-transform: rotate(225deg) translate(-25%, -25%);
    -o-transform: rotate(225deg) translate(-25%, -25%);
    transform: rotate(225deg) translate(-25%, -25%); }
  .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:before, .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:after {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:before {
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 2px 0 0; }
  .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:after {
    left: 50%;
    bottom: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 0 0 0 2px; }
  .vc_row .vc_toggle.vc_toggle_color_plus.vc_toggle_active .vc_toggle_icon:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .vc_row .vc_toggle.vc_toggle_color_triangle .vc_toggle_icon:before {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 6px;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    transform: translateY(25%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .vc_row .vc_toggle.vc_toggle_color_triangle.vc_toggle_active .vc_toggle_icon:before {
    -webkit-transform: rotate(180deg) translateY(25%);
    -moz-transform: rotate(180deg) translateY(25%);
    -ms-transform: rotate(180deg) translateY(25%);
    -o-transform: rotate(180deg) translateY(25%);
    transform: rotate(180deg) translateY(25%); }
  .vc_row .vc_toggle.vc_toggle_size_right .vc_toggle_title {
    padding-right: 40px; }
  .vc_row .vc_toggle.vc_toggle_size_right .vc_toggle_icon {
    right: 20px; }
  .vc_row .vc_toggle.vc_toggle_size_left .vc_toggle_title {
    padding-left: 40px; }
  .vc_row .vc_toggle.vc_toggle_size_left .vc_toggle_icon {
    left: 20px; }

/* vc tabs */
.wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center; }
  .wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
    border-width: 1px;
    border-color: #eeeeee !important;
    padding: 12px 30px; }
    .wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a:before, .wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a:after {
      display: none !important; }
  .wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active {
    color: #ffffff; }
  .wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:before {
    display: none; }

.wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-panel {
  margin-bottom: 0; }
  .wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.08em; }
    .wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title a > span {
      font-size: inherit;
      color: inherit; }
  .wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title {
    color: #ffffff; }
  .wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-panel .vc_tta-panel-heading {
    margin-bottom: 10px !important; }

.wpb-js-composer .vc_row .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tab:not(:last-child) > a, .wpb-js-composer .vc_row .vc_general.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tab:not(:last-child) > a {
  margin-right: 5px; }

.wpb-js-composer .vc_row .vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body, .wpb-js-composer .vc_row .vc_general.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body {
  padding: 20px 0 10px; }

.wpb-js-composer .vc_row .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:not(:last-child) > a, .wpb-js-composer .vc_row .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab:not(:last-child) > a {
  margin-bottom: 5px; }

.wpb-js-composer .vc_row .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body, .wpb-js-composer .vc_row .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body {
  padding: 0 10px 0 30px; }

/*-Message box-*/
.emboryo_module_message_box {
  position: relative;
  border: 1px solid;
  padding: 12px 40px 12px 85px;
  min-height: 40px; }
  .emboryo_module_message_box .message_title {
    font-size: 16px;
    line-height: 20px; }
  .emboryo_module_message_box .message_text {
    font-size: 14px;
    line-height: 20px; }
  .emboryo_module_message_box .message_icon_wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 66px;
    height: 100%; }
  .emboryo_module_message_box .message_icon {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -16px;
    font-style: normal;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff; }
    .emboryo_module_message_box .message_icon:before {
      font-family: FontAwesome; }
  .emboryo_module_message_box .message_close_button {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    display: block;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .emboryo_module_message_box .message_close_button:before {
      content: '\f100';
      font-family: 'flaticon'; }
  .emboryo_module_message_box.type_info {
    border-color: #558dd9; }
    .emboryo_module_message_box.type_info .message_icon_wrap {
      background-color: #558dd9; }
    .emboryo_module_message_box.type_info .message_icon:before {
      content: 'i';
      font-weight: 600;
      font-size: 18px; }
    .emboryo_module_message_box.type_info .message_close_button,
    .emboryo_module_message_box.type_info .message_title {
      color: #558dd9; }
  .emboryo_module_message_box.type_success {
    border-color: #55d9a0; }
    .emboryo_module_message_box.type_success .message_icon_wrap {
      background-color: #55d9a0; }
    .emboryo_module_message_box.type_success .message_icon:before {
      content: '\f101';
      font-family: 'flaticon'; }
    .emboryo_module_message_box.type_success .message_close_button,
    .emboryo_module_message_box.type_success .message_title {
      color: #55d9a0; }
  .emboryo_module_message_box.type_error {
    border-color: #fb534b; }
    .emboryo_module_message_box.type_error .message_icon_wrap {
      background-color: #fb534b; }
    .emboryo_module_message_box.type_error .message_icon:before {
      content: '\f100';
      font-family: 'flaticon'; }
    .emboryo_module_message_box.type_error .message_close_button,
    .emboryo_module_message_box.type_error .message_title {
      color: #fb534b; }
  .emboryo_module_message_box.type_warning {
    border-color: #fea860; }
    .emboryo_module_message_box.type_warning .message_icon_wrap {
      background-color: #fea860; }
    .emboryo_module_message_box.type_warning .message_icon:before {
      content: '!';
      font-weight: 600;
      font-size: 18px; }
    .emboryo_module_message_box.type_warning .message_close_button,
    .emboryo_module_message_box.type_warning .message_title {
      color: #fea860; }

/*-Infobox-*/
.emboryo_module_infobox.infobox_alignment_right {
  text-align: right; }
  .emboryo_module_infobox.infobox_alignment_right .infobox_icon_container {
    margin-left: auto; }

.emboryo_module_infobox.infobox_alignment_left {
  text-align: left; }
  .emboryo_module_infobox.infobox_alignment_left .infobox_icon_container {
    margin-right: auto; }

.emboryo_module_infobox.infobox_alignment_center {
  text-align: center; }
  .emboryo_module_infobox.infobox_alignment_center .infobox_icon_container {
    margin-left: auto;
    margin-right: auto; }

.emboryo_module_infobox.layout_left .infobox_icon_wrapper, .emboryo_module_infobox.layout_top_left .infobox_icon_wrapper {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px; }

.emboryo_module_infobox.layout_right .infobox_icon_wrapper, .emboryo_module_infobox.layout_top_right .infobox_icon_wrapper {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px; }

.emboryo_module_infobox.layout_left .infobox_content_wrapper,
.emboryo_module_infobox.layout_right .infobox_content_wrapper {
  overflow: hidden; }

.emboryo_module_infobox.type_bordered .infobox_icon, .emboryo_module_infobox.type_fill .infobox_icon, .emboryo_module_infobox.type_tile .infobox_icon, .emboryo_module_infobox.type_default .infobox_icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: inherit;
  text-align: center; }

.emboryo_module_infobox.type_bordered .infobox_icon_container {
  border-style: solid;
  border-width: 1px;
  overflow: hidden; }

.emboryo_module_infobox.type_bordered .infobox_icon_container, .emboryo_module_infobox.type_fill .infobox_icon_container {
  background: #f8f8f8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.emboryo_module_infobox.type_tile {
  background: #f8f8f8;
  padding: 70px 10%;
  border-top-width: 3px;
  border-top-style: solid;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .emboryo_module_infobox.type_tile:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .emboryo_module_infobox.type_tile .infobox_title,
  .emboryo_module_infobox.type_tile .infobox_subtitle,
  .emboryo_module_infobox.type_tile .infobox_content {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .emboryo_module_infobox.type_tile:hover .infobox_title,
  .emboryo_module_infobox.type_tile:hover .infobox_subtitle,
  .emboryo_module_infobox.type_tile:hover .infobox_content {
    color: #ffffff; }

.emboryo_module_infobox .infobox_title {
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 10px; }

.emboryo_module_infobox .infobox_subtitle {
  line-height: 1.2; }

.emboryo_module_infobox .infobox_content {
  line-height: 1.72;
  font-size: 14px; }

.emboryo_module_infobox .infobox_button {
  margin-top: 20px; }

.emboryo_module_infobox .infobox_icon {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 50px; }

.emboryo_module_infobox .infobox_icon_wrapper {
  margin-bottom: 15px; }
  .emboryo_module_infobox .infobox_icon_wrapper .infobox_icon_container {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    line-height: 0; }

.emboryo_module_infobox .infobox_icon_container {
  position: relative;
  z-index: 1; }
  .emboryo_module_infobox .infobox_icon_container .infobox_icon_number {
    position: absolute;
    z-index: 1;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background: #323232; }
    .emboryo_module_infobox .infobox_icon_container .infobox_icon_number.left_top {
      left: 0;
      top: 0; }
    .emboryo_module_infobox .infobox_icon_container .infobox_icon_number.right_top {
      right: 0;
      top: 0; }
    .emboryo_module_infobox .infobox_icon_container .infobox_icon_number.left_bottom {
      left: 0;
      bottom: 0; }
    .emboryo_module_infobox .infobox_icon_container .infobox_icon_number.right_bottom {
      right: 0;
      bottom: 0; }

.emboryo_module_infobox.infobox_bg_gradient .infobox_icon_container:before, .emboryo_module_infobox.infobox_bg_gradient .infobox_icon_container:after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

.emboryo_module_infobox.infobox_bg_gradient .infobox_icon_container:before {
  opacity: 1;
  visibility: visible; }

.emboryo_module_infobox.infobox_bg_gradient .infobox_icon_container:after {
  opacity: 0;
  visibility: hidden; }

.emboryo_module_infobox:not(.type_full_size) .infobox_icon_container {
  width: 100px;
  height: 100px; }

.emboryo_module_infobox:hover .infobox_icon_container:before {
  opacity: 0;
  visibility: hidden; }

.emboryo_module_infobox:hover .infobox_icon_container:after {
  opacity: 1;
  visibility: visible; }

/*-Flipbox-*/
.emboryo_module_flipbox .flipbox_wrapper {
  min-height: 330px;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px; }

.emboryo_module_flipbox .flipbox_title {
  font-weight: 500; }

.emboryo_module_flipbox .flipbox_title,
.emboryo_module_flipbox .flipbox_button {
  color: inherit; }

.emboryo_module_flipbox .flipbox_front,
.emboryo_module_flipbox .flipbox_back {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: inherit;
  -moz-perspective: inherit;
  perspective: inherit;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  -o-transition: -o-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  -moz-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -moz-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -moz-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -o-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  min-height: inherit;
  background-position: center center;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.emboryo_module_flipbox .flipbox_front .flipbox_title {
  position: absolute;
  width: 100%;
  display: block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: inherit;
  -moz-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  bottom: 50px;
  -webkit-transform: translateZ(70px) scale(0.86);
  -moz-transform: translateZ(70px) scale(0.86);
  transform: translateZ(70px) scale(0.86); }

.emboryo_module_flipbox .flipbox_front:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(56%, rgba(0, 0, 0, 0.4)), to(transparent));
  background: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0.4) 56%, transparent 100%);
  background: -moz-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0.4) 56%, transparent 100%);
  background: -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0.4) 56%, transparent 100%);
  background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.4) 56%, transparent 100%);
  opacity: 0.5; }

.emboryo_module_flipbox .flipbox_back {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .emboryo_module_flipbox .flipbox_back .flipbox_title {
    margin-bottom: 10px; }
  .emboryo_module_flipbox .flipbox_back .flipbox_content {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    opacity: 0.8; }
  .emboryo_module_flipbox .flipbox_back .flipbox_button {
    margin-bottom: 0;
    margin-top: 21px; }
  .emboryo_module_flipbox .flipbox_back .flipbox_back_content {
    position: absolute;
    width: 100%;
    display: block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: inherit;
    -moz-perspective: inherit;
    perspective: inherit;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    top: 50%;
    left: 0;
    padding: 30px;
    -webkit-transform: translate3d(0, -50%, 70px) scale(0.86);
    -moz-transform: translate3d(0, -50%, 70px) scale(0.86);
    transform: translate3d(0, -50%, 70px) scale(0.86);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.emboryo_module_flipbox.type_flip_right .flipbox_front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.emboryo_module_flipbox.type_flip_right:hover .flipbox_front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.emboryo_module_flipbox.type_flip_left .flipbox_front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.emboryo_module_flipbox.type_flip_left:hover .flipbox_front {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.emboryo_module_flipbox.type_flip_top .flipbox_front {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

.emboryo_module_flipbox.type_flip_top:hover .flipbox_front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.emboryo_module_flipbox.type_flip_bottom .flipbox_front {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

.emboryo_module_flipbox.type_flip_bottom:hover .flipbox_front {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }

.emboryo_module_flipbox.type_flip_right .flipbox_back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.emboryo_module_flipbox.type_flip_right:hover .flipbox_back {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0); }

.emboryo_module_flipbox.type_flip_left .flipbox_back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.emboryo_module_flipbox.type_flip_left:hover .flipbox_back {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0); }

.emboryo_module_flipbox.type_flip_top .flipbox_back {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }

.emboryo_module_flipbox.type_flip_top:hover .flipbox_back {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  transform: rotateX(0); }

.emboryo_module_flipbox.type_flip_bottom .flipbox_back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.emboryo_module_flipbox.type_flip_bottom:hover .flipbox_back {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  transform: rotateX(0); }

.emboryo_module_title {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.single .emboryo_module_title {
  padding-bottom: 23px; }

.emboryo_module_title h2,
.emboryo_module_title h3,
.emboryo_module_title .external_link,
.emboryo_module_title .carousel_arrows {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0;
  text-align: left;
  display: block; }

.emboryo_module_title .external_link,
.emboryo_module_title .carousel_arrows {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 1px; }

.emboryo_module_title h2,
.emboryo_module_title h3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding-right: 20px; }

.emboryo_module_title .external_link .button-read-more {
  float: none;
  display: block;
  margin-bottom: 0; }

.emboryo_module_title .carousel_arrows a {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top; }

.emboryo_module_title .carousel_arrows a.right_slick_arrow {
  margin-left: 8px; }

/*-emboryo_module_button-*/
.emboryo_module_button {
  position: relative;
  z-index: 20; }
  .emboryo_module_button a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    letter-spacing: 0.085em;
    white-space: nowrap; }
    .emboryo_module_button a:hover {
      background: #fff; }
  .emboryo_module_button.button_alignment_inline {
    display: inline-block;
    vertical-align: top; }
  .emboryo_module_button.button_alignment_left {
    text-align: left; }
  .emboryo_module_button.button_alignment_right {
    text-align: right; }
  .emboryo_module_button.button_alignment_center {
    text-align: center; }
  .emboryo_module_button.button_alignment_block a {
    display: block;
    text-align: center; }
  .emboryo_module_button .button_size_large {
    padding: 17px 40px; }
  .emboryo_module_button .button_size_normal {
    padding: 12px 32px; }
  .emboryo_module_button .button_size_small {
    padding: 9px 26px;
    font-size: 12px; }
  .emboryo_module_button .button_size_mini {
    padding: 7px 19px;
    font-size: 11px; }
  .emboryo_module_button .emboryo_button_icon {
    font-size: 15px; }
  .emboryo_module_button.button_icon_right .emboryo_button_icon {
    padding-left: 10px; }
  .emboryo_module_button.button_icon_left .emboryo_button_icon {
    padding-right: 10px; }

.emboryo_module_button.button_gradient a {
  position: relative;
  z-index: 1;
  border: 0 !important; }
  .emboryo_module_button.button_gradient a:before, .emboryo_module_button.button_gradient a:after,
  .emboryo_module_button.button_gradient a .button_border_gradient:before,
  .emboryo_module_button.button_gradient a .button_border_gradient:after {
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit; }
  .emboryo_module_button.button_gradient a .button_border_gradient,
  .emboryo_module_button.button_gradient a .button_border_gradient {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit; }
  .emboryo_module_button.button_gradient a:before, .emboryo_module_button.button_gradient a:after {
    z-index: -1; }

.emboryo_module_button.button_gradient .button_size_large {
  padding-top: 18px;
  padding-bottom: 18px; }

.emboryo_module_button.button_gradient .button_size_normal {
  padding-top: 13px;
  padding-bottom: 13px; }

.emboryo_module_button.button_gradient .button_size_small {
  padding-top: 10px;
  padding-bottom: 10px; }

.emboryo_module_button.button_gradient .button_size_mini {
  padding-top: 8px;
  padding-bottom: 8px; }

.emboryo_module_button.button_gradient a:before,
.emboryo_module_button.button_gradient a .button_border_gradient:before {
  opacity: 1;
  visibility: visible; }

.emboryo_module_button.button_gradient a:after,
.emboryo_module_button.button_gradient a .button_border_gradient:after {
  opacity: 0;
  visibility: hidden; }

.emboryo_module_button.button_gradient a:hover:before,
.emboryo_module_button.button_gradient a:hover .button_border_gradient:before {
  opacity: 0;
  visibility: hidden; }

.emboryo_module_button.button_gradient a:hover:after,
.emboryo_module_button.button_gradient a:hover .button_border_gradient:after {
  opacity: 1;
  visibility: visible; }

.tp-caption .emboryo_module_button a {
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  transition: all 0.3s !important; }

/* google map */
body .wpb_gmaps_widget .wpb_wrapper {
  padding: 0; }

.emboryo_google_map {
  position: relative;
  z-index: 1;
  padding-bottom: 42.73%; }

.emboryo_google_map #map-canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* end google map */
/* Portfolio Filter*/
.isotope-filter {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  padding-top: 18px; }

.isotope-filter a {
  display: inline-block;
  margin-right: 34px;
  color: inherit;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .94px;
  line-height: 25px; }
  .isotope-filter a .number_filter {
    width: 18px;
    height: 18px;
    right: -9px;
    line-height: 18px;
    background: #558dd9;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    bottom: 17px;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .isotope-filter a:hover .number_filter {
    opacity: 1;
    bottom: 100%;
    visibility: visible; }
  .isotope-filter a:last-child {
    margin-right: 0; }
  .isotope-filter a.active:before {
    width: 100%;
    right: auto;
    left: 0; }
  .isotope-filter a:before {
    width: 0;
    right: 0;
    left: auto;
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 2px;
    content: '';
    border-bottom: 1px solid;
    -webkit-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -o-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    -moz-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
    transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s; }

/* End Portfolio Filter*/
/* Portfolio Descriptiption Under Image*/
.under_image .bpt_portfolio_item-image {
  position: relative;
  overflow: hidden; }
  .under_image .bpt_portfolio_item-image img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.under_image .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  z-index: 2;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.under_image:hover img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -o-transition: all 4.5s ease-out;
  -moz-transition: all 4.5s ease-out;
  transition: all 4.5s ease-out;
  -webkit-transition: all 4.5s ease-out; }

.under_image:hover .overlay {
  opacity: 1;
  z-index: 2;
  visibility: visible; }

.under_image:hover .bpt_portfolio_item-image a {
  z-index: 2; }

.under_image:hover.add_shadow_item {
  -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.25); }

.under_image .bpt_portfolio_item-title {
  margin-top: 0; }

.under_image .bpt_portfolio_item-title .title {
  font-size: 24px;
  line-height: 1; }

.under_image .title a {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit; }

.under_image.h_align_right .bpt_portfolio_item-description {
  text-align: right; }

.under_image.h_align_center .bpt_portfolio_item-description {
  text-align: center; }

.under_image.add_shadow_item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.25); }

.under_image .bpt_portfolio_item-meta .post_cats a {
  margin-right: 10px; }

.under_image .bpt_portfolio_item-meta .post_cats a:last-child {
  margin-right: 0; }

.under_image .bpt_portfolio_item-description {
  padding: 24px 29px; }

/* End Portfolio Descriptiption Under Image*/
/* Portfolio Descriptiption Inside Image*/
.inside_image {
  position: relative;
  overflow: hidden; }
  .inside_image .bpt_portfolio_item-image {
    overflow: hidden; }
    .inside_image .bpt_portfolio_item-image img {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .inside_image .portfolio-post_overlay-figure {
    position: relative;
    left: 0;
    top: 0; }
  .inside_image .bpt_portfolio_item-description {
    position: absolute;
    z-index: 3;
    top: 0%;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff; }
    .inside_image .bpt_portfolio_item-description .portfolio-post_overlay-figure {
      -webkit-transform: translateY(0);
      -khtml-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .inside_image .bpt_portfolio_item-description > * {
      webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -o-transition: all 0.7s;
      transition: all 0.7s;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translateY(40px);
      -khtml-transform: translateY(40px);
      -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
      -o-transform: translateY(40px);
      transform: translateY(40px); }
  .inside_image.v_align_bottom .bpt_portfolio_item-description {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .inside_image.v_align_top .bpt_portfolio_item-description {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .inside_image.h_align_center .bpt_portfolio_item-description {
    text-align: center; }
  .inside_image.h_align_right .bpt_portfolio_item-description {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .inside_image.h_align_Left .bpt_portfolio_item-description {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .inside_image .bpt_portfolio_item-image img {
    width: 100%;
    height: auto;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out; }
  .inside_image:hover .bpt_portfolio_item-description {
    opacity: 1; }
    .inside_image:hover .bpt_portfolio_item-description > * {
      opacity: 1;
      filter: alpha(opacity=1);
      -webkit-transform: translateY(0px);
      -khtml-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
  .inside_image:hover .bpt_portfolio_item-image img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -o-transition: all 4.5s ease-out;
    -moz-transition: all 4.5s ease-out;
    transition: all 4.5s ease-out;
    -webkit-transition: all 4.5s ease-out; }
  .inside_image:hover .overlay {
    opacity: 1; }
  .inside_image .bpt_portfolio_item-meta {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40px);
    -khtml-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-bottom: 10px; }
    .inside_image .bpt_portfolio_item-meta a,
    .inside_image .bpt_portfolio_item-meta span {
      font-size: 20px;
      font-style: italic;
      color: #fff;
      font-weight: 300;
      opacity: 0.8; }
    .inside_image .bpt_portfolio_item-meta .post_cats a {
      position: relative;
      margin-bottom: 4px;
      display: inline-block; }
      .inside_image .bpt_portfolio_item-meta .post_cats a:before {
        width: 0;
        right: 0;
        left: auto;
        position: absolute;
        z-index: 1;
        display: block;
        bottom: 2px;
        content: '';
        border-bottom: 1px solid;
        -webkit-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
        -o-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
        -moz-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
        transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s; }
      .inside_image .bpt_portfolio_item-meta .post_cats a:hover:before {
        width: 100%;
        right: auto;
        left: 0; }
    .inside_image .bpt_portfolio_item-meta .post_cats span.delimiter-comma {
      margin-right: 10px; }
  .inside_image .bpt_portfolio_item-title {
    text-align: center;
    webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(40px);
    -khtml-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
    .inside_image .bpt_portfolio_item-title .title {
      color: #fff;
      line-height: 1.2; }
  .inside_image .bpt_portfolio_item-content {
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s; }
  .inside_image .overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    padding: 0; }

/* End Portfolio Descriptiption Inside Image*/
/* Portfolio Container*/
.row .bpt_portfolio_list-item {
  padding-left: 0;
  padding-right: 0;
  float: none;
  display: inline-block;
  vertical-align: top; }

.bpt_portfolio_list-container {
  margin-left: 0;
  margin-right: 0; }
  .bpt_portfolio_list-container .slick-dots {
    padding: 0 0 25px 0; }

.bpt_portfolio_item-wrapper .swipebox, .bpt_portfolio_item-wrapper .single_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5; }

/* End Portfolio Container*/
/* Title */
.bpt_portfolio_item-title .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1; }

.bpt_portfolio_item-title span, .bpt_portfolio_item-title a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit; }

/* End Title */
/* Load More Portfolio */
.load_more_item {
  padding: 13px 40px;
  font-weight: 600;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  min-width: 170px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid; }
  .load_more_item:hover {
    background: transparent; }

.text-center.load_more_wrapper {
  text-align: center; }

.load_more_wrapper {
  margin-top: 50px; }

/* End Load More Portfolio */
/* Portfolio Plus Icon*/
.bpt_portfolio_item-wrapper:hover .portfolio-post_overlay-figure {
  opacity: 1; }

.portfolio-post_overlay-figure {
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.portfolio-post_overlay-figure:before {
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  width: 1px;
  height: 100%; }

.portfolio-post_overlay-figure:after {
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  width: 1px;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/* End Portfolio Plus Icon*/
/* Portfolio Single */
.bpt_portfolio_single-item .bpt_portfolio_item-title {
  font-weight: 600;
  margin-top: 41px;
  margin-bottom: 18px; }

.bpt_portfolio_single-item .bpt_portfolio_item-annotation {
  padding-bottom: 32px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px; }

.bpt_portfolio_single-item .single_post_info {
  margin-top: 50px;
  padding-bottom: 36px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed; }

.single_portfolio .prev-next-links .prev-link_wrapper {
  margin-bottom: 30px; }

.portfolio_info_item-info_desc {
  display: inline-block;
  max-width: 260px;
  vertical-align: top; }

.portfolio_info_item-info_desc {
  margin-right: 40px; }

.portfolio_info_item-info_desc h5 {
  margin-right: 14px;
  font-size: 14px;
  display: inline; }

.portfolio_info_item-info_desc span {
  font-size: 14px;
  color: #737373; }

/* End Portfolio Single */
/* End Portfolio */
/* vc_separator */
.vc_separator.vc_sep_width_40px .vc_sep_holder .vc_sep_line,
.vc_separator.vc_sep_width_40px {
  width: 40px; }

.vc_separator.vc_sep_width_75px .vc_sep_holder .vc_sep_line,
.vc_separator.vc_sep_width_75px {
  width: 75px; }

.vc_separator.vc_sep_width_100px .vc_sep_holder .vc_sep_line,
.vc_separator.vc_sep_width_100px {
  width: 100px; }

/* end vc_separator */
/* emboryo_module_custom_text */
.emboryo_module_custom_text p {
  margin-bottom: 0; }

.emboryo_module_custom_text *:not(.fa) {
  color: inherit;
  line-height: inherit;
  font-size: inherit; }

.emboryo_module_custom_text.custom_font > *:not(.fa) {
  color: inherit;
  font-family: inherit;
  font-weight: inherit; }

.emboryo_module_custom_text a:hover {
  color: inherit !important; }

@media only screen and (min-width: 1200px) {
  .emboryo_custom_text_font_desctop {
    font-size: inherit !important;
    line-height: inherit !important; } }

@media only screen and (min-width: 992px) {
  .emboryo_custom_text_font_tablet {
    font-size: inherit !important;
    line-height: inherit !important; } }

@media only screen and (min-width: 768px) {
  .emboryo_custom_text_font_mobile {
    font-size: inherit !important;
    line-height: inherit !important; } }

/* end emboryo_module_custom_text */
/* emboryo_process_bar */
.emboryo_process_bar {
  text-align: center;
  padding-bottom: 50px; }

.emboryo_process_bar__count-container {
  position: relative;
  margin-bottom: 35px; }

.emboryo_process_bar__count-container:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #dddddd; }

.emboryo_process_bar + .emboryo_process_bar .emboryo_process_bar__count-container:before {
  left: -30px; }

.emboryo_process_bar__count {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 700;
  margin: 10px; }

.emboryo_process_bar__icon_icon_size_mini .emboryo_process_bar__count {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 30px; }

.emboryo_process_bar__icon_icon_size_mini .emboryo_process_bar__count {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px; }

.emboryo_process_bar__icon_icon_size_large .emboryo_process_bar__count {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 35px; }

.emboryo_process_bar__icon_icon_size_huge .emboryo_process_bar__count {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 60px; }

.emboryo_process_bar__count:before,
.emboryo_process_bar__count:after {
  content: '';
  position: absolute;
  top: -12.535%;
  left: -12.535%;
  width: 125.7%;
  height: 125.7%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: inherit;
  z-index: -1;
  -webkit-transform: scale(0.7954);
  -ms-transform: scale(0.7954);
  -moz-transform: scale(0.7954);
  -o-transform: scale(0.7954);
  transform: scale(0.7954);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-replace: none; }

.emboryo_process_bar__count:after {
  background: #f9ebeb;
  z-index: -2;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.emboryo_process_bar:hover .emboryo_process_bar__count:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.emboryo_process_bar:hover .emboryo_process_bar__count:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.emboryo_process_bar__title {
  padding-bottom: 0.5em; }

.emboryo_process_bar__link {
  margin-top: 10px; }

.emboryo_process_bar__link a {
  position: relative;
  padding-right: 25px; }

.emboryo_process_bar__link a:hover {
  color: inherit !important; }

.emboryo_process_bar__link a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 1px; }

.emboryo_process_bar__link a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.emboryo_process_bar__link a:after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(50% - 2px);
  top: -moz-calc(50% - 2px);
  top: calc(50% - 2px);
  right: 0;
  width: 4px;
  height: 4px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.emboryo_process_bar__title a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit; }

.emboryo_process_bar__text {
  padding-left: 10%;
  padding-right: 10%; }

@media only screen and (max-width: 768px) {
  .emboryo_process_bar + .emboryo_process_bar .emboryo_process_bar__count-container:before {
    left: 0; } }

/* end emboryo_process_bar */
/* vc_pie_chart */
.wpb_heading.wpb_pie_chart_heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px; }

.vc_pie_chart.color-white .wpb_pie_chart_heading,
.vc_pie_chart.color-white .vc_pie_chart_value {
  color: #ffffff; }

body .vc_pie_chart .vc_pie_chart_value {
  font-size: 36px;
  font-weight: 600;
  z-index: 3; }

body .vc_pie_chart .vc_pie_chart_back {
  border: 5px solid #eeeeee !important;
  opacity: 1 !important;
  width: -webkit-calc(100% - 1.5px) !important;
  width: -moz-calc(100% - 1.5px) !important;
  width: calc(100% - 1.5px) !important;
  height: -webkit-calc(100% - 1.5px) !important;
  height: -moz-calc(100% - 1.5px) !important;
  height: calc(100% - 1.5px) !important;
  top: 0.5px;
  left: 0.5px; }

body .vc_pie_chart.color-white .vc_pie_chart_back {
  border-color: rgba(255, 255, 255, 0.2) !important; }

body .vc_pie_chart canvas {
  display: block; }

/* end vc_pie_chart */
/* start Video popup */
.emboryo_module_video_popup {
  position: relative;
  z-index: 1; }
  .emboryo_module_video_popup .video_popup_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .emboryo_module_video_popup.button_align-left {
    text-align: left; }
    .emboryo_module_video_popup.button_align-left .video_popup_content {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .emboryo_module_video_popup.button_align-left.title_pos-right .video_popup_content {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .emboryo_module_video_popup.button_align-left.title_pos-top .video_popup_content, .emboryo_module_video_popup.button_align-left.title_pos-bot .video_popup_content {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
  .emboryo_module_video_popup.button_align-right {
    text-align: right; }
    .emboryo_module_video_popup.button_align-right .video_popup_content {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .emboryo_module_video_popup.button_align-right.title_pos-top .video_popup_content, .emboryo_module_video_popup.button_align-right.title_pos-bot .video_popup_content {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
  .emboryo_module_video_popup.button_align-center {
    text-align: center; }
    .emboryo_module_video_popup.button_align-center .video_popup_content {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .emboryo_module_video_popup.button_align-center.title_pos-right .video_popup_content {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .emboryo_module_video_popup.with_image .video_popup_content {
    z-index: 3;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 30px; }
  .emboryo_module_video_popup.title_pos-left .video_popup_title {
    margin-right: 20px; }
  .emboryo_module_video_popup.title_pos-right .video_popup_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .emboryo_module_video_popup.title_pos-right .video_popup_title {
    margin-left: 20px; }
  .emboryo_module_video_popup.title_pos-top .video_popup_title {
    margin-bottom: 20px; }
  .emboryo_module_video_popup.title_pos-top .video_popup_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .emboryo_module_video_popup.title_pos-bot .video_popup_title {
    margin-top: 20px; }
  .emboryo_module_video_popup.title_pos-bot .video_popup_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .emboryo_module_video_popup img {
    position: relative;
    z-index: 1;
    width: 100%; }
  .emboryo_module_video_popup .video_popup_title {
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .emboryo_module_video_popup .video_popup_link {
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66px;
    height: 66px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .emboryo_module_video_popup .video_popup_link:before {
      content: "";
      display: block;
      width: 100px;
      height: 100px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      z-index: -1;
      background: inherit;
      top: 50%;
      left: 50%;
      -webkit-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      opacity: 0;
      -webkit-transform: scale(0.8) translate(-50%, -50%);
      -moz-transform: scale(0.8) translate(-50%, -50%);
      -ms-transform: scale(0.8) translate(-50%, -50%);
      -o-transform: scale(0.8) translate(-50%, -50%);
      transform: scale(0.8) translate(-50%, -50%);
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .emboryo_module_video_popup .video_popup_link:hover:before {
      -webkit-animation: pulse-ring 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
      -moz-animation: pulse-ring 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
      -o-animation: pulse-ring 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
      animation: pulse-ring 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite; }
    .emboryo_module_video_popup .video_popup_link .video_popup_triangle {
      position: absolute;
      display: block;
      z-index: 1;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 18px;
      border-color: transparent transparent transparent #b9a9cd;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-40%, -50%);
      -moz-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
      -o-transform: translate(-40%, -50%);
      transform: translate(-40%, -50%); }
  .emboryo_module_video_popup .video_popup_wrapper_link {
    position: relative;
    z-index: 1;
    display: block; }
    .emboryo_module_video_popup .video_popup_wrapper_link:before {
      content: "";
      display: block;
      background-color: #000000;
      opacity: 0;
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .emboryo_module_video_popup .video_popup_wrapper_link:hover:before {
      opacity: 0.1; }
  .emboryo_module_video_popup.always-pulse-animation .video_popup_link:before {
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    -moz-animation: pulse-ring 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    -o-animation: pulse-ring 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite; }
  .emboryo_module_video_popup.always-pulse-animation .video_popup_link:hover:before {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none; }

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.67) translate(-50%, -50%);
    transform: scale(0.67) translate(-50%, -50%);
    opacity: 0.3; }
  50% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.3; }
  100% {
    -webkit-transform: scale(0.67) translate(-50%, -50%);
    transform: scale(0.67) translate(-50%, -50%);
    opacity: 0.3; } }

@-moz-keyframes pulse-ring {
  0% {
    -moz-transform: scale(0.67) translate(-50%, -50%);
    transform: scale(0.67) translate(-50%, -50%);
    opacity: 0.3; }
  50% {
    -moz-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.3; }
  100% {
    -moz-transform: scale(0.67) translate(-50%, -50%);
    transform: scale(0.67) translate(-50%, -50%);
    opacity: 0.3; } }

@-o-keyframes pulse-ring {
  0% {
    -o-transform: scale(0.67) translate(-50%, -50%);
    transform: scale(0.67) translate(-50%, -50%);
    opacity: 0.3; }
  50% {
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.3; }
  100% {
    -o-transform: scale(0.67) translate(-50%, -50%);
    transform: scale(0.67) translate(-50%, -50%);
    opacity: 0.3; } }

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.67) translate(-50%, -50%);
    -moz-transform: scale(0.67) translate(-50%, -50%);
    -o-transform: scale(0.67) translate(-50%, -50%);
    transform: scale(0.67) translate(-50%, -50%);
    opacity: 0.3; }
  50% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.3; }
  100% {
    -webkit-transform: scale(0.67) translate(-50%, -50%);
    -moz-transform: scale(0.67) translate(-50%, -50%);
    -o-transform: scale(0.67) translate(-50%, -50%);
    transform: scale(0.67) translate(-50%, -50%);
    opacity: 0.3; } }

/* emboryo_spacing */
.emboryo_spacing.responsive .emboryo_spacing-height {
  display: none; }

.emboryo_spacing.responsive .emboryo_spacing-height_default {
  display: block; }

@media only screen and (max-width: 1199px) {
  .emboryo_spacing.responsive .emboryo_spacing-height {
    display: none; }
  .emboryo_spacing.responsive .emboryo_spacing-height_desctop {
    display: block; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .emboryo_spacing.responsive .emboryo_spacing-height {
    display: none; }
  .emboryo_spacing.responsive .emboryo_spacing-height_tablet {
    display: block; } }

@media only screen and (max-width: 767px) {
  .emboryo_spacing.responsive .emboryo_spacing-height {
    display: none; }
  .emboryo_spacing.responsive .emboryo_spacing-height_mobile {
    display: block; } }

/* end emboryo_spacing */
/* emboryo_twitter */
.emboryo_twitter a:hover {
  color: inherit !important; }

.emboryo_twitter .twitter_icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1da1f2;
  float: right;
  font-size: 1.4em;
  padding-top: 0.1em; }

.emboryo_twitter .twitt_time,
.emboryo_twitter .twitt_title {
  opacity: 0.6; }

.emboryo_twitter .twitt_title {
  font-style: italic; }

.emboryo_twitter .twitter_icon:before {
  content: "\f099"; }

.emboryo_twitter .twitt_time {
  float: right; }

.emboryo_twitter .twitter_acc {
  text-transform: uppercase; }

.emboryo_twitter .twitter_footer {
  font-size: 0.92em; }

.emboryo_twitter .twitter_separator {
  display: block;
  width: 30px;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 15px 0; }

.emboryo_twitter .twitter_item + .twitter_item {
  padding-top: 30px; }

.emboryo_twitter .twitter_heading {
  margin-bottom: 15px; }

/* end emboryo_twitter */
/* Stripe Img */
.stripe_item {
  position: relative;
  z-index: 1;
  float: left;
  height: 400px;
  white-space: nowrap;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.stripe_item:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  margin-left: -3px; }

.stripe_item:after {
  content: '';
  direction: block;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.stripe_item:hover:after {
  opacity: 0.8; }

.stripe_item-wrapper {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  padding-right: 10.3%;
  padding-left: 10.3%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.stripe_item:hover .stripe_item-wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: all 0.3s; }

.emboryo_stripe-link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media only screen and (max-width: 1200px) {
  .stripe_item {
    width: 100% !important;
    height: auto !important;
    padding: 100px 20px; } }

/* ! Stripe Img */
/*-clients-*/
.emboryo_module_clients {
  text-align: center; }
  .emboryo_module_clients .clients_image {
    float: left;
    padding: 10px 0; }
  .emboryo_module_clients.items-1 .clients_image {
    width: 100%; }
    .emboryo_module_clients.items-1 .clients_image:nth-child(2) {
      clear: left; }
    .emboryo_module_clients.items-1 .clients_image:nth-child(n+3) {
      clear: left; }
  .emboryo_module_clients.items-2 .clients_image {
    width: 50%; }
    .emboryo_module_clients.items-2 .clients_image:nth-child(3) {
      clear: left; }
    .emboryo_module_clients.items-2 .clients_image:nth-child(2n+5) {
      clear: left; }
  .emboryo_module_clients.items-3 .clients_image {
    width: 33.33333%; }
    .emboryo_module_clients.items-3 .clients_image:nth-child(4) {
      clear: left; }
    .emboryo_module_clients.items-3 .clients_image:nth-child(3n+7) {
      clear: left; }
  .emboryo_module_clients.items-4 .clients_image {
    width: 25%; }
    .emboryo_module_clients.items-4 .clients_image:nth-child(5) {
      clear: left; }
    .emboryo_module_clients.items-4 .clients_image:nth-child(4n+9) {
      clear: left; }
  .emboryo_module_clients.items-5 .clients_image {
    width: 20%; }
    .emboryo_module_clients.items-5 .clients_image:nth-child(6) {
      clear: left; }
    .emboryo_module_clients.items-5 .clients_image:nth-child(5n+11) {
      clear: left; }
  .emboryo_module_clients.items-6 .clients_image {
    width: 16.66666%; }
    .emboryo_module_clients.items-6 .clients_image:nth-child(7) {
      clear: left; }
    .emboryo_module_clients.items-6 .clients_image:nth-child(6n+13) {
      clear: left; }
  .emboryo_module_clients img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .emboryo_module_clients.item_anim-zoom .clients_image img {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  .emboryo_module_clients.item_anim-zoom .clients_image:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .emboryo_module_clients.item_anim-opacity .clients_image img {
    opacity: 0.5; }
  .emboryo_module_clients.item_anim-opacity .clients_image:hover img {
    opacity: 1; }
  .emboryo_module_clients.item_anim-grayscale .clients_image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2; }
  .emboryo_module_clients.item_anim-grayscale .clients_image:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }
  .emboryo_module_clients.item_anim-contrast .clients_image:hover img {
    -webkit-filter: contrast(300%);
    filter: contrast(300%); }
  .emboryo_module_clients.item_anim-blur .clients_image:hover img {
    -webkit-filter: blur(1px);
    filter: blur(1px); }
  .emboryo_module_clients.item_anim-invert .clients_image:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%); }

/* emboryo_module_demo_item */
.emboryo_module_demo_item {
  margin-top: 20px; }
  .emboryo_module_demo_item .di_image-wrap {
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -moz-transition: transform 0.6s, -moz-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s;
    -webkit-box-shadow: 0px 0px 17px 7px rgba(34, 35, 40, 0.05);
    -moz-box-shadow: 0px 0px 17px 7px rgba(34, 35, 40, 0.05);
    box-shadow: 0px 0px 17px 7px rgba(34, 35, 40, 0.05);
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
    .emboryo_module_demo_item .di_image-wrap:hover {
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px); }
      .emboryo_module_demo_item .di_image-wrap:hover .di_image-link:before {
        opacity: 0.7; }
      .emboryo_module_demo_item .di_image-wrap:hover .di_button {
        opacity: 1; }
  .emboryo_module_demo_item .di_image-link {
    display: block; }
    .emboryo_module_demo_item .di_image-link:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      background: #222328;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .emboryo_module_demo_item .di_button {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0; }
    .emboryo_module_demo_item .di_button a {
      margin: 0; }
      .emboryo_module_demo_item .di_button a:hover {
        color: #ffffff; }
  .emboryo_module_demo_item .di_title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; }
  .emboryo_module_demo_item .di_subtitle {
    font-size: 80px;
    font-weight: 400;
    color: #eeeeee;
    line-height: 1; }
  .emboryo_module_demo_item .di_title {
    font-size: 24px;
    margin-left: -50px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  .emboryo_module_demo_item.coming_soon {
    pointer-events: none; }
    .emboryo_module_demo_item.coming_soon .di_image-link:before {
      opacity: 0.7; }
  .emboryo_module_demo_item .di_label {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    font-size: 28px;
    opacity: 0.7; }

/* R E S P O N S I V E */
@media only screen and (max-width: 1200px) {
  .container {
    width: 950px; }
  .bpt_module_team.team-col_5 .team-item {
    width: 25%; } }

@media only screen and (max-width: 1024px) {
  .footer .row .span3 {
    margin-bottom: 30px; }
  .bpt_module_team.info_under_image .team-item_info {
    padding: 10px 20px; } }

@media only screen and (max-width: 992px) {
  .container {
    width: 728px; }
  .bpt_module_team.team-col_5 .team-item,
  .bpt_module_team.team-col_4 .team-item {
    width: 33.33333%; } }

@media only screen and (max-width: 767px) {
  .container {
    width: 560px; }
  .footer_top-area .row [class*=span] + [class*=span] {
    margin-top: 35px; }
  .sidebar-container {
    padding-top: 35px; }
  ol.commentlist li .stand_comment {
    padding-left: 60px; }
  ol.commentlist li ul li.comment {
    margin-left: 30px; }
  ol.commentlist li .commentava {
    left: -60px;
    height: 40px;
    width: 40px; }
  .mobile_text_center {
    text-align: center; }
  .format-standard .blog-post_wrapper,
  .format-audio .blog-post_wrapper,
  .format-quote .blog-post_wrapper,
  .format-link .blog-post_wrapper {
    padding: 24px 24px 24px 24px; }
  .standard.sticky-post,
  .format-standard.sticky-post .blog-post_wrapper {
    padding: 12px 12px 12px 12px;
    border-width: 12px; }
  .row .bpt_portfolio_list-item {
    padding-right: 0 !important; }
  .bpt_portfolio_list-container.container-grid {
    margin-right: 0 !important; }
  .bpt_module_team.team-col_5 .team-item,
  .bpt_module_team.team-col_4 .team-item,
  .bpt_module_team.team-col_3 .team-item {
    width: 50%; }
  .bpt_module_team.with_shadow.team-col_5 .team-item,
  .bpt_module_team.with_shadow.team-col_4 .team-item,
  .bpt_module_team.with_shadow.team-col_3 .team-item {
    width: 100%; } }

@media only screen and (max-width: 600px) {
  .container {
    width: 420px; }
  div[id*=wpadminb] {
    top: -46px !important; }
  .banner_404 {
    font-size: 160px; } }

@media only screen and (max-width: 480px) {
  .container {
    width: 90%; }
  .prev_next_links .fleft,
  .prev_next_links .fright {
    float: none;
    padding-bottom: 15px; }
  .prev_next_links .fleft a,
  .prev_next_links .fright a {
    text-align: center; }
  .prev_next_links span i {
    display: none !important; }
  .bpt-page-title__content .page_title,
  .bpt-page-title__content .emboryo_breadcrumb,
  .bpt-page-title__content .page_sub_title {
    display: block; }
  .bpt_module_team.team-col_5 .team-item,
  .bpt_module_team.team-col_4 .team-item,
  .bpt_module_team.team-col_3 .team-item,
  .bpt_module_team.team-col_2 .team-item {
    width: 100%; }
  ol.commentlist li ul li .stand_comment,
  ol.commentlist li ul li ul li .stand_comment {
    margin-left: 0; }
  .commentlist .comment_info {
    padding-right: 40px; } }

@media only screen and (min-width: 1201px) {
  .custom_counter_border > div .vc_column-inner {
    position: relative; }
  .custom_counter_border > div .vc_column-inner:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.23);
    content: '';
    display: block; }
  .custom_counter_border > div:last-child .vc_column-inner:after {
    display: none; }
  .custom_counter_border .icon-position-right,
  .custom_counter_border .icon-position-left {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .custom_counter_border .stat_count_wrapper {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 auto !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important; } }

@media only screen and (min-width: 768px) {
  .custom_iconbox_border > div .vc_column-inner {
    position: relative; }
  .custom_iconbox_border > div .vc_column-inner:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #f0f0f0;
    content: '';
    display: block; }
  .custom_iconbox_border > div:last-child .vc_column-inner:after {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body .vc_pie_chart .vc_pie_chart_value {
    font-size: 24px; } }

.theme-gradient #back_to_top {
  border-width: 0px; }

.theme-gradient input[type="submit"],
.theme-gradient button {
  padding-top: 13px;
  padding-bottom: 13px; }

.theme-gradient input[type="submit"],
.theme-gradient button,
.theme-gradient .load_more_item,
.theme-gradient .woocommerce .widget_price_filter .price_slider_amount button.button,
.theme-gradient .woocommerce .widget_shopping_cart .buttons a, .theme-gradient .woocommerce.widget_shopping_cart .buttons a,
.theme-gradient .emboryo_404_button a,
.theme-gradient .woocommerce a.button.alt,
.theme-gradient .woocommerce .cart .button, .theme-gradient .woocommerce .cart input.button,
.theme-gradient .woocommerce-message .button,
.theme-gradient .woocommerce #respond input#submit,
.theme-gradient .bpt-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout),
.theme-gradient #back_to_top {
  border-width: 0;
  color: #ffffff !important; }

.theme-gradient input[type="submit"]:hover,
.theme-gradient button:hover,
.theme-gradient .load_more_item:hover,
.theme-gradient .woocommerce .widget_shopping_cart .buttons a:hover, .theme-gradient .woocommerce.widget_shopping_cart .buttons a:hover,
.theme-gradient .woocommerce .widget_price_filter .price_slider_amount button.button:hover,
.theme-gradient .woocommerce #respond input#submit:hover,
.theme-gradient .woocommerce a.button.alt:hover,
.theme-gradient .woocommerce-message .button:hover,
.theme-gradient .emboryo_404_button a:hover,
.theme-gradient .bpt-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout):hover,
.theme-gradient #back_to_top:hover {
  background-position: 100% !important; }
