* {
  font-family: Lato !important;
}
#mh_blink {
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 14px;
}
.container {
  *zoom: 1;
  width: auto;
  max-width: 980px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  padding: 0px 18px;
  margin: 32px auto;
}

.container:before,
.container:after {
  content: "";
  display: table;
}

.container:after {
  clear: both;
}

@media only screen and (max-width: 980px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.form-container {
  *zoom: 1;
  width: auto;
  max-width: 760px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 72px;
}

.form-container:before,
.form-container:after {
  content: "";
  display: table;
}

.form-container:after {
  clear: both;
}

body {
  font-family: "open-sans", sans-serif;
  font-size: 19px;
  margin: 0;
  color: #3e3e3e;
  background: #efefef;
}

a {
  text-decoration: none;
  color: #000000;
}

a.highlight {
  color: #0034ca;
  text-decoration: underline;
  display: block;
  font-family: bold;
}

p {
  line-height: 20px;
  font-size: 13px;
  font-family: "open-sans", sans-serif;
  text-align: justify;
  font-weight: 400;
  margin-top: 0;
  color: #000;
}

p span {
  color: #000000;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 45px;
  line-height: 46px;
  margin: 0;
  font-family: "open-sans", sans-serif;
  font-weight: 200;
  letter-spacing: -1px;
  color: #3e3e3e;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

h3 {
  font-size: 30px;
  font-family: "open-sans", sans-serif;
  margin: 0;
}

h4 {
  margin: 24px 0;
  line-height: 32px;
  font-size: 24px;
}

ul {
  padding: 0;
}

button {
  background: #135e99;
  border: none;
  font-size: 28px;
  color: #fff;
  padding: 6px 18px;
  margin-bottom: 24px;
  cursor: pointer;
}

button:hover {
  background: #000;
  color: #fff;
}

.center,
.center p {
  text-align: center;
  margin: 24px 0;
}

.wrap {
  *zoom: 1;
}

.wrap:before,
.wrap:after {
  content: "";
  display: table;
}

.wrap:after {
  clear: both;
}

.blue {
  color: #135e99;
}

.dark-blue {
  color: #3827fe;
}

figure {
  width: auto;
  padding: 0 12px 16px 12px;
  margin-bottom: 32px;
  *zoom: 1;
}

figure:before,
figure:after {
  content: "";
  display: table;
}

figure:after {
  clear: both;
}

figure.left {
  float: left;
  margin: 0px 20px 0px 0px;
  width: 40%;
}

@media only screen and (max-width: 600px) {
  figure.left {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
  }
}

figure.right {
  float: right;
  margin: 0px 0px 18px 20px;
  text-align: right;
}

@media only screen and (max-width: 600px) {
  figure.right {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
  }
}

figure img {
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  figure img {
    width: 100%;
  }
}

.share {
  text-align: right;
}

@media only screen and (max-width: 790px) {
  .share {
    text-align: center;
  }
}

.share a {
  background: url(../img/social-sprite-7403e5c55e755570e300d869539b2f424c2a9b44d95c6965b72e26b361b47ffc.jpg)
    no-repeat;
  display: inline-block;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.share a.fb-like {
  width: 280px;
}

.share a.fb-share {
  width: 130px;
  background-position: -280px 0;
}

.share a.tweet {
  width: 100px;
  background-position: -410px 0;
}

.share a.plus {
  width: 88px;
  background-position: -510px 0;
}

.share a.pin {
  width: 43px;
  background-position: -600px 0;
}

.share a:hover {
  opacity: 0.7;
}

figcaption {
  font-style: italic;
  font-size: 14px;
  padding-bottom: 12px;
}

header {
  position: relative;
  margin-top: 24px;
  border-bottom: 1px solid #ebebeb;
  *zoom: 1;
}

header:before,
header:after {
  content: "";
  display: table;
}

header:after {
  clear: both;
}

header #date {
  font-size: 12px;
  color: #747373;
  text-align: right;
  margin: 0px 0 10px;
  padding: 5px 0;
  border-bottom: 1px solid #ebebeb;
}

header .logo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 12px 0;
  display: inline-block;
}

header .logo:before,
header .logo:after {
  content: "";
  display: table;
}

header .logo:after {
  clear: both;
}

header .logo:last-child {
  margin-right: 0%;
}

@media only screen and (max-width: 790px) {
  .share a.pin {
    display: none;
  }
  header .logo {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  header .logo:first-child {
    margin-left: auto;
  }
  header .logo:last-child {
    margin-right: auto;
  }
}

header .logo h1 {
  font-family: Open Sans Light;
  display: inline-block;
  font-weight: lighter;
  color: #747373;
  font-size: 40px;
  letter-spacing: -2px;
}

header .logo h1 span {
  font-size: 28px;
  margin-left: 3px;
}

header .header-right {
  position: absolute;
  right: 0;
  bottom: 0;
  *zoom: 1;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66666666666666%;
  margin-left: 0%;
  margin-right: 0%;
}

@media only screen and (max-width: 790px) {
  header .header-right {
    position: relative;
  }
}

header .header-right:before,
header .header-right:after {
  content: "";
  display: table;
}

header .header-right:after {
  clear: both;
}

header .header-right:before,
header .header-right:after {
  content: "";
  display: table;
}

header .header-right:after {
  clear: both;
}

header .header-right:last-child {
  margin-right: 0%;
}

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

@media only screen and (max-width: 790px) {
  header .header-right .weather {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  header .header-right .weather:first-child {
    margin-left: auto;
  }
  header .header-right .weather:last-child {
    margin-right: auto;
  }
}

@media only screen and (max-width: 790px) {
  header .header-right {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-right:first-child {
    margin-left: auto;
  }
  header .header-right:last-child {
    margin-right: auto;
  }
}

header .header-right.ml {
  background-position: -40px 0;
}

header .social-wrapper {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 12px;
  text-align: center;
}

header .social-wrapper:before,
header .social-wrapper:after {
  content: "";
  display: table;
}

header .social-wrapper:after {
  clear: both;
}

header .social-wrapper:last-child {
  margin-right: 0%;
}

@media only screen and (max-width: 790px) {
  header .social-wrapper {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  header .social-wrapper:first-child {
    margin-left: auto;
  }
  header .social-wrapper:last-child {
    margin-right: auto;
  }
}

header .social-wrapper .social-share {
  margin: 0 auto;
  background: url(../img/social-sprite-7403e5c55e755570e300d869539b2f424c2a9b44d95c6965b72e26b361b47ffc.jpg)
    no-repeat;
  text-indent: -9999px;
  width: 180px;
  height: 40px;
  display: block;
  background-position: -80px;
}

nav ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  display: table;
  background: #3b5ebc;
  background: -webkit-linear-gradient(top, #3b5ebc 0%, #3a55a2 100%);
  background: linear-gradient(to bottom, #3b5ebc 0%, #3a55a2 100%);
  *zoom: 1;
}

nav ul li {
  text-align: center;
  display: table-cell;
}

@media only screen and (max-width: 790px) {
  nav ul {
    height: auto;
  }
}

nav ul:before,
nav ul:after {
  content: "";
  display: table;
}

nav ul:after {
  clear: both;
}

@media only screen and (max-width: 790px) {
  nav ul li {
    display: none;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  nav ul li:first-child {
    margin-left: auto;
    display: block;
  }
  nav ul li:last-child {
    margin-right: auto;
  }
}

nav ul li:hover ul {
  display: inline-block;
}

@media only screen and (max-width: 790px) {
  nav ul li:hover ul {
    height: auto;
  }
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  z-index: 9999;
  border-right: 1px solid #ddd;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 790px) {
  nav ul li a {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #1a3682;
  }
}

nav ul li a:hover {
  opacity: 0.5;
  background: #000;
}

nav ul li ul {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  background: #f5f4ef;
  bottom: -26px;
  z-index: 1;
}

nav ul li ul li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.285714285714285%;
  margin-left: 0%;
  margin-right: 0%;
}

nav ul li ul li:before,
nav ul li ul li:after {
  content: "";
  display: table;
}

nav ul li ul li:after {
  clear: both;
}

nav ul li ul li a {
  color: #1b4482;
  background: #f5f4ef;
  padding: 0;
  text-transform: none;
  font-size: 14px;
  font-family: RobotoMedium;
}

nav ul li ul li a:hover {
  background: none;
}

nav ul li ul li a:hover:after {
  border: none;
}

.breadcrumb {
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 790px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb ul {
  list-style: none;
  padding-left: 0;
}

.breadcrumb ul li {
  display: inline-block;
}

.breadcrumb ul li a {
  font-weight: bold;
  font-size: 12px;
}

.breadcrumb ul li:last-child {
  text-decoration: underline;
}

.breadcrumb ul li:last-child:after {
  content: "";
}

.breadcrumb ul li:after {
  content: "\00BB";
  margin-left: 4px;
}

.search {
  *zoom: 1;
  margin: 0 0 12px 0;
  text-align: left;
  float: right;
}

.search .row {
  float: left;
}

.search:before,
.search:after {
  content: "";
  display: table;
}

.search:after {
  clear: both;
}

@media only screen and (max-width: 790px) {
  .search {
    text-align: center;
    float: none;
    width: 220px;
    margin: 18px auto;
  }
}

.search input[type="text"] {
  border: 2px solid #ddd;
  padding: 8px;
  margin-right: -6px;
}

.search .submit-button {
  background: url(../img/searchicon.png) #b00c0c;
  background-repeat: no-repeat;
  background-size: 14px;
  border: none;
  text-indent: -9999px;
  width: 34px;
  height: 35px;
  cursor: pointer;
  background-position: 10px 12px;
  padding-top: 2px;
  color: #b00c0c;
}

.search .submit-button:hover {
  opacity: 0.5;
}

.content-container {
  *zoom: 1;
}

.content-container:before,
.content-container:after {
  content: "";
  display: table;
}

.content-container:after {
  clear: both;
}

.content {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}

.content:before,
.content:after {
  content: "";
  display: table;
}

.content:after {
  clear: both;
}

.content:last-child {
  margin-right: 0%;
}

@media only screen and (max-width: 780px) {
  .content {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .content {
    margin-top: 0;
  }
}

.content .content-sidebar-wrapper {
  *zoom: 1;
}

.content .content-sidebar-wrapper:before,
.content .content-sidebar-wrapper:after {
  content: "";
  display: table;
}

.content .content-sidebar-wrapper:after {
  clear: both;
}

.content .side-content-section {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
}

.content .side-content-section:before,
.content .side-content-section:after {
  content: "";
  display: table;
}

.content .side-content-section:after {
  clear: both;
}

.content .side-content-section:last-child {
  margin-right: 0%;
}

@media only screen and (max-width: 780px) {
  .content .side-content-section {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  .content .side-content-section:first-child {
    margin-left: auto;
  }
  .content .side-content-section:last-child {
    margin-right: auto;
  }
}

@media only screen and (max-width: 480px) {
  .content .side-content-section {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
  }
  .content .side-content-section:first-child {
    margin-left: auto;
  }
  .content .side-content-section:last-child {
    margin-right: auto;
  }
}

.content .side-content-section .padding-wrapper {
  padding-right: 48px;
}

@media only screen and (max-width: 780px) {
  .content .side-content-section .padding-wrapper {
    padding-right: 24px;
  }
}

/*.content .intro-content {
    overflow: auto;
    padding: 15px;
    margin: 20px 0;
    border: 2px dashed #92926f;
    background: #bdffdd;
    *zoom: 1
}*/

.content .intro-content h3 {
  margin: -6px 0 10px 0;
  float: none;
  width: 100%;
  text-align: left;

  font-size: 1.4em;
  line-height: 1.6em;
  font-family: georgia;
}

.content .intro-content .meta p {
  text-align: right;
  margin-bottom: 0;
}

.content .intro-content:before,
.content .intro-content:after {
  content: "";
  display: table;
}

.content .intro-content:after {
  clear: both;
}

.content .intro-content .mini-left {
  float: left;
  background: none;
  box-shadow: none;
  width: 26%;
  margin: 0;
  border: none;
}

@media only screen and (max-width: 600px) {
  .content .intro-content .mini-left {
    width: 50%;
    margin: 0 auto;
    float: none;
  }
}

.content .alignleft {
  float: left;
  margin: 4px 24px 12px 0;
}

.content .alignright {
  float: right;
  margin: 4px 0 12px 24px;
}

.content .highlight-bold {
  font-family: bold;
  font-size: 30px;
}

.content .highlight.yellow {
  background: #ff0;
  font-family: bold;
  padding: 5px;
  line-height: 24px;
}

.content .featured {
  margin: 50px 0;
  background: #f5f5f5;
  padding: 4px 18px;
  border: 2px solid #d9d9d9;
  height: auto;
  font-family: bold;
}

@media only screen and (max-width: 600px) {
  .content .featured {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 780px) {
  .content .featured {
    height: auto;
  }
}

.content .featured p {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding: 12px;
  margin-top: 32px;
}

.content .featured p.notice {
  color: #f00;
  font-size: 24px;
  font-family: bold;
  margin: 0;
}

.content .featured h3 {
  text-align: center;
  margin: 18px 0;
}

.content .featured h4 {
  font-family: bold;
  font-size: 32px;
  text-align: center;
  color: #006598;
  line-height: 38px;
}

.content .featured h4 a {
  text-decoration: underline;
}

.content .featured h5 {
  font-size: 22px;
  margin: 12px 0 0 0;
}

.content .featured img {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}

.content .featured img:before,
.content .featured img:after {
  content: "";
  display: table;
}

.content .featured img:after {
  clear: both;
}

.content .featured-image {
  text-align: center;
}

.head-intro {
  margin-bottom: 48px;
  margin-top: 24px;
}

@media only screen and (max-width: 780px) {
  .head-intro {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.sidebar {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}

.sidebar:before,
.sidebar:after {
  content: "";
  display: table;
}

.sidebar:after {
  clear: both;
}

.sidebar:last-child {
  margin-right: 0%;
}

@media only screen and (max-width: 780px) {
  .sidebar {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar:first-child {
    margin-left: auto;
  }
  .sidebar:last-child {
    margin-right: auto;
  }
}

.sidebar .weather-widget {
  border: 1px solid #ddd;
}

.sidebar .movie-widget {
  margin: 25px 0px 0px 0px;
  border: 1px solid #999;
}

.main-video {
  margin: 10px 0px;
  border: 1p solid black;
}

@media only screen and (max-width: 680px) {
  .sidebar .weather-widget #inpl-weather-main {
    margin: 0 auto;
  }
}

.sidebar .testimonial-box {
  background: #efefef;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 60px;
}

.sidebar .testimonial-box h4 {
  font-size: 18px;
}

.sidebar .testimonial-box p {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (max-width: 780px) {
  .sidebar .testimonial-box {
    text-align: center;
    background: none;
    border: none;
  }
}

.sidebar .widget-title {
  font-size: 24px;
  text-align: left;
}

.sidebar .side-menu {
  list-style: none;
}

.sidebar .side-menu li {
  font-size: 18px;
  margin-bottom: 12px;
}

.sidebar .side-menu li a {
  border-bottom: 1px solid #135e99;
  color: #000;
}

.sidebar .side-menu li a:hover {
  border-color: #c00000;
  border-width: 3px;
}

.sidebar .featured-widget {
  background: #3b5ebc;
  background: -webkit-linear-gradient(top, #3b5ebc 0%, #3a55a2 100%);
  background: linear-gradient(to bottom, #3b5ebc 0%, #3a55a2 100%);
  text-align: center;
  box-shadow: 1px 1px 1px #000;
  margin-top: 24px;
}

.sidebar .featured-widget h3 {
  color: #fff;
  text-align: center;
  background: #001652;
  position: relative;
  top: 30px;
  font-size: 24px;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-family: "open-sans", sans-serif;
}

.sidebar .featured-widget .featured-widget-image {
  margin-top: 60px;
}

.sidebar .featured-widget .featured-widget-link {
  margin-top: 32px;
  margin-bottom: 12px;
}

.sidebar .featured-widget .featured-widget-link a {
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .featured-widget .featured-widget-link a:hover {
  background: #000;
  color: #fff;
}

.end-info {
  text-align: center;
  margin: 24px;
}

.end-info a {
  font-size: 24px;
  text-decoration: underline;
  color: #3827fe;
  font-family: bold;
}

footer {
  border-top: 1px solid #ddd;
}

footer .footer-links {
  list-style: none;
  text-align: center;
  margin: 12px 0;
}

@media only screen and (max-width: 780px) {
  footer .footer-links {
    text-align: center;
  }
}

footer .footer-links li {
  display: inline-block;
  margin-left: 12px;
}

footer .footer-links li a {
  font-size: 12px;
}

.sales-template {
  background: #efefef;
}

.sales-template .container {
  background: #fff;
  padding: 0 32px;
}

@media only screen and (max-width: 780px) {
  .sales-template .container {
    padding: 0 12px;
  }
}

.sales-template p {
  font-size: 16px;
  font-family: georgia;
  line-height: 1.5em;
  text-align: left;
  color: #000;
}

.sales-template p.left-indent {
  margin-left: 32px;
  padding-left: 12px;
  border-left: 4px solid #ddd;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

@media only screen and (max-width: 780px) {
  .sales-template p.left-indent {
    margin-left: 0;
    margin-top: 12px;
  }
}

.sales-template .left-side {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66666666666666%;
  margin-left: 0%;
  margin-right: 0%;
}

.sales-template .left-side:before,
.sales-template .left-side:after {
  content: "";
  display: table;
}

.sales-template .left-side:after {
  clear: both;
}

.sales-template .left-side:last-child {
  margin-right: 0%;
}

@media only screen and (max-width: 780px) {
  .sales-template .left-side {
    width: 100%;
  }
}

.sales-template header {
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
  border: none;
}

.sales-template header .logo {
  margin: 90px 0;
}

.sales-template header .site-title {
  margin-bottom: 72px;
}

.sales-template header .site-title p {
  color: #fff;
  font-size: 48px;
  text-align: center;
  line-height: 48px;
  margin: 16px 0;
}

.sales-template header .site-title p.subtitle {
  font-family: bold;
  text-transform: uppercase;
}

.sales-template header .site-title p.subtitle .highlight {
  text-decoration: underline;
  color: #fffc01;
}

.sales-template footer {
  margin: 32px 0;
  *zoom: 1;
  width: auto;
  max-width: 980px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.sales-template footer:before,
.sales-template footer:after {
  content: "";
  display: table;
}

.sales-template footer:after {
  clear: both;
}

.sales-template footer p {
  font-size: 12px;
  text-align: center;
}

.sales-template .notice {
  font-family: georgia;
  text-align: center;
  width: 60% auto;
  height: auto;
  border: 1px solid #000;
  margin: 24px auto;
  padding: 4px 18px 12px 18px;
}

@media only screen and (max-width: 600px) {
  .sales-template .notice {
    width: auto;
  }
}

.sales-template .notice h3 {
  color: #f00;
  text-transform: uppercase;
}

.sales-template .notice p {
  font-weight: bold;
  text-align: center;
}

.sales-template .testimonials {
  text-align: justify;
  font-family: georgia;
  *zoom: 1;
}

.sales-template .testimonials:before,
.sales-template .testimonials:after {
  content: "";
  display: table;
}

.sales-template .testimonials:after {
  clear: both;
}

.sales-template .testimonials .single-testimonial {
  /**zoom: 1;
    background: #fff7c9;
    height: auto;
    margin-bottom: 24px;
    border: 1px ridge #b59b05;*/
  padding: 12px;
  text-align: center;
}

.sales-template .testimonials .single-testimonial:before,
.sales-template .testimonials .single-testimonial:after {
  content: "";
  display: table;
}

.sales-template .testimonials .single-testimonial:after {
  clear: both;
}

.sales-template .testimonials .single-testimonial h3 {
  color: #3d466e;
  text-align: center;
  margin: 12px 0;
}

.sales-template .testimonials .single-testimonial p {
  margin-bottom: 8px;
  margin-top: 4px;
  font-family: georgia;
}

.sales-template .testimonials .single-testimonial .test-image {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}

.sales-template .testimonials .single-testimonial .test-image:before,
.sales-template .testimonials .single-testimonial .test-image:after {
  content: "";
  display: table;
}

.sales-template .testimonials .single-testimonial .test-image:after {
  clear: both;
}

.sales-template .testimonials .single-testimonial .test-content {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
}

.sales-template .testimonials .single-testimonial .test-content:before,
.sales-template .testimonials .single-testimonial .test-content:after {
  content: "";
  display: table;
}

.sales-template .testimonials .single-testimonial .test-content:after {
  clear: both;
}

.sales-template .testimonials .single-testimonial .test-content p {
  padding: 0 12px;
  font-size: 14px;
  line-height: 16px;
}

.sales-template .testimonial {
  *zoom: 1;
  margin-bottom: 32px;
}

.sales-template .testimonial:before,
.sales-template .testimonial:after {
  content: "";
  display: table;
}

.sales-template .testimonial:after {
  clear: both;
}

.sales-template .wywiad {
  border: 4px solid #135e99;
  border-radius: 18px;
  padding: 24px;
  margin: 0 auto;
}

.sales-template .wywiad .highlight.yellow {
  background: #ff0;
  font-family: bold;
  padding: 12px 8px;
  line-height: 24px;
}

.sales-template .wywiad table {
  border-collapse: separate;
  border-spacing: 0px 12px;
}

.sales-template .wywiad table tr td {
  vertical-align: top;
  margin-bottom: 12px;
  padding-left: 12px;
}

.sales-template .wywiad table tr td:first-child {
  text-align: right;
}

.sales-template .three-columns-wrapper {
  *zoom: 1;
  margin-top: 64px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #aaa;
}

.sales-template .three-columns-wrapper:before,
.sales-template .three-columns-wrapper:after {
  content: "";
  display: table;
}

.sales-template .three-columns-wrapper:after {
  clear: both;
}

.sales-template .three-columns-wrapper .three-columns {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
}

.sales-template .three-columns-wrapper .three-columns:before,
.sales-template .three-columns-wrapper .three-columns:after {
  content: "";
  display: table;
}

.sales-template .three-columns-wrapper .three-columns:after {
  clear: both;
}

.sales-template .three-columns-wrapper .three-columns:last-child {
  margin-right: 0%;
}

@media only screen and (max-width: 600px) {
  .sales-template .three-columns-wrapper .three-columns {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sales-template .three-columns-wrapper .three-columns:first-child {
    margin-left: auto;
  }
  .sales-template .three-columns-wrapper .three-columns:last-child {
    margin-right: auto;
  }
}

.sales-template .three-columns-wrapper .three-columns .top-col {
  height: 180px;
}

.sales-template .three-columns-wrapper .three-columns p {
  padding-right: 32px;
  text-align: center;
}

.sales-template .call-us {
  margin-top: 48px;
  padding: 14px 20px 14px 14px;
  margin-bottom: 38px;
  background-position: 12px 4px;
  border-radius: 18px;
  font-family: bold;
  height: 60px;
  border: 4px solid #135e99;
  line-height: 48px;
}

.sales-template .call-us.second p {
  font-size: 48px;
  padding-top: 10px;
  margin-right: 0;
  color: #135e99;
}

@media only screen and (max-width: 900px) {
  .sales-template .call-us.second p,
  .sales-template .call-us.second .highlight a {
    font-size: 32px;
  }
}

.sales-template .call-us p {
  font-size: 38px;
  margin: 0;
  text-align: center;
  font-family: bold;
  line-height: 52px;
  color: #135e99;
}

.sales-template .call-us .highlight {
  padding: 3px 6px;
}

.sales-template .call-us .highlight a {
  background: #ff0;
  color: #000;
  font-size: 36px;
  padding: 0px 8px 8px 8px;
}

@media only screen and (max-width: 900px) {
  .sales-template .call-us {
    height: auto;
  }
  .sales-template .call-us p,
  .sales-template .call-us .highlight {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
  .sales-template .call-us p:first-child,
  .sales-template .call-us .highlight:first-child {
    margin-left: auto;
  }
  .sales-template .call-us p:last-child,
  .sales-template .call-us .highlight:last-child {
    margin-right: auto;
  }
  .sales-template .call-us .highlight {
    margin: 12px 0;
  }
}

.sales-template .big-highlight {
  font-size: 30px;
  padding: 18px;
  background: #ff0;
  color: #135e99;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  .sales-template .big-highlight {
    font-size: 32px;
    width: auto;
  }
}

.sales-template .head-intro {
  text-align: center;
}

.sales-template .head-intro h1 {
  color: #ae1f1f;
  font-family: arial, sans-serif;
  font-weight: normal;
  line-height: 1em;
  font-size: 40px;
  word-wrap: break-word;
}

.sales-template .content {
  width: 100%;
  padding: 0;
}

.sales-template .content .content-intro {
  *zoom: 1;
}

.sales-template .content .content-intro:before,
.sales-template .content .content-intro:after {
  content: "";
  display: table;
}

.sales-template .content .content-intro:after {
  clear: both;
}
.mhol li {
  margin-bottom: 10px;
}
.regulamin {
}
.regulamin h1 {
  text-align: center;
}
.regulamin h3 {
  margin: 25px 0;
}
.mhinfo {
  margin-top: 5px;
  display: block;
  text-align: justify;
}
.mhinfo img {
  display: block;
  margin: 5px auto 6px 0;
  width: 60px;
}
@media only screen and (max-width: 780px) {
  .sales-template .content article {
    padding: 0;
  }
}

.sales-template .content h1 {
  font-size: 42px;
  line-height: 48px;
  font-family: bold;
  padding: 24px 10px;
}

@media only screen and (max-width: 780px) {
  .sales-template .content h1 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    padding: 8px;
  }
}

.sales-template .content h1 .highlight {
  background: #fff600;
  padding: 4px 12px;
}

.sales-template h4 {
  font-weight: bold;
  font-size: 18px;
  margin: 8px 0;
  text-align: center;
}

.sales-template h3 {
  font-size: 24px;
  font-family: bold;
}

@media only screen and (max-width: 780px) {
  .sales-template h3 {
    margin: 32px 0;
  }
}

.sales-template h3.icon-head {
  background: url(../img/cccccccc.png) no-repeat;
  background-position: 0 4px;
  padding-left: 32px;
}

.sales-template h2 {
  font-size: 32px;
  text-align: left;
  font-weight: bold;
  font-family: georgia;
  margin: 48px 0 24px;
  color: #135e99;
}

@media only screen and (max-width: 600px) {
  .sales-template h2 {
    text-transform: none;
  }
}

.sales-template .feat-arrow {
  color: #135e99;
  font-size: 24px;
}

.sales-template .feat-section {
  margin-bottom: 48px;
  margin-top: 48px;
  border-radius: 10px;
  border: 2px solid #adff2f;
  background: #f0fff0;
  padding: 12px 24px;
  text-align: center;
}
.sales-template .feat-section:hover {
  background: #2bfc2b;
  color: white;
  font-weight: bold;
}

.sales-template .feat-section p {
  text-align: center;
}

.sales-template ul {
  margin-left: 32px;
  font-family: georgia;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

@media only screen and (max-width: 780px) {
  .sales-template ul {
    margin-left: 0;
    list-style: inside;
  }
}

.sales-template .side-message {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}

.sales-template .side-message:before,
.sales-template .side-message:after {
  content: "";
  display: table;
}

.sales-template .side-message:after {
  clear: both;
}

.sales-template .side-message:last-child {
  margin-right: 0%;
}

.sales-template .side-message h3 {
  color: #000;
}

.sales-template .side-message p {
  padding-right: 24px;
}

.sales-template .side-wrapper {
  *zoom: 1;
}

.sales-template .side-wrapper:before,
.sales-template .side-wrapper:after {
  content: "";
  display: table;
}

.sales-template .side-wrapper:after {
  clear: both;
}

.sales-template .arrow-list {
  margin-top: 32px;
  list-style: none;
  margin-bottom: 42px;
}

.sales-template .arrow-list.no-border {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sales-template .arrow-list li {
  background: url(../img/circle-list.jpg) no-repeat;
  background-position: 4px 6px;
  padding-left: 32px;
  margin-bottom: 0;
  font-family: georgia;
}

.sales-template .arrow-list.small {
  font-size: 16px;
}

.sales-template .boldred {
  font-weight: bold;
  color: #135e99;
  font-family: ProBold;
}

.sales-template .big-arrow-list {
  list-style: none;
  margin-top: 64px;
  border-bottom: 1px dotted #000;
  padding-bottom: 24px;
}

.sales-template .big-arrow-list li {
  background: url(../img/arrow.jpg) no-repeat;
}

.sales-template .big-arrow-list h3 {
  padding-left: 90px;
  color: #135e99;
  font-size: 36px;
  font-weight: bold;
  line-height: 56px;
}

.sales-template .big-arrow-list p {
  padding-left: 90px;
  line-height: 22px;
}

.sales-template .featured-in ul {
  *zoom: 1;
  list-style: none;
}

.sales-template .featured-in ul:before,
.sales-template .featured-in ul:after {
  content: "";
  display: table;
}

.sales-template .featured-in ul:after {
  clear: both;
}

.sales-template .featured-in ul li {
  line-height: 22px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 18px;
}

.sales-template .featured-in ul li:before,
.sales-template .featured-in ul li:after {
  content: "";
  display: table;
}

.sales-template .featured-in ul li:after {
  clear: both;
}

@media only screen and (max-width: 600px) {
  .sales-template .featured-in ul li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sales-template .featured-in ul li:first-child {
    margin-left: auto;
  }
  .sales-template .featured-in ul li:last-child {
    margin-right: auto;
  }
}

.sales-template .featured-in ul li .featured-desc {
  padding: 12px 8px 24px 8px;
  text-align: center;
  border: 1px solid #d9d9d9;
  margin: 12px;
  background: #f4f4f4;
  border-radius: 8px;
}

.sales-template .featured-in ul li .featured-image {
  margin: 18px 0;
}

.sales-template .cta {
  font-size: 24px;
  text-align: center;
  line-height: 32px;
}

.sales-template .guarantee {
  text-align: center;
}

.sales-template .guarantee h2 {
  margin: 0;
}

.sales-template .guarantee span {
  font-size: 30px;
  display: block;
  margin-bottom: 12px;
}

.sales-template .price {
  font-size: 32px;
  text-align: center;
  line-height: 48px;
}

.sales-template .price span {
  display: inline-block;
}

.sales-template .price span.main-price {
  font-family: bold;
  font-size: 42px;
  color: #135e99;
}

.sales-template .button-cart {
  text-align: center;
  margin: 32px 0;
}

.sales-template .buy-button {
  border: none;
  background: #fa7c00;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fa7c00),
    color-stop(100%, #b65a00)
  );
  background: -webkit-linear-gradient(top, #fa7c00 0%, #b65a00 100%);
  background: linear-gradient(to bottom, #fa7c00 0%, #b65a00 100%);
  color: #fff;
  padding: 8px 28px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 12px;
  font-family: ProBoldCond;
  box-shadow: 1px 1px 1px #000;
  cursor: pointer;
}

.sales-template .buy-button:hover {
  background: #fff;
  color: #000;
  box-shadow: none;
}

.sales-template .sidebar {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-top: 48px;
}

.sales-template .sidebar:before,
.sales-template .sidebar:after {
  content: "";
  display: table;
}

.sales-template .sidebar:after {
  clear: both;
}

.sales-template .sidebar:last-child {
  margin-right: 0%;
}

@media only screen and (max-width: 780px) {
  .sales-template .sidebar {
    width: 100%;
  }
}

.sales-template .sidebar .side-wrapper {
  border-left: 1px solid #ddd;
  margin-left: 24px;
  padding-left: 24px;
}

@media only screen and (max-width: 780px) {
  .sales-template .sidebar .side-wrapper {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
}

.sales-template .testimonial-sales-box {
  *zoom: 1;
  background: #e6e6e6;
  margin: 42px 0;
}

@media only screen and (max-width: 600px) {
  .sales-template .testimonial-sales-box {
    padding: 12px;
  }
}

.sales-template .testimonial-sales-box:before,
.sales-template .testimonial-sales-box:after {
  content: "";
  display: table;
}

.sales-template .testimonial-sales-box:after {
  clear: both;
}

.sales-template .testimonial-sales-box h3 {
  margin: 16px 0 8px 0;
}

.sales-template .testimonial-sales-box .testimonial-image {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 40%;
  margin-left: 0%;
  margin-right: 0%;
}

@media only screen and (max-width: 600px) {
  .sales-template .testimonial-sales-box .testimonial-image {
    width: 100%;
  }
}

.sales-template .testimonial-sales-box .testimonial-image:before,
.sales-template .testimonial-sales-box .testimonial-image:after {
  content: "";
  display: table;
}

.sales-template .testimonial-sales-box .testimonial-image:after {
  clear: both;
}

.sales-template .testimonial-sales-box .testimonial-image:last-child {
  margin-right: 0%;
}

.sales-template .testimonial-sales-box .testimonial-image img {
  margin: 6px 24px 6px 6px;
}

.sales-template .testimonial-sales-box .testimonial-description {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 58.8%;
  margin-left: 0%;
  margin-right: 3%;
}

@media only screen and (max-width: 600px) {
  .sales-template .testimonial-sales-box .testimonial-description {
    width: 100%;
  }
}

.sales-template .testimonial-sales-box .testimonial-description:before,
.sales-template .testimonial-sales-box .testimonial-description:after {
  content: "";
  display: table;
}

.sales-template .testimonial-sales-box .testimonial-description:after {
  clear: both;
}

.sales-template .testimonial-sales-box .testimonial-description:last-child {
  margin-right: 0%;
}

.sales-template .testimonial-sales-box .testimonial-description p {
  padding-right: 24px;
  line-height: 20px;
}

.sales-template .testimonial-sales-box .testimonial-name {
  float: right;
  margin-top: 12px;
}

#form-submission {
  *zoom: 1;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background: #eee;
  border-radius: 24px;
  box-shadow: 1px 1px 1px #000;
  padding: 24px;
}

#form-submission:before,
#form-submission:after {
  content: "";
  display: table;
}

#form-submission:after {
  clear: both;
}

@media only screen and (max-width: 600px) {
  #form-submission {
    *zoom: 1;
    width: auto;
    max-width: 450px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #form-submission:before,
  #form-submission:after {
    content: "";
    display: table;
  }
  #form-submission:after {
    clear: both;
  }
}

#form-submission .asterix {
  color: #f00;
}

#form-submission fieldset {
  border: none;
}

@media only screen and (max-width: 600px) {
  #form-submission fieldset {
    text-align: center;
  }
}

#form-submission fieldset div {
  *zoom: 1;
  margin-bottom: 12px;
}

#form-submission fieldset div:before,
#form-submission fieldset div:after {
  content: "";
  display: table;
}

#form-submission fieldset div:after {
  clear: both;
}

#form-submission fieldset label {
  color: #000;
  font-family: bold;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}

#form-submission fieldset label:before,
#form-submission fieldset label:after {
  content: "";
  display: table;
}

#form-submission fieldset label:after {
  clear: both;
}

#form-submission fieldset label:last-child {
  margin-right: 0%;
}

@media only screen and (max-width: 600px) {
  #form-submission fieldset label {
    font-size: 12px;
    text-align: left;
  }
}

#form-submission fieldset input {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
  padding: 8px 12px;
  font-family: Helvetica, Arial, sans-serif;
  color: #767676;
}

#form-submission fieldset input:before,
#form-submission fieldset input:after {
  content: "";
  display: table;
}

#form-submission fieldset input:after {
  clear: both;
}

#form-submission fieldset input:last-child {
  margin-right: 0%;
}

@media only screen and (max-width: 600px) {
  #form-submission fieldset input {
    padding: 4px;
  }
}

#form-submission fieldset .select-style {
  width: auto;
  float: none;
  position: relative;
  margin-left: 0;
  *zoom: 1;
}

#form-submission fieldset .select-style select {
  padding: 4px;
  width: 30%;
  border-radius: 8px;
}

