@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@font-face {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    /*font-family: "Avenir Next Cyr W00 Thin It";
    src: url("../fonts/Avenir Next Cyr W00 Thin It.eot");*/ /* IE9*/
    /*src: url("../fonts/Avenir Next Cyr W00 Thin It.eot?#iefix") format("embedded-opentype"),*/ /* IE6-IE8 */
    /*url("../fonts/Avenir Next Cyr W00 Thin It.woff2") format("woff2"),*/ /* chrome firefox */
    /*url("../fonts/Avenir Next Cyr W00 Thin It.woff") format("woff"),*/ /* chrome firefox */
    /*url("../fonts/Avenir Next Cyr W00 Thin It.ttf") format("truetype"),*/ /* chrome firefox opera Safari, Android, iOS 4.2+*/
    /*url("../fonts/Avenir Next Cyr W00 Thin It.svg#Avenir Next Cyr W00 Thin It") format("svg");*/ /* iOS 4.1- */
}
/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   2.2
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
body {
    color: #676a6c;
    font-family: 'Ubuntu', sans-serif;
    /*font-family: "Avenir Next Cyr W00 Thin It" !important, helvetica, arial, sans-serif;*/
    /*font-family: 'Open Sans', helvetica, arial, sans-serif;*/
    /*background: url(/Content/img/header_one.jpg) 100% no-repeat;*/
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
span.navy {
  color: #1ab394;
}
p.text-color {
  color: #676a6c;
}
a.navy-link {
  color: #1ab394;
  text-decoration: none;
}
a.navy-link:hover {
  color: #17a185;
}
section p {
  color: #aeaeae;
  font-size: 13px;
}
address {
  font-size: 13px;
}
h1 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 200;
}
.navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #1ab394;
}
.navy-bg {
  background-color: #1ab394;
  color: #ffffff;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-default.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0;
}
.navbar-default {
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-default .nav li a {
  color: #fff;
  /*font-family: 'Open Sans', helvetica, arial, sans-serif;*/
  font-size: 14px;
  text-transform: uppercase;
}
.navbar-nav > li > a {
  padding-top: 25px;
  border-top: 6px solid transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
  border-top: 6px solid #1ab394;
}
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
}
.navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
  background: transparent;
  color: inherit;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background: #17a185;
  color: #fff;
}
.navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  background: #1ab394;
  padding: 15px 20px 15px 20px;
  border-radius: 0 0px 5px 5px;
  transition: all 0.3s ease-in-out 0s;
  /*font-family: 'Open Sans', helvetica, arial, sans-serif;*/
}
.navbar-scroll.navbar-default .nav li a {
  color: #676a6c;
}
.navbar-scroll.navbar-default .nav li a:hover {
  color: #1ab394;
}
.navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7eaec;
  border-radius: 0;
}
.nav > li > a {
  padding: 25px 10px 15px 10px;
}

