/*
 * vBook - Flip Book vCard Resume Template
 * Author: jjworks
 * Author URL: https://themeforest.net/user/jjworks
 */

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––– 
Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
- General
  - Headings
  - Icon Font
  - Icon Box
  - Button
  - Background Image
  - Loader
- Site Navigation
- Sections
  - Profile
  - Resume / Timeline
  - Skills / Progress Bar
  - Pricing Table
  - Portfolio Gallery
  - Blog
  - Contact
–––––––––––––––––––––––––––––––––––––––––––––––––– 
*/


/*
General
==================================================================================================== */

body {

  font-size: 12px;
  line-height: 16px;
  position: relative;
}

[dir="rtl"] body {
  text-align: right;
}

@media (min-width: 292px) {
  body {
    background-color: #4f748b;
    background-image: linear-gradient(53deg, rgba(0, 0, 0, .5), rgba(255, 255, 255, .5));
    background-blend-mode: overlay;
    background-size: 3840px 2160px;
    background-position: center;
    height: 100vh;
    z-index: -1;
  }
}

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button{
  background: transparent;
  border: none;
  outline: none;
}

p.lead {
  font-size: 1rem;
}

b,
strong {
  font-weight: 700;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: currentColor;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

a:hover,
a:focus {
  color: #009bdb;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul.list-style,
ol.list-style {
  padding: 0 0 1rem 1rem;
}

[dir="rtl"] ul.list-style,
[dir="rtl"] ol.list-style {
  padding: 0 1rem 1rem 0;
}

:focus {
  outline: none;
}

blockquote {
  border-left: 4px solid #009bdb;
  padding: 0 1rem;
}

[dir="rtl"] blockquote {
  border-left: none;
  border-right: 4px solid #009bdb;
}

[dir="rtl"] dd {
  margin-right: 0;
}


/* Headings
============================================= */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.4;
  text-rendering: optimizelegibility;
}

p{margin-bottom: 10px;}

h4,.h4{font-size: 16px;}

/* Icon Font
============================================= */

.icon {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: currentColor;
  line-height: 1;
  text-align: center;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  speak: none;
  width: 1em;
  height: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Icon Box
============================================= */

.icon-box {
  padding-bottom: 10px;
}

@media (max-width: 291px) {
  .icon-box {
    text-align: center;
  }
}

.icon-box-icon {
  font-size: 40px;
  line-height: 40px;
}

.icon-box-content h4 {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.5rem;
}


/* Button
============================================= */

.btn {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 1.375rem 2rem;
  border-radius: 0;
}

.btn-sm {
  padding: 1rem 2rem;
}

.btn-lg {
  padding: 2rem 3rem;
}


/* Background Image
============================================= */

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

canvas {
  display: block;
  vertical-align: bottom;
}


/* Loader
============================================= */

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #4f748b;
  z-index: 9999;
  overflow: hidden;
}

.loader {
  width: 50px;
  height: 50px;
  background-color: #009bdb;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align: middle;
  -webkit-animation: loading 1s infinite ease-in-out;
  animation: loading 1s infinite ease-in-out;
}

@-webkit-keyframes loading {
  from { transform: scale(0); opacity: 1; }
  to   { transform: scale(1); opacity: 0; }
}

@keyframes loading {
  from { transform: scale(0); opacity: 1; }
  to   { transform: scale(1); opacity: 0; }
}


/*
Site Navigation
==================================================================================================== */

.site-nav {
  z-index: 999;
}

.site-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav.dark-nav ul li a {
  color: #f47a22;
}

.site-nav ul li a span {
  display: block;
  width: 100%;
}

.site-nav ul li a span.icon {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
}

@media (min-width: 292px) {
  .site-nav.right {
    opacity: 0;
    visibility: hidden;

  }
    .site-nav.left {
    opacity: 0;
    visibility: hidden;
  }
  .fullscreen{
    opacity: 0;
    visibility: hidden;
  }

  [dir="rtl"] .site-nav {
    left: 0;
    right: auto;
  }

  .book-open .bb-nav-prev,
  .book-open .bb-nav-next,
  .book-open .fullscreen,
  .blog .site-nav,
  .single .site-nav,
  .book-open .site-nav {
    opacity: 1;
    visibility: visible;
    display: block;
  }


  .site-nav ul {
    flex-direction: column;
  }
  .site-nav ul li a {
    display: block;
    padding: 0.25rem 0 0.75rem;
  }
  .site-nav ul li:first-child a {
    padding-top: 1rem;
  }
  .site-nav ul li:last-child a {
    padding-bottom: 1rem;
  }
  .site-nav ul li a span.icon {
    font-size: 24px;
    height: 40px;
    line-height: 40px;
  }
}

.site-nav ul li a span.text {
  font-size: 0.625rem;
  text-transform: uppercase;
}

@media (max-width: 291px) {
  .site-nav ul {
    justify-content: space-around;
  }
  .site-nav ul li {
    width: 100%;
  }
  .site-nav ul li a span.text {
    display: none;
  }
}


/* Sections
==================================================================================================== */

@media (min-width: 292px) {
  .main > .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .main > .container-fluid {
    padding-right: 70px;
    padding-left: 70px;
  }
}

.section-block {
  padding: 40px 15px 0;
}

@media (min-width: 292px) {
  .section-block:last-child {
    padding-bottom: 32px;
  }
}

@media (max-width: 291px) {
  .blog .section-block {
    padding-top: 75px;
  }
}
.main > .container-fluid > .section-block:first-child {
  padding-top: 60px;
}

.section-block .title {
  font-weight: 700;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 6px;
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 7px 1rem 0 0;
  z-index: 0;
}

[dir="rtl"] .section-block .title {
  padding: 7px 0 0 1rem;
}

.section-block .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  width: calc(100% + 50px);
  height: 40px;
  background-color: #019bdb;
  z-index: -1;
}