@media only screen and (max-width: 600px) {
  #form-submission fieldset .select-style select {
    width: 60%;
    float: left;
  }
}

#form-submission fieldset .select-style:before,
#form-submission fieldset .select-style:after {
  content: "";
  display: table;
}

#form-submission fieldset .select-style:after {
  clear: both;
}

#form-submission fieldset .select-style:after {
  content: "< >";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -2px;
  top: 2px;
  padding: 8px 4px;
  position: absolute;
  pointer-events: none;
  background: #63b0fc;
  background: -webkit-linear-gradient(top, #63b0fc 0%, #0085ff 100%);
  background: linear-gradient(to bottom, #63b0fc 0%, #0085ff 100%);
  color: #fff;
  font-size: 12px;
  padding: 3px;
  font-stretch: expanded;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border: 1px solid #0059ff;
}

@media only screen and (max-width: 600px) {
  #form-submission fieldset .select-style:after {
    display: none;
  }
}

#form-submission fieldset .radio-buttons label {
  width: 100%;
}

#form-submission .error-message {
  display: none;
}

#form-submission .btn-form {
  background: #073d64;
  font-size: 32px;
  font-family: bold;
  text-shadow: 1px 1px 1px #000;
  border: none;
  color: #fff;
  text-align: center;
  width: 100%;
  float: none;
}