.nav > li.userBox {
    max-width: 215px;
}
.navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px;
}
.navbar.navbar-scroll .navbar-brand {
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  height: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 600px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 470px;
  /*background-color: #777;*/
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 470px;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control {
  width: 6%;
}
.carousel-inner .container {
  position: relative;
}
.carousel-inner {
  overflow: visible;
}
.carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}
.carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}
.carousel-caption.blank {
  top: 140px;
}
.carousel-image {
  position: absolute;
  /*right: 10px;*/
  top: 100px;
}
.carousel-indicators {
  padding-right: 60px;
}
.carousel-caption h1 {
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: -1.5px;
}
.carousel-caption p {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}
.caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.caption-link:hover {
  text-decoration: none;
  color: inherit;
}
/* Sections
------------------------- */
.services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}
.features-block {
  margin-top: 40px;
}
.features-text {
  margin-top: 40px;
}
.features small {
  color: #1ab394;
}
.features h2 {
  font-size: 18px;
  margin-top: 5px;
}
.features-text-alone {
  margin: 40px 0;
}
.features-text-alone h1 {
  font-weight: 200;
}
.features-icon {
  color: #1ab394;
  font-size: 40px;
}
.navy-section {
  margin-top: 60px;
  background: #1ab394;
  color: #fff;
  padding: 20px 0;
}
.gray-section {
  background: #f4f4f4;
}
.team-member {
  text-align: center;
}
.team-member img {
  margin: auto;
}
.social-icon a {
  background: #1ab394;
  color: #fff;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50px;
}
.social-icon a:hover {
  background: #17a185;
}
.img-small {
  height: 88px;
  width: 88px;
}
.pricing-plan {
  margin: 20px 30px 0 30px;
  border-radius: 4px;
}
.pricing-plan.selected {
  transform: scale(1.1);
  background: #f4f4f4 ;
}
.pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #aeaeae;
}
.pricing-plan .pricing-price span {
  font-weight: 700;
  color: #1ab394;
}
li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px ;
}
li.pricing-title {
  background: #1ab394;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600;
}
.testimonials {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #1ab394;
  background-image: url('../img/avatar_all.png');
}
.big-icon {
  font-size: 56px;
}
.features .big-icon {
  color: #1ab394;
}
.contact {
    /*float: left;
    width: 100%;*/
    background: #fff;
}
/* Buttons - only primary custom button
------------------------- */
.btn-default {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.btn-info.btn-outline {
    /*color: #23c6c8;*/
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 20px;
  /*font-weight: 600;*/
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #18a689;
  border-color: #18a689;
  color: #0f75bd;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .carousel-image {
    /*display: none;*/
    width: 95% !important;
  }
}
@media (max-width: 768px) {
    .carousel-caption,
    .carousel-caption.blank {
        left: 5%;
        top: 80px;
    }

        .carousel-caption h1 {
            font-size: 28px;
        }

    .navbar.navbar-scroll .navbar-brand {
        margin-top: 6px;
    }

    .navbar-default {
        background-color: #fff;
        border-color: #fff;
        padding: 15px 0;
    }

        .navbar-default .navbar-nav > .active > a:focus {
            background: transparent;
            color: inherit;
        }

        .navbar-default .nav li a {
            color: #676a6c;
        }

            .navbar-default .nav li a:hover {
                color: #1ab394;
            }

    .navbar-wrapper .navbar {
        padding-top: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #e7eaec;
        border-radius: 0;
    }

    .nav > li > a {
        padding: 25px 10px 15px 10px;
    }

    .navbar-nav > li > a {
        padding: 20px 10px;
    }

    .navbar .navbar-brand {
        margin-top: 6px;
        border-radius: 5px;
        font-size: 12px;
        padding: 10px;
        height: auto;
    }

    .navbar-wrapper .navbar {
        padding-left: 15px;
        padding-right: 5px;
        width: calc(100vw);
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover {
        color: inherit;
    }

    .carousel-control {
        display: none;
    }

    .page {
        padding-top: 190px !important;
    }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
/* MARGINS & PADDINGS
-------------------------------------------------- */
.p-xxs {
  padding: 5px;
}
.p-l-xxs {
  padding-left: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
/* PACE PLUGIN
-------------------------------------------------- */
.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
section.timeline {
  padding-bottom: 30px;
}
section.comments {
  padding-bottom: 80px;
}
.comments-avatar {
  margin-top: 25px;
  margin-left: 22px;
}
.comments-avatar .commens-name {
  font-weight: 600;
  font-size: 14px;
}
.comments-avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}
.bubble {
  position: relative;
  height: 120px;
  padding: 20px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-style: italic;
  font-size: 14px;
}
.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 14px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 30px;
}
/* New Timeline style */
.vertical-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.vertical-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  height: 98%;
  width: 4px;
  background: #f1f1f1;
}
.vertical-timeline-content .btn {
  float: right;
}
#vertical-timeline.light-timeline:before {
  background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent ;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent  transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #f5f5f5;
}
@media only screen and (min-width: 1170px) {
  #vertical-timeline.center-orientation {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px;
  }
}
@media only screen and (max-width: 1170px) {
  .center-orientation.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
  }
}
.vertical-timeline-block {
  position: relative;
  margin: 1.5em 0;
}
.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-block:first-child {
  margin-top: 0;
}
.vertical-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-block {
    margin: 4em 0;
  }
  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0;
  }
  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #f1f1f1;
  text-align: center;
}
.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px;
  }
  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px;
  }
  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden;
  }
}
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
}
.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px;
}
.vertical-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500;
}
.vertical-date small {
  color: #1ab394;
  font-weight: 400;
}
.vertical-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 18px;
  }
  .vertical-timeline-content p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .center-orientation .vertical-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .center-orientation .vertical-timeline-content .btn {
    float: left;
  }
  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 2px;
    font-size: 14px;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden;
  }
}