[dir="rtl"] .section-block .title::before {
  left: auto;
  right: -50px;
}

.section-block .title-lg {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

@media (min-width: 292px) {
  .section-block {
    padding: 30px 10px;
  }
  .main > .container-fluid > .section-block:first-child {
    padding-top: 4rem;
  }
  .section-block .title-lg {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

.slimScrollBar {
  width: 5px !important;
  opacity: 0.2 !important;
  /*display: block !important;*/
  border-radius: 5px !important;
  z-index: 999 !important;
}

[dir="rtl"] .slimScrollBar {
  left: 1px !important;
  right: auto !important;
}


/* Profile
============================================= */

.profile {
  position: relative;
  height: 100vh;
  padding: 5.25rem 1.5rem 1.5rem;
  background-color: #000;
}

@media (min-width: 292px) {
  .profile {
    display: none;
  }
}

.profile::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background-color: #019bdb;
}

.profile .card {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.profile-avatar {
  position: relative;
  width: 100%;
  background-position: top center;
  flex: 1 1 auto;
  height: auto;
}

.profile .card-body {
  position: relative;
  width: 100%;
  background-color: #019bdb;
  color: #fff;
  padding: 1.5rem 1.5rem 0;
  max-height: 253px;
  flex: 0 0 253px;
}

.profile-name {
  position: absolute;
  top: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0% 0%;
  width: 100%;
  left: 0;
  padding: 2rem 1.5rem 1rem;
}

.profile-name h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  max-width: calc(100% - 60px);
}

@media (max-width: 359px) {
  .profile-name h1 {
    font-size: 1.625rem;
  }
}

.profile-job,
.profile-location {
  margin: 0;
}

.profile-job {
  font-weight: 700;
}

.profile-counters {
  text-align: center;
  padding: 2rem 0 30px;
}

.profile-counters span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.profile-counters > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-height: 560px) {
  .profile .card-body {
    max-height: 227px;
  }
  .profile-counters {
    padding: 1.25rem 0 1rem;
  }
}

.profile-counters h5 {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}

[dir="rtl"] .profile-counters h5 {
  font-size: 0.75rem;
}

.card-footer {
  border: none;
  border-radius: 0 !important;
  background-color: #fff;
  color: #333;
  margin: 0 -1.5rem;
  padding: 0;
  text-align: center;
}

.card-nav ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-nav ul li {
  width: 100%;
}

.card-nav ul li a span {
  display: block;
  width: 100%;
}

.card-nav ul li a span.icon {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
}

.btn-floating {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: auto;
  right: 1.5rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffbdb8;
  color: #000 !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

[dir="rtl"] .btn-floating {
  left: 1.5rem;
  right: auto;
}

.card .btn-floating .icon {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}

.info-list {
  display: block;
}

.info-list li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 292px) {
  .info-list {
    display: flex;
    flex-wrap: wrap;
  }
  .info-list li:nth-of-type(1),
  .info-list li:nth-of-type(3) {
    margin-right: 30px;
  }
  [dir="rtl"] .info-list li:nth-of-type(1),
  [dir="rtl"] .info-list li:nth-of-type(3) {
    margin-right: 0;
    margin-left: 30px;
  }
  .info-list li {
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
}

.info-list li span {
  color: #019bdb;
}


/* Resume / Timeline
============================================= */

.timeline {
  position: relative;
  border-left: 2px solid #ececec;
  margin: 0 0 0 4px;
  padding: 0 0 0 25px;
}

[dir="rtl"] .timeline {
  border-left: 0;
  border-right: 2px solid #ececec;
  margin: 0 4px 0 0;
  padding: 0 25px 0 0;
}

.timeline-item {
  position: relative;
  padding-bottom: 1rem;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  left: -31px;
  top: 3px;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #fff;
  background-color: #019bdb;
}

[dir="rtl"] .timeline-item::before {
  left: auto;
  right: -31px;
}

.timeline-content {
  position: relative;
}

.timeline-content .timeframe {
  display: block;
  color: #999;
  font-size: 0.6875rem;
  line-height: 1;
  padding-top: 2px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .timeline-content .timeframe {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .timeline-content .timeframe {
    padding: 0.125rem 0 0.5rem;
  }
}

.timeline-content h4.name {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline-content .location {
  display: block;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.675rem;
}


/* Skills / Progress Bar
============================================= */

.progress {
  position: relative;
  margin-bottom: 25px;
  letter-spacing: 1px;
  background-color: #ebebeb;
  overflow: visible;
  border-radius: 0;
}

.progress-info {
  /*font-weight: 500;*/
  letter-spacing: 0.05em;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.progress-bar {
  width: 0;
  color: currentColor;
  font-size: 14px;
  background-color: #019bdb;
  /*background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #1f1f1f);*/
}

.progress,
.progress-bar {
  height: 4px;
}

@media (min-width: 768px) {
  .progress,
  .progress-bar {
    height: 5px;
  }
}


/* Color variations */

.progress-bar-green {
  background-color: #03af60;
}

.progress-bar-blue {
  background-color: #3b5997;
}

.progress-bar .value {
  color: #b7b7b7;
  position: absolute;
  right: 0;
  bottom: 18px;
}

@media (min-width: 768px) {
  .progress-bar .value {
    bottom: 19px;
  }
}


/* Pricing Table
============================================= */

.pricing-table {
  padding: 1.5rem 1.5rem 2rem;
  border: 1px solid #e1e1e1;
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 292px) {
  .pricing-table {
    margin-bottom: 0;
  }
  .pricing-table.right {
    border-left-width: 0;
  }
  [dir="rtl"] .pricing-table.right {
    border-left-width: 1px;
    border-right-width: 0;
  }
}

@media (min-width: 292px) and (max-width: 1199px) {
  .pricing-table {
    padding: 1.5rem 1.5rem 2rem;
  }
}

.pricing-table .name {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.pricing-table .price {
  margin-bottom: 1rem;
}

.pricing-table .price > * {
  display: inline-block;
  position: relative;
}

.pricing-table .price .currency {
  vertical-align: top;
}

.pricing-table .price .amount {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}

.pricing-table .price .period {
  vertical-align: bottom;
  bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-width: 292px) and (max-width: 1199px) {
  .pricing-table .price .currency {
    top: 0;
  }
  .pricing-table .price .period {
    font-size: 0.625rem;
    bottom: 0;
  }
}

.pricing-table .feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-table .feature-list > li {
  padding: 0.75rem 0;
  border-top: 1px solid #e1e1e1;
}

.pricing-table .feature-list > li.no {
  text-decoration: line-through;
  color: #999;
}

.pricing-button {
  margin-top: 0.75rem;
}

.funfact {
  text-align: center;
}

.client-block {
  padding: 15px;
}


/* Portfolio Gallery
============================================= */

.works-filter {
  list-style: none;
  padding: 0 0 15px;
}

.works-filter li {
  display: inline-block;
  margin-right: 15px;
}

.works-filter li:last-child {
  margin-right: 0;
}

.works-filter li a {
  color: currentColor;
}

.works-filter li a.active {
  color: #2a2a2a;
}

.works-container {
  margin: 0 -15px;
}

.works-container {
  padding: 0;
  overflow: hidden;
}

@media (min-width: 292px) {
  .works-container {
    min-height: 420px;
    padding-bottom: 1rem;
  }
}

.works-item {
  margin: 15px;
  padding: 0;
  width: calc(100% - 30px);
  overflow: hidden;
  position: relative;
}

@media (min-width: 415px) {
  .works-item {
    width: calc(50% - 30px);
    float: left;
  }
}

@media (max-width: 767px) {
  .works-item-inner {
    display: none;
  }
}

@media (min-width: 768px) {
  .works-item-inner {
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .works-item:hover .works-item-inner {
    opacity: 1;
  }
  .works-item-caption {
    width: 100%;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .works-item-inner h4 {
    color: #272727;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 2px;
  }
  .works-item-inner h5 {
    color: #a5a5a5;
    font-size: 14px;
    font-style: italic;
  }
  .works-item-inner h4,
  .works-item-inner h5 {
    opacity: 0;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .works-item:hover .works-item-inner h4,
  .works-item:hover .works-item-inner h5 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.mfp-wrap.works-modal-container {
  width: 100%;
}

@media (min-width: 292px) {
  .mfp-wrap.works-modal-container {
    width: 768px;
    margin-left: -384px;
    left: 50%;
  }
}

[dir="rtl"] .mfp-content {
  text-align: right;
}

[dir="rtl"] .mfp-close {
    right: auto;
    left: 0;
}

[dir="rtl"] .mfp-image-holder .mfp-close,
[dir="rtl"] .mfp-iframe-holder .mfp-close {
    right: auto;
    left: -6px;
    padding: 0;
    padding-left: 6px;
    text-align: left;
}

.works-modal {
  background-color: #fff;
}

.works-modal-content {
  padding: 2.5rem 3rem;
}


/* Blog
============================================= */

.post-thumbnail {
  position: relative;
}

.post-thumbnail > a {
  position: relative;
  display: block;
}

@media (max-width: 291px) {
  .post-image {
    width: 100%;
    height: 60vh;
  }
}

.post-heading {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 1.25rem 0;
  color: #fff;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0% 0%;
  z-index: 1;
}

.single .post-heading {
  position: relative;
  padding: 0;
  color: currentColor;
  background: none;
}

.post-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 0;
}

@media (min-width: 268px) and (max-width: 291px) {
  .post-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem
  }
}

.single .post-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .single .post-title {
    font-size: 2rem;
  }
}

.post-title a {
  display: block;
}

.post-title a:hover,
.post-title a:focus {
  color: #ddd;
}

.post ul.post-meta {
  display: block;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  color: #999;
}

.single ul.post-meta {
  margin: 0 0 2rem 0;
}

.post ul.post-meta > li {
  display: inline-block;
}

.post ul.post-meta > li:not(:last-child) {
  margin-right: 8px;
}

.post-content {
  position: relative;
  padding: 1.5rem 0;
}

.single .post-content {
  padding: 0 0 1.5rem;
}

@media (max-width: 767px) {
  .post-content {
    display: none;
  }
  .single .post-content {
    display: block;
  }
}

.single .post-content > a,
.single .post-content > p a {
    color: #00abff;
}

.single .post-content > a:hover,
.single .post-content > p a:hover {
    color: currentColor;
}

.post-content > .dropcap:first-letter {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1em;
  float: left;
  margin-right: 0.625rem;
}

.post-content img {
  margin: 0.75rem 0;
}

img.alignleft {
  float: left;
  margin: 0.75rem 1.25rem;
  margin-left: 0;
}

img.alignright {
  float: right;
  margin: 0.75rem 1.25rem;
  margin-right: 0;
}

@media (min-width: 768px) {
  img.alignleft,
  img.alignright {
    max-width: 50%;
  }
}

h4.comments-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.comments {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comments li {
  margin-bottom: 1.5rem;
  border-radius: .3rem;
}

.comments li ul {
  padding: 1rem;
  background-color: #f8f8f8;
  border-radius: .3rem;
  margin-left: 48px;
  list-style: none;
}

[dir="rtl"] .comments li ul {
  margin-left: 0;
  margin-right: 48px;
}

.comments li ul li {
  margin-bottom: 0;
}

.comment-avatar {
  width: 48px;
  height: 48px;
  float: left;
}

[dir="rtl"] .comment-avatar {
  float: right;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  padding: 0.625rem 0;
  margin-left: 4rem;
}

[dir="rtl"] .comment-content {
  margin-left: 0;
  margin-right: 4rem;
}

.comments li ul li .comment-content {
  padding: 0.625rem 0 0;
}

.comment-meta {
  font-size: 0.9rem;
  color: #999;
}


/* Contact
============================================= */

.contact-form {
  margin-bottom: 60px;
}

.form-control,
.form-control:focus {
  color: #999;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.form-control {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  border-color: #e1e1e1;
  border-width: 0 0 2px;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
}

.form-control::-webkit-input-placeholder {
  color: currentColor;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: currentColor;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: currentColor;
}

.form-control:-ms-input-placeholder {
  color: currentColor;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

label {
  margin-bottom: 0;
}

.form-group label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  font-size: 0;
}

.row .form-group label {
  left: 15px;
  width: calc(100% - 30px);
}

.form-group label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: currentColor;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

[dir="rtl"] .form-group label::after {
  left: auto;
  right: 0;
}

.form-group .form-control:focus + label::after {
  width: 100%;
}

.send-status {
  padding: 0 15px;
}

.send-status > p {
  display: none;
  margin: 0 0 2rem;
  padding: 0.5rem 1.25rem;
}

.contact-info > div {
  padding-bottom: 1rem;
}

.contact-info span {
  display: block;
}

.contact-info p {
  font-weight: 700;
  margin-bottom: 0;
}


/* google maps */

#map-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

#map {
  width: 100%;
  height: 300px;
  margin: 0;
}

@media (min-width: 768px) {
  #map-wrapper,
  #map {
    height: 500px;
  }
}

@media (min-width: 292px) {
  #map-wrapper,
  #map {
    height: 100%;
  }
}

.mj-logo{
    background-repeat: no-repeat;
    background-size: contain;
}
.fullscreen  svg{
  width: 1.5em;
  height: 1.5em;
  vertical-align: -webkit-baseline-middle;
}

.fullscreen{
  float: right;
  width: 40px;
  height: 40px;
}

.fullscreen li{
  list-style: none;
}

.strap{
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  font-style: italic;
  text-align: center;
  color: #4f748b;
  text-shadow: -1px -1px rgba(255, 255, 255, 0.5);
}

.strap p{
  margin: 0;
    bottom: -12px;
    position: relative;
}

.page-logo {
    max-width: 125px;
    float: right;
    top: -25px;
    position: absolute;
    left: 20px;
    height: 80px;
    overflow: hidden;
}

ul{
  margin-left: 20px;
  list-style: circle;
}

.book-open .bb-nav-prev:hover, .book-open .bb-nav-next:hover{
  opacity: 0.7;
}

.bb-item a{color: #4f748b;}
.bb-item a:hover{color: #ee7626;}
.page-number{
    position: absolute;
    right: 55px;
    z-index: 1;
    top: 21px;
    font-weight: bold;
    font-size: 14px;
    color: #4f748b;
}

li{margin-bottom: 5px;}

.section-block {
  background-image: url(../img/icon-peep-compressor.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 57%;
    height: 100%;
}

.hidestrapline .strap p{display: none;}

#team.section-block{height: auto!important;}

.webdt .bb-custom-side-space-bottom{display: none;}

h5.quote-style {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    color: #5c2a1f;
    width: 61%;
    float: right;
    font-size: 22px;
    font-style: normal;
    font-style: italic;
}

h5.qm {
    font-size: 50px;
    margin: 0;
    line-height: unset;
}

p.quote-style {
text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    color: #000;
    width: 67%;
    float: right;
    font-size: 32px;
    line-height: 36px;
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
{
ul li p{font-size: 10px;margin-bottom: 4px;}
p{font-size: 10px;margin-bottom: 4px;}
li{font-size: 10px;margin-bottom: 4px;}
.section-block .title{font-size: 16px;}
h4{font-size: 14px;}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
ul li p{font-size: 10px;margin-bottom: 4px;}
p{font-size: 10px;margin-bottom: 4px;}
li{font-size: 10px;margin-bottom: 4px;}
.section-block .title{font-size: 16px;}
h4{font-size: 14px;}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px){
ul li p{font-size: 10px;margin-bottom: 4px;}
p{font-size: 10px;margin-bottom: 4px;}
li{font-size: 10px;margin-bottom: 4px;}
.section-block .title{font-size: 16px;}
h4{font-size: 14px;}
  
}