@media only screen and (max-width: 600px) {
  #form-submission .btn-form {
    font-size: 12px;
    width: 230px;
    padding: 24px 12px;
  }
}

.form-template {
  background: #efefef;
}

.form-template .form-container {
  position: relative;
  top: 30px;
  bottom: 40px;
}

.form-template .form-container h1 {
  text-align: left;
  font-family: Open Sans Light;
  margin: 0 auto;
  border-bottom: 2px solid #3294ed;
  padding-bottom: 8px;
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: bold;
}

.form-template .form-container h3 {
  font-size: 18px;
  margin: 10px 0;
  display: inline-block;
}

.form-template .form-container fieldset {
  border: none;
}

@media only screen and (max-width: 600px) {
  .form-template .form-container fieldset {
    margin: 0 12px;
    width: auto;
    padding: 24px 12px;
    position: relative;
  }
}

.form-template .form-container .order-form {
  text-align: center;
  margin: 24px 0;
}

@media only screen and (max-width: 600px) {
  .form-template .form-container {
    padding: 12px;
  }
}

.form-template .form-container .error-message {
  display: none;
  color: #f00;
  font-size: 12px;
  text-align: center;
}

.form-template .form-container .form-intro {
  text-align: center;
  *zoom: 1;
}

.form-template .form-container .form-intro:before,
.form-template .form-container .form-intro:after {
  content: "";
  display: table;
}

