
body {
  color: #1f1f1f;
  font: normal 16px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1.5;
}
.icon_accent_color {
  /*fill: #2C2F33;*/
  fill: #ccc;
}
.icon_accent_color {
  fill: #2196f3;
}
.svg {
  height: 50px;
}
.svg .cs .icon_accent_color {
  fill: #007f41;
}
.svg .rs .icon_accent_color {
  fill: #673ab7;
}
.icon_default_color {
  /*fill: #2C2F33;*/
  fill: #ccc;
}
a {
  color: #e53935;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover, a:focus {
  color: #ba2833;
  outline: none;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  margin-bottom: 20px;
}
p.lead {
  font-size: 24px;
  font-weight: 200;
}
p:last-child {
  margin-bottom: 0;
}
ul, ol {
  margin-bottom: 20px;
}
blockquote {
  padding-top: 0;
  padding-bottom: 0;
  border-color: #2196f3;
}
blockquote small {
  color: inherit;
}
pre {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
/*  Section
 ==================================================*/
.section {
  /*padding: 100px 0;*/
  padding: 15px 0;
  margin-top: 100px;
}
.active-section {
  top: 80px;
}
.navbar.active-section {
  top: 0 !important;
}
/*  Button & Label
 ==================================================*/
.alert {
  color: #fff;
  border: none;
}
[class^="alert-"] .alert-link, [class*=" alert-"] .alert-link {
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}
.btn, .label {
  font-weight: 300;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:hover, .btn:focus {
  outline: none;
  background: red;
}
.btn-link {
  color: #2196f3;
}
.btn-link:hover, .btn-link:focus {
  color: #ba2833;
}
.btn-default, .label-default {
  background-color: #1f1f1f;
  border-color: #454545;
  color: #fff;
}
.btn-default:hover, .btn-default:focus {
  border-color: #1f1f1f;
  background-color: #454545;
  color: #fff;
}
.btn-success, .label-success, .alert-success {
  background-color: #007f41;
  border-color: #2ecc71;
}
.btn-success:hover, .btn-success:focus {
  border-color: #27ae60;
  background-color: #27ae60;
}
.btn-primary, .label-primary {
  background-color: #e53935;
  border-color: #e53935;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #ba2833;
  border-color: #ba2833;
}
.btn-info, .label-info, .alert-info {
  background-color: #2196f3;
}
.btn-info:hover, .btn-info:focus {
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-warning, .label-warning, .alert-warning {
  background-color: #e67e22;
  border-color: #e67e22;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: #d35400;
  border-color: #d35400;
}
.btn-danger, .label-danger, .alert-danger {
  background-color: #673ab7;
  border-color: #673ab7;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #512da8;
  border-color: #512da8;
}
.btn-action {
  font-size: 35px;
}
.m-t-lg {
  margin-top: 80px;
}
/*  Tab & Collapse Skin
 ==================================================*/
.tab-pane {
  padding: 15px 0;
  margin-bottom: 5px;
}
.nav-tabs {
  border-bottom-color: #efefef;
}
.nav-tabs > li > a {
  padding: 10px 0;
  margin-right: 30px;
  color: inherit;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.nav .open > a {
  background: transparent;
  border: none;
  border-color: rgba(255, 255, 255, 0);
}
.nav .open > a:hover, .nav .open > a:focus {
  background: transparent;
  border: none;
  border-color: rgba(255, 255, 255, 0);
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #efefef;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color: #2196f3;
  background: transparent;
}
.nav-tabs > li.active > a {
  background: transparent;
  border: none;
  color: #2196f3;
  border-bottom: 1px solid #2196f3;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: transparent;
  border: none;
  color: #2196f3;
  border-bottom: 1px solid #2196f3;
}
.nav-pills > li.active > a {
  background-color: #2196f3;
}
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #2196f3;
}
.nav .caret, .nav a:hover .caret {
  border-top-color: #2196f3;
  border-bottom-color: #2196f3;
}
.dropdown-menu > .active > a {
  background-color: #2196f3;
}
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #2196f3;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #bdc3c7;
}
.navbar-inverse .navbar-toggle {
  background-color: #454545;
  border-color: #1f1f1f;
  margin-top: 23px;
}
.navbar-inverse .navbar-toggle:focus {
  outline: none;
}
.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.panel-default {
  border-color: #efefef;
}
.panel-default:last-child {
  margin-bottom: 25px;
}
.panel-default > .panel-heading {
  background: #efefef;
  color: inherit;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
/*  Form
 ==================================================*/
label {
  font-weight: 300;
}
.input-group {
  margin-bottom: 10px;
}
.form-control {
  font-weight: 300;
  border-color: #efefef;
  background-color: #efefef;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form-control[disabled], .form-control[readonly] {
  background-color: #efefef;
}
fieldset[disabled] .form-control {
  background-color: #efefef;
}
.form-control[disabled]:hover, .form-control[readonly]:hover {
  background-color: #efefef;
}
fieldset[disabled] .form-control:hover {
  background-color: #efefef;
}
.form-control[disabled]:focus, .form-control[readonly]:focus {
  background-color: #efefef;
}
fieldset[disabled] .form-control:focus {
  background-color: #efefef;
}
.form-control:hover, .form-control:focus {
  outline: none;
  border-color: #efefef;
  background-color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.form-control:-moz-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #bdc3c7;
  font-weight: 300;
}
.input-group-addon {
  background-color: #fff;
  border-color: #efefef;
  color: #efefef;
}
[class^="has-"] .form-control, [class*=" has-"] .form-control {
  color: #fff;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #2ecc71;
}
.has-success .form-control {
  border-color: #2ecc71;
  background-color: #2ecc71;
}
.has-success .form-control:hover, .has-success .form-control:focus {
  border-color: #2ecc71;
  background-color: #fff;
  color: #2ecc71;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #e67e22;
}
.has-warning .form-control {
  border-color: #e67e22;
  background-color: #e67e22;
}
.has-warning .form-control:hover, .has-warning .form-control:focus {
  background-color: #fff;
  border-color: #e67e22;
  color: #e67e22;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #e74c3c;
}
.has-error .form-control {
  border-color: #e74c3c;
  background-color: #e74c3c;
}
.has-error .form-control:hover, .has-error .form-control:focus {
  background-color: #fff;
  border-color: #e74c3c;
  color: #e74c3c;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#error {
  display: none;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ba2833;
  color: #fff;
  text-align: center;
}
#success {
  display: none;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}
.logo_oscar {
  margin: -20px;
  /*height: 50px;*/
}
.payment_success {
  padding: 10px;
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}
/*  Header
 ==================================================*/
#header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
/* Footer
 ==================================================*/
#footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  min-height: 40px;
  max-height: 100px;
  width: 100%;
  background: #1f1f1f;
  color: #fff;
  text-align: center;
}
.summary {
  background-color: #e53935;
  color: #fff;
  padding: 10px;
}
.summary span {
  padding: 10px 20px;
}
.summary button {
  margin-left: 5px;
}
/*  Parallax Background
 ==================================================*/
#parallax {
  height: 620px;
  width: 100%;
  top: 0;
  color: #fff;
  text-align: center;
  position: fixed;
  z-index: -100;
  background: #ba2833;
  /*  background-image: url('../images/_img.png'), radial-gradient(at bottom, #c91e29 12%,  $accent_color);*/
  background-image: url('../images/_img.png');
}
/*  Navbar
 ==================================================*/