/*.box-get-started {
    min-height: 150px;
    padding: 15px;
    float: right;
    width: 41.66666667%;
    background-color: #fff;
    opacity: 1 !important;
    border-radius: 10px;
}*/

.box-get-started {
    padding: 15px;
    float: left;
    background-color: #e7eaec;
    opacity: initial;
    border-radius: 10px;
    opacity: 0;
}

.form-inline .form-control {
    width: 100%;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.country {
    background-color: #131c4f !important;
    color: #ffffff !important;
    min-width: 120px;
}

.full-width {
    width: 100% !important;
}

.block {
    display: block;
}

/* iBOX */
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.ibox.selected {
    border: 2px solid #1ab394;
}
.ibox a {
    text-decoration: none;
}
.ibox-content {
    clear: both;
}
.ibox.collapsed .ibox-content {
    display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}
.ibox:after,
.ibox:before {
    display: table;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}
.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

/* E-COMMERCE */
.product-box {
    padding: 0;
    border: 1px solid #e7eaec;
}
.product-box:hover,
.product-box.active {
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 3px 7px 0px #a8a8a8;
    -moz-box-shadow: 0px 3px 7px 0px #a8a8a8;
    box-shadow: 0px 3px 7px 0px #a8a8a8;
}
.product-imitation {
    text-align: center;
    padding: 90px 0;
    background-color: #f8f8f9;
    color: #bebec3;
    font-weight: 600;
}
.product-imitation.xl {
    padding: 120px 0;
}
.product-desc {
    padding: 20px;
    position: relative;
}


.white-bg {
    background-color: #ffffff;
}

.page-heading {
    border-top: 0;
    padding: 0px 10px 20px 10px;
}
.wrapper {
    padding: 17px 20px 0px 15px;
}
.wrapper-content {
    padding: 20px 10px 40px;
}
.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}
/*.breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 0;
}*/
.breadcrumb > li a {
    color: inherit;
}
.breadcrumb > .active {
    color: inherit;
}

.pace-done .navbar-static-side, .pace-done .nav-header, .pace-done li.active, .pace-done #page-wrapper, .pace-done .footer {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

h2 {
    font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

/* CONTACTS */
.contact-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    padding: 20px;
    margin-bottom: 20px;
}
.contact-box > a {
    color: inherit;
}
.contact-box.center-version {
    border: 1px solid #e7eaec;
    padding: 10px;
    height: 250px;
}
.contact-box.center-version > a {
    display: block;
    padding: 20px;
    /*background-color: #ffffff;
    text-align: center;*/
}
.contact-box.center-version > a:hover, .contact-box.center-version > a:focus {
    text-decoration: none;
}
.contact-box.center-version > a img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact-box.center-version address {
    margin-bottom: 0;
    text-align: left;
}
.contact-box .contact-box-footer {
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #e7eaec;
    padding: 15px 20px;
}
.gray-bg {
    background-color: #f3f3f4;
}

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}
.btn {
    border-radius: 3px;
}

/*BTN WHITE*/
.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
    color: inherit;
    border: 1px solid #d2d2d2;
}
.btn-white:active,
.btn-white.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}
.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
    color: #cacaca;
}
.modal-backdrop {
    bottom: -200%;
}
.img-circle {
    border-radius: 10%;
}
.nav-header a {
    color: #DFE4ED;
}
body.mini-navbar.fixed-sidebar .profile-element, .block {
    display: block !important;
}
.clear {
    display: block;
    overflow: hidden;
}