.form-template .form-container .form-intro:after {
  clear: both;
}

.form-template .form-container .form-intro h3 {
  font-size: 48px;
  margin-bottom: 12px;
}

.form-template .form-container .form-intro p {
  font-size: 30px;
  line-height: 36px;
}

.form-template .form-container #form-submission {
  *zoom: 1;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.form-template .form-container #form-submission:before,
.form-template .form-container #form-submission:after {
  content: "";
  display: table;
}

.form-template .form-container #form-submission:after {
  clear: both;
}

.form-template .form-container #form-submission fieldset {
  border: none;
}

.form-template .form-container #form-submission fieldset .btn-form {
  border: none;
  font-size: 24px;
  background: #125cbd;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  width: 50%;
  box-shadow: 1px 2px 1px #000;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .form-template .form-container #form-submission fieldset .btn-form {
    width: 100%;
  }
}

.form-template .form-container #form-submission fieldset .btn-form:hover {
  background: #fff;
  color: #000;
  box-shadow: none;
}

.form-template .form-container #form-submission fieldset:last-child {
  text-align: center;
}

.form-template .form-container .form-input label {
  width: 25%;
  display: inline-block;
  text-align: right;
  margin-right: 12px;
}

@media only screen and (max-width: 680px) {
  .form-template .form-container .form-input label {
    text-align: left;
    margin-right: 0;
  }
}