.navbar-inverse {
  /*    background-color: rgba(255,255,255,0.9);*/
  background-color: #fff;
  border: none;
}
.navbar-inverse .navbar-brand {
  padding: 30px 15px;
  margin-right: 30px;
  color: inherit;
  height: auto !important;
  /*
   img{
   border:1px solid red;
   margin: -25px 0;
   }*/
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #000;
}
.navbar-right button {
  margin: 23px 0;
}
.navbar-nav > li > a {
  padding: 30px 0;
  margin: 0 15px;
}
.navbar-inverse .navbar-nav > li > a {
  color: inherit;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0);
  color: #e53935;
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0);
  color: #e53935;
}
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0);
  color: #e53935;
}
.header-button {
  margin-left: 15px;
}
.calltoaction {
  font-size: 1.7em;
}
.my_icon {
  width: 120px;
}
.bigtxt {
  font-size: 24px;
  font-weight: 200;
}
.txt_centered {
  text-align: center;
}
/*  Hero
 ==================================================*/
#hero {
  margin-top: 70px;
  padding: 0;
}
#hero .lp-element {
  padding: 80px 50px;
  background-color: rgba(186, 40, 51, 0.9);
  color: #fff;
}
#hero .lp-element h1, #hero .lp-element .lead {
  text-shadow: 1px 2px rgba(0, 0, 0, 0.7);
}
#hero h1 {
  font-size: 60px;
}
#hero p.lead {
  font-size: 1.8em;
}
/*  Features
 ==================================================*/
