.center-text {
  text-align: center;
}
.v-align {
  vertical-align: middle;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.absolute-0000 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.v-align-transform {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.h-align-transform {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.list-style-none {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.basic-transition {
  transition: all 0.3s ease-in-out;
}
.upper {
  text-transform: uppercase;
}
.pointer {
  cursor: pointer;
}
.shadow-hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}
.dark-overlay {
  content: "";
  z-index: 0;
  background: none repeat rgba(30, 30, 30, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opacity1 {
  opacity: 1;
}
.opacity0 {
  opacity: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #ffffff;
}
p {
  font-size: 16px;
  line-height: 23px;
  color: #444444;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', sans-serif;
}
h1,
h2,
h3,
h4 {
  color: #212121;
  font-weight: 300;
  line-height: 1.4;
}
h2 {
  font-size: 34px;
  margin-bottom: 24px;
}
h3,
h4 {
  font-size: 24px;
  margin-bottom: 18px;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #ffd700;
}

.navbar .navbar-nav>li>a:hover{
  color: #ffd700;
}

a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.darker-bg {
  background-color: #f5f5f5;
}
.accent-bg {
  background-color: #099dd8;
}
.fw-btn {
  outline: none;
  border: none;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  background-color: #3e6089;
  color: #ffffff;
  position: relative;
  padding: 11px 22px;
  margin: 5px 8px 5px 0;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
}
.fw-btn:hover {
   background-color: #3e6089;
  color: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}
.fw-btn:focus {
  outline: none;
   background-color: #3e6089;
  color: #ffffff;
}
.fw-btn:active {
  outline: none;
   background-color: #3e6089;
  color: #ffffff;
}
.fw-btn-black {
  background-color: #ffffff;
  color: #212121;
}
.fw-btn-black:hover {
  background-color: #ffffff;
  color: #212121;
}
.fw-btn-black:focus {
  background-color: #ffffff;
  color: #212121;
  outline: none;
}
.fw-btn-black:active {
  background-color: #ffffff;
  color: #212121;
  outline: none;
}
.fw-special-title {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .fw-special-title {
    font-size: 34px;
  }
}

/*slider*/

.mobile-nav-button {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 1px;
  border-style: solid;
  border-color: #929292;
  border-radius: 2px;
  padding: 2px 4px;
  display: table;
}
.mobile-nav-button:hover {
  color: #383838;
}
.mobile-nav-button i {
  color: #929292;
  font-size: 21px;
  line-height: 23px;
}
.top-slider {
 /* min-height: 450px;*/
  z-index: 0;
  position: relative;
}
.top-slider .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
#top-slider {
  position: relative;
  width: 100%;
}
.top-slider .carousel-inner,
.top-slider .item {
  min-height: 450px;
}
/*#slide2 {
  background-image: url('../app/res/images/slajd_6.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#slide3 {
  background-image: url('../app/res/images/slajd_7.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}*/
.slide-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.slide-image:after {
  content: "";
  z-index: 0;
  /*background: none repeat rgba(49, 49, 49, 0.2);*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-content {
  color: #f5f5f5;
  text-align: center;
}
.item-content h3 {
  margin-bottom: 20px;
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .item-content h3 {
    font-size: 76px;
  }
}
@media only screen and (min-width: 992px) {
  .item-content h3 {
    font-size: 48px;
  }
}
.item-content h5 {
  margin-bottom: 30px;
  line-height: 1.1;
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .item-content h5 {
    font-size: 42px;
  }
}
.item-content a:hover {
  background-color: #fd5000;
}
.carousel-control {
  transition: all 0.2s ease-in-out;
  display: block;
  outline: none;
  position: absolute;
  top: 50%;
  text-align: left;
  background: none !important;
  text-align: center;
  width: 88px;
  height: 78px;
  margin: -35px 0 0;
}
.carousel-control:hover {
  background: #fd5000 !important;
}
.carousel-control:hover > i {
  opacity: 1;
}
.carousel-control i {
  color: #ffffff;
  font-size: 30px;
  line-height: 78px;
  text-shadow: none;
  opacity: 0.7;
}
.carousel-indicators {
  bottom: 20px;
}
.mobile-slider:after {
  content: "";
  z-index: 0;
  background: none repeat rgba(49, 49, 49, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile-slider .item-content {
  padding: 80px 0 80px;
  position: relative;
  z-index: 1;
}


#primary {
  word-wrap: nowrap;
  word-break: normal;
  -moz-hyphens: none;
}
.widget-sidebar {
  padding: 0 40px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) {
  .widget-sidebar {
    padding: 0;
  }
}
.widget-sidebar li {
  padding: 8px 0 8px 20px;
  margin: 0;
  line-height: 1.5;
  position: relative;
}
.widget-sidebar li a {
  color: #099dd8;
}
.widget-sidebar li a:hover,
.widget-sidebar li a:focus,
.widget-sidebar li a:active {
  color: #099dd8;
}
.widget-sidebar li a:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f054";
  top: 12px;
  left: -3px;
  font-size: 11px;
  color: #212121;
  opacity: 0.3;
}
.widget-sidebar li .post-date {
  display: block;
  color: #b6b6b6;
}
.widget-sidebar * {
  margin: 0;
  padding: 0;
}
.widget-title {
  margin-bottom: 18px;
}
.three-features .fw-iconbox,
.entry-container .fw-iconbox {
  text-align: center;
  margin-top: 30px;
}
.three-features .fw-iconbox-image,
.entry-container .fw-iconbox-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto;
  transition: box-shadow 0.3s ease;
}
.three-features .fw-iconbox-image i,
.entry-container .fw-iconbox-image i {
  display: inline-block;
  font-size: 34px;
  line-height: 80px;
}
.three-features .fw-iconbox-image:hover,
.entry-container .fw-iconbox-image:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}
.about {
  background-color: #099dd8;
}
.white {
  color: #ffffff;
}
.site-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  position: absolute;
}
.site-header .navbar-inverse {
  background-color: rgba(0,0,0,0);
  color: #1b1b1b;
  margin-top: 75px;
  margin-right: 100px;
  margin-left: 100px;
}
.navbar {
  margin-bottom: 0 !important;
}
.navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .navbar-brand {
    font-size: 27px;
  }
}
.navbar > .container .navbar-brand {
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: 0;
  }
}
.navbar-nav {
   background-color: transparent;
  text-decoration: underline;
  color: #fff;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  text-decoration: none;
  margin-top:45px;
}
.navbar .navbar-nav > .active > a {
  background-color: transparent;
  text-decoration: underline;
  color: #fff;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  text-decoration: none;
}
.navbar .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #ffd700;
}
.site-header .navbar-inverse-scroll {
  background: #3F6086;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}
.in {
  background-color: #099dd8;
}
.error404 .navbar-inverse {
  background-color: #099dd8;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}
.metaslider .caption-wrap {
  text-align: center;
  background: none !important;
  z-index: 2;
  opacity: 1 !important;
  width: 100%;
  transform: translateY(50%);
  bottom: 50% !important;
}
.metaslider .caption-wrap .caption {
  padding: 0;
}
.metaslider .caption-wrap .slide-heading {
  display: none;
  line-height: 31px;
  font-size: 60px;
  color: #ffffff;
  font-family: "Cabin", sans-serif;;
  font-weight: bold;
}

.metaslider .caption-wrap .slide-desc {
  font-size: 30px !important;
  line-height: 70px !important;
  color: #ffffff;
  font-family: "Cabin";
  font-weight: bold;
  margin-top: 50px !important;
}

.slide-bottom{
  position: relative;
  top:220px;
  font-size: 16px;
  color: #ffffff;
  font-family: "Cabin", sans-serif;

}

@media only screen and (min-width: 768px) {
  .metaslider .caption-wrap .slide-heading {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .metaslider .caption-wrap .slide-heading {
    font-size: 52px;
    line-height: 76px;
  }
}
@media only screen and (min-width: 992px) {
  .metaslider .caption-wrap .slide-desc {
    font-size: 28px;
    line-height: 28px;
  }
}
.metaslider .caption-wrap .slide-btn {
  display: none;
}
@media only screen and (min-width: 768px) {
  .metaslider .caption-wrap .slide-btn {
    display: inline-block;
  }
}
.top-slider {
 position: relative;
}

.section-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.three-features .section-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .three-features .section-padding {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.product-more .section-padding,
.blog-index {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .product-more .section-padding,
  .blog-index {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.call-to-action .section-padding {
  padding: 25px 0;
}
@media only screen and (min-width: 992px) {
  .call-to-action .section-padding {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .call-to-action .section-padding {
    padding: 80px 0;
  }
}

.product-advantages .fw-heading-h2 {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .product-advantages .fw-heading-h2 {
    margin-top: 40px;
  }
}
.product-advantages .fw-heading-h2 .fw-special-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .product-advantages .fw-heading-h2 .fw-special-title {
    margin-bottom: 24px;
  }
}
.product-advantages .fw-heading-h2 .fw-special-subtitle {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .product-advantages .fw-heading-h2 .fw-special-subtitle {
    margin-bottom: 24px;
  }
}
.product-advantages .fw-col-xs-12:nth-child(2) {
  padding-left: 4%;
  padding-top: 10%;
}
@media only screen and (min-width: 768px) {
  .product-advantages .fw-col-xs-12:nth-child(2) {
    padding-top: 0;
  }
}
.product-advantages .fw-iconbox {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-advantages .fw-iconbox {
    text-align: inherit;
  }
}
.product-advantages .fw-iconbox-image {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 40px;
}
@media only screen and (min-width: 768px) {
  .product-advantages .fw-iconbox-image {
    float: left;
    display: inline-block;
    margin-bottom: 0;
  }
}
.product-advantages .fw-iconbox-aside h3 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  clear: none;
}
.product-advantages .fw-iconbox-aside p {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .product-advantages .fw-iconbox-aside {
    margin-left: 62px;
  }
}
.product-more .fw-col-xs-12:first-child {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .product-more .fw-col-xs-12:first-child {
    margin-bottom: 0;
  }
}
.call-to-action .fw-special-title {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .call-to-action .fw-special-title {
    text-align: inherit;
  }
}
.call-to-action .fw-btn {
  margin-right: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: middle;
  padding: 15px 36px;
}
@media only screen and (min-width: 768px) {
  .call-to-action .fw-btn {
    font-size: 18px;
    line-height: 28px;
  }
}
.call-to-action .fw-heading {
  margin-bottom: 0;
}
.logo {
  padding-bottom: 20px;
}
.fw-iconbox-title {
  margin-top: 10px;
}
.box-center {
  text-align: center;
}
.box-center h3 {
  padding-top: 80px !important;
}
.box-center hr {
  background-color: #099dd8;
  position: relative;
  top: -20px;
  width: 50%;
  height: 4px;
}
.box-center p {
  position: relative;
  top: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.fa {
  color: #fff;
  /*font-size: 38px;*/
}
.map {
  height: 300px;
}

#map{
  margin-top:40px;
}

.fa-angle-right {
  color: #fff;
}

.bluebox .fa-angle-double-right {
  float: right !important;
  position: relative;
  top: -80px;
  left: -40px;
  font-size: 56px;
}
.bluebox .fa-angle-double-left {
  float: right !important;
  position: relative;
  top: -80px;
  left: -510px;
  font-size: 56px;
}
.logoicons {
  padding-top: 18px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bolder;
  color: #666;
}
.logoicons p {
  padding-top: 12px;
  font-size: 20px;
  color: #666;
}
.logoi {
  float: left;
  padding-top: 20px;
  font-size: 28px;
  padding-right: 10px;
}

.cite p {
  font-size: 24px;
  padding-top: 140px;
  color: #fff;
  line-height: 1.4em;
}
.author {
  position: relative;
  top: -80px;
}
.footer-widget {
  padding-top: 40px;
}
#subtle {
  background: #fff;
}
.widget-sidebar li a {
  color: #fff;
}
.email a {
  color: #666;
  position: relative;
  top: -14px;
}
.created a {
  color: #444;
  float: right;
}
.logoHead {
  padding-top: 20px;
}
.boxbackground h3 a {
  color: #666;
}
.site-footer {
  margin-top: 0;
  padding: 0 0 0 0;
  color: #727272;
}
.site-footer a:hover {
  color: #099dd8;
}
.site-footer .footer-title,
.site-footer .widget-title {
  color: #b6b6b6;
  margin-top: 0;
  line-height: 1.1;
}
.site-footer .textwidget {
  padding: 0;
}
.site-footer ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.site-footer aside {
  margin-bottom: 30px;
}
.site-footer .footer-widgets {
  padding: 0 15px;
}
.site-footer .widget_recent_entries ul {
  padding-top: 0;
}
.site-footer .widget_recent_entries ul span {
  display: block;
  padding-top: 3px;
  opacity: 0.5;
}
.site-footer .widget_recent_entries ul li {
  margin: 0;
  padding: 8px 0;
}
.site-footer .widget_recent_entries ul li:first-child {
  padding-top: 0;
}
.footer-contact-item {
  clear: both;
  margin-bottom: 18px;
}
.footer-contact-item h4 {
  font-size: 18px;
  display: inline-block;
  color: #b6b6b6;
  padding: 0 0 16px;
  margin: 0 0 0 20px;
}
.footer-contact-item-icon {
  float: left;
  font-size: 30px;
  line-height: 30px;
}
.footer-bottom-row {
  padding: 30px 0;
}
.site-footer {
  background-color: #192126;
}
.footericon {
  color: #b6b6b6;
  font-size: 26px;
}
.informationLinks li {
  padding-top: 20px;
  font-size: 16px;
}
.informationLinks li a:hover {
  color: #099dd8;
}
.img-down {
  padding-top: 40px;
}
.wpcf7-text {
  color: #fff;
}
.entry-header {
  position: relative;
}
.entry-header .entry-img {
  padding: 40px 0;
  margin: 0;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media only screen and (min-width: 768px) {
  .entry-header .entry-img .entry-title {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .entry-header .entry-img .entry-title {
    padding: 100px 0;
  }
}
.entry-title-header {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 30px;
  line-height: 39px;
}
@media only screen and (min-width: 768px) {
  .entry-title-header {
    font-size: 44px;
    line-height: 54px;
  }
}
.dark-image-overlay {
  background-color: #212121;
  opacity: 0.4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.entry-container {
  padding: 0;
}
.entry-container p {
  margin-bottom: 24px;
}
.wpcf7 .form-control-wrapper {
  margin-bottom: 24px;
}
.wpcf7 .form-control-wrapper input {
  height: 46px !important;
}
.wpcf7 .form-control-wrapper input,
.wpcf7 .form-control-wrapper textarea {
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s ease-in-out;
}
.wpcf7 .form-control-wrapper input:focus,
.wpcf7 .form-control-wrapper textarea:focus {
  border-bottom: 1px solid #099dd8;
  box-shadow: 0 1px 0 0 #099dd8;
}
.wpcf7 .form-control-wrapper .floating-label {
  position: relative;
  opacity: 1;
}
.error404 .site-content {
  padding-top: 60px;
  text-align: center;
}
.error404 .site-content .error-404-img {
  font-size: 160px;
  line-height: 160px;
  opacity: 0.1;
  margin-bottom: 20px;
}
.error404 .section-padding {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .error404 .section-padding {
    padding: 80px 0;
  }
}
article[class~="post"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}
article[class~="post"] .entry-title {
  font-size: 22px;
  font-weight: 300;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  article[class~="post"] .entry-title {
    font-size: 40px;
  }
}
article[class~="post"] .entry-title a,
article[class~="post"] .entry-header a {
  color: #212121;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
article[class~="post"] .entry-title a:hover,
article[class~="post"] .entry-header a:hover {
  color: #099dd8;
  text-decoration: none;
}
article[class~="post"] .entry-meta * {
  color: #b6b6b6;
}
article[class~="post"] .entry-meta * a {
  color: #b6b6b6;
}

.three-features .fw-iconbox-image i, .entry-container .fw-iconbox-image i{
	color: #1A8CD6;
	font-size: 54px;
	line-height: 195px;
}

/*.slide-heading, .slide-desc{
	text-shadow: 2px 2px 2px #222;
}*/

.product-advantages p{
	color: #fff;
}

.fa-caret-right{
	font-size: 26px;
}

.lz{
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 30px;
}

.ct{
	text-align: center;
}

.zab p{
	color: #fff;
	font-size: 24px;
	padding-left: 24px;
}

.fl{
	float: left;
}

.sapce{
	padding-bottom: 20px;
}

.head-info{
	padding-top: 20px;
}

.logoHead .fa{
	color: #2c2c2c;
	font-size: 26px;
	padding-right: 10px;
  float: left;
}

.logoHead .fa-envelope{
  font-size: 20px;
  margin-left:18px;
}

.logoHead p, .logoHead a{
	color: #2c2c2c;
	font-size: 16px;
}

.logoHead .fa-mobile{
  position: relative;
  left: 46px;
}

.cb{
	clear: both;
}


.product-more h2, .product-more h3, .product-more p{
	color: #1F262A;
  padding-top: 0;
}

#pano{
	height: 500px;
  margin-bottom:30px;
  margin-right:30px;
}

.alarm{
  color: red !important;
  position: relative;
  top: 40px;
  font-size: 26px;
  background-color: rgba(255,255,255,.6);
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad-60{
  padding-left: 60px;
  padding-right: 60px;
}

.product-more h3, .site-main h3{
  margin-top:0;
}

.radio-step{
  padding-top: 30px;
}

.radio-step h5{
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
}

.radio-step label{
  cursor: pointer;
}

.test .fw-btn{
  margin-top: 40px;
}

.beck-score{
  padding:30px;
  background: rgba(255,199,0,.3);
  font-size:18px;
}

.score-link{
  color: #1b1b1b !important;
  text-decoration: underline !important;
}

.alert{
  color: red;
}

.answerFalse{
  background-color: rgba(255,0,0,.4);
  color:red;
}

.test-links{
  font-size: 18px;
  margin-bottom: 10px !important;
  text-align: center;
}

.foot-info .fa{
  font-size: 26px;
  margin-right:10px;
}

.foot-info .fa-envelope{
  font-size: 20px;
}

.foot-info{
  color: #fff;
}

.site-footer a{
  color: #fff;
  opacity: 1;
}

.widget_text .widget-title{
  font-size: 18px;
  color: #fff;
}

.bcol{
  color:#333;
}

label.btn span {
  font-size: 1em ;
  position: relative;
  top: -4px;
  font-weight: bold;
  left:5px;
  text-transform: lowercase;
}

label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #119DD7;    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
color: #119DD7;
}

label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #119DD7;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
color: #119DD7;
}

div[data-toggle="buttons"] label.active{
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid #1b1b1b;
border-radius: 3px;
color: #1b1b1b;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

div[data-toggle="buttons"] label:hover {
color: #7AA3CC;
}

.btn-group, .btn-group-vertical{
  box-shadow: 0 0 0 #fff !important;
}

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


  .ma{
    margin-bottom: 30px;
  }

}

.three-features{
  background-color: #fff;
  position: relative;
}

.entry-title h1{
  color: #1b1b1b;
}

.fl{
  float: left;
}

.center{
  text-align: center;
}

.three-features h5{
  font-size: 20px;
  color: #3e6089;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  margin-top: 40px;
}

.three-features p{
  font-size: 16px;
  color: #2b2e34;
  font-family: "Roboto", sans-serif;
}

.three-features{
  border-bottom: 1px solid #d6d6d6;
}

.bor{
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.product-advantages h3{
  font-size: 40px;
  color: #3e6089;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
}

.gold-line{
  width: 50px;
  height: 3px;
  background-image: linear-gradient(90deg, #cb9725 0%, #cb9725 0%, #ffd700 50%, #cb9725 100%);
}

.gold-line-center{
  margin: 0 auto;
}

.product-advantages p{
  font-size: 16px;
  line-height: 26px;
  color: #2b2e34;
  font-family: "Roboto", sans-serif;
}

.onas{
  margin-top: 50px;
}

.cert{
  box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
  background-color: #cccccc;
}

.mission{
  margin-top: 150px;
}

.offer{
  background-image: url('https://agnieszkamikulska.pl/wp-content/uploads/2018/11/offer_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.offer h3{
  font-size: 40px;
  color: #ffffff;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  text-align: center;
}

.offer h4{
  font-size: 20px;
  color: #3e6089;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  margin-top: 30px;
}

.offer .boxes{
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 50px;
}

.offer .white-box{
  height: 275px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.offer .white-box:hover{
  height: 345px;
}

.mo{
  margin: 0 auto;
  display: block;
  padding-top: 80px;
}

.box-btn{
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 34%;
}

.price{
  background-image: url('https://agnieszkamikulska.pl/wp-content/uploads/2018/11/background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.price h3{
  font-size: 40px;
  color: #3e6089;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
}

.price .box-width{
  border: 1px solid #d6d6d6;
  margin-top: 50px;
  padding: 80px;
  background-color: #fff;
}

.price .box-width h5{
  font-size: 30px;
  color: #3e6089;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
}

.price .box-width h6{
  font-size: 16px;
  line-height: 26px;
  color: #2b2e34;
  font-family: "Roboto", sans-serif;
}

.price .box-width p{
  font-size: 16px;
  line-height: 26px;
  color: #2b2e34;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
}

.other{
  margin-top: 90px;
}

.other h3{
  font-size: 30px;
  color: #3e6089;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
}

.other p{
  font-size: 16px;
  line-height: 26px;
  color: #2b2e34;
  font-family: "Roboto", sans-serif;
}

.other h6{
  font-size: 24px;
  color: #2b2e34;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
}

.price{
  padding-top: 150px;
  padding-bottom: 150px;
}

.calendar{
  background-image: url('https://agnieszkamikulska.pl/wp-content/uploads/2018/11/calendar_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.calendar h3{
  font-size: 40px;
  color: #ffffff;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 8px;
}

.calendar .fw-btn{
  font-size: 16px;
  color: #3e6089;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
  margin-top: 18px;
  width:55%;
}

.links{
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f6f6f6;
}

.links h3{
  font-size: 40px;
  color: #3e6089;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
}
.mar{
  margin-top: 50px;
}

.box-links{
  padding-bottom: 50px; 
  padding-top: 50px;
  border-top: 1px solid #d6d6d6;
}

.box-links p{
  font-size: 18px;
  color: #2b2e34;
  font-family: "Roboto", sans-serif;
}

.box-links a{
  font-size: 18px;
  color: #3e6089;
  font-family: "Roboto", sans-serif;
}

.bb{
  border-bottom: 1px solid #d6d6d6;
}

.contact{
  padding-top: 30px;
  padding-bottom: 150px;
}

.contact h3{
  font-size: 40px;
  color: #3e6089;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
}

.mbt{
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 50px;
}

.mbt h3{
  font-size: 20px;
  color: #3e6089;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.mbt p{
  font-size: 16px;
  line-height: 26px;
  color: #2b2e34;
  font-family: "Roboto";
  text-align: center;
}

.site-footer{
  background-color: #3e6089;
  color: #fff;
}

.site-footer a{
  font-size: 16px;
  line-height: 26px;
  color: #90a7c3;
  font-family: "Roboto",sans-serif;
}

.site-footer a:hover{
  color: #90a7c3;
}


.site-info p{
  font-size: 16px;
  line-height: 26px;
  color: #90a7c3;
  font-family: "Roboto", sans-serif;
  position: relative;
  top: 20px;
}

.fot{
  margin-left: 115px;
  margin-right: 115px;
}

.facebook{
  margin-top: -120px;
}

.box-btn a{
  color: #fff;
}

.box-btn a:hover{
  color: #ffd700;
}

.spu-content h3{
  font-size: 30px;
  color: #3e6089;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
}

.spu-content h6{
  font-size: 16px;
  line-height: 26px;
  color: #2b2e34;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  margin-bottom: 20px;
}

.spu-content p{
  font-size: 16px;
  line-height: 26px;
  color: #2b2e34;
  font-family: "Roboto", sans-serif;
}

.spu-content h5{
  margin-top: 40px;
  font-size: 24px;
  color: #2b2e34;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-decoration: underline;
}

@media only screen and (min-width: 1286px) and (max-width: 1920px){

  #masthead{
    position: fixed;
  }

  .top-slider{
    height: 100vh;
  }

  .navbar-brand>img{
    width: 150px;
  }

  .metaslider .caption-wrap .slide-heading{
    margin-top: 120px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1286px){

  .metaslider .caption-wrap .slide-heading{
    margin-top: 300px;
    font-size: 36px;
  }

  .site-header .navbar-inverse{
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-brand{
    width: 75%;
  }

  .navbar-nav{
    margin-top: 60px;
  }

  .offer .boxes{
    margin-left: 0;
    margin-right: 0;
  }

  .box-btn{
    width: 70%;
  }

  .price{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .calendar .fw-btn{
    width: 70%;
    margin: 0 auto;
    margin-top: 18px;
    margin-left: 40px;
  }

  .offer h4{
    padding-left: 10px;
    padding-right: 10px;
  }

  .links, .contact{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mbt{
    margin-left: 0;
    margin-right: 0;
  }

  .site-info p{
    text-align: center;
  }

 .site-footer a{
    text-align: center;
    float: none;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 30px;
  }

}

@media only screen and (min-width: 776px) and (max-width: 992px){
  .calendar .fw-btn{
      width: 25%;
    }

  .metaslider .caption-wrap .slide-heading{
    margin-top: 200px;
    font-size: 36px;
    line-height: 52px;
  }

   .navbar-brand{
    display: none;
    width:405;
  }

  .slide-desc{
    display: none;
  }

  .three-features .center{
    margin-bottom: 40px;
  }

  .section-padding{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-advantages h3{
    text-align: center;
  }

  .gold-line{
    display: block;
    margin: 0 auto;
  }

  .product-advantages img{
    display: block;
    margin: 50px auto 0 auto;
  }

  .mission{
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .white-box{
    margin-bottom: 40px;
  }

  .calendar{
    text-align: center;
  }

  .calendar .fw-btn{
    display: block;
    margin: 0 auto;
  }

  .links, .contact{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mbt{
    margin-left: 0;
    margin-right: 0;
  }

  .mbt p{
    margin-bottom: 40px;
  }

  .site-info p{
    text-align: center;
  }

  .site-info a{
    float: none;
    text-align: center;
    margin-top: 30px;
  }

  .box-links p{
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 960px){

  .site-info p{
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .site-footer a{
    margin-top: 40px;
    text-align: center;
  }

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

  .calendar .fw-btn{
    width: 25%;
  }

  .slide-desc{
    display: none;
  }

  .slide-heading{
    display: inline !important;
    font-size: 20px !important;
    position: relative;
    top: 90px;
  }

  .navbar-brand{
   width: 35%;
  }

  .container-fluid>.navbar-header{
    margin-left: -80px;
    margin-right: -80px;
  }

  .navbar-inverse .navbar-toggle .icon-bar{
    color: #fff;
  }

  .container-fluid>.navbar-collapse{
    margin-left: -100px;
    margin-right: -100px;
    margin-top: 60px;
  }

  .navbar-header{
    position: relative;
    top: -60px;
  }

  .navbar-nav, .in{
    position: relative;
    top: -100px;
  }

  .three-features .center{
    margin-bottom:40px;
  }

  .section-padding{
    padding-bottom: 0;
  }

   .product-advantages h3{
    text-align: center;
  }

  .gold-line{
    display: block;
    margin: 0 auto;
  }

  .product-advantages img{
    display: block;
    margin: 50px auto 0 auto;
  }

  .mission{
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .white-box{
    margin-bottom: 40px;
  }

  .calendar{
    text-align: center;
  }

  .calendar .fw-btn{
    display: block;
    margin: 0 auto;
  }

  .links, .contact{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mbt{
    margin-left: 0;
    margin-right: 0;
  }

  .mbt p{
    margin-bottom: 40px;
  }

  .site-info p{
    text-align: center;
  }

  .site-info a{
    float: none;
    text-align: center;
    margin-top: 30px;
  }

  .offer .boxes{
    margin-left: 0;
    margin-right: 0;
  }

  .box-btn{
    width: 65%;
  }

  .price, .section-padding{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .price .box-width{
    padding: 10px;
  }

  .calendar h3{
    text-align: center;
    margin-left: 0;
  }

  .calendar .fw-btn{
    width: 65%;
  }

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

  .box-links p{
    margin-bottom: 20px;
  }

  .site-info a{
    float: none;
    display: block;
    margin: 30px auto 0 auto;
  }

  .spu-content{
    padding: 0;
    margin-left: -60px;
    margin-right: -60px;
  }

  .offer h4{
    margin-left: 10px;
    margin-right: 10px;
  }

  .metaslider .flexslider .slides p{
    position: relative;
    top: 120px;
  }

}

.three-features a{
  color: #2b2e34;
}

.prlist{
  float: left;
}

.in{
  background-color: #4b6b92;
}

.navbar .navbar-nav>li>a{
  padding-top: 30px;
}

/*@media only screen and (max-width: 768px){

  .navbar-toggle{
    display: block;
    float: right;
    color: #fff;
  }

  .navbar-right{
    display: none;
  }

}*/