.form-template .form-container .form-input input {
  width: 30%;
  padding: 8px 12px;
  margin-bottom: 12px;
  box-shadow: 1px 1px 1px #fff;
  border: 1px solid #4d4e4e;
}

@media only screen and (max-width: 680px) {
  .form-template .form-container .form-input input {
    width: 45%;
  }
}

.form-template .form-container .form-input input select {
  margin-left: 4px;
}

.form-template .form-container .payment-buttons {
  width: 100%;
}

.form-template .form-container .payment-buttons .payment-form {
  margin-bottom: 24px;
  width: 100%;
}

.form-template
  .form-container
  .payment-buttons
  .payment-form
  .payment-form-input {
  *zoom: 1;
  margin-bottom: 22px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 16px;
}

.form-template
  .form-container
  .payment-buttons
  .payment-form
  .payment-form-input:before,
.form-template
  .form-container
  .payment-buttons
  .payment-form
  .payment-form-input:after {
  content: "";
  display: table;
}

.form-template
  .form-container
  .payment-buttons
  .payment-form
  .payment-form-input:after {
  clear: both;
}

.form-template .form-container .payment-buttons .payment-form label {
  float: left;
  text-align: left;
}

.form-template
  .form-container
  .payment-buttons
  .payment-form
  .payment-radio-wrapper,
.form-template
  .form-container
  .payment-buttons
  .payment-form
  .payment-image-wrapper {
  display: table-cell;
  width: 360px;
}

.form-template .form-container .payment-buttons .payment-form label,
.form-template .form-container .payment-buttons .payment-form input {
  width: 100%;
}

.form-template
  .form-container
  .payment-buttons
  .payment-form
  input[type="radio"] {
  display: none;
}

.form-template
  .form-container
  .payment-buttons
  .payment-form
  input[type="radio"]
  + label
  span {
  display: inline-block;
  width: auto;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  float: right;
  background: #ff8900;
  color: #fff;
  padding: 10px 20px;
  margin-left: 22px;
  margin-top: -8px;
  box-shadow: 1px 1px 1px #c3c3c3;
}

.form-template
  .form-container
  .payment-buttons
  .payment-form
  input[type="radio"]:checked
  + label
  span {
  background: #000;
}

.form-template .form-container .payment-buttons .payment-form .payment-logo {
  display: table-cell;
}