#features {
  background-color: #fff;
  color: #57595b;
  font-family: 'Roboto';
}
.overview {
  text-align: center;
}
.overview h1 {
  text-transform: uppercase;
}
.service-block {
  text-align: center;
}
.overview .lead {
  margin: 40px 10%;
  margin-bottom: 80px;
}
.service-block {
  margin-bottom: 30px;
}
.service-block .glyphicon {
  font-size: 60px;
  margin-bottom: 20px;
}
.error {
  text-align: center;
}
.error h1 {
  text-transform: uppercase;
  color: #e53935;
}
/*  Image
 ==================================================*/
#image {
  background-color: #efefef;
}
/*  Gallery
 ==================================================*/
#gallery {
  background-color: #454545;
  color: #fff;
  padding-bottom: 70px;
}
#gallery img {
  width: 100%;
  height: auto;
}
#gallery a {
  margin-bottom: 30px;
  display: block;
}
#gallery a:hover {
  opacity: 0.5;
}
/*  Newsletter
 ==================================================*/
.faq-block {
  margin: 0 80px;
}
/*  Slider
 ==================================================*/
#slider {
  background-color: #efefef;
}
.carousel-control {
  color: #e53935;
  opacity: 1;
  text-shadow: none;
}
.carousel-control.left, .carousel-control.right {
  background-image: none;
}
.carousel-control:hover {
  color: #ba2833;
}
.carousel-indicators li {
  border-color: #454545;
  margin: 0 2px;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0 2px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.carousel-indicators .active {
  height: 15px;
  width: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0 2px;
  background-color: #454545;
  border: 1px solid #454545;
}
.carousel.slide {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.carousel-inner blockquote {
  border: none;
  text-align: center;
  padding: 40px 15%;
}
.carousel-inner blockquote small {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.carousel-inner blockquote p {
  font-size: 24px;
}
.carousel-control .glyphicon {
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 20px;
}
.carousel-indicators {
  bottom: -20px;
}
.carousel-control {
  background: transparent;
  position: absolute;
  top: 50%;
  margin-top: 0px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  height: 40px;
  width: 40px;
}
/*  Newsletter
 ==================================================*/
#newsletter {
  text-align: center;
}
#newsletter .overview p.lead {
  margin: 30px 10%;
  margin-bottom: 40px;
}
#newsletter form {
  width: 50%;
  margin: 0 25%;
}
/* HEADERS
 ========================================================
 */
.content_wrapper {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  height: 326px;
}
.content_text {
  padding: 20px;
  color: #fff;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 1.2em;
  min-width: 300px;
  width: 40%;
}
/*
 .section_header_blu {
 background-color: #0068BB;
 background-image: url("../images/header_blu.png");
 background-position: center center;
 background-repeat: repeat;
 height: 215px;
 margin-top: 80px;
 }
 */