.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  /*font-size: 12px;*/
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal;
}
.dropdown-menu > li > a.font-bold {
  font-weight: 600;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.dropdown > a {
    text-decoration: none;
    text-transform: none !important;
    font-weight: normal;
    font-size: 12px;
}

a {
    cursor: pointer;
}

.blue-bg {
    background-color: #1c84c6;
    color: #ffffff;
}

.vertical-timeline-icon.default {
    background-color: #f5f5f5;
    color: #808080;
}
.vertical-timeline-icon.done {
    background-color: #1ab394;
    color: #ffffff;
}
.vertical-timeline-icon.current {
    background-color: #f8ac59;
    color: #ffffff;
}
.vertical-timeline-icon.editing {
    background-color: #f8ac59;
    color: #ffffff;
}
.recipient-box {
    height: 200px;
    padding-top: 70px;
}
.rounded-icon {
  /*position: absolute;
  top: 0;
  left: 0;*/
  margin-left: 40%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #f1f1f1;
  text-align: center;
}
.rounded-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}
.box-content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

/*tr:hover {
    cursor: pointer;
}*/

.btn-xs, .btn-group-xs>.recipient-button {
    padding: 5px 7px;
    font-size: 14px;
}

.dropdown-menu-lg {
    /*width: 420px;
    padding: 15px 0px;*/
    padding: 0px;
    /*width: 100%;*/
    max-height: 358px;
    overflow-y: auto;
}

.dropdown-menu-lg > li:hover{
    background: #E2E6E8;
}

.dropdown-menu-lg > li > ul {
  padding: 0;
  margin: 0;
}

.dropdown-menu-lg > li > a {
    font-size: 1.5em;
    line-height: 35px;
    margin: 5px 10px;
    padding: 9px 18px;
    color: #262626!important;
}

.dropdown-menu-lg > li > a:hover {
    background: #E2E6E8;
}

.dropdown-menu-lg > li > ul > li {
  list-style: none;
}
.dropdown-menu-lg > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-lg > li ul > li > a:hover,
.dropdown-menu-lg > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-lg .disabled > a,
.dropdown-menu-lg .disabled > a:hover,
.dropdown-menu-lg .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-lg .disabled > a:hover,
.dropdown-menu-lg .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-lg .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-lg {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-lg > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-lg > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-lg .dropdown-header {
    padding: 3px 15px !important;
  }
}

.btn-group-wrapper .btn-default {
    color: #18a689;
    background-color: transparent;
    border-color: #18a689;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.btn-group-wrapper a:hover, .bootstrap-wrapper a:focus {
    color: #18a689;
    text-decoration: underline;
}
.btn-group-wrapper a:active, .bootstrap-wrapper a:hover {
    outline: 0;
}
.btn-group-wrapper a {
    color: #18a689;
    text-decoration: underline;
    font-weight: 600;
    text-decoration: none;
}
.btn-group-wrapper a {
    background-color: transparent;
}

.btn-lg {
    font-size: 15px !important;
    height: 42px !important;
}
.input-group-lg>.input-group-btn>.btn {
    font-size: 15px !important;
    height: 46px !important;
}

.form-group-lg .form-control {
    font-size: 15px;
    height: 42px;
}