.form-template .form-container .form-submit-button,
.form-template .form-container .nav-button {
  background: #63b6db;
  background: -webkit-linear-gradient(top, #63b6db 0%, #309dcf 100%);
  background: linear-gradient(to bottom, #63b6db 0%, #309dcf 100%);
  margin-top: 24px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 250px;
  border: 1px solid #06648f;
  color: #fff;
  padding: 10px 24px;
  margin: 0;
}

@media only screen and (max-width: 550px) {
  .form-template .form-container .form-submit-button,
  .form-template .form-container .nav-button {
    padding: 4px 8px;
    font-size: 12px;
  }
}

.form-template .form-container .form-submit-button:hover,
.form-template .form-container .nav-button:hover {
  background: #000;
  color: #fff;
}

.form-template .form-container .select-inputs h3 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.form-template .form-container .radio-form-single-input {
  text-align: center;
  margin-bottom: 6px;
  display: inline-block;
}

.form-template .form-container .radio-form-single-input input,
.form-template .form-container .radio-form-single-input label {
  width: auto;
  margin-right: 0;
}

.form-template .form-container .radio-form-single-input input[type="radio"] {
  margin-right: 6px;
}

.form-template .form-container .radio-buttons,
.form-template .form-container .select-inputs {
  padding-top: 16px;
  padding-bottom: 16px;
  display: table;
  margin: 0 auto;
}

.form-template .form-container .radio-buttons h3 {
  padding-left: 0;
}

.form-template .form-container .select-inputs select {
  margin-left: 12px;
  padding: 8px;
}

.form-template .form-container .form-input.checkbox {
  font-size: 14px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.form-template .form-container .form-input.checkbox input {
  width: auto;
}

.form-template .form-container .logos {
  width: 36px;
  display: inline-block;
  background: url(../img/logo-sprites-167878002ef106df738e922e3bcbfe9b5c81455d1f14616a9363ad4bf5896982.jpg)
    no-repeat;
  height: 21px;
  margin-right: 12px;
}

.form-template .form-container .logos.kurier {
  background-position: -32px 0px;
  width: 44px;
}

.form-template .form-container .logos.inpost {
  background-position: -80px 0px;
  width: 50px;
}

.comments {
  width: 650px;
  margin-top: 48px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, Arial, "lucida grande", tahoma,
    verdana, arial, sans-serif;
  color: #808080;
  font-size: 12px;
  line-height: 1.28;
  margin-bottom: 20px;
}

@media only screen and (max-width: 650px) {
  .comments {
    width: auto;
  }
}

.comments .links {
  padding: 9px 9px 8px;
  border: 1px solid #e6e6e6;
  margin-bottom: 25px;
}

.comments .clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.clearfix {
  clear: both;
}
.comments .comments-top {
  padding: 9px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  line-height: 13px;
}

.comments .comments-count {
  float: left;
  font-weight: bold;
  color: #333;
}

.comments span.job a {
  color: #898f9c;
  font-weight: normal;
}

.comments i {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-top: -2px;
}

.comments i.like {
  background: url(../img/like-fed4db399dda2d3b527a41821a87bb9eeeb1ce327cdc62f1f9af165e3178713a.png)
    no-repeat top center;
}

.comments i.more {
  background: url(../img/more-9003f18b49c9195544c74d7518e55a194f3e750d21cea49bc4745b8aad754dea.png)
    no-repeat top center;
  position: relative;
  top: 5px;
}

.comments .comments-add {
  float: right;
}

.comments .comments-content {
  padding: 10px;
}

.comments .comment-content p a {
  font-weight: normal;
}

.comments .comment-content p {
  font-size: 12px;
  line-height: 1.28;
}

.comments li.c {
  border-bottom: 1px solid #e9e9e9;
}

.comments li.a {
  padding-left: 60px;
}

.comments figure img hover {
  cursor: pointer;
}

.comments .comment {
  margin-bottom: 10px;
  padding-left: 60px;
}

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

.comments ul li {
  display: block;
  margin-bottom: 10px;
}

.comments p {
  margin: 0;
  padding: 0;
}

.comments figure {
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  padding: 0;
}

.comments a {
  font-weight: bold;
  color: #3b5998;
  text-decoration: none;
  border: 0px none;
}

.comments a:hover {
  text-decoration: underline;
}

.comments .comment-content {
  color: #1a1a1a;
  margin-bottom: 6px;
}

.comments .count {
  color: #3b5998;
}

.comments .action-bar a {
  font-weight: normal;
}

.comments .comments-more {
  background-color: #edeff4;
  text-align: center;
  border: 1px solid #d8dfea;
  font-weight: normal;
  margin-top: 10px;
  padding: 6px;
  color: #000;
}

.comments .comments-more:hover {
  background: #d8dfea;
}

.comments .comments-more a {
  font-weight: normal;
  padding: 8px;
  display: block;
}

.comments .comments-more a:hover {
  text-decoration: none;
}

.comments .comments-box {
  border-top: 1px dotted rgba(0, 0, 0, 0.25);
  padding: 10px;
  font-size: 0.9em;
  background: rgba(0, 0, 0, 0.02);
}

.comments .comments-list {
  margin: 10px 0 10px 0;
  -webkit-padding-start: 0px;
  padding: 10px;
}

.comments .comments-list h1 {
  clear: both;
  font: bold 1.2em/1.3 "Helvetica", Arial, sans-serif;
}

.comments .comments-list li {
  padding: 10px 0;
  display: block;
  width: 100%;
  clear: both;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}

.comments .comments-list li:hover {
  background: #fff;
  cursor: pointer;
}

.comments .comments-list li .avatar {
  width: 70px;
  height: 70px;
  background: url("../img/avatar-f32fbfd74e52a5bdbe745eee74ecc595.jpg") 0 0
    no-repeat;
  float: left;
  margin: 0 0px 10px 5px;
}

.comments .comments-list li .comment-text {
  margin-left: 0;
}

.comments .comments-list .name {
  font: bold 0.9em/1.3 "Helvetica", Arial, sans-serif;
  color: #373a4e;
}

.comments .comments-list .date {
  font: bold 1em/1.3 "Helvetica", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.4);
}

.comments .comments-list .text {
  padding: 10px 0;
  font: normal 1em/1.3 "Helvetica", Arial, sans-serif;
  background: #000;
}

.comments textarea {
  padding: 10px !important;
  margin: 5px 0;
  display: block;
  width: 100%;
  height: 60px;
  resize: none;
}

.comments textarea .small {
  font-size: 0.75em;
}

.comments textarea strong {
  color: #ed0a1a;
}

.products {
  *zoom: 1;
}

.products:before,
.products:after {
  content: "";
  display: table;
}

.products:after {
  clear: both;
}

.products .product-box {
  text-align: center;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

@media only screen and (max-width: 780px) {
  .products .product-box {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .products .product-box:first-child {
    margin-left: auto;
  }
  .products .product-box:last-child {
    margin-right: auto;
  }
}

.products .product-box .head {
  padding: 6px 0;
  margin-bottom: 12px;
}

.products .product-box.small .product-image {
  opacity: 0.5;
}

.products .product-box:before,
.products .product-box:after {
  content: "";
  display: table;
}

.products .product-box:after {
  clear: both;
}

.products .product-box:last-child {
  margin-right: 0%;
}

.products .product-box .info,
.products .product-box .head,
.products .product-box .product-image {
  text-align: center;
}

.products .product-box .add-info1 {
  padding: 12px 0;
  font-size: 24px;
}

.products .product-box .add-info2 {
  padding: 18px 0;
  font-size: 32px;
}

.buttons {
  text-align: center;
}

.buttons .btn {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 24px auto;
  box-shadow: 1px 1px 1px #000;
}

.buttons .btn:first-child {
  margin-left: auto;
}

.buttons .btn:last-child {
  margin-right: auto;
}

.buttons .btn-big {
  cursor: pointer;
  border: none;
  background: #6db3f2;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #6db3f2),
    color-stop(50%, #54a3ee),
    color-stop(51%, #3690f0),
    color-stop(100%, #1e69de)
  );
  background: -webkit-linear-gradient(
    top,
    #6db3f2 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #1e69de 100%
  );
  background: linear-gradient(
    to bottom,
    #6db3f2 0%,
    #54a3ee 50%,
    #3690f0 51%,
    #1e69de 100%
  );
  width: 50%;
  color: #fff;
  padding: 14px 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}

.buttons .btn-big:hover {
  background: #1e69de;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1e69de),
    color-stop(49%, #3690f0),
    color-stop(50%, #54a3ee),
    color-stop(100%, #6db3f2)
  );
  background: -webkit-linear-gradient(
    top,
    #1e69de 0%,
    #3690f0 49%,
    #54a3ee 50%,
    #6db3f2 100%
  );
  background: linear-gradient(
    to bottom,
    #1e69de 0%,
    #3690f0 49%,
    #54a3ee 50%,
    #6db3f2 100%
  );
}

@media only screen and (max-width: 860px) {
  .buttons .btn-big {
    width: 100%;
  }
}

.buttons .btn-small {
  background: #ddd;
  font-size: 16px;
  width: 40%;
  padding: 10px 0;
  border: none;
}

@media only screen and (max-width: 860px) {
  .buttons .btn-small {
    width: 100%;
  }
}

.form-container fieldset {
  background: #fff;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10%;
  position: absolute;
  text-align: center;
}

.form-container fieldset:not(:first-of-type) {
  display: none;
}

.form-container .action-button:hover,
#order-form .action-button:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #27ae60;
}

.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 10px;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  color: #000;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 12px;
  color: #333;
  background: #fff;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  padding: 4px;
  font-weight: bold;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
}

#progressbar li:first-child:after {
  content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #3294ed;
  color: #fff;
}

.choose-product {
  margin-bottom: 48px;
  *zoom: 1;
}

.choose-product:before,
.choose-product:after {
  content: "";
  display: table;
}

.choose-product:after {
  clear: both;
}

.choose-product .single-product {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

.choose-product .single-product:before,
.choose-product .single-product:after {
  content: "";
  display: table;
}

.choose-product .single-product:after {
  clear: both;
}

.choose-product .single-product:last-child {
  margin-right: 0%;
}

.choose-product .single-product:last-child {
  opacity: 0.7;
  margin-top: 48px;
}

.order-form-wrapper {
  text-align: left;
  margin-bottom: 32px;
  *zoom: 1;
}

.order-form-wrapper:before,
.order-form-wrapper:after {
  content: "";
  display: table;
}

.order-form-wrapper:after {
  clear: both;
}

.order-form-wrapper .tracking-order {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

.order-form-wrapper .tracking-order:before,
.order-form-wrapper .tracking-order:after {
  content: "";
  display: table;
}

.order-form-wrapper .tracking-order:after {
  clear: both;
}

.order-form-wrapper .tracking-order:last-child {
  margin-right: 0%;
}

.order-form-wrapper .tracking-order h4 {
  font-size: 18px;
  border-left: 8px solid #3294ed;
  padding-left: 8px;
  line-height: 1;
}

.order-form-wrapper .tracking-order a {
  display: block;
  float: right;
  font-weight: bold;
  margin-top: 12px;
}

.order-form-wrapper .tracking-order a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 550px) {
  .order-form-wrapper .tracking-order {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .order-form-wrapper .tracking-order:first-child {
    margin-left: auto;
  }
  .order-form-wrapper .tracking-order:last-child {
    margin-right: auto;
  }
}

.order-details {
  text-align: left;
  margin-bottom: 24px;
}

.order-details h4 {
  font-size: 18px;
  border-left: 8px solid #3294ed;
  padding-left: 8px;
  line-height: 1;
}

.order-details span {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.order-details.col-2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

.order-details.col-2:before,
.order-details.col-2:after {
  content: "";
  display: table;
}

.order-details.col-2:after {
  clear: both;
}

.order-details.col-2:last-child {
  margin-right: 0%;
}

@media only screen and (max-width: 550px) {
  .order-details.col-2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .order-details.col-2:first-child {
    margin-left: auto;
  }
  .order-details.col-2:last-child {
    margin-right: auto;
  }
}

.owner-information hr {
  color: #919191;
}

.owner-information p {
  color: #919191;
  text-align: center;
  font-size: 10px;
  line-height: 5px;
}

.lang4u .head-intros {
  margin-bottom: 15px;
  margin-top: 5px;
}

.lang4u .testimonial-article {
  margin: 32px 0px;
  background: whitesmoke;
  padding: 10px 18px;
  border: 2px solid #d9d9d9;
}

.lang4u .testimonial-article p {
  margin: 0px;
}

.lang4u .testimonial-article .img {
  float: left;
  margin-right: 20px;
}

.lang4u .testimonial-article .body {
  min-height: 100px;
}

.markdown img {
  margin: 25px auto;
  text-align: center;
  display: block;
}

.markdown h6 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.antisnore .sidebar .featured-widget {
  box-shadow: none;
}

.devbox {
  width: 1000px;
  padding: 5px;
  margin: 0px auto;
  border: 3px solid red;
  font-family: Consolas, monospace;
  font-size: 14px;
}

html > body .ui-pnotify {
  position: fixed;
}

.ui-pnotify-history-container.well {
  display: none;
}

.ui-pnotify-history-all,
.ui-pnotify-history-last {
  display: none;
}

.ui-pnotify {
  background-color: #faf46a;
  border: 2px solid #d6ce6e;
  color: #000000;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
  font-size: 15px;
  text-align: center;
}

.ui-pnotify {
  width: 300px !important;
  font-size: 90%;
  top: 25px;
  right: 1%;
  position: absolute;
  z-index: 9999;
  height: auto;
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
  .ui-pnotify {
    width: 98% !important;
    font-size: 90%;
  }
}

h4.ui-pnotify-title {
  font: bold 1em/1 Helvetica, sans-serif;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.6);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.ui-pnotify-container {
  background-position: 0 0;
  padding: 15px;
  height: 100%;
  margin: 0;
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: 0.2em;
}

.ui-pnotify-title {
  display: block;
  margin-bottom: 0.4em;
  font-weight: bold;
  margin-top: 0;
}

.ui-pnotify-text {
  display: block;
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: 0.2em;
}

.ui-pnotify-history-container {
  position: absolute;
  top: 0;
  right: 18px;
  width: 70px;
  border-top: none;
  padding: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  z-index: 10000;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
  padding: 2px;
  text-align: center;
}

.ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%;
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto;
}

.ui-pnotify.stack-topleft,
.ui-pnotify.stack-bottomleft {
  left: 25px;
  right: auto;
}

.ui-pnotify.stack-bottomright,
.ui-pnotify.stack-bottomleft {
  bottom: 25px;
  top: auto;
}

@media only screen and (max-width: 480px) {
  .footer-links {
    padding-bottom: 200px;
  }
}

#ouibounce-modal .button-big {
  background: #135e99;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3em;
  padding: 15px 30px;
  margin: 20px 0;
  clear: both;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

#ouibounce-modal .more-space {
  margin: 8px 0px;
}

#ouibounce-modal .button-big span {
  font-size: 0.67em;
  font-weight: normal;
}

#ouibounce-modal .center {
  text-align: center;
}

#ouibounce-modal p.last-offer {
  margin: 0px;
  line-height: 1.5em;
  font-size: 18px;
}

#ouibounce-modal .button-big:hover {
  background: #d41212;
}

#ouibounce-modal strong.price {
  font-size: 30px;
}

#ouibounce-modal {
  z-index: 2;
  font-family: "Open Sans", sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

#ouibounce-modal .modal {
  width: 600px;
  height: 600px;
  background-color: white;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}