.section_header {
  background-color: #0068bb;
  background-image: url("../images/header_blu.png");
  background-position: center center;
  /* background-repeat: no-repeat;*/
  overflow: hidden;
  padding: 20px;
  margin-top: 80px;
  min-height: 220px;
}
.section_header.cs {
  background-color: #007f41;
  background-image: url("../images/header_green.png");
}
.section_header.rs {
  background-color: #673ab7;
  background-image: url("../images/header_purple.png");
}
.content_logo {
  min-width: 300px;
  width: 60%;
}
.section_logo {
  /*
   width:360px;
   height: 220px;*/
  max-height: 100%;
  max-width: 100%;
}
.section_light {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #e53935;
  /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 10px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
 .section_header_customer_satisfaction {
 background-color: #007F41;
 background-image: url("../images/header_customersatisfaction.png");
 background-position: 100% 100%;
 background-repeat: no-repeat;
 height: 326px;
 margin-top: 80px;
 }
 .section_header_revenue_sales {
 background-color: #f4f4f4;
 background-image: url("../images/header_revenuesales.png");
 background-position: center center;
 background-repeat: no-repeat;
 height: 448px;
 }
 */
.section_demo_banner {
  margin: 0 auto;
  padding: 0;
  background-color: #c82436;
  background-image: url("../images/header_request_demo.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 197px;
}
/* STEP BADGES
 ==================================================
 */
.step-bg {
  background: #f4f4f4;
  border-radius: 4px;
  padding: 20px;
  width: 120px;
  margin: 10px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-bg img {
  width: 80px;
}
.step-badge {
  margin-top: -30px;
  margin-left: 20px;
  border-radius: 50%;
  background-color: #2196f3;
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  font-size: 24px !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-badge.cs {
  background-color: #1cb469;
}
.step-badge.rs {
  background-color: #673ab7;
}
/* ONBOARDING BOX
 ========================================================
 */
.onboarding_text {
  color: #454545;
}
.onboarding_title {
  color: #57595b;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: UPPERCASE;
  font-size: 1em;
  text-align: center;
  margin: 0 auto;
}
/* FEATURE LIST
 ========================================================
 */
.feature_list_row {
  margin-bottom: 10px;
}
.feature_list_icon {
  flex: 1 0 100px;
  /* background: #f4f4f4;
   img {
   width: 80px;
   }
   */
}
.icon-bg {
  background: #f4f4f4;
  border-radius: 50%;
  text-align: center;
  width: 90px;
  height: 90px;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-bg img {
  width: 80px;
}
.feature_list_text {
  text-align: left;
  color: #454545;
  padding: 5px;
}
/* PRICE TABLE
 ===========================================
 */
.price-table * {
  box-sizing: border-box;
}
/* Create three columns of equal width */
.price-table-columns {
  float: left;
  width: 25%;
  padding: 8px;
}
/* Style the list */
.price-table-price {
  list-style-type: none;
  border: 1px solid #f4f4f4;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* Add shadows on hover */
.price-table-price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}
/* Pricing header */
.price-table-price .header {
  background-color: #2b2b2b;
  color: white;
  font-size: 18px;
  min-height: 85px;
}
/* List items */
.price-table-price li {
  border-bottom: 1px solid #eee;
  padding: 14px;
  text-align: center;
}
/* Grey list item */
.price-table-price .grey {
  background-color: #f4f4f4;
  font-size: 18px;
}
.price-table-price .enphasis {
  background-color: #f4f4f4;
  font-size: 24px;
}
/* The "Sign Up" button */
.price-table-button {
  background-color: #1f1f1f;
  border: none;
  color: white;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}
.price-table-button:hover, .price-table-button:focus {
  color: white;
}
.suggested .header {
  background-color: #e53935;
  color: white;
  font-size: 18px;
}
.suggested .price-table-button {
  background-color: #ddd;
}
.suggested .price-table-price {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  /*border: 2px solid $main_color;*/
}
.suggested .price-table-price .enphasis {
  /*  background-color: $text_color; */
  background-color: #e53935;
  color: #fff;
  font-size: 24px;
}
.striked {
  text-decoration: line-through;
}
.mh-l {
  margin: 0 20px;
}
.structure_logo {
  max-height: 150px;
  margin: 20px auto;
}
.flex-centered {
  display: flexbox;
  justify-content: center;
  align-items: center;
  float: none;
  clear: both;
  text-align: center;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.paypalbutton {
  display: inline-block;
  padding: 16px 24px;
  width: auto;
}
/* Change the width of the three columns to 100%
 (to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
  .price-table-columns {
    width: 100%;
  }
}
/*
 PRICE TABLE 2
 */
.pt {
  padding: 20px;
}
.pt .plan.first {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px !important;
}
.pt .plan.last {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pt .plan .enphasis {
  color: #1f1f1f;
}
.pt .plan.recommended {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pt .plan.recommended .head {
  /*margin-bottom: 20px;*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.pt .plan.recommended .enphasis {
  color: #fff;
  background-color: #e53935;
}
.pt .plan.recommended .enphasis h4 {
  color: #eee;
}
.pt.attached .col-sm-4, .pt.attached .col-md-4, .pt.attached .col-sm-3, .pt.attached .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}
.pt.attached .plan {
  border-radius: 0;
}
.pt.attached .plan .head {
  border-radius: 0;
}
.pt.attached .plan.last {
  border-bottom-right-radius: 4px;
}
.pt.attached .plan.last .head {
  border-top-right-radius: 4px;
}
.pt.attached .plan.first {
  border-bottom-left-radius: 4px;
}
.pt.attached .plan.first .head {
  border-top-left-radius: 4px;
}
.pt.attached .plan.recommended {
  border-radius: 4px;
}
.pt.attached .plan.recommended .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.plan {
  box-shadow: 0 2px 2px rgba(10, 10, 10, 0.3) !important;
  min-height: 100px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding-bottom: 25px;
  text-align: center;
}
.plan .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-transform: uppercase;
  padding: 12px 16px;
  background: #1f1f1f;
  color: #fff;
}
.plan .head h1, .plan .head h2, .plan .head h3 {
  padding: 0;
  margin: 0;
  font-weight: 100;
}
.plan .price {
  background: #eee;
  margin: 0 auto 30px auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.plan .price h3 {
  font-size: 42px;
  vertical-align: top;
  line-height: 1;
}
.plan .price h3 .symbol {
  font-size: 28px;
  vertical-align: top;
  position: relative;
  margin: 6px 0 0 -7px;
  display: inline-block;
}
.plan .price h3 .iva {
  font-size: 28px;
  vertical-align: bottom;
  position: relative;
  margin: 0 -7px 0 6px;
  display: inline-block;
}
.plan .price h4 {
  color: #666;
  font-size: 18px;
}
.plan.recommended {
  margin-top: 6px;
  box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
  position: relative;
  z-index: 99;
  border-radius: 4px;
}
.plan.recommended .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #e53935;
}
.pt ul {
  list-style-type: none;
  padding: 20px;
  margin-top: 2px;
}
.pt ul li {
  border-bottom: 1px solid #eee;
  padding: 14px;
  text-align: center;
}
/*  Responsive
 ==================================================*/
@media (max-width: 991px) {
  .service-block {
    margin-bottom: 30px;
  }
  #image img.img-responsive {
    margin-left: auto;
    margin-right: auto;
  }
  .faq-block {
    margin: 0 60px;
  }
  .navbar-nav > li > a {
    margin: 0 7px;
  }
}
@media (max-width: 767px) {
  .service-block, .img-responsive, .carousel {
    margin-bottom: 30px;
  }
  .overview .lead {
    margin-left: 0;
    margin-right: 0;
  }
  .container {
    max-width: 690px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .faq-block {
    margin: 0 50px;
  }
  .navbar-nav > li > a {
    padding: 10px;
  }
  .header-button {
    margin: 0;
  }
  .navbar-right button {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4, .carousel-inner blockquote p {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .bigtxt, p.lead {
    font-size: 18px;
  }
  .section {
    padding: 60px 0;
  }
  .overview p.lead {
    margin-bottom: 40px;
  }
  .service-block, .img-responsive, .carousel {
    margin-bottom: 30px;
  }
  .overview .lead {
    margin-left: 0;
    margin-right: 0;
  }
  .container {
    max-width: 690px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #newsletter form {
    width: 100%;
    margin: 0;
  }
  .input-lg, .btn-lg {
    font-size: 12px;
    height: 37px;
  }
  .faq-block {
    margin: 0 40px;
  }
  .calltoaction {
    font-size: 1.5em !important;
    height: auto !important;
    text-align: center;
    margin: 0 auto;
  }
  .logo_oscar {
    margin: -25px 0;
    /*height: 50px;*/
  }
  #parallax {
    background: #ba2833;
    display: none !important;
  }
  #hero {
    height: auto !important;
  }
  #hero .lp-element {
    background: #ba2833;
    margin: -50px;
  }
}
@media (max-width: 490px) {
  .container {
    max-width: 430px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #hero .lp-element {
    margin-left: -30px;
    margin-right: -30px;
  }
  #hero h1 {
    font-size: 38px;
  }
  #hero .bigtxt, #hero p.lead {
    font-size: 1.5em;
  }
  #gallery .col-xs-6 {
    width: 50%;
  }
  .faq-block {
    margin: 0;
  }
}

/* =Notifications
-------------------------------------------------------------- */

.notification {
    float: left;
    display: none;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 18px;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.notification p {
    float: left;
    padding: 0;
    margin: 0;
}

.notification.success {
    border: 1px solid #b3dc82;
}

.notification.success p {
    color: #5f9025;
}

.notification.error {
    border: 1px solid #fbc4c4;
}

.notification.error p {
    color: #de5959;
}

.notification .close {
    float: right;
    text-indent: -999em;
    width: 9px;
    height: 9px;
    margin-top: 10px;
}

.notification.success .close {
    background: url(../images/icons/close-success.png) no-repeat;
}

.notification.error .close {
    background: url(../images/icons/close-error.png) no-repeat;
}