.form-control {
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.contact-box.selected {
    border: 1px solid #1ab394 !important;
}

/* ui-Grid custom */
.ui-grid {
    border: 0px solid #d4d4d4 !important;
    font-size: 14px !important;
    /*font-family: 'Open Sans', sans-serif;*/
}
.ui-grid-top-panel {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F5F5F6), color-stop(1, #F5F5F6)) !important;
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    -webkit-border-top-right-radius: -1px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: -1px;
    -moz-border-radius-topright: -1px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: -1px;
    border-top-right-radius: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: -1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ui-grid-header-cell {
    position: relative;
    box-sizing: border-box;
    background-color: inherit;
    border-right: 0px solid !important;
    border-color: #ebebeb;
    display: table-cell;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0;
    font-weight: bold;
}
.ui-grid-cell {
    border-right: 0px solid !important;
    /*border-bottom: 1px solid #ebebeb !important;*/
}
.ui-grid-cell > label {
    margin: 12px;
    position: absolute;
}
.ui-grid-row:hover {
    background-color: #e7eaec !important;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: transparent !important;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: transparent !important;
}

.ui-grid-row, .ui-grid-cell, .ui-grid-cell .ui-grid-vertical-bar {
    min-height: 45px !important;
}
.ui-grid-cell-contents {
    padding: 8px !important;
    /*white-space: normal !important;*/
    background: #fff !important;
    /*display: inline-block;*/
    vertical-align: middle;
    /*line-height: normal;*/
    height: auto !important;
    line-height: 2.3;
    cursor: pointer;
}
.ui-grid-pager-control button {
    height: 25px;
    min-width: 26px;
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
    border-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.ui-grid-pager-control span {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    /* float: left; */
    line-height: 1.5;
    margin-left: -1px;
    padding: 4px 15px;
    position: relative;
    text-decoration: none;
    vertical-align: text-bottom;
}

.ui-grid, .ui-grid-viewport {
  height: auto !important;
}

.ui-grid-pager-panel {
    position: inherit !important;
    height: 35px;
    border-top: 1px solid #DDDDDD;
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number {
    vertical-align: middle !important;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline;
    height: 26px;
    width: 50px;
    vertical-align: top;
}

/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
  background: #ffffff;
  box-shadow: none !important;
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #e5e6e7;
  border-radius: 6px;
  cursor: text;
  height: 42px !important;
  margin: 0 !important;
  min-height: 30px;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  width: 100%;
  color: #676a6c !important;
  font-size: 18px !important;
  background-image: none !important;
  line-height: 1.20 !important;
}
.chosen-container-single .chosen-default {
    color: #999 !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background: #f1f1f1;
  border: 1px solid #ededed;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

/*CUSTOM CHOSEN CSS*/
.chosen-container {
    width: 100% !important;
}
.chosen-container-multi .chosen-choices {
    padding: 2px 10px !important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px !important;
    min-height: 45px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 5px 5px 5px 5px !important;
    padding: 5px 20px 5px 5px !important;
    border: 1px solid #e5e6e7 !important;
    line-height: 20px !important;
    color: #676a6c !important;
    font-size: 18px !important;
    background-image: none !important;
    box-shadow: none !important;
    background-color: #f5f5f5 !important;
}

.chosen-container-single .chosen-drop {
    margin-top: -6px !important;
    margin-left: 0px !important;
    border: 1px solid #e5e6e7 !important;
}

.chosen-container .chosen-results {
    max-height: 380px !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #676a6c !important;
}

.chosen-container .chosen-results li {
    line-height: 20px;
    font-size: 15px;
}

.chosen-container-single .chosen-single div {
    margin: 5px 5px 5px 5px !important;
}

.chosen-container-single .chosen-single div b {
    margin: 5px 5px 5px 5px !important;
}

.chosen-container-single .chosen-single span {
    margin: 5px 5px 5px 5px !important;
    padding: 5px 16px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 10px !important;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 5px !important;
}

.has-error .chosen-container-multi .chosen-choices {
    border-color: #a94442;
}

.has-error .chosen-container-single .chosen-single {
    border-color: #a94442;
}
.no-border {
    border: 0;
}

.login-size {
    width: 300px;
}

.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
    z-index: auto;
}

div#menuPainelAdm a {
    padding: 10px;
}

.tdImg img {
    width: 250px;
}

.fundoHome {
    height: 500px;
    background-size: cover !important;
}

.sliderFundoHome {
    
}

/* BACKGROUNDS SLIDER
-------------------------------------------------- */
.header-back {
    width: 100%;
    margin: 67px 0 0 0;
}

section.sendMoney {
    float: left;
    width: 100%;
    position: absolute;
    top: 110px;
    z-index: 2;
}

section#how-it-works {
    float: left;
    width: 100%;
    margin: 30px 0;
}

section#contact {
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    /*padding: 15px;*/
    /*width: 100%;*/
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #3c4f5a;
    color: #FFF;
}