#ouibounce-modal .modal-title {
  font-size: 18px;
  background-color: #252525;
  color: #fff;
  padding: 4px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
  height: 25px;
}

#ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}

#ouibounce-modal h3 strong {
  color: red;
}

#ouibounce-modal #timerText {
  color: red;
  font-size: 43px;
  font-weight: bold;
  text-align: center;
}

#ouibounce-modal .modal-body {
  padding: 15px;
  font-size: 1em;
  text-align: center;
}

#ouibounce-modal .modal-body strong {
  color: red;
  font-weight: bold;
}

#ouibounce-modal p {
  color: #344a5f;
  line-height: 1.5em;
  font-size: 17px;
  padding: 3px 0px;
  margin: 0px;
}

#ouibounce-modal p.blink {
  margin: 0px;
}

#ouibounce-modal p.line {
  margin: 0px;
  font-weight: bold;
  text-align: center;
}

#ouibounce-modal form {
  text-align: center;
  margin-top: 35px;
}

#ouibounce-modal .error {
  text-align: center;
  color: red;
  margin: 5px 0px;
}

#ouibounce-modal form input[type="text"] {
  padding: 12px;
  font-size: 1.2em;
  width: 300px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-font-smoothing: antialiased;
}

#ouibounce-modal form input[type="submit"] {
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px;
  font-size: 1.1em;
  border-radius: 4px;
  color: #fff;
  background-color: #4ab471;
  border: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

#ouibounce-modal form p {
  text-align: left;
  margin-left: 35px;
  opacity: 0.8;
  margin-top: 1px;
  padding-top: 1px;
  font-size: 0.9em;
}

#ouibounce-modal .modal-footer {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}

#ouibounce-modal .modal-footer p {
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #344a5f;
  font-size: 14px;
}

#ouibounce-modal strong.price {
  font-size: 22px;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media only screen and (min-width: 791px) {
  .main-video .disabled-splash {
    text-align: center;
    background-image: url(../img/splash-cebf7e80c7b470b777567895d3fa2eb35359d637704abbe9ee55e826a578e3d1.jpg);
    width: 660px;
    height: 370px;
  }
  .main-video .disabled-splash img {
    opacity: 0.7;
    display: block;
    margin: 0px auto;
    padding-top: 90px;
  }
}

@media only screen and (max-width: 790px) {
  .main-video .disabled-splash {
    text-align: center;
    background-image: url(../img/splash-cebf7e80c7b470b777567895d3fa2eb35359d637704abbe9ee55e826a578e3d1.jpg);
    background-size: cover;
    max-width: 100%;
  }
  .main-video .disabled-splash img {
    width: 50%;
    opacity: 0.7;
    display: block;
    margin: 0px auto;
    padding: 20px 0px;
  }
}

.comments-form {
  margin-top: 10px;
}

.comments-form .done {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid red;
  padding: 5px 5px;
  background-color: #edeff4;
  border-radius: 5px;
}

.comments-form input[type="text"] {
  padding: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid gray;
}

.comments-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #edeff4;
  text-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid gray;
  border-radius: 5px;
}

.feat-section.guaranted-frame strong {
  font-weight: normal;
  text-decoration: underline;
}

nav ul li a {
  z-index: 0;
}

.promo {
  display: none;
}

.onet .promo {
  display: block;
  text-align: center;
  margin-bottom: -10px;
  margin-top: -10px;
  padding: 0px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.onet nav {
  display: none;
}

h2.main-cta {
  text-decoration: underline;
  color: #003399;
  margin-bottom: 12px;
}

h2.main-cta a {
  text-decoration: underline;
  color: #0046af;
}

p.main-cta {
  color: #f00;
  font-size: 14px;
}

.clear {
  clear: both;
}

.callbox {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 2%;
  width: 160px;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.callbox .numer {
  width: 160px;
  background: #eef6ff;
  padding: 6px;
  text-transform: uppercase;
  color: #4650f4;
  font-weight: bold;
  font-size: 10px;
}

.callbox .numer span {
  color: white;
  font-size: 2em;
  display: block;
  letter-spacing: 1px;
}

.callbox .numer span a {
  color: #4650f4;
}

.callbox .time {
  background: #4650f4;
  color: white;
  padding: 6px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  width: 160px;
}

.unbounce_form .done {
  margin-top: 270px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

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

.head-intro {
  margin: 10px 0px;
}

.regulline-method em {
  font-weight: bold;
}

.regulline-method p strong {
  font-size: 16px;
}

.popupout {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}
#popup {
  background-color: #fff;
  border: 5px solid #fff;
  max-height: 90%;
  left: 50%;
  margin-left: -435px;
  overflow-y: auto;
  padding: 35px 81px;
  position: fixed;
  top: 5%;
  width: 700px;
  border-radius: 5px;
}
#popup .alert {
  text-align: center;
  display: none;
}
#popup .close {
  height: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  cursor: pointer;
}
#form {
  padding-top: 30px;
  padding-bottom: 30px;
}
#popup input::-webkit-input-placeholder,
#form input::-webkit-input-placeholder {
  color: #a3a3a3;
  font-family: Lato, sans-serif;
}
#popup input::-moz-placeholder,
#form input::-moz-placeholder {
  color: #444;
  font-family: Lato, sans-serif;
}
#popup input:-ms-input-placeholder,
#form input:-ms-input-placeholder {
  color: #444;
  font-family: Lato, sans-serif;
}
#popup input:-moz-placeholder,
#form input:-moz-placeholder {
  color: #444;
  font-family: Lato, sans-serif;
}
#popup .h,
#form .h {
  color: #b41c58;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
#popup .h2,
#form .h2 {
  color: #363636;
  font-size: 17px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
}
#popup .l .item1 .txt1,
#popup .l .item1 .txt2,
#form .l .item1 .txt1,
#form .l .item1 .txt2 {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 3px;
}
#popup .item1 img,
#form .item1 img {
  height: 140px;
  margin-bottom: 20px;
}
#popup .l,
#form .l {
  float: left;
  width: 49%;
}
#popup .r,
#form .r {
  float: right;
  width: 49%;
}
#popup input[type="text"],
#popup input[type="email"],
#form input[type="text"],
#form input[type="email"] {
  border: 1px solid #c2c2c2;
  margin: 0 0.5% 5px 0.5%;
  width: 100%;
  padding: 1% 2%;
  float: left;
}

#popup input[type="submit"],
#form input[type="submit"] {
  color: white;
  background-color: #0ead08 !important;
  border: none;
  padding: 24px 16px;
  float: center;
  font-size: 27px;
  margin: auto auto auto auto;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 6px !important;
}

.mhalert {
}
.mhalert .h {
  text-align: center;
}
.mhalert p {
  text-align: center;
}
.mhalert input {
  font-size: 18px;
  height: 46px;
  float: none !important;
  display: inline-block !important;
  margin: 0 !important;
}
.mhalert button {
  margin: 0 !important;
  display: inline-block !important;
  padding: 5px 13px 12px 13px;
  line-height: 1;
}
.mhalert img {
  height: 173px;
  display: block;
  margin: auto auto 13px auto;
}
#mhclock {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: -14px;
  margin-bottom: 20px;
}
@media (max-width: 885px) {
  #popup {
    background-color: #fff;
    border: 5px solid #fff;
    max-height: 90%;
    left: 0;
    margin-left: 0;
    overflow-y: auto;
    padding: 2%;
    top: 5%;
    width: 95%;
    border-radius: 0;
  }
  #popup .l,
  #popup .r,
  #form .l,
  #form .r {
    float: none;
    width: 100%;
  }
  .sales-template .buy-button {
    display: block;
  }
}

@media (max-height: 806px) {
  #popup .h,
  #form .h {
    margin-bottom: 0px;
  }
  #popup {
    top: 15px;
    padding: 5px 81px;
  }
  #popup .h,
  #form .h {
    font-size: 20px;
  }
  #popup .h2,
  #form .h2 {
    font-size: 13px;
    margin-top: 8px;
  }
  /*#popup input[type="text"], #popup input[type="email"] {
        padding: 2px 1%;
    }*/
}
@media (max-width: 885px) {
  #popup {
    top: 0;
    height: 96%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    width: 92%;
    padding: 2% 4%;
  }
}

@media (max-width: 640px) {
  #popup input[type="text"],
  #popup input[type="email"],
  #form input[type="text"],
  #form input[type="email"] {
    float: none;
    width: 96%;
  }
}

/* iD mod */

#form input[type="submit"] {
  transition: 0.3s ease-in-out all;
}

#form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #0e8909 !important;
}

.item4 {
  text-align: center;
  padding-top: 20px;
}

.info_block {
  width: 40%;
  font-weight: 300;
  display: inline-block;
  background: #8daee9;
  border-radius: 3px;
  box-shadow: 0 10px 22px #8080804f;
  padding: 15px;
  text-align: center;
  margin: 10px;
  color: white;
  vertical-align: top;
}

.info_block span {
  font-weight: 700;
}

.fa {
  display: inline-block !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit !important;
}

.btn.btn-success {
  font-size: 30px;
  font-weight: 700;
  padding: 14px 40px;
}

.form-group small {
  font-size: 11px;
}

.cb {
  font-size: 17px;
  font-weight: 400;
}

img.dostawa_img {
  height: 70px;
  margin: 10px;
}

.actual_price span {
  font-size: 27px;
  color: #d52d2d;
}

.actual_price s {
  color: gray;
}

h4.alert-heading {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 15px;
}

.meta span {
  display: block;
  font-style: italic;
  font-weight: 300;
}

.testimonials img {
  border-radius: 5px;
}

.d-md-none .single-testimonial img {
  width: 100%;
  max-width: 300px;
}

.single-testimonial {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.head-intro h1 {
  font-size: 33px !important;
  line-height: 38px !important;
}

.intro-content {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-top: 30px;
}

/* iD mod end */

* {
  font-family: "Open Sans", sans-serif !important;
}

.form-group {
  display: flex;
  flex-direction: column;
}

form {
  width: 100%;
}