.marginTop{
    margin-top: 10px;
}

.marginBottom{
    margin-bottom: 10px;
}

.alert{
    padding: 10px;
}

div#menuPainelAdm {
    padding: 0 15px 0 0;
}

section#how-it-works img {
    width: 100%;
}

div#menuPainelAdm nav {
    padding: 0px 0 100px 0;
}

.marginRight{
    margin-right: 10px;
}

div#contentPanelAdm {
    margin: 0 0 0 0;
}

.boxPage img{
    width: 100%;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #FFF;
}

.col-md-offset-4_5 {
  margin-left: 29.175%;
}

.dropdownCountry{
    top: 112px;
}

.formLabelBlock label{
    display: block;
}

.navbar-brandImage img {
    width: 80px;
    max-width: 100%;
}
.navbar-brandImage {
    text-align: center;
    background: none !important;
    border: none;
    padding: 0 !important;
}

.materialpicker-colors {
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  border: 1px solid #FFF;
  border-radius: 2px;
  display: inline-block;
  box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  cursor: default;
}
.materialpicker-colors div.selected {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 4px #000;
  border: 2px solid #FFF;
}
div.materialpicker-white.selected {
  border-color: #78909C;
}
.colorpicker-preview {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
}
.materialpicker.ng-invalid .materialpicker-colors {
  border-color: #a94442;
  box-shadow: 0 1px 5px #a94442;
}

.textAreaFormControl {
    height: 100px !important;
}

.contactForm .form-group {
    float: left;
    width: 100%;
}

.logoTopMenu {
    height: 66px;
    width: 180px;
    background-size: contain !important;
}

.header-backWithoutImage {
    height: 550px;
    background: #f4f4f4;
    width: 100%;
}

.rowLang {
    line-height: 35px;
}

.aLang{
    padding: 3px 20px;
}

.dropdowMenuLang{
    height: 210px;
    overflow-y: scroll;
}

.app-modal-window .modal-dialog {
    width: 500px;
}

.botao-menor-pra-ficar-centralizado-na-tela-de-login {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 980px) { 
    .fundoHome {
        height: 550px;
    }
    .modal-dialog {
        margin: 30px auto;
        width: 300px;
    }

    .botao-menor-pra-ficar-centralizado-na-tela-de-login {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .app-modal-window .modal-dialog {
        width: 100%;
    }

}

/*classes aux*/

.beneficiaries{

}

.Allbeneficiaries{

}


.btnAdd{

}

.title{

}

.bordaSpan{

}

/**/

.dropdown-menu-minor {
    padding: 0px;
    width: 100%;
}

.wrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.checkbox label::after {
    margin-top: -4px;
}*/

@media (max-width: 767px) {
    .navbar-nav {
        background-color: #fff;
        max-width: none !important;
        width: calc(100vw);
        transform: translateX(0);
        padding: 0 16px 16px;
        display: flex;
        flex-direction: column;
        max-height: 100%;
        margin: 0;
        position: fixed;
        height: 100%;
        top: 0;
        overflow-y: scroll;
        transition: transform .35s ease;
        left: 0;
    }
}

/* Payer Card */
.payer-card {
    position: relative;
    font-size: 1.1rem;
    border: 1px solid #0f75bd;
    border-radius: .85rem !important;
    cursor: pointer;
}

    .payer-card.selected {
        border: 2.3px solid #0f75bd;
    }

.payer-card-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    background-color: #69c15f;
    color: #FFF;
}

/* Send Money */

.icon-warning {
    font-size: 40px;
    color: red
}

.card-program {
    border-radius: 25px;
    background: #e3ebda;
    border: 1px solid #d8d8d8;
    height: 100px;
    color: black;
    padding: 30px;
    margin-top: 50px;
}

.embed-responsive-full {
    padding-bottom: 65%;
}

@media (max-width: 992px) {
    .embed-responsive-full {
        padding-bottom: 180%;
    }
}